@import "https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,300..700;1,300..700&family=Inter:wght@300..700&family=IBM+Plex+Sans+Arabic:wght@400;500;700&display=swap";
/* [project]/public/assets/css/uni-core.min.css [app-client] (css, ) */
html {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #666;
}

body {
  margin: 0;
}

.uc-link, a {
  cursor: pointer;
  text-decoration: none !important;
}

.uc-link-toggle:hover .uc-link, .uc-link:hover, a:hover {
  color: #0f6ecd;
  text-decoration: underline;
}

abbr[title] {
  text-decoration: underline dotted;
  -webkit-text-decoration-style: dotted;
}

b, strong {
  font-weight: bolder;
}

:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
  font-family: Consolas, monaco, monospace;
  font-size: .875rem;
  color: #f0506e;
  white-space: nowrap;
}

em {
  color: #f0506e;
}

ins {
  background: #ffd;
  color: #666;
  text-decoration: none;
}

mark {
  background: #ffd;
  color: #666;
}

q {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

canvas, img, svg, video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

img:not([src]) {
  visibility: hidden;
  min-width: 1px;
}

iframe {
  border: 0;
}

address, dl, fieldset, figure, ol, pre, ul {
  margin: 0 0 20px;
}

* + address, * + dl, * + fieldset, * + figure, * + ol, * + pre, * + ul {
  margin-top: 20px;
}

.uc-h1, .uc-h2, .uc-h3, .uc-h4, .uc-h5, .uc-h6, .uc-heading-2xlarge, .uc-heading-3xlarge, .uc-heading-large, .uc-heading-medium, .uc-heading-small, .uc-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
  color: #333;
  text-transform: none;
}

* + .uc-h1, * + .uc-h2, * + .uc-h3, * + .uc-h4, * + .uc-h5, * + .uc-h6, * + .uc-heading-2xlarge, * + .uc-heading-3xlarge, * + .uc-heading-large, * + .uc-heading-medium, * + .uc-heading-small, * + .uc-heading-xlarge, * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 40px;
}

.uc-h1, h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}

.uc-h2, h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}

.uc-h3, h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.uc-h4, h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.uc-h5, h5 {
  font-size: 16px;
  line-height: 1.4;
}

.uc-h6, h6 {
  font-size: .875rem;
  line-height: 1.4;
}

@media (width >= 768px) {
  .uc-h1, h1 {
    font-size: 2.625rem;
  }

  .uc-h2, h2 {
    font-size: 2rem;
  }
}

ol, ul {
  padding-left: 30px;
}

ol > li > ol, ol > li > ul, ul > li > ol, ul > li > ul {
  margin: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.uc-hr, hr {
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px;
  border: 0;
}

* + .uc-hr, * + hr {
  margin-top: 20px;
}

address {
  font-style: normal;
}

blockquote {
  margin: 0 0 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
}

* + blockquote {
  margin-top: 20px;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote footer {
  margin-top: 10px;
  font-size: .875rem;
  line-height: 1.5;
}

pre {
  font: .875rem / 1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow: auto;
}

pre code {
  font-family: Consolas, monaco, monospace;
}

:focus {
  outline: 0;
}

:focus-visible {
  outline: 2px dotted #333;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

:root {
  --uc-breakpoint-s: 576px;
  --uc-breakpoint-m: 768px;
  --uc-breakpoint-l: 992px;
  --uc-breakpoint-xl: 1200px;
}

.uc-link-muted a, .uc-link-toggle .uc-link-muted, a.uc-link-muted {
  color: #999;
}

.uc-link-muted a:hover, .uc-link-toggle:hover .uc-link-muted, a.uc-link-muted:hover {
  color: #666;
}

.uc-link-text a, .uc-link-toggle .uc-link-text, a.uc-link-text {
  color: inherit;
}

.uc-link-text a:hover, .uc-link-toggle:hover .uc-link-text, a.uc-link-text:hover {
  color: #999;
}

.uc-link-heading a, .uc-link-toggle .uc-link-heading, a.uc-link-heading {
  color: inherit;
}

.uc-link-heading a:hover, .uc-link-toggle:hover .uc-link-heading, a.uc-link-heading:hover {
  color: #1e87f0;
  text-decoration: none;
}

.uc-link-reset a, a.uc-link-reset {
  color: inherit !important;
  text-decoration: none !important;
}

.uc-link-toggle {
  color: inherit !important;
  text-decoration: none !important;
}

.uc-heading-small {
  font-size: 2.6rem;
  line-height: 1.2;
}

.uc-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1;
}

.uc-heading-large {
  font-size: 3.4rem;
  line-height: 1.1;
}

.uc-heading-xlarge {
  font-size: 4rem;
  line-height: 1;
}

.uc-heading-2xlarge {
  font-size: 6rem;
  line-height: 1;
}

.uc-heading-3xlarge {
  font-size: 8rem;
  line-height: 1;
}

@media (width >= 768px) {
  .uc-heading-small {
    font-size: 3.25rem;
  }

  .uc-heading-medium {
    font-size: 3.5rem;
  }

  .uc-heading-large {
    font-size: 4rem;
  }

  .uc-heading-xlarge {
    font-size: 6rem;
  }

  .uc-heading-2xlarge {
    font-size: 8rem;
  }

  .uc-heading-3xlarge {
    font-size: 11rem;
  }
}

@media (width >= 992px) {
  .uc-heading-medium {
    font-size: 4rem;
  }

  .uc-heading-large {
    font-size: 6rem;
  }

  .uc-heading-xlarge {
    font-size: 8rem;
  }

  .uc-heading-2xlarge {
    font-size: 11rem;
  }

  .uc-heading-3xlarge {
    font-size: 15rem;
  }
}

.uc-heading-divider {
  padding-bottom: calc(5px + .1em);
  border-bottom: calc(.2px + .05em) solid #e5e5e5;
}

.uc-heading-bullet {
  position: relative;
}

.uc-heading-bullet:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -.1em;
  vertical-align: middle;
  height: calc(4px + .7em);
  margin-right: calc(5px + .2em);
  border-left: calc(5px + .1em) solid #e5e5e5;
}

.uc-heading-line {
  overflow: hidden;
}

.uc-heading-line > * {
  display: inline-block;
  position: relative;
}

.uc-heading-line > :after, .uc-heading-line > :before {
  content: "";
  position: absolute;
  top: calc(50% + -.1px - .025em);
  width: 2000px;
  border-bottom: calc(.2px + .05em) solid #e5e5e5;
}

.uc-heading-line > :before {
  right: 100%;
  margin-right: calc(5px + .3em);
}

.uc-heading-line > :after {
  left: 100%;
  margin-left: calc(5px + .3em);
}

[class*="uc-divider"] {
  border: none;
  margin-bottom: 20px;
}

* + [class*="uc-divider"] {
  margin-top: 20px;
}

.uc-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50%;
}

.uc-divider-icon:after, .uc-divider-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - 25px);
  border-bottom: 1px solid #e5e5e5;
}

.uc-divider-icon:before {
  right: calc(50% + 25px);
  width: 100%;
}

.uc-divider-icon:after {
  left: calc(50% + 25px);
  width: 100%;
}

.uc-divider-small {
  line-height: 0;
}

.uc-divider-small:after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}

.uc-divider-vertical {
  width: max-content;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
}

.uc-list {
  padding: 0;
  list-style: none;
}

.uc-list > * {
  break-inside: avoid-column;
}

.uc-list > * > :last-child {
  margin-bottom: 0;
}

.uc-list > * > ul, .uc-list > :nth-child(n+2) {
  margin-top: 10px;
}

.uc-list-circle > *, .uc-list-decimal > *, .uc-list-disc > *, .uc-list-hyphen > *, .uc-list-square > * {
  padding-left: 30px;
}

.uc-list-decimal {
  counter-reset: decimal;
}

.uc-list-decimal > * {
  counter-increment: decimal;
}

.uc-list-circle > :before, .uc-list-decimal > :before, .uc-list-disc > :before, .uc-list-hyphen > :before, .uc-list-square > :before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right;
}

.uc-list-disc > :before {
  list-style-type: disc;
}

.uc-list-circle > :before {
  list-style-type: circle;
}

.uc-list-square > :before {
  list-style-type: square;
}

.uc-list-decimal > :before {
  content: counter(decimal, decimal) " . ";
}

.uc-list-hyphen > :before {
  content: "–  ";
}

.uc-list-muted > :before {
  color: #999 !important;
}

.uc-list-emphasis > :before {
  color: #333 !important;
}

.uc-list-primary > :before {
  color: #1e87f0 !important;
}

.uc-list-secondary > :before {
  color: #222 !important;
}

.uc-list-bullet > * {
  padding-left: 30px;
}

.uc-list-bullet > :before {
  content: "";
  display: list-item;
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}

.uc-list-divider > :nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}

.uc-list-striped > * {
  padding: 10px;
}

.uc-list-striped > :nth-of-type(odd) {
  background: #f8f8f8;
}

.uc-list-striped > :nth-child(n+2) {
  margin-top: 0;
}

.uc-list-large > * > ul, .uc-list-large > :nth-child(n+2) {
  margin-top: 20px;
}

.uc-list-collapse > * > ul, .uc-list-collapse > :nth-child(n+2) {
  margin-top: 0;
}

.uc-list-large.uc-list-divider > :nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
}

.uc-list-collapse.uc-list-divider > :nth-child(n+2) {
  margin-top: 0;
  padding-top: 0;
}

.uc-list-large.uc-list-striped > * {
  padding: 20px 10px;
}

.uc-list-collapse.uc-list-striped > * {
  padding-top: 0;
  padding-bottom: 0;
}

.uc-list-collapse.uc-list-striped > :nth-child(n+2), .uc-list-large.uc-list-striped > :nth-child(n+2) {
  margin-top: 0;
}

.uc-description-list > dt {
  color: #333;
}

.uc-description-list > dt:nth-child(n+2) {
  margin-top: 20px;
}

.uc-description-list-divider > dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.uc-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}

* + .uc-table {
  margin-top: 20px;
}

.uc-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: 700;
  color: #666;
}

.uc-table td {
  padding: 16px 12px;
  vertical-align: top;
}

.uc-table td > :last-child {
  margin-bottom: 0;
}

.uc-table tfoot {
  font-size: .875rem;
}

.uc-table caption {
  font-size: .875rem;
  text-align: left;
  color: #999;
}

.uc-table-middle, .uc-table-middle td {
  vertical-align: middle !important;
}

.uc-table-divider > :first-child > tr:not(:first-child), .uc-table-divider > :not(:first-child) > tr, .uc-table-divider > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.uc-table-striped tbody tr:nth-of-type(odd), .uc-table-striped > tr:nth-of-type(odd) {
  background: #f8f8f8;
}

.uc-table-hover tbody tr:hover, .uc-table-hover > tr:hover {
  background: #ffd;
}

.uc-table tbody tr.uc-active, .uc-table > tr.uc-active {
  background: #ffd;
}

.uc-table-small td, .uc-table-small th {
  padding: 10px 12px;
}

.uc-table-large td, .uc-table-large th {
  padding: 22px 12px;
}

.uc-table-justify td:first-child, .uc-table-justify th:first-child {
  padding-left: 0;
}

.uc-table-justify td:last-child, .uc-table-justify th:last-child {
  padding-right: 0;
}

.uc-table-shrink {
  width: 1px;
}

.uc-table-expand {
  min-width: 150px;
}

.uc-table-link {
  padding: 0 !important;
}

.uc-table-link > a {
  display: block;
  padding: 16px 12px;
}

.uc-table-small .uc-table-link > a {
  padding: 10px 12px;
}

@media (width <= 767px) {
  .uc-table-responsive, .uc-table-responsive tbody, .uc-table-responsive td, .uc-table-responsive th, .uc-table-responsive tr {
    display: block;
  }

  .uc-table-responsive thead {
    display: none;
  }

  .uc-table-responsive td, .uc-table-responsive th {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  .uc-table-responsive .uc-table-link:not(:first-child) > a, .uc-table-responsive td:not(:first-child):not(.uc-table-link), .uc-table-responsive th:not(:first-child):not(.uc-table-link) {
    padding-top: 5px !important;
  }

  .uc-table-responsive .uc-table-link:not(:last-child) > a, .uc-table-responsive td:not(:last-child):not(.uc-table-link), .uc-table-responsive th:not(:last-child):not(.uc-table-link) {
    padding-bottom: 5px !important;
  }

  .uc-table-justify.uc-table-responsive td, .uc-table-justify.uc-table-responsive th {
    padding-left: 0;
    padding-right: 0;
  }
}

.uc-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: #0000;
  display: inline-block;
  fill: currentColor;
  line-height: 0;
}

button.uc-icon:not(:disabled) {
  cursor: pointer;
}

.uc-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uc-icon:not(.uc-preserve) [fill*="#"]:not(.uc-preserve) {
  fill: currentColor;
}

.uc-icon:not(.uc-preserve) [stroke*="#"]:not(.uc-preserve) {
  stroke: currentColor;
}

.uc-icon > * {
  transform: translate(0);
}

.uc-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  object-fit: scale-down;
  max-width: none;
}

.uc-icon-link {
  color: #999;
  text-decoration: none !important;
}

.uc-icon-link:hover {
  color: #666;
}

.uc-active > .uc-icon-link, .uc-icon-link:active {
  color: #595959;
}

.uc-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.uc-icon-button:hover {
  background-color: #ebebeb;
  color: #666;
}

.uc-active > .uc-icon-button, .uc-icon-button:active {
  background-color: #dfdfdf;
  color: #666;
}

.uc-range {
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  background: none;
}

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

.uc-range::-moz-focus-outer {
  border: none;
}

.uc-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}

.uc-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}

.uc-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
}

.uc-range:active::-webkit-slider-runnable-track, .uc-range:focus::-webkit-slider-runnable-track {
  background: #dedede;
}

.uc-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
}

.uc-range:focus::-moz-range-track {
  background: #dedede;
}

.uc-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -7px;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #666;
}

.uc-range::-moz-range-thumb {
  border: none;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  border-radius: 500px;
  background: #666;
}

.uc-checkbox, .uc-input, .uc-radio, .uc-select, .uc-textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
}

.uc-input {
  overflow: visible;
}

.uc-select {
  text-transform: none;
}

.uc-select optgroup {
  font: inherit;
  font-weight: 700;
}

.uc-textarea {
  overflow: auto;
}

.uc-input[type="search"]::-webkit-search-cancel-button, .uc-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.uc-input[type="number"]::-webkit-inner-spin-button, .uc-input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.uc-input::-moz-placeholder, .uc-textarea::-moz-placeholder {
  opacity: 1;
}

.uc-checkbox:not(:disabled), .uc-radio:not(:disabled) {
  cursor: pointer;
}

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

.uc-input, .uc-textarea {
  -webkit-appearance: none;
}

.uc-input, .uc-select, .uc-textarea {
  max-width: 100%;
  width: 100%;
  border: 0;
  padding: 0 10px;
  background: #f8f8f8;
  color: #666;
}

.uc-input, .uc-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
}

.uc-input:not(input), .uc-select:not(select) {
  line-height: 40px;
}

.uc-select[multiple], .uc-select[size], .uc-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
}

.uc-select[multiple], .uc-select[size] {
  resize: vertical;
}

.uc-input:focus, .uc-select:focus, .uc-textarea:focus {
  outline: 0;
  background-color: #ebebeb;
  color: #666;
}

.uc-input:disabled, .uc-select:disabled, .uc-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
}

.uc-input::placeholder {
  color: #999;
}

.uc-textarea::placeholder {
  color: #999;
}

.uc-form-small {
  font-size: .875rem;
}

.uc-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

[multiple].uc-form-small, [size].uc-form-small, textarea.uc-form-small {
  padding: 5px 8px;
}

.uc-form-small:not(select):not(input):not(textarea) {
  line-height: 30px;
}

.uc-form-large {
  font-size: 1.25rem;
}

.uc-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}

[multiple].uc-form-large, [size].uc-form-large, textarea.uc-form-large {
  padding: 7px 12px;
}

.uc-form-large:not(select):not(input):not(textarea) {
  line-height: 55px;
}

.uc-form-danger, .uc-form-danger:focus {
  color: #f0506e;
}

.uc-form-success, .uc-form-success:focus {
  color: #32d296;
}

.uc-form-blank {
  background: none;
}

input.uc-form-width-xsmall {
  width: 50px;
}

select.uc-form-width-xsmall {
  width: 75px;
}

.uc-form-width-small {
  width: 130px;
}

.uc-form-width-medium {
  width: 200px;
}

.uc-form-width-large {
  width: 500px;
}

.uc-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100%;
}

.uc-select:not([multiple]):not([size]) option {
  color: #666;
}

.uc-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uc-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100%;
}

.uc-input[list]:focus, .uc-input[list]:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uc-input[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}

.uc-checkbox, .uc-radio {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: 50%;
}

.uc-radio {
  border-radius: 50%;
}

.uc-checkbox:focus, .uc-radio:focus {
  background-color: #dedede;
  outline: 0;
}

.uc-checkbox:checked, .uc-checkbox:indeterminate, .uc-radio:checked {
  background-color: #1e87f0;
}

.uc-checkbox:checked:focus, .uc-checkbox:indeterminate:focus, .uc-radio:checked:focus {
  background-color: #0e6dcd;
}

.uc-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uc-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uc-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uc-checkbox:disabled, .uc-radio:disabled {
  background-color: #f8f8f8;
}

.uc-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uc-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uc-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uc-legend {
  width: 100%;
  color: inherit;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

.uc-form-custom {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}

.uc-form-custom input[type="file"], .uc-form-custom select {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-appearance: none;
  opacity: 0;
  cursor: pointer;
}

.uc-form-custom input[type="file"] {
  font-size: 500px;
  overflow: hidden;
}

.uc-form-stacked .uc-form-label {
  display: block;
  margin-bottom: 10px;
}

@media (width <= 767px) {
  .uc-form-horizontal .uc-form-label {
    display: block;
    margin-bottom: 10px;
  }
}

@media (width >= 768px) {
  .uc-form-horizontal .uc-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }

  .uc-form-horizontal .uc-form-controls {
    margin-left: 215px;
  }

  .uc-form-horizontal .uc-form-controls-text {
    padding-top: 7px;
  }
}

.uc-form-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #999;
}

.uc-form-icon:hover {
  color: #666;
}

.uc-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

.uc-form-icon:not(.uc-form-icon-flip) ~ .uc-input {
  padding-left: 40px !important;
}

.uc-form-icon-flip {
  right: 0;
  left: auto;
}

.uc-form-icon-flip ~ .uc-input {
  padding-right: 40px !important;
}

.uc-button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

.uc-button:not(:disabled) {
  cursor: pointer;
}

.uc-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uc-button:hover {
  text-decoration: none;
}

.uc-button-default {
  background-color: #f8f8f8;
  color: #333;
}

.uc-button-default:hover {
  background-color: #ebebeb;
  color: #333;
}

.uc-button-default.uc-active, .uc-button-default:active {
  background-color: #dfdfdf;
  color: #333;
}

.uc-button-primary {
  background-color: #1e87f0;
  color: #fff;
}

.uc-button-primary:hover {
  background-color: #0f7ae5;
  color: #fff;
}

.uc-button-primary.uc-active, .uc-button-primary:active {
  background-color: #0e6dcd;
  color: #fff;
}

.uc-button-secondary {
  background-color: #222;
  color: #fff;
}

.uc-button-secondary:hover {
  background-color: #151515;
  color: #fff;
}

.uc-button-secondary.uc-active, .uc-button-secondary:active {
  background-color: #080808;
  color: #fff;
}

.uc-button-danger {
  background-color: #f0506e;
  color: #fff;
}

.uc-button-danger:hover {
  background-color: #ee395b;
  color: #fff;
}

.uc-button-danger.uc-active, .uc-button-danger:active {
  background-color: #ec2147;
  color: #fff;
}

.uc-button-danger:disabled, .uc-button-default:disabled, .uc-button-primary:disabled, .uc-button-secondary:disabled {
  background-color: #f8f8f8;
  color: #999;
}

.uc-button-small {
  padding: 0 15px;
  line-height: 30px;
  font-size: .875rem;
}

.uc-button-large {
  padding: 0 40px;
  line-height: 55px;
  font-size: 1.25rem;
}

.uc-button-text {
  padding: 0;
  line-height: 1.5;
  background: none;
  color: #333;
}

.uc-button-text:hover {
  color: #999;
}

.uc-button-text:disabled {
  color: #999;
}

.uc-button-link {
  padding: 0;
  line-height: 1.5;
  background: none;
  color: #333;
}

.uc-button-link:hover {
  color: #999;
  text-decoration: none;
}

.uc-button-link:disabled {
  color: #999;
  text-decoration: none;
}

.uc-button-group {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}

.uc-progress {
  vertical-align: baseline;
  display: block;
  width: 100%;
  border: 0;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  height: 15px;
}

* + .uc-progress {
  margin-top: 20px;
}

.uc-progress::-webkit-progress-bar {
  background-color: #0000;
}

.uc-progress::-webkit-progress-value {
  background-color: #1e87f0;
  transition: width .6s;
}

.uc-progress::-moz-progress-bar {
  background-color: #1e87f0;
  transition: width .6s;
}

.uc-section {
  display: flow-root;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (width >= 768px) {
  .uc-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

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

.uc-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

.uc-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.uc-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (width >= 768px) {
  .uc-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.uc-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

@media (width >= 768px) {
  .uc-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}

.uc-section-default {
  background: #fff;
}

.uc-section-muted {
  background: #f8f8f8;
}

.uc-section-primary {
  background: #1e87f0;
}

.uc-section-secondary {
  background: #222;
}

.uc-container {
  display: flow-root;
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (width >= 576px) {
  .uc-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (width >= 768px) {
  .uc-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

.uc-container .uc-container {
  padding-left: 0;
  padding-right: 0;
}

.uc-container-xsmall {
  max-width: 750px;
}

.uc-container-small {
  max-width: 900px;
}

.uc-container-large {
  max-width: 1400px;
}

.uc-container-xlarge {
  max-width: 1600px;
}

.uc-container-expand {
  max-width: none;
}

.uc-container-expand-left {
  margin-left: 0;
}

.uc-container-expand-right {
  margin-right: 0;
}

@media (width >= 576px) {
  .uc-container-expand-left.uc-container-xsmall, .uc-container-expand-right.uc-container-xsmall {
    max-width: calc(50% + 345px);
  }

  .uc-container-expand-left.uc-container-small, .uc-container-expand-right.uc-container-small {
    max-width: calc(50% + 420px);
  }
}

@media (width >= 768px) {
  .uc-container-expand-left, .uc-container-expand-right {
    max-width: calc(50% + 560px);
  }

  .uc-container-expand-left.uc-container-xsmall, .uc-container-expand-right.uc-container-xsmall {
    max-width: calc(50% + 335px);
  }

  .uc-container-expand-left.uc-container-small, .uc-container-expand-right.uc-container-small {
    max-width: calc(50% + 410px);
  }

  .uc-container-expand-left.uc-container-large, .uc-container-expand-right.uc-container-large {
    max-width: calc(50% + 660px);
  }

  .uc-container-expand-left.uc-container-xlarge, .uc-container-expand-right.uc-container-xlarge {
    max-width: calc(50% + 760px);
  }
}

.uc-container-item-padding-remove-left, .uc-container-item-padding-remove-right {
  width: calc(100% + 15px);
}

.uc-container-item-padding-remove-left {
  margin-left: -15px;
}

.uc-container-item-padding-remove-right {
  margin-right: -15px;
}

@media (width >= 576px) {
  .uc-container-item-padding-remove-left, .uc-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }

  .uc-container-item-padding-remove-left {
    margin-left: -30px;
  }

  .uc-container-item-padding-remove-right {
    margin-right: -30px;
  }
}

@media (width >= 768px) {
  .uc-container-item-padding-remove-left, .uc-container-item-padding-remove-right {
    width: calc(100% + 40px);
  }

  .uc-container-item-padding-remove-left {
    margin-left: -40px;
  }

  .uc-container-item-padding-remove-right {
    margin-right: -40px;
  }
}

.uc-tile {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (width >= 576px) {
  .uc-tile {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (width >= 768px) {
  .uc-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

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

.uc-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

.uc-tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.uc-tile-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (width >= 768px) {
  .uc-tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.uc-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

@media (width >= 768px) {
  .uc-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}

.uc-tile-default {
  background-color: #fff;
}

.uc-tile-muted {
  background-color: #f8f8f8;
}

.uc-tile-primary {
  background-color: #1e87f0;
}

.uc-tile-secondary {
  background-color: #222;
}

.uc-card {
  position: relative;
  box-sizing: border-box;
}

.uc-card-body {
  display: flow-root;
  padding: 30px;
}

.uc-card-header {
  display: flow-root;
  padding: 15px 30px;
}

.uc-card-footer {
  display: flow-root;
  padding: 15px 30px;
}

@media (width >= 992px) {
  .uc-card-body {
    padding: 40px;
  }

  .uc-card-header {
    padding: 20px 40px;
  }

  .uc-card-footer {
    padding: 20px 40px;
  }
}

.uc-card-body > :last-child, .uc-card-footer > :last-child, .uc-card-header > :last-child {
  margin-bottom: 0;
}

.uc-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}

.uc-card-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  height: 22px;
  padding: 0 10px;
  background: #1e87f0;
  color: #fff;
  font-size: .875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.uc-card-badge:first-child + * {
  margin-top: 0;
}

.uc-card-hover:not(.uc-card-default):not(.uc-card-primary):not(.uc-card-secondary):hover {
  background-color: #f8f8f8;
}

.uc-card-default {
  background-color: #f8f8f8;
  color: #666;
}

.uc-card-default .uc-card-title {
  color: #333;
}

.uc-card-default.uc-card-hover:hover {
  background-color: #ebebeb;
}

.uc-card-primary {
  background-color: #1e87f0;
  color: #fff;
}

.uc-card-primary .uc-card-title {
  color: #fff;
}

.uc-card-primary.uc-card-hover:hover {
  background-color: #0f7ae5;
}

.uc-card-secondary {
  background-color: #222;
  color: #fff;
}

.uc-card-secondary .uc-card-title {
  color: #fff;
}

.uc-card-secondary.uc-card-hover:hover {
  background-color: #151515;
}

.uc-card-small .uc-card-body, .uc-card-small.uc-card-body {
  padding: 20px;
}

.uc-card-small .uc-card-header {
  padding: 13px 20px;
}

.uc-card-small .uc-card-footer {
  padding: 13px 20px;
}

@media (width >= 992px) {
  .uc-card-large .uc-card-body, .uc-card-large.uc-card-body {
    padding: 70px;
  }

  .uc-card-large .uc-card-header {
    padding: 35px 70px;
  }

  .uc-card-large .uc-card-footer {
    padding: 35px 70px;
  }
}

.uc-close {
  color: #999;
}

.uc-close:hover {
  color: #666;
}

.uc-spinner > * {
  animation: 1.4s linear infinite uc-spinner-rotate;
}

@keyframes uc-spinner-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(270deg);
  }
}

.uc-spinner > * > * {
  stroke-dasharray: 88;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: 1.4s ease-in-out infinite uc-spinner-dash;
  stroke-width: 1px;
  stroke-linecap: round;
}

@keyframes uc-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }

  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}

.uc-totop {
  padding: 5px;
  color: #999;
}

.uc-totop:hover {
  color: #666;
}

.uc-totop:active {
  color: #333;
}

.uc-marker {
  padding: 5px;
  background: #222;
  color: #fff;
}

.uc-marker:hover {
  color: #fff;
}

.uc-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666;
}

* + .uc-alert {
  margin-top: 20px;
}

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

.uc-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
}

.uc-alert-close:first-child + * {
  margin-top: 0;
}

.uc-alert-primary {
  background: #d8eafc;
  color: #1e87f0;
}

.uc-alert-success {
  background: #edfbf6;
  color: #32d296;
}

.uc-alert-warning {
  background: #fff6ee;
  color: #faa05a;
}

.uc-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}

.uc-placeholder {
  margin-bottom: 20px;
  padding: 30px;
  background: #f8f8f8;
}

* + .uc-placeholder {
  margin-top: 20px;
}

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

.uc-badge {
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  background: #1e87f0;
  font-size: 11px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  color: #fff !important;
}

.uc-badge:hover {
  text-decoration: none;
}

.uc-label {
  display: inline-block;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: .875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
}

.uc-label-success {
  background-color: #32d296;
  color: #fff;
}

.uc-label-warning {
  background-color: #faa05a;
  color: #fff;
}

.uc-label-danger {
  background-color: #f0506e;
  color: #fff;
}

.uc-overlay {
  padding: 30px;
}

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

.uc-overlay-default {
  background: #fffc;
}

.uc-overlay-primary {
  background: #222c;
}

.uc-article {
  display: flow-root;
}

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

.uc-article + .uc-article {
  margin-top: 70px;
}

.uc-article-title {
  font-size: 2.23125rem;
  line-height: 1.2;
}

@media (width >= 768px) {
  .uc-article-title {
    font-size: 2.625rem;
  }
}

.uc-article-meta {
  font-size: .875rem;
  line-height: 1.4;
  color: #999;
}

.uc-comment-body {
  display: flow-root;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.uc-comment-header {
  display: flow-root;
  margin-bottom: 20px;
}

.uc-comment-body > :last-child, .uc-comment-header > :last-child {
  margin-bottom: 0;
}

.uc-comment-title {
  font-size: 1.25rem;
  line-height: 1.4;
}

.uc-comment-meta {
  font-size: .875rem;
  line-height: 1.4;
  color: #999;
}

.uc-comment-list {
  padding: 0;
  list-style: none;
}

.uc-comment-list > :nth-child(n+2) {
  margin-top: 70px;
}

.uc-comment-list .uc-comment ~ ul {
  margin: 70px 0 0;
  padding-left: 30px;
  list-style: none;
}

@media (width >= 768px) {
  .uc-comment-list .uc-comment ~ ul {
    padding-left: 100px;
  }
}

.uc-comment-list .uc-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px;
}

.uc-search {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
}

.uc-search-input::-webkit-search-cancel-button, .uc-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.uc-search-input::-moz-placeholder {
  opacity: 1;
}

.uc-search-input {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  overflow: visible;
  -webkit-appearance: none;
  vertical-align: middle;
  width: 100%;
  border: none;
  color: #666;
}

.uc-search-input:focus {
  outline: 0;
}

.uc-search-input::placeholder {
  color: #999;
}

.uc-search .uc-search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #999;
}

.uc-search .uc-search-icon:hover {
  color: #999;
}

.uc-search .uc-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

.uc-search .uc-search-icon-flip {
  right: 0;
  left: auto;
}

.uc-search-default {
  width: 240px;
}

.uc-search-default .uc-search-input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: #f8f8f8;
}

.uc-search-default .uc-search-input:focus {
  background-color: #ebebeb;
}

.uc-search-default .uc-search-icon {
  width: 40px;
}

.uc-search-default .uc-search-icon:not(.uc-search-icon-flip) ~ .uc-search-input {
  padding-left: 40px;
}

.uc-search-default .uc-search-icon-flip ~ .uc-search-input {
  padding-right: 40px;
}

.uc-search-navbar {
  width: 400px;
}

.uc-search-navbar .uc-search-input {
  height: 40px;
  background: none;
  font-size: 1.5rem;
}

.uc-search-navbar .uc-search-icon {
  width: 40px;
}

.uc-search-navbar .uc-search-icon:not(.uc-search-icon-flip) ~ .uc-search-input {
  padding-left: 40px;
}

.uc-search-navbar .uc-search-icon-flip ~ .uc-search-input {
  padding-right: 40px;
}

.uc-search-large {
  width: 500px;
}

.uc-search-large .uc-search-input {
  height: 80px;
  background: none;
  font-size: 2.625rem;
}

.uc-search-large .uc-search-icon {
  width: 80px;
}

.uc-search-large .uc-search-icon:not(.uc-search-icon-flip) ~ .uc-search-input {
  padding-left: 80px;
}

.uc-search-large .uc-search-icon-flip ~ .uc-search-input {
  padding-right: 80px;
}

.uc-search-toggle {
  color: #999;
}

.uc-search-toggle:hover {
  color: #666;
}

.uc-accordion {
  padding: 0;
  list-style: none;
}

.uc-accordion > :nth-child(n+2) {
  margin-top: 20px;
}

.uc-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
}

.uc-accordion-title:hover {
  color: #666;
  text-decoration: none;
}

.uc-accordion-content {
  display: flow-root;
  margin-top: 20px;
}

.uc-accordion-content > :last-child {
  margin-bottom: 0;
}

.uc-drop {
  display: none;
  position: absolute;
  z-index: 1020;
  --uc-position-offset: 20px;
  --uc-position-viewport-offset: 15px;
  box-sizing: border-box;
  width: 300px;
}

.uc-drop.uc-open {
  display: block;
}

.uc-drop-stack .uc-drop-grid > * {
  width: 100% !important;
}

.uc-drop-parent-icon {
  margin-left: .25em;
  transition: transform .3s ease-out;
}

[aria-expanded="true"] > .uc-drop-parent-icon {
  transform: rotateX(180deg);
}

.uc-dropbar {
  --uc-position-offset: 0;
  --uc-position-shift-offset: 0;
  --uc-position-viewport-offset: 0;
  width: auto;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
}

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

@media (width >= 576px) {
  .uc-dropbar {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (width >= 768px) {
  .uc-dropbar {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.uc-dropbar :focus-visible {
  outline-color: #333 !important;
}

.uc-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

.uc-dropnav-dropbar {
  position: absolute;
  z-index: 980;
  padding: 0;
  left: 0;
  right: 0;
}

.uc-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  padding: 15px;
  background: #0009;
  opacity: 0;
  transition: opacity .15s linear;
}

@media (width >= 576px) {
  .uc-modal {
    padding: 50px 30px;
  }
}

@media (width >= 768px) {
  .uc-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.uc-modal.uc-open {
  opacity: 1;
}

.uc-modal-page {
  overflow: hidden;
}

.uc-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  background: #fff;
  opacity: 0;
  transform: translateY(-100px);
  transition: all .3s linear;
  transition-property: opacity, transform;
  max-width: 100% !important;
}

.uc-open > .uc-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

.uc-modal-container .uc-modal-dialog {
  width: 1200px;
}

.uc-modal-full {
  padding: 0;
  background: none;
}

.uc-modal-full .uc-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}

.uc-modal-body {
  display: flow-root;
  padding: 20px;
}

.uc-modal-header {
  display: flow-root;
  padding: 10px 20px;
  background: #f8f8f8;
}

.uc-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #f8f8f8;
}

@media (width >= 576px) {
  .uc-modal-body {
    padding: 30px;
  }

  .uc-modal-header {
    padding: 15px 30px;
  }

  .uc-modal-footer {
    padding: 15px 30px;
  }
}

.uc-modal-body > :last-child, .uc-modal-footer > :last-child, .uc-modal-header > :last-child {
  margin-bottom: 0;
}

.uc-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}

[class*="uc-modal-close-"] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}

[class*="uc-modal-close-"]:first-child + * {
  margin-top: 0;
}

.uc-modal-close-outside {
  top: 0;
  right: -5px;
  transform: translate(0, -100%);
  color: #fff;
}

.uc-modal-close-outside:hover {
  color: #fff;
}

@media (width >= 768px) {
  .uc-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}

.uc-slideshow {
  -webkit-tap-highlight-color: transparent;
}

.uc-slideshow-items {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  -webkit-touch-callout: none;
  touch-action: pan-y;
}

.uc-slideshow-items > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  will-change: transform, opacity;
}

.uc-slideshow-items > :not(.uc-active) {
  display: none;
}

.uc-slider {
  -webkit-tap-highlight-color: transparent;
}

.uc-slider-container {
  overflow: hidden;
  overflow: clip;
}

.uc-slider-container-offset {
  margin: -11px -25px -39px;
  padding: 11px 25px 39px;
}

.uc-slider-items {
  will-change: transform;
  position: relative;
  touch-action: pan-y;
}

.uc-slider-items:not(.uc-grid) {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-touch-callout: none;
}

.uc-slider-items.uc-grid {
  flex-wrap: nowrap;
}

.uc-slider-items > * {
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
  flex: none !important;
}

.uc-sticky {
  position: relative;
  z-index: 980;
  box-sizing: border-box;
}

.uc-sticky-fixed {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 !important;
}

.uc-sticky[class*="uc-animation-"] {
  animation-duration: .2s;
}

.uc-sticky.uc-animation-reverse {
  animation-duration: .2s;
}

.uc-sticky-placeholder {
  pointer-events: none;
}

.uc-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.uc-offcanvas-flip .uc-offcanvas {
  right: 0;
  left: auto;
}

.uc-offcanvas-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  box-sizing: border-box;
  width: 270px;
  padding: 20px;
  background: #222;
  overflow-y: auto;
}

@media (width >= 576px) {
  .uc-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 30px;
  }
}

.uc-offcanvas-flip .uc-offcanvas-bar {
  left: auto;
  right: -270px;
}

@media (width >= 576px) {
  .uc-offcanvas-flip .uc-offcanvas-bar {
    right: -350px;
  }
}

.uc-open > .uc-offcanvas-bar {
  left: 0;
}

.uc-offcanvas-flip .uc-open > .uc-offcanvas-bar {
  left: auto;
  right: 0;
}

.uc-offcanvas-bar-animation {
  transition: left .3s ease-out;
}

.uc-offcanvas-flip .uc-offcanvas-bar-animation {
  transition-property: right;
}

.uc-offcanvas-reveal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  transition: width .3s ease-out;
}

.uc-offcanvas-reveal .uc-offcanvas-bar {
  left: 0;
}

.uc-offcanvas-flip .uc-offcanvas-reveal .uc-offcanvas-bar {
  left: auto;
  right: 0;
}

.uc-open > .uc-offcanvas-reveal {
  width: 270px;
}

@media (width >= 576px) {
  .uc-open > .uc-offcanvas-reveal {
    width: 350px;
  }
}

.uc-offcanvas-flip .uc-offcanvas-reveal {
  right: 0;
  left: auto;
}

.uc-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 5px;
  right: 5px;
  padding: 5px;
}

@media (width >= 576px) {
  .uc-offcanvas-close {
    top: 10px;
    right: 10px;
  }
}

.uc-offcanvas-close:first-child + * {
  margin-top: 0;
}

.uc-offcanvas-overlay {
  width: 100vw;
  touch-action: none;
}

.uc-offcanvas-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0000001a;
  opacity: 0;
  transition: opacity .15s linear;
}

.uc-offcanvas-overlay.uc-open:before {
  opacity: 1;
}

.uc-offcanvas-container, .uc-offcanvas-page {
  overflow-x: hidden;
  overflow-x: clip;
}

.uc-offcanvas-container {
  position: relative;
  left: 0;
  transition: left .3s ease-out;
  box-sizing: border-box;
  width: 100%;
}

:not(.uc-offcanvas-flip).uc-offcanvas-container-animation {
  left: 270px;
}

.uc-offcanvas-flip.uc-offcanvas-container-animation {
  left: -270px;
}

@media (width >= 576px) {
  :not(.uc-offcanvas-flip).uc-offcanvas-container-animation {
    left: 350px;
  }

  .uc-offcanvas-flip.uc-offcanvas-container-animation {
    left: -350px;
  }
}

.uc-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uc-switcher > :not(.uc-active) {
  display: none;
}

.uc-switcher > * > :last-child {
  margin-bottom: 0;
}

.uc-leader {
  overflow: hidden;
}

.uc-leader-fill:after {
  display: inline-block;
  margin-left: 15px;
  width: 0;
  content: attr(data-fill);
  white-space: nowrap;
}

.uc-leader-fill.uc-leader-hide:after {
  display: none;
}

:root {
  --uc-leader-fill-content: . ;
}

.uc-notification {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  box-sizing: border-box;
  width: 350px;
}

.uc-notification-bottom-right, .uc-notification-top-right {
  left: auto;
  right: 10px;
}

.uc-notification-bottom-center, .uc-notification-top-center {
  left: 50%;
  margin-left: -175px;
}

.uc-notification-bottom-center, .uc-notification-bottom-left, .uc-notification-bottom-right {
  top: auto;
  bottom: 10px;
}

@media (width <= 575px) {
  .uc-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}

.uc-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}

* + .uc-notification-message {
  margin-top: 10px;
}

.uc-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}

.uc-notification-message:hover .uc-notification-close {
  display: block;
}

.uc-notification-message-primary {
  color: #1e87f0;
}

.uc-notification-message-success {
  color: #32d296;
}

.uc-notification-message-warning {
  color: #faa05a;
}

.uc-notification-message-danger {
  color: #f0506e;
}

.uc-tooltip {
  display: none;
  position: absolute;
  z-index: 1030;
  --uc-position-offset: 10px;
  --uc-position-viewport-offset: 10;
  top: 0;
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}

.uc-tooltip.uc-active {
  display: block;
}

.uc-sortable {
  position: relative;
}

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

.uc-sortable-drag {
  pointer-events: none;
  position: fixed !important;
  z-index: 1050 !important;
}

.uc-sortable-placeholder {
  opacity: 0;
  pointer-events: none;
}

.uc-sortable-empty {
  min-height: 50px;
}

.uc-sortable-handle:hover {
  cursor: move;
}

.uc-countdown-number {
  font-variant-numeric: tabular-nums;
  font-size: 2rem;
  line-height: .8;
}

@media (width >= 576px) {
  .uc-countdown-number {
    font-size: 4rem;
  }
}

@media (width >= 768px) {
  .uc-countdown-number {
    font-size: 6rem;
  }
}

.uc-countdown-separator {
  font-size: 1rem;
  line-height: 1.6;
}

@media (width >= 576px) {
  .uc-countdown-separator {
    font-size: 2rem;
  }
}

@media (width >= 768px) {
  .uc-countdown-separator {
    font-size: 3rem;
  }
}

.uc-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uc-grid > * {
  margin: 0;
}

.uc-grid > * > :last-child {
  margin-bottom: 0;
}

.uc-grid {
  margin-left: -30px;
}

.uc-grid > * {
  padding-left: 30px;
}

* + .uc-grid-margin, .uc-grid + .uc-grid, .uc-grid > .uc-grid-margin {
  margin-top: 30px;
}

@media (width >= 992px) {
  .uc-grid {
    margin-left: -40px;
  }

  .uc-grid > * {
    padding-left: 40px;
  }

  * + .uc-grid-margin, .uc-grid + .uc-grid, .uc-grid > .uc-grid-margin {
    margin-top: 40px;
  }
}

.uc-grid-column-small, .uc-grid-small {
  margin-left: -15px;
}

.uc-grid-column-small > *, .uc-grid-small > * {
  padding-left: 15px;
}

* + .uc-grid-margin-small, .uc-grid + .uc-grid-row-small, .uc-grid + .uc-grid-small, .uc-grid-row-small > .uc-grid-margin, .uc-grid-small > .uc-grid-margin {
  margin-top: 15px;
}

.uc-grid-column-medium, .uc-grid-medium {
  margin-left: -30px;
}

.uc-grid-column-medium > *, .uc-grid-medium > * {
  padding-left: 30px;
}

* + .uc-grid-margin-medium, .uc-grid + .uc-grid-medium, .uc-grid + .uc-grid-row-medium, .uc-grid-medium > .uc-grid-margin, .uc-grid-row-medium > .uc-grid-margin {
  margin-top: 30px;
}

.uc-grid-column-large, .uc-grid-large {
  margin-left: -40px;
}

.uc-grid-column-large > *, .uc-grid-large > * {
  padding-left: 40px;
}

* + .uc-grid-margin-large, .uc-grid + .uc-grid-large, .uc-grid + .uc-grid-row-large, .uc-grid-large > .uc-grid-margin, .uc-grid-row-large > .uc-grid-margin {
  margin-top: 40px;
}

@media (width >= 992px) {
  .uc-grid-column-large, .uc-grid-large {
    margin-left: -70px;
  }

  .uc-grid-column-large > *, .uc-grid-large > * {
    padding-left: 70px;
  }

  * + .uc-grid-margin-large, .uc-grid + .uc-grid-large, .uc-grid + .uc-grid-row-large, .uc-grid-large > .uc-grid-margin, .uc-grid-row-large > .uc-grid-margin {
    margin-top: 70px;
  }
}

.uc-grid-collapse, .uc-grid-column-collapse {
  margin-left: 0;
}

.uc-grid-collapse > *, .uc-grid-column-collapse > * {
  padding-left: 0;
}

.uc-grid + .uc-grid-collapse, .uc-grid + .uc-grid-row-collapse, .uc-grid-collapse > .uc-grid-margin, .uc-grid-row-collapse > .uc-grid-margin {
  margin-top: 0;
}

.uc-grid-divider > * {
  position: relative;
}

.uc-grid-divider > :not(.uc-first-column):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}

.uc-grid-divider.uc-grid-stack > .uc-grid-margin:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

.uc-grid-divider {
  margin-left: -60px;
}

.uc-grid-divider > * {
  padding-left: 60px;
}

.uc-grid-divider > :not(.uc-first-column):before {
  left: 30px;
}

.uc-grid-divider.uc-grid-stack > .uc-grid-margin {
  margin-top: 60px;
}

.uc-grid-divider.uc-grid-stack > .uc-grid-margin:before {
  top: -30px;
  left: 60px;
}

@media (width >= 992px) {
  .uc-grid-divider {
    margin-left: -80px;
  }

  .uc-grid-divider > * {
    padding-left: 80px;
  }

  .uc-grid-divider > :not(.uc-first-column):before {
    left: 40px;
  }

  .uc-grid-divider.uc-grid-stack > .uc-grid-margin {
    margin-top: 80px;
  }

  .uc-grid-divider.uc-grid-stack > .uc-grid-margin:before {
    top: -40px;
    left: 80px;
  }
}

.uc-grid-divider.uc-grid-column-small, .uc-grid-divider.uc-grid-small {
  margin-left: -30px;
}

.uc-grid-divider.uc-grid-column-small > *, .uc-grid-divider.uc-grid-small > * {
  padding-left: 30px;
}

.uc-grid-divider.uc-grid-column-small > :not(.uc-first-column):before, .uc-grid-divider.uc-grid-small > :not(.uc-first-column):before {
  left: 15px;
}

.uc-grid-divider.uc-grid-row-small.uc-grid-stack > .uc-grid-margin, .uc-grid-divider.uc-grid-small.uc-grid-stack > .uc-grid-margin {
  margin-top: 30px;
}

.uc-grid-divider.uc-grid-small.uc-grid-stack > .uc-grid-margin:before {
  top: -15px;
  left: 30px;
}

.uc-grid-divider.uc-grid-row-small.uc-grid-stack > .uc-grid-margin:before {
  top: -15px;
}

.uc-grid-divider.uc-grid-column-small.uc-grid-stack > .uc-grid-margin:before {
  left: 30px;
}

.uc-grid-divider.uc-grid-column-medium, .uc-grid-divider.uc-grid-medium {
  margin-left: -60px;
}

.uc-grid-divider.uc-grid-column-medium > *, .uc-grid-divider.uc-grid-medium > * {
  padding-left: 60px;
}

.uc-grid-divider.uc-grid-column-medium > :not(.uc-first-column):before, .uc-grid-divider.uc-grid-medium > :not(.uc-first-column):before {
  left: 30px;
}

.uc-grid-divider.uc-grid-medium.uc-grid-stack > .uc-grid-margin, .uc-grid-divider.uc-grid-row-medium.uc-grid-stack > .uc-grid-margin {
  margin-top: 60px;
}

.uc-grid-divider.uc-grid-medium.uc-grid-stack > .uc-grid-margin:before {
  top: -30px;
  left: 60px;
}

.uc-grid-divider.uc-grid-row-medium.uc-grid-stack > .uc-grid-margin:before {
  top: -30px;
}

.uc-grid-divider.uc-grid-column-medium.uc-grid-stack > .uc-grid-margin:before {
  left: 60px;
}

.uc-grid-divider.uc-grid-column-large, .uc-grid-divider.uc-grid-large {
  margin-left: -80px;
}

.uc-grid-divider.uc-grid-column-large > *, .uc-grid-divider.uc-grid-large > * {
  padding-left: 80px;
}

.uc-grid-divider.uc-grid-column-large > :not(.uc-first-column):before, .uc-grid-divider.uc-grid-large > :not(.uc-first-column):before {
  left: 40px;
}

.uc-grid-divider.uc-grid-large.uc-grid-stack > .uc-grid-margin, .uc-grid-divider.uc-grid-row-large.uc-grid-stack > .uc-grid-margin {
  margin-top: 80px;
}

.uc-grid-divider.uc-grid-large.uc-grid-stack > .uc-grid-margin:before {
  top: -40px;
  left: 80px;
}

.uc-grid-divider.uc-grid-row-large.uc-grid-stack > .uc-grid-margin:before {
  top: -40px;
}

.uc-grid-divider.uc-grid-column-large.uc-grid-stack > .uc-grid-margin:before {
  left: 80px;
}

@media (width >= 992px) {
  .uc-grid-divider.uc-grid-column-large, .uc-grid-divider.uc-grid-large {
    margin-left: -140px;
  }

  .uc-grid-divider.uc-grid-column-large > *, .uc-grid-divider.uc-grid-large > * {
    padding-left: 140px;
  }

  .uc-grid-divider.uc-grid-column-large > :not(.uc-first-column):before, .uc-grid-divider.uc-grid-large > :not(.uc-first-column):before {
    left: 70px;
  }

  .uc-grid-divider.uc-grid-large.uc-grid-stack > .uc-grid-margin, .uc-grid-divider.uc-grid-row-large.uc-grid-stack > .uc-grid-margin {
    margin-top: 140px;
  }

  .uc-grid-divider.uc-grid-large.uc-grid-stack > .uc-grid-margin:before {
    top: -70px;
    left: 140px;
  }

  .uc-grid-divider.uc-grid-row-large.uc-grid-stack > .uc-grid-margin:before {
    top: -70px;
  }

  .uc-grid-divider.uc-grid-column-large.uc-grid-stack > .uc-grid-margin:before {
    left: 140px;
  }
}

.uc-grid-item-match, .uc-grid-match > * {
  display: flex;
  flex-wrap: wrap;
}

.uc-grid-item-match > :not([class*="uc-width"]), .uc-grid-match > * > :not([class*="uc-width"]) {
  box-sizing: border-box;
  width: 100%;
  flex: auto;
}

.uc-nav, .uc-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uc-nav li > a {
  display: flex;
  align-items: center;
  column-gap: .25em;
  text-decoration: none;
}

.uc-nav > li > a {
  padding: 5px 0;
}

ul.uc-nav-sub {
  padding: 5px 0 5px 15px;
}

.uc-nav-sub ul {
  padding-left: 15px;
}

.uc-nav-sub a {
  padding: 2px 0;
}

.uc-nav-parent-icon {
  margin-left: auto;
  transition: transform .3s ease-out;
}

.uc-nav > li.uc-open > a .uc-nav-parent-icon {
  transform: rotateX(180deg);
}

.uc-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: .875rem;
}

.uc-nav-header:not(:first-child) {
  margin-top: 20px;
}

.uc-nav .uc-nav-divider {
  margin: 5px 0;
}

.uc-nav-default {
  font-size: 16px;
  line-height: 1.5;
}

.uc-nav-default > li > a {
  color: #999;
}

.uc-nav-default > li > a:hover {
  color: #666;
}

.uc-nav-default > li.uc-active > a {
  color: #333;
}

.uc-nav-default .uc-nav-subtitle {
  font-size: .875rem;
}

.uc-nav-default .uc-nav-header {
  color: #333;
}

.uc-nav-default .uc-nav-divider {
  border-top: 1px solid #e5e5e5;
}

.uc-nav-default .uc-nav-sub {
  font-size: 16px;
  line-height: 1.5;
}

.uc-nav-default .uc-nav-sub a {
  color: #999;
}

.uc-nav-default .uc-nav-sub a:hover {
  color: #666;
}

.uc-nav-default .uc-nav-sub li.uc-active > a {
  color: #333;
}

.uc-nav-primary {
  font-size: 1.5rem;
  line-height: 1.5;
}

.uc-nav-primary > li > a {
  color: #999;
}

.uc-nav-primary > li > a:hover {
  color: #666;
}

.uc-nav-primary > li.uc-active > a {
  color: #333;
}

.uc-nav-primary .uc-nav-subtitle {
  font-size: 1.25rem;
}

.uc-nav-primary .uc-nav-header {
  color: #333;
}

.uc-nav-primary .uc-nav-divider {
  border-top: 1px solid #e5e5e5;
}

.uc-nav-primary .uc-nav-sub {
  font-size: 1.25rem;
  line-height: 1.5;
}

.uc-nav-primary .uc-nav-sub a {
  color: #999;
}

.uc-nav-primary .uc-nav-sub a:hover {
  color: #666;
}

.uc-nav-primary .uc-nav-sub li.uc-active > a {
  color: #333;
}

.uc-nav-secondary {
  font-size: 16px;
  line-height: 1.5;
}

.uc-nav-secondary > li > a {
  color: #333;
}

.uc-nav-secondary > li > a:hover {
  color: #333;
}

.uc-nav-secondary > li.uc-active > a {
  color: #333;
}

.uc-nav-secondary .uc-nav-subtitle {
  font-size: .875rem;
  color: #999;
}

.uc-nav-secondary > li > a:hover .uc-nav-subtitle {
  color: #666;
}

.uc-nav-secondary > li.uc-active > a .uc-nav-subtitle {
  color: #333;
}

.uc-nav-secondary .uc-nav-header {
  color: #333;
}

.uc-nav-secondary .uc-nav-divider {
  border-top: 1px solid #e5e5e5;
}

.uc-nav-secondary .uc-nav-sub {
  font-size: .875rem;
  line-height: 1.5;
}

.uc-nav-secondary .uc-nav-sub a {
  color: #999;
}

.uc-nav-secondary .uc-nav-sub a:hover {
  color: #666;
}

.uc-nav-secondary .uc-nav-sub li.uc-active > a {
  color: #333;
}

.uc-nav-medium {
  font-size: 2.8875rem;
  line-height: 1;
}

.uc-nav-large {
  font-size: 3.4rem;
  line-height: 1;
}

.uc-nav-xlarge {
  font-size: 4rem;
  line-height: 1;
}

@media (width >= 768px) {
  .uc-nav-medium {
    font-size: 3.5rem;
  }

  .uc-nav-large {
    font-size: 4rem;
  }

  .uc-nav-xlarge {
    font-size: 6rem;
  }
}

@media (width >= 992px) {
  .uc-nav-medium {
    font-size: 4rem;
  }

  .uc-nav-large {
    font-size: 6rem;
  }

  .uc-nav-xlarge {
    font-size: 8rem;
  }
}

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

.uc-nav-center li > a {
  justify-content: center;
}

.uc-nav-center .uc-nav-sub, .uc-nav-center .uc-nav-sub ul {
  padding-left: 0;
}

.uc-nav-center .uc-nav-parent-icon {
  margin-left: .25em;
}

.uc-nav.uc-nav-divider > :not(.uc-nav-header, .uc-nav-divider) + :not(.uc-nav-header, .uc-nav-divider) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
}

.uc-navbar {
  display: flex;
  position: relative;
}

.uc-navbar-container:not(.uc-navbar-transparent) {
  background: #f8f8f8;
}

.uc-navbar-left, .uc-navbar-right, [class*="uc-navbar-center"] {
  display: flex;
  gap: 0;
  align-items: center;
}

.uc-navbar-right {
  margin-left: auto;
}

.uc-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.uc-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  box-sizing: border-box;
  z-index: 990;
}

.uc-navbar-center-left, .uc-navbar-center-right {
  position: absolute;
  top: 0;
}

.uc-navbar-center-left {
  right: 100%;
}

.uc-navbar-center-right {
  left: 100%;
}

[class*="uc-navbar-center-"] {
  width: max-content;
  box-sizing: border-box;
}

.uc-navbar-nav {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uc-navbar-center:only-child, .uc-navbar-left, .uc-navbar-right {
  flex-wrap: wrap;
}

.uc-navbar-item, .uc-navbar-nav > li > a, .uc-navbar-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: .25em;
  box-sizing: border-box;
  min-height: 80px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-decoration: none;
}

.uc-navbar-nav > li > a {
  padding: 0 15px;
}

.uc-navbar-nav > li:hover > a, .uc-navbar-nav > li > a[aria-expanded="true"] {
  color: #666;
}

.uc-navbar-nav > li > a:active {
  color: #333;
}

.uc-navbar-nav > li.uc-active > a {
  color: #333;
}

.uc-navbar-parent-icon {
  margin-left: 4px;
  transition: transform .3s ease-out;
}

.uc-navbar-nav > li > a[aria-expanded="true"] .uc-navbar-parent-icon {
  transform: rotateX(180deg);
}

.uc-navbar-item {
  padding: 0 15px;
  color: #666;
}

.uc-navbar-item > :last-child {
  margin-bottom: 0;
}

.uc-navbar-toggle {
  padding: 0 15px;
  color: #999;
}

.uc-navbar-toggle:hover, .uc-navbar-toggle[aria-expanded="true"] {
  color: #666;
  text-decoration: none;
}

.uc-navbar-subtitle {
  font-size: .875rem;
}

.uc-navbar-justify .uc-navbar-item, .uc-navbar-justify .uc-navbar-left, .uc-navbar-justify .uc-navbar-nav, .uc-navbar-justify .uc-navbar-nav > li, .uc-navbar-justify .uc-navbar-right, .uc-navbar-justify .uc-navbar-toggle {
  flex-grow: 1;
}

.uc-navbar-dropdown {
  --uc-position-offset: 0;
  --uc-position-shift-offset: 0;
  --uc-position-viewport-offset: 15px;
  width: 200px;
  background: #f8f8f8;
  color: #666;
}

.uc-navbar-dropdown > :last-child {
  margin-bottom: 0;
}

.uc-navbar-dropdown :focus-visible {
  outline-color: #333 !important;
}

.uc-navbar-dropdown .uc-drop-grid {
  margin-left: -30px;
}

.uc-navbar-dropdown .uc-drop-grid > * {
  padding-left: 30px;
}

.uc-navbar-dropdown .uc-drop-grid > .uc-grid-margin {
  margin-top: 30px;
}

.uc-navbar-dropdown-width-2:not(.uc-drop-stack) {
  width: 400px;
}

.uc-navbar-dropdown-width-3:not(.uc-drop-stack) {
  width: 600px;
}

.uc-navbar-dropdown-width-4:not(.uc-drop-stack) {
  width: 800px;
}

.uc-navbar-dropdown-width-5:not(.uc-drop-stack) {
  width: 1000px;
}

.uc-navbar-dropdown-large {
  --uc-position-shift-offset: 0;
  padding: 40px;
}

.uc-navbar-dropdown-dropbar {
  width: auto;
  background: none;
  padding: 15px 0;
  --uc-position-offset: 0;
  --uc-position-shift-offset: 0;
  --uc-position-viewport-offset: 15px;
}

@media (width >= 576px) {
  .uc-navbar-dropdown-dropbar {
    --uc-position-viewport-offset: 30px;
  }
}

@media (width >= 768px) {
  .uc-navbar-dropdown-dropbar {
    --uc-position-viewport-offset: 40px;
  }
}

.uc-navbar-dropdown-dropbar-large {
  --uc-position-shift-offset: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.uc-navbar-dropdown-nav > li > a {
  color: #999;
}

.uc-navbar-dropdown-nav > li > a:hover {
  color: #666;
}

.uc-navbar-dropdown-nav > li.uc-active > a {
  color: #333;
}

.uc-navbar-dropdown-nav .uc-nav-subtitle {
  font-size: .875rem;
}

.uc-navbar-dropdown-nav .uc-nav-divider {
  border-top: 1px solid #e5e5e5;
}

.uc-navbar-dropdown-nav .uc-nav-sub a {
  color: #999;
}

.uc-navbar-dropdown-nav .uc-nav-sub a:hover {
  color: #666;
}

.uc-navbar-dropdown-nav .uc-nav-sub li.uc-active > a {
  color: #333;
}

.uc-subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}

.uc-subnav > * {
  flex: none;
  padding-left: 20px;
  position: relative;
}

.uc-subnav > * > :first-child {
  display: flex;
  align-items: center;
  column-gap: .25em;
  color: #999;
}

.uc-subnav > * > a:hover {
  color: #666;
  text-decoration: none;
}

.uc-subnav > .uc-active > a {
  color: #333;
}

.uc-subnav-divider {
  margin-left: -41px;
}

.uc-subnav-divider > * {
  display: flex;
  align-items: center;
}

.uc-subnav-divider > :before {
  content: "";
  height: 1.5em;
  margin-left: 0;
  margin-right: 20px;
  border-left: 1px solid #0000;
}

.uc-subnav-divider > :nth-child(n+2):not(.uc-first-column):before {
  border-left-color: #e5e5e5;
}

.uc-subnav-pill > * > :first-child {
  padding: 5px 10px;
  color: #999;
  background: none !important;
}

.uc-subnav-pill > * > a:hover {
  background-color: #f8f8f8;
  color: #666;
}

.uc-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666;
}

.uc-subnav-pill > .uc-active > a {
  background-color: #1e87f0;
  color: #fff;
}

.uc-subnav > .uc-disabled > a {
  color: #999;
}

.uc-breadcrumb {
  padding: 0;
  list-style: none;
}

.uc-breadcrumb > * {
  display: contents;
}

.uc-breadcrumb > * > * {
  font-size: .875rem;
  color: #999;
}

.uc-breadcrumb > * > :hover {
  color: #666;
  text-decoration: none;
}

.uc-breadcrumb > :last-child > a:not([href]), .uc-breadcrumb > :last-child > span {
  color: #666;
}

.uc-breadcrumb > :nth-child(n+2):not(.uc-first-column):before {
  content: "/";
  display: inline-block;
  margin: 0 20px 0 16px;
  font-size: .875rem;
  color: #999;
}

.uc-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 0;
  padding: 0;
  list-style: none;
}

.uc-pagination > * {
  flex: none;
  padding-left: 0;
  position: relative;
}

.uc-pagination > * > * {
  display: flex;
  align-items: center;
  column-gap: .25em;
  padding: 5px 10px;
  color: #999;
}

.uc-pagination > * > :hover {
  color: #666;
  text-decoration: none;
}

.uc-pagination > .uc-active > * {
  color: #666;
}

.uc-pagination > .uc-disabled > * {
  color: #999;
}

.uc-tab {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}

.uc-tab > * {
  flex: none;
  padding-left: 20px;
  position: relative;
}

.uc-tab > * > a {
  display: flex;
  align-items: center;
  column-gap: .25em;
  justify-content: center;
  padding: 5px 10px;
  color: #999;
}

.uc-tab > * > a:hover {
  color: #666;
  text-decoration: none;
}

.uc-tab > .uc-active > a {
  color: #333;
}

.uc-tab > .uc-disabled > a {
  color: #999;
}

.uc-tab-left, .uc-tab-right {
  flex-direction: column;
  margin-left: 0;
}

.uc-tab-left > *, .uc-tab-right > * {
  padding-left: 0;
}

.uc-tab-left > * > a {
  justify-content: left;
}

.uc-tab-right > * > a {
  justify-content: left;
}

.uc-slidenav {
  padding: 5px 10px;
  color: #66666680;
}

.uc-slidenav:hover {
  color: #666666e6;
}

.uc-slidenav:active {
  color: #66666680;
}

.uc-slidenav-large {
  padding: 10px;
}

.uc-slidenav-container {
  display: flex;
}

.uc-dotnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -12px;
}

.uc-dotnav > * {
  flex: none;
  padding-left: 12px;
}

.uc-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6663;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.uc-dotnav > * > :hover {
  background-color: #6669;
}

.uc-dotnav > * > :active {
  background-color: #6663;
}

.uc-dotnav > .uc-active > * {
  background-color: #6669;
}

.uc-dotnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -12px;
}

.uc-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}

.uc-thumbnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
}

.uc-thumbnav > * {
  padding-left: 15px;
}

.uc-thumbnav > * > * {
  display: inline-block;
}

.uc-thumbnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -15px;
}

.uc-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}

.uc-iconnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px;
}

.uc-iconnav > * {
  padding-left: 10px;
}

.uc-iconnav > * > a {
  display: flex;
  align-items: center;
  column-gap: .25em;
  line-height: 0;
  color: #999;
  text-decoration: none;
}

.uc-iconnav > * > a:hover {
  color: #666;
}

.uc-iconnav > .uc-active > a {
  color: #666;
}

.uc-iconnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -10px;
}

.uc-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}

.uc-dropdown {
  --uc-position-offset: 10px;
  --uc-position-viewport-offset: 15px;
  width: auto;
  min-width: 200px;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
}

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

.uc-dropdown :focus-visible {
  outline-color: #333 !important;
}

.uc-dropdown-large {
  padding: 40px;
}

.uc-dropdown-dropbar {
  width: auto;
  background: none;
  padding: 15px 0;
  --uc-position-viewport-offset: 15px;
}

@media (width >= 576px) {
  .uc-dropdown-dropbar {
    --uc-position-viewport-offset: 30px;
  }
}

@media (width >= 768px) {
  .uc-dropdown-dropbar {
    --uc-position-viewport-offset: 40px;
  }
}

.uc-dropdown-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

.uc-dropdown-nav > li > a {
  color: #999;
}

.uc-dropdown-nav > li.uc-active > a, .uc-dropdown-nav > li > a:hover {
  color: #666;
}

.uc-dropdown-nav .uc-nav-subtitle {
  font-size: .875rem;
}

.uc-dropdown-nav .uc-nav-divider {
  border-top: 1px solid #e5e5e5;
}

.uc-dropdown-nav .uc-nav-sub a {
  color: #999;
}

.uc-dropdown-nav .uc-nav-sub a:hover, .uc-dropdown-nav .uc-nav-sub li.uc-active > a {
  color: #666;
}

.uc-lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background: #000;
  opacity: 0;
  transition: opacity .15s linear;
  touch-action: pinch-zoom;
}

.uc-lightbox.uc-open {
  display: block;
  opacity: 1;
}

.uc-lightbox :focus-visible {
  outline-color: #ffffffb3;
}

.uc-lightbox-page {
  overflow: hidden;
}

.uc-lightbox-items > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  color: #ffffffb3;
  will-change: transform, opacity;
}

.uc-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}

.uc-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}

.uc-lightbox-items > .uc-active {
  display: flex;
}

.uc-lightbox-toolbar {
  padding: 10px;
  background: #0000004d;
  color: #ffffffb3;
}

.uc-lightbox-toolbar > * {
  color: #ffffffb3;
}

.uc-lightbox-toolbar-icon {
  padding: 5px;
  color: #ffffffb3;
}

.uc-lightbox-toolbar-icon:hover {
  color: #fff;
}

.uc-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: #0000004d;
  color: #ffffffb3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.uc-lightbox-button:hover {
  color: #fff;
}

.uc-lightbox-caption:empty {
  display: none;
}

.uc-lightbox-iframe {
  width: 80%;
  height: 80%;
}

[class*="uc-animation-"] {
  animation: none;
}

.uc-animation-fade {
  animation-name: uc-fade;
  animation-duration: .8s;
  animation-timing-function: linear;
}

.uc-animation-scale-up {
  animation-name: uc-fade, uc-scale-up;
}

.uc-animation-scale-down {
  animation-name: uc-fade, uc-scale-down;
}

.uc-animation-slide-top {
  animation-name: uc-fade, uc-slide-top;
}

.uc-animation-slide-bottom {
  animation-name: uc-fade, uc-slide-bottom;
}

.uc-animation-slide-left {
  animation-name: uc-fade, uc-slide-left;
}

.uc-animation-slide-right {
  animation-name: uc-fade, uc-slide-right;
}

.uc-animation-slide-top-small {
  animation-name: uc-fade, uc-slide-top-small;
}

.uc-animation-slide-bottom-small {
  animation-name: uc-fade, uc-slide-bottom-small;
}

.uc-animation-slide-left-small {
  animation-name: uc-fade, uc-slide-left-small;
}

.uc-animation-slide-right-small {
  animation-name: uc-fade, uc-slide-right-small;
}

.uc-animation-slide-top-medium {
  animation-name: uc-fade, uc-slide-top-medium;
}

.uc-animation-slide-bottom-medium {
  animation-name: uc-fade, uc-slide-bottom-medium;
}

.uc-animation-slide-left-medium {
  animation-name: uc-fade, uc-slide-left-medium;
}

.uc-animation-slide-right-medium {
  animation-name: uc-fade, uc-slide-right-medium;
}

.uc-animation-kenburns {
  animation-name: uc-kenburns;
  animation-duration: 15s;
}

.uc-animation-shake {
  animation-name: uc-shake;
}

.uc-animation-stroke {
  animation-name: uc-stroke;
  animation-duration: 2s;
  stroke-dasharray: var(--uc-animation-stroke);
}

.uc-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}

.uc-animation-fast {
  animation-duration: .1s;
}

.uc-animation-toggle:not(:hover):not(:focus) [class*="uc-animation-"] {
  animation-name: none;
}

@keyframes uc-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes uc-scale-up {
  0% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes uc-scale-down {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes uc-slide-top {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uc-slide-bottom {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uc-slide-left {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uc-slide-right {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uc-slide-top-small {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uc-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uc-slide-left-small {
  0% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uc-slide-right-small {
  0% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uc-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uc-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uc-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uc-slide-right-medium {
  0% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uc-kenburns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes uc-shake {
  0%, 100% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(-9px);
  }

  20% {
    transform: translateX(8px);
  }

  30% {
    transform: translateX(-7px);
  }

  40% {
    transform: translateX(6px);
  }

  50% {
    transform: translateX(-5px);
  }

  60% {
    transform: translateX(4px);
  }

  70% {
    transform: translateX(-3px);
  }

  80% {
    transform: translateX(2px);
  }

  90% {
    transform: translateX(-1px);
  }
}

@keyframes uc-stroke {
  0% {
    stroke-dashoffset: var(--uc-animation-stroke);
  }

  100% {
    stroke-dashoffset: 0;
  }
}

[class*="uc-child-width"] > * {
  box-sizing: border-box;
  width: 100%;
}

.uc-child-width-1-2 > * {
  width: 50%;
}

.uc-child-width-1-3 > * {
  width: 33.3333%;
}

.uc-child-width-1-4 > * {
  width: 25%;
}

.uc-child-width-1-5 > * {
  width: 20%;
}

.uc-child-width-1-6 > * {
  width: 16.6667%;
}

.uc-child-width-auto > * {
  width: auto;
}

.uc-child-width-expand > :not([class*="uc-width"]) {
  flex: 1;
  min-width: 1px;
}

@media (width >= 576px) {
  .uc-child-width-1-1\@s > * {
    width: 100%;
  }

  .uc-child-width-1-2\@s > * {
    width: 50%;
  }

  .uc-child-width-1-3\@s > * {
    width: 33.3333%;
  }

  .uc-child-width-1-4\@s > * {
    width: 25%;
  }

  .uc-child-width-1-5\@s > * {
    width: 20%;
  }

  .uc-child-width-1-6\@s > * {
    width: 16.6667%;
  }

  .uc-child-width-auto\@s > * {
    width: auto;
  }

  .uc-child-width-expand\@s > :not([class*="uc-width"]) {
    flex: 1;
    min-width: 1px;
  }

  .uc-child-width-1-1\@s > :not([class*="uc-width"]), .uc-child-width-1-2\@s > :not([class*="uc-width"]), .uc-child-width-1-3\@s > :not([class*="uc-width"]), .uc-child-width-1-4\@s > :not([class*="uc-width"]), .uc-child-width-1-5\@s > :not([class*="uc-width"]), .uc-child-width-1-6\@s > :not([class*="uc-width"]), .uc-child-width-auto\@s > :not([class*="uc-width"]) {
    flex: initial;
  }
}

@media (width >= 768px) {
  .uc-child-width-1-1\@m > * {
    width: 100%;
  }

  .uc-child-width-1-2\@m > * {
    width: 50%;
  }

  .uc-child-width-1-3\@m > * {
    width: 33.3333%;
  }

  .uc-child-width-1-4\@m > * {
    width: 25%;
  }

  .uc-child-width-1-5\@m > * {
    width: 20%;
  }

  .uc-child-width-1-6\@m > * {
    width: 16.6667%;
  }

  .uc-child-width-auto\@m > * {
    width: auto;
  }

  .uc-child-width-expand\@m > :not([class*="uc-width"]) {
    flex: 1;
    min-width: 1px;
  }

  .uc-child-width-1-1\@m > :not([class*="uc-width"]), .uc-child-width-1-2\@m > :not([class*="uc-width"]), .uc-child-width-1-3\@m > :not([class*="uc-width"]), .uc-child-width-1-4\@m > :not([class*="uc-width"]), .uc-child-width-1-5\@m > :not([class*="uc-width"]), .uc-child-width-1-6\@m > :not([class*="uc-width"]), .uc-child-width-auto\@m > :not([class*="uc-width"]) {
    flex: initial;
  }
}

@media (width >= 992px) {
  .uc-child-width-1-1\@l > * {
    width: 100%;
  }

  .uc-child-width-1-2\@l > * {
    width: 50%;
  }

  .uc-child-width-1-3\@l > * {
    width: 33.3333%;
  }

  .uc-child-width-1-4\@l > * {
    width: 25%;
  }

  .uc-child-width-1-5\@l > * {
    width: 20%;
  }

  .uc-child-width-1-6\@l > * {
    width: 16.6667%;
  }

  .uc-child-width-auto\@l > * {
    width: auto;
  }

  .uc-child-width-expand\@l > :not([class*="uc-width"]) {
    flex: 1;
    min-width: 1px;
  }

  .uc-child-width-1-1\@l > :not([class*="uc-width"]), .uc-child-width-1-2\@l > :not([class*="uc-width"]), .uc-child-width-1-3\@l > :not([class*="uc-width"]), .uc-child-width-1-4\@l > :not([class*="uc-width"]), .uc-child-width-1-5\@l > :not([class*="uc-width"]), .uc-child-width-1-6\@l > :not([class*="uc-width"]), .uc-child-width-auto\@l > :not([class*="uc-width"]) {
    flex: initial;
  }
}

@media (width >= 1200px) {
  .uc-child-width-1-1\@xl > * {
    width: 100%;
  }

  .uc-child-width-1-2\@xl > * {
    width: 50%;
  }

  .uc-child-width-1-3\@xl > * {
    width: 33.3333%;
  }

  .uc-child-width-1-4\@xl > * {
    width: 25%;
  }

  .uc-child-width-1-5\@xl > * {
    width: 20%;
  }

  .uc-child-width-1-6\@xl > * {
    width: 16.6667%;
  }

  .uc-child-width-auto\@xl > * {
    width: auto;
  }

  .uc-child-width-expand\@xl > :not([class*="uc-width"]) {
    flex: 1;
    min-width: 1px;
  }

  .uc-child-width-1-1\@xl > :not([class*="uc-width"]), .uc-child-width-1-2\@xl > :not([class*="uc-width"]), .uc-child-width-1-3\@xl > :not([class*="uc-width"]), .uc-child-width-1-4\@xl > :not([class*="uc-width"]), .uc-child-width-1-5\@xl > :not([class*="uc-width"]), .uc-child-width-1-6\@xl > :not([class*="uc-width"]), .uc-child-width-auto\@xl > :not([class*="uc-width"]) {
    flex: initial;
  }
}

[class*="uc-width"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.uc-width-1-2 {
  width: 50%;
}

.uc-width-1-3 {
  width: 33.3333%;
}

.uc-width-2-3 {
  width: 66.6667%;
}

.uc-width-1-4 {
  width: 25%;
}

.uc-width-3-4 {
  width: 75%;
}

.uc-width-1-5 {
  width: 20%;
}

.uc-width-2-5 {
  width: 40%;
}

.uc-width-3-5 {
  width: 60%;
}

.uc-width-4-5 {
  width: 80%;
}

.uc-width-1-6 {
  width: 16.6667%;
}

.uc-width-5-6 {
  width: 83.3333%;
}

.uc-width-small {
  width: 150px;
}

.uc-width-medium {
  width: 300px;
}

.uc-width-large {
  width: 450px;
}

.uc-width-xlarge {
  width: 600px;
}

.uc-width-2xlarge {
  width: 750px;
}

.uc-width-auto {
  width: auto;
}

.uc-width-expand {
  flex: 1;
  min-width: 1px;
}

@media (width >= 576px) {
  .uc-width-1-1\@s {
    width: 100%;
  }

  .uc-width-1-2\@s {
    width: 50%;
  }

  .uc-width-1-3\@s {
    width: 33.3333%;
  }

  .uc-width-2-3\@s {
    width: 66.6667%;
  }

  .uc-width-1-4\@s {
    width: 25%;
  }

  .uc-width-3-4\@s {
    width: 75%;
  }

  .uc-width-1-5\@s {
    width: 20%;
  }

  .uc-width-2-5\@s {
    width: 40%;
  }

  .uc-width-3-5\@s {
    width: 60%;
  }

  .uc-width-4-5\@s {
    width: 80%;
  }

  .uc-width-1-6\@s {
    width: 16.6667%;
  }

  .uc-width-5-6\@s {
    width: 83.3333%;
  }

  .uc-width-small\@s {
    width: 150px;
  }

  .uc-width-medium\@s {
    width: 300px;
  }

  .uc-width-large\@s {
    width: 450px;
  }

  .uc-width-xlarge\@s {
    width: 600px;
  }

  .uc-width-2xlarge\@s {
    width: 750px;
  }

  .uc-width-auto\@s {
    width: auto;
  }

  .uc-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }

  .uc-width-1-1\@s, .uc-width-1-2\@s, .uc-width-1-3\@s, .uc-width-1-4\@s, .uc-width-1-5\@s, .uc-width-1-6\@s, .uc-width-2-3\@s, .uc-width-2-5\@s, .uc-width-2xlarge\@s, .uc-width-3-4\@s, .uc-width-3-5\@s, .uc-width-4-5\@s, .uc-width-5-6\@s, .uc-width-auto\@s, .uc-width-large\@s, .uc-width-medium\@s, .uc-width-small\@s, .uc-width-xlarge\@s {
    flex: initial;
  }
}

@media (width >= 768px) {
  .uc-width-1-1\@m {
    width: 100%;
  }

  .uc-width-1-2\@m {
    width: 50%;
  }

  .uc-width-1-3\@m {
    width: 33.3333%;
  }

  .uc-width-2-3\@m {
    width: 66.6667%;
  }

  .uc-width-1-4\@m {
    width: 25%;
  }

  .uc-width-3-4\@m {
    width: 75%;
  }

  .uc-width-1-5\@m {
    width: 20%;
  }

  .uc-width-2-5\@m {
    width: 40%;
  }

  .uc-width-3-5\@m {
    width: 60%;
  }

  .uc-width-4-5\@m {
    width: 80%;
  }

  .uc-width-1-6\@m {
    width: 16.6667%;
  }

  .uc-width-5-6\@m {
    width: 83.3333%;
  }

  .uc-width-small\@m {
    width: 150px;
  }

  .uc-width-medium\@m {
    width: 300px;
  }

  .uc-width-large\@m {
    width: 450px;
  }

  .uc-width-xlarge\@m {
    width: 600px;
  }

  .uc-width-2xlarge\@m {
    width: 750px;
  }

  .uc-width-auto\@m {
    width: auto;
  }

  .uc-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }

  .uc-width-1-1\@m, .uc-width-1-2\@m, .uc-width-1-3\@m, .uc-width-1-4\@m, .uc-width-1-5\@m, .uc-width-1-6\@m, .uc-width-2-3\@m, .uc-width-2-5\@m, .uc-width-2xlarge\@m, .uc-width-3-4\@m, .uc-width-3-5\@m, .uc-width-4-5\@m, .uc-width-5-6\@m, .uc-width-auto\@m, .uc-width-large\@m, .uc-width-medium\@m, .uc-width-small\@m, .uc-width-xlarge\@m {
    flex: initial;
  }
}

@media (width >= 992px) {
  .uc-width-1-1\@l {
    width: 100%;
  }

  .uc-width-1-2\@l {
    width: 50%;
  }

  .uc-width-1-3\@l {
    width: 33.3333%;
  }

  .uc-width-2-3\@l {
    width: 66.6667%;
  }

  .uc-width-1-4\@l {
    width: 25%;
  }

  .uc-width-3-4\@l {
    width: 75%;
  }

  .uc-width-1-5\@l {
    width: 20%;
  }

  .uc-width-2-5\@l {
    width: 40%;
  }

  .uc-width-3-5\@l {
    width: 60%;
  }

  .uc-width-4-5\@l {
    width: 80%;
  }

  .uc-width-1-6\@l {
    width: 16.6667%;
  }

  .uc-width-5-6\@l {
    width: 83.3333%;
  }

  .uc-width-small\@l {
    width: 150px;
  }

  .uc-width-medium\@l {
    width: 300px;
  }

  .uc-width-large\@l {
    width: 450px;
  }

  .uc-width-xlarge\@l {
    width: 600px;
  }

  .uc-width-2xlarge\@l {
    width: 750px;
  }

  .uc-width-auto\@l {
    width: auto;
  }

  .uc-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }

  .uc-width-1-1\@l, .uc-width-1-2\@l, .uc-width-1-3\@l, .uc-width-1-4\@l, .uc-width-1-5\@l, .uc-width-1-6\@l, .uc-width-2-3\@l, .uc-width-2-5\@l, .uc-width-2xlarge\@l, .uc-width-3-4\@l, .uc-width-3-5\@l, .uc-width-4-5\@l, .uc-width-5-6\@l, .uc-width-auto\@l, .uc-width-large\@l, .uc-width-medium\@l, .uc-width-small\@l, .uc-width-xlarge\@l {
    flex: initial;
  }
}

@media (width >= 1200px) {
  .uc-width-1-1\@xl {
    width: 100%;
  }

  .uc-width-1-2\@xl {
    width: 50%;
  }

  .uc-width-1-3\@xl {
    width: 33.3333%;
  }

  .uc-width-2-3\@xl {
    width: 66.6667%;
  }

  .uc-width-1-4\@xl {
    width: 25%;
  }

  .uc-width-3-4\@xl {
    width: 75%;
  }

  .uc-width-1-5\@xl {
    width: 20%;
  }

  .uc-width-2-5\@xl {
    width: 40%;
  }

  .uc-width-3-5\@xl {
    width: 60%;
  }

  .uc-width-4-5\@xl {
    width: 80%;
  }

  .uc-width-1-6\@xl {
    width: 16.6667%;
  }

  .uc-width-5-6\@xl {
    width: 83.3333%;
  }

  .uc-width-small\@xl {
    width: 150px;
  }

  .uc-width-medium\@xl {
    width: 300px;
  }

  .uc-width-large\@xl {
    width: 450px;
  }

  .uc-width-xlarge\@xl {
    width: 600px;
  }

  .uc-width-2xlarge\@xl {
    width: 750px;
  }

  .uc-width-auto\@xl {
    width: auto;
  }

  .uc-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }

  .uc-width-1-1\@xl, .uc-width-1-2\@xl, .uc-width-1-3\@xl, .uc-width-1-4\@xl, .uc-width-1-5\@xl, .uc-width-1-6\@xl, .uc-width-2-3\@xl, .uc-width-2-5\@xl, .uc-width-2xlarge\@xl, .uc-width-3-4\@xl, .uc-width-3-5\@xl, .uc-width-4-5\@xl, .uc-width-5-6\@xl, .uc-width-auto\@xl, .uc-width-large\@xl, .uc-width-medium\@xl, .uc-width-small\@xl, .uc-width-xlarge\@xl {
    flex: initial;
  }
}

.uc-width-max-content {
  width: max-content;
}

.uc-width-min-content {
  width: min-content;
}

[class*="uc-height"] {
  box-sizing: border-box;
}

.uc-height-1-1 {
  height: 100%;
}

.uc-height-viewport {
  min-height: 100vh;
}

.uc-height-viewport-2 {
  min-height: 200vh;
}

.uc-height-viewport-3 {
  min-height: 300vh;
}

.uc-height-viewport-4 {
  min-height: 400vh;
}

.uc-height-small {
  height: 150px;
}

.uc-height-medium {
  height: 300px;
}

.uc-height-large {
  height: 450px;
}

.uc-height-max-small {
  max-height: 150px;
}

.uc-height-max-medium {
  max-height: 300px;
}

.uc-height-max-large {
  max-height: 450px;
}

.uc-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
}

.uc-text-meta {
  font-size: .875rem;
  line-height: 1.4;
  color: #999;
}

.uc-text-small {
  font-size: .875rem;
  line-height: 1.5;
}

.uc-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

.uc-text-default {
  font-size: 16px;
  line-height: 1.5;
}

.uc-text-light {
  font-weight: 300;
}

.uc-text-normal {
  font-weight: 400;
}

.uc-text-bold {
  font-weight: 700;
}

.uc-text-lighter {
  font-weight: lighter;
}

.uc-text-bolder {
  font-weight: bolder;
}

.uc-text-italic {
  font-style: italic;
}

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

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

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

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

.uc-text-muted {
  color: #999 !important;
}

.uc-text-emphasis {
  color: #333 !important;
}

.uc-text-primary {
  color: #1e87f0 !important;
}

.uc-text-secondary {
  color: #222 !important;
}

.uc-text-success {
  color: #32d296 !important;
}

.uc-text-warning {
  color: #faa05a !important;
}

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

.uc-text-background {
  -webkit-background-clip: text;
  display: inline-block;
  background-color: #1e87f0;
  color: #0000 !important;
}

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

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

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

.uc-text-justify {
  text-align: justify !important;
}

@media (width >= 576px) {
  .uc-text-left\@s {
    text-align: left !important;
  }

  .uc-text-right\@s {
    text-align: right !important;
  }

  .uc-text-center\@s {
    text-align: center !important;
  }
}

@media (width >= 768px) {
  .uc-text-left\@m {
    text-align: left !important;
  }

  .uc-text-right\@m {
    text-align: right !important;
  }

  .uc-text-center\@m {
    text-align: center !important;
  }
}

@media (width >= 992px) {
  .uc-text-left\@l {
    text-align: left !important;
  }

  .uc-text-right\@l {
    text-align: right !important;
  }

  .uc-text-center\@l {
    text-align: center !important;
  }
}

@media (width >= 1200px) {
  .uc-text-left\@xl {
    text-align: left !important;
  }

  .uc-text-right\@xl {
    text-align: right !important;
  }

  .uc-text-center\@xl {
    text-align: center !important;
  }
}

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

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

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

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

.uc-text-nowrap {
  white-space: nowrap;
}

.uc-text-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

td.uc-text-truncate, th.uc-text-truncate {
  max-width: 0;
}

.uc-text-break {
  overflow-wrap: break-word;
}

td.uc-text-break, th.uc-text-break {
  word-break: break-word;
}

[class*="uc-column-"] {
  column-gap: 30px;
}

@media (width >= 992px) {
  [class*="uc-column-"] {
    column-gap: 40px;
  }
}

[class*="uc-column-"] img {
  transform: translate3d(0, 0, 0);
}

.uc-column-divider {
  column-rule: 1px solid #e5e5e5;
  column-gap: 60px;
}

@media (width >= 992px) {
  .uc-column-divider {
    column-gap: 80px;
  }
}

.uc-column-1-2 {
  column-count: 2;
}

.uc-column-1-3 {
  column-count: 3;
}

.uc-column-1-4 {
  column-count: 4;
}

.uc-column-1-5 {
  column-count: 5;
}

.uc-column-1-6 {
  column-count: 6;
}

@media (width >= 576px) {
  .uc-column-1-2\@s {
    column-count: 2;
  }

  .uc-column-1-3\@s {
    column-count: 3;
  }

  .uc-column-1-4\@s {
    column-count: 4;
  }

  .uc-column-1-5\@s {
    column-count: 5;
  }

  .uc-column-1-6\@s {
    column-count: 6;
  }
}

@media (width >= 768px) {
  .uc-column-1-2\@m {
    column-count: 2;
  }

  .uc-column-1-3\@m {
    column-count: 3;
  }

  .uc-column-1-4\@m {
    column-count: 4;
  }

  .uc-column-1-5\@m {
    column-count: 5;
  }

  .uc-column-1-6\@m {
    column-count: 6;
  }
}

@media (width >= 992px) {
  .uc-column-1-2\@l {
    column-count: 2;
  }

  .uc-column-1-3\@l {
    column-count: 3;
  }

  .uc-column-1-4\@l {
    column-count: 4;
  }

  .uc-column-1-5\@l {
    column-count: 5;
  }

  .uc-column-1-6\@l {
    column-count: 6;
  }
}

@media (width >= 1200px) {
  .uc-column-1-2\@xl {
    column-count: 2;
  }

  .uc-column-1-3\@xl {
    column-count: 3;
  }

  .uc-column-1-4\@xl {
    column-count: 4;
  }

  .uc-column-1-5\@xl {
    column-count: 5;
  }

  .uc-column-1-6\@xl {
    column-count: 6;
  }
}

.uc-column-span {
  column-span: all;
}

[data-uc-cover]:where(canvas, iframe, svg), [uc-cover]:where(canvas, iframe, svg) {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  --uc-position-translate-x: -50%;
  --uc-position-translate-y: -50%;
  transform: translate(var(--uc-position-translate-x), var(--uc-position-translate-y));
}

iframe[data-uc-cover], iframe[uc-cover] {
  pointer-events: none;
}

[data-uc-cover]:where(img, video), [uc-cover]:where(img, video) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
}

.uc-cover-container {
  overflow: hidden;
  position: relative;
}

.uc-background-default {
  background-color: #fff;
}

.uc-background-muted {
  background-color: #f8f8f8;
}

.uc-background-primary {
  background-color: #1e87f0;
}

.uc-background-secondary {
  background-color: #222;
}

.uc-background-contain, .uc-background-cover, .uc-background-height-1-1, .uc-background-width-1-1 {
  background-position: 50%;
  background-repeat: no-repeat;
}

.uc-background-cover {
  background-size: cover;
}

.uc-background-contain {
  background-size: contain;
}

.uc-background-width-1-1 {
  background-size: 100%;
}

.uc-background-height-1-1 {
  background-size: auto 100%;
}

.uc-background-top-left {
  background-position: 0 0;
}

.uc-background-top-center {
  background-position: 50% 0;
}

.uc-background-top-right {
  background-position: 100% 0;
}

.uc-background-center-left {
  background-position: 0;
}

.uc-background-center-center {
  background-position: 50%;
}

.uc-background-center-right {
  background-position: 100%;
}

.uc-background-bottom-left {
  background-position: 0 100%;
}

.uc-background-bottom-center {
  background-position: 50% 100%;
}

.uc-background-bottom-right {
  background-position: 100% 100%;
}

.uc-background-norepeat {
  background-repeat: no-repeat;
}

.uc-background-fixed {
  background-attachment: fixed;
  backface-visibility: hidden;
}

@media (pointer: coarse) {
  .uc-background-fixed {
    background-attachment: scroll;
  }
}

@media (width <= 575px) {
  .uc-background-image\@s {
    background-image: none !important;
  }
}

@media (width <= 767px) {
  .uc-background-image\@m {
    background-image: none !important;
  }
}

@media (width <= 991px) {
  .uc-background-image\@l {
    background-image: none !important;
  }
}

@media (width <= 1199px) {
  .uc-background-image\@xl {
    background-image: none !important;
  }
}

.uc-background-blend-multiply {
  background-blend-mode: multiply;
}

.uc-background-blend-screen {
  background-blend-mode: screen;
}

.uc-background-blend-overlay {
  background-blend-mode: overlay;
}

.uc-background-blend-darken {
  background-blend-mode: darken;
}

.uc-background-blend-lighten {
  background-blend-mode: lighten;
}

.uc-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.uc-background-blend-color-burn {
  background-blend-mode: color-burn;
}

.uc-background-blend-hard-light {
  background-blend-mode: hard-light;
}

.uc-background-blend-soft-light {
  background-blend-mode: soft-light;
}

.uc-background-blend-difference {
  background-blend-mode: difference;
}

.uc-background-blend-exclusion {
  background-blend-mode: exclusion;
}

.uc-background-blend-hue {
  background-blend-mode: hue;
}

.uc-background-blend-saturation {
  background-blend-mode: saturation;
}

.uc-background-blend-color {
  background-blend-mode: color;
}

.uc-background-blend-luminosity {
  background-blend-mode: luminosity;
}

[class*="uc-align"] {
  display: block;
  margin-bottom: 30px;
}

* + [class*="uc-align"] {
  margin-top: 30px;
}

.uc-align-center {
  margin-left: auto;
  margin-right: auto;
}

.uc-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}

.uc-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}

@media (width >= 576px) {
  .uc-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }

  .uc-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}

@media (width >= 768px) {
  .uc-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }

  .uc-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}

@media (width >= 992px) {
  .uc-align-left\@l {
    margin-top: 0;
    float: left;
  }

  .uc-align-right\@l {
    margin-top: 0;
    float: right;
  }

  .uc-align-left, .uc-align-left\@l, .uc-align-left\@m, .uc-align-left\@s {
    margin-right: 40px;
  }

  .uc-align-right, .uc-align-right\@l, .uc-align-right\@m, .uc-align-right\@s {
    margin-left: 40px;
  }
}

@media (width >= 1200px) {
  .uc-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }

  .uc-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
}

.uc-svg, .uc-svg:not(.uc-preserve) [fill*="#"]:not(.uc-preserve) {
  fill: currentColor;
}

.uc-svg:not(.uc-preserve) [stroke*="#"]:not(.uc-preserve) {
  stroke: currentColor;
}

.uc-svg {
  transform: translate(0);
}

.uc-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

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

.uc-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  resize: both;
}

.uc-clearfix:before {
  content: "";
  display: table-cell;
}

.uc-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.uc-float-left {
  float: left;
}

.uc-float-right {
  float: right;
}

[class*="uc-float-"] {
  max-width: 100%;
}

.uc-overflow-hidden {
  overflow: hidden;
}

.uc-overflow-auto {
  overflow: auto;
}

.uc-overflow-auto > :last-child {
  margin-bottom: 0;
}

.uc-box-sizing-content {
  box-sizing: content-box;
}

.uc-box-sizing-border {
  box-sizing: border-box;
}

.uc-resize {
  resize: both;
}

.uc-resize-horizontal {
  resize: horizontal;
}

.uc-resize-vertical {
  resize: vertical;
}

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

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

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

[class*="uc-inline"] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

.uc-inline-clip {
  overflow: hidden;
}

.uc-preserve-width, .uc-preserve-width canvas, .uc-preserve-width img, .uc-preserve-width svg, .uc-preserve-width video {
  max-width: none;
}

.uc-responsive-height, .uc-responsive-width {
  box-sizing: border-box;
}

.uc-responsive-width {
  height: auto;
  max-width: 100% !important;
}

.uc-responsive-height {
  max-height: 100%;
  width: auto;
  max-width: none;
}

[data-uc-responsive], [uc-responsive] {
  max-width: 100%;
}

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

.uc-object-contain {
  object-fit: contain;
}

.uc-object-fill {
  object-fit: fill;
}

.uc-object-none {
  object-fit: none;
}

.uc-object-scale-down {
  object-fit: scale-down;
}

.uc-object-top-left {
  object-position: 0 0;
}

.uc-object-top-center {
  object-position: 50% 0;
}

.uc-object-top-right {
  object-position: 100% 0;
}

.uc-object-center-left {
  object-position: 0 50%;
}

.uc-object-center-center {
  object-position: 50% 50%;
}

.uc-object-center-right {
  object-position: 100% 50%;
}

.uc-object-bottom-left {
  object-position: 0 100%;
}

.uc-object-bottom-center {
  object-position: 50% 100%;
}

.uc-object-bottom-right {
  object-position: 100% 100%;
}

.uc-border-circle {
  border-radius: 50%;
}

.uc-border-pill {
  border-radius: 500px;
}

.uc-border-rounded {
  border-radius: 5px;
}

.uc-inline-clip[class*="uc-border-"] {
  -webkit-transform: translateZ(0);
}

.uc-box-shadow-small {
  box-shadow: 0 2px 8px #00000014;
}

.uc-box-shadow-medium {
  box-shadow: 0 5px 15px #00000014;
}

.uc-box-shadow-large {
  box-shadow: 0 14px 25px #00000029;
}

.uc-box-shadow-xlarge {
  box-shadow: 0 28px 50px #00000029;
}

[class*="uc-box-shadow-hover"] {
  transition: box-shadow .1s ease-in-out;
}

.uc-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px #00000014;
}

.uc-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px #00000014;
}

.uc-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px #00000029;
}

.uc-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px #00000029;
}

@supports (filter: blur(0)) {
  .uc-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle;
  }

  .uc-box-shadow-bottom:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
    will-change: filter;
  }
}

.uc-dropcap:first-letter, .uc-dropcap > p:first-of-type:first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
}

@-moz-document url-prefix() {
  .uc-dropcap:first-letter, .uc-dropcap > p:first-of-type:first-letter {
    margin-top: 1.1%;
  }
}

.uc-logo {
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #333;
  text-decoration: none;
}

:where(.uc-logo) {
  display: inline-block;
  vertical-align: middle;
}

.uc-logo:hover {
  color: #333;
  text-decoration: none;
}

.uc-logo :where(img, svg, video) {
  display: block;
}

.uc-logo-inverse {
  display: none;
}

.uc-disabled {
  pointer-events: none;
}

.uc-drag, .uc-drag * {
  cursor: move;
}

.uc-drag iframe {
  pointer-events: none;
}

.uc-dragover {
  box-shadow: 0 0 20px #6464644d;
}

.uc-blend-multiply {
  mix-blend-mode: multiply;
}

.uc-blend-screen {
  mix-blend-mode: screen;
}

.uc-blend-overlay {
  mix-blend-mode: overlay;
}

.uc-blend-darken {
  mix-blend-mode: darken;
}

.uc-blend-lighten {
  mix-blend-mode: lighten;
}

.uc-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.uc-blend-color-burn {
  mix-blend-mode: color-burn;
}

.uc-blend-hard-light {
  mix-blend-mode: hard-light;
}

.uc-blend-soft-light {
  mix-blend-mode: soft-light;
}

.uc-blend-difference {
  mix-blend-mode: difference;
}

.uc-blend-exclusion {
  mix-blend-mode: exclusion;
}

.uc-blend-hue {
  mix-blend-mode: hue;
}

.uc-blend-saturation {
  mix-blend-mode: saturation;
}

.uc-blend-color {
  mix-blend-mode: color;
}

.uc-blend-luminosity {
  mix-blend-mode: luminosity;
}

.uc-transform-center {
  transform: translate(-50%, -50%);
}

.uc-transform-origin-top-left {
  transform-origin: 0 0;
}

.uc-transform-origin-top-center {
  transform-origin: 50% 0;
}

.uc-transform-origin-top-right {
  transform-origin: 100% 0;
}

.uc-transform-origin-center-left {
  transform-origin: 0;
}

.uc-transform-origin-center-right {
  transform-origin: 100%;
}

.uc-transform-origin-bottom-left {
  transform-origin: 0 100%;
}

.uc-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}

.uc-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}

.uc-flex {
  display: flex;
}

.uc-flex-inline {
  display: inline-flex;
}

.uc-flex-left {
  justify-content: flex-start;
}

.uc-flex-center {
  justify-content: center;
}

.uc-flex-right {
  justify-content: flex-end;
}

.uc-flex-between {
  justify-content: space-between;
}

.uc-flex-around {
  justify-content: space-around;
}

@media (width >= 576px) {
  .uc-flex-left\@s {
    justify-content: flex-start;
  }

  .uc-flex-center\@s {
    justify-content: center;
  }

  .uc-flex-right\@s {
    justify-content: flex-end;
  }

  .uc-flex-between\@s {
    justify-content: space-between;
  }

  .uc-flex-around\@s {
    justify-content: space-around;
  }
}

@media (width >= 768px) {
  .uc-flex-left\@m {
    justify-content: flex-start;
  }

  .uc-flex-center\@m {
    justify-content: center;
  }

  .uc-flex-right\@m {
    justify-content: flex-end;
  }

  .uc-flex-between\@m {
    justify-content: space-between;
  }

  .uc-flex-around\@m {
    justify-content: space-around;
  }
}

@media (width >= 992px) {
  .uc-flex-left\@l {
    justify-content: flex-start;
  }

  .uc-flex-center\@l {
    justify-content: center;
  }

  .uc-flex-right\@l {
    justify-content: flex-end;
  }

  .uc-flex-between\@l {
    justify-content: space-between;
  }

  .uc-flex-around\@l {
    justify-content: space-around;
  }
}

@media (width >= 1200px) {
  .uc-flex-left\@xl {
    justify-content: flex-start;
  }

  .uc-flex-center\@xl {
    justify-content: center;
  }

  .uc-flex-right\@xl {
    justify-content: flex-end;
  }

  .uc-flex-between\@xl {
    justify-content: space-between;
  }

  .uc-flex-around\@xl {
    justify-content: space-around;
  }
}

.uc-flex-stretch {
  align-items: stretch;
}

.uc-flex-top {
  align-items: flex-start;
}

.uc-flex-middle {
  align-items: center;
}

.uc-flex-bottom {
  align-items: flex-end;
}

@media (width >= 576px) {
  .uc-flex-stretch\@s {
    align-items: stretch;
  }

  .uc-flex-top\@s {
    align-items: flex-start;
  }

  .uc-flex-middle\@s {
    align-items: center;
  }

  .uc-flex-bottom\@s {
    align-items: flex-end;
  }
}

@media (width >= 768px) {
  .uc-flex-stretch\@m {
    align-items: stretch;
  }

  .uc-flex-top\@m {
    align-items: flex-start;
  }

  .uc-flex-middle\@m {
    align-items: center;
  }

  .uc-flex-bottom\@m {
    align-items: flex-end;
  }
}

@media (width >= 992px) {
  .uc-flex-stretch\@l {
    align-items: stretch;
  }

  .uc-flex-top\@l {
    align-items: flex-start;
  }

  .uc-flex-middle\@l {
    align-items: center;
  }

  .uc-flex-bottom\@l {
    align-items: flex-end;
  }
}

@media (width >= 1200px) {
  .uc-flex-stretch\@xl {
    align-items: stretch;
  }

  .uc-flex-top\@xl {
    align-items: flex-start;
  }

  .uc-flex-middle\@xl {
    align-items: center;
  }

  .uc-flex-bottom\@xl {
    align-items: flex-end;
  }
}

.uc-flex-row {
  flex-direction: row;
}

.uc-flex-row-reverse {
  flex-direction: row-reverse;
}

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

.uc-flex-column-reverse {
  flex-direction: column-reverse;
}

@media (width >= 576px) {
  .uc-flex-row\@s {
    flex-direction: row;
  }

  .uc-flex-column\@s {
    flex-direction: column;
  }
}

@media (width >= 768px) {
  .uc-flex-row\@m {
    flex-direction: row;
  }

  .uc-flex-column\@m {
    flex-direction: column;
  }
}

@media (width >= 992px) {
  .uc-flex-row\@l {
    flex-direction: row;
  }

  .uc-flex-column\@l {
    flex-direction: column;
  }
}

@media (width >= 1200px) {
  .uc-flex-row\@xl {
    flex-direction: row;
  }

  .uc-flex-column\@xl {
    flex-direction: column;
  }
}

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

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

.uc-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.uc-flex-wrap-stretch {
  align-content: stretch;
}

.uc-flex-wrap-top {
  align-content: flex-start;
}

.uc-flex-wrap-middle {
  align-content: center;
}

.uc-flex-wrap-bottom {
  align-content: flex-end;
}

.uc-flex-wrap-between {
  align-content: space-between;
}

.uc-flex-wrap-around {
  align-content: space-around;
}

.uc-flex-first {
  order: -1;
}

.uc-flex-last {
  order: 99;
}

@media (width >= 576px) {
  .uc-flex-first\@s {
    order: -1;
  }

  .uc-flex-last\@s {
    order: 99;
  }
}

@media (width >= 768px) {
  .uc-flex-first\@m {
    order: -1;
  }

  .uc-flex-last\@m {
    order: 99;
  }
}

@media (width >= 992px) {
  .uc-flex-first\@l {
    order: -1;
  }

  .uc-flex-last\@l {
    order: 99;
  }
}

@media (width >= 1200px) {
  .uc-flex-first\@xl {
    order: -1;
  }

  .uc-flex-last\@xl {
    order: 99;
  }
}

.uc-flex-initial {
  flex: initial;
}

.uc-flex-none {
  flex: none;
}

.uc-flex-auto {
  flex: auto;
}

.uc-flex-1 {
  flex: 1;
}

@media (width >= 576px) {
  .uc-flex-initial\@s {
    flex: initial;
  }

  .uc-flex-none\@s {
    flex: none;
  }

  .uc-flex-1\@s {
    flex: 1;
  }
}

@media (width >= 768px) {
  .uc-flex-initial\@m {
    flex: initial;
  }

  .uc-flex-none\@m {
    flex: none;
  }

  .uc-flex-1\@m {
    flex: 1;
  }
}

@media (width >= 992px) {
  .uc-flex-initial\@l {
    flex: initial;
  }

  .uc-flex-none\@l {
    flex: none;
  }

  .uc-flex-1\@l {
    flex: 1;
  }
}

@media (width >= 1200px) {
  .uc-flex-initial\@xl {
    flex: initial;
  }

  .uc-flex-none\@xl {
    flex: none;
  }

  .uc-flex-1\@xl {
    flex: 1;
  }
}

.uc-margin {
  margin-bottom: 20px;
}

* + .uc-margin {
  margin-top: 20px !important;
}

.uc-margin-top {
  margin-top: 20px !important;
}

.uc-margin-bottom {
  margin-bottom: 20px !important;
}

.uc-margin-left {
  margin-left: 20px !important;
}

.uc-margin-right {
  margin-right: 20px !important;
}

.uc-margin-small {
  margin-bottom: 10px;
}

* + .uc-margin-small {
  margin-top: 10px !important;
}

.uc-margin-small-top {
  margin-top: 10px !important;
}

.uc-margin-small-bottom {
  margin-bottom: 10px !important;
}

.uc-margin-small-left {
  margin-left: 10px !important;
}

.uc-margin-small-right {
  margin-right: 10px !important;
}

.uc-margin-medium {
  margin-bottom: 40px;
}

* + .uc-margin-medium {
  margin-top: 40px !important;
}

.uc-margin-medium-top {
  margin-top: 40px !important;
}

.uc-margin-medium-bottom {
  margin-bottom: 40px !important;
}

.uc-margin-medium-left {
  margin-left: 40px !important;
}

.uc-margin-medium-right {
  margin-right: 40px !important;
}

.uc-margin-large {
  margin-bottom: 40px;
}

* + .uc-margin-large {
  margin-top: 40px !important;
}

.uc-margin-large-top {
  margin-top: 40px !important;
}

.uc-margin-large-bottom {
  margin-bottom: 40px !important;
}

.uc-margin-large-left {
  margin-left: 40px !important;
}

.uc-margin-large-right {
  margin-right: 40px !important;
}

@media (width >= 992px) {
  .uc-margin-large {
    margin-bottom: 70px;
  }

  * + .uc-margin-large {
    margin-top: 70px !important;
  }

  .uc-margin-large-top {
    margin-top: 70px !important;
  }

  .uc-margin-large-bottom {
    margin-bottom: 70px !important;
  }

  .uc-margin-large-left {
    margin-left: 70px !important;
  }

  .uc-margin-large-right {
    margin-right: 70px !important;
  }
}

.uc-margin-xlarge {
  margin-bottom: 70px;
}

* + .uc-margin-xlarge {
  margin-top: 70px !important;
}

.uc-margin-xlarge-top {
  margin-top: 70px !important;
}

.uc-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}

.uc-margin-xlarge-left {
  margin-left: 70px !important;
}

.uc-margin-xlarge-right {
  margin-right: 70px !important;
}

@media (width >= 992px) {
  .uc-margin-xlarge {
    margin-bottom: 140px;
  }

  * + .uc-margin-xlarge {
    margin-top: 140px !important;
  }

  .uc-margin-xlarge-top {
    margin-top: 140px !important;
  }

  .uc-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }

  .uc-margin-xlarge-left {
    margin-left: 140px !important;
  }

  .uc-margin-xlarge-right {
    margin-right: 140px !important;
  }
}

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

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

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

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

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

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

@media (width >= 576px) {
  .uc-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .uc-margin-auto-left\@s {
    margin-left: auto !important;
  }

  .uc-margin-auto-right\@s {
    margin-right: auto !important;
  }
}

@media (width >= 768px) {
  .uc-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .uc-margin-auto-left\@m {
    margin-left: auto !important;
  }

  .uc-margin-auto-right\@m {
    margin-right: auto !important;
  }
}

@media (width >= 992px) {
  .uc-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .uc-margin-auto-left\@l {
    margin-left: auto !important;
  }

  .uc-margin-auto-right\@l {
    margin-right: auto !important;
  }
}

@media (width >= 1200px) {
  .uc-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .uc-margin-auto-left\@xl {
    margin-left: auto !important;
  }

  .uc-margin-auto-right\@xl {
    margin-right: auto !important;
  }
}

.uc-margin-remove {
  margin: 0 !important;
}

.uc-margin-remove-top {
  margin-top: 0 !important;
}

.uc-margin-remove-bottom {
  margin-bottom: 0 !important;
}

.uc-margin-remove-left {
  margin-left: 0 !important;
}

.uc-margin-remove-right {
  margin-right: 0 !important;
}

.uc-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uc-margin-remove-adjacent + *, .uc-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

.uc-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important;
}

@media (width >= 576px) {
  .uc-margin-remove-left\@s {
    margin-left: 0 !important;
  }

  .uc-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}

@media (width >= 768px) {
  .uc-margin-remove-left\@m {
    margin-left: 0 !important;
  }

  .uc-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}

@media (width >= 992px) {
  .uc-margin-remove-left\@l {
    margin-left: 0 !important;
  }

  .uc-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}

@media (width >= 1200px) {
  .uc-margin-remove-left\@xl {
    margin-left: 0 !important;
  }

  .uc-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}

.uc-padding {
  padding: 30px;
}

@media (width >= 992px) {
  .uc-padding {
    padding: 40px;
  }
}

.uc-padding-small {
  padding: 15px;
}

.uc-padding-large {
  padding: 40px;
}

@media (width >= 992px) {
  .uc-padding-large {
    padding: 70px;
  }
}

.uc-padding-remove {
  padding: 0 !important;
}

.uc-padding-remove-top {
  padding-top: 0 !important;
}

.uc-padding-remove-bottom {
  padding-bottom: 0 !important;
}

.uc-padding-remove-left {
  padding-left: 0 !important;
}

.uc-padding-remove-right {
  padding-right: 0 !important;
}

.uc-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.uc-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

:root {
  --uc-position-margin-offset: 0px;
}

[class*="uc-position-bottom"], [class*="uc-position-center"], [class*="uc-position-left"], [class*="uc-position-right"], [class*="uc-position-top"] {
  max-width: calc(100% - (var(--uc-position-margin-offset) * 2));
  box-sizing: border-box;
  position: absolute !important;
}

.uc-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.uc-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.uc-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.uc-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

.uc-position-top-left {
  top: 0;
  left: 0;
}

.uc-position-top-right {
  top: 0;
  right: 0;
}

.uc-position-bottom-left {
  bottom: 0;
  left: 0;
}

.uc-position-bottom-right {
  bottom: 0;
  right: 0;
}

.uc-position-center {
  top: calc(50% - var(--uc-position-margin-offset));
  left: calc(50% - var(--uc-position-margin-offset));
  --uc-position-translate-x: -50%;
  --uc-position-translate-y: -50%;
  transform: translate(var(--uc-position-translate-x), var(--uc-position-translate-y));
  width: max-content;
}

[class*="uc-position-center-left"], [class*="uc-position-center-right"] {
  top: calc(50% - var(--uc-position-margin-offset));
  --uc-position-translate-y: -50%;
  transform: translate(0, var(--uc-position-translate-y));
}

.uc-position-center-left {
  left: 0;
}

.uc-position-center-right {
  right: 0;
}

.uc-position-center-left-out {
  right: 100%;
  width: max-content;
}

.uc-position-center-right-out {
  left: 100%;
  width: max-content;
}

.uc-position-bottom-center, .uc-position-top-center {
  left: calc(50% - var(--uc-position-margin-offset));
  --uc-position-translate-x: -50%;
  transform: translate(var(--uc-position-translate-x), 0);
  width: max-content;
}

.uc-position-top-center {
  top: 0;
}

.uc-position-bottom-center {
  bottom: 0;
}

.uc-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.uc-position-small {
  margin: 15px;
  --uc-position-margin-offset: 15px;
}

.uc-position-medium {
  margin: 30px;
  --uc-position-margin-offset: 30px;
}

.uc-position-large {
  margin: 30px;
  --uc-position-margin-offset: 30px;
}

@media (width >= 992px) {
  .uc-position-large {
    margin: 50px;
    --uc-position-margin-offset: 50px;
  }
}

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

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

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

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

.uc-position-z-index {
  z-index: 1;
}

.uc-position-z-index-zero {
  z-index: 0;
}

.uc-position-z-index-negative {
  z-index: -1;
}

.uc-position-z-index-high {
  z-index: 990;
}

:where(.uc-transition-fade), :where([class*="uc-transition-scale"]), :where([class*="uc-transition-slide"]) {
  --uc-position-translate-x: 0;
  --uc-position-translate-y: 0;
}

.uc-transition-fade, [class*="uc-transition-scale"], [class*="uc-transition-slide"] {
  --uc-translate-x: 0;
  --uc-translate-y: 0;
  --uc-scale-x: 1;
  --uc-scale-y: 1;
  transform: translate(var(--uc-position-translate-x), var(--uc-position-translate-y)) translate(var(--uc-translate-x), var(--uc-translate-y)) scale(var(--uc-scale-x), var(--uc-scale-y));
  transition: all .3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}

.uc-transition-active.uc-active .uc-transition-fade, .uc-transition-toggle .uc-transition-fade:focus-within, .uc-transition-toggle:focus .uc-transition-fade, .uc-transition-toggle:hover .uc-transition-fade {
  opacity: 1;
}

[class*="uc-transition-scale"] {
  -webkit-backface-visibility: hidden;
}

.uc-transition-scale-up {
  --uc-scale-x: 1;
  --uc-scale-y: 1;
}

.uc-transition-scale-down {
  --uc-scale-x: 1.03;
  --uc-scale-y: 1.03;
}

.uc-transition-active.uc-active .uc-transition-scale-up, .uc-transition-toggle .uc-transition-scale-up:focus-within, .uc-transition-toggle:focus .uc-transition-scale-up, .uc-transition-toggle:hover .uc-transition-scale-up {
  --uc-scale-x: 1.03;
  --uc-scale-y: 1.03;
  opacity: 1;
}

.uc-transition-active.uc-active .uc-transition-scale-down, .uc-transition-toggle .uc-transition-scale-down:focus-within, .uc-transition-toggle:focus .uc-transition-scale-down, .uc-transition-toggle:hover .uc-transition-scale-down {
  --uc-scale-x: 1;
  --uc-scale-y: 1;
  opacity: 1;
}

.uc-transition-slide-top {
  --uc-translate-y: -100%;
}

.uc-transition-slide-bottom {
  --uc-translate-y: 100%;
}

.uc-transition-slide-left {
  --uc-translate-x: -100%;
}

.uc-transition-slide-right {
  --uc-translate-x: 100%;
}

.uc-transition-slide-top-small {
  --uc-translate-y: calc(-1 * 10px);
}

.uc-transition-slide-bottom-small {
  --uc-translate-y: 10px;
}

.uc-transition-slide-left-small {
  --uc-translate-x: calc(-1 * 10px);
}

.uc-transition-slide-right-small {
  --uc-translate-x: 10px;
}

.uc-transition-slide-top-medium {
  --uc-translate-y: calc(-1 * 50px);
}

.uc-transition-slide-bottom-medium {
  --uc-translate-y: 50px;
}

.uc-transition-slide-left-medium {
  --uc-translate-x: calc(-1 * 50px);
}

.uc-transition-slide-right-medium {
  --uc-translate-x: 50px;
}

.uc-transition-active.uc-active [class*="uc-transition-slide"], .uc-transition-toggle [class*="uc-transition-slide"]:focus-within, .uc-transition-toggle:focus [class*="uc-transition-slide"], .uc-transition-toggle:hover [class*="uc-transition-slide"] {
  --uc-translate-x: 0;
  --uc-translate-y: 0;
  opacity: 1;
}

.uc-transition-opaque {
  opacity: 1;
}

.uc-transition-slow {
  transition-duration: .7s;
}

.uc-transition-disable, .uc-transition-disable * {
  transition: none !important;
}

.uc-hidden, [hidden] {
  display: none !important;
}

@media (width >= 576px) {
  .uc-hidden\@s {
    display: none !important;
  }
}

@media (width >= 768px) {
  .uc-hidden\@m {
    display: none !important;
  }
}

@media (width >= 992px) {
  .uc-hidden\@l {
    display: none !important;
  }
}

@media (width >= 1200px) {
  .uc-hidden\@xl {
    display: none !important;
  }
}

@media (width <= 575px) {
  .uc-visible\@s {
    display: none !important;
  }
}

@media (width <= 767px) {
  .uc-visible\@m {
    display: none !important;
  }
}

@media (width <= 991px) {
  .uc-visible\@l {
    display: none !important;
  }
}

@media (width <= 1199px) {
  .uc-visible\@xl {
    display: none !important;
  }
}

.uc-invisible {
  visibility: hidden !important;
}

.uc-hidden-visually:not(:focus):not(:active):not(:focus-within), .uc-visible-toggle:not(:hover):not(:focus) .uc-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.uc-visible-toggle:not(:hover):not(:focus) .uc-invisible-hover:not(:focus-within) {
  opacity: 0 !important;
}

@media (hover: none) {
  .uc-hidden-touch {
    display: none !important;
  }
}

@media (hover) {
  .uc-hidden-notouch {
    display: none !important;
  }
}

.uc-card-primary.uc-card-body, .uc-card-primary > :not([class*="uc-card-media"]), .uc-card-secondary.uc-card-body, .uc-card-secondary > :not([class*="uc-card-media"]), .uc-light, .uc-offcanvas-bar, .uc-overlay-primary, .uc-section-primary:not(.uc-preserve-color), .uc-section-secondary:not(.uc-preserve-color), .uc-tile-primary:not(.uc-preserve-color), .uc-tile-secondary:not(.uc-preserve-color) {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-link, .uc-card-primary.uc-card-body a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-link, .uc-card-primary > :not([class*="uc-card-media"]) a, .uc-card-secondary.uc-card-body .uc-link, .uc-card-secondary.uc-card-body a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-link, .uc-card-secondary > :not([class*="uc-card-media"]) a, .uc-light .uc-link, .uc-light a, .uc-offcanvas-bar .uc-link, .uc-offcanvas-bar a, .uc-overlay-primary .uc-link, .uc-overlay-primary a, .uc-section-primary:not(.uc-preserve-color) .uc-link, .uc-section-primary:not(.uc-preserve-color) a, .uc-section-secondary:not(.uc-preserve-color) .uc-link, .uc-section-secondary:not(.uc-preserve-color) a, .uc-tile-primary:not(.uc-preserve-color) .uc-link, .uc-tile-primary:not(.uc-preserve-color) a, .uc-tile-secondary:not(.uc-preserve-color) .uc-link, .uc-tile-secondary:not(.uc-preserve-color) a {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-link-toggle:hover .uc-link, .uc-card-primary.uc-card-body .uc-link:hover, .uc-card-primary.uc-card-body a:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-link-toggle:hover .uc-link, .uc-card-primary > :not([class*="uc-card-media"]) .uc-link:hover, .uc-card-primary > :not([class*="uc-card-media"]) a:hover, .uc-card-secondary.uc-card-body .uc-link-toggle:hover .uc-link, .uc-card-secondary.uc-card-body .uc-link:hover, .uc-card-secondary.uc-card-body a:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-link-toggle:hover .uc-link, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-link:hover, .uc-card-secondary > :not([class*="uc-card-media"]) a:hover, .uc-light .uc-link-toggle:hover .uc-link, .uc-light .uc-link:hover, .uc-light a:hover, .uc-offcanvas-bar .uc-link-toggle:hover .uc-link, .uc-offcanvas-bar .uc-link:hover, .uc-offcanvas-bar a:hover, .uc-overlay-primary .uc-link-toggle:hover .uc-link, .uc-overlay-primary .uc-link:hover, .uc-overlay-primary a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link, .uc-section-primary:not(.uc-preserve-color) .uc-link:hover, .uc-section-primary:not(.uc-preserve-color) a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link, .uc-section-secondary:not(.uc-preserve-color) .uc-link:hover, .uc-section-secondary:not(.uc-preserve-color) a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link, .uc-tile-primary:not(.uc-preserve-color) .uc-link:hover, .uc-tile-primary:not(.uc-preserve-color) a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link, .uc-tile-secondary:not(.uc-preserve-color) .uc-link:hover, .uc-tile-secondary:not(.uc-preserve-color) a:hover {
  color: #fff;
}

.uc-card-primary.uc-card-body :not(pre) > code, .uc-card-primary.uc-card-body :not(pre) > kbd, .uc-card-primary.uc-card-body :not(pre) > samp, .uc-card-primary > :not([class*="uc-card-media"]) :not(pre) > code, .uc-card-primary > :not([class*="uc-card-media"]) :not(pre) > kbd, .uc-card-primary > :not([class*="uc-card-media"]) :not(pre) > samp, .uc-card-secondary.uc-card-body :not(pre) > code, .uc-card-secondary.uc-card-body :not(pre) > kbd, .uc-card-secondary.uc-card-body :not(pre) > samp, .uc-card-secondary > :not([class*="uc-card-media"]) :not(pre) > code, .uc-card-secondary > :not([class*="uc-card-media"]) :not(pre) > kbd, .uc-card-secondary > :not([class*="uc-card-media"]) :not(pre) > samp, .uc-light :not(pre) > code, .uc-light :not(pre) > kbd, .uc-light :not(pre) > samp, .uc-offcanvas-bar :not(pre) > code, .uc-offcanvas-bar :not(pre) > kbd, .uc-offcanvas-bar :not(pre) > samp, .uc-overlay-primary :not(pre) > code, .uc-overlay-primary :not(pre) > kbd, .uc-overlay-primary :not(pre) > samp, .uc-section-primary:not(.uc-preserve-color) :not(pre) > code, .uc-section-primary:not(.uc-preserve-color) :not(pre) > kbd, .uc-section-primary:not(.uc-preserve-color) :not(pre) > samp, .uc-section-secondary:not(.uc-preserve-color) :not(pre) > code, .uc-section-secondary:not(.uc-preserve-color) :not(pre) > kbd, .uc-section-secondary:not(.uc-preserve-color) :not(pre) > samp, .uc-tile-primary:not(.uc-preserve-color) :not(pre) > code, .uc-tile-primary:not(.uc-preserve-color) :not(pre) > kbd, .uc-tile-primary:not(.uc-preserve-color) :not(pre) > samp, .uc-tile-secondary:not(.uc-preserve-color) :not(pre) > code, .uc-tile-secondary:not(.uc-preserve-color) :not(pre) > kbd, .uc-tile-secondary:not(.uc-preserve-color) :not(pre) > samp {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body em, .uc-card-primary > :not([class*="uc-card-media"]) em, .uc-card-secondary.uc-card-body em, .uc-card-secondary > :not([class*="uc-card-media"]) em, .uc-light em, .uc-offcanvas-bar em, .uc-overlay-primary em, .uc-section-primary:not(.uc-preserve-color) em, .uc-section-secondary:not(.uc-preserve-color) em, .uc-tile-primary:not(.uc-preserve-color) em, .uc-tile-secondary:not(.uc-preserve-color) em {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-h1, .uc-card-primary.uc-card-body .uc-h2, .uc-card-primary.uc-card-body .uc-h3, .uc-card-primary.uc-card-body .uc-h4, .uc-card-primary.uc-card-body .uc-h5, .uc-card-primary.uc-card-body .uc-h6, .uc-card-primary.uc-card-body .uc-heading-2xlarge, .uc-card-primary.uc-card-body .uc-heading-3xlarge, .uc-card-primary.uc-card-body .uc-heading-large, .uc-card-primary.uc-card-body .uc-heading-medium, .uc-card-primary.uc-card-body .uc-heading-small, .uc-card-primary.uc-card-body .uc-heading-xlarge, .uc-card-primary.uc-card-body h1, .uc-card-primary.uc-card-body h2, .uc-card-primary.uc-card-body h3, .uc-card-primary.uc-card-body h4, .uc-card-primary.uc-card-body h5, .uc-card-primary.uc-card-body h6, .uc-card-primary > :not([class*="uc-card-media"]) .uc-h1, .uc-card-primary > :not([class*="uc-card-media"]) .uc-h2, .uc-card-primary > :not([class*="uc-card-media"]) .uc-h3, .uc-card-primary > :not([class*="uc-card-media"]) .uc-h4, .uc-card-primary > :not([class*="uc-card-media"]) .uc-h5, .uc-card-primary > :not([class*="uc-card-media"]) .uc-h6, .uc-card-primary > :not([class*="uc-card-media"]) .uc-heading-2xlarge, .uc-card-primary > :not([class*="uc-card-media"]) .uc-heading-3xlarge, .uc-card-primary > :not([class*="uc-card-media"]) .uc-heading-large, .uc-card-primary > :not([class*="uc-card-media"]) .uc-heading-medium, .uc-card-primary > :not([class*="uc-card-media"]) .uc-heading-small, .uc-card-primary > :not([class*="uc-card-media"]) .uc-heading-xlarge, .uc-card-primary > :not([class*="uc-card-media"]) h1, .uc-card-primary > :not([class*="uc-card-media"]) h2, .uc-card-primary > :not([class*="uc-card-media"]) h3, .uc-card-primary > :not([class*="uc-card-media"]) h4, .uc-card-primary > :not([class*="uc-card-media"]) h5, .uc-card-primary > :not([class*="uc-card-media"]) h6, .uc-card-secondary.uc-card-body .uc-h1, .uc-card-secondary.uc-card-body .uc-h2, .uc-card-secondary.uc-card-body .uc-h3, .uc-card-secondary.uc-card-body .uc-h4, .uc-card-secondary.uc-card-body .uc-h5, .uc-card-secondary.uc-card-body .uc-h6, .uc-card-secondary.uc-card-body .uc-heading-2xlarge, .uc-card-secondary.uc-card-body .uc-heading-3xlarge, .uc-card-secondary.uc-card-body .uc-heading-large, .uc-card-secondary.uc-card-body .uc-heading-medium, .uc-card-secondary.uc-card-body .uc-heading-small, .uc-card-secondary.uc-card-body .uc-heading-xlarge, .uc-card-secondary.uc-card-body h1, .uc-card-secondary.uc-card-body h2, .uc-card-secondary.uc-card-body h3, .uc-card-secondary.uc-card-body h4, .uc-card-secondary.uc-card-body h5, .uc-card-secondary.uc-card-body h6, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-h1, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-h2, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-h3, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-h4, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-h5, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-h6, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-heading-2xlarge, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-heading-3xlarge, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-heading-large, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-heading-medium, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-heading-small, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-heading-xlarge, .uc-card-secondary > :not([class*="uc-card-media"]) h1, .uc-card-secondary > :not([class*="uc-card-media"]) h2, .uc-card-secondary > :not([class*="uc-card-media"]) h3, .uc-card-secondary > :not([class*="uc-card-media"]) h4, .uc-card-secondary > :not([class*="uc-card-media"]) h5, .uc-card-secondary > :not([class*="uc-card-media"]) h6, .uc-light .uc-h1, .uc-light .uc-h2, .uc-light .uc-h3, .uc-light .uc-h4, .uc-light .uc-h5, .uc-light .uc-h6, .uc-light .uc-heading-2xlarge, .uc-light .uc-heading-3xlarge, .uc-light .uc-heading-large, .uc-light .uc-heading-medium, .uc-light .uc-heading-small, .uc-light .uc-heading-xlarge, .uc-light h1, .uc-light h2, .uc-light h3, .uc-light h4, .uc-light h5, .uc-light h6, .uc-offcanvas-bar .uc-h1, .uc-offcanvas-bar .uc-h2, .uc-offcanvas-bar .uc-h3, .uc-offcanvas-bar .uc-h4, .uc-offcanvas-bar .uc-h5, .uc-offcanvas-bar .uc-h6, .uc-offcanvas-bar .uc-heading-2xlarge, .uc-offcanvas-bar .uc-heading-3xlarge, .uc-offcanvas-bar .uc-heading-large, .uc-offcanvas-bar .uc-heading-medium, .uc-offcanvas-bar .uc-heading-small, .uc-offcanvas-bar .uc-heading-xlarge, .uc-offcanvas-bar h1, .uc-offcanvas-bar h2, .uc-offcanvas-bar h3, .uc-offcanvas-bar h4, .uc-offcanvas-bar h5, .uc-offcanvas-bar h6, .uc-overlay-primary .uc-h1, .uc-overlay-primary .uc-h2, .uc-overlay-primary .uc-h3, .uc-overlay-primary .uc-h4, .uc-overlay-primary .uc-h5, .uc-overlay-primary .uc-h6, .uc-overlay-primary .uc-heading-2xlarge, .uc-overlay-primary .uc-heading-3xlarge, .uc-overlay-primary .uc-heading-large, .uc-overlay-primary .uc-heading-medium, .uc-overlay-primary .uc-heading-small, .uc-overlay-primary .uc-heading-xlarge, .uc-overlay-primary h1, .uc-overlay-primary h2, .uc-overlay-primary h3, .uc-overlay-primary h4, .uc-overlay-primary h5, .uc-overlay-primary h6, .uc-section-primary:not(.uc-preserve-color) .uc-h1, .uc-section-primary:not(.uc-preserve-color) .uc-h2, .uc-section-primary:not(.uc-preserve-color) .uc-h3, .uc-section-primary:not(.uc-preserve-color) .uc-h4, .uc-section-primary:not(.uc-preserve-color) .uc-h5, .uc-section-primary:not(.uc-preserve-color) .uc-h6, .uc-section-primary:not(.uc-preserve-color) .uc-heading-2xlarge, .uc-section-primary:not(.uc-preserve-color) .uc-heading-3xlarge, .uc-section-primary:not(.uc-preserve-color) .uc-heading-large, .uc-section-primary:not(.uc-preserve-color) .uc-heading-medium, .uc-section-primary:not(.uc-preserve-color) .uc-heading-small, .uc-section-primary:not(.uc-preserve-color) .uc-heading-xlarge, .uc-section-primary:not(.uc-preserve-color) h1, .uc-section-primary:not(.uc-preserve-color) h2, .uc-section-primary:not(.uc-preserve-color) h3, .uc-section-primary:not(.uc-preserve-color) h4, .uc-section-primary:not(.uc-preserve-color) h5, .uc-section-primary:not(.uc-preserve-color) h6, .uc-section-secondary:not(.uc-preserve-color) .uc-h1, .uc-section-secondary:not(.uc-preserve-color) .uc-h2, .uc-section-secondary:not(.uc-preserve-color) .uc-h3, .uc-section-secondary:not(.uc-preserve-color) .uc-h4, .uc-section-secondary:not(.uc-preserve-color) .uc-h5, .uc-section-secondary:not(.uc-preserve-color) .uc-h6, .uc-section-secondary:not(.uc-preserve-color) .uc-heading-2xlarge, .uc-section-secondary:not(.uc-preserve-color) .uc-heading-3xlarge, .uc-section-secondary:not(.uc-preserve-color) .uc-heading-large, .uc-section-secondary:not(.uc-preserve-color) .uc-heading-medium, .uc-section-secondary:not(.uc-preserve-color) .uc-heading-small, .uc-section-secondary:not(.uc-preserve-color) .uc-heading-xlarge, .uc-section-secondary:not(.uc-preserve-color) h1, .uc-section-secondary:not(.uc-preserve-color) h2, .uc-section-secondary:not(.uc-preserve-color) h3, .uc-section-secondary:not(.uc-preserve-color) h4, .uc-section-secondary:not(.uc-preserve-color) h5, .uc-section-secondary:not(.uc-preserve-color) h6, .uc-tile-primary:not(.uc-preserve-color) .uc-h1, .uc-tile-primary:not(.uc-preserve-color) .uc-h2, .uc-tile-primary:not(.uc-preserve-color) .uc-h3, .uc-tile-primary:not(.uc-preserve-color) .uc-h4, .uc-tile-primary:not(.uc-preserve-color) .uc-h5, .uc-tile-primary:not(.uc-preserve-color) .uc-h6, .uc-tile-primary:not(.uc-preserve-color) .uc-heading-2xlarge, .uc-tile-primary:not(.uc-preserve-color) .uc-heading-3xlarge, .uc-tile-primary:not(.uc-preserve-color) .uc-heading-large, .uc-tile-primary:not(.uc-preserve-color) .uc-heading-medium, .uc-tile-primary:not(.uc-preserve-color) .uc-heading-small, .uc-tile-primary:not(.uc-preserve-color) .uc-heading-xlarge, .uc-tile-primary:not(.uc-preserve-color) h1, .uc-tile-primary:not(.uc-preserve-color) h2, .uc-tile-primary:not(.uc-preserve-color) h3, .uc-tile-primary:not(.uc-preserve-color) h4, .uc-tile-primary:not(.uc-preserve-color) h5, .uc-tile-primary:not(.uc-preserve-color) h6, .uc-tile-secondary:not(.uc-preserve-color) .uc-h1, .uc-tile-secondary:not(.uc-preserve-color) .uc-h2, .uc-tile-secondary:not(.uc-preserve-color) .uc-h3, .uc-tile-secondary:not(.uc-preserve-color) .uc-h4, .uc-tile-secondary:not(.uc-preserve-color) .uc-h5, .uc-tile-secondary:not(.uc-preserve-color) .uc-h6, .uc-tile-secondary:not(.uc-preserve-color) .uc-heading-2xlarge, .uc-tile-secondary:not(.uc-preserve-color) .uc-heading-3xlarge, .uc-tile-secondary:not(.uc-preserve-color) .uc-heading-large, .uc-tile-secondary:not(.uc-preserve-color) .uc-heading-medium, .uc-tile-secondary:not(.uc-preserve-color) .uc-heading-small, .uc-tile-secondary:not(.uc-preserve-color) .uc-heading-xlarge, .uc-tile-secondary:not(.uc-preserve-color) h1, .uc-tile-secondary:not(.uc-preserve-color) h2, .uc-tile-secondary:not(.uc-preserve-color) h3, .uc-tile-secondary:not(.uc-preserve-color) h4, .uc-tile-secondary:not(.uc-preserve-color) h5, .uc-tile-secondary:not(.uc-preserve-color) h6 {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-hr, .uc-card-primary.uc-card-body hr, .uc-card-primary > :not([class*="uc-card-media"]) .uc-hr, .uc-card-primary > :not([class*="uc-card-media"]) hr, .uc-card-secondary.uc-card-body .uc-hr, .uc-card-secondary.uc-card-body hr, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-hr, .uc-card-secondary > :not([class*="uc-card-media"]) hr, .uc-light .uc-hr, .uc-light hr, .uc-offcanvas-bar .uc-hr, .uc-offcanvas-bar hr, .uc-overlay-primary .uc-hr, .uc-overlay-primary hr, .uc-section-primary:not(.uc-preserve-color) .uc-hr, .uc-section-primary:not(.uc-preserve-color) hr, .uc-section-secondary:not(.uc-preserve-color) .uc-hr, .uc-section-secondary:not(.uc-preserve-color) hr, .uc-tile-primary:not(.uc-preserve-color) .uc-hr, .uc-tile-primary:not(.uc-preserve-color) hr, .uc-tile-secondary:not(.uc-preserve-color) .uc-hr, .uc-tile-secondary:not(.uc-preserve-color) hr {
  border-top-color: #fff3;
}

.uc-card-primary.uc-card-body :focus-visible, .uc-card-primary > :not([class*="uc-card-media"]) :focus-visible, .uc-card-secondary.uc-card-body :focus-visible, .uc-card-secondary > :not([class*="uc-card-media"]) :focus-visible, .uc-light :focus-visible, .uc-offcanvas-bar :focus-visible, .uc-overlay-primary :focus-visible, .uc-section-primary:not(.uc-preserve-color) :focus-visible, .uc-section-secondary:not(.uc-preserve-color) :focus-visible, .uc-tile-primary:not(.uc-preserve-color) :focus-visible, .uc-tile-secondary:not(.uc-preserve-color) :focus-visible {
  outline-color: #fff;
}

.uc-card-primary.uc-card-body .uc-link-muted a, .uc-card-primary.uc-card-body a.uc-link-muted, .uc-card-primary > :not([class*="uc-card-media"]) .uc-link-muted a, .uc-card-primary > :not([class*="uc-card-media"]) a.uc-link-muted, .uc-card-secondary.uc-card-body .uc-link-muted a, .uc-card-secondary.uc-card-body a.uc-link-muted, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-link-muted a, .uc-card-secondary > :not([class*="uc-card-media"]) a.uc-link-muted, .uc-light .uc-link-muted a, .uc-light a.uc-link-muted, .uc-offcanvas-bar .uc-link-muted a, .uc-offcanvas-bar a.uc-link-muted, .uc-overlay-primary .uc-link-muted a, .uc-overlay-primary a.uc-link-muted, .uc-section-primary:not(.uc-preserve-color) .uc-link-muted a, .uc-section-primary:not(.uc-preserve-color) a.uc-link-muted, .uc-section-secondary:not(.uc-preserve-color) .uc-link-muted a, .uc-section-secondary:not(.uc-preserve-color) a.uc-link-muted, .uc-tile-primary:not(.uc-preserve-color) .uc-link-muted a, .uc-tile-primary:not(.uc-preserve-color) a.uc-link-muted, .uc-tile-secondary:not(.uc-preserve-color) .uc-link-muted a, .uc-tile-secondary:not(.uc-preserve-color) a.uc-link-muted {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-link-muted a:hover, .uc-card-primary.uc-card-body .uc-link-toggle:hover .uc-link-muted, .uc-card-primary.uc-card-body a.uc-link-muted:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-link-muted a:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-link-toggle:hover .uc-link-muted, .uc-card-primary > :not([class*="uc-card-media"]) a.uc-link-muted:hover, .uc-card-secondary.uc-card-body .uc-link-muted a:hover, .uc-card-secondary.uc-card-body .uc-link-toggle:hover .uc-link-muted, .uc-card-secondary.uc-card-body a.uc-link-muted:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-link-muted a:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-link-toggle:hover .uc-link-muted, .uc-card-secondary > :not([class*="uc-card-media"]) a.uc-link-muted:hover, .uc-light .uc-link-muted a:hover, .uc-light .uc-link-toggle:hover .uc-link-muted, .uc-light a.uc-link-muted:hover, .uc-offcanvas-bar .uc-link-muted a:hover, .uc-offcanvas-bar .uc-link-toggle:hover .uc-link-muted, .uc-offcanvas-bar a.uc-link-muted:hover, .uc-overlay-primary .uc-link-muted a:hover, .uc-overlay-primary .uc-link-toggle:hover .uc-link-muted, .uc-overlay-primary a.uc-link-muted:hover, .uc-section-primary:not(.uc-preserve-color) .uc-link-muted a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link-muted, .uc-section-primary:not(.uc-preserve-color) a.uc-link-muted:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-link-muted a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link-muted, .uc-section-secondary:not(.uc-preserve-color) a.uc-link-muted:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-link-muted a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link-muted, .uc-tile-primary:not(.uc-preserve-color) a.uc-link-muted:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-link-muted a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link-muted, .uc-tile-secondary:not(.uc-preserve-color) a.uc-link-muted:hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-link-text a:hover, .uc-card-primary.uc-card-body .uc-link-toggle:hover .uc-link-text, .uc-card-primary.uc-card-body a.uc-link-text:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-link-text a:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-link-toggle:hover .uc-link-text, .uc-card-primary > :not([class*="uc-card-media"]) a.uc-link-text:hover, .uc-card-secondary.uc-card-body .uc-link-text a:hover, .uc-card-secondary.uc-card-body .uc-link-toggle:hover .uc-link-text, .uc-card-secondary.uc-card-body a.uc-link-text:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-link-text a:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-link-toggle:hover .uc-link-text, .uc-card-secondary > :not([class*="uc-card-media"]) a.uc-link-text:hover, .uc-light .uc-link-text a:hover, .uc-light .uc-link-toggle:hover .uc-link-text, .uc-light a.uc-link-text:hover, .uc-offcanvas-bar .uc-link-text a:hover, .uc-offcanvas-bar .uc-link-toggle:hover .uc-link-text, .uc-offcanvas-bar a.uc-link-text:hover, .uc-overlay-primary .uc-link-text a:hover, .uc-overlay-primary .uc-link-toggle:hover .uc-link-text, .uc-overlay-primary a.uc-link-text:hover, .uc-section-primary:not(.uc-preserve-color) .uc-link-text a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link-text, .uc-section-primary:not(.uc-preserve-color) a.uc-link-text:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-link-text a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link-text, .uc-section-secondary:not(.uc-preserve-color) a.uc-link-text:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-link-text a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link-text, .uc-tile-primary:not(.uc-preserve-color) a.uc-link-text:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-link-text a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link-text, .uc-tile-secondary:not(.uc-preserve-color) a.uc-link-text:hover {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-link-heading a:hover, .uc-card-primary.uc-card-body .uc-link-toggle:hover .uc-link-heading, .uc-card-primary.uc-card-body a.uc-link-heading:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-link-heading a:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-link-toggle:hover .uc-link-heading, .uc-card-primary > :not([class*="uc-card-media"]) a.uc-link-heading:hover, .uc-card-secondary.uc-card-body .uc-link-heading a:hover, .uc-card-secondary.uc-card-body .uc-link-toggle:hover .uc-link-heading, .uc-card-secondary.uc-card-body a.uc-link-heading:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-link-heading a:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-link-toggle:hover .uc-link-heading, .uc-card-secondary > :not([class*="uc-card-media"]) a.uc-link-heading:hover, .uc-light .uc-link-heading a:hover, .uc-light .uc-link-toggle:hover .uc-link-heading, .uc-light a.uc-link-heading:hover, .uc-offcanvas-bar .uc-link-heading a:hover, .uc-offcanvas-bar .uc-link-toggle:hover .uc-link-heading, .uc-offcanvas-bar a.uc-link-heading:hover, .uc-overlay-primary .uc-link-heading a:hover, .uc-overlay-primary .uc-link-toggle:hover .uc-link-heading, .uc-overlay-primary a.uc-link-heading:hover, .uc-section-primary:not(.uc-preserve-color) .uc-link-heading a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link-heading, .uc-section-primary:not(.uc-preserve-color) a.uc-link-heading:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-link-heading a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link-heading, .uc-section-secondary:not(.uc-preserve-color) a.uc-link-heading:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-link-heading a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link-heading, .uc-tile-primary:not(.uc-preserve-color) a.uc-link-heading:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-link-heading a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-link-toggle:hover .uc-link-heading, .uc-tile-secondary:not(.uc-preserve-color) a.uc-link-heading:hover {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-heading-divider, .uc-card-primary > :not([class*="uc-card-media"]) .uc-heading-divider, .uc-card-secondary.uc-card-body .uc-heading-divider, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-heading-divider, .uc-light .uc-heading-divider, .uc-offcanvas-bar .uc-heading-divider, .uc-overlay-primary .uc-heading-divider, .uc-section-primary:not(.uc-preserve-color) .uc-heading-divider, .uc-section-secondary:not(.uc-preserve-color) .uc-heading-divider, .uc-tile-primary:not(.uc-preserve-color) .uc-heading-divider, .uc-tile-secondary:not(.uc-preserve-color) .uc-heading-divider {
  border-bottom-color: #fff3;
}

.uc-card-primary.uc-card-body .uc-heading-bullet:before, .uc-card-primary > :not([class*="uc-card-media"]) .uc-heading-bullet:before, .uc-card-secondary.uc-card-body .uc-heading-bullet:before, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-heading-bullet:before, .uc-light .uc-heading-bullet:before, .uc-offcanvas-bar .uc-heading-bullet:before, .uc-overlay-primary .uc-heading-bullet:before, .uc-section-primary:not(.uc-preserve-color) .uc-heading-bullet:before, .uc-section-secondary:not(.uc-preserve-color) .uc-heading-bullet:before, .uc-tile-primary:not(.uc-preserve-color) .uc-heading-bullet:before, .uc-tile-secondary:not(.uc-preserve-color) .uc-heading-bullet:before {
  border-left-color: #fff3;
}

.uc-card-primary.uc-card-body .uc-heading-line > :after, .uc-card-primary.uc-card-body .uc-heading-line > :before, .uc-card-primary > :not([class*="uc-card-media"]) .uc-heading-line > :after, .uc-card-primary > :not([class*="uc-card-media"]) .uc-heading-line > :before, .uc-card-secondary.uc-card-body .uc-heading-line > :after, .uc-card-secondary.uc-card-body .uc-heading-line > :before, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-heading-line > :after, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-heading-line > :before, .uc-light .uc-heading-line > :after, .uc-light .uc-heading-line > :before, .uc-offcanvas-bar .uc-heading-line > :after, .uc-offcanvas-bar .uc-heading-line > :before, .uc-overlay-primary .uc-heading-line > :after, .uc-overlay-primary .uc-heading-line > :before, .uc-section-primary:not(.uc-preserve-color) .uc-heading-line > :after, .uc-section-primary:not(.uc-preserve-color) .uc-heading-line > :before, .uc-section-secondary:not(.uc-preserve-color) .uc-heading-line > :after, .uc-section-secondary:not(.uc-preserve-color) .uc-heading-line > :before, .uc-tile-primary:not(.uc-preserve-color) .uc-heading-line > :after, .uc-tile-primary:not(.uc-preserve-color) .uc-heading-line > :before, .uc-tile-secondary:not(.uc-preserve-color) .uc-heading-line > :after, .uc-tile-secondary:not(.uc-preserve-color) .uc-heading-line > :before {
  border-bottom-color: #fff3;
}

.uc-card-primary.uc-card-body .uc-divider-icon, .uc-card-primary > :not([class*="uc-card-media"]) .uc-divider-icon, .uc-card-secondary.uc-card-body .uc-divider-icon, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-divider-icon, .uc-light .uc-divider-icon, .uc-offcanvas-bar .uc-divider-icon, .uc-overlay-primary .uc-divider-icon, .uc-section-primary:not(.uc-preserve-color) .uc-divider-icon, .uc-section-secondary:not(.uc-preserve-color) .uc-divider-icon, .uc-tile-primary:not(.uc-preserve-color) .uc-divider-icon, .uc-tile-secondary:not(.uc-preserve-color) .uc-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uc-card-primary.uc-card-body .uc-divider-icon:after, .uc-card-primary.uc-card-body .uc-divider-icon:before, .uc-card-primary > :not([class*="uc-card-media"]) .uc-divider-icon:after, .uc-card-primary > :not([class*="uc-card-media"]) .uc-divider-icon:before, .uc-card-secondary.uc-card-body .uc-divider-icon:after, .uc-card-secondary.uc-card-body .uc-divider-icon:before, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-divider-icon:after, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-divider-icon:before, .uc-light .uc-divider-icon:after, .uc-light .uc-divider-icon:before, .uc-offcanvas-bar .uc-divider-icon:after, .uc-offcanvas-bar .uc-divider-icon:before, .uc-overlay-primary .uc-divider-icon:after, .uc-overlay-primary .uc-divider-icon:before, .uc-section-primary:not(.uc-preserve-color) .uc-divider-icon:after, .uc-section-primary:not(.uc-preserve-color) .uc-divider-icon:before, .uc-section-secondary:not(.uc-preserve-color) .uc-divider-icon:after, .uc-section-secondary:not(.uc-preserve-color) .uc-divider-icon:before, .uc-tile-primary:not(.uc-preserve-color) .uc-divider-icon:after, .uc-tile-primary:not(.uc-preserve-color) .uc-divider-icon:before, .uc-tile-secondary:not(.uc-preserve-color) .uc-divider-icon:after, .uc-tile-secondary:not(.uc-preserve-color) .uc-divider-icon:before {
  border-bottom-color: #fff3;
}

.uc-card-primary.uc-card-body .uc-divider-small:after, .uc-card-primary > :not([class*="uc-card-media"]) .uc-divider-small:after, .uc-card-secondary.uc-card-body .uc-divider-small:after, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-divider-small:after, .uc-light .uc-divider-small:after, .uc-offcanvas-bar .uc-divider-small:after, .uc-overlay-primary .uc-divider-small:after, .uc-section-primary:not(.uc-preserve-color) .uc-divider-small:after, .uc-section-secondary:not(.uc-preserve-color) .uc-divider-small:after, .uc-tile-primary:not(.uc-preserve-color) .uc-divider-small:after, .uc-tile-secondary:not(.uc-preserve-color) .uc-divider-small:after {
  border-top-color: #fff3;
}

.uc-card-primary.uc-card-body .uc-divider-vertical, .uc-card-primary > :not([class*="uc-card-media"]) .uc-divider-vertical, .uc-card-secondary.uc-card-body .uc-divider-vertical, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-divider-vertical, .uc-light .uc-divider-vertical, .uc-offcanvas-bar .uc-divider-vertical, .uc-overlay-primary .uc-divider-vertical, .uc-section-primary:not(.uc-preserve-color) .uc-divider-vertical, .uc-section-secondary:not(.uc-preserve-color) .uc-divider-vertical, .uc-tile-primary:not(.uc-preserve-color) .uc-divider-vertical, .uc-tile-secondary:not(.uc-preserve-color) .uc-divider-vertical {
  border-left-color: #fff3;
}

.uc-card-primary.uc-card-body .uc-list-muted > :before, .uc-card-primary > :not([class*="uc-card-media"]) .uc-list-muted > :before, .uc-card-secondary.uc-card-body .uc-list-muted > :before, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-list-muted > :before, .uc-light .uc-list-muted > :before, .uc-offcanvas-bar .uc-list-muted > :before, .uc-overlay-primary .uc-list-muted > :before, .uc-section-primary:not(.uc-preserve-color) .uc-list-muted > :before, .uc-section-secondary:not(.uc-preserve-color) .uc-list-muted > :before, .uc-tile-primary:not(.uc-preserve-color) .uc-list-muted > :before, .uc-tile-secondary:not(.uc-preserve-color) .uc-list-muted > :before {
  color: #ffffff80 !important;
}

.uc-card-primary.uc-card-body .uc-list-emphasis > :before, .uc-card-primary > :not([class*="uc-card-media"]) .uc-list-emphasis > :before, .uc-card-secondary.uc-card-body .uc-list-emphasis > :before, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-list-emphasis > :before, .uc-light .uc-list-emphasis > :before, .uc-offcanvas-bar .uc-list-emphasis > :before, .uc-overlay-primary .uc-list-emphasis > :before, .uc-section-primary:not(.uc-preserve-color) .uc-list-emphasis > :before, .uc-section-secondary:not(.uc-preserve-color) .uc-list-emphasis > :before, .uc-tile-primary:not(.uc-preserve-color) .uc-list-emphasis > :before, .uc-tile-secondary:not(.uc-preserve-color) .uc-list-emphasis > :before {
  color: #fff !important;
}

.uc-card-primary.uc-card-body .uc-list-primary > :before, .uc-card-primary > :not([class*="uc-card-media"]) .uc-list-primary > :before, .uc-card-secondary.uc-card-body .uc-list-primary > :before, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-list-primary > :before, .uc-light .uc-list-primary > :before, .uc-offcanvas-bar .uc-list-primary > :before, .uc-overlay-primary .uc-list-primary > :before, .uc-section-primary:not(.uc-preserve-color) .uc-list-primary > :before, .uc-section-secondary:not(.uc-preserve-color) .uc-list-primary > :before, .uc-tile-primary:not(.uc-preserve-color) .uc-list-primary > :before, .uc-tile-secondary:not(.uc-preserve-color) .uc-list-primary > :before {
  color: #fff !important;
}

.uc-card-primary.uc-card-body .uc-list-secondary > :before, .uc-card-primary > :not([class*="uc-card-media"]) .uc-list-secondary > :before, .uc-card-secondary.uc-card-body .uc-list-secondary > :before, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-list-secondary > :before, .uc-light .uc-list-secondary > :before, .uc-offcanvas-bar .uc-list-secondary > :before, .uc-overlay-primary .uc-list-secondary > :before, .uc-section-primary:not(.uc-preserve-color) .uc-list-secondary > :before, .uc-section-secondary:not(.uc-preserve-color) .uc-list-secondary > :before, .uc-tile-primary:not(.uc-preserve-color) .uc-list-secondary > :before, .uc-tile-secondary:not(.uc-preserve-color) .uc-list-secondary > :before {
  color: #fff !important;
}

.uc-card-primary.uc-card-body .uc-list-bullet > :before, .uc-card-primary > :not([class*="uc-card-media"]) .uc-list-bullet > :before, .uc-card-secondary.uc-card-body .uc-list-bullet > :before, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-list-bullet > :before, .uc-light .uc-list-bullet > :before, .uc-offcanvas-bar .uc-list-bullet > :before, .uc-overlay-primary .uc-list-bullet > :before, .uc-section-primary:not(.uc-preserve-color) .uc-list-bullet > :before, .uc-section-secondary:not(.uc-preserve-color) .uc-list-bullet > :before, .uc-tile-primary:not(.uc-preserve-color) .uc-list-bullet > :before, .uc-tile-secondary:not(.uc-preserve-color) .uc-list-bullet > :before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uc-card-primary.uc-card-body .uc-list-divider > :nth-child(n+2), .uc-card-primary > :not([class*="uc-card-media"]) .uc-list-divider > :nth-child(n+2), .uc-card-secondary.uc-card-body .uc-list-divider > :nth-child(n+2), .uc-card-secondary > :not([class*="uc-card-media"]) .uc-list-divider > :nth-child(n+2), .uc-light .uc-list-divider > :nth-child(n+2), .uc-offcanvas-bar .uc-list-divider > :nth-child(n+2), .uc-overlay-primary .uc-list-divider > :nth-child(n+2), .uc-section-primary:not(.uc-preserve-color) .uc-list-divider > :nth-child(n+2), .uc-section-secondary:not(.uc-preserve-color) .uc-list-divider > :nth-child(n+2), .uc-tile-primary:not(.uc-preserve-color) .uc-list-divider > :nth-child(n+2), .uc-tile-secondary:not(.uc-preserve-color) .uc-list-divider > :nth-child(n+2) {
  border-top-color: #fff3;
}

.uc-card-primary.uc-card-body .uc-list-striped > :nth-of-type(odd), .uc-card-primary > :not([class*="uc-card-media"]) .uc-list-striped > :nth-of-type(odd), .uc-card-secondary.uc-card-body .uc-list-striped > :nth-of-type(odd), .uc-card-secondary > :not([class*="uc-card-media"]) .uc-list-striped > :nth-of-type(odd), .uc-light .uc-list-striped > :nth-of-type(odd), .uc-offcanvas-bar .uc-list-striped > :nth-of-type(odd), .uc-overlay-primary .uc-list-striped > :nth-of-type(odd), .uc-section-primary:not(.uc-preserve-color) .uc-list-striped > :nth-of-type(odd), .uc-section-secondary:not(.uc-preserve-color) .uc-list-striped > :nth-of-type(odd), .uc-tile-primary:not(.uc-preserve-color) .uc-list-striped > :nth-of-type(odd), .uc-tile-secondary:not(.uc-preserve-color) .uc-list-striped > :nth-of-type(odd) {
  background-color: #ffffff1a;
}

.uc-card-primary.uc-card-body .uc-table th, .uc-card-primary > :not([class*="uc-card-media"]) .uc-table th, .uc-card-secondary.uc-card-body .uc-table th, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-table th, .uc-light .uc-table th, .uc-offcanvas-bar .uc-table th, .uc-overlay-primary .uc-table th, .uc-section-primary:not(.uc-preserve-color) .uc-table th, .uc-section-secondary:not(.uc-preserve-color) .uc-table th, .uc-tile-primary:not(.uc-preserve-color) .uc-table th, .uc-tile-secondary:not(.uc-preserve-color) .uc-table th {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-table caption, .uc-card-primary > :not([class*="uc-card-media"]) .uc-table caption, .uc-card-secondary.uc-card-body .uc-table caption, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-table caption, .uc-light .uc-table caption, .uc-offcanvas-bar .uc-table caption, .uc-overlay-primary .uc-table caption, .uc-section-primary:not(.uc-preserve-color) .uc-table caption, .uc-section-secondary:not(.uc-preserve-color) .uc-table caption, .uc-tile-primary:not(.uc-preserve-color) .uc-table caption, .uc-tile-secondary:not(.uc-preserve-color) .uc-table caption {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-table tbody tr.uc-active, .uc-card-primary.uc-card-body .uc-table > tr.uc-active, .uc-card-primary > :not([class*="uc-card-media"]) .uc-table tbody tr.uc-active, .uc-card-primary > :not([class*="uc-card-media"]) .uc-table > tr.uc-active, .uc-card-secondary.uc-card-body .uc-table tbody tr.uc-active, .uc-card-secondary.uc-card-body .uc-table > tr.uc-active, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-table tbody tr.uc-active, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-table > tr.uc-active, .uc-light .uc-table tbody tr.uc-active, .uc-light .uc-table > tr.uc-active, .uc-offcanvas-bar .uc-table tbody tr.uc-active, .uc-offcanvas-bar .uc-table > tr.uc-active, .uc-overlay-primary .uc-table tbody tr.uc-active, .uc-overlay-primary .uc-table > tr.uc-active, .uc-section-primary:not(.uc-preserve-color) .uc-table tbody tr.uc-active, .uc-section-primary:not(.uc-preserve-color) .uc-table > tr.uc-active, .uc-section-secondary:not(.uc-preserve-color) .uc-table tbody tr.uc-active, .uc-section-secondary:not(.uc-preserve-color) .uc-table > tr.uc-active, .uc-tile-primary:not(.uc-preserve-color) .uc-table tbody tr.uc-active, .uc-tile-primary:not(.uc-preserve-color) .uc-table > tr.uc-active, .uc-tile-secondary:not(.uc-preserve-color) .uc-table tbody tr.uc-active, .uc-tile-secondary:not(.uc-preserve-color) .uc-table > tr.uc-active {
  background: #ffffff14;
}

.uc-card-primary.uc-card-body .uc-table-divider > :first-child > tr:not(:first-child), .uc-card-primary.uc-card-body .uc-table-divider > :not(:first-child) > tr, .uc-card-primary.uc-card-body .uc-table-divider > tr:not(:first-child), .uc-card-primary > :not([class*="uc-card-media"]) .uc-table-divider > :first-child > tr:not(:first-child), .uc-card-primary > :not([class*="uc-card-media"]) .uc-table-divider > :not(:first-child) > tr, .uc-card-primary > :not([class*="uc-card-media"]) .uc-table-divider > tr:not(:first-child), .uc-card-secondary.uc-card-body .uc-table-divider > :first-child > tr:not(:first-child), .uc-card-secondary.uc-card-body .uc-table-divider > :not(:first-child) > tr, .uc-card-secondary.uc-card-body .uc-table-divider > tr:not(:first-child), .uc-card-secondary > :not([class*="uc-card-media"]) .uc-table-divider > :first-child > tr:not(:first-child), .uc-card-secondary > :not([class*="uc-card-media"]) .uc-table-divider > :not(:first-child) > tr, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-table-divider > tr:not(:first-child), .uc-light .uc-table-divider > :first-child > tr:not(:first-child), .uc-light .uc-table-divider > :not(:first-child) > tr, .uc-light .uc-table-divider > tr:not(:first-child), .uc-offcanvas-bar .uc-table-divider > :first-child > tr:not(:first-child), .uc-offcanvas-bar .uc-table-divider > :not(:first-child) > tr, .uc-offcanvas-bar .uc-table-divider > tr:not(:first-child), .uc-overlay-primary .uc-table-divider > :first-child > tr:not(:first-child), .uc-overlay-primary .uc-table-divider > :not(:first-child) > tr, .uc-overlay-primary .uc-table-divider > tr:not(:first-child), .uc-section-primary:not(.uc-preserve-color) .uc-table-divider > :first-child > tr:not(:first-child), .uc-section-primary:not(.uc-preserve-color) .uc-table-divider > :not(:first-child) > tr, .uc-section-primary:not(.uc-preserve-color) .uc-table-divider > tr:not(:first-child), .uc-section-secondary:not(.uc-preserve-color) .uc-table-divider > :first-child > tr:not(:first-child), .uc-section-secondary:not(.uc-preserve-color) .uc-table-divider > :not(:first-child) > tr, .uc-section-secondary:not(.uc-preserve-color) .uc-table-divider > tr:not(:first-child), .uc-tile-primary:not(.uc-preserve-color) .uc-table-divider > :first-child > tr:not(:first-child), .uc-tile-primary:not(.uc-preserve-color) .uc-table-divider > :not(:first-child) > tr, .uc-tile-primary:not(.uc-preserve-color) .uc-table-divider > tr:not(:first-child), .uc-tile-secondary:not(.uc-preserve-color) .uc-table-divider > :first-child > tr:not(:first-child), .uc-tile-secondary:not(.uc-preserve-color) .uc-table-divider > :not(:first-child) > tr, .uc-tile-secondary:not(.uc-preserve-color) .uc-table-divider > tr:not(:first-child) {
  border-top-color: #fff3;
}

.uc-card-primary.uc-card-body .uc-table-striped tbody tr:nth-of-type(odd), .uc-card-primary.uc-card-body .uc-table-striped > tr:nth-of-type(odd), .uc-card-primary > :not([class*="uc-card-media"]) .uc-table-striped tbody tr:nth-of-type(odd), .uc-card-primary > :not([class*="uc-card-media"]) .uc-table-striped > tr:nth-of-type(odd), .uc-card-secondary.uc-card-body .uc-table-striped tbody tr:nth-of-type(odd), .uc-card-secondary.uc-card-body .uc-table-striped > tr:nth-of-type(odd), .uc-card-secondary > :not([class*="uc-card-media"]) .uc-table-striped tbody tr:nth-of-type(odd), .uc-card-secondary > :not([class*="uc-card-media"]) .uc-table-striped > tr:nth-of-type(odd), .uc-light .uc-table-striped tbody tr:nth-of-type(odd), .uc-light .uc-table-striped > tr:nth-of-type(odd), .uc-offcanvas-bar .uc-table-striped tbody tr:nth-of-type(odd), .uc-offcanvas-bar .uc-table-striped > tr:nth-of-type(odd), .uc-overlay-primary .uc-table-striped tbody tr:nth-of-type(odd), .uc-overlay-primary .uc-table-striped > tr:nth-of-type(odd), .uc-section-primary:not(.uc-preserve-color) .uc-table-striped tbody tr:nth-of-type(odd), .uc-section-primary:not(.uc-preserve-color) .uc-table-striped > tr:nth-of-type(odd), .uc-section-secondary:not(.uc-preserve-color) .uc-table-striped tbody tr:nth-of-type(odd), .uc-section-secondary:not(.uc-preserve-color) .uc-table-striped > tr:nth-of-type(odd), .uc-tile-primary:not(.uc-preserve-color) .uc-table-striped tbody tr:nth-of-type(odd), .uc-tile-primary:not(.uc-preserve-color) .uc-table-striped > tr:nth-of-type(odd), .uc-tile-secondary:not(.uc-preserve-color) .uc-table-striped tbody tr:nth-of-type(odd), .uc-tile-secondary:not(.uc-preserve-color) .uc-table-striped > tr:nth-of-type(odd) {
  background: #ffffff1a;
}

.uc-card-primary.uc-card-body .uc-table-hover tbody tr:hover, .uc-card-primary.uc-card-body .uc-table-hover > tr:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-table-hover tbody tr:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-table-hover > tr:hover, .uc-card-secondary.uc-card-body .uc-table-hover tbody tr:hover, .uc-card-secondary.uc-card-body .uc-table-hover > tr:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-table-hover tbody tr:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-table-hover > tr:hover, .uc-light .uc-table-hover tbody tr:hover, .uc-light .uc-table-hover > tr:hover, .uc-offcanvas-bar .uc-table-hover tbody tr:hover, .uc-offcanvas-bar .uc-table-hover > tr:hover, .uc-overlay-primary .uc-table-hover tbody tr:hover, .uc-overlay-primary .uc-table-hover > tr:hover, .uc-section-primary:not(.uc-preserve-color) .uc-table-hover tbody tr:hover, .uc-section-primary:not(.uc-preserve-color) .uc-table-hover > tr:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-table-hover tbody tr:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-table-hover > tr:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-table-hover tbody tr:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-table-hover > tr:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-table-hover tbody tr:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-table-hover > tr:hover {
  background: #ffffff14;
}

.uc-card-primary.uc-card-body .uc-icon-link, .uc-card-primary > :not([class*="uc-card-media"]) .uc-icon-link, .uc-card-secondary.uc-card-body .uc-icon-link, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-icon-link, .uc-light .uc-icon-link, .uc-offcanvas-bar .uc-icon-link, .uc-overlay-primary .uc-icon-link, .uc-section-primary:not(.uc-preserve-color) .uc-icon-link, .uc-section-secondary:not(.uc-preserve-color) .uc-icon-link, .uc-tile-primary:not(.uc-preserve-color) .uc-icon-link, .uc-tile-secondary:not(.uc-preserve-color) .uc-icon-link {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-icon-link:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-icon-link:hover, .uc-card-secondary.uc-card-body .uc-icon-link:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-icon-link:hover, .uc-light .uc-icon-link:hover, .uc-offcanvas-bar .uc-icon-link:hover, .uc-overlay-primary .uc-icon-link:hover, .uc-section-primary:not(.uc-preserve-color) .uc-icon-link:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-icon-link:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-icon-link:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-icon-link:hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-active > .uc-icon-link, .uc-card-primary.uc-card-body .uc-icon-link:active, .uc-card-primary > :not([class*="uc-card-media"]) .uc-active > .uc-icon-link, .uc-card-primary > :not([class*="uc-card-media"]) .uc-icon-link:active, .uc-card-secondary.uc-card-body .uc-active > .uc-icon-link, .uc-card-secondary.uc-card-body .uc-icon-link:active, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-active > .uc-icon-link, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-icon-link:active, .uc-light .uc-active > .uc-icon-link, .uc-light .uc-icon-link:active, .uc-offcanvas-bar .uc-active > .uc-icon-link, .uc-offcanvas-bar .uc-icon-link:active, .uc-overlay-primary .uc-active > .uc-icon-link, .uc-overlay-primary .uc-icon-link:active, .uc-section-primary:not(.uc-preserve-color) .uc-active > .uc-icon-link, .uc-section-primary:not(.uc-preserve-color) .uc-icon-link:active, .uc-section-secondary:not(.uc-preserve-color) .uc-active > .uc-icon-link, .uc-section-secondary:not(.uc-preserve-color) .uc-icon-link:active, .uc-tile-primary:not(.uc-preserve-color) .uc-active > .uc-icon-link, .uc-tile-primary:not(.uc-preserve-color) .uc-icon-link:active, .uc-tile-secondary:not(.uc-preserve-color) .uc-active > .uc-icon-link, .uc-tile-secondary:not(.uc-preserve-color) .uc-icon-link:active {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-icon-button, .uc-card-primary > :not([class*="uc-card-media"]) .uc-icon-button, .uc-card-secondary.uc-card-body .uc-icon-button, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-icon-button, .uc-light .uc-icon-button, .uc-offcanvas-bar .uc-icon-button, .uc-overlay-primary .uc-icon-button, .uc-section-primary:not(.uc-preserve-color) .uc-icon-button, .uc-section-secondary:not(.uc-preserve-color) .uc-icon-button, .uc-tile-primary:not(.uc-preserve-color) .uc-icon-button, .uc-tile-secondary:not(.uc-preserve-color) .uc-icon-button {
  background-color: #ffffff1a;
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-icon-button:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-icon-button:hover, .uc-card-secondary.uc-card-body .uc-icon-button:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-icon-button:hover, .uc-light .uc-icon-button:hover, .uc-offcanvas-bar .uc-icon-button:hover, .uc-overlay-primary .uc-icon-button:hover, .uc-section-primary:not(.uc-preserve-color) .uc-icon-button:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-icon-button:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-icon-button:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-icon-button:hover {
  background-color: #ffffff26;
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-icon-button:active, .uc-card-primary > :not([class*="uc-card-media"]) .uc-icon-button:active, .uc-card-secondary.uc-card-body .uc-icon-button:active, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-icon-button:active, .uc-light .uc-icon-button:active, .uc-offcanvas-bar .uc-icon-button:active, .uc-overlay-primary .uc-icon-button:active, .uc-section-primary:not(.uc-preserve-color) .uc-icon-button:active, .uc-section-secondary:not(.uc-preserve-color) .uc-icon-button:active, .uc-tile-primary:not(.uc-preserve-color) .uc-icon-button:active, .uc-tile-secondary:not(.uc-preserve-color) .uc-icon-button:active {
  background-color: #fff3;
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-input, .uc-card-primary.uc-card-body .uc-select, .uc-card-primary.uc-card-body .uc-textarea, .uc-card-primary > :not([class*="uc-card-media"]) .uc-input, .uc-card-primary > :not([class*="uc-card-media"]) .uc-select, .uc-card-primary > :not([class*="uc-card-media"]) .uc-textarea, .uc-card-secondary.uc-card-body .uc-input, .uc-card-secondary.uc-card-body .uc-select, .uc-card-secondary.uc-card-body .uc-textarea, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-input, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-select, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-textarea, .uc-light .uc-input, .uc-light .uc-select, .uc-light .uc-textarea, .uc-offcanvas-bar .uc-input, .uc-offcanvas-bar .uc-select, .uc-offcanvas-bar .uc-textarea, .uc-overlay-primary .uc-input, .uc-overlay-primary .uc-select, .uc-overlay-primary .uc-textarea, .uc-section-primary:not(.uc-preserve-color) .uc-input, .uc-section-primary:not(.uc-preserve-color) .uc-select, .uc-section-primary:not(.uc-preserve-color) .uc-textarea, .uc-section-secondary:not(.uc-preserve-color) .uc-input, .uc-section-secondary:not(.uc-preserve-color) .uc-select, .uc-section-secondary:not(.uc-preserve-color) .uc-textarea, .uc-tile-primary:not(.uc-preserve-color) .uc-input, .uc-tile-primary:not(.uc-preserve-color) .uc-select, .uc-tile-primary:not(.uc-preserve-color) .uc-textarea, .uc-tile-secondary:not(.uc-preserve-color) .uc-input, .uc-tile-secondary:not(.uc-preserve-color) .uc-select, .uc-tile-secondary:not(.uc-preserve-color) .uc-textarea {
  background-color: #ffffff1a;
  color: #ffffffb3;
  background-clip: padding-box;
}

.uc-card-primary.uc-card-body .uc-input:focus, .uc-card-primary.uc-card-body .uc-select:focus, .uc-card-primary.uc-card-body .uc-textarea:focus, .uc-card-primary > :not([class*="uc-card-media"]) .uc-input:focus, .uc-card-primary > :not([class*="uc-card-media"]) .uc-select:focus, .uc-card-primary > :not([class*="uc-card-media"]) .uc-textarea:focus, .uc-card-secondary.uc-card-body .uc-input:focus, .uc-card-secondary.uc-card-body .uc-select:focus, .uc-card-secondary.uc-card-body .uc-textarea:focus, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-input:focus, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-select:focus, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-textarea:focus, .uc-light .uc-input:focus, .uc-light .uc-select:focus, .uc-light .uc-textarea:focus, .uc-offcanvas-bar .uc-input:focus, .uc-offcanvas-bar .uc-select:focus, .uc-offcanvas-bar .uc-textarea:focus, .uc-overlay-primary .uc-input:focus, .uc-overlay-primary .uc-select:focus, .uc-overlay-primary .uc-textarea:focus, .uc-section-primary:not(.uc-preserve-color) .uc-input:focus, .uc-section-primary:not(.uc-preserve-color) .uc-select:focus, .uc-section-primary:not(.uc-preserve-color) .uc-textarea:focus, .uc-section-secondary:not(.uc-preserve-color) .uc-input:focus, .uc-section-secondary:not(.uc-preserve-color) .uc-select:focus, .uc-section-secondary:not(.uc-preserve-color) .uc-textarea:focus, .uc-tile-primary:not(.uc-preserve-color) .uc-input:focus, .uc-tile-primary:not(.uc-preserve-color) .uc-select:focus, .uc-tile-primary:not(.uc-preserve-color) .uc-textarea:focus, .uc-tile-secondary:not(.uc-preserve-color) .uc-input:focus, .uc-tile-secondary:not(.uc-preserve-color) .uc-select:focus, .uc-tile-secondary:not(.uc-preserve-color) .uc-textarea:focus {
  background-color: #ffffff26;
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-input::placeholder, .uc-card-primary > :not([class*="uc-card-media"]) .uc-input::placeholder, .uc-card-secondary.uc-card-body .uc-input::placeholder, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-input::placeholder, .uc-light .uc-input::placeholder, .uc-offcanvas-bar .uc-input::placeholder, .uc-overlay-primary .uc-input::placeholder, .uc-section-primary:not(.uc-preserve-color) .uc-input::placeholder, .uc-section-secondary:not(.uc-preserve-color) .uc-input::placeholder, .uc-tile-primary:not(.uc-preserve-color) .uc-input::placeholder, .uc-tile-secondary:not(.uc-preserve-color) .uc-input::placeholder {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-textarea::placeholder, .uc-card-primary > :not([class*="uc-card-media"]) .uc-textarea::placeholder, .uc-card-secondary.uc-card-body .uc-textarea::placeholder, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-textarea::placeholder, .uc-light .uc-textarea::placeholder, .uc-offcanvas-bar .uc-textarea::placeholder, .uc-overlay-primary .uc-textarea::placeholder, .uc-section-primary:not(.uc-preserve-color) .uc-textarea::placeholder, .uc-section-secondary:not(.uc-preserve-color) .uc-textarea::placeholder, .uc-tile-primary:not(.uc-preserve-color) .uc-textarea::placeholder, .uc-tile-secondary:not(.uc-preserve-color) .uc-textarea::placeholder {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-select:not([multiple]):not([size]), .uc-card-primary > :not([class*="uc-card-media"]) .uc-select:not([multiple]):not([size]), .uc-card-secondary.uc-card-body .uc-select:not([multiple]):not([size]), .uc-card-secondary > :not([class*="uc-card-media"]) .uc-select:not([multiple]):not([size]), .uc-light .uc-select:not([multiple]):not([size]), .uc-offcanvas-bar .uc-select:not([multiple]):not([size]), .uc-overlay-primary .uc-select:not([multiple]):not([size]), .uc-section-primary:not(.uc-preserve-color) .uc-select:not([multiple]):not([size]), .uc-section-secondary:not(.uc-preserve-color) .uc-select:not([multiple]):not([size]), .uc-tile-primary:not(.uc-preserve-color) .uc-select:not([multiple]):not([size]), .uc-tile-secondary:not(.uc-preserve-color) .uc-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uc-card-primary.uc-card-body .uc-input[list]:focus, .uc-card-primary.uc-card-body .uc-input[list]:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-input[list]:focus, .uc-card-primary > :not([class*="uc-card-media"]) .uc-input[list]:hover, .uc-card-secondary.uc-card-body .uc-input[list]:focus, .uc-card-secondary.uc-card-body .uc-input[list]:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-input[list]:focus, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-input[list]:hover, .uc-light .uc-input[list]:focus, .uc-light .uc-input[list]:hover, .uc-offcanvas-bar .uc-input[list]:focus, .uc-offcanvas-bar .uc-input[list]:hover, .uc-overlay-primary .uc-input[list]:focus, .uc-overlay-primary .uc-input[list]:hover, .uc-section-primary:not(.uc-preserve-color) .uc-input[list]:focus, .uc-section-primary:not(.uc-preserve-color) .uc-input[list]:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-input[list]:focus, .uc-section-secondary:not(.uc-preserve-color) .uc-input[list]:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-input[list]:focus, .uc-tile-primary:not(.uc-preserve-color) .uc-input[list]:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-input[list]:focus, .uc-tile-secondary:not(.uc-preserve-color) .uc-input[list]:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uc-card-primary.uc-card-body .uc-checkbox, .uc-card-primary.uc-card-body .uc-radio, .uc-card-primary > :not([class*="uc-card-media"]) .uc-checkbox, .uc-card-primary > :not([class*="uc-card-media"]) .uc-radio, .uc-card-secondary.uc-card-body .uc-checkbox, .uc-card-secondary.uc-card-body .uc-radio, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-checkbox, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-radio, .uc-light .uc-checkbox, .uc-light .uc-radio, .uc-offcanvas-bar .uc-checkbox, .uc-offcanvas-bar .uc-radio, .uc-overlay-primary .uc-checkbox, .uc-overlay-primary .uc-radio, .uc-section-primary:not(.uc-preserve-color) .uc-checkbox, .uc-section-primary:not(.uc-preserve-color) .uc-radio, .uc-section-secondary:not(.uc-preserve-color) .uc-checkbox, .uc-section-secondary:not(.uc-preserve-color) .uc-radio, .uc-tile-primary:not(.uc-preserve-color) .uc-checkbox, .uc-tile-primary:not(.uc-preserve-color) .uc-radio, .uc-tile-secondary:not(.uc-preserve-color) .uc-checkbox, .uc-tile-secondary:not(.uc-preserve-color) .uc-radio {
  background-color: #ffffff1a;
}

.uc-card-primary.uc-card-body .uc-checkbox:focus, .uc-card-primary.uc-card-body .uc-radio:focus, .uc-card-primary > :not([class*="uc-card-media"]) .uc-checkbox:focus, .uc-card-primary > :not([class*="uc-card-media"]) .uc-radio:focus, .uc-card-secondary.uc-card-body .uc-checkbox:focus, .uc-card-secondary.uc-card-body .uc-radio:focus, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-checkbox:focus, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-radio:focus, .uc-light .uc-checkbox:focus, .uc-light .uc-radio:focus, .uc-offcanvas-bar .uc-checkbox:focus, .uc-offcanvas-bar .uc-radio:focus, .uc-overlay-primary .uc-checkbox:focus, .uc-overlay-primary .uc-radio:focus, .uc-section-primary:not(.uc-preserve-color) .uc-checkbox:focus, .uc-section-primary:not(.uc-preserve-color) .uc-radio:focus, .uc-section-secondary:not(.uc-preserve-color) .uc-checkbox:focus, .uc-section-secondary:not(.uc-preserve-color) .uc-radio:focus, .uc-tile-primary:not(.uc-preserve-color) .uc-checkbox:focus, .uc-tile-primary:not(.uc-preserve-color) .uc-radio:focus, .uc-tile-secondary:not(.uc-preserve-color) .uc-checkbox:focus, .uc-tile-secondary:not(.uc-preserve-color) .uc-radio:focus {
  background-color: #ffffff26;
}

.uc-card-primary.uc-card-body .uc-checkbox:checked, .uc-card-primary.uc-card-body .uc-checkbox:indeterminate, .uc-card-primary.uc-card-body .uc-radio:checked, .uc-card-primary > :not([class*="uc-card-media"]) .uc-checkbox:checked, .uc-card-primary > :not([class*="uc-card-media"]) .uc-checkbox:indeterminate, .uc-card-primary > :not([class*="uc-card-media"]) .uc-radio:checked, .uc-card-secondary.uc-card-body .uc-checkbox:checked, .uc-card-secondary.uc-card-body .uc-checkbox:indeterminate, .uc-card-secondary.uc-card-body .uc-radio:checked, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-checkbox:checked, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-checkbox:indeterminate, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-radio:checked, .uc-light .uc-checkbox:checked, .uc-light .uc-checkbox:indeterminate, .uc-light .uc-radio:checked, .uc-offcanvas-bar .uc-checkbox:checked, .uc-offcanvas-bar .uc-checkbox:indeterminate, .uc-offcanvas-bar .uc-radio:checked, .uc-overlay-primary .uc-checkbox:checked, .uc-overlay-primary .uc-checkbox:indeterminate, .uc-overlay-primary .uc-radio:checked, .uc-section-primary:not(.uc-preserve-color) .uc-checkbox:checked, .uc-section-primary:not(.uc-preserve-color) .uc-checkbox:indeterminate, .uc-section-primary:not(.uc-preserve-color) .uc-radio:checked, .uc-section-secondary:not(.uc-preserve-color) .uc-checkbox:checked, .uc-section-secondary:not(.uc-preserve-color) .uc-checkbox:indeterminate, .uc-section-secondary:not(.uc-preserve-color) .uc-radio:checked, .uc-tile-primary:not(.uc-preserve-color) .uc-checkbox:checked, .uc-tile-primary:not(.uc-preserve-color) .uc-checkbox:indeterminate, .uc-tile-primary:not(.uc-preserve-color) .uc-radio:checked, .uc-tile-secondary:not(.uc-preserve-color) .uc-checkbox:checked, .uc-tile-secondary:not(.uc-preserve-color) .uc-checkbox:indeterminate, .uc-tile-secondary:not(.uc-preserve-color) .uc-radio:checked {
  background-color: #fff;
}

.uc-card-primary.uc-card-body .uc-checkbox:checked:focus, .uc-card-primary.uc-card-body .uc-checkbox:indeterminate:focus, .uc-card-primary.uc-card-body .uc-radio:checked:focus, .uc-card-primary > :not([class*="uc-card-media"]) .uc-checkbox:checked:focus, .uc-card-primary > :not([class*="uc-card-media"]) .uc-checkbox:indeterminate:focus, .uc-card-primary > :not([class*="uc-card-media"]) .uc-radio:checked:focus, .uc-card-secondary.uc-card-body .uc-checkbox:checked:focus, .uc-card-secondary.uc-card-body .uc-checkbox:indeterminate:focus, .uc-card-secondary.uc-card-body .uc-radio:checked:focus, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-checkbox:checked:focus, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-checkbox:indeterminate:focus, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-radio:checked:focus, .uc-light .uc-checkbox:checked:focus, .uc-light .uc-checkbox:indeterminate:focus, .uc-light .uc-radio:checked:focus, .uc-offcanvas-bar .uc-checkbox:checked:focus, .uc-offcanvas-bar .uc-checkbox:indeterminate:focus, .uc-offcanvas-bar .uc-radio:checked:focus, .uc-overlay-primary .uc-checkbox:checked:focus, .uc-overlay-primary .uc-checkbox:indeterminate:focus, .uc-overlay-primary .uc-radio:checked:focus, .uc-section-primary:not(.uc-preserve-color) .uc-checkbox:checked:focus, .uc-section-primary:not(.uc-preserve-color) .uc-checkbox:indeterminate:focus, .uc-section-primary:not(.uc-preserve-color) .uc-radio:checked:focus, .uc-section-secondary:not(.uc-preserve-color) .uc-checkbox:checked:focus, .uc-section-secondary:not(.uc-preserve-color) .uc-checkbox:indeterminate:focus, .uc-section-secondary:not(.uc-preserve-color) .uc-radio:checked:focus, .uc-tile-primary:not(.uc-preserve-color) .uc-checkbox:checked:focus, .uc-tile-primary:not(.uc-preserve-color) .uc-checkbox:indeterminate:focus, .uc-tile-primary:not(.uc-preserve-color) .uc-radio:checked:focus, .uc-tile-secondary:not(.uc-preserve-color) .uc-checkbox:checked:focus, .uc-tile-secondary:not(.uc-preserve-color) .uc-checkbox:indeterminate:focus, .uc-tile-secondary:not(.uc-preserve-color) .uc-radio:checked:focus {
  background-color: #fff;
}

.uc-card-primary.uc-card-body .uc-radio:checked, .uc-card-primary > :not([class*="uc-card-media"]) .uc-radio:checked, .uc-card-secondary.uc-card-body .uc-radio:checked, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-radio:checked, .uc-light .uc-radio:checked, .uc-offcanvas-bar .uc-radio:checked, .uc-overlay-primary .uc-radio:checked, .uc-section-primary:not(.uc-preserve-color) .uc-radio:checked, .uc-section-secondary:not(.uc-preserve-color) .uc-radio:checked, .uc-tile-primary:not(.uc-preserve-color) .uc-radio:checked, .uc-tile-secondary:not(.uc-preserve-color) .uc-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uc-card-primary.uc-card-body .uc-checkbox:checked, .uc-card-primary > :not([class*="uc-card-media"]) .uc-checkbox:checked, .uc-card-secondary.uc-card-body .uc-checkbox:checked, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-checkbox:checked, .uc-light .uc-checkbox:checked, .uc-offcanvas-bar .uc-checkbox:checked, .uc-overlay-primary .uc-checkbox:checked, .uc-section-primary:not(.uc-preserve-color) .uc-checkbox:checked, .uc-section-secondary:not(.uc-preserve-color) .uc-checkbox:checked, .uc-tile-primary:not(.uc-preserve-color) .uc-checkbox:checked, .uc-tile-secondary:not(.uc-preserve-color) .uc-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uc-card-primary.uc-card-body .uc-checkbox:indeterminate, .uc-card-primary > :not([class*="uc-card-media"]) .uc-checkbox:indeterminate, .uc-card-secondary.uc-card-body .uc-checkbox:indeterminate, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-checkbox:indeterminate, .uc-light .uc-checkbox:indeterminate, .uc-offcanvas-bar .uc-checkbox:indeterminate, .uc-overlay-primary .uc-checkbox:indeterminate, .uc-section-primary:not(.uc-preserve-color) .uc-checkbox:indeterminate, .uc-section-secondary:not(.uc-preserve-color) .uc-checkbox:indeterminate, .uc-tile-primary:not(.uc-preserve-color) .uc-checkbox:indeterminate, .uc-tile-secondary:not(.uc-preserve-color) .uc-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uc-card-primary.uc-card-body .uc-form-icon, .uc-card-primary > :not([class*="uc-card-media"]) .uc-form-icon, .uc-card-secondary.uc-card-body .uc-form-icon, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-form-icon, .uc-light .uc-form-icon, .uc-offcanvas-bar .uc-form-icon, .uc-overlay-primary .uc-form-icon, .uc-section-primary:not(.uc-preserve-color) .uc-form-icon, .uc-section-secondary:not(.uc-preserve-color) .uc-form-icon, .uc-tile-primary:not(.uc-preserve-color) .uc-form-icon, .uc-tile-secondary:not(.uc-preserve-color) .uc-form-icon {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-form-icon:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-form-icon:hover, .uc-card-secondary.uc-card-body .uc-form-icon:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-form-icon:hover, .uc-light .uc-form-icon:hover, .uc-offcanvas-bar .uc-form-icon:hover, .uc-overlay-primary .uc-form-icon:hover, .uc-section-primary:not(.uc-preserve-color) .uc-form-icon:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-form-icon:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-form-icon:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-form-icon:hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-button-default, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-default, .uc-card-secondary.uc-card-body .uc-button-default, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-default, .uc-light .uc-button-default, .uc-offcanvas-bar .uc-button-default, .uc-overlay-primary .uc-button-default, .uc-section-primary:not(.uc-preserve-color) .uc-button-default, .uc-section-secondary:not(.uc-preserve-color) .uc-button-default, .uc-tile-primary:not(.uc-preserve-color) .uc-button-default, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-default {
  background-color: #fff;
  color: #666;
}

.uc-card-primary.uc-card-body .uc-button-default:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-default:hover, .uc-card-secondary.uc-card-body .uc-button-default:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-default:hover, .uc-light .uc-button-default:hover, .uc-offcanvas-bar .uc-button-default:hover, .uc-overlay-primary .uc-button-default:hover, .uc-section-primary:not(.uc-preserve-color) .uc-button-default:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-button-default:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-button-default:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-default:hover {
  background-color: #f2f2f2;
  color: #666;
}

.uc-card-primary.uc-card-body .uc-button-default.uc-active, .uc-card-primary.uc-card-body .uc-button-default:active, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-default.uc-active, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-default:active, .uc-card-secondary.uc-card-body .uc-button-default.uc-active, .uc-card-secondary.uc-card-body .uc-button-default:active, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-default.uc-active, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-default:active, .uc-light .uc-button-default.uc-active, .uc-light .uc-button-default:active, .uc-offcanvas-bar .uc-button-default.uc-active, .uc-offcanvas-bar .uc-button-default:active, .uc-overlay-primary .uc-button-default.uc-active, .uc-overlay-primary .uc-button-default:active, .uc-section-primary:not(.uc-preserve-color) .uc-button-default.uc-active, .uc-section-primary:not(.uc-preserve-color) .uc-button-default:active, .uc-section-secondary:not(.uc-preserve-color) .uc-button-default.uc-active, .uc-section-secondary:not(.uc-preserve-color) .uc-button-default:active, .uc-tile-primary:not(.uc-preserve-color) .uc-button-default.uc-active, .uc-tile-primary:not(.uc-preserve-color) .uc-button-default:active, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-default.uc-active, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-default:active {
  background-color: #e6e6e6;
  color: #666;
}

.uc-card-primary.uc-card-body .uc-button-primary, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-primary, .uc-card-secondary.uc-card-body .uc-button-primary, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-primary, .uc-light .uc-button-primary, .uc-offcanvas-bar .uc-button-primary, .uc-overlay-primary .uc-button-primary, .uc-section-primary:not(.uc-preserve-color) .uc-button-primary, .uc-section-secondary:not(.uc-preserve-color) .uc-button-primary, .uc-tile-primary:not(.uc-preserve-color) .uc-button-primary, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-primary {
  background-color: #fff;
  color: #666;
}

.uc-card-primary.uc-card-body .uc-button-primary:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-primary:hover, .uc-card-secondary.uc-card-body .uc-button-primary:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-primary:hover, .uc-light .uc-button-primary:hover, .uc-offcanvas-bar .uc-button-primary:hover, .uc-overlay-primary .uc-button-primary:hover, .uc-section-primary:not(.uc-preserve-color) .uc-button-primary:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-button-primary:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-button-primary:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-primary:hover {
  background-color: #f2f2f2;
  color: #666;
}

.uc-card-primary.uc-card-body .uc-button-primary.uc-active, .uc-card-primary.uc-card-body .uc-button-primary:active, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-primary.uc-active, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-primary:active, .uc-card-secondary.uc-card-body .uc-button-primary.uc-active, .uc-card-secondary.uc-card-body .uc-button-primary:active, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-primary.uc-active, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-primary:active, .uc-light .uc-button-primary.uc-active, .uc-light .uc-button-primary:active, .uc-offcanvas-bar .uc-button-primary.uc-active, .uc-offcanvas-bar .uc-button-primary:active, .uc-overlay-primary .uc-button-primary.uc-active, .uc-overlay-primary .uc-button-primary:active, .uc-section-primary:not(.uc-preserve-color) .uc-button-primary.uc-active, .uc-section-primary:not(.uc-preserve-color) .uc-button-primary:active, .uc-section-secondary:not(.uc-preserve-color) .uc-button-primary.uc-active, .uc-section-secondary:not(.uc-preserve-color) .uc-button-primary:active, .uc-tile-primary:not(.uc-preserve-color) .uc-button-primary.uc-active, .uc-tile-primary:not(.uc-preserve-color) .uc-button-primary:active, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-primary.uc-active, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-primary:active {
  background-color: #e6e6e6;
  color: #666;
}

.uc-card-primary.uc-card-body .uc-button-secondary, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-secondary, .uc-card-secondary.uc-card-body .uc-button-secondary, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-secondary, .uc-light .uc-button-secondary, .uc-offcanvas-bar .uc-button-secondary, .uc-overlay-primary .uc-button-secondary, .uc-section-primary:not(.uc-preserve-color) .uc-button-secondary, .uc-section-secondary:not(.uc-preserve-color) .uc-button-secondary, .uc-tile-primary:not(.uc-preserve-color) .uc-button-secondary, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-secondary {
  background-color: #fff;
  color: #666;
}

.uc-card-primary.uc-card-body .uc-button-secondary:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-secondary:hover, .uc-card-secondary.uc-card-body .uc-button-secondary:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-secondary:hover, .uc-light .uc-button-secondary:hover, .uc-offcanvas-bar .uc-button-secondary:hover, .uc-overlay-primary .uc-button-secondary:hover, .uc-section-primary:not(.uc-preserve-color) .uc-button-secondary:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-button-secondary:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-button-secondary:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-secondary:hover {
  background-color: #f2f2f2;
  color: #666;
}

.uc-card-primary.uc-card-body .uc-button-secondary.uc-active, .uc-card-primary.uc-card-body .uc-button-secondary:active, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-secondary.uc-active, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-secondary:active, .uc-card-secondary.uc-card-body .uc-button-secondary.uc-active, .uc-card-secondary.uc-card-body .uc-button-secondary:active, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-secondary.uc-active, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-secondary:active, .uc-light .uc-button-secondary.uc-active, .uc-light .uc-button-secondary:active, .uc-offcanvas-bar .uc-button-secondary.uc-active, .uc-offcanvas-bar .uc-button-secondary:active, .uc-overlay-primary .uc-button-secondary.uc-active, .uc-overlay-primary .uc-button-secondary:active, .uc-section-primary:not(.uc-preserve-color) .uc-button-secondary.uc-active, .uc-section-primary:not(.uc-preserve-color) .uc-button-secondary:active, .uc-section-secondary:not(.uc-preserve-color) .uc-button-secondary.uc-active, .uc-section-secondary:not(.uc-preserve-color) .uc-button-secondary:active, .uc-tile-primary:not(.uc-preserve-color) .uc-button-secondary.uc-active, .uc-tile-primary:not(.uc-preserve-color) .uc-button-secondary:active, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-secondary.uc-active, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-secondary:active {
  background-color: #e6e6e6;
  color: #666;
}

.uc-card-primary.uc-card-body .uc-button-text, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-text, .uc-card-secondary.uc-card-body .uc-button-text, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-text, .uc-light .uc-button-text, .uc-offcanvas-bar .uc-button-text, .uc-overlay-primary .uc-button-text, .uc-section-primary:not(.uc-preserve-color) .uc-button-text, .uc-section-secondary:not(.uc-preserve-color) .uc-button-text, .uc-tile-primary:not(.uc-preserve-color) .uc-button-text, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-text {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-button-text:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-text:hover, .uc-card-secondary.uc-card-body .uc-button-text:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-text:hover, .uc-light .uc-button-text:hover, .uc-offcanvas-bar .uc-button-text:hover, .uc-overlay-primary .uc-button-text:hover, .uc-section-primary:not(.uc-preserve-color) .uc-button-text:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-button-text:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-button-text:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-text:hover {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-button-text:disabled, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-text:disabled, .uc-card-secondary.uc-card-body .uc-button-text:disabled, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-text:disabled, .uc-light .uc-button-text:disabled, .uc-offcanvas-bar .uc-button-text:disabled, .uc-overlay-primary .uc-button-text:disabled, .uc-section-primary:not(.uc-preserve-color) .uc-button-text:disabled, .uc-section-secondary:not(.uc-preserve-color) .uc-button-text:disabled, .uc-tile-primary:not(.uc-preserve-color) .uc-button-text:disabled, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-text:disabled {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-button-link, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-link, .uc-card-secondary.uc-card-body .uc-button-link, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-link, .uc-light .uc-button-link, .uc-offcanvas-bar .uc-button-link, .uc-overlay-primary .uc-button-link, .uc-section-primary:not(.uc-preserve-color) .uc-button-link, .uc-section-secondary:not(.uc-preserve-color) .uc-button-link, .uc-tile-primary:not(.uc-preserve-color) .uc-button-link, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-link {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-button-link:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-button-link:hover, .uc-card-secondary.uc-card-body .uc-button-link:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-button-link:hover, .uc-light .uc-button-link:hover, .uc-offcanvas-bar .uc-button-link:hover, .uc-overlay-primary .uc-button-link:hover, .uc-section-primary:not(.uc-preserve-color) .uc-button-link:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-button-link:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-button-link:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-button-link:hover {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body.uc-card-badge, .uc-card-primary > :not([class*="uc-card-media"]).uc-card-badge, .uc-card-secondary.uc-card-body.uc-card-badge, .uc-card-secondary > :not([class*="uc-card-media"]).uc-card-badge, .uc-light.uc-card-badge, .uc-offcanvas-bar.uc-card-badge, .uc-overlay-primary.uc-card-badge, .uc-section-primary:not(.uc-preserve-color).uc-card-badge, .uc-section-secondary:not(.uc-preserve-color).uc-card-badge, .uc-tile-primary:not(.uc-preserve-color).uc-card-badge, .uc-tile-secondary:not(.uc-preserve-color).uc-card-badge {
  background-color: #fff;
  color: #666;
}

.uc-card-primary.uc-card-body .uc-close, .uc-card-primary > :not([class*="uc-card-media"]) .uc-close, .uc-card-secondary.uc-card-body .uc-close, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-close, .uc-light .uc-close, .uc-offcanvas-bar .uc-close, .uc-overlay-primary .uc-close, .uc-section-primary:not(.uc-preserve-color) .uc-close, .uc-section-secondary:not(.uc-preserve-color) .uc-close, .uc-tile-primary:not(.uc-preserve-color) .uc-close, .uc-tile-secondary:not(.uc-preserve-color) .uc-close {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-close:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-close:hover, .uc-card-secondary.uc-card-body .uc-close:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-close:hover, .uc-light .uc-close:hover, .uc-offcanvas-bar .uc-close:hover, .uc-overlay-primary .uc-close:hover, .uc-section-primary:not(.uc-preserve-color) .uc-close:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-close:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-close:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-close:hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-totop, .uc-card-primary > :not([class*="uc-card-media"]) .uc-totop, .uc-card-secondary.uc-card-body .uc-totop, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-totop, .uc-light .uc-totop, .uc-offcanvas-bar .uc-totop, .uc-overlay-primary .uc-totop, .uc-section-primary:not(.uc-preserve-color) .uc-totop, .uc-section-secondary:not(.uc-preserve-color) .uc-totop, .uc-tile-primary:not(.uc-preserve-color) .uc-totop, .uc-tile-secondary:not(.uc-preserve-color) .uc-totop {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-totop:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-totop:hover, .uc-card-secondary.uc-card-body .uc-totop:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-totop:hover, .uc-light .uc-totop:hover, .uc-offcanvas-bar .uc-totop:hover, .uc-overlay-primary .uc-totop:hover, .uc-section-primary:not(.uc-preserve-color) .uc-totop:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-totop:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-totop:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-totop:hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-totop:active, .uc-card-primary > :not([class*="uc-card-media"]) .uc-totop:active, .uc-card-secondary.uc-card-body .uc-totop:active, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-totop:active, .uc-light .uc-totop:active, .uc-offcanvas-bar .uc-totop:active, .uc-overlay-primary .uc-totop:active, .uc-section-primary:not(.uc-preserve-color) .uc-totop:active, .uc-section-secondary:not(.uc-preserve-color) .uc-totop:active, .uc-tile-primary:not(.uc-preserve-color) .uc-totop:active, .uc-tile-secondary:not(.uc-preserve-color) .uc-totop:active {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-marker, .uc-card-primary > :not([class*="uc-card-media"]) .uc-marker, .uc-card-secondary.uc-card-body .uc-marker, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-marker, .uc-light .uc-marker, .uc-offcanvas-bar .uc-marker, .uc-overlay-primary .uc-marker, .uc-section-primary:not(.uc-preserve-color) .uc-marker, .uc-section-secondary:not(.uc-preserve-color) .uc-marker, .uc-tile-primary:not(.uc-preserve-color) .uc-marker, .uc-tile-secondary:not(.uc-preserve-color) .uc-marker {
  background: #f8f8f8;
  color: #666;
}

.uc-card-primary.uc-card-body .uc-marker:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-marker:hover, .uc-card-secondary.uc-card-body .uc-marker:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-marker:hover, .uc-light .uc-marker:hover, .uc-offcanvas-bar .uc-marker:hover, .uc-overlay-primary .uc-marker:hover, .uc-section-primary:not(.uc-preserve-color) .uc-marker:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-marker:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-marker:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-marker:hover {
  color: #666;
}

.uc-card-primary.uc-card-body .uc-badge, .uc-card-primary > :not([class*="uc-card-media"]) .uc-badge, .uc-card-secondary.uc-card-body .uc-badge, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-badge, .uc-light .uc-badge, .uc-offcanvas-bar .uc-badge, .uc-overlay-primary .uc-badge, .uc-section-primary:not(.uc-preserve-color) .uc-badge, .uc-section-secondary:not(.uc-preserve-color) .uc-badge, .uc-tile-primary:not(.uc-preserve-color) .uc-badge, .uc-tile-secondary:not(.uc-preserve-color) .uc-badge {
  background-color: #fff;
  color: #666 !important;
}

.uc-card-primary.uc-card-body .uc-label, .uc-card-primary > :not([class*="uc-card-media"]) .uc-label, .uc-card-secondary.uc-card-body .uc-label, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-label, .uc-light .uc-label, .uc-offcanvas-bar .uc-label, .uc-overlay-primary .uc-label, .uc-section-primary:not(.uc-preserve-color) .uc-label, .uc-section-secondary:not(.uc-preserve-color) .uc-label, .uc-tile-primary:not(.uc-preserve-color) .uc-label, .uc-tile-secondary:not(.uc-preserve-color) .uc-label {
  background-color: #fff;
  color: #666;
}

.uc-card-primary.uc-card-body .uc-article-meta, .uc-card-primary > :not([class*="uc-card-media"]) .uc-article-meta, .uc-card-secondary.uc-card-body .uc-article-meta, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-article-meta, .uc-light .uc-article-meta, .uc-offcanvas-bar .uc-article-meta, .uc-overlay-primary .uc-article-meta, .uc-section-primary:not(.uc-preserve-color) .uc-article-meta, .uc-section-secondary:not(.uc-preserve-color) .uc-article-meta, .uc-tile-primary:not(.uc-preserve-color) .uc-article-meta, .uc-tile-secondary:not(.uc-preserve-color) .uc-article-meta {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-search-input, .uc-card-primary > :not([class*="uc-card-media"]) .uc-search-input, .uc-card-secondary.uc-card-body .uc-search-input, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-search-input, .uc-light .uc-search-input, .uc-offcanvas-bar .uc-search-input, .uc-overlay-primary .uc-search-input, .uc-section-primary:not(.uc-preserve-color) .uc-search-input, .uc-section-secondary:not(.uc-preserve-color) .uc-search-input, .uc-tile-primary:not(.uc-preserve-color) .uc-search-input, .uc-tile-secondary:not(.uc-preserve-color) .uc-search-input {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-search-input::placeholder, .uc-card-primary > :not([class*="uc-card-media"]) .uc-search-input::placeholder, .uc-card-secondary.uc-card-body .uc-search-input::placeholder, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-search-input::placeholder, .uc-light .uc-search-input::placeholder, .uc-offcanvas-bar .uc-search-input::placeholder, .uc-overlay-primary .uc-search-input::placeholder, .uc-section-primary:not(.uc-preserve-color) .uc-search-input::placeholder, .uc-section-secondary:not(.uc-preserve-color) .uc-search-input::placeholder, .uc-tile-primary:not(.uc-preserve-color) .uc-search-input::placeholder, .uc-tile-secondary:not(.uc-preserve-color) .uc-search-input::placeholder {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-search .uc-search-icon, .uc-card-primary > :not([class*="uc-card-media"]) .uc-search .uc-search-icon, .uc-card-secondary.uc-card-body .uc-search .uc-search-icon, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-search .uc-search-icon, .uc-light .uc-search .uc-search-icon, .uc-offcanvas-bar .uc-search .uc-search-icon, .uc-overlay-primary .uc-search .uc-search-icon, .uc-section-primary:not(.uc-preserve-color) .uc-search .uc-search-icon, .uc-section-secondary:not(.uc-preserve-color) .uc-search .uc-search-icon, .uc-tile-primary:not(.uc-preserve-color) .uc-search .uc-search-icon, .uc-tile-secondary:not(.uc-preserve-color) .uc-search .uc-search-icon {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-search .uc-search-icon:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-search .uc-search-icon:hover, .uc-card-secondary.uc-card-body .uc-search .uc-search-icon:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-search .uc-search-icon:hover, .uc-light .uc-search .uc-search-icon:hover, .uc-offcanvas-bar .uc-search .uc-search-icon:hover, .uc-overlay-primary .uc-search .uc-search-icon:hover, .uc-section-primary:not(.uc-preserve-color) .uc-search .uc-search-icon:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-search .uc-search-icon:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-search .uc-search-icon:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-search .uc-search-icon:hover {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-search-default .uc-search-input, .uc-card-primary > :not([class*="uc-card-media"]) .uc-search-default .uc-search-input, .uc-card-secondary.uc-card-body .uc-search-default .uc-search-input, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-search-default .uc-search-input, .uc-light .uc-search-default .uc-search-input, .uc-offcanvas-bar .uc-search-default .uc-search-input, .uc-overlay-primary .uc-search-default .uc-search-input, .uc-section-primary:not(.uc-preserve-color) .uc-search-default .uc-search-input, .uc-section-secondary:not(.uc-preserve-color) .uc-search-default .uc-search-input, .uc-tile-primary:not(.uc-preserve-color) .uc-search-default .uc-search-input, .uc-tile-secondary:not(.uc-preserve-color) .uc-search-default .uc-search-input {
  background-color: #ffffff1a;
}

.uc-card-primary.uc-card-body .uc-search-default .uc-search-input:focus, .uc-card-primary > :not([class*="uc-card-media"]) .uc-search-default .uc-search-input:focus, .uc-card-secondary.uc-card-body .uc-search-default .uc-search-input:focus, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-search-default .uc-search-input:focus, .uc-light .uc-search-default .uc-search-input:focus, .uc-offcanvas-bar .uc-search-default .uc-search-input:focus, .uc-overlay-primary .uc-search-default .uc-search-input:focus, .uc-section-primary:not(.uc-preserve-color) .uc-search-default .uc-search-input:focus, .uc-section-secondary:not(.uc-preserve-color) .uc-search-default .uc-search-input:focus, .uc-tile-primary:not(.uc-preserve-color) .uc-search-default .uc-search-input:focus, .uc-tile-secondary:not(.uc-preserve-color) .uc-search-default .uc-search-input:focus {
  background-color: #ffffff26;
}

.uc-card-primary.uc-card-body .uc-search-navbar .uc-search-input, .uc-card-primary > :not([class*="uc-card-media"]) .uc-search-navbar .uc-search-input, .uc-card-secondary.uc-card-body .uc-search-navbar .uc-search-input, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-search-navbar .uc-search-input, .uc-light .uc-search-navbar .uc-search-input, .uc-offcanvas-bar .uc-search-navbar .uc-search-input, .uc-overlay-primary .uc-search-navbar .uc-search-input, .uc-section-primary:not(.uc-preserve-color) .uc-search-navbar .uc-search-input, .uc-section-secondary:not(.uc-preserve-color) .uc-search-navbar .uc-search-input, .uc-tile-primary:not(.uc-preserve-color) .uc-search-navbar .uc-search-input, .uc-tile-secondary:not(.uc-preserve-color) .uc-search-navbar .uc-search-input {
  background-color: #0000;
}

.uc-card-primary.uc-card-body .uc-search-large .uc-search-input, .uc-card-primary > :not([class*="uc-card-media"]) .uc-search-large .uc-search-input, .uc-card-secondary.uc-card-body .uc-search-large .uc-search-input, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-search-large .uc-search-input, .uc-light .uc-search-large .uc-search-input, .uc-offcanvas-bar .uc-search-large .uc-search-input, .uc-overlay-primary .uc-search-large .uc-search-input, .uc-section-primary:not(.uc-preserve-color) .uc-search-large .uc-search-input, .uc-section-secondary:not(.uc-preserve-color) .uc-search-large .uc-search-input, .uc-tile-primary:not(.uc-preserve-color) .uc-search-large .uc-search-input, .uc-tile-secondary:not(.uc-preserve-color) .uc-search-large .uc-search-input {
  background-color: #0000;
}

.uc-card-primary.uc-card-body .uc-search-toggle, .uc-card-primary > :not([class*="uc-card-media"]) .uc-search-toggle, .uc-card-secondary.uc-card-body .uc-search-toggle, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-search-toggle, .uc-light .uc-search-toggle, .uc-offcanvas-bar .uc-search-toggle, .uc-overlay-primary .uc-search-toggle, .uc-section-primary:not(.uc-preserve-color) .uc-search-toggle, .uc-section-secondary:not(.uc-preserve-color) .uc-search-toggle, .uc-tile-primary:not(.uc-preserve-color) .uc-search-toggle, .uc-tile-secondary:not(.uc-preserve-color) .uc-search-toggle {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-search-toggle:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-search-toggle:hover, .uc-card-secondary.uc-card-body .uc-search-toggle:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-search-toggle:hover, .uc-light .uc-search-toggle:hover, .uc-offcanvas-bar .uc-search-toggle:hover, .uc-overlay-primary .uc-search-toggle:hover, .uc-section-primary:not(.uc-preserve-color) .uc-search-toggle:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-search-toggle:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-search-toggle:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-search-toggle:hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-accordion-title, .uc-card-primary > :not([class*="uc-card-media"]) .uc-accordion-title, .uc-card-secondary.uc-card-body .uc-accordion-title, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-accordion-title, .uc-light .uc-accordion-title, .uc-offcanvas-bar .uc-accordion-title, .uc-overlay-primary .uc-accordion-title, .uc-section-primary:not(.uc-preserve-color) .uc-accordion-title, .uc-section-secondary:not(.uc-preserve-color) .uc-accordion-title, .uc-tile-primary:not(.uc-preserve-color) .uc-accordion-title, .uc-tile-secondary:not(.uc-preserve-color) .uc-accordion-title {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-accordion-title:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-accordion-title:hover, .uc-card-secondary.uc-card-body .uc-accordion-title:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-accordion-title:hover, .uc-light .uc-accordion-title:hover, .uc-offcanvas-bar .uc-accordion-title:hover, .uc-overlay-primary .uc-accordion-title:hover, .uc-section-primary:not(.uc-preserve-color) .uc-accordion-title:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-accordion-title:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-accordion-title:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-accordion-title:hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-grid-divider > :not(.uc-first-column):before, .uc-card-primary > :not([class*="uc-card-media"]) .uc-grid-divider > :not(.uc-first-column):before, .uc-card-secondary.uc-card-body .uc-grid-divider > :not(.uc-first-column):before, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-grid-divider > :not(.uc-first-column):before, .uc-light .uc-grid-divider > :not(.uc-first-column):before, .uc-offcanvas-bar .uc-grid-divider > :not(.uc-first-column):before, .uc-overlay-primary .uc-grid-divider > :not(.uc-first-column):before, .uc-section-primary:not(.uc-preserve-color) .uc-grid-divider > :not(.uc-first-column):before, .uc-section-secondary:not(.uc-preserve-color) .uc-grid-divider > :not(.uc-first-column):before, .uc-tile-primary:not(.uc-preserve-color) .uc-grid-divider > :not(.uc-first-column):before, .uc-tile-secondary:not(.uc-preserve-color) .uc-grid-divider > :not(.uc-first-column):before {
  border-left-color: #fff3;
}

.uc-card-primary.uc-card-body .uc-grid-divider.uc-grid-stack > .uc-grid-margin:before, .uc-card-primary > :not([class*="uc-card-media"]) .uc-grid-divider.uc-grid-stack > .uc-grid-margin:before, .uc-card-secondary.uc-card-body .uc-grid-divider.uc-grid-stack > .uc-grid-margin:before, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-grid-divider.uc-grid-stack > .uc-grid-margin:before, .uc-light .uc-grid-divider.uc-grid-stack > .uc-grid-margin:before, .uc-offcanvas-bar .uc-grid-divider.uc-grid-stack > .uc-grid-margin:before, .uc-overlay-primary .uc-grid-divider.uc-grid-stack > .uc-grid-margin:before, .uc-section-primary:not(.uc-preserve-color) .uc-grid-divider.uc-grid-stack > .uc-grid-margin:before, .uc-section-secondary:not(.uc-preserve-color) .uc-grid-divider.uc-grid-stack > .uc-grid-margin:before, .uc-tile-primary:not(.uc-preserve-color) .uc-grid-divider.uc-grid-stack > .uc-grid-margin:before, .uc-tile-secondary:not(.uc-preserve-color) .uc-grid-divider.uc-grid-stack > .uc-grid-margin:before {
  border-top-color: #fff3;
}

.uc-card-primary.uc-card-body .uc-nav-default > li > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-default > li > a, .uc-card-secondary.uc-card-body .uc-nav-default > li > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-default > li > a, .uc-light .uc-nav-default > li > a, .uc-offcanvas-bar .uc-nav-default > li > a, .uc-overlay-primary .uc-nav-default > li > a, .uc-section-primary:not(.uc-preserve-color) .uc-nav-default > li > a, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-default > li > a, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-default > li > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-default > li > a {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-nav-default > li > a:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-default > li > a:hover, .uc-card-secondary.uc-card-body .uc-nav-default > li > a:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-default > li > a:hover, .uc-light .uc-nav-default > li > a:hover, .uc-offcanvas-bar .uc-nav-default > li > a:hover, .uc-overlay-primary .uc-nav-default > li > a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-nav-default > li > a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-default > li > a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-default > li > a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-default > li > a:hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-nav-default > li.uc-active > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-default > li.uc-active > a, .uc-card-secondary.uc-card-body .uc-nav-default > li.uc-active > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-default > li.uc-active > a, .uc-light .uc-nav-default > li.uc-active > a, .uc-offcanvas-bar .uc-nav-default > li.uc-active > a, .uc-overlay-primary .uc-nav-default > li.uc-active > a, .uc-section-primary:not(.uc-preserve-color) .uc-nav-default > li.uc-active > a, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-default > li.uc-active > a, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-default > li.uc-active > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-default > li.uc-active > a {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-nav-default .uc-nav-header, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-default .uc-nav-header, .uc-card-secondary.uc-card-body .uc-nav-default .uc-nav-header, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-default .uc-nav-header, .uc-light .uc-nav-default .uc-nav-header, .uc-offcanvas-bar .uc-nav-default .uc-nav-header, .uc-overlay-primary .uc-nav-default .uc-nav-header, .uc-section-primary:not(.uc-preserve-color) .uc-nav-default .uc-nav-header, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-default .uc-nav-header, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-default .uc-nav-header, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-default .uc-nav-header {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-nav-default .uc-nav-divider, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-default .uc-nav-divider, .uc-card-secondary.uc-card-body .uc-nav-default .uc-nav-divider, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-default .uc-nav-divider, .uc-light .uc-nav-default .uc-nav-divider, .uc-offcanvas-bar .uc-nav-default .uc-nav-divider, .uc-overlay-primary .uc-nav-default .uc-nav-divider, .uc-section-primary:not(.uc-preserve-color) .uc-nav-default .uc-nav-divider, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-default .uc-nav-divider, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-default .uc-nav-divider, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-default .uc-nav-divider {
  border-top-color: #fff3;
}

.uc-card-primary.uc-card-body .uc-nav-default .uc-nav-sub a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-default .uc-nav-sub a, .uc-card-secondary.uc-card-body .uc-nav-default .uc-nav-sub a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-default .uc-nav-sub a, .uc-light .uc-nav-default .uc-nav-sub a, .uc-offcanvas-bar .uc-nav-default .uc-nav-sub a, .uc-overlay-primary .uc-nav-default .uc-nav-sub a, .uc-section-primary:not(.uc-preserve-color) .uc-nav-default .uc-nav-sub a, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-default .uc-nav-sub a, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-default .uc-nav-sub a, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-default .uc-nav-sub a {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-nav-default .uc-nav-sub a:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-default .uc-nav-sub a:hover, .uc-card-secondary.uc-card-body .uc-nav-default .uc-nav-sub a:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-default .uc-nav-sub a:hover, .uc-light .uc-nav-default .uc-nav-sub a:hover, .uc-offcanvas-bar .uc-nav-default .uc-nav-sub a:hover, .uc-overlay-primary .uc-nav-default .uc-nav-sub a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-nav-default .uc-nav-sub a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-default .uc-nav-sub a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-default .uc-nav-sub a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-default .uc-nav-sub a:hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-nav-default .uc-nav-sub li.uc-active > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-default .uc-nav-sub li.uc-active > a, .uc-card-secondary.uc-card-body .uc-nav-default .uc-nav-sub li.uc-active > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-default .uc-nav-sub li.uc-active > a, .uc-light .uc-nav-default .uc-nav-sub li.uc-active > a, .uc-offcanvas-bar .uc-nav-default .uc-nav-sub li.uc-active > a, .uc-overlay-primary .uc-nav-default .uc-nav-sub li.uc-active > a, .uc-section-primary:not(.uc-preserve-color) .uc-nav-default .uc-nav-sub li.uc-active > a, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-default .uc-nav-sub li.uc-active > a, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-default .uc-nav-sub li.uc-active > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-default .uc-nav-sub li.uc-active > a {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-nav-primary > li > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-primary > li > a, .uc-card-secondary.uc-card-body .uc-nav-primary > li > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-primary > li > a, .uc-light .uc-nav-primary > li > a, .uc-offcanvas-bar .uc-nav-primary > li > a, .uc-overlay-primary .uc-nav-primary > li > a, .uc-section-primary:not(.uc-preserve-color) .uc-nav-primary > li > a, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-primary > li > a, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-primary > li > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-primary > li > a {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-nav-primary > li > a:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-primary > li > a:hover, .uc-card-secondary.uc-card-body .uc-nav-primary > li > a:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-primary > li > a:hover, .uc-light .uc-nav-primary > li > a:hover, .uc-offcanvas-bar .uc-nav-primary > li > a:hover, .uc-overlay-primary .uc-nav-primary > li > a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-nav-primary > li > a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-primary > li > a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-primary > li > a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-primary > li > a:hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-nav-primary > li.uc-active > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-primary > li.uc-active > a, .uc-card-secondary.uc-card-body .uc-nav-primary > li.uc-active > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-primary > li.uc-active > a, .uc-light .uc-nav-primary > li.uc-active > a, .uc-offcanvas-bar .uc-nav-primary > li.uc-active > a, .uc-overlay-primary .uc-nav-primary > li.uc-active > a, .uc-section-primary:not(.uc-preserve-color) .uc-nav-primary > li.uc-active > a, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-primary > li.uc-active > a, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-primary > li.uc-active > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-primary > li.uc-active > a {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-nav-primary .uc-nav-header, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-primary .uc-nav-header, .uc-card-secondary.uc-card-body .uc-nav-primary .uc-nav-header, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-primary .uc-nav-header, .uc-light .uc-nav-primary .uc-nav-header, .uc-offcanvas-bar .uc-nav-primary .uc-nav-header, .uc-overlay-primary .uc-nav-primary .uc-nav-header, .uc-section-primary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-header, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-header, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-header, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-header {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-nav-primary .uc-nav-divider, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-primary .uc-nav-divider, .uc-card-secondary.uc-card-body .uc-nav-primary .uc-nav-divider, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-primary .uc-nav-divider, .uc-light .uc-nav-primary .uc-nav-divider, .uc-offcanvas-bar .uc-nav-primary .uc-nav-divider, .uc-overlay-primary .uc-nav-primary .uc-nav-divider, .uc-section-primary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-divider, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-divider, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-divider, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-divider {
  border-top-color: #fff3;
}

.uc-card-primary.uc-card-body .uc-nav-primary .uc-nav-sub a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-primary .uc-nav-sub a, .uc-card-secondary.uc-card-body .uc-nav-primary .uc-nav-sub a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-primary .uc-nav-sub a, .uc-light .uc-nav-primary .uc-nav-sub a, .uc-offcanvas-bar .uc-nav-primary .uc-nav-sub a, .uc-overlay-primary .uc-nav-primary .uc-nav-sub a, .uc-section-primary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-sub a, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-sub a, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-sub a, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-sub a {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-nav-primary .uc-nav-sub a:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-primary .uc-nav-sub a:hover, .uc-card-secondary.uc-card-body .uc-nav-primary .uc-nav-sub a:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-primary .uc-nav-sub a:hover, .uc-light .uc-nav-primary .uc-nav-sub a:hover, .uc-offcanvas-bar .uc-nav-primary .uc-nav-sub a:hover, .uc-overlay-primary .uc-nav-primary .uc-nav-sub a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-sub a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-sub a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-sub a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-sub a:hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-nav-primary .uc-nav-sub li.uc-active > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-primary .uc-nav-sub li.uc-active > a, .uc-card-secondary.uc-card-body .uc-nav-primary .uc-nav-sub li.uc-active > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-primary .uc-nav-sub li.uc-active > a, .uc-light .uc-nav-primary .uc-nav-sub li.uc-active > a, .uc-offcanvas-bar .uc-nav-primary .uc-nav-sub li.uc-active > a, .uc-overlay-primary .uc-nav-primary .uc-nav-sub li.uc-active > a, .uc-section-primary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-sub li.uc-active > a, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-sub li.uc-active > a, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-sub li.uc-active > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-primary .uc-nav-sub li.uc-active > a {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-nav-secondary > li > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-secondary > li > a, .uc-card-secondary.uc-card-body .uc-nav-secondary > li > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-secondary > li > a, .uc-light .uc-nav-secondary > li > a, .uc-offcanvas-bar .uc-nav-secondary > li > a, .uc-overlay-primary .uc-nav-secondary > li > a, .uc-section-primary:not(.uc-preserve-color) .uc-nav-secondary > li > a, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-secondary > li > a, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-secondary > li > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-secondary > li > a {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-nav-secondary > li > a:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-secondary > li > a:hover, .uc-card-secondary.uc-card-body .uc-nav-secondary > li > a:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-secondary > li > a:hover, .uc-light .uc-nav-secondary > li > a:hover, .uc-offcanvas-bar .uc-nav-secondary > li > a:hover, .uc-overlay-primary .uc-nav-secondary > li > a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-nav-secondary > li > a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-secondary > li > a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-secondary > li > a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-secondary > li > a:hover {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-nav-secondary > li.uc-active > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-secondary > li.uc-active > a, .uc-card-secondary.uc-card-body .uc-nav-secondary > li.uc-active > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-secondary > li.uc-active > a, .uc-light .uc-nav-secondary > li.uc-active > a, .uc-offcanvas-bar .uc-nav-secondary > li.uc-active > a, .uc-overlay-primary .uc-nav-secondary > li.uc-active > a, .uc-section-primary:not(.uc-preserve-color) .uc-nav-secondary > li.uc-active > a, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-secondary > li.uc-active > a, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-secondary > li.uc-active > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-secondary > li.uc-active > a {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-nav-secondary .uc-nav-subtitle, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-secondary .uc-nav-subtitle, .uc-card-secondary.uc-card-body .uc-nav-secondary .uc-nav-subtitle, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-secondary .uc-nav-subtitle, .uc-light .uc-nav-secondary .uc-nav-subtitle, .uc-offcanvas-bar .uc-nav-secondary .uc-nav-subtitle, .uc-overlay-primary .uc-nav-secondary .uc-nav-subtitle, .uc-section-primary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-subtitle, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-subtitle, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-subtitle, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-subtitle {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-nav-secondary > li > a:hover .uc-nav-subtitle, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-secondary > li > a:hover .uc-nav-subtitle, .uc-card-secondary.uc-card-body .uc-nav-secondary > li > a:hover .uc-nav-subtitle, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-secondary > li > a:hover .uc-nav-subtitle, .uc-light .uc-nav-secondary > li > a:hover .uc-nav-subtitle, .uc-offcanvas-bar .uc-nav-secondary > li > a:hover .uc-nav-subtitle, .uc-overlay-primary .uc-nav-secondary > li > a:hover .uc-nav-subtitle, .uc-section-primary:not(.uc-preserve-color) .uc-nav-secondary > li > a:hover .uc-nav-subtitle, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-secondary > li > a:hover .uc-nav-subtitle, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-secondary > li > a:hover .uc-nav-subtitle, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-secondary > li > a:hover .uc-nav-subtitle {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-nav-secondary > li.uc-active > a .uc-nav-subtitle, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-secondary > li.uc-active > a .uc-nav-subtitle, .uc-card-secondary.uc-card-body .uc-nav-secondary > li.uc-active > a .uc-nav-subtitle, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-secondary > li.uc-active > a .uc-nav-subtitle, .uc-light .uc-nav-secondary > li.uc-active > a .uc-nav-subtitle, .uc-offcanvas-bar .uc-nav-secondary > li.uc-active > a .uc-nav-subtitle, .uc-overlay-primary .uc-nav-secondary > li.uc-active > a .uc-nav-subtitle, .uc-section-primary:not(.uc-preserve-color) .uc-nav-secondary > li.uc-active > a .uc-nav-subtitle, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-secondary > li.uc-active > a .uc-nav-subtitle, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-secondary > li.uc-active > a .uc-nav-subtitle, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-secondary > li.uc-active > a .uc-nav-subtitle {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-nav-secondary .uc-nav-header, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-secondary .uc-nav-header, .uc-card-secondary.uc-card-body .uc-nav-secondary .uc-nav-header, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-secondary .uc-nav-header, .uc-light .uc-nav-secondary .uc-nav-header, .uc-offcanvas-bar .uc-nav-secondary .uc-nav-header, .uc-overlay-primary .uc-nav-secondary .uc-nav-header, .uc-section-primary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-header, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-header, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-header, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-header {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-nav-secondary .uc-nav-divider, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-secondary .uc-nav-divider, .uc-card-secondary.uc-card-body .uc-nav-secondary .uc-nav-divider, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-secondary .uc-nav-divider, .uc-light .uc-nav-secondary .uc-nav-divider, .uc-offcanvas-bar .uc-nav-secondary .uc-nav-divider, .uc-overlay-primary .uc-nav-secondary .uc-nav-divider, .uc-section-primary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-divider, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-divider, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-divider, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-divider {
  border-top-color: #fff3;
}

.uc-card-primary.uc-card-body .uc-nav-secondary .uc-nav-sub a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-secondary .uc-nav-sub a, .uc-card-secondary.uc-card-body .uc-nav-secondary .uc-nav-sub a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-secondary .uc-nav-sub a, .uc-light .uc-nav-secondary .uc-nav-sub a, .uc-offcanvas-bar .uc-nav-secondary .uc-nav-sub a, .uc-overlay-primary .uc-nav-secondary .uc-nav-sub a, .uc-section-primary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-sub a, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-sub a, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-sub a, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-sub a {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-nav-secondary .uc-nav-sub a:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-secondary .uc-nav-sub a:hover, .uc-card-secondary.uc-card-body .uc-nav-secondary .uc-nav-sub a:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-secondary .uc-nav-sub a:hover, .uc-light .uc-nav-secondary .uc-nav-sub a:hover, .uc-offcanvas-bar .uc-nav-secondary .uc-nav-sub a:hover, .uc-overlay-primary .uc-nav-secondary .uc-nav-sub a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-sub a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-sub a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-sub a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-sub a:hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-nav-secondary .uc-nav-sub li.uc-active > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav-secondary .uc-nav-sub li.uc-active > a, .uc-card-secondary.uc-card-body .uc-nav-secondary .uc-nav-sub li.uc-active > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav-secondary .uc-nav-sub li.uc-active > a, .uc-light .uc-nav-secondary .uc-nav-sub li.uc-active > a, .uc-offcanvas-bar .uc-nav-secondary .uc-nav-sub li.uc-active > a, .uc-overlay-primary .uc-nav-secondary .uc-nav-sub li.uc-active > a, .uc-section-primary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-sub li.uc-active > a, .uc-section-secondary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-sub li.uc-active > a, .uc-tile-primary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-sub li.uc-active > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-nav-secondary .uc-nav-sub li.uc-active > a {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-nav.uc-nav-divider > :not(.uc-nav-divider) + :not(.uc-nav-header, .uc-nav-divider), .uc-card-primary > :not([class*="uc-card-media"]) .uc-nav.uc-nav-divider > :not(.uc-nav-divider) + :not(.uc-nav-header, .uc-nav-divider), .uc-card-secondary.uc-card-body .uc-nav.uc-nav-divider > :not(.uc-nav-divider) + :not(.uc-nav-header, .uc-nav-divider), .uc-card-secondary > :not([class*="uc-card-media"]) .uc-nav.uc-nav-divider > :not(.uc-nav-divider) + :not(.uc-nav-header, .uc-nav-divider), .uc-light .uc-nav.uc-nav-divider > :not(.uc-nav-divider) + :not(.uc-nav-header, .uc-nav-divider), .uc-offcanvas-bar .uc-nav.uc-nav-divider > :not(.uc-nav-divider) + :not(.uc-nav-header, .uc-nav-divider), .uc-overlay-primary .uc-nav.uc-nav-divider > :not(.uc-nav-divider) + :not(.uc-nav-header, .uc-nav-divider), .uc-section-primary:not(.uc-preserve-color) .uc-nav.uc-nav-divider > :not(.uc-nav-divider) + :not(.uc-nav-header, .uc-nav-divider), .uc-section-secondary:not(.uc-preserve-color) .uc-nav.uc-nav-divider > :not(.uc-nav-divider) + :not(.uc-nav-header, .uc-nav-divider), .uc-tile-primary:not(.uc-preserve-color) .uc-nav.uc-nav-divider > :not(.uc-nav-divider) + :not(.uc-nav-header, .uc-nav-divider), .uc-tile-secondary:not(.uc-preserve-color) .uc-nav.uc-nav-divider > :not(.uc-nav-divider) + :not(.uc-nav-header, .uc-nav-divider) {
  border-top-color: #fff3;
}

.uc-card-primary.uc-card-body .uc-navbar-nav > li > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-navbar-nav > li > a, .uc-card-secondary.uc-card-body .uc-navbar-nav > li > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-navbar-nav > li > a, .uc-light .uc-navbar-nav > li > a, .uc-offcanvas-bar .uc-navbar-nav > li > a, .uc-overlay-primary .uc-navbar-nav > li > a, .uc-section-primary:not(.uc-preserve-color) .uc-navbar-nav > li > a, .uc-section-secondary:not(.uc-preserve-color) .uc-navbar-nav > li > a, .uc-tile-primary:not(.uc-preserve-color) .uc-navbar-nav > li > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-navbar-nav > li > a {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-navbar-nav > li:hover > a, .uc-card-primary.uc-card-body .uc-navbar-nav > li > a[aria-expanded="true"], .uc-card-primary > :not([class*="uc-card-media"]) .uc-navbar-nav > li:hover > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-navbar-nav > li > a[aria-expanded="true"], .uc-card-secondary.uc-card-body .uc-navbar-nav > li:hover > a, .uc-card-secondary.uc-card-body .uc-navbar-nav > li > a[aria-expanded="true"], .uc-card-secondary > :not([class*="uc-card-media"]) .uc-navbar-nav > li:hover > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-navbar-nav > li > a[aria-expanded="true"], .uc-light .uc-navbar-nav > li:hover > a, .uc-light .uc-navbar-nav > li > a[aria-expanded="true"], .uc-offcanvas-bar .uc-navbar-nav > li:hover > a, .uc-offcanvas-bar .uc-navbar-nav > li > a[aria-expanded="true"], .uc-overlay-primary .uc-navbar-nav > li:hover > a, .uc-overlay-primary .uc-navbar-nav > li > a[aria-expanded="true"], .uc-section-primary:not(.uc-preserve-color) .uc-navbar-nav > li:hover > a, .uc-section-primary:not(.uc-preserve-color) .uc-navbar-nav > li > a[aria-expanded="true"], .uc-section-secondary:not(.uc-preserve-color) .uc-navbar-nav > li:hover > a, .uc-section-secondary:not(.uc-preserve-color) .uc-navbar-nav > li > a[aria-expanded="true"], .uc-tile-primary:not(.uc-preserve-color) .uc-navbar-nav > li:hover > a, .uc-tile-primary:not(.uc-preserve-color) .uc-navbar-nav > li > a[aria-expanded="true"], .uc-tile-secondary:not(.uc-preserve-color) .uc-navbar-nav > li:hover > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-navbar-nav > li > a[aria-expanded="true"] {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-navbar-nav > li > a:active, .uc-card-primary > :not([class*="uc-card-media"]) .uc-navbar-nav > li > a:active, .uc-card-secondary.uc-card-body .uc-navbar-nav > li > a:active, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-navbar-nav > li > a:active, .uc-light .uc-navbar-nav > li > a:active, .uc-offcanvas-bar .uc-navbar-nav > li > a:active, .uc-overlay-primary .uc-navbar-nav > li > a:active, .uc-section-primary:not(.uc-preserve-color) .uc-navbar-nav > li > a:active, .uc-section-secondary:not(.uc-preserve-color) .uc-navbar-nav > li > a:active, .uc-tile-primary:not(.uc-preserve-color) .uc-navbar-nav > li > a:active, .uc-tile-secondary:not(.uc-preserve-color) .uc-navbar-nav > li > a:active {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-navbar-nav > li.uc-active > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-navbar-nav > li.uc-active > a, .uc-card-secondary.uc-card-body .uc-navbar-nav > li.uc-active > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-navbar-nav > li.uc-active > a, .uc-light .uc-navbar-nav > li.uc-active > a, .uc-offcanvas-bar .uc-navbar-nav > li.uc-active > a, .uc-overlay-primary .uc-navbar-nav > li.uc-active > a, .uc-section-primary:not(.uc-preserve-color) .uc-navbar-nav > li.uc-active > a, .uc-section-secondary:not(.uc-preserve-color) .uc-navbar-nav > li.uc-active > a, .uc-tile-primary:not(.uc-preserve-color) .uc-navbar-nav > li.uc-active > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-navbar-nav > li.uc-active > a {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-navbar-item, .uc-card-primary > :not([class*="uc-card-media"]) .uc-navbar-item, .uc-card-secondary.uc-card-body .uc-navbar-item, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-navbar-item, .uc-light .uc-navbar-item, .uc-offcanvas-bar .uc-navbar-item, .uc-overlay-primary .uc-navbar-item, .uc-section-primary:not(.uc-preserve-color) .uc-navbar-item, .uc-section-secondary:not(.uc-preserve-color) .uc-navbar-item, .uc-tile-primary:not(.uc-preserve-color) .uc-navbar-item, .uc-tile-secondary:not(.uc-preserve-color) .uc-navbar-item {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-navbar-toggle, .uc-card-primary > :not([class*="uc-card-media"]) .uc-navbar-toggle, .uc-card-secondary.uc-card-body .uc-navbar-toggle, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-navbar-toggle, .uc-light .uc-navbar-toggle, .uc-offcanvas-bar .uc-navbar-toggle, .uc-overlay-primary .uc-navbar-toggle, .uc-section-primary:not(.uc-preserve-color) .uc-navbar-toggle, .uc-section-secondary:not(.uc-preserve-color) .uc-navbar-toggle, .uc-tile-primary:not(.uc-preserve-color) .uc-navbar-toggle, .uc-tile-secondary:not(.uc-preserve-color) .uc-navbar-toggle {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-navbar-toggle:hover, .uc-card-primary.uc-card-body .uc-navbar-toggle[aria-expanded="true"], .uc-card-primary > :not([class*="uc-card-media"]) .uc-navbar-toggle:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-navbar-toggle[aria-expanded="true"], .uc-card-secondary.uc-card-body .uc-navbar-toggle:hover, .uc-card-secondary.uc-card-body .uc-navbar-toggle[aria-expanded="true"], .uc-card-secondary > :not([class*="uc-card-media"]) .uc-navbar-toggle:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-navbar-toggle[aria-expanded="true"], .uc-light .uc-navbar-toggle:hover, .uc-light .uc-navbar-toggle[aria-expanded="true"], .uc-offcanvas-bar .uc-navbar-toggle:hover, .uc-offcanvas-bar .uc-navbar-toggle[aria-expanded="true"], .uc-overlay-primary .uc-navbar-toggle:hover, .uc-overlay-primary .uc-navbar-toggle[aria-expanded="true"], .uc-section-primary:not(.uc-preserve-color) .uc-navbar-toggle:hover, .uc-section-primary:not(.uc-preserve-color) .uc-navbar-toggle[aria-expanded="true"], .uc-section-secondary:not(.uc-preserve-color) .uc-navbar-toggle:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-navbar-toggle[aria-expanded="true"], .uc-tile-primary:not(.uc-preserve-color) .uc-navbar-toggle:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-navbar-toggle[aria-expanded="true"], .uc-tile-secondary:not(.uc-preserve-color) .uc-navbar-toggle:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-navbar-toggle[aria-expanded="true"] {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-subnav > * > :first-child, .uc-card-primary > :not([class*="uc-card-media"]) .uc-subnav > * > :first-child, .uc-card-secondary.uc-card-body .uc-subnav > * > :first-child, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-subnav > * > :first-child, .uc-light .uc-subnav > * > :first-child, .uc-offcanvas-bar .uc-subnav > * > :first-child, .uc-overlay-primary .uc-subnav > * > :first-child, .uc-section-primary:not(.uc-preserve-color) .uc-subnav > * > :first-child, .uc-section-secondary:not(.uc-preserve-color) .uc-subnav > * > :first-child, .uc-tile-primary:not(.uc-preserve-color) .uc-subnav > * > :first-child, .uc-tile-secondary:not(.uc-preserve-color) .uc-subnav > * > :first-child {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-subnav > * > a:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-subnav > * > a:hover, .uc-card-secondary.uc-card-body .uc-subnav > * > a:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-subnav > * > a:hover, .uc-light .uc-subnav > * > a:hover, .uc-offcanvas-bar .uc-subnav > * > a:hover, .uc-overlay-primary .uc-subnav > * > a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-subnav > * > a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-subnav > * > a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-subnav > * > a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-subnav > * > a:hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-subnav > .uc-active > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-subnav > .uc-active > a, .uc-card-secondary.uc-card-body .uc-subnav > .uc-active > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-subnav > .uc-active > a, .uc-light .uc-subnav > .uc-active > a, .uc-offcanvas-bar .uc-subnav > .uc-active > a, .uc-overlay-primary .uc-subnav > .uc-active > a, .uc-section-primary:not(.uc-preserve-color) .uc-subnav > .uc-active > a, .uc-section-secondary:not(.uc-preserve-color) .uc-subnav > .uc-active > a, .uc-tile-primary:not(.uc-preserve-color) .uc-subnav > .uc-active > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-subnav > .uc-active > a {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-subnav-divider > :nth-child(n+2):not(.uc-first-column):before, .uc-card-primary > :not([class*="uc-card-media"]) .uc-subnav-divider > :nth-child(n+2):not(.uc-first-column):before, .uc-card-secondary.uc-card-body .uc-subnav-divider > :nth-child(n+2):not(.uc-first-column):before, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-subnav-divider > :nth-child(n+2):not(.uc-first-column):before, .uc-light .uc-subnav-divider > :nth-child(n+2):not(.uc-first-column):before, .uc-offcanvas-bar .uc-subnav-divider > :nth-child(n+2):not(.uc-first-column):before, .uc-overlay-primary .uc-subnav-divider > :nth-child(n+2):not(.uc-first-column):before, .uc-section-primary:not(.uc-preserve-color) .uc-subnav-divider > :nth-child(n+2):not(.uc-first-column):before, .uc-section-secondary:not(.uc-preserve-color) .uc-subnav-divider > :nth-child(n+2):not(.uc-first-column):before, .uc-tile-primary:not(.uc-preserve-color) .uc-subnav-divider > :nth-child(n+2):not(.uc-first-column):before, .uc-tile-secondary:not(.uc-preserve-color) .uc-subnav-divider > :nth-child(n+2):not(.uc-first-column):before {
  border-left-color: #fff3;
}

.uc-card-primary.uc-card-body .uc-subnav-pill > * > :first-child, .uc-card-primary > :not([class*="uc-card-media"]) .uc-subnav-pill > * > :first-child, .uc-card-secondary.uc-card-body .uc-subnav-pill > * > :first-child, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-subnav-pill > * > :first-child, .uc-light .uc-subnav-pill > * > :first-child, .uc-offcanvas-bar .uc-subnav-pill > * > :first-child, .uc-overlay-primary .uc-subnav-pill > * > :first-child, .uc-section-primary:not(.uc-preserve-color) .uc-subnav-pill > * > :first-child, .uc-section-secondary:not(.uc-preserve-color) .uc-subnav-pill > * > :first-child, .uc-tile-primary:not(.uc-preserve-color) .uc-subnav-pill > * > :first-child, .uc-tile-secondary:not(.uc-preserve-color) .uc-subnav-pill > * > :first-child {
  background-color: #0000;
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-subnav-pill > * > a:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-subnav-pill > * > a:hover, .uc-card-secondary.uc-card-body .uc-subnav-pill > * > a:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-subnav-pill > * > a:hover, .uc-light .uc-subnav-pill > * > a:hover, .uc-offcanvas-bar .uc-subnav-pill > * > a:hover, .uc-overlay-primary .uc-subnav-pill > * > a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-subnav-pill > * > a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-subnav-pill > * > a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-subnav-pill > * > a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-subnav-pill > * > a:hover {
  background-color: #ffffff1a;
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-subnav-pill > * > a:active, .uc-card-primary > :not([class*="uc-card-media"]) .uc-subnav-pill > * > a:active, .uc-card-secondary.uc-card-body .uc-subnav-pill > * > a:active, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-subnav-pill > * > a:active, .uc-light .uc-subnav-pill > * > a:active, .uc-offcanvas-bar .uc-subnav-pill > * > a:active, .uc-overlay-primary .uc-subnav-pill > * > a:active, .uc-section-primary:not(.uc-preserve-color) .uc-subnav-pill > * > a:active, .uc-section-secondary:not(.uc-preserve-color) .uc-subnav-pill > * > a:active, .uc-tile-primary:not(.uc-preserve-color) .uc-subnav-pill > * > a:active, .uc-tile-secondary:not(.uc-preserve-color) .uc-subnav-pill > * > a:active {
  background-color: #ffffff1a;
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-subnav-pill > .uc-active > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-subnav-pill > .uc-active > a, .uc-card-secondary.uc-card-body .uc-subnav-pill > .uc-active > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-subnav-pill > .uc-active > a, .uc-light .uc-subnav-pill > .uc-active > a, .uc-offcanvas-bar .uc-subnav-pill > .uc-active > a, .uc-overlay-primary .uc-subnav-pill > .uc-active > a, .uc-section-primary:not(.uc-preserve-color) .uc-subnav-pill > .uc-active > a, .uc-section-secondary:not(.uc-preserve-color) .uc-subnav-pill > .uc-active > a, .uc-tile-primary:not(.uc-preserve-color) .uc-subnav-pill > .uc-active > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-subnav-pill > .uc-active > a {
  background-color: #fff;
  color: #666;
}

.uc-card-primary.uc-card-body .uc-subnav > .uc-disabled > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-subnav > .uc-disabled > a, .uc-card-secondary.uc-card-body .uc-subnav > .uc-disabled > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-subnav > .uc-disabled > a, .uc-light .uc-subnav > .uc-disabled > a, .uc-offcanvas-bar .uc-subnav > .uc-disabled > a, .uc-overlay-primary .uc-subnav > .uc-disabled > a, .uc-section-primary:not(.uc-preserve-color) .uc-subnav > .uc-disabled > a, .uc-section-secondary:not(.uc-preserve-color) .uc-subnav > .uc-disabled > a, .uc-tile-primary:not(.uc-preserve-color) .uc-subnav > .uc-disabled > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-subnav > .uc-disabled > a {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-breadcrumb > * > *, .uc-card-primary > :not([class*="uc-card-media"]) .uc-breadcrumb > * > *, .uc-card-secondary.uc-card-body .uc-breadcrumb > * > *, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-breadcrumb > * > *, .uc-light .uc-breadcrumb > * > *, .uc-offcanvas-bar .uc-breadcrumb > * > *, .uc-overlay-primary .uc-breadcrumb > * > *, .uc-section-primary:not(.uc-preserve-color) .uc-breadcrumb > * > *, .uc-section-secondary:not(.uc-preserve-color) .uc-breadcrumb > * > *, .uc-tile-primary:not(.uc-preserve-color) .uc-breadcrumb > * > *, .uc-tile-secondary:not(.uc-preserve-color) .uc-breadcrumb > * > * {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-breadcrumb > * > :hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-breadcrumb > * > :hover, .uc-card-secondary.uc-card-body .uc-breadcrumb > * > :hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-breadcrumb > * > :hover, .uc-light .uc-breadcrumb > * > :hover, .uc-offcanvas-bar .uc-breadcrumb > * > :hover, .uc-overlay-primary .uc-breadcrumb > * > :hover, .uc-section-primary:not(.uc-preserve-color) .uc-breadcrumb > * > :hover, .uc-section-secondary:not(.uc-preserve-color) .uc-breadcrumb > * > :hover, .uc-tile-primary:not(.uc-preserve-color) .uc-breadcrumb > * > :hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-breadcrumb > * > :hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-breadcrumb > :last-child > *, .uc-card-primary > :not([class*="uc-card-media"]) .uc-breadcrumb > :last-child > *, .uc-card-secondary.uc-card-body .uc-breadcrumb > :last-child > *, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-breadcrumb > :last-child > *, .uc-light .uc-breadcrumb > :last-child > *, .uc-offcanvas-bar .uc-breadcrumb > :last-child > *, .uc-overlay-primary .uc-breadcrumb > :last-child > *, .uc-section-primary:not(.uc-preserve-color) .uc-breadcrumb > :last-child > *, .uc-section-secondary:not(.uc-preserve-color) .uc-breadcrumb > :last-child > *, .uc-tile-primary:not(.uc-preserve-color) .uc-breadcrumb > :last-child > *, .uc-tile-secondary:not(.uc-preserve-color) .uc-breadcrumb > :last-child > * {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-breadcrumb > :nth-child(n+2):not(.uc-first-column):before, .uc-card-primary > :not([class*="uc-card-media"]) .uc-breadcrumb > :nth-child(n+2):not(.uc-first-column):before, .uc-card-secondary.uc-card-body .uc-breadcrumb > :nth-child(n+2):not(.uc-first-column):before, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-breadcrumb > :nth-child(n+2):not(.uc-first-column):before, .uc-light .uc-breadcrumb > :nth-child(n+2):not(.uc-first-column):before, .uc-offcanvas-bar .uc-breadcrumb > :nth-child(n+2):not(.uc-first-column):before, .uc-overlay-primary .uc-breadcrumb > :nth-child(n+2):not(.uc-first-column):before, .uc-section-primary:not(.uc-preserve-color) .uc-breadcrumb > :nth-child(n+2):not(.uc-first-column):before, .uc-section-secondary:not(.uc-preserve-color) .uc-breadcrumb > :nth-child(n+2):not(.uc-first-column):before, .uc-tile-primary:not(.uc-preserve-color) .uc-breadcrumb > :nth-child(n+2):not(.uc-first-column):before, .uc-tile-secondary:not(.uc-preserve-color) .uc-breadcrumb > :nth-child(n+2):not(.uc-first-column):before {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-pagination > * > *, .uc-card-primary > :not([class*="uc-card-media"]) .uc-pagination > * > *, .uc-card-secondary.uc-card-body .uc-pagination > * > *, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-pagination > * > *, .uc-light .uc-pagination > * > *, .uc-offcanvas-bar .uc-pagination > * > *, .uc-overlay-primary .uc-pagination > * > *, .uc-section-primary:not(.uc-preserve-color) .uc-pagination > * > *, .uc-section-secondary:not(.uc-preserve-color) .uc-pagination > * > *, .uc-tile-primary:not(.uc-preserve-color) .uc-pagination > * > *, .uc-tile-secondary:not(.uc-preserve-color) .uc-pagination > * > * {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-pagination > * > :hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-pagination > * > :hover, .uc-card-secondary.uc-card-body .uc-pagination > * > :hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-pagination > * > :hover, .uc-light .uc-pagination > * > :hover, .uc-offcanvas-bar .uc-pagination > * > :hover, .uc-overlay-primary .uc-pagination > * > :hover, .uc-section-primary:not(.uc-preserve-color) .uc-pagination > * > :hover, .uc-section-secondary:not(.uc-preserve-color) .uc-pagination > * > :hover, .uc-tile-primary:not(.uc-preserve-color) .uc-pagination > * > :hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-pagination > * > :hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-pagination > .uc-active > *, .uc-card-primary > :not([class*="uc-card-media"]) .uc-pagination > .uc-active > *, .uc-card-secondary.uc-card-body .uc-pagination > .uc-active > *, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-pagination > .uc-active > *, .uc-light .uc-pagination > .uc-active > *, .uc-offcanvas-bar .uc-pagination > .uc-active > *, .uc-overlay-primary .uc-pagination > .uc-active > *, .uc-section-primary:not(.uc-preserve-color) .uc-pagination > .uc-active > *, .uc-section-secondary:not(.uc-preserve-color) .uc-pagination > .uc-active > *, .uc-tile-primary:not(.uc-preserve-color) .uc-pagination > .uc-active > *, .uc-tile-secondary:not(.uc-preserve-color) .uc-pagination > .uc-active > * {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-pagination > .uc-disabled > *, .uc-card-primary > :not([class*="uc-card-media"]) .uc-pagination > .uc-disabled > *, .uc-card-secondary.uc-card-body .uc-pagination > .uc-disabled > *, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-pagination > .uc-disabled > *, .uc-light .uc-pagination > .uc-disabled > *, .uc-offcanvas-bar .uc-pagination > .uc-disabled > *, .uc-overlay-primary .uc-pagination > .uc-disabled > *, .uc-section-primary:not(.uc-preserve-color) .uc-pagination > .uc-disabled > *, .uc-section-secondary:not(.uc-preserve-color) .uc-pagination > .uc-disabled > *, .uc-tile-primary:not(.uc-preserve-color) .uc-pagination > .uc-disabled > *, .uc-tile-secondary:not(.uc-preserve-color) .uc-pagination > .uc-disabled > * {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-tab > * > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-tab > * > a, .uc-card-secondary.uc-card-body .uc-tab > * > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-tab > * > a, .uc-light .uc-tab > * > a, .uc-offcanvas-bar .uc-tab > * > a, .uc-overlay-primary .uc-tab > * > a, .uc-section-primary:not(.uc-preserve-color) .uc-tab > * > a, .uc-section-secondary:not(.uc-preserve-color) .uc-tab > * > a, .uc-tile-primary:not(.uc-preserve-color) .uc-tab > * > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-tab > * > a {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-tab > * > a:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-tab > * > a:hover, .uc-card-secondary.uc-card-body .uc-tab > * > a:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-tab > * > a:hover, .uc-light .uc-tab > * > a:hover, .uc-offcanvas-bar .uc-tab > * > a:hover, .uc-overlay-primary .uc-tab > * > a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-tab > * > a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-tab > * > a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-tab > * > a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-tab > * > a:hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-tab > .uc-active > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-tab > .uc-active > a, .uc-card-secondary.uc-card-body .uc-tab > .uc-active > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-tab > .uc-active > a, .uc-light .uc-tab > .uc-active > a, .uc-offcanvas-bar .uc-tab > .uc-active > a, .uc-overlay-primary .uc-tab > .uc-active > a, .uc-section-primary:not(.uc-preserve-color) .uc-tab > .uc-active > a, .uc-section-secondary:not(.uc-preserve-color) .uc-tab > .uc-active > a, .uc-tile-primary:not(.uc-preserve-color) .uc-tab > .uc-active > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-tab > .uc-active > a {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-tab > .uc-disabled > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-tab > .uc-disabled > a, .uc-card-secondary.uc-card-body .uc-tab > .uc-disabled > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-tab > .uc-disabled > a, .uc-light .uc-tab > .uc-disabled > a, .uc-offcanvas-bar .uc-tab > .uc-disabled > a, .uc-overlay-primary .uc-tab > .uc-disabled > a, .uc-section-primary:not(.uc-preserve-color) .uc-tab > .uc-disabled > a, .uc-section-secondary:not(.uc-preserve-color) .uc-tab > .uc-disabled > a, .uc-tile-primary:not(.uc-preserve-color) .uc-tab > .uc-disabled > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-tab > .uc-disabled > a {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-slidenav, .uc-card-primary > :not([class*="uc-card-media"]) .uc-slidenav, .uc-card-secondary.uc-card-body .uc-slidenav, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-slidenav, .uc-light .uc-slidenav, .uc-offcanvas-bar .uc-slidenav, .uc-overlay-primary .uc-slidenav, .uc-section-primary:not(.uc-preserve-color) .uc-slidenav, .uc-section-secondary:not(.uc-preserve-color) .uc-slidenav, .uc-tile-primary:not(.uc-preserve-color) .uc-slidenav, .uc-tile-secondary:not(.uc-preserve-color) .uc-slidenav {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-slidenav:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-slidenav:hover, .uc-card-secondary.uc-card-body .uc-slidenav:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-slidenav:hover, .uc-light .uc-slidenav:hover, .uc-offcanvas-bar .uc-slidenav:hover, .uc-overlay-primary .uc-slidenav:hover, .uc-section-primary:not(.uc-preserve-color) .uc-slidenav:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-slidenav:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-slidenav:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-slidenav:hover {
  color: #fffffff2;
}

.uc-card-primary.uc-card-body .uc-slidenav:active, .uc-card-primary > :not([class*="uc-card-media"]) .uc-slidenav:active, .uc-card-secondary.uc-card-body .uc-slidenav:active, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-slidenav:active, .uc-light .uc-slidenav:active, .uc-offcanvas-bar .uc-slidenav:active, .uc-overlay-primary .uc-slidenav:active, .uc-section-primary:not(.uc-preserve-color) .uc-slidenav:active, .uc-section-secondary:not(.uc-preserve-color) .uc-slidenav:active, .uc-tile-primary:not(.uc-preserve-color) .uc-slidenav:active, .uc-tile-secondary:not(.uc-preserve-color) .uc-slidenav:active {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-dotnav > * > *, .uc-card-primary > :not([class*="uc-card-media"]) .uc-dotnav > * > *, .uc-card-secondary.uc-card-body .uc-dotnav > * > *, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-dotnav > * > *, .uc-light .uc-dotnav > * > *, .uc-offcanvas-bar .uc-dotnav > * > *, .uc-overlay-primary .uc-dotnav > * > *, .uc-section-primary:not(.uc-preserve-color) .uc-dotnav > * > *, .uc-section-secondary:not(.uc-preserve-color) .uc-dotnav > * > *, .uc-tile-primary:not(.uc-preserve-color) .uc-dotnav > * > *, .uc-tile-secondary:not(.uc-preserve-color) .uc-dotnav > * > * {
  background-color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-dotnav > * > :hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-dotnav > * > :hover, .uc-card-secondary.uc-card-body .uc-dotnav > * > :hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-dotnav > * > :hover, .uc-light .uc-dotnav > * > :hover, .uc-offcanvas-bar .uc-dotnav > * > :hover, .uc-overlay-primary .uc-dotnav > * > :hover, .uc-section-primary:not(.uc-preserve-color) .uc-dotnav > * > :hover, .uc-section-secondary:not(.uc-preserve-color) .uc-dotnav > * > :hover, .uc-tile-primary:not(.uc-preserve-color) .uc-dotnav > * > :hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-dotnav > * > :hover {
  background-color: #ffffffe6;
}

.uc-card-primary.uc-card-body .uc-dotnav > * > :active, .uc-card-primary > :not([class*="uc-card-media"]) .uc-dotnav > * > :active, .uc-card-secondary.uc-card-body .uc-dotnav > * > :active, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-dotnav > * > :active, .uc-light .uc-dotnav > * > :active, .uc-offcanvas-bar .uc-dotnav > * > :active, .uc-overlay-primary .uc-dotnav > * > :active, .uc-section-primary:not(.uc-preserve-color) .uc-dotnav > * > :active, .uc-section-secondary:not(.uc-preserve-color) .uc-dotnav > * > :active, .uc-tile-primary:not(.uc-preserve-color) .uc-dotnav > * > :active, .uc-tile-secondary:not(.uc-preserve-color) .uc-dotnav > * > :active {
  background-color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-dotnav > .uc-active > *, .uc-card-primary > :not([class*="uc-card-media"]) .uc-dotnav > .uc-active > *, .uc-card-secondary.uc-card-body .uc-dotnav > .uc-active > *, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-dotnav > .uc-active > *, .uc-light .uc-dotnav > .uc-active > *, .uc-offcanvas-bar .uc-dotnav > .uc-active > *, .uc-overlay-primary .uc-dotnav > .uc-active > *, .uc-section-primary:not(.uc-preserve-color) .uc-dotnav > .uc-active > *, .uc-section-secondary:not(.uc-preserve-color) .uc-dotnav > .uc-active > *, .uc-tile-primary:not(.uc-preserve-color) .uc-dotnav > .uc-active > *, .uc-tile-secondary:not(.uc-preserve-color) .uc-dotnav > .uc-active > * {
  background-color: #ffffffe6;
}

.uc-card-primary.uc-card-body .uc-iconnav > * > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-iconnav > * > a, .uc-card-secondary.uc-card-body .uc-iconnav > * > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-iconnav > * > a, .uc-light .uc-iconnav > * > a, .uc-offcanvas-bar .uc-iconnav > * > a, .uc-overlay-primary .uc-iconnav > * > a, .uc-section-primary:not(.uc-preserve-color) .uc-iconnav > * > a, .uc-section-secondary:not(.uc-preserve-color) .uc-iconnav > * > a, .uc-tile-primary:not(.uc-preserve-color) .uc-iconnav > * > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-iconnav > * > a {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-iconnav > * > a:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-iconnav > * > a:hover, .uc-card-secondary.uc-card-body .uc-iconnav > * > a:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-iconnav > * > a:hover, .uc-light .uc-iconnav > * > a:hover, .uc-offcanvas-bar .uc-iconnav > * > a:hover, .uc-overlay-primary .uc-iconnav > * > a:hover, .uc-section-primary:not(.uc-preserve-color) .uc-iconnav > * > a:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-iconnav > * > a:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-iconnav > * > a:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-iconnav > * > a:hover {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-iconnav > .uc-active > a, .uc-card-primary > :not([class*="uc-card-media"]) .uc-iconnav > .uc-active > a, .uc-card-secondary.uc-card-body .uc-iconnav > .uc-active > a, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-iconnav > .uc-active > a, .uc-light .uc-iconnav > .uc-active > a, .uc-offcanvas-bar .uc-iconnav > .uc-active > a, .uc-overlay-primary .uc-iconnav > .uc-active > a, .uc-section-primary:not(.uc-preserve-color) .uc-iconnav > .uc-active > a, .uc-section-secondary:not(.uc-preserve-color) .uc-iconnav > .uc-active > a, .uc-tile-primary:not(.uc-preserve-color) .uc-iconnav > .uc-active > a, .uc-tile-secondary:not(.uc-preserve-color) .uc-iconnav > .uc-active > a {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-text-lead, .uc-card-primary > :not([class*="uc-card-media"]) .uc-text-lead, .uc-card-secondary.uc-card-body .uc-text-lead, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-text-lead, .uc-light .uc-text-lead, .uc-offcanvas-bar .uc-text-lead, .uc-overlay-primary .uc-text-lead, .uc-section-primary:not(.uc-preserve-color) .uc-text-lead, .uc-section-secondary:not(.uc-preserve-color) .uc-text-lead, .uc-tile-primary:not(.uc-preserve-color) .uc-text-lead, .uc-tile-secondary:not(.uc-preserve-color) .uc-text-lead {
  color: #ffffffb3;
}

.uc-card-primary.uc-card-body .uc-text-meta, .uc-card-primary > :not([class*="uc-card-media"]) .uc-text-meta, .uc-card-secondary.uc-card-body .uc-text-meta, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-text-meta, .uc-light .uc-text-meta, .uc-offcanvas-bar .uc-text-meta, .uc-overlay-primary .uc-text-meta, .uc-section-primary:not(.uc-preserve-color) .uc-text-meta, .uc-section-secondary:not(.uc-preserve-color) .uc-text-meta, .uc-tile-primary:not(.uc-preserve-color) .uc-text-meta, .uc-tile-secondary:not(.uc-preserve-color) .uc-text-meta {
  color: #ffffff80;
}

.uc-card-primary.uc-card-body .uc-text-muted, .uc-card-primary > :not([class*="uc-card-media"]) .uc-text-muted, .uc-card-secondary.uc-card-body .uc-text-muted, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-text-muted, .uc-light .uc-text-muted, .uc-offcanvas-bar .uc-text-muted, .uc-overlay-primary .uc-text-muted, .uc-section-primary:not(.uc-preserve-color) .uc-text-muted, .uc-section-secondary:not(.uc-preserve-color) .uc-text-muted, .uc-tile-primary:not(.uc-preserve-color) .uc-text-muted, .uc-tile-secondary:not(.uc-preserve-color) .uc-text-muted {
  color: #ffffff80 !important;
}

.uc-card-primary.uc-card-body .uc-text-emphasis, .uc-card-primary > :not([class*="uc-card-media"]) .uc-text-emphasis, .uc-card-secondary.uc-card-body .uc-text-emphasis, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-text-emphasis, .uc-light .uc-text-emphasis, .uc-offcanvas-bar .uc-text-emphasis, .uc-overlay-primary .uc-text-emphasis, .uc-section-primary:not(.uc-preserve-color) .uc-text-emphasis, .uc-section-secondary:not(.uc-preserve-color) .uc-text-emphasis, .uc-tile-primary:not(.uc-preserve-color) .uc-text-emphasis, .uc-tile-secondary:not(.uc-preserve-color) .uc-text-emphasis {
  color: #fff !important;
}

.uc-card-primary.uc-card-body .uc-text-primary, .uc-card-primary > :not([class*="uc-card-media"]) .uc-text-primary, .uc-card-secondary.uc-card-body .uc-text-primary, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-text-primary, .uc-light .uc-text-primary, .uc-offcanvas-bar .uc-text-primary, .uc-overlay-primary .uc-text-primary, .uc-section-primary:not(.uc-preserve-color) .uc-text-primary, .uc-section-secondary:not(.uc-preserve-color) .uc-text-primary, .uc-tile-primary:not(.uc-preserve-color) .uc-text-primary, .uc-tile-secondary:not(.uc-preserve-color) .uc-text-primary {
  color: #fff !important;
}

.uc-card-primary.uc-card-body .uc-text-secondary, .uc-card-primary > :not([class*="uc-card-media"]) .uc-text-secondary, .uc-card-secondary.uc-card-body .uc-text-secondary, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-text-secondary, .uc-light .uc-text-secondary, .uc-offcanvas-bar .uc-text-secondary, .uc-overlay-primary .uc-text-secondary, .uc-section-primary:not(.uc-preserve-color) .uc-text-secondary, .uc-section-secondary:not(.uc-preserve-color) .uc-text-secondary, .uc-tile-primary:not(.uc-preserve-color) .uc-text-secondary, .uc-tile-secondary:not(.uc-preserve-color) .uc-text-secondary {
  color: #fff !important;
}

.uc-card-primary.uc-card-body .uc-column-divider, .uc-card-primary > :not([class*="uc-card-media"]) .uc-column-divider, .uc-card-secondary.uc-card-body .uc-column-divider, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-column-divider, .uc-light .uc-column-divider, .uc-offcanvas-bar .uc-column-divider, .uc-overlay-primary .uc-column-divider, .uc-section-primary:not(.uc-preserve-color) .uc-column-divider, .uc-section-secondary:not(.uc-preserve-color) .uc-column-divider, .uc-tile-primary:not(.uc-preserve-color) .uc-column-divider, .uc-tile-secondary:not(.uc-preserve-color) .uc-column-divider {
  column-rule-color: #fff3;
}

.uc-card-primary.uc-card-body .uc-logo, .uc-card-primary > :not([class*="uc-card-media"]) .uc-logo, .uc-card-secondary.uc-card-body .uc-logo, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-logo, .uc-light .uc-logo, .uc-offcanvas-bar .uc-logo, .uc-overlay-primary .uc-logo, .uc-section-primary:not(.uc-preserve-color) .uc-logo, .uc-section-secondary:not(.uc-preserve-color) .uc-logo, .uc-tile-primary:not(.uc-preserve-color) .uc-logo, .uc-tile-secondary:not(.uc-preserve-color) .uc-logo {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-logo:hover, .uc-card-primary > :not([class*="uc-card-media"]) .uc-logo:hover, .uc-card-secondary.uc-card-body .uc-logo:hover, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-logo:hover, .uc-light .uc-logo:hover, .uc-offcanvas-bar .uc-logo:hover, .uc-overlay-primary .uc-logo:hover, .uc-section-primary:not(.uc-preserve-color) .uc-logo:hover, .uc-section-secondary:not(.uc-preserve-color) .uc-logo:hover, .uc-tile-primary:not(.uc-preserve-color) .uc-logo:hover, .uc-tile-secondary:not(.uc-preserve-color) .uc-logo:hover {
  color: #fff;
}

.uc-card-primary.uc-card-body .uc-logo:has(.uc-logo-inverse) > :not(picture:has(.uc-logo-inverse)):not(.uc-logo-inverse), .uc-card-primary > :not([class*="uc-card-media"]) .uc-logo:has(.uc-logo-inverse) > :not(picture:has(.uc-logo-inverse)):not(.uc-logo-inverse), .uc-card-secondary.uc-card-body .uc-logo:has(.uc-logo-inverse) > :not(picture:has(.uc-logo-inverse)):not(.uc-logo-inverse), .uc-card-secondary > :not([class*="uc-card-media"]) .uc-logo:has(.uc-logo-inverse) > :not(picture:has(.uc-logo-inverse)):not(.uc-logo-inverse), .uc-light .uc-logo:has(.uc-logo-inverse) > :not(picture:has(.uc-logo-inverse)):not(.uc-logo-inverse), .uc-offcanvas-bar .uc-logo:has(.uc-logo-inverse) > :not(picture:has(.uc-logo-inverse)):not(.uc-logo-inverse), .uc-overlay-primary .uc-logo:has(.uc-logo-inverse) > :not(picture:has(.uc-logo-inverse)):not(.uc-logo-inverse), .uc-section-primary:not(.uc-preserve-color) .uc-logo:has(.uc-logo-inverse) > :not(picture:has(.uc-logo-inverse)):not(.uc-logo-inverse), .uc-section-secondary:not(.uc-preserve-color) .uc-logo:has(.uc-logo-inverse) > :not(picture:has(.uc-logo-inverse)):not(.uc-logo-inverse), .uc-tile-primary:not(.uc-preserve-color) .uc-logo:has(.uc-logo-inverse) > :not(picture:has(.uc-logo-inverse)):not(.uc-logo-inverse), .uc-tile-secondary:not(.uc-preserve-color) .uc-logo:has(.uc-logo-inverse) > :not(picture:has(.uc-logo-inverse)):not(.uc-logo-inverse) {
  display: none;
}

.uc-card-primary.uc-card-body .uc-logo-inverse, .uc-card-primary > :not([class*="uc-card-media"]) .uc-logo-inverse, .uc-card-secondary.uc-card-body .uc-logo-inverse, .uc-card-secondary > :not([class*="uc-card-media"]) .uc-logo-inverse, .uc-light .uc-logo-inverse, .uc-offcanvas-bar .uc-logo-inverse, .uc-overlay-primary .uc-logo-inverse, .uc-section-primary:not(.uc-preserve-color) .uc-logo-inverse, .uc-section-secondary:not(.uc-preserve-color) .uc-logo-inverse, .uc-tile-primary:not(.uc-preserve-color) .uc-logo-inverse, .uc-tile-secondary:not(.uc-preserve-color) .uc-logo-inverse {
  display: block;
}

* {
  --uc-inverse: initial;
}

.uc-card-primary.uc-card-body, .uc-card-primary > :not([class*="uc-card-media"]), .uc-card-secondary.uc-card-body, .uc-card-secondary > :not([class*="uc-card-media"]), .uc-light, .uc-offcanvas-bar, .uc-overlay-primary, .uc-section-primary:not(.uc-preserve-color), .uc-section-secondary:not(.uc-preserve-color), .uc-tile-primary:not(.uc-preserve-color), .uc-tile-secondary:not(.uc-preserve-color) {
  --uc-inverse: light;
}

.uc-card-default.uc-card-body, .uc-card-default > :not([class*="uc-card-media"]), .uc-dark, .uc-dropbar, .uc-dropdown, .uc-navbar-container:not(.uc-navbar-transparent), .uc-navbar-dropdown, .uc-overlay-default, .uc-section-default:not(.uc-preserve-color), .uc-section-muted:not(.uc-preserve-color), .uc-tile-default:not(.uc-preserve-color), .uc-tile-muted:not(.uc-preserve-color) {
  --uc-inverse: dark;
}

.uc-inverse-light {
  --uc-inverse: light !important;
}

.uc-inverse-dark {
  --uc-inverse: dark !important;
}

@media print {
  *, :after, :before {
    background: none !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img, tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }

  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}


/* [project]/public/assets/css/unicons.min.css [app-client] (css, ) */
@font-face {
  font-family: Unicons;
  src: url("../media/Unicons.9fe18cec.eot");
  src: url("../media/Unicons.9fe18cec.eot") format("embedded-opentype"), url("../media/Unicons.dcf3c92c.ttf") format("truetype"), url("../media/Unicons.094c9795.woff") format("woff"), url("../media/Unicons.1f1d247a.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="unicon-"], [class*=" unicon-"] {
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Unicons !important;
}

.unicon-grid-filled:before {
  content: "";
}

.unicon-logo-facebook-alt:before {
  content: "";
}

.unicon-shopping-basket:before {
  content: "";
}

.unicon-logo-dribbble:before {
  content: "";
}

.unicon-cart:before {
  content: "";
}

.unicon-cloud:before {
  content: "";
}

.unicon-download-cloud:before {
  content: "";
}

.unicon-drizzle-cloud:before {
  content: "";
}

.unicon-lightning-cloud:before {
  content: "";
}

.unicon-message-circle:before {
  content: "";
}

.unicon-message-square:before {
  content: "";
}

.unicon-rain-cloud:before {
  content: "";
}

.unicon-snow-cloud:before {
  content: "";
}

.unicon-sun:before {
  content: "";
}

.unicon-sunrise:before {
  content: "";
}

.unicon-sunset:before {
  content: "";
}

.unicon-thermometer:before {
  content: "";
}

.unicon-umbrella1:before {
  content: "";
}

.unicon-upload-cloud:before {
  content: "";
}

.unicon-wind:before {
  content: "";
}

.unicon-document-alt-filled:before {
  content: "";
}

.unicon-document-alt:before {
  content: "";
}

.unicon-document-blank-filled:before {
  content: "";
}

.unicon-folder-filled:before {
  content: "";
}

.unicon-user-group-filled:before {
  content: "";
}

.unicon-image-gallery-filled:before {
  content: "";
}

.unicon-image-slider-filled:before {
  content: "";
}

.unicon-checkbox-checked-filled:before {
  content: "";
}

.unicon-checkmark-alt:before {
  content: "";
}

.unicon-checkmark-outline-filled:before {
  content: "";
}

.unicon-email-filled:before {
  content: "";
}

.unicon-image-filled:before {
  content: "";
}

.unicon-star-half-alt-filled:before {
  content: "";
}

.unicon-star-half-filled:before {
  content: "";
}

.unicon-trophy-filled:before {
  content: "";
}

.unicon-view-alt-filled:before {
  content: "";
}

.unicon-delete-filled:before {
  content: "";
}

.unicon-add-alt-filled:before {
  content: "";
}

.unicon-asleep-filled:before {
  content: "";
}

.unicon-blog-filled:before {
  content: "";
}

.unicon-bookmark-filled:before {
  content: "";
}

.unicon-data-1-filled:before {
  content: "";
}

.unicon-home-filled:before {
  content: "";
}

.unicon-idea-filled:before {
  content: "";
}

.unicon-layers-filled:before {
  content: "";
}

.unicon-location-filled:before {
  content: "";
}

.unicon-locked-filled:before {
  content: "";
}

.unicon-logo-instagram-filled:before {
  content: "";
}

.unicon-logo-x-filled:before {
  content: "";
}

.unicon-logo-x:before {
  content: "";
}

.unicon-phone-filled:before {
  content: "";
}

.unicon-printer-filled:before {
  content: "";
}

.unicon-reply-filled:before {
  content: "";
}

.unicon-request-quote-filled:before {
  content: "";
}

.unicon-security-filled:before {
  content: "";
}

.unicon-settings-adjust-filled:before {
  content: "";
}

.unicon-settings-filled:before {
  content: "";
}

.unicon-share-filled:before {
  content: "";
}

.unicon-shopping-cart-alt-filled:before {
  content: "";
}

.unicon-shopping-cart-alt:before {
  content: "";
}

.unicon-shopping-cart-filled:before {
  content: "";
}

.unicon-skill-level-filled:before {
  content: "";
}

.unicon-sub-volume-filled:before {
  content: "";
}

.unicon-tag-filled:before {
  content: "";
}

.unicon-tag-group-filled:before {
  content: "";
}

.unicon-time-filled:before {
  content: "";
}

.unicon-tools-filled:before {
  content: "";
}

.unicon-unlocked-filled:before {
  content: "";
}

.unicon-user-filled:before {
  content: "";
}

.unicon-account:before {
  content: "";
}

.unicon-activity:before {
  content: "";
}

.unicon-add-alt:before {
  content: "";
}

.unicon-add:before {
  content: "";
}

.unicon-airplay-filled:before {
  content: "";
}

.unicon-airplay:before {
  content: "";
}

.unicon-airport-location:before {
  content: "";
}

.unicon-analytics:before {
  content: "";
}

.unicon-api:before {
  content: "";
}

.unicon-archive:before {
  content: "";
}

.unicon-area:before {
  content: "";
}

.unicon-arrow-down:before {
  content: "";
}

.unicon-arrow-left:before {
  content: "";
}

.unicon-arrow-right:before {
  content: "";
}

.unicon-arrow-up-right:before {
  content: "";
}

.unicon-arrow-up:before {
  content: "";
}

.unicon-asleep:before {
  content: "";
}

.unicon-attachment:before {
  content: "";
}

.unicon-audio-console:before {
  content: "";
}

.unicon-augmented-reality:before {
  content: "";
}

.unicon-auto-scroll:before {
  content: "";
}

.unicon-awake:before {
  content: "";
}

.unicon-back-to-top:before {
  content: "";
}

.unicon-bar:before {
  content: "";
}

.unicon-barrier:before {
  content: "";
}

.unicon-bastion-host:before {
  content: "";
}

.unicon-blog:before {
  content: "";
}

.unicon-book:before {
  content: "";
}

.unicon-bookmark-add:before {
  content: "";
}

.unicon-bookmark:before {
  content: "";
}

.unicon-box:before {
  content: "";
}

.unicon-brightness-contrast:before {
  content: "";
}

.unicon-brush-freehand:before {
  content: "";
}

.unicon-building:before {
  content: "";
}

.unicon-calendar:before {
  content: "";
}

.unicon-camera:before {
  content: "";
}

.unicon-carbon:before {
  content: "";
}

.unicon-caret-down:before {
  content: "";
}

.unicon-caret-left:before {
  content: "";
}

.unicon-caret-right:before {
  content: "";
}

.unicon-caret-sort:before {
  content: "";
}

.unicon-caret-up:before {
  content: "";
}

.unicon-carousel-horizontal:before {
  content: "";
}

.unicon-carousel-vertical:before {
  content: "";
}

.unicon-categories:before {
  content: "";
}

.unicon-cd-archive:before {
  content: "";
}

.unicon-center-circle:before {
  content: "";
}

.unicon-center-to-fit:before {
  content: "";
}

.unicon-certificate:before {
  content: "";
}

.unicon-chart-column:before {
  content: "";
}

.unicon-chart-line-data:before {
  content: "";
}

.unicon-chart-pie:before {
  content: "";
}

.unicon-chart-ring:before {
  content: "";
}

.unicon-chart-stacked:before {
  content: "";
}

.unicon-chart-treemap:before {
  content: "";
}

.unicon-chart-venn-diagram:before {
  content: "";
}

.unicon-chat-bot:before {
  content: "";
}

.unicon-chat-launch:before {
  content: "";
}

.unicon-chat:before {
  content: "";
}

.unicon-checkbox-checked:before {
  content: "";
}

.unicon-checkbox:before {
  content: "";
}

.unicon-checkmark-outline:before {
  content: "";
}

.unicon-checkmark:before {
  content: "";
}

.unicon-chevron-down:before {
  content: "";
}

.unicon-chevron-left:before {
  content: "";
}

.unicon-chevron-mini:before {
  content: "";
}

.unicon-chevron-right:before {
  content: "";
}

.unicon-chevron-sort-down:before {
  content: "";
}

.unicon-chevron-sort-up:before {
  content: "";
}

.unicon-chevron-sort:before {
  content: "";
}

.unicon-chevron-up:before {
  content: "";
}

.unicon-circle-dash:before {
  content: "";
}

.unicon-circle-measurement:before {
  content: "";
}

.unicon-clean:before {
  content: "";
}

.unicon-close-outline:before {
  content: "";
}

.unicon-close:before {
  content: "";
}

.unicon-cloud-download:before {
  content: "";
}

.unicon-cloud-lightning:before {
  content: "";
}

.unicon-cloud-satellite:before {
  content: "";
}

.unicon-cloud-upload:before {
  content: "";
}

.unicon-cobb-angle:before {
  content: "";
}

.unicon-code:before {
  content: "";
}

.unicon-collaborate:before {
  content: "";
}

.unicon-collapse-all:before {
  content: "";
}

.unicon-color-palette:before {
  content: "";
}

.unicon-color-switch:before {
  content: "";
}

.unicon-column:before {
  content: "";
}

.unicon-compare:before {
  content: "";
}

.unicon-condition-point:before {
  content: "";
}

.unicon-condition-wait-point:before {
  content: "";
}

.unicon-container-software:before {
  content: "";
}

.unicon-contour-finding:before {
  content: "";
}

.unicon-contrast:before {
  content: "";
}

.unicon-copy-file:before {
  content: "";
}

.unicon-copy:before {
  content: "";
}

.unicon-course:before {
  content: "";
}

.unicon-credentials:before {
  content: "";
}

.unicon-crop:before {
  content: "";
}

.unicon-cube-view:before {
  content: "";
}

.unicon-cube:before {
  content: "";
}

.unicon-currency-dollar:before {
  content: "";
}

.unicon-currency:before {
  content: "";
}

.unicon-cursor-1:before {
  content: "";
}

.unicon-cursor-2:before {
  content: "";
}

.unicon-cursor-alt:before {
  content: "";
}

.unicon-cursor:before {
  content: "";
}

.unicon-curve-auto-colon:before {
  content: "";
}

.unicon-curve-manual:before {
  content: "";
}

.unicon-cut-in-half:before {
  content: "";
}

.unicon-cut:before {
  content: "";
}

.unicon-dashboard-reference:before {
  content: "";
}

.unicon-dashboard:before {
  content: "";
}

.unicon-data-1:before {
  content: "";
}

.unicon-data-base-alt:before {
  content: "";
}

.unicon-data-base:before {
  content: "";
}

.unicon-debug:before {
  content: "";
}

.unicon-delete:before {
  content: "";
}

.unicon-delivery-parcel:before {
  content: "";
}

.unicon-delivery-truck:before {
  content: "";
}

.unicon-delivery:before {
  content: "";
}

.unicon-departure:before {
  content: "";
}

.unicon-devices:before {
  content: "";
}

.unicon-diagram:before {
  content: "";
}

.unicon-dicom-overlay:before {
  content: "";
}

.unicon-direct-link:before {
  content: "";
}

.unicon-direction-right-01:before {
  content: "";
}

.unicon-direction-straight-right:before {
  content: "";
}

.unicon-direction-straight:before {
  content: "";
}

.unicon-document-add:before {
  content: "";
}

.unicon-document-attachment:before {
  content: "";
}

.unicon-document-blank:before {
  content: "";
}

.unicon-document-download:before {
  content: "";
}

.unicon-document:before {
  content: "";
}

.unicon-dot-mark:before {
  content: "";
}

.unicon-down-to-bottom:before {
  content: "";
}

.unicon-download-study:before {
  content: "";
}

.unicon-download:before {
  content: "";
}

.unicon-drag-horizontal:before {
  content: "";
}

.unicon-drag-vertical:before {
  content: "";
}

.unicon-draggable:before {
  content: "";
}

.unicon-draw:before {
  content: "";
}

.unicon-drop-photo-filled:before {
  content: "";
}

.unicon-drop-photo:before {
  content: "";
}

.unicon-earth-americas:before {
  content: "";
}

.unicon-earth-europe-africa:before {
  content: "";
}

.unicon-earth-filled:before {
  content: "";
}

.unicon-earth:before {
  content: "";
}

.unicon-edge-enhancement:before {
  content: "";
}

.unicon-edit-off:before {
  content: "";
}

.unicon-edit:before {
  content: "";
}

.unicon-edt-loop:before {
  content: "";
}

.unicon-email-new:before {
  content: "";
}

.unicon-email:before {
  content: "";
}

.unicon-enterprise:before {
  content: "";
}

.unicon-erase:before {
  content: "";
}

.unicon-error-outline:before {
  content: "";
}

.unicon-error:before {
  content: "";
}

.unicon-event-schedule:before {
  content: "";
}

.unicon-event:before {
  content: "";
}

.unicon-events-alt:before {
  content: "";
}

.unicon-events:before {
  content: "";
}

.unicon-explore:before {
  content: "";
}

.unicon-export:before {
  content: "";
}

.unicon-eyedropper:before {
  content: "";
}

.unicon-face-dissatisfied:before {
  content: "";
}

.unicon-face-satisfied:before {
  content: "";
}

.unicon-fade:before {
  content: "";
}

.unicon-favorite-filled:before {
  content: "";
}

.unicon-favorite:before {
  content: "";
}

.unicon-file-storage:before {
  content: "";
}

.unicon-filter-edit:before {
  content: "";
}

.unicon-filter:before {
  content: "";
}

.unicon-finance:before {
  content: "";
}

.unicon-fingerprint-recognition:before {
  content: "";
}

.unicon-fire:before {
  content: "";
}

.unicon-flag-filled:before {
  content: "";
}

.unicon-flag:before {
  content: "";
}

.unicon-flash-filled:before {
  content: "";
}

.unicon-flash:before {
  content: "";
}

.unicon-flow-connection:before {
  content: "";
}

.unicon-folder-add:before {
  content: "";
}

.unicon-folder-shared:before {
  content: "";
}

.unicon-folder:before {
  content: "";
}

.unicon-folders:before {
  content: "";
}

.unicon-forum:before {
  content: "";
}

.unicon-game-console:before {
  content: "";
}

.unicon-gamification:before {
  content: "";
}

.unicon-gift:before {
  content: "";
}

.unicon-globe:before {
  content: "";
}

.unicon-glyph-caution-inverted:before {
  content: "";
}

.unicon-glyph-caution:before {
  content: "";
}

.unicon-glyph-circle-fill:before {
  content: "";
}

.unicon-glyph-square-fill:before {
  content: "";
}

.unicon-glyph-undefined:before {
  content: "";
}

.unicon-gradient:before {
  content: "";
}

.unicon-grid:before {
  content: "";
}

.unicon-group-objects-new:before {
  content: "";
}

.unicon-group-objects-save:before {
  content: "";
}

.unicon-group:before {
  content: "";
}

.unicon-growth:before {
  content: "";
}

.unicon-gui-management:before {
  content: "";
}

.unicon-gui:before {
  content: "";
}

.unicon-hashtag:before {
  content: "";
}

.unicon-headphones:before {
  content: "";
}

.unicon-headset:before {
  content: "";
}

.unicon-help-filled:before {
  content: "";
}

.unicon-help:before {
  content: "";
}

.unicon-hole-filling:before {
  content: "";
}

.unicon-home:before {
  content: "";
}

.unicon-ibm-cloud-pak-security:before {
  content: "";
}

.unicon-iCA-2D:before {
  content: "";
}

.unicon-idea:before {
  content: "";
}

.unicon-identification:before {
  content: "";
}

.unicon-image-copy:before {
  content: "";
}

.unicon-image-search-alt:before {
  content: "";
}

.unicon-image-search:before {
  content: "";
}

.unicon-image:before {
  content: "";
}

.unicon-in-progress:before {
  content: "";
}

.unicon-incomplete:before {
  content: "";
}

.unicon-increase-level:before {
  content: "";
}

.unicon-industry:before {
  content: "";
}

.unicon-information-filled:before {
  content: "";
}

.unicon-information:before {
  content: "";
}

.unicon-insert-page:before {
  content: "";
}

.unicon-insert-syntax:before {
  content: "";
}

.unicon-integration:before {
  content: "";
}

.unicon-interactive-segmentation-cursor:before {
  content: "";
}

.unicon-intersect:before {
  content: "";
}

.unicon-inventory-management:before {
  content: "";
}

.unicon-keyboard:before {
  content: "";
}

.unicon-language:before {
  content: "";
}

.unicon-laptop:before {
  content: "";
}

.unicon-lasso-polygon:before {
  content: "";
}

.unicon-lasso:before {
  content: "";
}

.unicon-launch-study-1:before {
  content: "";
}

.unicon-launch-study-2:before {
  content: "";
}

.unicon-launch:before {
  content: "";
}

.unicon-layers:before {
  content: "";
}

.unicon-legend:before {
  content: "";
}

.unicon-license-draft:before {
  content: "";
}

.unicon-lifesaver:before {
  content: "";
}

.unicon-light-filled:before {
  content: "";
}

.unicon-light:before {
  content: "";
}

.unicon-lightning:before {
  content: "";
}

.unicon-link:before {
  content: "";
}

.unicon-list-boxes:before {
  content: "";
}

.unicon-list-bulleted:before {
  content: "";
}

.unicon-list-checked:before {
  content: "";
}

.unicon-list-dropdown:before {
  content: "";
}

.unicon-list-numbered:before {
  content: "";
}

.unicon-list:before {
  content: "";
}

.unicon-location-current:before {
  content: "";
}

.unicon-location:before {
  content: "";
}

.unicon-locked:before {
  content: "";
}

.unicon-login:before {
  content: "";
}

.unicon-logo-delicious:before {
  content: "";
}

.unicon-logo-digg:before {
  content: "";
}

.unicon-logo-discord:before {
  content: "";
}

.unicon-logo-facebook:before {
  content: "";
}

.unicon-logo-flickr:before {
  content: "";
}

.unicon-logo-github:before {
  content: "";
}

.unicon-logo-google:before {
  content: "";
}

.unicon-logo-instagram:before {
  content: "";
}

.unicon-logo-linkedin:before {
  content: "";
}

.unicon-logo-livestream:before {
  content: "";
}

.unicon-logo-medium:before {
  content: "";
}

.unicon-logo-pinterest:before {
  content: "";
}

.unicon-logo-quora:before {
  content: "";
}

.unicon-logo-skype:before {
  content: "";
}

.unicon-logo-slack:before {
  content: "";
}

.unicon-logo-snapchat:before {
  content: "";
}

.unicon-logo-stumbleupon:before {
  content: "";
}

.unicon-logo-tumblr:before {
  content: "";
}

.unicon-logo-twitter:before {
  content: "";
}

.unicon-logo-vmware:before {
  content: "";
}

.unicon-logo-xing:before {
  content: "";
}

.unicon-logo-youtube:before {
  content: "";
}

.unicon-logout:before {
  content: "";
}

.unicon-mac-command:before {
  content: "";
}

.unicon-mac-option:before {
  content: "";
}

.unicon-mac-shift:before {
  content: "";
}

.unicon-machine-learning:before {
  content: "";
}

.unicon-magic-wand-filled:before {
  content: "";
}

.unicon-magic-wand:before {
  content: "";
}

.unicon-magnify:before {
  content: "";
}

.unicon-manage-protection:before {
  content: "";
}

.unicon-map-center:before {
  content: "";
}

.unicon-map-identify:before {
  content: "";
}

.unicon-map:before {
  content: "";
}

.unicon-maximize:before {
  content: "";
}

.unicon-media-cast:before {
  content: "";
}

.unicon-media-library:before {
  content: "";
}

.unicon-menu:before {
  content: "";
}

.unicon-meter-alt:before {
  content: "";
}

.unicon-meter:before {
  content: "";
}

.unicon-microphone-filled:before {
  content: "";
}

.unicon-microphone:before {
  content: "";
}

.unicon-microscope:before {
  content: "";
}

.unicon-migrate-alt:before {
  content: "";
}

.unicon-military-camp:before {
  content: "";
}

.unicon-minimize:before {
  content: "";
}

.unicon-misuse-alt:before {
  content: "";
}

.unicon-misuse-outline:before {
  content: "";
}

.unicon-misuse:before {
  content: "";
}

.unicon-mobile-add:before {
  content: "";
}

.unicon-mobile:before {
  content: "";
}

.unicon-model-alt:before {
  content: "";
}

.unicon-model:before {
  content: "";
}

.unicon-money:before {
  content: "";
}

.unicon-move:before {
  content: "";
}

.unicon-mpr-toggle:before {
  content: "";
}

.unicon-music:before {
  content: "";
}

.unicon-name-space:before {
  content: "";
}

.unicon-navaid-military:before {
  content: "";
}

.unicon-new-tab:before {
  content: "";
}

.unicon-nominal:before {
  content: "";
}

.unicon-not-available:before {
  content: "";
}

.unicon-notebook-reference:before {
  content: "";
}

.unicon-notebook:before {
  content: "";
}

.unicon-notification-filled:before {
  content: "";
}

.unicon-notification-new:before {
  content: "";
}

.unicon-notification:before {
  content: "";
}

.unicon-opacity:before {
  content: "";
}

.unicon-open-panel-left:before {
  content: "";
}

.unicon-open-panel-top:before {
  content: "";
}

.unicon-ordinal:before {
  content: "";
}

.unicon-overflow-menu-horizontal:before {
  content: "";
}

.unicon-overflow-menu-vertical:before {
  content: "";
}

.unicon-overlay:before {
  content: "";
}

.unicon-package:before {
  content: "";
}

.unicon-page-break:before {
  content: "";
}

.unicon-paint-brush-alt:before {
  content: "";
}

.unicon-paint-brush:before {
  content: "";
}

.unicon-pan-horizontal:before {
  content: "";
}

.unicon-pan-vertical:before {
  content: "";
}

.unicon-panel-expansion:before {
  content: "";
}

.unicon-partnership:before {
  content: "";
}

.unicon-password:before {
  content: "";
}

.unicon-pause:before {
  content: "";
}

.unicon-pedestrian-child:before {
  content: "";
}

.unicon-pedestrian-family:before {
  content: "";
}

.unicon-pen-fountain:before {
  content: "";
}

.unicon-pen:before {
  content: "";
}

.unicon-pending:before {
  content: "";
}

.unicon-percentage-filled:before {
  content: "";
}

.unicon-percentage:before {
  content: "";
}

.unicon-phone-ip:before {
  content: "";
}

.unicon-phone:before {
  content: "";
}

.unicon-piggy-bank-slot:before {
  content: "";
}

.unicon-piggy-bank:before {
  content: "";
}

.unicon-pin-filled:before {
  content: "";
}

.unicon-pin:before {
  content: "";
}

.unicon-plane:before {
  content: "";
}

.unicon-play-filled-alt:before {
  content: "";
}

.unicon-play-filled:before {
  content: "";
}

.unicon-play-outline:before {
  content: "";
}

.unicon-play:before {
  content: "";
}

.unicon-playlist:before {
  content: "";
}

.unicon-policy:before {
  content: "";
}

.unicon-popup:before {
  content: "";
}

.unicon-portfolio:before {
  content: "";
}

.unicon-power:before {
  content: "";
}

.unicon-presentation-file:before {
  content: "";
}

.unicon-printer:before {
  content: "";
}

.unicon-product:before {
  content: "";
}

.unicon-progress-bar:before {
  content: "";
}

.unicon-purchase:before {
  content: "";
}

.unicon-query:before {
  content: "";
}

.unicon-quotes:before {
  content: "";
}

.unicon-radio-button-checked:before {
  content: "";
}

.unicon-radio-button:before {
  content: "";
}

.unicon-rain-drop:before {
  content: "";
}

.unicon-receipt:before {
  content: "";
}

.unicon-recently-viewed:before {
  content: "";
}

.unicon-recommend:before {
  content: "";
}

.unicon-recording-filled-alt:before {
  content: "";
}

.unicon-recording-filled:before {
  content: "";
}

.unicon-recording:before {
  content: "";
}

.unicon-redo:before {
  content: "";
}

.unicon-registration:before {
  content: "";
}

.unicon-reminder:before {
  content: "";
}

.unicon-renew:before {
  content: "";
}

.unicon-repeat:before {
  content: "";
}

.unicon-reply-all:before {
  content: "";
}

.unicon-reply:before {
  content: "";
}

.unicon-report-data:before {
  content: "";
}

.unicon-report:before {
  content: "";
}

.unicon-request-quote:before {
  content: "";
}

.unicon-reset-alt:before {
  content: "";
}

.unicon-reset:before {
  content: "";
}

.unicon-restart:before {
  content: "";
}

.unicon-result:before {
  content: "";
}

.unicon-roadmap:before {
  content: "";
}

.unicon-rocket:before {
  content: "";
}

.unicon-rotate-180:before {
  content: "";
}

.unicon-rotate-360:before {
  content: "";
}

.unicon-row:before {
  content: "";
}

.unicon-rss:before {
  content: "";
}

.unicon-rule:before {
  content: "";
}

.unicon-ruler-alt:before {
  content: "";
}

.unicon-ruler:before {
  content: "";
}

.unicon-run:before {
  content: "";
}

.unicon-save:before {
  content: "";
}

.unicon-scale:before {
  content: "";
}

.unicon-scales:before {
  content: "";
}

.unicon-scalpel-cursor:before {
  content: "";
}

.unicon-scalpel-lasso:before {
  content: "";
}

.unicon-scalpel:before {
  content: "";
}

.unicon-scan:before {
  content: "";
}

.unicon-screen:before {
  content: "";
}

.unicon-script:before {
  content: "";
}

.unicon-search-locate:before {
  content: "";
}

.unicon-search:before {
  content: "";
}

.unicon-security:before {
  content: "";
}

.unicon-select-01:before {
  content: "";
}

.unicon-select-02:before {
  content: "";
}

.unicon-select-window:before {
  content: "";
}

.unicon-send-alt-filled:before {
  content: "";
}

.unicon-send-alt:before {
  content: "";
}

.unicon-send-filled:before {
  content: "";
}

.unicon-send-to-back:before {
  content: "";
}

.unicon-send:before {
  content: "";
}

.unicon-server-time:before {
  content: "";
}

.unicon-settings-adjust:before {
  content: "";
}

.unicon-settings:before {
  content: "";
}

.unicon-shape-except:before {
  content: "";
}

.unicon-share:before {
  content: "";
}

.unicon-shopping-bag:before {
  content: "";
}

.unicon-shopping-cart:before {
  content: "";
}

.unicon-shopping-catalog:before {
  content: "";
}

.unicon-shrink-screen:before {
  content: "";
}

.unicon-shuffle:before {
  content: "";
}

.unicon-signal-strength:before {
  content: "";
}

.unicon-skill-level:before {
  content: "";
}

.unicon-smoothing-cursor:before {
  content: "";
}

.unicon-smoothing:before {
  content: "";
}

.unicon-soccer:before {
  content: "";
}

.unicon-software:before {
  content: "";
}

.unicon-spell-check:before {
  content: "";
}

.unicon-split-discard:before {
  content: "";
}

.unicon-split-screen:before {
  content: "";
}

.unicon-split:before {
  content: "";
}

.unicon-spray-paint:before {
  content: "";
}

.unicon-stacked-scrolling-1:before {
  content: "";
}

.unicon-stamp:before {
  content: "";
}

.unicon-star-filled:before {
  content: "";
}

.unicon-star:before {
  content: "";
}

.unicon-stay-inside:before {
  content: "";
}

.unicon-stop-filled-alt:before {
  content: "";
}

.unicon-stop:before {
  content: "";
}

.unicon-store:before {
  content: "";
}

.unicon-string-integer:before {
  content: "";
}

.unicon-string-text:before {
  content: "";
}

.unicon-sub-volume:before {
  content: "";
}

.unicon-subtract-alt:before {
  content: "";
}

.unicon-subtract:before {
  content: "";
}

.unicon-table:before {
  content: "";
}

.unicon-tablet:before {
  content: "";
}

.unicon-tag-group:before {
  content: "";
}

.unicon-tag:before {
  content: "";
}

.unicon-task-add:before {
  content: "";
}

.unicon-task-approved:before {
  content: "";
}

.unicon-task-view:before {
  content: "";
}

.unicon-task:before {
  content: "";
}

.unicon-template:before {
  content: "";
}

.unicon-term:before {
  content: "";
}

.unicon-terminal:before {
  content: "";
}

.unicon-text-annotation-toggle:before {
  content: "";
}

.unicon-text-bold:before {
  content: "";
}

.unicon-text-color:before {
  content: "";
}

.unicon-text-creation:before {
  content: "";
}

.unicon-text-fill:before {
  content: "";
}

.unicon-text-font:before {
  content: "";
}

.unicon-text-line-spacing:before {
  content: "";
}

.unicon-text-mining-applier:before {
  content: "";
}

.unicon-text-mining:before {
  content: "";
}

.unicon-text-underline:before {
  content: "";
}

.unicon-theater:before {
  content: "";
}

.unicon-thumbnail-1:before {
  content: "";
}

.unicon-thumbnail-2:before {
  content: "";
}

.unicon-thumbs-down:before {
  content: "";
}

.unicon-thumbs-up:before {
  content: "";
}

.unicon-ticket:before {
  content: "";
}

.unicon-time:before {
  content: "";
}

.unicon-tool-box:before {
  content: "";
}

.unicon-tools-alt:before {
  content: "";
}

.unicon-tools:before {
  content: "";
}

.unicon-touch-1:before {
  content: "";
}

.unicon-touch-interaction:before {
  content: "";
}

.unicon-translate:before {
  content: "";
}

.unicon-trash-can:before {
  content: "";
}

.unicon-trophy:before {
  content: "";
}

.unicon-types:before {
  content: "";
}

.unicon-umbrella:before {
  content: "";
}

.unicon-unlink:before {
  content: "";
}

.unicon-unlocked:before {
  content: "";
}

.unicon-upload:before {
  content: "";
}

.unicon-user-avatar-filled-alt:before {
  content: "";
}

.unicon-user-avatar-filled:before {
  content: "";
}

.unicon-user-avatar:before {
  content: "";
}

.unicon-user-multiple:before {
  content: "";
}

.unicon-user:before {
  content: "";
}

.unicon-uv-index:before {
  content: "";
}

.unicon-video-add:before {
  content: "";
}

.unicon-video-chat:before {
  content: "";
}

.unicon-video:before {
  content: "";
}

.unicon-view-filled:before {
  content: "";
}

.unicon-view-mode-1:before {
  content: "";
}

.unicon-view-mode-2:before {
  content: "";
}

.unicon-view-next:before {
  content: "";
}

.unicon-view-off:before {
  content: "";
}

.unicon-view:before {
  content: "";
}

.unicon-virtual-column-key:before {
  content: "";
}

.unicon-virtual-private-cloud-alt:before {
  content: "";
}

.unicon-visual-recognition:before {
  content: "";
}

.unicon-volume-block-storage:before {
  content: "";
}

.unicon-volume-up:before {
  content: "";
}

.unicon-wallet:before {
  content: "";
}

.unicon-warning-alt-filled:before {
  content: "";
}

.unicon-warning-alt:before {
  content: "";
}

.unicon-warning-filled:before {
  content: "";
}

.unicon-warning:before {
  content: "";
}

.unicon-wheat:before {
  content: "";
}

.unicon-wifi:before {
  content: "";
}

.unicon-wikis:before {
  content: "";
}

.unicon-word-cloud:before {
  content: "";
}

.unicon-workspace:before {
  content: "";
}

.unicon-zoom-area:before {
  content: "";
}

.unicon-zoom-in-area:before {
  content: "";
}

.unicon-zoom-in:before {
  content: "";
}

.unicon-zoom-out-area:before {
  content: "";
}

.unicon-zoom-out:before {
  content: "";
}

.unicon-zoom-reset:before {
  content: "";
}


/* [project]/public/assets/css/prettify.min.css [app-client] (css, ) */
.com {
  color: #6b7188;
}

.lit {
  color: #ebc66d;
}

.pun, .opn, .clo {
  color: #93a1a1;
}

.fun {
  color: #fa6f6c;
}

.str, .atv {
  color: #6cb8f7;
}

.kwd, .linenums .tag {
  color: #7281b2;
}

.typ, .atn, .dec, .var {
  color: #fff;
}

.pln {
  color: #f477b1;
}

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 #fbfbfc, inset 41px 0 #ececf0;
  -moz-box-shadow: inset 40px 0 #fbfbfc, inset 41px 0 #ececf0;
  box-shadow: inset 40px 0 #fbfbfc, inset 41px 0 #ececf0;
}

ol.linenums {
  margin: 0 0 0 33px;
}

ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px #fff;
}


/* [project]/public/assets/css/swiper-bundle.min.css [app-client] (css, ) */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: #0000;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s, top .2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: 0 0;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, #0000001a);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, #00000080);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}


/* [project]/public/assets/css/theme/main.min.purge.css [app-client] (css, ) */
@font-face {
  font-family: Graphik;
  src: local(Graphik Regular), url("../media/Graphik-Regular.706b0a64.woff2"), url("../media/Graphik-Regular.239f311b.woff");
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Graphik;
  src: local(Graphik Medium), url("../media/Graphik-Medium.f39fdde9.woff2"), url("../media/Graphik-Medium.748dd576.woff");
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Graphik;
  src: local(Graphik Semibold), url("../media/Graphik-Semibold.e59c163d.woff2"), url("../media/Graphik-Semibold.e2eeba28.woff");
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Mabry Pro;
  src: local(Mabry Pro Regular), url("../media/MabryPro-Regular.716e090d.woff2"), url("../media/MabryPro-Regular.5193aa82.woff");
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 90%;
}

@font-face {
  font-family: Mabry Pro;
  src: local(Mabry Pro Bold), url("../media/MabryPro-Bold.c60ce649.woff2"), url("../media/MabryPro-Bold.fb19a5c3.woff");
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 90%;
}

@font-face {
  font-family: Degular Display;
  src: local(Degular Display Semidbold), url("../media/DegularDisplay-Semibold.8841cd6e.woff2");
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Sharp Grotesk;
  src: local(Sharp Grotesk Medium), url("../media/SharpGrotesk-Medium.3a899f7e.woff2");
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: PolySans;
  src: local(PolySans Normal), url("../media/PolySans-Normal.ce33d6dc.ttf");
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: PolySans;
  src: local(PolySans Bold), url("../media/PolySans-Medium.e69ba2ff.woff2");
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

:root {
  --font-family-primary: "Graphik", "IBM Plex Sans Arabic", sans-serif;
  --font-family-secondary: "Graphik", "IBM Plex Sans Arabic", serif;
  --font-family-tertiary: "Graphik", "IBM Plex Sans Arabic", serif;
  --font-family-serif: serif, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-script: Segoe Script, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-mono: monospace, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-weight-ultralight: 100;
  --font-weight-lighter: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-bolder: 800;
  --font-weight-ultrabold: 900;
  --font-text-family: var(--font-family-primary);
  --font-text-weight: 400;
  --font-heading-family: var(--font-family-secondary);
  --font-heading-weight: 700;
  --font-display-family: var(--font-family-secondary);
  --font-display-weight: 700;
  --font-code-family: var(--font-family-code);
  --font-code-weight: 400;
  --root-size: 1rem;
  --radius: 4px;
  --border-size: 1px;
  --border-color: #83838340;
  --shadow-color: #00000026;
  --contrast-ratio: 2;
  --breakpoints-xs: 0;
  --breakpoints-sm: 576px;
  --breakpoints-md: 768px;
  --breakpoints-lg: 992px;
  --breakpoints-xl: 1200px;
  --breakpoints-xxl: 1400px;
  --color-gray: #45454c;
  --color-gray-10: #f9f9fa;
  --color-gray-25: #f6f6f6;
  --color-gray-50: #ececed;
  --color-gray-100: #dadadb;
  --color-gray-200: #b5b5b7;
  --color-gray-300: #8f8f94;
  --color-gray-400: #6a6a70;
  --color-gray-500: #45454c;
  --color-gray-600: #37373d;
  --color-gray-700: #29292e;
  --color-gray-800: #1c1c1e;
  --color-gray-900: #0e0e0f;
  --color-slate: #6b7280;
  --color-slate-10: #fbfbfb;
  --color-slate-25: #f8f8f9;
  --color-slate-50: #f0f1f2;
  --color-slate-100: #e1e3e6;
  --color-slate-200: #c4c7cc;
  --color-slate-300: #a6aab3;
  --color-slate-400: #898e99;
  --color-slate-500: #6b7280;
  --color-slate-600: #565b66;
  --color-slate-700: #40444d;
  --color-slate-800: #2b2e33;
  --color-slate-900: #15171a;
  --color-primary: #39b54a;
  --bs-primary-rgb: 57, 181, 74;
  --btn-hover-bg: #0f604d;
  --btn-hover-border-color: #0e5a49;
  --color-primary-10: #f8fbfa;
  --color-primary-25: #f3f8f7;
  --color-primary-50: #e7f1ef;
  --color-primary-100: #d0e3de;
  --color-primary-200: #a0c6bd;
  --color-primary-300: #71aa9d;
  --color-primary-400: #418d7c;
  --color-primary-500: var(--color-primary);
  --color-primary-600: var(--btn-hover-border-color);
  --color-primary-700: #0b4437;
  --color-primary-800: #072d24;
  --color-primary-900: #041712;
  --color-secondary: #f5eee9;
  --color-secondary-10: #fffefe;
  --color-secondary-25: #fffefe;
  --color-secondary-50: #fefdfd;
  --color-secondary-100: #fdfcfb;
  --color-secondary-200: #fbf8f6;
  --color-secondary-300: #f9f5f2;
  --color-secondary-400: #f7f1ed;
  --color-secondary-500: #f5eee9;
  --color-secondary-600: #c4beba;
  --color-secondary-700: #938f8c;
  --color-secondary-800: #625f5d;
  --color-secondary-900: #31302f;
  --color-info: #09c;
  --color-info-10: #f7fcfd;
  --color-info-25: #f2fafc;
  --color-info-50: #e6f5fa;
  --color-info-100: #ccebf5;
  --color-info-200: #99d6eb;
  --color-info-300: #66c2e0;
  --color-info-400: #33add6;
  --color-info-500: #09c;
  --color-info-600: #007aa3;
  --color-info-700: #005c7a;
  --color-info-800: #003d52;
  --color-info-900: #001f29;
  --color-success: #4caf50;
  --color-success-10: #fafdfa;
  --color-success-25: #f6fbf6;
  --color-success-50: #edf7ee;
  --color-success-100: #dbefdc;
  --color-success-200: #b7dfb9;
  --color-success-300: #94cf96;
  --color-success-400: #70bf73;
  --color-success-500: #4caf50;
  --color-success-600: #3d8c40;
  --color-success-700: #2e6930;
  --color-success-800: #1e4620;
  --color-success-900: #0f2310;
  --color-warning: #ffb307;
  --color-warning-10: #fffdf8;
  --color-warning-25: #fffbf3;
  --color-warning-50: #fff7e6;
  --color-warning-100: #fff0cd;
  --color-warning-200: #ffe19c;
  --color-warning-300: #ffd16a;
  --color-warning-400: #ffc239;
  --color-warning-500: #ffb307;
  --color-warning-600: #cc8f06;
  --color-warning-700: #996b04;
  --color-warning-800: #664803;
  --color-warning-900: #332401;
  --color-danger: #e44b4b;
  --color-danger-10: #fefafa;
  --color-danger-25: #fef6f6;
  --color-danger-50: #fceded;
  --color-danger-100: #fadbdb;
  --color-danger-200: #f4b7b7;
  --color-danger-300: #ef9393;
  --color-danger-400: #e96f6f;
  --color-danger-500: #e44b4b;
  --color-danger-600: #b63c3c;
  --color-danger-700: #892d2d;
  --color-danger-800: #5b1e1e;
  --color-danger-900: #2e0f0f;
  --color-blue: #078af3;
  --color-blue-10: #f8fbff;
  --color-blue-25: #f3f9fe;
  --color-blue-50: #e6f3fe;
  --color-blue-100: #cde8fd;
  --color-blue-200: #9cd0fa;
  --color-blue-300: #6ab9f8;
  --color-blue-400: #39a1f5;
  --color-blue-500: #078af3;
  --color-blue-600: #066ec2;
  --color-blue-700: #045392;
  --color-blue-800: #033761;
  --color-blue-900: #011c31;
  --color-indigo: #553cdf;
  --color-indigo-10: #faf9fe;
  --color-indigo-25: #f7f5fd;
  --color-indigo-50: #eeecfc;
  --color-indigo-100: #ddd8f9;
  --color-indigo-200: #bbb1f2;
  --color-indigo-300: #998aec;
  --color-indigo-400: #7763e5;
  --color-indigo-500: #553cdf;
  --color-indigo-600: #4430b2;
  --color-indigo-700: #332486;
  --color-indigo-800: #221859;
  --color-indigo-900: #110c2d;
  --color-purple: #8921e4;
  --color-purple-10: #fbf8fe;
  --color-purple-25: #f9f4fe;
  --color-purple-50: #f3e9fc;
  --color-purple-100: #e7d3fa;
  --color-purple-200: #d0a6f4;
  --color-purple-300: #b87aef;
  --color-purple-400: #a14de9;
  --color-purple-500: #8921e4;
  --color-purple-600: #6e1ab6;
  --color-purple-700: #521489;
  --color-purple-800: #370d5b;
  --color-purple-900: #1b072e;
  --color-red: #ea4335;
  --color-red-10: #fef9f9;
  --color-red-25: #fef6f5;
  --color-red-50: #fdeceb;
  --color-red-100: #fbd9d7;
  --color-red-200: #f7b4ae;
  --color-red-300: #f28e86;
  --color-red-400: #ee695d;
  --color-red-500: #ea4335;
  --color-red-600: #bb362a;
  --color-red-700: #8c2820;
  --color-red-800: #5e1b15;
  --color-red-900: #2f0d0b;
  --color-rose: #d20e4f;
  --color-rose-10: #fef8fa;
  --color-rose-25: #fdf3f6;
  --color-rose-50: #fbe7ed;
  --color-rose-100: #f6cfdc;
  --color-rose-200: #ed9fb9;
  --color-rose-300: #e46e95;
  --color-rose-400: #db3e72;
  --color-rose-500: #d20e4f;
  --color-rose-600: #a80b3f;
  --color-rose-700: #7e082f;
  --color-rose-800: #540620;
  --color-rose-900: #2a0310;
  --color-pink: #f06b9d;
  --color-pink-10: #fffbfc;
  --color-pink-25: #fef8fa;
  --color-pink-50: #fef0f5;
  --color-pink-100: #fce1eb;
  --color-pink-200: #f9c4d8;
  --color-pink-300: #f6a6c4;
  --color-pink-400: #f389b1;
  --color-pink-500: #f06b9d;
  --color-pink-600: #c0567e;
  --color-pink-700: #90405e;
  --color-pink-800: #602b3f;
  --color-pink-900: #30151f;
  --color-orange: #fb6b1e;
  --color-orange-10: #fffbf8;
  --color-orange-25: #fff8f4;
  --color-orange-50: #fff0e9;
  --color-orange-100: #fee1d2;
  --color-orange-200: #fdc4a5;
  --color-orange-300: #fda678;
  --color-orange-400: #fc894b;
  --color-orange-500: #fb6b1e;
  --color-orange-600: #c95618;
  --color-orange-700: #974012;
  --color-orange-800: #642b0c;
  --color-orange-900: #321506;
  --color-yellow: #fcbc05;
  --color-yellow-10: #fffdf8;
  --color-yellow-25: #fffcf3;
  --color-yellow-50: #fff8e6;
  --color-yellow-100: #fef2cd;
  --color-yellow-200: #fee49b;
  --color-yellow-300: #fdd769;
  --color-yellow-400: #fdc937;
  --color-yellow-500: #fcbc05;
  --color-yellow-600: #ca9604;
  --color-yellow-700: #977103;
  --color-yellow-800: #654b02;
  --color-yellow-900: #322601;
  --color-green: #34a853;
  --color-green-10: #f9fcfa;
  --color-green-25: #f5fbf6;
  --color-green-50: #ebf6ee;
  --color-green-100: #d6eedd;
  --color-green-200: #aedcba;
  --color-green-300: #85cb98;
  --color-green-400: #5db975;
  --color-green-500: #34a853;
  --color-green-600: #2a8642;
  --color-green-700: #1f6532;
  --color-green-800: #154321;
  --color-green-900: #0a2211;
  --color-lime: #aef359;
  --color-lime-10: #fdfffa;
  --color-lime-25: #fbfef7;
  --color-lime-50: #f7feee;
  --color-lime-100: #effdde;
  --color-lime-200: #dffabd;
  --color-lime-300: #cef89b;
  --color-lime-400: #bef57a;
  --color-lime-500: #aef359;
  --color-lime-600: #8bc247;
  --color-lime-700: #689235;
  --color-lime-800: #466124;
  --color-lime-900: #233112;
  --color-teal: #06f6c6;
  --color-teal-10: #f8fffd;
  --color-teal-25: #f3fffc;
  --color-teal-50: #e6fef9;
  --color-teal-100: #cdfdf4;
  --color-teal-200: #9bfbe8;
  --color-teal-300: #6afadd;
  --color-teal-400: #38f8d1;
  --color-teal-500: #06f6c6;
  --color-teal-600: #05c59e;
  --color-teal-700: #049477;
  --color-teal-800: #02624f;
  --color-teal-900: #013128;
  --color-cyan: #38e1ff;
  --color-cyan-10: #f9feff;
  --color-cyan-25: #f5feff;
  --color-cyan-50: #ebfcff;
  --color-cyan-100: #d7f9ff;
  --color-cyan-200: #aff3ff;
  --color-cyan-300: #88edff;
  --color-cyan-400: #60e7ff;
  --color-cyan-500: #38e1ff;
  --color-cyan-600: #2db4cc;
  --color-cyan-700: #228799;
  --color-cyan-800: #165a66;
  --color-cyan-900: #0b2d33;
  --colors-accent-primary: var(--color-primary);
  --colors-accent-secondary: var(--color-secondary);
  --colors-accent-success: var(--color-success);
  --colors-accent-warning: var(--color-warning);
  --colors-accent-danger: var(--color-danger);
  --colors-accent-muted: var(--color-gray-400);
  --colors-button-primary: var(--color-primary);
  --colors-button-secondary: var(--color-secondary);
  --colors-button-success: var(--color-success);
  --colors-button-warning: var(--color-warning);
  --colors-button-danger: var(--color-danger);
  --colors-button-muted: var(--color-muted);
  --colors-button-primary-hover: var(--color-primary-600);
  --colors-button-secondary-hover: var(--color-secondary-600);
  --colors-button-success-hover: var(--color-success-600);
  --colors-button-warning-hover: var(--color-warning-600);
  --colors-button-danger-hover: var(--color-danger-600);
  --colors-button-muted-hover: var(--color-muted-600);
  --colors-form-primary: var(--color-primary);
  --colors-form-secondary: var(--color-secondary);
  --colors-form-success: var(--color-success);
  --colors-form-warning: var(--color-warning);
  --colors-form-danger: var(--color-danger);
  --colors-form-muted: var(--color-muted);
  --colors-card-primary: var(--color-primary);
  --colors-card-secondary: var(--color-secondary);
  --colors-card-success: var(--color-success);
  --colors-card-warning: var(--color-warning);
  --colors-card-danger: var(--color-danger);
  --colors-card-muted: var(--color-muted);
  --colors-background-primary: var(--color-primary);
  --colors-background-secondary: var(--color-secondary);
  --colors-background-success: var(--color-success);
  --colors-background-warning: var(--color-warning);
  --colors-background-danger: var(--color-danger);
  --colors-background-muted: var(--color-muted);
  --colors-text-primary: var(--color-primary);
  --colors-text-secondary: var(--color-secondary);
  --colors-text-success: var(--color-success);
  --colors-text-warning: var(--color-warning);
  --colors-text-danger: var(--color-danger);
  --colors-text-muted: var(--color-muted);
  --colors-label-primary: var(--color-primary);
  --colors-label-secondary: var(--color-secondary);
  --colors-label-success: var(--color-success);
  --colors-label-warning: var(--color-warning);
  --colors-label-danger: var(--color-danger);
  --colors-label-muted: var(--color-muted);
  --colors-alert-primary: var(--color-primary);
  --colors-alert-secondary: var(--color-secondary);
  --colors-alert-success: var(--color-success);
  --colors-alert-warning: var(--color-warning);
  --colors-alert-danger: var(--color-danger);
  --colors-alert-muted: var(--color-muted);
  --sizes-text-3xs-size: .75rem;
  --sizes-text-3xs-lh: 1.5;
  --sizes-text-3xs-lp: 0rem;
  --sizes-text-2xs-size: .875rem;
  --sizes-text-2xs-lh: 1.5;
  --sizes-text-2xs-lp: 0rem;
  --sizes-text-xs-size: 1rem;
  --sizes-text-xs-lh: 1.5;
  --sizes-text-xs-lp: 0rem;
  --sizes-text-sm-size: 1.125rem;
  --sizes-text-sm-lh: 1.5;
  --sizes-text-sm-lp: 0rem;
  --sizes-text-md-size: 1.25rem;
  --sizes-text-md-lh: 1.5;
  --sizes-text-md-lp: 0rem;
  --sizes-text-lg-size: 1.5rem;
  --sizes-text-lg-lh: 1.5;
  --sizes-text-lg-lp: 0rem;
  --sizes-text-xl-size: 1.75rem;
  --sizes-text-xl-lh: 1.5;
  --sizes-text-xl-lp: 0rem;
  --sizes-text-2xl-size: 2rem;
  --sizes-text-2xl-lh: 1.5;
  --sizes-text-2xl-lp: 0rem;
  --sizes-heading-display-1-size: 8rem;
  --sizes-heading-display-1-lh: 1;
  --sizes-heading-display-1-lp: -.32rem;
  --sizes-heading-display-2-size: 6rem;
  --sizes-heading-display-2-lh: 1;
  --sizes-heading-display-2-lp: -.24rem;
  --sizes-heading-display-3-size: 5rem;
  --sizes-heading-display-3-lh: 1;
  --sizes-heading-display-3-lp: -.2rem;
  --sizes-heading-display-4-size: 4.5rem;
  --sizes-heading-display-4-lh: 1;
  --sizes-heading-display-4-lp: -.18rem;
  --sizes-heading-display-5-size: 4rem;
  --sizes-heading-display-5-lh: 1;
  --sizes-heading-display-5-lp: -.16rem;
  --sizes-heading-display-6-size: 3.5rem;
  --sizes-heading-display-6-lh: 1;
  --sizes-heading-display-6-lp: -.14rem;
  --sizes-heading-h1-size: 3rem;
  --sizes-heading-h1-lh: 1.1;
  --sizes-heading-h1-lp: -.12rem;
  --sizes-heading-h2-size: 2.5rem;
  --sizes-heading-h2-lh: 1.1;
  --sizes-heading-h2-lp: -.08rem;
  --sizes-heading-h3-size: 2rem;
  --sizes-heading-h3-lh: 1.1;
  --sizes-heading-h3-lp: -.07rem;
  --sizes-heading-h4-size: 1.5rem;
  --sizes-heading-h4-lh: 1.2;
  --sizes-heading-h4-lp: -.06rem;
  --sizes-heading-h5-size: 1.25rem;
  --sizes-heading-h5-lh: 1.2;
  --sizes-heading-h5-lp: -.05rem;
  --sizes-heading-h6-size: 1rem;
  --sizes-heading-h6-lh: 1.2;
  --sizes-heading-h6-lp: -.004rem;
  --sizes-container-xs: 784px;
  --sizes-container-sm: 992px;
  --sizes-container-md: 1200px;
  --sizes-container-lg: 1376px;
  --sizes-container-xl: 1600px;
  --sizes-grid-narrow: .25rem;
  --sizes-grid-2xs: .5rem;
  --sizes-grid-xs: 1rem;
  --sizes-grid-sm: 1.5rem;
  --sizes-grid-md: 2rem;
  --sizes-grid-lg: 2.5rem;
  --sizes-grid-xl: 3rem;
  --sizes-grid-2xl: 3.5rem;
  --sizes-grid-3xl: 4rem;
  --sizes-grid-4xl: 5rem;
  --sizes-grid-5xl: 8rem;
  --sizes-spacing-narrow: .25rem;
  --sizes-spacing-2xs: .5rem;
  --sizes-spacing-xs: 1rem;
  --sizes-spacing-sm: 1.5rem;
  --sizes-spacing-md: 2rem;
  --sizes-spacing-lg: 2.5rem;
  --sizes-spacing-xl: 3rem;
  --sizes-spacing-2xl: 3.5rem;
  --sizes-spacing-3xl: 4rem;
  --sizes-spacing-4xl: 6rem;
  --sizes-spacing-5xl: 8rem;
  --sizes-button-height: 48px;
  --sizes-button-px: 1rem;
  --sizes-button-text: 1rem;
  --sizes-button-radius: var(--radius);
  --sizes-button-2xs-height: 24px;
  --sizes-button-2xs-px: .25rem;
  --sizes-button-2xs-text: .8rem;
  --sizes-button-2xs-radius: var(--radius);
  --sizes-button-xs-height: 32px;
  --sizes-button-xs-px: .5rem;
  --sizes-button-xs-text: .825rem;
  --sizes-button-xs-radius: var(--radius);
  --sizes-button-sm-height: 40px;
  --sizes-button-sm-px: .75rem;
  --sizes-button-sm-text: 1rem;
  --sizes-button-sm-radius: var(--radius);
  --sizes-button-md-height: 48px;
  --sizes-button-md-px: 1rem;
  --sizes-button-md-text: 1rem;
  --sizes-button-md-radius: var(--radius);
  --sizes-button-lg-height: 56px;
  --sizes-button-lg-px: 1.5rem;
  --sizes-button-lg-text: 1.125rem;
  --sizes-button-lg-radius: var(--radius);
  --sizes-button-xl-height: 64px;
  --sizes-button-xl-px: 2rem;
  --sizes-button-xl-text: 1.25rem;
  --sizes-button-xl-radius: var(--radius);
  --sizes-button-2xl-height: 80px;
  --sizes-button-2xl-px: 3rem;
  --sizes-button-2xl-text: 1.5rem;
  --sizes-button-2xl-radius: var(--radius);
  --sizes-form-height: 48px;
  --sizes-form-px: 1rem;
  --sizes-form-text: 1rem;
  --sizes-form-2xs-height: 24px;
  --sizes-form-2xs-px: .5rem;
  --sizes-form-2xs-text: .75rem;
  --sizes-form-xs-height: 32px;
  --sizes-form-xs-px: .5rem;
  --sizes-form-xs-text: .875rem;
  --sizes-form-sm-height: 40px;
  --sizes-form-sm-px: .75rem;
  --sizes-form-sm-text: 1rem;
  --sizes-form-md-height: 48px;
  --sizes-form-md-px: 1rem;
  --sizes-form-md-text: 1rem;
  --sizes-form-lg-height: 56px;
  --sizes-form-lg-px: 1.5rem;
  --sizes-form-lg-text: 1.125rem;
  --sizes-form-xl-height: 64px;
  --sizes-form-xl-px: 1.25rem;
  --sizes-form-xl-text: 1.25rem;
  --sizes-form-2xl-height: 80px;
  --sizes-form-2xl-px: 1.5rem;
  --sizes-form-2xl-text: 1.5rem;
  --sizes-icon-2xs: 16px;
  --sizes-icon-xs: 20px;
  --sizes-icon-sm: 24px;
  --sizes-icon-md: 32px;
  --sizes-icon-lg: 48px;
  --sizes-icon-xl: 64px;
  --sizes-icon-2xl: 80px;
  --sizes-rouneded-: var(--radius);
  --sizes-rouneded-1: 4px;
  --sizes-rouneded-2: 16px;
  --sizes-rouneded-3: 24px;
  --sizes-rouneded-4: 32px;
  --sizes-rouneded-5: 40px;
  --sizes-rouneded-6: 48px;
  --sizes-rouneded-7: 56px;
  --sizes-rouneded-8: 64px;
  --sizes-blur-1: 4px;
  --sizes-blur-2: 8px;
  --sizes-blur-3: 16px;
  --sizes-blur-4: 24px;
  --sizes-blur-5: 32px;
  --sizes-blur-6: 48px;
  --sizes-blur-7: 64px;
  --sizes-blur-8: 80px;
  --sizes-blur-9: 96px;
  --sizes-blur-10: 128px;
  --sizes-shadow-xs: 0 .125rem .25rem -.1rem var(--shadow-color);
  --sizes-shadow-sm: 0 .25rem .5rem -.1rem var(--shadow-color);
  --sizes-shadow: 0 .5rem 1rem -.1rem var(--shadow-color);
  --sizes-shadow-lg: 0 1rem 1.5rem -.1rem var(--shadow-color);
  --sizes-shadow-xl: 0 1.5rem 2rem -.1rem var(--shadow-color);
  --sizes-shadow-2xl: 0 2rem 2.5rem -.1rem var(--shadow-color);
  --sizes-table-xs: .5rem;
  --sizes-table-sm: .75rem;
  --sizes-table: 1rem;
  --sizes-table-md: 1.25rem;
  --sizes-table-lg: 1.5rem;
  --body-font-typeface: var(--font-text-family);
  --body-font-size: var(--root-size);
  --body-font-weight: var(--font-text-weight);
  --body-font-spacing: normal;
  --body-color-background: transparent;
  --body-color-text: var(--color-gray-900);
  --heading-font-typeface: var(--font-heading-family);
  --heading-font-weight: var(--font-heading-weight);
  --heading-font-style: normal;
  --heading-font-spacing: normal;
  --heading-font-transform: initial;
  --heading-color-text: inherit;
  --link-color-text: var(--color-primary);
  --link-color-text-hover: var(--color-primary-60);
  --button-font-typeface: var(--font-family-tertiary);
  --button-font-weight: 500;
  --button-font-line-height: initial;
  --button-font-spacing: normal;
  --button-font-transform: initial;
  --button-border-width: 2px;
  --button-border-radius: var(--radius);
  --button-color-text: white;
  --button-radius: 0;
  --form-font-typeface: var(--font-text-family);
  --form-font-size: var(--sizes-form-medium-text);
  --form-font-weight: 400;
  --form-font-line-height: 1.25rem;
  --form-font-spacing: normal;
  --form-font-transform: initial;
  --form-color-text: var(--color-gray-900);
  --form-color-background: #9b9b9b26;
  --form-color-background-hover: #9b9b9b33;
  --form-color-background-disable: #9b9b9b66;
  --form-color-background-primary: var(--color-primary);
  --form-color-background-primary-hover: var(--color-primary-60);
  --form-color-placeholder: #9b9b9bb3;
  --form-border-width: 0;
  --form-border-color: var(--border-color);
  --form-border-radius: var(--radius);
  --form-shadow-default: 0 0 0 1px var(--border-color);
  --form-shadow-hover: 0 0 0 1px var(--border-color);
  --form-shadow-focus: 0 0 0 2px var(--color-primary);
  --form-height: var(--sizes-form-medium-height);
  --form-dark-color-text: var(--color-white);
  --form-dark-color-background: #9b9b9b26;
  --form-dark-color-background-hover: #9b9b9b33;
  --form-dark-color-background-disable: #9b9b9b66;
  --form-dark-color-background-primary: var(--color-primary);
  --form-dark-color-background-primary-hover: var(--color-primary-60);
  --form-dark-color-placeholder: #9b9b9b80;
  --tab-font-size: var(--sizes-form-medium-text);
  --tab-font-weight: 700;
  --tab-font-spacing: normal;
  --tab-font-transform: initial;
  --tab-color-text: var(--color-gray-700);
  --tab-color-text-hover: var(--color-gray-800);
  --tab-color-text-active: var(--color-gray-900);
  --tab-border-width: 4px;
  --tab-border-color: var(--color-primary);
  --tab-border-radius: var(--radius);
  --tab-display: inline-flex;
  --tab-align-text: center;
  --tab-margin: 0;
  --tab-padding: 5px;
  --accordion-font-size: var(--sizes-form-large-text);
  --accordion-font-weight: 700;
  --accordion-font-spacing: normal;
  --accordion-font-transform: initial;
  --accordion-color-text: var(--color-gray-900);
  --accordion-color-text-active: var(--color-primary);
  --accordion-border-width: 1px;
  --accordion-border-color: var(--border-color);
  --accordion-margin: 20px;
  --accordion-padding: 20px;
  --alert-font-size: var(--sizes-form-medium-text);
  --alert-font-weight: 400;
  --alert-font-style: normal;
  --alert-font-spacing: normal;
  --alert-font-transform: initial;
  --alert-color-background: var(--color-gray-100);
  --alert-color-text: var(--color-gray-900);
  --alert-border-width: 0;
  --alert-border-radius: var(--radius);
  --alert-padding: 15px;
}

:root {
  --bs-link-color: #515151 !important;
  --bs-link-hover-color: black !important;
}

html {
  font-family: var(--body-font-typeface);
  font-size: var(--body-font-size, 1rem);
  font-weight: var(--body-font-weight, 400);
  letter-spacing: var(--body-font-spacing, normal);
  background-color: var(--body-color-background, inherit);
  color: var(--body-color-text, inherit);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--body-font-typeface);
  font-size: var(--body-font-size, 1rem);
  font-weight: var(--body-font-weight, 400);
  letter-spacing: var(--body-font-spacing, normal);
  background-color: var(--body-color-background, inherit);
  color: var(--body-color-text, inherit);
}

.link, a {
  color: var(--link-color-text);
}

.link:hover, a:hover {
  color: var(--link-color-text-hover);
}

.link {
  display: inline-flex;
  align-items: center;
  line-height: 16px;
}

.display-5, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: var(--heading-font-weight, 700);
  letter-spacing: var(--heading-font-spacing, normal);
  font-style: var(--heading-font-style, normal);
  text-transform: var(--heading-font-transform, initial);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: var(--heading-font-typeface, sans-serif) !important;
}

.display-5, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--color-gray-900);
}

.display-5:where(.uc-dark), .h1:where(.uc-dark), .h2:where(.uc-dark), .h3:where(.uc-dark), .h4:where(.uc-dark), .h5:where(.uc-dark), .h6:where(.uc-dark), :where(.uc-dark) .display-5, :where(.uc-dark) .h1, :where(.uc-dark) .h2, :where(.uc-dark) .h3, :where(.uc-dark) .h4, :where(.uc-dark) .h5, :where(.uc-dark) .h6, :where(.uc-dark) h1, :where(.uc-dark) h2, :where(.uc-dark) h3, :where(.uc-dark) h4, :where(.uc-dark) h5, :where(.uc-dark) h6, h1:where(.uc-dark), h2:where(.uc-dark), h3:where(.uc-dark), h4:where(.uc-dark), h5:where(.uc-dark), h6:where(.uc-dark) {
  color: #fff;
}

.ft-primary {
  font-family: var(--font-family-primary) !important;
}

.ft-secondary {
  font-family: var(--font-family-secondary) !important;
}

.ft-tertiary {
  font-family: var(--font-family-tertiary) !important;
}

.cstack {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.backtotop-wrap {
  transform: translateY(40px);
  transition: all .2s;
}

.backtotop-wrap [data-uc-backtotop] {
  opacity: 0;
}

.backtotop-wrap.uc-active {
  gap: .5rem;
  transform: translateY(0);
}

.backtotop-wrap.uc-active [data-uc-backtotop] {
  opacity: 1;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

pre {
  tab-size: 4;
  overflow: auto;
  padding: 1.5rem;
  color: inherit;
}

:not(pre) > code, :not(pre) > samp, pre {
  font-size: .875rem;
  font-style: normal;
  line-height: 1.5rem;
  padding: 1px 4px;
  border-radius: 4px;
  font-family: var(--font-code-family) !important;
}

:not(pre) > code, :not(pre) > samp, pre {
  background-color: var(--color-gray-25) !important;
  border-color: var(--color-gray-800) !important;
}

:not(pre) > code:where(.uc-dark), :not(pre) > samp:where(.uc-dark), :where(.uc-dark) :not(pre) > code, :where(.uc-dark) :not(pre) > samp, :where(.uc-dark) pre, pre:where(.uc-dark) {
  background-color: var(--color-gray-700) !important;
  border-color: var(--color-gray-300) !important;
}

:not(pre) > code, :not(pre) > samp {
  --font-code-family: "IBM Plex Mono", monospace;
  position: relative;
  display: inline;
  font-size: .875rem;
  font-style: italic;
  background-color: #8888881a;
}

:not(pre) > samp {
  color: inherit;
}

pre code {
  background: #88888826;
  border-radius: 3px;
  padding: 1px 4px 1px 2px;
  font-family: var(--font-code-family) !important;
}

.swiper:not(.swiper-initialized) > * {
  display: none;
}

.panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

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

.section {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

.media-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}

.position-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hr, .vr, hr {
  display: inline-block;
  align-self: stretch;
  background-color: currentColor;
  opacity: .25;
  margin: 0;
}

.hr, hr {
  height: 1px;
  min-width: 1em;
  border-top-color: var(--border-color);
}

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

.vr {
  border-left: 1px solid var(--border-color);
  width: 1px !important;
  min-height: 1em !important;
}

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

.link-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.link-gradient {
  border-bottom: 1px solid;
  border-color: var(--border-color);
}

.hstack, html.bp-lg .lg\:hstack, html.bp-md .md\:hstack, html.bp-sm .hstack-sm, html.bp-sm .sm\:hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

.cstack {
  display: flex;
  justify-content: center;
  align-items: center;
}

[class*="ratio-"] {
  position: relative;
  width: 100%;
}

[class*="ratio-"]:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

[class*="ratio-"] > * {
  object-fit: cover;
}

svg {
  color: currentColor;
}

svg :not([fill="none"]) {
  fill: currentColor;
}

.uc-offcanvas-bar .uc-link:hover, .uc-offcanvas-bar a:hover {
  transition: color .2s;
}

.uc-offcanvas-bar .uc-link:hover, .uc-offcanvas-bar a:hover {
  color: var(--color-gray-900);
}

.uc-offcanvas-bar .uc-link:hover:where(.uc-dark), .uc-offcanvas-bar a:hover:where(.uc-dark), :where(.uc-dark) .uc-offcanvas-bar .uc-link:hover, :where(.uc-dark) .uc-offcanvas-bar a:hover {
  color: #fff;
}

.uc-link {
  color: var(--color-primary);
}

.uc-link:hover {
  color: var(--color-primary-600);
}

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

.form-icon-group .form-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  background: none;
  border: 0;
  outline: 0;
  text-decoration: none;
  user-select: none;
}

.form-icon-group .form-control + .form-icon, .form-icon-group .form-control-plaintext + .form-icon {
  width: 3rem !important;
}

.form-icon-group .form-control-plaintext.form-control-lg + .form-icon, .form-icon-group .form-control.form-control-lg + .form-icon {
  width: 3.5rem !important;
}

.form-icon-group .form-control-plaintext.form-control-sm + .form-icon, .form-icon-group .form-control.form-control-sm + .form-icon {
  width: 2.5rem !important;
}

.form-icon-group .form-control-plaintext.form-control-xs + .form-icon, .form-icon-group .form-control.form-control-xs + .form-icon {
  width: 2rem !important;
}

.form-icon-group:not(.form-icon-flip) .form-control, .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
  padding-left: 2.75rem !important;
}

[dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control, [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
  padding-left: 1rem !important;
  padding-right: 2.75rem !important;
}

.form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg, .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
  padding-left: 3.25rem !important;
}

[dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg, [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
  padding-left: 1rem !important;
  padding-right: 3.25rem !important;
}

.form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm, .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
  padding-left: 2.25rem !important;
}

[dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm, [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
  padding-left: 1rem !important;
  padding-right: 2.25rem !important;
}

.form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs, .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
  padding-left: 1.75rem !important;
}

[dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs, [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
  padding-left: 1rem !important;
  padding-right: 1.75rem !important;
}

.form-icon-group.form-icon-flip .form-icon {
  right: 0;
}

.form-icon-group.form-icon-flip .form-control, .form-icon-group.form-icon-flip .form-control-plaintext {
  padding-right: 2.75rem !important;
}

[dir="rtl"] .form-icon-group.form-icon-flip .form-control, [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext {
  padding-right: 1rem !important;
  padding-left: 2.75rem !important;
}

.form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg, .form-icon-group.form-icon-flip .form-control.form-control-lg {
  padding-right: 3.25rem !important;
}

[dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg, [dir="rtl"] .form-icon-group.form-icon-flip .form-control.form-control-lg {
  padding-right: 1rem !important;
  padding-left: 3.25rem !important;
}

.form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm, .form-icon-group.form-icon-flip .form-control.form-control-sm {
  padding-right: 2.25rem !important;
}

[dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm, [dir="rtl"] .form-icon-group.form-icon-flip .form-control.form-control-sm {
  padding-right: 1rem !important;
  padding-left: 2.25rem !important;
}

.form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs, .form-icon-group.form-icon-flip .form-control.form-control-xs {
  padding-right: 1.75rem !important;
}

[dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs, [dir="rtl"] .form-icon-group.form-icon-flip .form-control.form-control-xs {
  padding-right: 1rem !important;
  padding-left: 1.75rem !important;
}

.form-control-xs {
  padding: 0 .5rem !important;
  min-height: 32px !important;
  font-size: .875rem !important;
}

.form-control-sm, html.bp-sm .sm\:form-control-sm {
  padding: 0 .75rem !important;
  min-height: 40px !important;
  font-size: 1rem !important;
}

.form-control-md, html.bp-lg .lg\:form-control-md {
  padding: 0 1rem !important;
  min-height: 48px !important;
  font-size: 1rem !important;
}

.form-control-lg {
  padding: 0 1.5rem !important;
  min-height: 56px !important;
  font-size: 1.125rem !important;
}

.form-control {
  border-color: var(--border-color) !important;
}

.form-control {
  background-color: #fff !important;
}

.form-control:where(.uc-dark), :where(.uc-dark) .form-control {
  background-color: #0000 !important;
}

.form-control {
  color: var(--color-gray-900) !important;
}

.form-control:where(.uc-dark), :where(.uc-dark) .form-control {
  color: #fff !important;
}

.form-check-input:focus, .form-control:focus {
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 .25rem var(--shadow-color) !important;
}

.form-check-input:focus, .form-control:focus {
  --shadow-color: #0000000d;
}

.form-check-input:focus:where(.uc-dark), .form-control:focus:where(.uc-dark), :where(.uc-dark) .form-check-input:focus, :where(.uc-dark) .form-control:focus {
  --shadow-color: #ffffff1a;
}

.form-check-input:checked {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

[dir="rtl"] .form-check {
  padding-left: 0;
  padding-right: 1.5em;
}

[dir="rtl"] .form-check .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

[dir="rtl"] .form-select {
  background-position: .75rem 50%;
}

input::placeholder, select::placeholder, textarea::placeholder {
  color: inherit !important;
}

input::placeholder, select::placeholder, textarea::placeholder {
  opacity: .65 !important;
}

:where(.uc-dark) input::placeholder, :where(.uc-dark) select::placeholder, :where(.uc-dark) textarea::placeholder, input:where(.uc-dark)::placeholder, select:where(.uc-dark)::placeholder, textarea:where(.uc-dark)::placeholder {
  opacity: .45 !important;
}

.btn {
  align-items: center;
  justify-content: center;
  gap: .5rem;
  height: var(--bs-btn-height);
  text-transform: var(--button-font-transform);
  border-radius: var(--bs-btn-border-radius);
  display: inline-flex !important;
}

.btn.btn-text {
  position: relative;
  padding: 0 0 8px;
  border: 0;
  border-radius: 0;
  margin: 0;
  line-height: 1;
}

.btn.btn-text:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  width: 0%;
  background-color: var(--color-primary);
  transition: width .35s cubic-bezier(.38, .01, .43, .16);
}

.btn.btn-text:hover:after {
  width: 100%;
}

.btn- {
  --bs-btn-height: 48px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1rem !important;
  --bs-btn-font-size: 1rem !important;
}

.btn-2xs {
  --bs-btn-height: 24px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: .25rem !important;
  --bs-btn-font-size: .8rem !important;
}

.btn-xs {
  --bs-btn-height: 32px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: .5rem !important;
  --bs-btn-font-size: .825rem !important;
}

.btn-sm, html.bp-sm .sm\:btn-sm {
  --bs-btn-height: 40px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: .75rem !important;
  --bs-btn-font-size: 1rem !important;
}

.btn-md, html.bp-lg .lg\:btn-md, html.bp-md .md\:btn-md, html.bp-sm .sm\:btn-md {
  --bs-btn-height: 48px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1rem !important;
  --bs-btn-font-size: 1rem !important;
}

.btn-lg, html.bp-lg .lg\:btn-lg, html.bp-md .md\:btn-lg, html.bp-xl .xl\:btn-lg {
  --bs-btn-height: 56px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1.5rem !important;
  --bs-btn-font-size: 1.125rem !important;
}

.btn-xl, html.bp-xl .xl\:btn-xl {
  --bs-btn-height: 64px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 2rem !important;
  --bs-btn-font-size: 1.25rem !important;
}

.btn-2xl {
  --bs-btn-height: 80px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 3rem !important;
  --bs-btn-font-size: 1.5rem !important;
}

.btn-alt-primary {
  background: #fff !important;
  color: var(--color-primary) !important;
}

.btn-alt-primary:focus, .btn-alt-primary:hover {
  background: var(--color-primary) !important;
  color: #fff !important;
}

.btn-alt-dark {
  background: #fff !important;
  color: #212529 !important;
}

.btn-alt-dark:focus, .btn-alt-dark:hover {
  background: #212529 !important;
  color: #fff !important;
}

.btn-alt-gray-200 {
  background: #fff !important;
  color: #b5b5b7 !important;
}

.btn-alt-gray-200:focus, .btn-alt-gray-200:hover {
  background: #b5b5b7 !important;
  color: #fff !important;
}

.btn-ghost-primary {
  background: #e7f1ef !important;
  color: var(--color-primary) !important;
}

.btn-ghost-primary:focus, .btn-ghost-primary:hover {
  background: #d0e3de !important;
}

.fs-1 {
  letter-spacing: 0;
}

.fs-2 {
  letter-spacing: 0;
}

.fs-4 {
  letter-spacing: 0;
}

.fs-5 {
  letter-spacing: 0;
}

.fs-6 {
  letter-spacing: 0;
}

.fs-7 {
  letter-spacing: 0;
}

.fs-8 {
  letter-spacing: 0;
}

p.text-muted {
  color: #00000080 !important;
}

:where(.uc-dark) p.text-muted, p.text-muted:where(.uc-dark) {
  color: #ffffff80 !important;
}

.text-unset {
  text-transform: none !important;
}

.text-inherit {
  color: currentColor;
}

[class*="text-truncate"] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: unset !important;
}

.container.container-expand {
  max-width: 100%;
}

.container.container-full {
  max-width: 100%;
  padding: 0;
}

.nav-y {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: .25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-y > *, .nav-y > * > * {
  display: flex;
  align-items: center;
  gap: .25rem;
}

.nav-y a {
  text-decoration: none;
  color: inherit;
  transition: opacity .2s;
}

.nav-y a:hover {
  opacity: 1 !important;
}

.nav-y .uc-nav-sub {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: .25rem;
  width: 100%;
  margin: 0;
  padding: 8px 0 8px 16px;
  list-style: none;
  opacity: 0;
  transition: all .2s;
}

.nav-y .uc-nav-sub a {
  font-size: 90%;
}

.nav-y .uc-nav-sub .uc-parent:after {
  font-size: 1rem;
}

.nav-y > .uc-parent > .uc-nav-sub {
  padding-top: .5rem;
}

.nav-y .uc-parent {
  position: relative;
  display: block;
}

.nav-y .uc-parent > a {
  position: relative;
  display: block;
  z-index: 1;
}

.nav-y .uc-parent > a:after {
  content: "";
  font-family: Unicons;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.125rem;
  font-weight: 700;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: .6;
}

.nav-y .uc-parent.uc-open > a:after {
  content: "";
}

.nav-y .uc-parent.uc-open .uc-nav-sub {
  opacity: 1;
}

.nav-y:hover a {
  opacity: .6;
}

.nav-x {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-x > *, .nav-x > * > * {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.nav-x a {
  text-decoration: none;
  color: inherit;
}

.uc-navbar {
  z-index: 1;
}

.uc-navbar .uc-navbar-left, .uc-navbar .uc-navbar-right, .uc-navbar [class*="uc-navbar-center"] {
  gap: 1.5rem;
}

.uc-navbar-nav > li > a {
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  padding: 0;
}

.uc-navbar-nav > li.uc-active > a:before {
  opacity: 1;
}

.uc-navbar-nav > li:hover > a, .uc-navbar-nav > li > a[aria-expanded="true"] {
  opacity: .75;
}

.uc-navbar-nav > li:hover > a, .uc-navbar-nav > li > a[aria-expanded="true"] {
  color: var(--color-gray-900) !important;
}

.uc-navbar-nav > li:hover > a:where(.uc-dark), .uc-navbar-nav > li > a[aria-expanded="true"]:where(.uc-dark), :where(.uc-dark) .uc-navbar-nav > li:hover > a, :where(.uc-dark) .uc-navbar-nav > li > a[aria-expanded="true"] {
  color: #fff !important;
}

.uc-navbar-dropdown {
  min-width: 250px;
  padding: 2rem;
  box-shadow: 0 4px 16px -8px #0003;
  border-radius: var(--radius);
}

.uc-navbar-dropdown {
  background: #fff !important;
}

.uc-navbar-dropdown:where(.uc-dark), :where(.uc-dark) .uc-navbar-dropdown {
  background: var(--color-gray-800) !important;
}

.uc-navbar-dropdown {
  color: var(--color-gray-800) !important;
}

.uc-navbar-dropdown:where(.uc-dark), :where(.uc-dark) .uc-navbar-dropdown {
  color: #fff !important;
}

.uc-navbar-dropdown-nav > li > a {
  font-size: .875rem;
  font-weight: var(--font-weight-medium);
}

.uc-navbar-dropdown-nav > li > a {
  color: var(--color-gray-600);
}

.uc-navbar-dropdown-nav > li > a:where(.uc-dark), :where(.uc-dark) .uc-navbar-dropdown-nav > li > a {
  color: var(--color-gray-200);
}

.uc-navbar-dropdown-nav > li:hover > a {
  color: var(--color-gray-900);
}

.uc-navbar-dropdown-nav > li:hover > a:where(.uc-dark), :where(.uc-dark) .uc-navbar-dropdown-nav > li:hover > a {
  color: #fff;
}

.uc-navbar-dropdown-nav .uc-nav-header, .uc-navbar-dropdown-nav > li.uc-active > a {
  color: inherit;
}

.uc-navbar-dropdown-nav .uc-nav-header {
  text-transform: capitalize;
  font-weight: var(--font-weight-bold);
  font-size: 1rem;
}

.uc-navbar-container {
  transition: all .1s ease-in-out;
  transition-property: background-color;
}

.uc-navbar-container:not(.uc-navbar-transparent) {
  background-color: #fff;
}

.uc-navbar-container:not(.uc-navbar-transparent):where(.uc-dark), :where(.uc-dark) .uc-navbar-container:not(.uc-navbar-transparent) {
  background-color: var(--color-gray-900);
}

.uc-navbar .uc-navbar-item {
  font-family: inherit !important;
}

.uc-navbar-item, .uc-navbar-nav > li > a {
  padding: 0;
  font-family: inherit !important;
  min-height: var(--uc-nav-height, 48px) !important;
}

.uc-navbar-float {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

html[dir="rtl"] .uc-navbar-right {
  margin-left: unset;
  margin-right: auto;
}

html[dir="rtl"] .uc-navbar-left {
  margin-right: unset;
  margin-left: auto;
}

.alert {
  display: flex;
  align-items: center;
  gap: .75rem;
  border: 0 !important;
  border-left: 2px solid var(--bs-alert-border-color) !important;
  box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important;
}

.alert :not(pre) > code, .alert code {
  background: #00000014 !important;
}

.table {
  --bs-table-bg: inherit !important;
  --bs-table-color: inherit !important;
}

.table > :not(caption) > * > * {
  padding: 1rem;
}

.table > :not(caption) > :last-child > * {
  border-width: 0;
}

.uc-table-striped tbody tr:nth-of-type(odd), .uc-table-striped > tr:nth-of-type(odd) {
  background: #9696961a;
}

.uc-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.uc-accordion > :nth-child(n+2) {
  margin: 0 !important;
}

.uc-accordion-title {
  position: relative;
  text-decoration: none;
  font-weight: 500;
  display: flex;
}

.uc-accordion-title {
  color: var(--color-gray-900);
}

.uc-accordion-title:where(.uc-dark), :where(.uc-dark) .uc-accordion-title {
  color: #fff;
}

.uc-accordion-title:hover {
  opacity: .75;
}

.uc-accordion-title:hover {
  color: var(--color-gray-900);
}

.uc-accordion-title:hover:where(.uc-dark), :where(.uc-dark) .uc-accordion-title:hover {
  color: #fff;
}

.uc-accordion-title:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  font-family: Unicons;
  width: 24px;
  height: 24px;
  font-size: 24px;
  text-transform: none;
  line-height: 1;
  transform: translateY(-50%)rotate(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .2s;
  background-color: #9b9b9b40;
  border-radius: 100%;
}

.uc-accordion > .uc-open .uc-accordion-title:before {
  transform: translateY(-50%)rotate(45deg);
}

.uc-accordion-divider {
  --divider-gap: 32px;
}

.uc-accordion-divider > * + :before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: var(--bs-border-color);
  transform: translateY(calc(var(--divider-gap) / 2 * -1));
}

[dir="rtl"] .uc-accordion-title:before {
  right: auto;
  left: 0;
}

.uc-accordion.uc-accordion-chevron .uc-accordion-title:before {
  content: "";
  background: none;
  font-size: 80%;
  font-weight: 700;
}

.uc-accordion.uc-accordion-chevron > .uc-open .uc-accordion-title:before {
  transform: translateY(-50%)rotate(-90deg);
}

.swiper-wrapper {
  will-change: transform;
}

.swiper.swiper-match .swiper-slide {
  height: auto !important;
}

.swiper-thumbs .swiper-slide {
  cursor: pointer;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #969696;
  opacity: .25;
}

.swiper-pagination-bullet-active {
  background-color: currentColor;
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
}

:where(.uc-dark) .swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: .2;
}

:where(.uc-dark) .swiper .swiper-pagination-bullet-active {
  background-color: currentColor;
  opacity: 1;
}

:where(.uc-dark) .swiper:before {
  border-bottom-color: #ffffff0d;
}

.uc-tab {
  margin: 0;
  border-bottom: 1px solid var(--border-color);
}

.uc-tab > * {
  margin: 0;
  padding: 0;
}

.uc-tab > * > a {
  margin: 0;
  position: relative;
  padding: 8px 16px;
  color: currentColor;
  opacity: .6;
  text-decoration: none;
}

.uc-tab > * > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 2px solid var(--color-primary);
  opacity: 0;
  transition: opacity .2s;
}

.uc-tab > .uc-active > a {
  color: currentColor;
  opacity: 1;
}

.uc-tab > .uc-active > a:before {
  opacity: 1;
}

.uc-subnav {
  margin: 0;
}

.uc-subnav > * {
  margin: 0;
  padding: 0;
}

.uc-subnav > * > a {
  margin: 0;
  position: relative;
  padding: 8px 16px;
  text-decoration: none;
}

.uc-subnav-pill > * > a {
  background-color: var(--color-primary);
  border-radius: var(--radius);
}

.uc-subnav-pill > * > a:hover {
  background: none;
}

.uc-subnav-pill > * > a:hover {
  color: var(--color-gray-900);
}

.uc-subnav-pill > * > a:hover:where(.uc-dark), :where(.uc-dark) .uc-subnav-pill > * > a:hover {
  color: #fff;
}

.uc-subnav-pill > .uc-active > a {
  background-color: var(--color-primary);
  color: #fff;
}

.uc-notification-message {
  font-size: 1rem;
  font-weight: 500;
  border-radius: var(--radius);
}

.uc-notification-message {
  background-color: var(--color-gray-50);
}

.uc-notification-message:where(.uc-dark), :where(.uc-dark) .uc-notification-message {
  background-color: var(--color-gray-800);
}

.uc-notification-message {
  color: var(--color-gray-900);
}

.uc-notification-message:where(.uc-dark), :where(.uc-dark) .uc-notification-message {
  color: #fff;
}

.uc-notification-message .uc-notification-close {
  color: var(--color-gray-900);
}

.uc-notification-message .uc-notification-close:where(.uc-dark), :where(.uc-dark) .uc-notification-message .uc-notification-close {
  color: #fff;
}

.uc-notification-message .uc-notification-close svg, .uc-notification-message .uc-notification-close svg > * {
  fill: currentColor !important;
  stroke: currentColor !important;
}

[data-uc-img] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes reveal-image {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}

.uc-svg, .uc-svg > * {
  height: auto;
  width: auto;
  fill: currentColor !important;
}

@keyframes uc-spin {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes uc-bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(16px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes uc-fade {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes uc-flash {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.page-preload #wrapper {
  transition: opacity .35s cubic-bezier(.8, 0, .2, 1) 1s;
  opacity: 0;
}

.page-preload.loaded #wrapper {
  opacity: 1;
}

@keyframes preloader {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    transform-origin: top;
  }

  50% {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -101%);
    transform-origin: bottom;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -101%);
    transform-origin: bottom;
  }
}

@keyframes percentage {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 40px);
  }
}

[data-uc-marquee] {
  overflow: hidden;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
}

[data-uc-marquee] > * {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap, 16px);
  position: relative;
  user-select: none;
}

[data-uc-marquee] > * > * {
  white-space: nowrap;
  animation: marquee var(--speed, 30s) linear infinite;
}

[data-uc-marquee].reverse > * > * {
  animation-direction: reverse;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.swiper .swiper-match > * {
  display: flex;
  flex-direction: column;
}

.swiper .swiper-match > * > * {
  flex: 1;
}

:root {
  --color-white: white;
  --color-black: black;
}

html {
  font-variant-numeric: lining-nums;
}

.uc-link:hover, a:hover {
  text-decoration: none;
}

hr {
  opacity: .1 !important;
}

.border.border-white {
  border-color: #fff !important;
}

.uc-nav ul.uc-nav-sub {
  font-size: 95%;
  padding: 8px 16px;
}

.uc-nav ul.uc-nav-sub a {
  opacity: .5;
  transition: all .2s;
}

.uc-nav ul.uc-nav-sub a:hover {
  opacity: 1;
}

.uc-nav ul.uc-nav-sub li.uc-active a {
  opacity: 1;
}

.uc-nav a {
  position: relative;
  transition: all .2s;
}

.uc-nav .uc-parent a > span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform .2s;
}

.uc-nav .uc-parent.uc-open a > span {
  transform: translateY(-50%)rotate(45deg);
}

.uc-nav.uc-nav-modern > * {
  padding: 8px 16px;
}

.uc-nav.uc-nav-modern .uc-active, .uc-nav.uc-nav-modern .uc-parent {
  background-color: #80808016;
  border-radius: 10px;
}

.uc-switcher-nav > li > a {
  border-radius: 8px;
}

.uc-switcher-nav > li.uc-active > a {
  background: var(--color-primary);
  color: #fff;
}

.nav-pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
}

.nav-pagination a.uc-active {
  background: var(--color-primary);
  color: #fff;
}

.post-content p:first-child:first-letter {
  font-size: 5em;
  float: left;
  line-height: .9em;
  margin-right: 16px;
}

.post-navigation .new-post:hover button {
  color: var(--color-primary) !important;
}

.swiper .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  height: 4px;
  width: 24px;
  border-radius: 0;
}

.swiper .swiper-wrapper.col-match {
  flex-wrap: wrap;
}

.swiper .swiper-wrapper.col-match > * {
  display: flex;
  flex-direction: column;
}

.swiper .swiper-wrapper.col-match > * > * {
  flex: 1;
}

.swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  height: 4px;
  width: 24px;
  border-radius: 0;
}

@keyframes wave {
  0% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

img {
  font-size: 11px;
}

img.image-hover-revealer {
  --move-x: 0px;
  --move-y: 0px;
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
  transform: translateX(var(--move-x)) translateY(var(--move-y));
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  will-change: clip-path, transform;
  visibility: hidden;
  opacity: 0;
  transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), clip-path .4s cubic-bezier(.87, 0, .13, 1);
  clip-path: inset(0 0 0 100%);
}

[data-darkmode-toggle] {
  transform: scale(.9);
  transition: all .2s;
  z-index: 1000;
}

[data-darkmode-toggle] .switch {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

[data-darkmode-toggle] .switch > .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

[data-darkmode-toggle] .switch > .slider:before {
  content: "";
  font-family: Unicons;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  line-height: 1.2;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
  color: currentColor;
}

[data-darkmode-toggle] .switch > input {
  opacity: 0;
  width: 0;
  height: 0;
}

[data-darkmode-toggle] .switch > input:checked + .slider:before {
  content: "";
  color: currentColor;
}

[data-darkmode-toggle]:hover {
  transform: scale(1.1);
  opacity: 1;
}

[data-darkmode-switch] {
  display: inline-flex;
  vertical-align: middle;
}

[data-darkmode-switch] .switch {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 22px;
}

[data-darkmode-switch] .switch > .slider {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid;
  border-radius: 32px;
}

[data-darkmode-switch] .switch > .slider {
  background-color: var(--color-gray-25) !important;
  border-color: #c8c9ca !important;
}

:where(.uc-dark) [data-darkmode-switch] .switch > .slider, [data-darkmode-switch] .switch > .slider:where(.uc-dark) {
  background-color: var(--color-gray-700) !important;
  border-color: var(--color-gray-500) !important;
}

[data-darkmode-switch] .switch > .slider:before {
  content: "";
  font-family: Unicons;
  position: absolute;
  left: 1px;
  bottom: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 14px;
  border-radius: 20px;
  z-index: 1;
  color: currentColor;
  box-shadow: 0 1px 3px #96969640;
  -webkit-transition: all .3s !important;
  transition: all .3s !important;
}

[data-darkmode-switch] .switch > input {
  opacity: 0;
  width: 0;
  height: 0;
}

[data-darkmode-switch] .switch > input:checked + .slider:before {
  content: "";
  color: currentColor;
  transform: translateX(100%);
}

.prettyprint {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary-600) !important;
}

.prettyprint:where(.uc-dark), :where(.uc-dark) .prettyprint {
  background-color: var(--color-gray-800) !important;
  border-color: var(--color-gray-700) !important;
}

pre.prettyprint {
  --font-code-family: "IBM Plex Mono", monospace;
  font-style: normal;
  min-width: 100%;
  width: 45vw;
  max-height: 400px;
}

pre.prettyprint .tag {
  color: #d4458f;
}

:where(.uc-dark) pre.prettyprint .tag, pre.prettyprint .tag:where(.uc-dark) {
  color: #f472b6;
}

pre.prettyprint .atv {
  color: #5a89ca;
}

:where(.uc-dark) pre.prettyprint .atv, pre.prettyprint .atv:where(.uc-dark) {
  color: #82b6ff;
}

.alert {
  font-size: 90%;
}

.uc-table-striped tbody tr:nth-of-type(odd), .uc-table-striped > tr:nth-of-type(odd) {
  background: var(--color-secondary);
}

.uc-table-striped tbody tr:nth-of-type(odd):where(.uc-dark), .uc-table-striped > tr:nth-of-type(odd):where(.uc-dark), :where(.uc-dark) .uc-table-striped tbody tr:nth-of-type(odd), :where(.uc-dark) .uc-table-striped > tr:nth-of-type(odd) {
  background: #5d5d791a;
}

.text-transparent {
  color: #0000;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.uc-gdpr-notification {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .25s;
}

.uc-gdpr-notification.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.uc-navbar-container.uc-navbar-sticky {
  backdrop-filter: blur(8px);
}

.uc-navbar-container.uc-navbar-sticky {
  background-color: #fffc;
}

.uc-navbar-container.uc-navbar-sticky:where(.uc-dark), :where(.uc-dark) .uc-navbar-container.uc-navbar-sticky {
  background-color: #1f1f1fbf;
}

.uc-navbar-sticky .hide-on-sticky {
  display: none;
}

header.uc-preview-header .uc-navbar-nav > li > a {
  color: #000;
}

:where(.uc-dark) header.uc-preview-header .uc-navbar-nav > li > a, header.uc-preview-header .uc-navbar-nav > li > a:where(.uc-dark) {
  color: #fff;
}

header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li > a {
  opacity: .6;
}

header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li.uc-active > a {
  opacity: 1;
}

.uc-dropbar-inner.after-bg:after {
  background-color: var(--color-gray-25);
}

.uc-dropbar-inner.after-bg:where(.uc-dark):after, :where(.uc-dark) .uc-dropbar-inner.after-bg:after {
  background-color: var(--color-gray-800);
}

.uc-dropbar-inner.after-bg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  right: -70vw;
  top: 0;
  z-index: -1;
}

[dir="rtl"] .uc-dropbar-inner.after-bg:after {
  right: auto;
  left: -70vw;
}

header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a {
  color: #fff;
  transition: opacity .25s;
}

header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a:hover {
  opacity: .7;
  color: #fff !important;
}

header.uc-header.header-six .uc-navbar-nav > li.uc-active > a {
  color: var(--color-primary);
}

:where(.uc-dark) header.uc-header.header-six .uc-navbar-nav > li.uc-active > a, header.uc-header.header-six .uc-navbar-nav > li.uc-active > a:where(.uc-dark) {
  color: var(--color-lime-300);
}

header.uc-header.header-six > .uc-navbar-sticky {
  max-width: 1140px;
  margin: auto;
  border: 1px solid #00000026;
  box-shadow: 0 8px 24px -8px #00000026;
}

header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main {
  --uc-nav-height: 64px !important;
}

header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main .uc-navbar {
  min-height: 64px !important;
}

:root {
  --bs-link-color-rgb: var(--color-gray-900) !important;
}

:root:where(.uc-dark), :where(.uc-dark) :root {
  --bs-link-color-rgb: white !important;
}

.hero-five-contries {
  left: -18.5% !important;
}

[dir="rtl"] .hero-five-contries {
  left: auto !important;
  right: -18.5% !important;
}

.hero-five-account {
  right: -12% !important;
}

[dir="rtl"] .hero-five-account {
  right: auto !important;
  left: -12% !important;
}

.hero-ten-01 {
  left: -14% !important;
}

[dir="rtl"] .hero-ten-01 {
  left: auto !important;
  right: -14% !important;
}

.hero-ten-02 {
  right: -12% !important;
}

[dir="rtl"] .hero-ten-02 {
  right: auto !important;
  left: -12% !important;
}

.hero-ten-03 {
  right: -8% !important;
}

[dir="rtl"] .hero-ten-03 {
  right: auto !important;
  left: -8% !important;
}

.swiper .swiper-pagination-bullet, .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 0;
  height: 8px !important;
  width: 8px !important;
  border-radius: 8px !important;
}

.swiper-timeline .swiper-slide:first-child .timeline-box:before {
  left: 50% !important;
}

[dir="rtl"] .swiper-timeline .swiper-slide:first-child .timeline-box:before {
  left: 0 !important;
  right: 50% !important;
}

.swiper-timeline .swiper-slide:last-child .timeline-box:before {
  right: 50% !important;
}

[dir="rtl"] .swiper-timeline .swiper-slide:last-child .timeline-box:before {
  right: 0 !important;
  left: 50% !important;
}

.swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .image {
  transform: scale(1);
  opacity: 1;
}

.swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .content, .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .title {
  opacity: 1;
}

.swiper-timeline .swiper-slide.swiper-slide-active .timeline-box:after {
  transform: scale(1);
}

.timeline-box {
  --image-box-height: 200px;
  --half-gap: 40px;
  position: relative;
  transition: all .25s ease-in-out;
}

.timeline-box:after, .timeline-box:before {
  content: "";
  position: absolute;
  display: block;
  transition: all .25s ease-in-out;
}

.timeline-box:after, .timeline-box:before {
  background: var(--color-gray-900);
}

.timeline-box:after:where(), .timeline-box:before:where(), :where(.uc-dark) .timeline-box:after, :where(.uc-dark) .timeline-box:before {
  background: #fff;
}

.timeline-box:before {
  top: calc(var(--image-box-height)  + var(--half-gap));
  right: 0;
  left: 0;
  width: auto;
  height: 1px;
  opacity: .15;
}

.timeline-box:after {
  top: calc(var(--image-box-height)  + var(--half-gap)  - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: scale(.5);
  transition: transform .25s;
}

.timeline-box:after {
  left: auto !important;
}

[dir="rtl"] .timeline-box:after {
  left: calc(50% - 10px) !important;
  right: auto !important;
}

.timeline-box .image {
  opacity: .6;
  transform: scale(.9);
  transition: all .25s ease-in-out;
}

.timeline-box .content, .timeline-box .title {
  opacity: .6;
  transition: all .25s ease-in-out;
}

.main-features-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.main-features-nav > li {
  position: relative;
  width: 100%;
}

.main-features-nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0 16px;
  line-height: 80px !important;
}

.main-features-nav > li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid #0000;
  width: 0%;
  transition: all cubic-bezier(1, 0, 0, 1);
}

.main-features-nav > li.uc-active:before {
  border-color: var(--color-primary);
  width: 100%;
  transition-duration: .5s;
}

.uc-link {
  font-weight: 500;
}

.uc-navbar-nav > li > a[aria-expanded="true"] {
  box-shadow: inset 0 3px var(--color-primary);
}

.uc-switcher-nav > li > a {
  border-radius: 12px;
}

.uc-subnav-outline-pill > li > a {
  border: 1px solid var(--border-color);
  border-radius: 50rem;
  padding: 8px 24px;
}

.uc-subnav-outline-pill > li > a {
  color: var(--color-gray-900) !important;
}

.uc-subnav-outline-pill > li > a:where(.uc-dark), :where(.uc-dark) .uc-subnav-outline-pill > li > a {
  color: #fff !important;
}

.uc-subnav-outline-pill > li.uc-active > a {
  background-color: var(--color-tertiary-300);
}

.uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark), :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
  background-color: var(--color-primary);
}

.uc-subnav-outline-pill > li.uc-active > a {
  border-color: var(--color-gray-900);
}

.uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark), :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
  border-color: var(--color-primary-400);
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: var(--color-primary);
  --bs-secondary: #f5eee9;
  --bs-success: #4caf50;
  --bs-info: #09c;
  --bs-warning: #ffb307;
  --bs-danger: #e44b4b;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-gray: #45454c;
  --bs-gray-10: #f9f9fa;
  --bs-gray-25: #f6f6f6;
  --bs-gray-50: #ececed;
  --bs-gray-100: #dadadb;
  --bs-gray-200: #b5b5b7;
  --bs-gray-300: #8f8f94;
  --bs-gray-400: #6a6a70;
  --bs-gray-500: #45454c;
  --bs-gray-600: #37373d;
  --bs-gray-700: #29292e;
  --bs-gray-800: #1c1c1e;
  --bs-gray-900: #0e0e0f;
  --bs-slate: #6b7280;
  --bs-slate-10: #fbfbfb;
  --bs-slate-25: #f8f8f9;
  --bs-slate-50: #f0f1f2;
  --bs-slate-100: #e1e3e6;
  --bs-slate-200: #c4c7cc;
  --bs-slate-300: #a6aab3;
  --bs-slate-400: #898e99;
  --bs-slate-500: #6b7280;
  --bs-slate-600: #565b66;
  --bs-slate-700: #40444d;
  --bs-slate-800: #2b2e33;
  --bs-slate-900: #15171a;
  --bs-primary-10: #f8fbfa;
  --bs-primary-25: #f3f8f7;
  --bs-primary-50: #e7f1ef;
  --bs-primary-100: #d0e3de;
  --bs-primary-200: #a0c6bd;
  --bs-primary-300: #71aa9d;
  --bs-primary-400: #418d7c;
  --bs-primary-500: var(--color-primary);
  --bs-primary-600: var(--btn-hover-border-color);
  --bs-primary-700: #0b4437;
  --bs-primary-800: #072d24;
  --bs-primary-900: #041712;
  --bs-secondary-10: #fffefe;
  --bs-secondary-25: #fffefe;
  --bs-secondary-50: #fefdfd;
  --bs-secondary-100: #fdfcfb;
  --bs-secondary-200: #fbf8f6;
  --bs-secondary-300: #f9f5f2;
  --bs-secondary-400: #f7f1ed;
  --bs-secondary-500: #f5eee9;
  --bs-secondary-600: #c4beba;
  --bs-secondary-700: #938f8c;
  --bs-secondary-800: #625f5d;
  --bs-secondary-900: #31302f;
  --bs-info-10: #f7fcfd;
  --bs-info-25: #f2fafc;
  --bs-info-50: #e6f5fa;
  --bs-info-100: #ccebf5;
  --bs-info-200: #99d6eb;
  --bs-info-300: #66c2e0;
  --bs-info-400: #33add6;
  --bs-info-500: #09c;
  --bs-info-600: #007aa3;
  --bs-info-700: #005c7a;
  --bs-info-800: #003d52;
  --bs-info-900: #001f29;
  --bs-success-10: #fafdfa;
  --bs-success-25: #f6fbf6;
  --bs-success-50: #edf7ee;
  --bs-success-100: #dbefdc;
  --bs-success-200: #b7dfb9;
  --bs-success-300: #94cf96;
  --bs-success-400: #70bf73;
  --bs-success-500: #4caf50;
  --bs-success-600: #3d8c40;
  --bs-success-700: #2e6930;
  --bs-success-800: #1e4620;
  --bs-success-900: #0f2310;
  --bs-warning-10: #fffdf8;
  --bs-warning-25: #fffbf3;
  --bs-warning-50: #fff7e6;
  --bs-warning-100: #fff0cd;
  --bs-warning-200: #ffe19c;
  --bs-warning-300: #ffd16a;
  --bs-warning-400: #ffc239;
  --bs-warning-500: #ffb307;
  --bs-warning-600: #cc8f06;
  --bs-warning-700: #996b04;
  --bs-warning-800: #664803;
  --bs-warning-900: #332401;
  --bs-danger-10: #fefafa;
  --bs-danger-25: #fef6f6;
  --bs-danger-50: #fceded;
  --bs-danger-100: #fadbdb;
  --bs-danger-200: #f4b7b7;
  --bs-danger-300: #ef9393;
  --bs-danger-400: #e96f6f;
  --bs-danger-500: #e44b4b;
  --bs-danger-600: #b63c3c;
  --bs-danger-700: #892d2d;
  --bs-danger-800: #5b1e1e;
  --bs-danger-900: #2e0f0f;
  --bs-blue: #078af3;
  --bs-blue-10: #f8fbff;
  --bs-blue-25: #f3f9fe;
  --bs-blue-50: #e6f3fe;
  --bs-blue-100: #cde8fd;
  --bs-blue-200: #9cd0fa;
  --bs-blue-300: #6ab9f8;
  --bs-blue-400: #39a1f5;
  --bs-blue-500: #078af3;
  --bs-blue-600: #066ec2;
  --bs-blue-700: #045392;
  --bs-blue-800: #033761;
  --bs-blue-900: #011c31;
  --bs-indigo: #553cdf;
  --bs-indigo-10: #faf9fe;
  --bs-indigo-25: #f7f5fd;
  --bs-indigo-50: #eeecfc;
  --bs-indigo-100: #ddd8f9;
  --bs-indigo-200: #bbb1f2;
  --bs-indigo-300: #998aec;
  --bs-indigo-400: #7763e5;
  --bs-indigo-500: #553cdf;
  --bs-indigo-600: #4430b2;
  --bs-indigo-700: #332486;
  --bs-indigo-800: #221859;
  --bs-indigo-900: #110c2d;
  --bs-purple: #8921e4;
  --bs-purple-10: #fbf8fe;
  --bs-purple-25: #f9f4fe;
  --bs-purple-50: #f3e9fc;
  --bs-purple-100: #e7d3fa;
  --bs-purple-200: #d0a6f4;
  --bs-purple-300: #b87aef;
  --bs-purple-400: #a14de9;
  --bs-purple-500: #8921e4;
  --bs-purple-600: #6e1ab6;
  --bs-purple-700: #521489;
  --bs-purple-800: #370d5b;
  --bs-purple-900: #1b072e;
  --bs-red: #ea4335;
  --bs-red-10: #fef9f9;
  --bs-red-25: #fef6f5;
  --bs-red-50: #fdeceb;
  --bs-red-100: #fbd9d7;
  --bs-red-200: #f7b4ae;
  --bs-red-300: #f28e86;
  --bs-red-400: #ee695d;
  --bs-red-500: #ea4335;
  --bs-red-600: #bb362a;
  --bs-red-700: #8c2820;
  --bs-red-800: #5e1b15;
  --bs-red-900: #2f0d0b;
  --bs-rose: #d20e4f;
  --bs-rose-10: #fef8fa;
  --bs-rose-25: #fdf3f6;
  --bs-rose-50: #fbe7ed;
  --bs-rose-100: #f6cfdc;
  --bs-rose-200: #ed9fb9;
  --bs-rose-300: #e46e95;
  --bs-rose-400: #db3e72;
  --bs-rose-500: #d20e4f;
  --bs-rose-600: #a80b3f;
  --bs-rose-700: #7e082f;
  --bs-rose-800: #540620;
  --bs-rose-900: #2a0310;
  --bs-pink: #f06b9d;
  --bs-pink-10: #fffbfc;
  --bs-pink-25: #fef8fa;
  --bs-pink-50: #fef0f5;
  --bs-pink-100: #fce1eb;
  --bs-pink-200: #f9c4d8;
  --bs-pink-300: #f6a6c4;
  --bs-pink-400: #f389b1;
  --bs-pink-500: #f06b9d;
  --bs-pink-600: #c0567e;
  --bs-pink-700: #90405e;
  --bs-pink-800: #602b3f;
  --bs-pink-900: #30151f;
  --bs-orange: #fb6b1e;
  --bs-orange-10: #fffbf8;
  --bs-orange-25: #fff8f4;
  --bs-orange-50: #fff0e9;
  --bs-orange-100: #fee1d2;
  --bs-orange-200: #fdc4a5;
  --bs-orange-300: #fda678;
  --bs-orange-400: #fc894b;
  --bs-orange-500: #fb6b1e;
  --bs-orange-600: #c95618;
  --bs-orange-700: #974012;
  --bs-orange-800: #642b0c;
  --bs-orange-900: #321506;
  --bs-yellow: #fcbc05;
  --bs-yellow-10: #fffdf8;
  --bs-yellow-25: #fffcf3;
  --bs-yellow-50: #fff8e6;
  --bs-yellow-100: #fef2cd;
  --bs-yellow-200: #fee49b;
  --bs-yellow-300: #fdd769;
  --bs-yellow-400: #fdc937;
  --bs-yellow-500: #fcbc05;
  --bs-yellow-600: #ca9604;
  --bs-yellow-700: #977103;
  --bs-yellow-800: #654b02;
  --bs-yellow-900: #322601;
  --bs-green: #34a853;
  --bs-green-10: #f9fcfa;
  --bs-green-25: #f5fbf6;
  --bs-green-50: #ebf6ee;
  --bs-green-100: #d6eedd;
  --bs-green-200: #aedcba;
  --bs-green-300: #85cb98;
  --bs-green-400: #5db975;
  --bs-green-500: #34a853;
  --bs-green-600: #2a8642;
  --bs-green-700: #1f6532;
  --bs-green-800: #154321;
  --bs-green-900: #0a2211;
  --bs-lime: #aef359;
  --bs-lime-10: #fdfffa;
  --bs-lime-25: #fbfef7;
  --bs-lime-50: #f7feee;
  --bs-lime-100: #effdde;
  --bs-lime-200: #dffabd;
  --bs-lime-300: #cef89b;
  --bs-lime-400: #bef57a;
  --bs-lime-500: #aef359;
  --bs-lime-600: #8bc247;
  --bs-lime-700: #689235;
  --bs-lime-800: #466124;
  --bs-lime-900: #233112;
  --bs-teal: #06f6c6;
  --bs-teal-10: #f8fffd;
  --bs-teal-25: #f3fffc;
  --bs-teal-50: #e6fef9;
  --bs-teal-100: #cdfdf4;
  --bs-teal-200: #9bfbe8;
  --bs-teal-300: #6afadd;
  --bs-teal-400: #38f8d1;
  --bs-teal-500: #06f6c6;
  --bs-teal-600: #05c59e;
  --bs-teal-700: #049477;
  --bs-teal-800: #02624f;
  --bs-teal-900: #013128;
  --bs-cyan: #38e1ff;
  --bs-cyan-10: #f9feff;
  --bs-cyan-25: #f5feff;
  --bs-cyan-50: #ebfcff;
  --bs-cyan-100: #d7f9ff;
  --bs-cyan-200: #aff3ff;
  --bs-cyan-300: #88edff;
  --bs-cyan-400: #60e7ff;
  --bs-cyan-500: #38e1ff;
  --bs-cyan-600: #2db4cc;
  --bs-cyan-700: #228799;
  --bs-cyan-800: #165a66;
  --bs-cyan-900: #0b2d33;
  --bs-secondary-rgb: 245, 238, 233;
  --bs-success-rgb: 76, 175, 80;
  --bs-info-rgb: 0, 153, 204;
  --bs-warning-rgb: 255, 179, 7;
  --bs-danger-rgb: 228, 75, 75;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-gray-rgb: 69, 69, 76;
  --bs-gray-10-rgb: 249, 249, 250;
  --bs-gray-25-rgb: 246, 246, 246;
  --bs-gray-50-rgb: 236, 236, 237;
  --bs-gray-100-rgb: 218, 218, 219;
  --bs-gray-200-rgb: 181, 181, 183;
  --bs-gray-300-rgb: 143, 143, 148;
  --bs-gray-400-rgb: 106, 106, 112;
  --bs-gray-500-rgb: 69, 69, 76;
  --bs-gray-600-rgb: 55, 55, 61;
  --bs-gray-700-rgb: 41, 41, 46;
  --bs-gray-800-rgb: 28, 28, 30;
  --bs-gray-900-rgb: 14, 14, 15;
  --bs-slate-rgb: 107, 114, 128;
  --bs-slate-10-rgb: 251, 251, 251;
  --bs-slate-25-rgb: 248, 248, 249;
  --bs-slate-50-rgb: 240, 241, 242;
  --bs-slate-100-rgb: 225, 227, 230;
  --bs-slate-200-rgb: 196, 199, 204;
  --bs-slate-300-rgb: 166, 170, 179;
  --bs-slate-400-rgb: 137, 142, 153;
  --bs-slate-500-rgb: 107, 114, 128;
  --bs-slate-600-rgb: 86, 91, 102;
  --bs-slate-700-rgb: 64, 68, 77;
  --bs-slate-800-rgb: 43, 46, 51;
  --bs-slate-900-rgb: 21, 23, 26;
  --bs-primary-10-rgb: 248, 251, 250;
  --bs-primary-25-rgb: 243, 248, 247;
  --bs-primary-50-rgb: 231, 241, 239;
  --bs-primary-100-rgb: 208, 227, 222;
  --bs-primary-200-rgb: 160, 198, 189;
  --bs-primary-300-rgb: 113, 170, 157;
  --bs-primary-400-rgb: 65, 141, 124;
  --bs-primary-500-rgb: var(--bs-primary-rgb);
  --bs-primary-600-rgb: 14, 90, 73;
  --bs-primary-700-rgb: 11, 68, 55;
  --bs-primary-800-rgb: 7, 45, 36;
  --bs-primary-900-rgb: 4, 23, 18;
  --bs-secondary-10-rgb: 255, 254, 254;
  --bs-secondary-25-rgb: 255, 254, 254;
  --bs-secondary-50-rgb: 254, 253, 253;
  --bs-secondary-100-rgb: 253, 252, 251;
  --bs-secondary-200-rgb: 251, 248, 246;
  --bs-secondary-300-rgb: 249, 245, 242;
  --bs-secondary-400-rgb: 247, 241, 237;
  --bs-secondary-500-rgb: 245, 238, 233;
  --bs-secondary-600-rgb: 196, 190, 186;
  --bs-secondary-700-rgb: 147, 143, 140;
  --bs-secondary-800-rgb: 98, 95, 93;
  --bs-secondary-900-rgb: 49, 48, 47;
  --bs-info-10-rgb: 247, 252, 253;
  --bs-info-25-rgb: 242, 250, 252;
  --bs-info-50-rgb: 230, 245, 250;
  --bs-info-100-rgb: 204, 235, 245;
  --bs-info-200-rgb: 153, 214, 235;
  --bs-info-300-rgb: 102, 194, 224;
  --bs-info-400-rgb: 51, 173, 214;
  --bs-info-500-rgb: 0, 153, 204;
  --bs-info-600-rgb: 0, 122, 163;
  --bs-info-700-rgb: 0, 92, 122;
  --bs-info-800-rgb: 0, 61, 82;
  --bs-info-900-rgb: 0, 31, 41;
  --bs-success-10-rgb: 250, 253, 250;
  --bs-success-25-rgb: 246, 251, 246;
  --bs-success-50-rgb: 237, 247, 238;
  --bs-success-100-rgb: 219, 239, 220;
  --bs-success-200-rgb: 183, 223, 185;
  --bs-success-300-rgb: 148, 207, 150;
  --bs-success-400-rgb: 112, 191, 115;
  --bs-success-500-rgb: 76, 175, 80;
  --bs-success-600-rgb: 61, 140, 64;
  --bs-success-700-rgb: 46, 105, 48;
  --bs-success-800-rgb: 30, 70, 32;
  --bs-success-900-rgb: 15, 35, 16;
  --bs-warning-10-rgb: 255, 253, 248;
  --bs-warning-25-rgb: 255, 251, 243;
  --bs-warning-50-rgb: 255, 247, 230;
  --bs-warning-100-rgb: 255, 240, 205;
  --bs-warning-200-rgb: 255, 225, 156;
  --bs-warning-300-rgb: 255, 209, 106;
  --bs-warning-400-rgb: 255, 194, 57;
  --bs-warning-500-rgb: 255, 179, 7;
  --bs-warning-600-rgb: 204, 143, 6;
  --bs-warning-700-rgb: 153, 107, 4;
  --bs-warning-800-rgb: 102, 72, 3;
  --bs-warning-900-rgb: 51, 36, 1;
  --bs-danger-10-rgb: 254, 250, 250;
  --bs-danger-25-rgb: 254, 246, 246;
  --bs-danger-50-rgb: 252, 237, 237;
  --bs-danger-100-rgb: 250, 219, 219;
  --bs-danger-200-rgb: 244, 183, 183;
  --bs-danger-300-rgb: 239, 147, 147;
  --bs-danger-400-rgb: 233, 111, 111;
  --bs-danger-500-rgb: 228, 75, 75;
  --bs-danger-600-rgb: 182, 60, 60;
  --bs-danger-700-rgb: 137, 45, 45;
  --bs-danger-800-rgb: 91, 30, 30;
  --bs-danger-900-rgb: 46, 15, 15;
  --bs-blue-rgb: 7, 138, 243;
  --bs-blue-10-rgb: 248, 251, 255;
  --bs-blue-25-rgb: 243, 249, 254;
  --bs-blue-50-rgb: 230, 243, 254;
  --bs-blue-100-rgb: 205, 232, 253;
  --bs-blue-200-rgb: 156, 208, 250;
  --bs-blue-300-rgb: 106, 185, 248;
  --bs-blue-400-rgb: 57, 161, 245;
  --bs-blue-500-rgb: 7, 138, 243;
  --bs-blue-600-rgb: 6, 110, 194;
  --bs-blue-700-rgb: 4, 83, 146;
  --bs-blue-800-rgb: 3, 55, 97;
  --bs-blue-900-rgb: 1, 28, 49;
  --bs-indigo-rgb: 85, 60, 223;
  --bs-indigo-10-rgb: 250, 249, 254;
  --bs-indigo-25-rgb: 247, 245, 253;
  --bs-indigo-50-rgb: 238, 236, 252;
  --bs-indigo-100-rgb: 221, 216, 249;
  --bs-indigo-200-rgb: 187, 177, 242;
  --bs-indigo-300-rgb: 153, 138, 236;
  --bs-indigo-400-rgb: 119, 99, 229;
  --bs-indigo-500-rgb: 85, 60, 223;
  --bs-indigo-600-rgb: 68, 48, 178;
  --bs-indigo-700-rgb: 51, 36, 134;
  --bs-indigo-800-rgb: 34, 24, 89;
  --bs-indigo-900-rgb: 17, 12, 45;
  --bs-purple-rgb: 137, 33, 228;
  --bs-purple-10-rgb: 251, 248, 254;
  --bs-purple-25-rgb: 249, 244, 254;
  --bs-purple-50-rgb: 243, 233, 252;
  --bs-purple-100-rgb: 231, 211, 250;
  --bs-purple-200-rgb: 208, 166, 244;
  --bs-purple-300-rgb: 184, 122, 239;
  --bs-purple-400-rgb: 161, 77, 233;
  --bs-purple-500-rgb: 137, 33, 228;
  --bs-purple-600-rgb: 110, 26, 182;
  --bs-purple-700-rgb: 82, 20, 137;
  --bs-purple-800-rgb: 55, 13, 91;
  --bs-purple-900-rgb: 27, 7, 46;
  --bs-red-rgb: 234, 67, 53;
  --bs-red-10-rgb: 254, 249, 249;
  --bs-red-25-rgb: 254, 246, 245;
  --bs-red-50-rgb: 253, 236, 235;
  --bs-red-100-rgb: 251, 217, 215;
  --bs-red-200-rgb: 247, 180, 174;
  --bs-red-300-rgb: 242, 142, 134;
  --bs-red-400-rgb: 238, 105, 93;
  --bs-red-500-rgb: 234, 67, 53;
  --bs-red-600-rgb: 187, 54, 42;
  --bs-red-700-rgb: 140, 40, 32;
  --bs-red-800-rgb: 94, 27, 21;
  --bs-red-900-rgb: 47, 13, 11;
  --bs-rose-rgb: 210, 14, 79;
  --bs-rose-10-rgb: 254, 248, 250;
  --bs-rose-25-rgb: 253, 243, 246;
  --bs-rose-50-rgb: 251, 231, 237;
  --bs-rose-100-rgb: 246, 207, 220;
  --bs-rose-200-rgb: 237, 159, 185;
  --bs-rose-300-rgb: 228, 110, 149;
  --bs-rose-400-rgb: 219, 62, 114;
  --bs-rose-500-rgb: 210, 14, 79;
  --bs-rose-600-rgb: 168, 11, 63;
  --bs-rose-700-rgb: 126, 8, 47;
  --bs-rose-800-rgb: 84, 6, 32;
  --bs-rose-900-rgb: 42, 3, 16;
  --bs-pink-rgb: 240, 107, 157;
  --bs-pink-10-rgb: 255, 251, 252;
  --bs-pink-25-rgb: 254, 248, 250;
  --bs-pink-50-rgb: 254, 240, 245;
  --bs-pink-100-rgb: 252, 225, 235;
  --bs-pink-200-rgb: 249, 196, 216;
  --bs-pink-300-rgb: 246, 166, 196;
  --bs-pink-400-rgb: 243, 137, 177;
  --bs-pink-500-rgb: 240, 107, 157;
  --bs-pink-600-rgb: 192, 86, 126;
  --bs-pink-700-rgb: 144, 64, 94;
  --bs-pink-800-rgb: 96, 43, 63;
  --bs-pink-900-rgb: 48, 21, 31;
  --bs-orange-rgb: 251, 107, 30;
  --bs-orange-10-rgb: 255, 251, 248;
  --bs-orange-25-rgb: 255, 248, 244;
  --bs-orange-50-rgb: 255, 240, 233;
  --bs-orange-100-rgb: 254, 225, 210;
  --bs-orange-200-rgb: 253, 196, 165;
  --bs-orange-300-rgb: 253, 166, 120;
  --bs-orange-400-rgb: 252, 137, 75;
  --bs-orange-500-rgb: 251, 107, 30;
  --bs-orange-600-rgb: 201, 86, 24;
  --bs-orange-700-rgb: 151, 64, 18;
  --bs-orange-800-rgb: 100, 43, 12;
  --bs-orange-900-rgb: 50, 21, 6;
  --bs-yellow-rgb: 252, 188, 5;
  --bs-yellow-10-rgb: 255, 253, 248;
  --bs-yellow-25-rgb: 255, 252, 243;
  --bs-yellow-50-rgb: 255, 248, 230;
  --bs-yellow-100-rgb: 254, 242, 205;
  --bs-yellow-200-rgb: 254, 228, 155;
  --bs-yellow-300-rgb: 253, 215, 105;
  --bs-yellow-400-rgb: 253, 201, 55;
  --bs-yellow-500-rgb: 252, 188, 5;
  --bs-yellow-600-rgb: 202, 150, 4;
  --bs-yellow-700-rgb: 151, 113, 3;
  --bs-yellow-800-rgb: 101, 75, 2;
  --bs-yellow-900-rgb: 50, 38, 1;
  --bs-green-rgb: 52, 168, 83;
  --bs-green-10-rgb: 249, 252, 250;
  --bs-green-25-rgb: 245, 251, 246;
  --bs-green-50-rgb: 235, 246, 238;
  --bs-green-100-rgb: 214, 238, 221;
  --bs-green-200-rgb: 174, 220, 186;
  --bs-green-300-rgb: 133, 203, 152;
  --bs-green-400-rgb: 93, 185, 117;
  --bs-green-500-rgb: 52, 168, 83;
  --bs-green-600-rgb: 42, 134, 66;
  --bs-green-700-rgb: 31, 101, 50;
  --bs-green-800-rgb: 21, 67, 33;
  --bs-green-900-rgb: 10, 34, 17;
  --bs-lime-rgb: 174, 243, 89;
  --bs-lime-10-rgb: 253, 255, 250;
  --bs-lime-25-rgb: 251, 254, 247;
  --bs-lime-50-rgb: 247, 254, 238;
  --bs-lime-100-rgb: 239, 253, 222;
  --bs-lime-200-rgb: 223, 250, 189;
  --bs-lime-300-rgb: 206, 248, 155;
  --bs-lime-400-rgb: 190, 245, 122;
  --bs-lime-500-rgb: 174, 243, 89;
  --bs-lime-600-rgb: 139, 194, 71;
  --bs-lime-700-rgb: 104, 146, 53;
  --bs-lime-800-rgb: 70, 97, 36;
  --bs-lime-900-rgb: 35, 49, 18;
  --bs-teal-rgb: 6, 246, 198;
  --bs-teal-10-rgb: 248, 255, 253;
  --bs-teal-25-rgb: 243, 255, 252;
  --bs-teal-50-rgb: 230, 254, 249;
  --bs-teal-100-rgb: 205, 253, 244;
  --bs-teal-200-rgb: 155, 251, 232;
  --bs-teal-300-rgb: 106, 250, 221;
  --bs-teal-400-rgb: 56, 248, 209;
  --bs-teal-500-rgb: 6, 246, 198;
  --bs-teal-600-rgb: 5, 197, 158;
  --bs-teal-700-rgb: 4, 148, 119;
  --bs-teal-800-rgb: 2, 98, 79;
  --bs-teal-900-rgb: 1, 49, 40;
  --bs-cyan-rgb: 56, 225, 255;
  --bs-cyan-10-rgb: 249, 254, 255;
  --bs-cyan-25-rgb: 245, 254, 255;
  --bs-cyan-50-rgb: 235, 252, 255;
  --bs-cyan-100-rgb: 215, 249, 255;
  --bs-cyan-200-rgb: 175, 243, 255;
  --bs-cyan-300-rgb: 136, 237, 255;
  --bs-cyan-400-rgb: 96, 231, 255;
  --bs-cyan-500-rgb: 56, 225, 255;
  --bs-cyan-600-rgb: 45, 180, 204;
  --bs-cyan-700-rgb: 34, 135, 153;
  --bs-cyan-800-rgb: 22, 90, 102;
  --bs-cyan-900-rgb: 11, 45, 51;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --bs-body-font-family: var(--font-family-primary);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #83838340;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*, :after, :before {
  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: transparent;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: var(--font-family-secondary);
  font-weight: 700;
  color: var(--bs-heading-color, inherit);
}

p {
  margin: 0;
}

p + p {
  margin-top: 1rem;
}

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

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

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

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

b, strong {
  font-weight: 700;
}

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

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

sup {
  top: -.5em;
}

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

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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

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

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

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

a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

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

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, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

[type="button"]: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;
}

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

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.display-5 {
  font-size: var(--sizes-heading-display-5-size) !important;
  line-height: var(--sizes-heading-display-5-lh) !important;
  letter-spacing: var(--sizes-heading-display-5-lp) !important;
}

.h1 {
  font-size: var(--sizes-heading-h1-size) !important;
  line-height: var(--sizes-heading-h1-lh) !important;
  letter-spacing: var(--sizes-heading-h1-lp) !important;
}

.h2 {
  font-size: var(--sizes-heading-h2-size) !important;
  line-height: var(--sizes-heading-h2-lh) !important;
  letter-spacing: var(--sizes-heading-h2-lp) !important;
}

.h3 {
  font-size: var(--sizes-heading-h3-size) !important;
  line-height: var(--sizes-heading-h3-lh) !important;
  letter-spacing: var(--sizes-heading-h3-lp) !important;
}

.h4 {
  font-size: var(--sizes-heading-h4-size) !important;
  line-height: var(--sizes-heading-h4-lh) !important;
  letter-spacing: var(--sizes-heading-h4-lp) !important;
}

.h5 {
  font-size: var(--sizes-heading-h5-size) !important;
  line-height: var(--sizes-heading-h5-lh) !important;
  letter-spacing: var(--sizes-heading-h5-lp) !important;
}

.h6 {
  font-size: var(--sizes-heading-h6-size) !important;
  line-height: var(--sizes-heading-h6-lh) !important;
  letter-spacing: var(--sizes-heading-h6-lp) !important;
}

@media (width >= 459px) {
  .sm\:display-2 {
    font-size: var(--sizes-heading-display-2-size) !important;
    line-height: var(--sizes-heading-display-2-lh) !important;
    letter-spacing: var(--sizes-heading-display-2-lp) !important;
  }

  .sm\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .sm\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .sm\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .sm\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .sm\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .sm\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
}

@media (width >= 768px) {
  .md\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }

  .md\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .md\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .md\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .md\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .md\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .md\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
}

@media (width >= 992px) {
  .lg\:display-4 {
    font-size: var(--sizes-heading-display-4-size) !important;
    line-height: var(--sizes-heading-display-4-lh) !important;
    letter-spacing: var(--sizes-heading-display-4-lp) !important;
  }

  .lg\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }

  .lg\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .lg\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .lg\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .lg\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .lg\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .lg\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }

  .lg\:h6 {
    font-size: var(--sizes-heading-h6-size) !important;
    line-height: var(--sizes-heading-h6-lh) !important;
    letter-spacing: var(--sizes-heading-h6-lp) !important;
  }
}

@media (width >= 1200px) {
  .xl\:display-3 {
    font-size: var(--sizes-heading-display-3-size) !important;
    line-height: var(--sizes-heading-display-3-lh) !important;
    letter-spacing: var(--sizes-heading-display-3-lp) !important;
  }

  .xl\:display-4 {
    font-size: var(--sizes-heading-display-4-size) !important;
    line-height: var(--sizes-heading-display-4-lh) !important;
    letter-spacing: var(--sizes-heading-display-4-lp) !important;
  }

  .xl\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }

  .xl\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .xl\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .xl\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .xl\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .xl\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .xl\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
}

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

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-family: var(--font-family-secondary);
  font-weight: 700;
}

@media (width >= 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.figure {
  display: inline-block;
}

.container {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (width >= 459px) {
  .container {
    max-width: 540px;
  }
}

@media (width >= 768px) {
  .container {
    max-width: 720px;
  }
}

@media (width >= 992px) {
  .container {
    max-width: 960px;
  }
}

@media (width >= 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (width >= 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

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

.row.col-match {
  flex-wrap: wrap;
}

.row.col-match > *, .row.col-match > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.row.col-match > * > *, .row.col-match > [class*="col-"] > * {
  flex: 1;
}

.row.uc-grid:not(.uc-flex-wrap-top), .row.uc-grid > :not(.uc-grid-margin) {
  margin-top: 0;
}

.expand-container {
  --grid-gap: var(--bs-gutter-x);
  --scroll-width: var(--body-scroll-width, 17px);
  --container-width: calc((100% + var(--grid-gap)) * var(--grid-total) / var(--grid-count)  - var(--grid-gap));
  --expand-size: calc((100vw - var(--scroll-width)  - var(--container-width)) / -2);
  margin-right: var(--expand-size);
  margin-left: var(--expand-size);
}

.g-0 .expand-container, .g-0 html.bp-lg .g-0, .g-0 html.bp-md .g-0, .g-0 html.bp-sm .g-0, .g-0 html.bp-xl .g-0, .g-0 html.bp-xs .g-0, .g-0 html.bp-xxl .g-0, .gx-0 .expand-container, .gx-0 html.bp-lg .g-0, .gx-0 html.bp-md .g-0, .gx-0 html.bp-sm .g-0, .gx-0 html.bp-xl .g-0, .gx-0 html.bp-xs .g-0, .gx-0 html.bp-xxl .g-0 {
  --grid-gap: 0rem;
}

.child-cols > * {
  flex: 1;
}

.child-cols-3 > * {
  --grid-total: 12;
  --grid-count: 3;
  flex: none;
  width: 25%;
}

.child-cols-4 > * {
  --grid-total: 12;
  --grid-count: 4;
  flex: none;
  width: 33.3333%;
}

.child-cols-6 > * {
  --grid-total: 12;
  --grid-count: 6;
  flex: none;
  width: 50%;
}

.child-cols-12 > * {
  --grid-total: 12;
  --grid-count: 12;
  flex: none;
  width: 100%;
}

@media (width >= 459px) {
  .sm\:child-cols > * {
    flex: 1 0;
  }

  .sm\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .sm\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 768px) {
  .md\:child-cols > * {
    flex: 1 0;
  }

  .md\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .md\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 992px) {
  .lg\:child-cols > * {
    flex: 1 0;
  }

  .lg\:child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .lg\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .lg\:child-cols-5 > * {
    --grid-total: 12;
    --grid-count: 5;
    flex: none;
    width: 41.6667%;
  }

  .lg\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 1200px) {
  .xl\:child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .xl\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }
}

.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}

.col {
  flex: 1 0;
}

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

.col-3 {
  --grid-total: 12;
  --grid-count: 3;
  flex: none;
  width: 25%;
}

.col-4 {
  --grid-total: 12;
  --grid-count: 4;
  flex: none;
  width: 33.3333%;
}

.col-5 {
  --grid-total: 12;
  --grid-count: 5;
  flex: none;
  width: 41.6667%;
}

.col-7 {
  --grid-total: 12;
  --grid-count: 7;
  flex: none;
  width: 58.3333%;
}

.col-8 {
  --grid-total: 12;
  --grid-count: 8;
  flex: none;
  width: 66.6667%;
}

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

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

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

.g-1 {
  --bs-gutter-x: .5rem;
}

.g-1 {
  --bs-gutter-y: .5rem;
}

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

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

.g-3 {
  --bs-gutter-x: 1.5rem;
}

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

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

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

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

.g-5 {
  --bs-gutter-y: 2.5rem;
}

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

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

.g-8 {
  --bs-gutter-x: 4rem;
}

.g-8 {
  --bs-gutter-y: 4rem;
}

.g-9 {
  --bs-gutter-x: 5rem;
}

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

@media (width >= 768px) {
  .col-md-2 {
    --grid-total: 12;
    --grid-count: 2;
    flex: none;
    width: 16.6667%;
  }

  .col-md-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .col-md-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 459px) {
  .sm\:col-auto {
    flex: none;
    width: auto;
  }

  .sm\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .sm\:col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: none;
    width: 41.6667%;
  }

  .sm\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }

  .sm\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: none;
    width: 66.6667%;
  }

  .sm\:col-9 {
    --grid-total: 12;
    --grid-count: 9;
    flex: none;
    width: 75%;
  }

  .sm\:col-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: none;
    width: 83.3333%;
  }

  .sm\:g-2 {
    --bs-gutter-x: 1rem;
  }

  .sm\:g-2 {
    --bs-gutter-y: 1rem;
  }

  .sm\:g-3, .sm\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }

  .sm\:g-3 {
    --bs-gutter-y: 1.5rem;
  }

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

  .sm\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .sm\:g-6 {
    --bs-gutter-x: 3rem;
  }

  .sm\:g-6, .sm\:gy-6 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 768px) {
  .md\:col-auto {
    flex: none;
    width: auto;
  }

  .md\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .md\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }

  .md\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: none;
    width: 66.6667%;
  }

  .md\:g-4 {
    --bs-gutter-x: 2rem;
  }

  .md\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .md\:gx-6 {
    --bs-gutter-x: 3rem;
  }

  .md\:g-8 {
    --bs-gutter-x: 4rem;
  }

  .md\:g-8 {
    --bs-gutter-y: 4rem;
  }
}

@media (width >= 992px) {
  .lg\:col {
    flex: 1 0;
  }

  .lg\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .lg\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .lg\:col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: none;
    width: 41.6667%;
  }

  .lg\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }

  .lg\:col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: none;
    width: 58.3333%;
  }

  .lg\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: none;
    width: 66.6667%;
  }

  .lg\:col-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: none;
    width: 83.3333%;
  }

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

  .lg\:g-0 {
    --bs-gutter-y: 0;
  }

  .lg\:g-3, .lg\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }

  .lg\:g-3 {
    --bs-gutter-y: 1.5rem;
  }

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

  .lg\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .lg\:g-6, .lg\:gx-6 {
    --bs-gutter-x: 3rem;
  }

  .lg\:g-6, .lg\:gy-6 {
    --bs-gutter-y: 3rem;
  }

  .lg\:g-8, .lg\:gx-8 {
    --bs-gutter-x: 4rem;
  }

  .lg\:g-8, .lg\:gy-8 {
    --bs-gutter-y: 4rem;
  }
}

@media (width >= 1200px) {
  .xl\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .xl\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .xl\:col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: none;
    width: 58.3333%;
  }

  .xl\:g-3 {
    --bs-gutter-x: 1.5rem;
  }

  .xl\:g-3 {
    --bs-gutter-y: 1.5rem;
  }

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

  .xl\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .xl\:g-6 {
    --bs-gutter-x: 3rem;
  }

  .xl\:g-6, .xl\:gy-6 {
    --bs-gutter-y: 3rem;
  }

  .xl\:g-8, .xl\:gx-8 {
    --bs-gutter-x: 4rem;
  }

  .xl\:g-8, .xl\:gy-8 {
    --bs-gutter-y: 4rem;
  }

  .xl\:g-10 {
    --bs-gutter-x: 8rem;
  }

  .xl\:g-10 {
    --bs-gutter-y: 8rem;
  }
}

.sep > * {
  position: relative;
}

.sep > :not(.uc-first-column):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.sep > :not(.uc-first-column):before {
  left: -.2px !important;
}

[dir="rtl"] .sep > :not(.uc-first-column):before {
  left: auto !important;
  right: -.2px !important;
}

.sep > :not(.uc-first-column):before {
  border-left: 1px solid var(--border-color) !important;
}

[dir="rtl"] .sep > :not(.uc-first-column):before {
  border-left: 1rem !important;
  border-right: 1px solid var(--border-color) !important;
}

.sep > .uc-grid-margin:after {
  content: "";
  position: absolute;
  top: calc(var(--bs-gutter-y) / 2 * -1);
  left: calc(var(--bs-gutter-y) / 2);
  right: calc(var(--bs-gutter-y) / 2);
  border-top: 1px solid #9b9b9b33;
  transform: translateY(-50%);
}

.sep-x > :not(:first-child) {
  position: relative;
}

.sep-x > :not(:first-child):before {
  content: "";
  position: absolute;
  top: calc(var(--bs-gutter-y) / 2 * -1);
  left: 15px;
  right: 15px;
  border-top: 1px solid #9b9b9b33;
  transform: translateY(-50%);
}

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

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

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

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

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: .25;
}

.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0px;
  --bs-btn-font-family: var(--font-family-tertiary);
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 48px;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
  --bs-btn-disabled-opacity: .65;
  --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

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

.btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--btn-hover-bg);
  --bs-btn-hover-border-color: var(--btn-hover-border-color);
  --bs-btn-focus-shadow-rgb: 54, 134, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--btn-hover-border-color);
  --bs-btn-active-border-color: #0e5544;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--color-primary);
  --bs-btn-disabled-border-color: var(--color-primary);
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #f5eee9;
  --bs-btn-border-color: #f5eee9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7f1ec;
  --bs-btn-hover-border-color: #f6f0eb;
  --bs-btn-focus-shadow-rgb: 208, 202, 198;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7f1ed;
  --bs-btn-active-border-color: #f6f0eb;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f5eee9;
  --bs-btn-disabled-border-color: #f5eee9;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4caf50;
  --bs-btn-border-color: #4caf50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #419544;
  --bs-btn-hover-border-color: #3d8c40;
  --bs-btn-focus-shadow-rgb: 103, 187, 106;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3d8c40;
  --bs-btn-active-border-color: #39833c;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4caf50;
  --bs-btn-disabled-border-color: #4caf50;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #09c;
  --bs-btn-border-color: #09c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0082ad;
  --bs-btn-hover-border-color: #007aa3;
  --bs-btn-focus-shadow-rgb: 38, 168, 212;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #007aa3;
  --bs-btn-active-border-color: #007399;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #09c;
  --bs-btn-disabled-border-color: #09c;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffb307;
  --bs-btn-border-color: #ffb307;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffbe2c;
  --bs-btn-hover-border-color: #ffbb20;
  --bs-btn-focus-shadow-rgb: 217, 152, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc239;
  --bs-btn-active-border-color: #ffbb20;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffb307;
  --bs-btn-disabled-border-color: #ffb307;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e44b4b;
  --bs-btn-border-color: #e44b4b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c24040;
  --bs-btn-hover-border-color: #b63c3c;
  --bs-btn-focus-shadow-rgb: 232, 102, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b63c3c;
  --bs-btn-active-border-color: #ab3838;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e44b4b;
  --bs-btn-disabled-border-color: #e44b4b;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-gray {
  --bs-btn-color: #fff;
  --bs-btn-bg: #45454c;
  --bs-btn-border-color: #45454c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3b3b41;
  --bs-btn-hover-border-color: #37373d;
  --bs-btn-focus-shadow-rgb: 97, 97, 103;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #37373d;
  --bs-btn-active-border-color: #343439;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #45454c;
  --bs-btn-disabled-border-color: #45454c;
}

.btn-primary-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: #a0c6bd;
  --bs-btn-border-color: #a0c6bd;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #aecfc7;
  --bs-btn-hover-border-color: #aaccc4;
  --bs-btn-focus-shadow-rgb: 136, 168, 161;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #b3d1ca;
  --bs-btn-active-border-color: #aaccc4;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #a0c6bd;
  --bs-btn-disabled-border-color: #a0c6bd;
}

.btn-primary-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0b4437;
  --bs-btn-border-color: #0b4437;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #093a2f;
  --bs-btn-hover-border-color: #09362c;
  --bs-btn-focus-shadow-rgb: 48, 96, 85;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #09362c;
  --bs-btn-active-border-color: #083329;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0b4437;
  --bs-btn-disabled-border-color: #0b4437;
}

.btn-outline-primary {
  --bs-btn-color: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--color-primary);
  --bs-btn-hover-border-color: var(--color-primary);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--color-primary);
  --bs-btn-active-border-color: var(--color-primary);
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: var(--color-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--color-primary);
  --bs-gradient: none;
}

.btn-outline-gray-100 {
  --bs-btn-color: #dadadb;
  --bs-btn-border-color: #dadadb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dadadb;
  --bs-btn-hover-border-color: #dadadb;
  --bs-btn-focus-shadow-rgb: 218, 218, 219;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #dadadb;
  --bs-btn-active-border-color: #dadadb;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #dadadb;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dadadb;
  --bs-gradient: none;
}

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

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

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

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

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

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

.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: #0000000d;
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: #0000001a;
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: #00000013;
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 1rem;
  font-family: var(--font-text-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: var(--radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

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

.form-control::-webkit-date-and-time-value {
  height: 1.25rem;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 1rem;
  margin: -1rem;
  margin-inline-end: 1rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  line-height: 1.25rem;
  color: #212529;
  background-color: #0000;
  border: solid #0000;
  border-width: 1px 0;
}

.form-control-plaintext:focus {
  outline: 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 + .5rem + 2px);
  padding: .75rem;
  font-size: 1rem;
  border-radius: var(--radius);
}

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

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 1.5rem;
  font-size: 1.125rem;
  border-radius: var(--radius);
}

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

textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 2.25rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-family: var(--font-text-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  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 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

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

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

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

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 #212529;
}

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #00000040;
  appearance: none;
  print-color-adjust: exact;
}

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

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

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

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

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

.form-check-input:checked[type="checkbox"] {
  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 10 3 3 6-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");
}

.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;
  filter: none;
  opacity: .5;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .5;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: #0000;
  appearance: none;
}

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

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

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

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

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

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

.form-range::-webkit-slider-thumb:active {
  background-color: var(--color-primary-400);
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
}

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

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

.form-range::-moz-range-thumb:active {
  background-color: var(--color-primary-400);
}

.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-info {
  --bs-alert-color: #006b8f;
  --bs-alert-bg: #e6f5fa;
  --bs-alert-border-color: #33add6;
}

.alert-warning {
  --bs-alert-color: #b37d05;
  --bs-alert-bg: #fff7e6;
  --bs-alert-border-color: #ffc239;
}

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

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

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: .5rem;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: .5rem;
  --bs-modal-box-shadow: 0 .125rem .25rem #00000013;
  --bs-modal-inner-border-radius: calc(.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: .5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

@media (width >= 459px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 .5rem 1rem #00000026;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: .5rem;
  --bs-tooltip-padding-y: .25rem;
  --bs-tooltip-font-size: .875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: .375rem;
  --bs-tooltip-opacity: .9;
  --bs-tooltip-arrow-width: .8rem;
  --bs-tooltip-arrow-height: .4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: .5;
}

.placeholder.btn:before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0;
  }
}

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

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

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

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

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

.opacity-20 {
  opacity: .2 !important;
}

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

.opacity-40 {
  opacity: .4 !important;
}

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

.opacity-60 {
  opacity: .6 !important;
}

.opacity-70 {
  opacity: .7 !important;
}

.opacity-80 {
  opacity: .8 !important;
}

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

:where(.uc-dark) .dark\:opacity-80 {
  opacity: .8 !important;
}

:where(.uc-dark) .dark\:opacity-90 {
  opacity: .9 !important;
}

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

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

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

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

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

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

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

[dir="ltr"] .ltr\:d-block {
  display: block !important;
}

[dir="rtl"] .rtl\:d-block {
  display: block !important;
}

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

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

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

[dir="ltr"] .ltr\:d-none {
  display: none !important;
}

[dir="rtl"] .rtl\:d-none {
  display: none !important;
}

:where(.uc-dark) .dark\:d-inline-block {
  display: inline-block !important;
}

:where(.uc-dark) .dark\:d-block {
  display: block !important;
}

[dir="ltr"] .ltr\:d-block {
  display: block !important;
}

[dir="rtl"] .rtl\:d-block {
  display: block !important;
}

:where(.uc-dark) .dark\:d-inline-flex {
  display: inline-flex !important;
}

:where(.uc-dark) .dark\:d-none {
  display: none !important;
}

[dir="ltr"] .ltr\:d-none {
  display: none !important;
}

[dir="rtl"] .rtl\:d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important;
}

.shadow-xs {
  box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important;
}

.shadow-sm {
  box-shadow: 0 .25rem .5rem -.1rem var(--shadow-color) !important;
}

.hover\:shadow-md:hover, .shadow-md {
  box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 1.5rem -.1rem var(--shadow-color) !important;
}

.shadow-xl {
  box-shadow: 0 1.5rem 2rem -.1rem var(--shadow-color) !important;
}

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

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

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

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

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

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

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

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

[dir="ltr"] .ltr\:start-0 {
  left: 0 !important;
}

[dir="rtl"] .rtl\:start-0 {
  left: 0 !important;
}

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

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

[dir="rtl"] .rtl\:end-auto {
  right: auto !important;
}

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

[dir="ltr"] .ltr\:end-0 {
  right: 0 !important;
}

[dir="rtl"] .rtl\:end-0 {
  right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-opacity-5 {
  --bs-border-opacity: .05;
}

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

.border-opacity-15 {
  --bs-border-opacity: .15;
}

.border-opacity-20 {
  --bs-border-opacity: .2;
}

.hover\:border-opacity-40:hover {
  --bs-border-opacity: .4;
}

:where(.uc-dark) .dark\:border-opacity-0 {
  --bs-border-opacity: 0;
}

:where(.uc-dark) .dark\:border-opacity-10 {
  --bs-border-opacity: .1;
}

:where(.uc-dark) .dark\:border-opacity-15 {
  --bs-border-opacity: .15;
}

:where(.uc-dark) .dark\:border-opacity-20 {
  --bs-border-opacity: .2;
}

:where(.uc-dark) .dark\:border-opacity-30 {
  --bs-border-opacity: .3;
}

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

.w-16px {
  width: 16px !important;
}

.w-20px {
  width: 20px !important;
}

.w-24px {
  width: 24px !important;
}

.w-32px {
  width: 32px !important;
}

.w-36px {
  width: 36px !important;
}

.w-40px {
  width: 40px !important;
}

.w-48px {
  width: 48px !important;
}

.w-56px {
  width: 56px !important;
}

.w-64px {
  width: 64px !important;
}

.w-72px {
  width: 72px !important;
}

.w-80px {
  width: 80px !important;
}

.w-96px {
  width: 96px !important;
}

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

.w-128px {
  width: 128px !important;
}

.w-150px {
  width: 150px !important;
}

.w-200px {
  width: 200px !important;
}

.w-250px {
  width: 250px !important;
}

.w-300px {
  width: 300px !important;
}

.w-500px {
  width: 500px !important;
}

.w-600px {
  width: 600px !important;
}

.w-750px {
  width: 750px !important;
}

.w-800px {
  width: 800px !important;
}

.w-1000px {
  width: 1000px !important;
}

.w-1280px {
  width: 1280px !important;
}

.w-md {
  width: 720px !important;
}

.w-1\/6 {
  width: 16.6667% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-1\/3 {
  width: 33.3333% !important;
}

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

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

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

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

.max-w-40px {
  max-width: 40px !important;
}

.max-w-48px {
  max-width: 48px !important;
}

.max-w-80px {
  max-width: 80px !important;
}

.max-w-100px {
  max-width: 100px !important;
}

.max-w-250px {
  max-width: 250px !important;
}

.max-w-400px {
  max-width: 400px !important;
}

.max-w-450px {
  max-width: 450px !important;
}

.max-w-500px {
  max-width: 500px !important;
}

.max-w-550px {
  max-width: 550px !important;
}

.max-w-600px {
  max-width: 600px !important;
}

.max-w-650px {
  max-width: 650px !important;
}

.max-w-700px {
  max-width: 700px !important;
}

.max-w-750px {
  max-width: 750px !important;
}

.max-w-800px {
  max-width: 800px !important;
}

.max-w-850px {
  max-width: 850px !important;
}

.max-w-900px {
  max-width: 900px !important;
}

.max-w-950px {
  max-width: 950px !important;
}

.max-w-1000px {
  max-width: 1000px !important;
}

.max-w-1440px {
  max-width: 1440px !important;
}

.max-w-xs {
  max-width: 320px !important;
}

.max-w-sm {
  max-width: 640px !important;
}

.max-w-md {
  max-width: 720px !important;
}

.max-w-lg {
  max-width: 1040px !important;
}

.max-w-xl {
  max-width: 1280px !important;
}

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

.h-4px {
  height: 4px !important;
}

.h-16px {
  height: 16px !important;
}

.h-24px {
  height: 24px !important;
}

.h-32px {
  height: 32px !important;
}

.h-36px {
  height: 36px !important;
}

.h-40px {
  height: 40px !important;
}

.h-48px {
  height: 48px !important;
}

.h-56px {
  height: 56px !important;
}

.h-64px {
  height: 64px !important;
}

.h-72px {
  height: 72px !important;
}

.h-80px {
  height: 80px !important;
}

.h-96px {
  height: 96px !important;
}

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

.h-150px {
  height: 150px !important;
}

.h-200px {
  height: 200px !important;
}

.h-250px {
  height: 250px !important;
}

.h-300px {
  height: 300px !important;
}

.h-400px {
  height: 400px !important;
}

.h-500px {
  height: 500px !important;
}

.h-600px {
  height: 600px !important;
}

.h-700px {
  height: 700px !important;
}

.h-750px {
  height: 750px !important;
}

.h-1000px {
  height: 1000px !important;
}

.h-1280px {
  height: 1280px !important;
}

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

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

.max-h-200px {
  max-height: 200px !important;
}

.max-h-250px {
  max-height: 250px !important;
}

.max-h-300px {
  max-height: 300px !important;
}

.max-h-400px {
  max-height: 400px !important;
}

.max-h-xs {
  max-height: 320px !important;
}

.max-h-sm {
  max-height: 640px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

[dir="rtl"] .rtl\:order-first {
  order: -1 !important;
}

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

[dir="rtl"] .rtl\:order-0 {
  order: 0 !important;
}

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

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

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

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

.m-narrow {
  margin: .25rem !important;
}

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

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

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

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

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

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

.mx-narrow {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-narrow {
  margin-top: .25rem !important;
}

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

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

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

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

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

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

.mt-7 {
  margin-top: 3.5rem !important;
}

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

[dir="rtl"] .rtl\:me-0 {
  margin-right: 0 !important;
}

.me-narrow {
  margin-right: .25rem !important;
}

[dir="ltr"] .ltr\:me-narrow {
  margin-right: .25rem !important;
}

[dir="rtl"] .rtl\:me-narrow {
  margin-right: .25rem !important;
}

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

[dir="ltr"] .ltr\:me-1 {
  margin-right: .5rem !important;
}

[dir="rtl"] .rtl\:me-1 {
  margin-right: .5rem !important;
}

[dir="rtl"] .rtl\:me-2 {
  margin-right: 1rem !important;
}

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

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

[dir="rtl"] .rtl\:me-6 {
  margin-right: 3rem !important;
}

[dir="ltr"] .ltr\:me-8 {
  margin-right: 4rem !important;
}

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

.mb-narrow {
  margin-bottom: .25rem !important;
}

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

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

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

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

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

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

[dir="ltr"] .ltr\:ms-0 {
  margin-left: 0 !important;
}

.ms-narrow {
  margin-left: .25rem !important;
}

[dir="ltr"] .ltr\:ms-narrow {
  margin-left: .25rem !important;
}

[dir="rtl"] .rtl\:ms-narrow {
  margin-left: .25rem !important;
}

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

[dir="ltr"] .ltr\:ms-1 {
  margin-left: .5rem !important;
}

[dir="rtl"] .rtl\:ms-1 {
  margin-left: .5rem !important;
}

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

[dir="ltr"] .ltr\:ms-2 {
  margin-left: 1rem !important;
}

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

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

[dir="ltr"] .ltr\:ms-6 {
  margin-left: 3rem !important;
}

[dir="rtl"] .rtl\:ms-8 {
  margin-left: 4rem !important;
}

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

.mt-nnarrow {
  margin-top: -.25rem !important;
}

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

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

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

.mt-n9 {
  margin-top: -6rem !important;
}

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

[dir="rtl"] .rtl\:me-n2 {
  margin-right: -1rem !important;
}

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

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

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

[dir="ltr"] .ltr\:me-n8 {
  margin-right: -4rem !important;
}

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

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

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

[dir="ltr"] .ltr\:ms-n2 {
  margin-left: -1rem !important;
}

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

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

[dir="rtl"] .rtl\:ms-n6 {
  margin-left: -3rem !important;
}

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

[dir="rtl"] .rtl\:ms-n8 {
  margin-left: -4rem !important;
}

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

.p-narrow {
  padding: .25rem !important;
}

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

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

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

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

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

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

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

.px-narrow {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}

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

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

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

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

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

.py-narrow {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

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

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

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

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

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

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

.py-9 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

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

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

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

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

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

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

.pt-9 {
  padding-top: 6rem !important;
}

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

[dir="rtl"] .rtl\:pe-3 {
  padding-right: 1.5rem !important;
}

[dir="ltr"] .ltr\:pe-4 {
  padding-right: 2rem !important;
}

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

.pb-narrow {
  padding-bottom: .25rem !important;
}

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

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

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

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

.pb-7 {
  padding-bottom: 3.5rem !important;
}

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

.pb-10 {
  padding-bottom: 8rem !important;
}

[dir="ltr"] .ltr\:ps-3 {
  padding-left: 1.5rem !important;
}

[dir="rtl"] .rtl\:ps-4 {
  padding-left: 2rem !important;
}

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

.gap-narrow {
  gap: .25rem !important;
}

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

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

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

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

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

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

.gap-7 {
  gap: 3.5rem !important;
}

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

.gap-9 {
  gap: 6rem !important;
}

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

.fs-2 {
  font-size: 1.75rem !important;
}

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

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

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

.fs-7 {
  font-size: .875rem !important;
}

.fs-8 {
  font-size: .75rem !important;
}

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

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

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

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

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

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

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

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

[dir="rtl"] .rtl\:text-start {
  text-align: left !important;
}

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

[dir="rtl"] .rtl\:text-end {
  text-align: right !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:text-primary-600:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-600-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:where(.uc-dark) .dark\:hover\:text-primary:hover, :where(.uc-dark) .dark\:text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

:where(.uc-dark) .dark\:text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-gray-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:hover\:text-gray-900:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-primary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:hover\:text-primary-700:hover, :where(.uc-dark) .dark\:text-primary-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important;
}

:where(.uc-dark) .dark\:text-yellow-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-400-rgb), var(--bs-text-opacity)) !important;
}

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

.text-opacity-20 {
  --bs-text-opacity: .2;
}

.text-opacity-60 {
  --bs-text-opacity: .6;
}

.hover\:text-opacity-70:hover, .text-opacity-70 {
  --bs-text-opacity: .7;
}

:where(.uc-dark) .dark\:text-opacity-50 {
  --bs-text-opacity: .5;
}

:where(.uc-dark) .dark\:text-opacity-60 {
  --bs-text-opacity: .6;
}

:where(.uc-dark) .dark\:text-opacity-70 {
  --bs-text-opacity: .7;
}

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

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

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

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

.bg-gray-50, .hover\:bg-gray-50:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-50-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-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:where(.uc-dark) .dark\:hover\:bg-gray-500:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
}

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

:where(.uc-dark) .dark\:bg-gray-700, :where(.uc-dark) .dark\:hover\:bg-gray-700:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-700-rgb), var(--bs-bg-opacity)) !important;
}

:where(.uc-dark) .dark\:bg-gray-800, :where(.uc-dark) .dark\:hover\:bg-gray-800:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

.bg-opacity-5, .hover\:bg-opacity-5:hover {
  --bs-bg-opacity: .05;
}

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

.bg-opacity-15 {
  --bs-bg-opacity: .15;
}

.bg-opacity-40 {
  --bs-bg-opacity: .4;
}

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

.bg-opacity-70 {
  --bs-bg-opacity: .7;
}

.bg-opacity-80 {
  --bs-bg-opacity: .8;
}

.bg-opacity-90 {
  --bs-bg-opacity: .9;
}

:where(.uc-dark) .dark\:bg-opacity-0 {
  --bs-bg-opacity: 0;
}

:where(.uc-dark) .dark\:bg-opacity-5 {
  --bs-bg-opacity: .05;
}

:where(.uc-dark) .dark\:bg-opacity-10 {
  --bs-bg-opacity: .1;
}

:where(.uc-dark) .dark\:bg-opacity-15 {
  --bs-bg-opacity: .15;
}

:where(.uc-dark) .dark\:bg-opacity-50 {
  --bs-bg-opacity: .5;
}

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

.rounded-default {
  border-radius: 8px !important;
}

.rounded-1 {
  border-radius: 4px !important;
}

.rounded-1-5 {
  border-radius: 12px !important;
}

.rounded-2 {
  border-radius: 16px !important;
}

.rounded-3 {
  border-radius: 24px !important;
}

.rounded-5 {
  border-radius: 40px !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

.rounded-bottom-1-5 {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.rounded-start-2 {
  border-bottom-left-radius: 16px !important;
  border-top-left-radius: 16px !important;
}

.border-dashed {
  border-style: dashed !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.text-truncate-1 {
  -webkit-line-clamp: 1 !important;
}

.text-truncate-3 {
  -webkit-line-clamp: 3 !important;
}

.min-w-24px {
  min-width: 24px !important;
}

.min-w-32px {
  min-width: 32px !important;
}

.min-w-40px {
  min-width: 40px !important;
}

.min-w-48px {
  min-width: 48px !important;
}

.min-w-150px {
  min-width: 150px !important;
}

.min-w-300px {
  min-width: 300px !important;
}

.min-w-700px {
  min-width: 700px !important;
}

.min-w-1\/4 {
  min-width: 25% !important;
}

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

.min-w-xs {
  min-width: 320px !important;
}

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

.min-h-24px {
  min-height: 24px !important;
}

.min-h-32px {
  min-height: 32px !important;
}

.min-h-48px {
  min-height: 48px !important;
}

.min-h-56px {
  min-height: 56px !important;
}

.min-h-64px {
  min-height: 64px !important;
}

.min-h-80px {
  min-height: 80px !important;
}

.min-h-150px {
  min-height: 150px !important;
}

.min-h-200px {
  min-height: 200px !important;
}

.min-h-250px {
  min-height: 250px !important;
}

.min-h-300px {
  min-height: 300px !important;
}

.min-h-350px {
  min-height: 350px !important;
}

.min-h-450px {
  min-height: 450px !important;
}

.min-h-600px {
  min-height: 600px !important;
}

.min-h-700px {
  min-height: 700px !important;
}

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

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

.icon-narrow {
  width: 16px !important;
  height: 16px !important;
  font-size: 16px !important;
}

.icon-1 {
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important;
}

.icon-2 {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
}

.icon-3 {
  width: 32px !important;
  height: 32px !important;
  font-size: 32px !important;
}

.icon-4 {
  width: 48px !important;
  height: 48px !important;
  font-size: 48px !important;
}

.mask-x {
  mask-image: linear-gradient(to right, #0000 0, #000 10% 90%, #0000 100%) !important;
}

.hover\:contrast-shadow:hover {
  box-shadow: 3px 3px 0 0 var(--shadowColor, #000) !important;
}

.contrast-shadow-sm {
  box-shadow: 2px 2px 0 0 var(--shadowColor, #000) !important;
}

.contrast-shadow-md, .hover\:contrast-shadow-md:hover {
  box-shadow: 4px 4px 0 0 var(--shadowColor, #000) !important;
}

.contrast-shadow-lg {
  box-shadow: 8px 8px 0 0 var(--shadowColor, #000) !important;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.-ls-1 {
  letter-spacing: -1px !important;
}

.-ls-2 {
  letter-spacing: -2px !important;
}

.-ls-3 {
  letter-spacing: -3px !important;
}

.-ls-4 {
  letter-spacing: -4px !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter !important;
}

.transition-all {
  transition-property: all !important;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
}

.transition-transform {
  transition-property: transform !important;
}

.duration-150 {
  transition-duration: .15s !important;
}

.duration-200 {
  transition-duration: .2s !important;
}

.duration-250 {
  transition-duration: .25s !important;
}

.ease-linear {
  transition-timing-function: linear !important;
}

.ease-in {
  transition-timing-function: cubic-bezier(.4, 0, 1, 1) !important;
}

.hover\:scale-105:hover {
  transform: scale(1.05) !important;
}

.hover\:scale-110:hover {
  transform: scale(1.1) !important;
}

.translate-y-px {
  transform: translateY(1px) !important;
}

.hover\:-translate-y-1:hover {
  transform: translateY(-.5rem) !important;
}

.rotate-12 {
  transform: rotate(12deg) !important;
}

.rotate-45 {
  transform: rotate(45deg) !important;
}

.hover\:rotate-90:hover {
  transform: rotate(90deg) !important;
}

[dir="rtl"] .rtl\:rotate-180 {
  transform: rotate(180deg) !important;
}

.-rotate-1 {
  transform: rotate(-1deg) !important;
}

.-rotate-2 {
  transform: rotate(-2deg) !important;
}

.-rotate-12 {
  transform: rotate(-12deg) !important;
}

.-rotate-45 {
  transform: rotate(-45deg) !important;
}

[dir="rtl"] .rtl\:-rotate-90 {
  transform: rotate(-90deg) !important;
}

.origin-top-right {
  transform-origin: 100% 0 !important;
}

.origin-top-left {
  transform-origin: 0 0 !important;
}

.origin-bottom-right {
  transform-origin: 100% 100% !important;
}

.origin-bottom {
  transform-origin: bottom !important;
}

.blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}

.blend-difference {
  mix-blend-mode: difference !important;
}

.blend-overlay {
  mix-blend-mode: overlay !important;
}

.blend-plus-lighter {
  mix-blend-mode: plus-lighter !important;
}

.blend-soft-light {
  mix-blend-mode: soft-light !important;
}

:where(.uc-dark) .dark\:blend-overlay {
  mix-blend-mode: overlay !important;
}

.blur-10 {
  filter: blur(128px) !important;
}

.backdrop-1 {
  backdrop-filter: blur(4px) !important;
}

.backdrop-2 {
  backdrop-filter: blur(8px) !important;
}

[dir="ltr"] .ltr\:rounded-top-start-1-5 {
  border-top-left-radius: 12px !important;
}

[dir="rtl"] .rtl\:rounded-top-end-1-5 {
  border-top-right-radius: 12px !important;
}

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

.ratio-2x1 {
  --bs-aspect-ratio: 50% !important;
}

.ratio-2x3 {
  --bs-aspect-ratio: 150% !important;
}

.ratio-3x2 {
  --bs-aspect-ratio: 66.6667% !important;
}

.ratio-3x4 {
  --bs-aspect-ratio: 133.333% !important;
}

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

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

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

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

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

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

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

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

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

@media (width >= 459px) {
  .sm\:d-inline-block {
    display: inline-block !important;
  }

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

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

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

  .sm\:w-32px {
    width: 32px !important;
  }

  .sm\:w-56px {
    width: 56px !important;
  }

  .sm\:w-80px {
    width: 80px !important;
  }

  .sm\:w-250px {
    width: 250px !important;
  }

  .sm\:w-300px {
    width: 300px !important;
  }

  .sm\:w-350px {
    width: 350px !important;
  }

  .sm\:w-500px {
    width: 500px !important;
  }

  .sm\:w-550px {
    width: 550px !important;
  }

  .sm\:w-3\/5 {
    width: 60% !important;
  }

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

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

  .sm\:max-w-500px {
    max-width: 500px !important;
  }

  .sm\:max-w-600px {
    max-width: 600px !important;
  }

  .sm\:max-w-md {
    max-width: 720px !important;
  }

  .sm\:max-w-lg {
    max-width: 1040px !important;
  }

  .sm\:h-32px {
    height: 32px !important;
  }

  .sm\:h-40px {
    height: 40px !important;
  }

  .sm\:h-56px {
    height: 56px !important;
  }

  .sm\:h-80px {
    height: 80px !important;
  }

  .sm\:h-500px {
    height: 500px !important;
  }

  .sm\:h-600px {
    height: 600px !important;
  }

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

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

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

  .sm\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

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

  .sm\:mt-1 {
    margin-top: .5rem !important;
  }

  .sm\:mt-2 {
    margin-top: 1rem !important;
  }

  .sm\:mt-3 {
    margin-top: 1.5rem !important;
  }

  .sm\:mt-4 {
    margin-top: 2rem !important;
  }

  .sm\:mt-6 {
    margin-top: 3rem !important;
  }

  .sm\:mb-6 {
    margin-bottom: 3rem !important;
  }

  .sm\:mb-8 {
    margin-bottom: 4rem !important;
  }

  .sm\:p-3 {
    padding: 1.5rem !important;
  }

  .sm\:p-4 {
    padding: 2rem !important;
  }

  .sm\:p-6 {
    padding: 3rem !important;
  }

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

  .sm\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .sm\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:pt-6 {
    padding-top: 3rem !important;
  }

  .sm\:pt-8 {
    padding-top: 4rem !important;
  }

  .sm\:pt-10 {
    padding-top: 8rem !important;
  }

  .sm\:pb-6 {
    padding-bottom: 3rem !important;
  }

  .sm\:pb-8 {
    padding-bottom: 4rem !important;
  }

  .sm\:pb-9 {
    padding-bottom: 6rem !important;
  }

  .sm\:gap-3 {
    gap: 1.5rem !important;
  }

  .sm\:gap-4 {
    gap: 2rem !important;
  }

  .sm\:gap-6 {
    gap: 3rem !important;
  }

  .sm\:gap-8 {
    gap: 4rem !important;
  }

  .sm\:fs-4 {
    font-size: 1.25rem !important;
  }

  .sm\:fs-5 {
    font-size: 1.125rem !important;
  }

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

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

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

  .sm\:rounded-1-5 {
    border-radius: 12px !important;
  }

  .sm\:rounded-2 {
    border-radius: 16px !important;
  }

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

  .sm\:min-w-100px {
    min-width: 100px !important;
  }

  .sm\:min-w-150px {
    min-width: 150px !important;
  }

  .sm\:min-h-100px {
    min-height: 100px !important;
  }

  .sm\:icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }

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

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

@media (width >= 768px) {
  .md\:d-block {
    display: block !important;
  }

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

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

  .md\:w-40px {
    width: 40px !important;
  }

  .md\:w-48px {
    width: 48px !important;
  }

  .md\:w-56px {
    width: 56px !important;
  }

  .md\:w-100px {
    width: 100px !important;
  }

  .md\:w-500px {
    width: 500px !important;
  }

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

  .md\:max-w-128px {
    max-width: 128px !important;
  }

  .md\:max-w-150px {
    max-width: 150px !important;
  }

  .md\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .md\:h-40px {
    height: 40px !important;
  }

  .md\:h-48px {
    height: 48px !important;
  }

  .md\:h-100px {
    height: 100px !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

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

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

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

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

  .md\:m-2 {
    margin: 1rem !important;
  }

  .md\:my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:mt-2 {
    margin-top: 1rem !important;
  }

  .md\:mt-4 {
    margin-top: 2rem !important;
  }

  .md\:mt-6 {
    margin-top: 3rem !important;
  }

  .md\:mt-8 {
    margin-top: 4rem !important;
  }

  .md\:me-2 {
    margin-right: 1rem !important;
  }

  .md\:mb-4 {
    margin-bottom: 2rem !important;
  }

  .md\:ms-2 {
    margin-left: 1rem !important;
  }

  .md\:mt-n10 {
    margin-top: -8rem !important;
  }

  .md\:p-2 {
    padding: 1rem !important;
  }

  .md\:p-3 {
    padding: 1.5rem !important;
  }

  .md\:p-4 {
    padding: 2rem !important;
  }

  .md\:p-6 {
    padding: 3rem !important;
  }

  .md\:p-8 {
    padding: 4rem !important;
  }

  .md\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .md\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:pt-6 {
    padding-top: 3rem !important;
  }

  .md\:pt-8 {
    padding-top: 4rem !important;
  }

  [dir="ltr"] .ltr\:md\:pe-8 {
    padding-right: 4rem !important;
  }

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

  .md\:pb-6 {
    padding-bottom: 3rem !important;
  }

  [dir="rtl"] .rtl\:md\:ps-8 {
    padding-left: 4rem !important;
  }

  .md\:gap-2 {
    gap: 1rem !important;
  }

  .md\:gap-3 {
    gap: 1.5rem !important;
  }

  .md\:gap-4 {
    gap: 2rem !important;
  }

  .md\:gap-6 {
    gap: 3rem !important;
  }

  .md\:fs-5 {
    font-size: 1.125rem !important;
  }

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

  .md\:min-h-250px {
    min-height: 250px !important;
  }

  .md\:icon-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }

  .md\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
}

@media (width >= 992px) {
  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

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

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

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

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

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

  .lg\:w-40px {
    width: 40px !important;
  }

  .lg\:w-48px {
    width: 48px !important;
  }

  .lg\:w-56px {
    width: 56px !important;
  }

  .lg\:w-64px {
    width: 64px !important;
  }

  .lg\:w-72px {
    width: 72px !important;
  }

  .lg\:w-80px {
    width: 80px !important;
  }

  .lg\:w-96px {
    width: 96px !important;
  }

  .lg\:w-100px {
    width: 100px !important;
  }

  .lg\:w-128px {
    width: 128px !important;
  }

  .lg\:w-150px {
    width: 150px !important;
  }

  .lg\:w-200px {
    width: 200px !important;
  }

  .lg\:w-250px {
    width: 250px !important;
  }

  .lg\:w-300px {
    width: 300px !important;
  }

  .lg\:w-450px {
    width: 450px !important;
  }

  .lg\:w-500px {
    width: 500px !important;
  }

  .lg\:w-800px {
    width: 800px !important;
  }

  .lg\:w-1\/6 {
    width: 16.6667% !important;
  }

  .lg\:w-5\/6 {
    width: 83.3333% !important;
  }

  .lg\:w-1\/3 {
    width: 33.3333% !important;
  }

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

  .lg\:max-w-56px {
    max-width: 56px !important;
  }

  .lg\:max-w-80px {
    max-width: 80px !important;
  }

  .lg\:max-w-128px {
    max-width: 128px !important;
  }

  .lg\:max-w-300px {
    max-width: 300px !important;
  }

  .lg\:max-w-350px {
    max-width: 350px !important;
  }

  .lg\:max-w-500px {
    max-width: 500px !important;
  }

  .lg\:max-w-600px {
    max-width: 600px !important;
  }

  .lg\:max-w-650px {
    max-width: 650px !important;
  }

  .lg\:max-w-700px {
    max-width: 700px !important;
  }

  .lg\:max-w-750px {
    max-width: 750px !important;
  }

  .lg\:max-w-900px {
    max-width: 900px !important;
  }

  .lg\:max-w-950px {
    max-width: 950px !important;
  }

  .lg\:max-w-3\/5 {
    max-width: 60% !important;
  }

  .lg\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .lg\:max-w-lg {
    max-width: 1040px !important;
  }

  .lg\:h-40px {
    height: 40px !important;
  }

  .lg\:h-48px {
    height: 48px !important;
  }

  .lg\:h-56px {
    height: 56px !important;
  }

  .lg\:h-64px {
    height: 64px !important;
  }

  .lg\:h-80px {
    height: 80px !important;
  }

  .lg\:h-96px {
    height: 96px !important;
  }

  .lg\:h-100px {
    height: 100px !important;
  }

  .lg\:h-150px {
    height: 150px !important;
  }

  .lg\:h-500px {
    height: 500px !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:max-h-550px {
    max-height: 550px !important;
  }

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

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

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

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

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

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

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

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

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

  .lg\:m-2 {
    margin: 1rem !important;
  }

  .lg\:m-6 {
    margin: 3rem !important;
  }

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

  .lg\:mx-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .lg\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

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

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

  .lg\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .lg\:mt-2 {
    margin-top: 1rem !important;
  }

  .lg\:mt-3 {
    margin-top: 1.5rem !important;
  }

  .lg\:mt-4 {
    margin-top: 2rem !important;
  }

  .lg\:mt-6 {
    margin-top: 3rem !important;
  }

  .lg\:mt-8 {
    margin-top: 4rem !important;
  }

  .lg\:mt-9 {
    margin-top: 6rem !important;
  }

  .lg\:me-5 {
    margin-right: 2.5rem !important;
  }

  .lg\:mb-2 {
    margin-bottom: 1rem !important;
  }

  .lg\:mb-3 {
    margin-bottom: 1.5rem !important;
  }

  .lg\:mb-5 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:mb-6 {
    margin-bottom: 3rem !important;
  }

  .lg\:mb-8 {
    margin-bottom: 4rem !important;
  }

  .lg\:mb-9 {
    margin-bottom: 6rem !important;
  }

  .lg\:p-3 {
    padding: 1.5rem !important;
  }

  .lg\:p-4 {
    padding: 2rem !important;
  }

  .lg\:p-5 {
    padding: 2.5rem !important;
  }

  .lg\:p-6 {
    padding: 3rem !important;
  }

  .lg\:p-8 {
    padding: 4rem !important;
  }

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

  .lg\:px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .lg\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .lg\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .lg\:px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .lg\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .lg\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

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

  .lg\:pt-2 {
    padding-top: 1rem !important;
  }

  .lg\:pt-4 {
    padding-top: 2rem !important;
  }

  .lg\:pt-6 {
    padding-top: 3rem !important;
  }

  .lg\:pt-8 {
    padding-top: 4rem !important;
  }

  .lg\:pt-10 {
    padding-top: 8rem !important;
  }

  [dir="rtl"] .rtl\:lg\:pe-4 {
    padding-right: 2rem !important;
  }

  .lg\:pb-3 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:pb-6 {
    padding-bottom: 3rem !important;
  }

  .lg\:pb-8 {
    padding-bottom: 4rem !important;
  }

  .lg\:pb-9 {
    padding-bottom: 6rem !important;
  }

  [dir="ltr"] .ltr\:lg\:ps-4 {
    padding-left: 2rem !important;
  }

  .lg\:gap-1 {
    gap: .5rem !important;
  }

  .lg\:gap-2 {
    gap: 1rem !important;
  }

  .lg\:gap-3 {
    gap: 1.5rem !important;
  }

  .lg\:gap-4 {
    gap: 2rem !important;
  }

  .lg\:gap-6 {
    gap: 3rem !important;
  }

  .lg\:gap-8 {
    gap: 4rem !important;
  }

  .lg\:gap-9 {
    gap: 6rem !important;
  }

  .lg\:fs-3 {
    font-size: 1.5rem !important;
  }

  .lg\:fs-4 {
    font-size: 1.25rem !important;
  }

  .lg\:fs-5 {
    font-size: 1.125rem !important;
  }

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

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

  [dir="ltr"] .ltr\:lg\:text-start {
    text-align: left !important;
  }

  [dir="rtl"] .rtl\:lg\:text-end {
    text-align: right !important;
  }

  .lg\:rounded-1-5 {
    border-radius: 12px !important;
  }

  .lg\:rounded-2 {
    border-radius: 16px !important;
  }

  .lg\:rounded-3 {
    border-radius: 24px !important;
  }

  .lg\:rounded-4 {
    border-radius: 32px !important;
  }

  .lg\:rounded-pill {
    border-radius: 50rem !important;
  }

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

  .lg\:rounded-bottom-3 {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
  }

  .lg\:rounded-bottom-5 {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }

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

  .lg\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }

  .lg\:min-w-80px {
    min-width: 80px !important;
  }

  .lg\:min-w-150px {
    min-width: 150px !important;
  }

  .lg\:min-w-300px {
    min-width: 300px !important;
  }

  .lg\:min-w-1\/4 {
    min-width: 25% !important;
  }

  .lg\:min-h-80px {
    min-height: 80px !important;
  }

  .lg\:min-h-96px {
    min-height: 96px !important;
  }

  .lg\:min-h-100px {
    min-height: 100px !important;
  }

  .lg\:min-h-600px {
    min-height: 600px !important;
  }

  .lg\:icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }

  .lg\:icon-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important;
  }

  .lg\:hover\:scale-105:hover {
    transform: scale(1.05) !important;
  }

  .lg\:hover\:-translate-y-2:hover {
    transform: translateY(-1rem) !important;
  }

  .lg\:-rotate-2 {
    transform: rotate(-2deg) !important;
  }

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

  .lg\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important;
  }

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

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

  .lg\:ratio-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
}

@media (width >= 1200px) {
  .xl\:d-block {
    display: block !important;
  }

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

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

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

  .xl\:w-24px {
    width: 24px !important;
  }

  .xl\:w-32px {
    width: 32px !important;
  }

  .xl\:w-48px {
    width: 48px !important;
  }

  .xl\:w-56px {
    width: 56px !important;
  }

  .xl\:w-64px {
    width: 64px !important;
  }

  .xl\:w-80px {
    width: 80px !important;
  }

  .xl\:w-150px {
    width: 150px !important;
  }

  .xl\:w-250px {
    width: 250px !important;
  }

  .xl\:w-300px {
    width: 300px !important;
  }

  .xl\:w-350px {
    width: 350px !important;
  }

  .xl\:w-400px {
    width: 400px !important;
  }

  .xl\:w-450px {
    width: 450px !important;
  }

  .xl\:w-600px {
    width: 600px !important;
  }

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

  .xl\:max-w-600px {
    max-width: 600px !important;
  }

  .xl\:max-w-700px {
    max-width: 700px !important;
  }

  .xl\:max-w-800px {
    max-width: 800px !important;
  }

  .xl\:max-w-3\/4 {
    max-width: 75% !important;
  }

  .xl\:max-w-md {
    max-width: 720px !important;
  }

  .xl\:max-w-lg {
    max-width: 1040px !important;
  }

  .xl\:max-w-xl {
    max-width: 1280px !important;
  }

  .xl\:h-48px {
    height: 48px !important;
  }

  .xl\:h-56px {
    height: 56px !important;
  }

  .xl\:h-64px {
    height: 64px !important;
  }

  .xl\:h-650px {
    height: 650px !important;
  }

  .xl\:h-screen {
    height: 100vh !important;
  }

  .xl\:m-9 {
    margin: 6rem !important;
  }

  .xl\:my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:mt-1 {
    margin-top: .5rem !important;
  }

  .xl\:mt-2 {
    margin-top: 1rem !important;
  }

  .xl\:mt-4 {
    margin-top: 2rem !important;
  }

  .xl\:mt-6 {
    margin-top: 3rem !important;
  }

  .xl\:mt-8 {
    margin-top: 4rem !important;
  }

  .xl\:mt-9 {
    margin-top: 6rem !important;
  }

  .xl\:mt-10 {
    margin-top: 8rem !important;
  }

  .xl\:me-4 {
    margin-right: 2rem !important;
  }

  [dir="rtl"] .rtl\:xl\:me-4 {
    margin-right: 2rem !important;
  }

  [dir="ltr"] .ltr\:xl\:me-7 {
    margin-right: 3.5rem !important;
  }

  .xl\:mb-2 {
    margin-bottom: 1rem !important;
  }

  .xl\:mb-3 {
    margin-bottom: 1.5rem !important;
  }

  .xl\:mb-6 {
    margin-bottom: 3rem !important;
  }

  .xl\:mb-8 {
    margin-bottom: 4rem !important;
  }

  .xl\:mb-9 {
    margin-bottom: 6rem !important;
  }

  [dir="ltr"] .ltr\:xl\:ms-4 {
    margin-left: 2rem !important;
  }

  [dir="rtl"] .rtl\:xl\:ms-7 {
    margin-left: 3.5rem !important;
  }

  .xl\:p-3 {
    padding: 1.5rem !important;
  }

  .xl\:p-4 {
    padding: 2rem !important;
  }

  .xl\:p-5 {
    padding: 2.5rem !important;
  }

  .xl\:p-6 {
    padding: 3rem !important;
  }

  .xl\:p-8 {
    padding: 4rem !important;
  }

  .xl\:p-9 {
    padding: 6rem !important;
  }

  .xl\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .xl\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .xl\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .xl\:px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .xl\:px-9 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .xl\:px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .xl\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

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

  .xl\:pt-9 {
    padding-top: 6rem !important;
  }

  .xl\:pt-10 {
    padding-top: 8rem !important;
  }

  [dir="rtl"] .rtl\:xl\:pe-6 {
    padding-right: 3rem !important;
  }

  .xl\:pb-9 {
    padding-bottom: 6rem !important;
  }

  .xl\:pb-10 {
    padding-bottom: 8rem !important;
  }

  [dir="ltr"] .ltr\:xl\:ps-6 {
    padding-left: 3rem !important;
  }

  .xl\:gap-1 {
    gap: .5rem !important;
  }

  .xl\:gap-2 {
    gap: 1rem !important;
  }

  .xl\:gap-3 {
    gap: 1.5rem !important;
  }

  .xl\:gap-4 {
    gap: 2rem !important;
  }

  .xl\:gap-5 {
    gap: 2.5rem !important;
  }

  .xl\:gap-6 {
    gap: 3rem !important;
  }

  .xl\:gap-8 {
    gap: 4rem !important;
  }

  .xl\:gap-9 {
    gap: 6rem !important;
  }

  .xl\:fs-2 {
    font-size: 1.75rem !important;
  }

  .xl\:fs-3 {
    font-size: 1.5rem !important;
  }

  .xl\:fs-4 {
    font-size: 1.25rem !important;
  }

  .xl\:fs-5 {
    font-size: 1.125rem !important;
  }

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

  .xl\:rounded-2 {
    border-radius: 16px !important;
  }

  .xl\:rounded-3 {
    border-radius: 24px !important;
  }

  .xl\:min-w-200px {
    min-width: 200px !important;
  }

  .xl\:min-h-300px {
    min-height: 300px !important;
  }

  .xl\:min-h-700px {
    min-height: 700px !important;
  }

  .xl\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--uc-gradient-stops)) !important;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--uc-gradient-stops)) !important;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--uc-gradient-stops)) !important;
}

.bg-gradient-45 {
  background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important;
}

:where(.uc-dark) .dark\:bg-gradient-45 {
  background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important;
}

.to-transparent {
  --uc-gradient-to: #fff0;
}

.from-transparent {
  --uc-gradient-from: transparent;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.via-transparent {
  --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
}

.from-black {
  --uc-gradient-from: #000;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.to-white {
  --uc-gradient-to: white;
}

.from-white {
  --uc-gradient-from: #fff;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.from-primary {
  --uc-gradient-from: var(--color-primary);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.from-secondary {
  --uc-gradient-from: #f5eee9;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.from-gray-800 {
  --uc-gradient-from: #1c1c1e;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.to-gray-900 {
  --uc-gradient-to: #0e0e0f;
}

.to-primary-25 {
  --uc-gradient-to: #f3f8f7;
}

.to-primary-700 {
  --uc-gradient-to: #0b4437;
}

.to-primary-800 {
  --uc-gradient-to: #072d24;
}

.from-indigo {
  --uc-gradient-from: #553cdf;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.to-pink {
  --uc-gradient-to: #f06b9d;
}

.from-pink-100 {
  --uc-gradient-from: #fce1eb;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.to-orange-100 {
  --uc-gradient-to: #fee1d2;
}

:where(.uc-dark) .dark\:to-black {
  --uc-gradient-to: black;
}

:where(.uc-dark) .dark\:from-gray-700 {
  --uc-gradient-from: #29292e;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:from-gray-800 {
  --uc-gradient-from: #1c1c1e;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

:where(.uc-dark) .dark\:to-gray-900 {
  --uc-gradient-to: #0e0e0f;
}

:where(.uc-dark) .dark\:from-primary-700 {
  --uc-gradient-from: #0b4437;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}


/* [project]/public/assets/css/main.scss.css [app-client] (css) */
@font-face {
  font-family: Graphik;
  src: local(Graphik Regular), url("../media/Graphik-Regular.706b0a64.woff2"), url("../media/Graphik-Regular.239f311b.woff");
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Graphik;
  src: local(Graphik Medium), url("../media/Graphik-Medium.f39fdde9.woff2"), url("../media/Graphik-Medium.748dd576.woff");
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Graphik;
  src: local(Graphik Semibold), url("../media/Graphik-Semibold.e59c163d.woff2"), url("../media/Graphik-Semibold.e2eeba28.woff");
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Mabry Pro;
  src: local(Mabry Pro Regular), url("../media/MabryPro-Regular.716e090d.woff2"), url("../media/MabryPro-Regular.5193aa82.woff");
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 90%;
}

@font-face {
  font-family: Mabry Pro;
  src: local(Mabry Pro Bold), url("../media/MabryPro-Bold.c60ce649.woff2"), url("../media/MabryPro-Bold.fb19a5c3.woff");
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 90%;
}

@font-face {
  font-family: Degular Display;
  src: local(Degular Display Semidbold), url("../media/DegularDisplay-Semibold.8841cd6e.woff2");
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Sharp Grotesk;
  src: local(Sharp Grotesk Medium), url("../media/SharpGrotesk-Medium.3a899f7e.woff2");
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: PolySans;
  src: local(PolySans Normal), url("../media/PolySans-Normal.ce33d6dc.ttf");
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: PolySans;
  src: local(PolySans Bold), url("../media/PolySans-Medium.e69ba2ff.woff2");
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

.theme-3 {
  --font-family-primary: "Mabry Pro", "IBM Plex Sans Arabic", sans-serif;
  --font-family-secondary: "Sharp Grotesk", "IBM Plex Sans Arabic", serif;
  --font-family-tertiary: "Mabry Pro", "IBM Plex Sans Arabic", serif;
  --font-family-serif: "Playfair Display", "IBM Plex Sans Arabic", serif;
  --font-family-script: Segoe Script, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-mono: monospace, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-weight-ultralight: 100;
  --font-weight-lighter: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-bolder: 800;
  --font-weight-ultrabold: 900;
  --font-text-family: var(--font-family-primary);
  --font-text-weight: 400;
  --font-heading-family: var(--font-family-secondary);
  --font-heading-weight: 700;
  --font-display-family: var(--font-family-secondary);
  --font-display-weight: 700;
  --font-code-family: var(--font-family-code);
  --font-code-weight: 400;
  --root-size: 1rem;
  --radius: 4px;
  --border-size: 1px;
  --border-color: #83838340;
  --shadow-color: #00000026;
  --contrast-ratio: 2;
  --breakpoints-xs: 0;
  --breakpoints-sm: 576px;
  --breakpoints-md: 768px;
  --breakpoints-lg: 992px;
  --breakpoints-xl: 1200px;
  --breakpoints-xxl: 1400px;
  --bs-tertiary-rgb: 226, 255, 94;
  --bs-primary-rgb: 22, 64, 75;
  --bs-tertiary: #e2ff5e;
  --color-tertiary-light: #eeff9e;
  --color-gray: #45454c;
  --color-gray-10: #f9f9fa;
  --color-gray-25: #f6f6f6;
  --color-gray-50: #ececed;
  --color-gray-100: #dadadb;
  --color-gray-200: #b5b5b7;
  --color-gray-300: #8f8f94;
  --color-gray-400: #6a6a70;
  --color-gray-500: #45454c;
  --color-gray-600: #37373d;
  --color-gray-700: #29292e;
  --color-gray-800: #1c1c1e;
  --color-gray-900: #0e0e0f;
  --color-slate: #6b7280;
  --color-slate-10: #fbfbfb;
  --color-slate-25: #f8f8f9;
  --color-slate-50: #f0f1f2;
  --color-slate-100: #e1e3e6;
  --color-slate-200: #c4c7cc;
  --color-slate-300: #a6aab3;
  --color-slate-400: #898e99;
  --color-slate-500: #6b7280;
  --color-slate-600: #565b66;
  --color-slate-700: #40444d;
  --color-slate-800: #2b2e33;
  --color-slate-900: #15171a;
  --color-primary: #16404b;
  --color-primary-10: #f8f9fa;
  --color-primary-25: #f3f5f6;
  --color-primary-50: #e8eced;
  --color-primary-100: #d0d9db;
  --color-primary-200: #a2b3b7;
  --color-primary-300: #738c93;
  --color-primary-400: #45666f;
  --color-primary-500: var(--color-primary);
  --color-primary-600: #12333c;
  --color-primary-700: #0d262d;
  --color-primary-800: #091a1e;
  --color-primary-900: #040d0f;
  --color-secondary: #fff3e9;
  --color-secondary-10: #fffffe;
  --color-secondary-25: #fffefe;
  --color-secondary-50: #fffefd;
  --color-secondary-100: #fffdfb;
  --color-secondary-200: #fffaf6;
  --color-secondary-300: #fff8f2;
  --color-secondary-400: #fff5ed;
  --color-secondary-500: #fff3e9;
  --color-secondary-600: #ccc2ba;
  --color-secondary-700: #99928c;
  --color-secondary-800: #66615d;
  --color-secondary-900: #33312f;
  --color-info: #09c;
  --color-info-10: #f7fcfd;
  --color-info-25: #f2fafc;
  --color-info-50: #e6f5fa;
  --color-info-100: #ccebf5;
  --color-info-200: #99d6eb;
  --color-info-300: #66c2e0;
  --color-info-400: #33add6;
  --color-info-500: #09c;
  --color-info-600: #007aa3;
  --color-info-700: #005c7a;
  --color-info-800: #003d52;
  --color-info-900: #001f29;
  --color-success: #4caf50;
  --color-success-10: #fafdfa;
  --color-success-25: #f6fbf6;
  --color-success-50: #edf7ee;
  --color-success-100: #dbefdc;
  --color-success-200: #b7dfb9;
  --color-success-300: #94cf96;
  --color-success-400: #70bf73;
  --color-success-500: #4caf50;
  --color-success-600: #3d8c40;
  --color-success-700: #2e6930;
  --color-success-800: #1e4620;
  --color-success-900: #0f2310;
  --color-warning: #ffb307;
  --color-warning-10: #fffdf8;
  --color-warning-25: #fffbf3;
  --color-warning-50: #fff7e6;
  --color-warning-100: #fff0cd;
  --color-warning-200: #ffe19c;
  --color-warning-300: #ffd16a;
  --color-warning-400: #ffc239;
  --color-warning-500: #ffb307;
  --color-warning-600: #cc8f06;
  --color-warning-700: #996b04;
  --color-warning-800: #664803;
  --color-warning-900: #332401;
  --color-danger: #e44b4b;
  --color-danger-10: #fefafa;
  --color-danger-25: #fef6f6;
  --color-danger-50: #fceded;
  --color-danger-100: #fadbdb;
  --color-danger-200: #f4b7b7;
  --color-danger-300: #ef9393;
  --color-danger-400: #e96f6f;
  --color-danger-500: #e44b4b;
  --color-danger-600: #b63c3c;
  --color-danger-700: #892d2d;
  --color-danger-800: #5b1e1e;
  --color-danger-900: #2e0f0f;
  --color-blue: #078af3;
  --color-blue-10: #f8fbff;
  --color-blue-25: #f3f9fe;
  --color-blue-50: #e6f3fe;
  --color-blue-100: #cde8fd;
  --color-blue-200: #9cd0fa;
  --color-blue-300: #6ab9f8;
  --color-blue-400: #39a1f5;
  --color-blue-500: #078af3;
  --color-blue-600: #066ec2;
  --color-blue-700: #045392;
  --color-blue-800: #033761;
  --color-blue-900: #011c31;
  --color-indigo: #553cdf;
  --color-indigo-10: #faf9fe;
  --color-indigo-25: #f7f5fd;
  --color-indigo-50: #eeecfc;
  --color-indigo-100: #ddd8f9;
  --color-indigo-200: #bbb1f2;
  --color-indigo-300: #998aec;
  --color-indigo-400: #7763e5;
  --color-indigo-500: #553cdf;
  --color-indigo-600: #4430b2;
  --color-indigo-700: #332486;
  --color-indigo-800: #221859;
  --color-indigo-900: #110c2d;
  --color-purple: #8921e4;
  --color-purple-10: #fbf8fe;
  --color-purple-25: #f9f4fe;
  --color-purple-50: #f3e9fc;
  --color-purple-100: #e7d3fa;
  --color-purple-200: #d0a6f4;
  --color-purple-300: #b87aef;
  --color-purple-400: #a14de9;
  --color-purple-500: #8921e4;
  --color-purple-600: #6e1ab6;
  --color-purple-700: #521489;
  --color-purple-800: #370d5b;
  --color-purple-900: #1b072e;
  --color-red: #ea4335;
  --color-red-10: #fef9f9;
  --color-red-25: #fef6f5;
  --color-red-50: #fdeceb;
  --color-red-100: #fbd9d7;
  --color-red-200: #f7b4ae;
  --color-red-300: #f28e86;
  --color-red-400: #ee695d;
  --color-red-500: #ea4335;
  --color-red-600: #bb362a;
  --color-red-700: #8c2820;
  --color-red-800: #5e1b15;
  --color-red-900: #2f0d0b;
  --color-rose: #d20e4f;
  --color-rose-10: #fef8fa;
  --color-rose-25: #fdf3f6;
  --color-rose-50: #fbe7ed;
  --color-rose-100: #f6cfdc;
  --color-rose-200: #ed9fb9;
  --color-rose-300: #e46e95;
  --color-rose-400: #db3e72;
  --color-rose-500: #d20e4f;
  --color-rose-600: #a80b3f;
  --color-rose-700: #7e082f;
  --color-rose-800: #540620;
  --color-rose-900: #2a0310;
  --color-pink: #f06b9d;
  --color-pink-10: #fffbfc;
  --color-pink-25: #fef8fa;
  --color-pink-50: #fef0f5;
  --color-pink-100: #fce1eb;
  --color-pink-200: #f9c4d8;
  --color-pink-300: #f6a6c4;
  --color-pink-400: #f389b1;
  --color-pink-500: #f06b9d;
  --color-pink-600: #c0567e;
  --color-pink-700: #90405e;
  --color-pink-800: #602b3f;
  --color-pink-900: #30151f;
  --color-orange: #fb6b1e;
  --color-orange-10: #fffbf8;
  --color-orange-25: #fff8f4;
  --color-orange-50: #fff0e9;
  --color-orange-100: #fee1d2;
  --color-orange-200: #fdc4a5;
  --color-orange-300: #fda678;
  --color-orange-400: #fc894b;
  --color-orange-500: #fb6b1e;
  --color-orange-600: #c95618;
  --color-orange-700: #974012;
  --color-orange-800: #642b0c;
  --color-orange-900: #321506;
  --color-yellow: #fcbc05;
  --color-yellow-10: #fffdf8;
  --color-yellow-25: #fffcf3;
  --color-yellow-50: #fff8e6;
  --color-yellow-100: #fef2cd;
  --color-yellow-200: #fee49b;
  --color-yellow-300: #fdd769;
  --color-yellow-400: #fdc937;
  --color-yellow-500: #fcbc05;
  --color-yellow-600: #ca9604;
  --color-yellow-700: #977103;
  --color-yellow-800: #654b02;
  --color-yellow-900: #322601;
  --color-green: #34a853;
  --color-green-10: #f9fcfa;
  --color-green-25: #f5fbf6;
  --color-green-50: #ebf6ee;
  --color-green-100: #d6eedd;
  --color-green-200: #aedcba;
  --color-green-300: #85cb98;
  --color-green-400: #5db975;
  --color-green-500: #34a853;
  --color-green-600: #2a8642;
  --color-green-700: #1f6532;
  --color-green-800: #154321;
  --color-green-900: #0a2211;
  --color-lime: #aef359;
  --color-lime-10: #fdfffa;
  --color-lime-25: #fbfef7;
  --color-lime-50: #f7feee;
  --color-lime-100: #effdde;
  --color-lime-200: #dffabd;
  --color-lime-300: #cef89b;
  --color-lime-400: #bef57a;
  --color-lime-500: #aef359;
  --color-lime-600: #8bc247;
  --color-lime-700: #689235;
  --color-lime-800: #466124;
  --color-lime-900: #233112;
  --color-teal: #06f6c6;
  --color-teal-10: #f8fffd;
  --color-teal-25: #f3fffc;
  --color-teal-50: #e6fef9;
  --color-teal-100: #cdfdf4;
  --color-teal-200: #9bfbe8;
  --color-teal-300: #6afadd;
  --color-teal-400: #38f8d1;
  --color-teal-500: #06f6c6;
  --color-teal-600: #05c59e;
  --color-teal-700: #049477;
  --color-teal-800: #02624f;
  --color-teal-900: #013128;
  --color-cyan: #38e1ff;
  --color-cyan-10: #f9feff;
  --color-cyan-25: #f5feff;
  --color-cyan-50: #ebfcff;
  --color-cyan-100: #d7f9ff;
  --color-cyan-200: #aff3ff;
  --color-cyan-300: #88edff;
  --color-cyan-400: #60e7ff;
  --color-cyan-500: #38e1ff;
  --color-cyan-600: #2db4cc;
  --color-cyan-700: #228799;
  --color-cyan-800: #165a66;
  --color-cyan-900: #0b2d33;
  --color-tertiary: var(--bs-tertiary);
  --color-tertiary-10: #fefffa;
  --color-tertiary-25: #fefff7;
  --color-tertiary-50: #fcffef;
  --color-tertiary-100: #f9ffdf;
  --color-tertiary-200: #f3ffbf;
  --color-tertiary-300: var(--color-tertiary-light);
  --color-tertiary-400: #e8ff7e;
  --color-tertiary-500: var(--bs-tertiary);
  --color-tertiary-600: #b5cc4b;
  --color-tertiary-700: #889938;
  --color-tertiary-800: #5a6626;
  --color-tertiary-900: #2d3313;
  --color-quaternary: #d4d7c2;
  --color-quaternary-10: #fefefd;
  --color-quaternary-25: #fdfdfc;
  --color-quaternary-50: #fbfbf9;
  --color-quaternary-100: #f6f7f3;
  --color-quaternary-200: #eeefe7;
  --color-quaternary-300: #e5e7da;
  --color-quaternary-400: #dddfce;
  --color-quaternary-500: #d4d7c2;
  --color-quaternary-600: #aaac9b;
  --color-quaternary-700: #7f8174;
  --color-quaternary-800: #55564e;
  --color-quaternary-900: #2a2b27;
  --colors-accent-primary: var(--color-primary);
  --colors-accent-secondary: var(--color-secondary);
  --colors-accent-success: var(--color-success);
  --colors-accent-warning: var(--color-warning);
  --colors-accent-danger: var(--color-danger);
  --colors-accent-muted: var(--color-gray-400);
  --colors-button-primary: var(--color-primary);
  --colors-button-secondary: var(--color-secondary);
  --colors-button-success: var(--color-success);
  --colors-button-warning: var(--color-warning);
  --colors-button-danger: var(--color-danger);
  --colors-button-muted: var(--color-muted);
  --colors-button-primary-hover: var(--color-primary-600);
  --colors-button-secondary-hover: var(--color-secondary-600);
  --colors-button-success-hover: var(--color-success-600);
  --colors-button-warning-hover: var(--color-warning-600);
  --colors-button-danger-hover: var(--color-danger-600);
  --colors-button-muted-hover: var(--color-muted-600);
  --colors-form-primary: var(--color-primary);
  --colors-form-secondary: var(--color-secondary);
  --colors-form-success: var(--color-success);
  --colors-form-warning: var(--color-warning);
  --colors-form-danger: var(--color-danger);
  --colors-form-muted: var(--color-muted);
  --colors-card-primary: var(--color-primary);
  --colors-card-secondary: var(--color-secondary);
  --colors-card-success: var(--color-success);
  --colors-card-warning: var(--color-warning);
  --colors-card-danger: var(--color-danger);
  --colors-card-muted: var(--color-muted);
  --colors-background-primary: var(--color-primary);
  --colors-background-secondary: var(--color-secondary);
  --colors-background-success: var(--color-success);
  --colors-background-warning: var(--color-warning);
  --colors-background-danger: var(--color-danger);
  --colors-background-muted: var(--color-muted);
  --colors-text-primary: var(--color-primary);
  --colors-text-secondary: var(--color-secondary);
  --colors-text-success: var(--color-success);
  --colors-text-warning: var(--color-warning);
  --colors-text-danger: var(--color-danger);
  --colors-text-muted: var(--color-muted);
  --colors-label-primary: var(--color-primary);
  --colors-label-secondary: var(--color-secondary);
  --colors-label-success: var(--color-success);
  --colors-label-warning: var(--color-warning);
  --colors-label-danger: var(--color-danger);
  --colors-label-muted: var(--color-muted);
  --colors-alert-primary: var(--color-primary);
  --colors-alert-secondary: var(--color-secondary);
  --colors-alert-success: var(--color-success);
  --colors-alert-warning: var(--color-warning);
  --colors-alert-danger: var(--color-danger);
  --colors-alert-muted: var(--color-muted);
  --sizes-text-3xs-size: .75rem;
  --sizes-text-3xs-lh: 1.5;
  --sizes-text-3xs-lp: 0rem;
  --sizes-text-2xs-size: .875rem;
  --sizes-text-2xs-lh: 1.5;
  --sizes-text-2xs-lp: 0rem;
  --sizes-text-xs-size: 1rem;
  --sizes-text-xs-lh: 1.5;
  --sizes-text-xs-lp: 0rem;
  --sizes-text-sm-size: 1.125rem;
  --sizes-text-sm-lh: 1.5;
  --sizes-text-sm-lp: 0rem;
  --sizes-text-md-size: 1.25rem;
  --sizes-text-md-lh: 1.5;
  --sizes-text-md-lp: 0rem;
  --sizes-text-lg-size: 1.5rem;
  --sizes-text-lg-lh: 1.5;
  --sizes-text-lg-lp: 0rem;
  --sizes-text-xl-size: 1.75rem;
  --sizes-text-xl-lh: 1.5;
  --sizes-text-xl-lp: 0rem;
  --sizes-text-2xl-size: 2rem;
  --sizes-text-2xl-lh: 1.5;
  --sizes-text-2xl-lp: 0rem;
  --sizes-heading-display-1-size: 8rem;
  --sizes-heading-display-1-lh: 1;
  --sizes-heading-display-1-lp: -.24rem;
  --sizes-heading-display-2-size: 6rem;
  --sizes-heading-display-2-lh: 1;
  --sizes-heading-display-2-lp: -.18rem;
  --sizes-heading-display-3-size: 5rem;
  --sizes-heading-display-3-lh: 1;
  --sizes-heading-display-3-lp: -.15rem;
  --sizes-heading-display-4-size: 4.5rem;
  --sizes-heading-display-4-lh: 1;
  --sizes-heading-display-4-lp: -.135rem;
  --sizes-heading-display-5-size: 4rem;
  --sizes-heading-display-5-lh: 1;
  --sizes-heading-display-5-lp: -.12rem;
  --sizes-heading-display-6-size: 3.25rem;
  --sizes-heading-display-6-lh: 1;
  --sizes-heading-display-6-lp: -.105rem;
  --sizes-heading-h1-size: 3rem;
  --sizes-heading-h1-lh: 1.1;
  --sizes-heading-h1-lp: -.09rem;
  --sizes-heading-h2-size: 2.5rem;
  --sizes-heading-h2-lh: 1.1;
  --sizes-heading-h2-lp: -.06rem;
  --sizes-heading-h3-size: 2rem;
  --sizes-heading-h3-lh: 1.1;
  --sizes-heading-h3-lp: -.0525rem;
  --sizes-heading-h4-size: 1.5rem;
  --sizes-heading-h4-lh: 1.2;
  --sizes-heading-h4-lp: -.045rem;
  --sizes-heading-h5-size: 1.25rem;
  --sizes-heading-h5-lh: 1.2;
  --sizes-heading-h5-lp: -.03rem;
  --sizes-heading-h6-size: 1.125rem;
  --sizes-heading-h6-lh: 1.2;
  --sizes-heading-h6-lp: -.03rem;
  --sizes-container-xs: 784px;
  --sizes-container-sm: 992px;
  --sizes-container-md: 1200px;
  --sizes-container-lg: 1376px;
  --sizes-container-xl: 1600px;
  --sizes-grid-narrow: .25rem;
  --sizes-grid-2xs: .5rem;
  --sizes-grid-xs: 1rem;
  --sizes-grid-sm: 1.5rem;
  --sizes-grid-md: 2rem;
  --sizes-grid-lg: 2.5rem;
  --sizes-grid-xl: 3rem;
  --sizes-grid-2xl: 3.5rem;
  --sizes-grid-3xl: 4rem;
  --sizes-grid-4xl: 5rem;
  --sizes-grid-5xl: 8rem;
  --sizes-spacing-narrow: .25rem;
  --sizes-spacing-2xs: .5rem;
  --sizes-spacing-xs: 1rem;
  --sizes-spacing-sm: 1.5rem;
  --sizes-spacing-md: 2rem;
  --sizes-spacing-lg: 2.5rem;
  --sizes-spacing-xl: 3rem;
  --sizes-spacing-2xl: 3.5rem;
  --sizes-spacing-3xl: 4rem;
  --sizes-spacing-4xl: 6rem;
  --sizes-spacing-5xl: 8rem;
  --sizes-button-height: 48px;
  --sizes-button-px: 1rem;
  --sizes-button-text: 1rem;
  --sizes-button-radius: var(--radius);
  --sizes-button-2xs-height: 24px;
  --sizes-button-2xs-px: .25rem;
  --sizes-button-2xs-text: .8rem;
  --sizes-button-2xs-radius: var(--radius);
  --sizes-button-xs-height: 32px;
  --sizes-button-xs-px: .5rem;
  --sizes-button-xs-text: .825rem;
  --sizes-button-xs-radius: var(--radius);
  --sizes-button-sm-height: 40px;
  --sizes-button-sm-px: .75rem;
  --sizes-button-sm-text: 1rem;
  --sizes-button-sm-radius: var(--radius);
  --sizes-button-md-height: 48px;
  --sizes-button-md-px: 1rem;
  --sizes-button-md-text: 1rem;
  --sizes-button-md-radius: var(--radius);
  --sizes-button-lg-height: 56px;
  --sizes-button-lg-px: 1.5rem;
  --sizes-button-lg-text: 1.125rem;
  --sizes-button-lg-radius: var(--radius);
  --sizes-button-xl-height: 64px;
  --sizes-button-xl-px: 2rem;
  --sizes-button-xl-text: 1.25rem;
  --sizes-button-xl-radius: var(--radius);
  --sizes-button-2xl-height: 80px;
  --sizes-button-2xl-px: 3rem;
  --sizes-button-2xl-text: 1.5rem;
  --sizes-button-2xl-radius: var(--radius);
  --sizes-form-height: 48px;
  --sizes-form-px: 1rem;
  --sizes-form-text: 1rem;
  --sizes-form-2xs-height: 24px;
  --sizes-form-2xs-px: .5rem;
  --sizes-form-2xs-text: .75rem;
  --sizes-form-xs-height: 32px;
  --sizes-form-xs-px: .5rem;
  --sizes-form-xs-text: .875rem;
  --sizes-form-sm-height: 40px;
  --sizes-form-sm-px: .75rem;
  --sizes-form-sm-text: 1rem;
  --sizes-form-md-height: 48px;
  --sizes-form-md-px: 1rem;
  --sizes-form-md-text: 1rem;
  --sizes-form-lg-height: 56px;
  --sizes-form-lg-px: 1.5rem;
  --sizes-form-lg-text: 1.125rem;
  --sizes-form-xl-height: 64px;
  --sizes-form-xl-px: 1.25rem;
  --sizes-form-xl-text: 1.25rem;
  --sizes-form-2xl-height: 80px;
  --sizes-form-2xl-px: 1.5rem;
  --sizes-form-2xl-text: 1.5rem;
  --sizes-icon-2xs: 16px;
  --sizes-icon-xs: 20px;
  --sizes-icon-sm: 24px;
  --sizes-icon-md: 32px;
  --sizes-icon-lg: 48px;
  --sizes-icon-xl: 64px;
  --sizes-icon-2xl: 80px;
  --sizes-rouneded-: var(--radius);
  --sizes-rouneded-1: 4px;
  --sizes-rouneded-2: 16px;
  --sizes-rouneded-3: 24px;
  --sizes-rouneded-4: 32px;
  --sizes-rouneded-5: 40px;
  --sizes-rouneded-6: 48px;
  --sizes-rouneded-7: 56px;
  --sizes-rouneded-8: 64px;
  --sizes-blur-1: 4px;
  --sizes-blur-2: 8px;
  --sizes-blur-3: 16px;
  --sizes-blur-4: 24px;
  --sizes-blur-5: 32px;
  --sizes-blur-6: 48px;
  --sizes-blur-7: 64px;
  --sizes-blur-8: 80px;
  --sizes-blur-9: 96px;
  --sizes-blur-10: 128px;
  --sizes-shadow-xs: 0 .125rem .25rem -.1rem var(--shadow-color);
  --sizes-shadow-sm: 0 .25rem .5rem -.1rem var(--shadow-color);
  --sizes-shadow: 0 .5rem 1rem -.1rem var(--shadow-color);
  --sizes-shadow-lg: 0 1rem 1.5rem -.1rem var(--shadow-color);
  --sizes-shadow-xl: 0 1.5rem 2rem -.1rem var(--shadow-color);
  --sizes-shadow-2xl: 0 2rem 2.5rem -.1rem var(--shadow-color);
  --sizes-table-xs: .5rem;
  --sizes-table-sm: .75rem;
  --sizes-table: 1rem;
  --sizes-table-md: 1.25rem;
  --sizes-table-lg: 1.5rem;
  --body-font-typeface: var(--font-text-family);
  --body-font-size: var(--root-size);
  --body-font-weight: var(--font-text-weight);
  --body-font-spacing: normal;
  --body-color-background: transparent;
  --body-color-text: var(--color-gray-900);
  --heading-font-typeface: var(--font-heading-family);
  --heading-font-weight: var(--font-heading-weight);
  --heading-font-style: normal;
  --heading-font-spacing: normal;
  --heading-font-transform: initial;
  --heading-color-text: inherit;
  --link-color-text: var(--color-primary);
  --link-color-text-hover: var(--color-primary-60);
  --button-font-typeface: var(--font-family-tertiary);
  --button-font-weight: 500;
  --button-font-line-height: initial;
  --button-font-spacing: normal;
  --button-font-transform: initial;
  --button-border-width: 2px;
  --button-border-radius: 80px;
  --button-color-text: white;
  --form-font-typeface: var(--font-text-family);
  --form-font-size: var(--sizes-form-medium-text);
  --form-font-weight: 400;
  --form-font-line-height: 1.25rem;
  --form-font-spacing: normal;
  --form-font-transform: initial;
  --form-color-text: var(--color-gray-900);
  --form-color-background: #9b9b9b26;
  --form-color-background-hover: #9b9b9b33;
  --form-color-background-disable: #9b9b9b66;
  --form-color-background-primary: var(--color-primary);
  --form-color-background-primary-hover: var(--color-primary-60);
  --form-color-placeholder: #9b9b9bb3;
  --form-border-width: 0;
  --form-border-color: var(--border-color);
  --form-border-radius: var(--radius);
  --form-shadow-default: 0 0 0 1px var(--border-color);
  --form-shadow-hover: 0 0 0 1px var(--border-color);
  --form-shadow-focus: 0 0 0 2px var(--color-primary);
  --form-height: var(--sizes-form-medium-height);
  --form-dark-color-text: var(--color-white);
  --form-dark-color-background: #9b9b9b26;
  --form-dark-color-background-hover: #9b9b9b33;
  --form-dark-color-background-disable: #9b9b9b66;
  --form-dark-color-background-primary: var(--color-primary);
  --form-dark-color-background-primary-hover: var(--color-primary-60);
  --form-dark-color-placeholder: #9b9b9b80;
  --tab-font-size: var(--sizes-form-medium-text);
  --tab-font-weight: 700;
  --tab-font-spacing: normal;
  --tab-font-transform: initial;
  --tab-color-text: var(--color-gray-700);
  --tab-color-text-hover: var(--color-gray-800);
  --tab-color-text-active: var(--color-gray-900);
  --tab-border-width: 4px;
  --tab-border-color: var(--color-primary);
  --tab-border-radius: var(--radius);
  --tab-display: inline-flex;
  --tab-align-text: center;
  --tab-margin: 0;
  --tab-padding: 5px;
  --accordion-font-size: var(--sizes-form-large-text);
  --accordion-font-weight: 700;
  --accordion-font-spacing: normal;
  --accordion-font-transform: initial;
  --accordion-color-text: var(--color-gray-900);
  --accordion-color-text-active: var(--color-primary);
  --accordion-border-width: 1px;
  --accordion-border-color: var(--border-color);
  --accordion-margin: 20px;
  --accordion-padding: 20px;
  --alert-font-size: var(--sizes-form-medium-text);
  --alert-font-weight: 400;
  --alert-font-style: normal;
  --alert-font-spacing: normal;
  --alert-font-transform: initial;
  --alert-color-background: var(--color-gray-100);
  --alert-color-text: var(--color-gray-900);
  --alert-border-width: 0;
  --alert-border-radius: var(--radius);
  --alert-padding: 15px;
  font-variant-numeric: lining-nums;
  font-family: var(--body-font-typeface);
  font-size: var(--body-font-size, 1rem);
  font-weight: var(--body-font-weight, 400);
  letter-spacing: var(--body-font-spacing, normal);
  background-color: var(--body-color-background, inherit);
  color: var(--body-color-text, inherit);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: var(--body-font-typeface);
  font-size: var(--body-font-size, 1rem);
  font-weight: var(--body-font-weight, 400);
  letter-spacing: var(--body-font-spacing, normal);
  background-color: var(--body-color-background, inherit);
  color: var(--body-color-text, inherit);
  --color-white: white;
  --color-black: black;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: var(--color-primary);
  --bs-secondary: #fff3e9;
  --bs-success: #4caf50;
  --bs-info: #09c;
  --bs-warning: #ffb307;
  --bs-danger: #e44b4b;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-gray: #45454c;
  --bs-gray-10: #f9f9fa;
  --bs-gray-25: #f6f6f6;
  --bs-gray-50: #ececed;
  --bs-gray-100: #dadadb;
  --bs-gray-200: #b5b5b7;
  --bs-gray-300: #8f8f94;
  --bs-gray-400: #6a6a70;
  --bs-gray-500: #45454c;
  --bs-gray-600: #37373d;
  --bs-gray-700: #29292e;
  --bs-gray-800: #1c1c1e;
  --bs-gray-900: #0e0e0f;
  --bs-slate: #6b7280;
  --bs-slate-10: #fbfbfb;
  --bs-slate-25: #f8f8f9;
  --bs-slate-50: #f0f1f2;
  --bs-slate-100: #e1e3e6;
  --bs-slate-200: #c4c7cc;
  --bs-slate-300: #a6aab3;
  --bs-slate-400: #898e99;
  --bs-slate-500: #6b7280;
  --bs-slate-600: #565b66;
  --bs-slate-700: #40444d;
  --bs-slate-800: #2b2e33;
  --bs-slate-900: #15171a;
  --bs-primary-10: #f8f9fa;
  --bs-primary-25: #f3f5f6;
  --bs-primary-50: #e8eced;
  --bs-primary-100: #d0d9db;
  --bs-primary-200: #a2b3b7;
  --bs-primary-300: #738c93;
  --bs-primary-400: #45666f;
  --bs-primary-500: var(--color-primary);
  --bs-primary-600: #12333c;
  --bs-primary-700: #0d262d;
  --bs-primary-800: #091a1e;
  --bs-primary-900: #040d0f;
  --bs-secondary-10: #fffffe;
  --bs-secondary-25: #fffefe;
  --bs-secondary-50: #fffefd;
  --bs-secondary-100: #fffdfb;
  --bs-secondary-200: #fffaf6;
  --bs-secondary-300: #fff8f2;
  --bs-secondary-400: #fff5ed;
  --bs-secondary-500: #fff3e9;
  --bs-secondary-600: #ccc2ba;
  --bs-secondary-700: #99928c;
  --bs-secondary-800: #66615d;
  --bs-secondary-900: #33312f;
  --bs-info-10: #f7fcfd;
  --bs-info-25: #f2fafc;
  --bs-info-50: #e6f5fa;
  --bs-info-100: #ccebf5;
  --bs-info-200: #99d6eb;
  --bs-info-300: #66c2e0;
  --bs-info-400: #33add6;
  --bs-info-500: #09c;
  --bs-info-600: #007aa3;
  --bs-info-700: #005c7a;
  --bs-info-800: #003d52;
  --bs-info-900: #001f29;
  --bs-success-10: #fafdfa;
  --bs-success-25: #f6fbf6;
  --bs-success-50: #edf7ee;
  --bs-success-100: #dbefdc;
  --bs-success-200: #b7dfb9;
  --bs-success-300: #94cf96;
  --bs-success-400: #70bf73;
  --bs-success-500: #4caf50;
  --bs-success-600: #3d8c40;
  --bs-success-700: #2e6930;
  --bs-success-800: #1e4620;
  --bs-success-900: #0f2310;
  --bs-warning-10: #fffdf8;
  --bs-warning-25: #fffbf3;
  --bs-warning-50: #fff7e6;
  --bs-warning-100: #fff0cd;
  --bs-warning-200: #ffe19c;
  --bs-warning-300: #ffd16a;
  --bs-warning-400: #ffc239;
  --bs-warning-500: #ffb307;
  --bs-warning-600: #cc8f06;
  --bs-warning-700: #996b04;
  --bs-warning-800: #664803;
  --bs-warning-900: #332401;
  --bs-danger-10: #fefafa;
  --bs-danger-25: #fef6f6;
  --bs-danger-50: #fceded;
  --bs-danger-100: #fadbdb;
  --bs-danger-200: #f4b7b7;
  --bs-danger-300: #ef9393;
  --bs-danger-400: #e96f6f;
  --bs-danger-500: #e44b4b;
  --bs-danger-600: #b63c3c;
  --bs-danger-700: #892d2d;
  --bs-danger-800: #5b1e1e;
  --bs-danger-900: #2e0f0f;
  --bs-blue: #078af3;
  --bs-blue-10: #f8fbff;
  --bs-blue-25: #f3f9fe;
  --bs-blue-50: #e6f3fe;
  --bs-blue-100: #cde8fd;
  --bs-blue-200: #9cd0fa;
  --bs-blue-300: #6ab9f8;
  --bs-blue-400: #39a1f5;
  --bs-blue-500: #078af3;
  --bs-blue-600: #066ec2;
  --bs-blue-700: #045392;
  --bs-blue-800: #033761;
  --bs-blue-900: #011c31;
  --bs-indigo: #553cdf;
  --bs-indigo-10: #faf9fe;
  --bs-indigo-25: #f7f5fd;
  --bs-indigo-50: #eeecfc;
  --bs-indigo-100: #ddd8f9;
  --bs-indigo-200: #bbb1f2;
  --bs-indigo-300: #998aec;
  --bs-indigo-400: #7763e5;
  --bs-indigo-500: #553cdf;
  --bs-indigo-600: #4430b2;
  --bs-indigo-700: #332486;
  --bs-indigo-800: #221859;
  --bs-indigo-900: #110c2d;
  --bs-purple: #8921e4;
  --bs-purple-10: #fbf8fe;
  --bs-purple-25: #f9f4fe;
  --bs-purple-50: #f3e9fc;
  --bs-purple-100: #e7d3fa;
  --bs-purple-200: #d0a6f4;
  --bs-purple-300: #b87aef;
  --bs-purple-400: #a14de9;
  --bs-purple-500: #8921e4;
  --bs-purple-600: #6e1ab6;
  --bs-purple-700: #521489;
  --bs-purple-800: #370d5b;
  --bs-purple-900: #1b072e;
  --bs-red: #ea4335;
  --bs-red-10: #fef9f9;
  --bs-red-25: #fef6f5;
  --bs-red-50: #fdeceb;
  --bs-red-100: #fbd9d7;
  --bs-red-200: #f7b4ae;
  --bs-red-300: #f28e86;
  --bs-red-400: #ee695d;
  --bs-red-500: #ea4335;
  --bs-red-600: #bb362a;
  --bs-red-700: #8c2820;
  --bs-red-800: #5e1b15;
  --bs-red-900: #2f0d0b;
  --bs-rose: #d20e4f;
  --bs-rose-10: #fef8fa;
  --bs-rose-25: #fdf3f6;
  --bs-rose-50: #fbe7ed;
  --bs-rose-100: #f6cfdc;
  --bs-rose-200: #ed9fb9;
  --bs-rose-300: #e46e95;
  --bs-rose-400: #db3e72;
  --bs-rose-500: #d20e4f;
  --bs-rose-600: #a80b3f;
  --bs-rose-700: #7e082f;
  --bs-rose-800: #540620;
  --bs-rose-900: #2a0310;
  --bs-pink: #f06b9d;
  --bs-pink-10: #fffbfc;
  --bs-pink-25: #fef8fa;
  --bs-pink-50: #fef0f5;
  --bs-pink-100: #fce1eb;
  --bs-pink-200: #f9c4d8;
  --bs-pink-300: #f6a6c4;
  --bs-pink-400: #f389b1;
  --bs-pink-500: #f06b9d;
  --bs-pink-600: #c0567e;
  --bs-pink-700: #90405e;
  --bs-pink-800: #602b3f;
  --bs-pink-900: #30151f;
  --bs-orange: #fb6b1e;
  --bs-orange-10: #fffbf8;
  --bs-orange-25: #fff8f4;
  --bs-orange-50: #fff0e9;
  --bs-orange-100: #fee1d2;
  --bs-orange-200: #fdc4a5;
  --bs-orange-300: #fda678;
  --bs-orange-400: #fc894b;
  --bs-orange-500: #fb6b1e;
  --bs-orange-600: #c95618;
  --bs-orange-700: #974012;
  --bs-orange-800: #642b0c;
  --bs-orange-900: #321506;
  --bs-yellow: #fcbc05;
  --bs-yellow-10: #fffdf8;
  --bs-yellow-25: #fffcf3;
  --bs-yellow-50: #fff8e6;
  --bs-yellow-100: #fef2cd;
  --bs-yellow-200: #fee49b;
  --bs-yellow-300: #fdd769;
  --bs-yellow-400: #fdc937;
  --bs-yellow-500: #fcbc05;
  --bs-yellow-600: #ca9604;
  --bs-yellow-700: #977103;
  --bs-yellow-800: #654b02;
  --bs-yellow-900: #322601;
  --bs-green: #34a853;
  --bs-green-10: #f9fcfa;
  --bs-green-25: #f5fbf6;
  --bs-green-50: #ebf6ee;
  --bs-green-100: #d6eedd;
  --bs-green-200: #aedcba;
  --bs-green-300: #85cb98;
  --bs-green-400: #5db975;
  --bs-green-500: #34a853;
  --bs-green-600: #2a8642;
  --bs-green-700: #1f6532;
  --bs-green-800: #154321;
  --bs-green-900: #0a2211;
  --bs-lime: #aef359;
  --bs-lime-10: #fdfffa;
  --bs-lime-25: #fbfef7;
  --bs-lime-50: #f7feee;
  --bs-lime-100: #effdde;
  --bs-lime-200: #dffabd;
  --bs-lime-300: #cef89b;
  --bs-lime-400: #bef57a;
  --bs-lime-500: #aef359;
  --bs-lime-600: #8bc247;
  --bs-lime-700: #689235;
  --bs-lime-800: #466124;
  --bs-lime-900: #233112;
  --bs-teal: #06f6c6;
  --bs-teal-10: #f8fffd;
  --bs-teal-25: #f3fffc;
  --bs-teal-50: #e6fef9;
  --bs-teal-100: #cdfdf4;
  --bs-teal-200: #9bfbe8;
  --bs-teal-300: #6afadd;
  --bs-teal-400: #38f8d1;
  --bs-teal-500: #06f6c6;
  --bs-teal-600: #05c59e;
  --bs-teal-700: #049477;
  --bs-teal-800: #02624f;
  --bs-teal-900: #013128;
  --bs-cyan: #38e1ff;
  --bs-cyan-10: #f9feff;
  --bs-cyan-25: #f5feff;
  --bs-cyan-50: #ebfcff;
  --bs-cyan-100: #d7f9ff;
  --bs-cyan-200: #aff3ff;
  --bs-cyan-300: #88edff;
  --bs-cyan-400: #60e7ff;
  --bs-cyan-500: #38e1ff;
  --bs-cyan-600: #2db4cc;
  --bs-cyan-700: #228799;
  --bs-cyan-800: #165a66;
  --bs-cyan-900: #0b2d33;
  --bs-tertiary-10: #fefffa;
  --bs-tertiary-25: #fefff7;
  --bs-tertiary-50: #fcffef;
  --bs-tertiary-100: #f9ffdf;
  --bs-tertiary-200: #f3ffbf;
  --bs-tertiary-300: var(--color-tertiary-light);
  --bs-tertiary-400: #e8ff7e;
  --bs-tertiary-500: var(--bs-tertiary);
  --bs-tertiary-600: #b5cc4b;
  --bs-tertiary-700: #889938;
  --bs-tertiary-800: #5a6626;
  --bs-tertiary-900: #2d3313;
  --bs-quaternary: #d4d7c2;
  --bs-quaternary-10: #fefefd;
  --bs-quaternary-25: #fdfdfc;
  --bs-quaternary-50: #fbfbf9;
  --bs-quaternary-100: #f6f7f3;
  --bs-quaternary-200: #eeefe7;
  --bs-quaternary-300: #e5e7da;
  --bs-quaternary-400: #dddfce;
  --bs-quaternary-500: #d4d7c2;
  --bs-quaternary-600: #aaac9b;
  --bs-quaternary-700: #7f8174;
  --bs-quaternary-800: #55564e;
  --bs-quaternary-900: #2a2b27;
  --bs-secondary-rgb: 255, 243, 233;
  --bs-success-rgb: 76, 175, 80;
  --bs-info-rgb: 0, 153, 204;
  --bs-warning-rgb: 255, 179, 7;
  --bs-danger-rgb: 228, 75, 75;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-gray-rgb: 69, 69, 76;
  --bs-gray-10-rgb: 249, 249, 250;
  --bs-gray-25-rgb: 246, 246, 246;
  --bs-gray-50-rgb: 236, 236, 237;
  --bs-gray-100-rgb: 218, 218, 219;
  --bs-gray-200-rgb: 181, 181, 183;
  --bs-gray-300-rgb: 143, 143, 148;
  --bs-gray-400-rgb: 106, 106, 112;
  --bs-gray-500-rgb: 69, 69, 76;
  --bs-gray-600-rgb: 55, 55, 61;
  --bs-gray-700-rgb: 41, 41, 46;
  --bs-gray-800-rgb: 28, 28, 30;
  --bs-gray-900-rgb: 14, 14, 15;
  --bs-slate-rgb: 107, 114, 128;
  --bs-slate-10-rgb: 251, 251, 251;
  --bs-slate-25-rgb: 248, 248, 249;
  --bs-slate-50-rgb: 240, 241, 242;
  --bs-slate-100-rgb: 225, 227, 230;
  --bs-slate-200-rgb: 196, 199, 204;
  --bs-slate-300-rgb: 166, 170, 179;
  --bs-slate-400-rgb: 137, 142, 153;
  --bs-slate-500-rgb: 107, 114, 128;
  --bs-slate-600-rgb: 86, 91, 102;
  --bs-slate-700-rgb: 64, 68, 77;
  --bs-slate-800-rgb: 43, 46, 51;
  --bs-slate-900-rgb: 21, 23, 26;
  --bs-primary-10-rgb: 248, 249, 250;
  --bs-primary-25-rgb: 243, 245, 246;
  --bs-primary-50-rgb: 232, 236, 237;
  --bs-primary-100-rgb: 208, 217, 219;
  --bs-primary-200-rgb: 162, 179, 183;
  --bs-primary-300-rgb: 115, 140, 147;
  --bs-primary-400-rgb: 69, 102, 111;
  --bs-primary-500-rgb: 22, 64, 75;
  --bs-primary-600-rgb: 18, 51, 60;
  --bs-primary-700-rgb: 13, 38, 45;
  --bs-primary-800-rgb: 9, 26, 30;
  --bs-primary-900-rgb: 4, 13, 15;
  --bs-secondary-10-rgb: 255, 255, 254;
  --bs-secondary-25-rgb: 255, 254, 254;
  --bs-secondary-50-rgb: 255, 254, 253;
  --bs-secondary-100-rgb: 255, 253, 251;
  --bs-secondary-200-rgb: 255, 250, 246;
  --bs-secondary-300-rgb: 255, 248, 242;
  --bs-secondary-400-rgb: 255, 245, 237;
  --bs-secondary-500-rgb: 255, 243, 233;
  --bs-secondary-600-rgb: 204, 194, 186;
  --bs-secondary-700-rgb: 153, 146, 140;
  --bs-secondary-800-rgb: 102, 97, 93;
  --bs-secondary-900-rgb: 51, 49, 47;
  --bs-info-10-rgb: 247, 252, 253;
  --bs-info-25-rgb: 242, 250, 252;
  --bs-info-50-rgb: 230, 245, 250;
  --bs-info-100-rgb: 204, 235, 245;
  --bs-info-200-rgb: 153, 214, 235;
  --bs-info-300-rgb: 102, 194, 224;
  --bs-info-400-rgb: 51, 173, 214;
  --bs-info-500-rgb: 0, 153, 204;
  --bs-info-600-rgb: 0, 122, 163;
  --bs-info-700-rgb: 0, 92, 122;
  --bs-info-800-rgb: 0, 61, 82;
  --bs-info-900-rgb: 0, 31, 41;
  --bs-success-10-rgb: 250, 253, 250;
  --bs-success-25-rgb: 246, 251, 246;
  --bs-success-50-rgb: 237, 247, 238;
  --bs-success-100-rgb: 219, 239, 220;
  --bs-success-200-rgb: 183, 223, 185;
  --bs-success-300-rgb: 148, 207, 150;
  --bs-success-400-rgb: 112, 191, 115;
  --bs-success-500-rgb: 76, 175, 80;
  --bs-success-600-rgb: 61, 140, 64;
  --bs-success-700-rgb: 46, 105, 48;
  --bs-success-800-rgb: 30, 70, 32;
  --bs-success-900-rgb: 15, 35, 16;
  --bs-warning-10-rgb: 255, 253, 248;
  --bs-warning-25-rgb: 255, 251, 243;
  --bs-warning-50-rgb: 255, 247, 230;
  --bs-warning-100-rgb: 255, 240, 205;
  --bs-warning-200-rgb: 255, 225, 156;
  --bs-warning-300-rgb: 255, 209, 106;
  --bs-warning-400-rgb: 255, 194, 57;
  --bs-warning-500-rgb: 255, 179, 7;
  --bs-warning-600-rgb: 204, 143, 6;
  --bs-warning-700-rgb: 153, 107, 4;
  --bs-warning-800-rgb: 102, 72, 3;
  --bs-warning-900-rgb: 51, 36, 1;
  --bs-danger-10-rgb: 254, 250, 250;
  --bs-danger-25-rgb: 254, 246, 246;
  --bs-danger-50-rgb: 252, 237, 237;
  --bs-danger-100-rgb: 250, 219, 219;
  --bs-danger-200-rgb: 244, 183, 183;
  --bs-danger-300-rgb: 239, 147, 147;
  --bs-danger-400-rgb: 233, 111, 111;
  --bs-danger-500-rgb: 228, 75, 75;
  --bs-danger-600-rgb: 182, 60, 60;
  --bs-danger-700-rgb: 137, 45, 45;
  --bs-danger-800-rgb: 91, 30, 30;
  --bs-danger-900-rgb: 46, 15, 15;
  --bs-blue-rgb: 7, 138, 243;
  --bs-blue-10-rgb: 248, 251, 255;
  --bs-blue-25-rgb: 243, 249, 254;
  --bs-blue-50-rgb: 230, 243, 254;
  --bs-blue-100-rgb: 205, 232, 253;
  --bs-blue-200-rgb: 156, 208, 250;
  --bs-blue-300-rgb: 106, 185, 248;
  --bs-blue-400-rgb: 57, 161, 245;
  --bs-blue-500-rgb: 7, 138, 243;
  --bs-blue-600-rgb: 6, 110, 194;
  --bs-blue-700-rgb: 4, 83, 146;
  --bs-blue-800-rgb: 3, 55, 97;
  --bs-blue-900-rgb: 1, 28, 49;
  --bs-indigo-rgb: 85, 60, 223;
  --bs-indigo-10-rgb: 250, 249, 254;
  --bs-indigo-25-rgb: 247, 245, 253;
  --bs-indigo-50-rgb: 238, 236, 252;
  --bs-indigo-100-rgb: 221, 216, 249;
  --bs-indigo-200-rgb: 187, 177, 242;
  --bs-indigo-300-rgb: 153, 138, 236;
  --bs-indigo-400-rgb: 119, 99, 229;
  --bs-indigo-500-rgb: 85, 60, 223;
  --bs-indigo-600-rgb: 68, 48, 178;
  --bs-indigo-700-rgb: 51, 36, 134;
  --bs-indigo-800-rgb: 34, 24, 89;
  --bs-indigo-900-rgb: 17, 12, 45;
  --bs-purple-rgb: 137, 33, 228;
  --bs-purple-10-rgb: 251, 248, 254;
  --bs-purple-25-rgb: 249, 244, 254;
  --bs-purple-50-rgb: 243, 233, 252;
  --bs-purple-100-rgb: 231, 211, 250;
  --bs-purple-200-rgb: 208, 166, 244;
  --bs-purple-300-rgb: 184, 122, 239;
  --bs-purple-400-rgb: 161, 77, 233;
  --bs-purple-500-rgb: 137, 33, 228;
  --bs-purple-600-rgb: 110, 26, 182;
  --bs-purple-700-rgb: 82, 20, 137;
  --bs-purple-800-rgb: 55, 13, 91;
  --bs-purple-900-rgb: 27, 7, 46;
  --bs-red-rgb: 234, 67, 53;
  --bs-red-10-rgb: 254, 249, 249;
  --bs-red-25-rgb: 254, 246, 245;
  --bs-red-50-rgb: 253, 236, 235;
  --bs-red-100-rgb: 251, 217, 215;
  --bs-red-200-rgb: 247, 180, 174;
  --bs-red-300-rgb: 242, 142, 134;
  --bs-red-400-rgb: 238, 105, 93;
  --bs-red-500-rgb: 234, 67, 53;
  --bs-red-600-rgb: 187, 54, 42;
  --bs-red-700-rgb: 140, 40, 32;
  --bs-red-800-rgb: 94, 27, 21;
  --bs-red-900-rgb: 47, 13, 11;
  --bs-rose-rgb: 210, 14, 79;
  --bs-rose-10-rgb: 254, 248, 250;
  --bs-rose-25-rgb: 253, 243, 246;
  --bs-rose-50-rgb: 251, 231, 237;
  --bs-rose-100-rgb: 246, 207, 220;
  --bs-rose-200-rgb: 237, 159, 185;
  --bs-rose-300-rgb: 228, 110, 149;
  --bs-rose-400-rgb: 219, 62, 114;
  --bs-rose-500-rgb: 210, 14, 79;
  --bs-rose-600-rgb: 168, 11, 63;
  --bs-rose-700-rgb: 126, 8, 47;
  --bs-rose-800-rgb: 84, 6, 32;
  --bs-rose-900-rgb: 42, 3, 16;
  --bs-pink-rgb: 240, 107, 157;
  --bs-pink-10-rgb: 255, 251, 252;
  --bs-pink-25-rgb: 254, 248, 250;
  --bs-pink-50-rgb: 254, 240, 245;
  --bs-pink-100-rgb: 252, 225, 235;
  --bs-pink-200-rgb: 249, 196, 216;
  --bs-pink-300-rgb: 246, 166, 196;
  --bs-pink-400-rgb: 243, 137, 177;
  --bs-pink-500-rgb: 240, 107, 157;
  --bs-pink-600-rgb: 192, 86, 126;
  --bs-pink-700-rgb: 144, 64, 94;
  --bs-pink-800-rgb: 96, 43, 63;
  --bs-pink-900-rgb: 48, 21, 31;
  --bs-orange-rgb: 251, 107, 30;
  --bs-orange-10-rgb: 255, 251, 248;
  --bs-orange-25-rgb: 255, 248, 244;
  --bs-orange-50-rgb: 255, 240, 233;
  --bs-orange-100-rgb: 254, 225, 210;
  --bs-orange-200-rgb: 253, 196, 165;
  --bs-orange-300-rgb: 253, 166, 120;
  --bs-orange-400-rgb: 252, 137, 75;
  --bs-orange-500-rgb: 251, 107, 30;
  --bs-orange-600-rgb: 201, 86, 24;
  --bs-orange-700-rgb: 151, 64, 18;
  --bs-orange-800-rgb: 100, 43, 12;
  --bs-orange-900-rgb: 50, 21, 6;
  --bs-yellow-rgb: 252, 188, 5;
  --bs-yellow-10-rgb: 255, 253, 248;
  --bs-yellow-25-rgb: 255, 252, 243;
  --bs-yellow-50-rgb: 255, 248, 230;
  --bs-yellow-100-rgb: 254, 242, 205;
  --bs-yellow-200-rgb: 254, 228, 155;
  --bs-yellow-300-rgb: 253, 215, 105;
  --bs-yellow-400-rgb: 253, 201, 55;
  --bs-yellow-500-rgb: 252, 188, 5;
  --bs-yellow-600-rgb: 202, 150, 4;
  --bs-yellow-700-rgb: 151, 113, 3;
  --bs-yellow-800-rgb: 101, 75, 2;
  --bs-yellow-900-rgb: 50, 38, 1;
  --bs-green-rgb: 52, 168, 83;
  --bs-green-10-rgb: 249, 252, 250;
  --bs-green-25-rgb: 245, 251, 246;
  --bs-green-50-rgb: 235, 246, 238;
  --bs-green-100-rgb: 214, 238, 221;
  --bs-green-200-rgb: 174, 220, 186;
  --bs-green-300-rgb: 133, 203, 152;
  --bs-green-400-rgb: 93, 185, 117;
  --bs-green-500-rgb: 52, 168, 83;
  --bs-green-600-rgb: 42, 134, 66;
  --bs-green-700-rgb: 31, 101, 50;
  --bs-green-800-rgb: 21, 67, 33;
  --bs-green-900-rgb: 10, 34, 17;
  --bs-lime-rgb: 174, 243, 89;
  --bs-lime-10-rgb: 253, 255, 250;
  --bs-lime-25-rgb: 251, 254, 247;
  --bs-lime-50-rgb: 247, 254, 238;
  --bs-lime-100-rgb: 239, 253, 222;
  --bs-lime-200-rgb: 223, 250, 189;
  --bs-lime-300-rgb: 206, 248, 155;
  --bs-lime-400-rgb: 190, 245, 122;
  --bs-lime-500-rgb: 174, 243, 89;
  --bs-lime-600-rgb: 139, 194, 71;
  --bs-lime-700-rgb: 104, 146, 53;
  --bs-lime-800-rgb: 70, 97, 36;
  --bs-lime-900-rgb: 35, 49, 18;
  --bs-teal-rgb: 6, 246, 198;
  --bs-teal-10-rgb: 248, 255, 253;
  --bs-teal-25-rgb: 243, 255, 252;
  --bs-teal-50-rgb: 230, 254, 249;
  --bs-teal-100-rgb: 205, 253, 244;
  --bs-teal-200-rgb: 155, 251, 232;
  --bs-teal-300-rgb: 106, 250, 221;
  --bs-teal-400-rgb: 56, 248, 209;
  --bs-teal-500-rgb: 6, 246, 198;
  --bs-teal-600-rgb: 5, 197, 158;
  --bs-teal-700-rgb: 4, 148, 119;
  --bs-teal-800-rgb: 2, 98, 79;
  --bs-teal-900-rgb: 1, 49, 40;
  --bs-cyan-rgb: 56, 225, 255;
  --bs-cyan-10-rgb: 249, 254, 255;
  --bs-cyan-25-rgb: 245, 254, 255;
  --bs-cyan-50-rgb: 235, 252, 255;
  --bs-cyan-100-rgb: 215, 249, 255;
  --bs-cyan-200-rgb: 175, 243, 255;
  --bs-cyan-300-rgb: 136, 237, 255;
  --bs-cyan-400-rgb: 96, 231, 255;
  --bs-cyan-500-rgb: 56, 225, 255;
  --bs-cyan-600-rgb: 45, 180, 204;
  --bs-cyan-700-rgb: 34, 135, 153;
  --bs-cyan-800-rgb: 22, 90, 102;
  --bs-cyan-900-rgb: 11, 45, 51;
  --bs-tertiary-10-rgb: 254, 255, 250;
  --bs-tertiary-25-rgb: 254, 255, 247;
  --bs-tertiary-50-rgb: 252, 255, 239;
  --bs-tertiary-100-rgb: 249, 255, 223;
  --bs-tertiary-200-rgb: 243, 255, 191;
  --bs-tertiary-300-rgb: 238, 255, 158;
  --bs-tertiary-400-rgb: 232, 255, 126;
  --bs-tertiary-500-rgb: var(--bs-tertiary-rgb);
  --bs-tertiary-600-rgb: 181, 204, 75;
  --bs-tertiary-700-rgb: 136, 153, 56;
  --bs-tertiary-800-rgb: 90, 102, 38;
  --bs-tertiary-900-rgb: 45, 51, 19;
  --bs-quaternary-rgb: 212, 215, 194;
  --bs-quaternary-10-rgb: 254, 254, 253;
  --bs-quaternary-25-rgb: 253, 253, 252;
  --bs-quaternary-50-rgb: 251, 251, 249;
  --bs-quaternary-100-rgb: 246, 247, 243;
  --bs-quaternary-200-rgb: 238, 239, 231;
  --bs-quaternary-300-rgb: 229, 231, 218;
  --bs-quaternary-400-rgb: 221, 223, 206;
  --bs-quaternary-500-rgb: 212, 215, 194;
  --bs-quaternary-600-rgb: 170, 172, 155;
  --bs-quaternary-700-rgb: 127, 129, 116;
  --bs-quaternary-800-rgb: 85, 86, 78;
  --bs-quaternary-900-rgb: 42, 43, 39;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --bs-body-font-family: var(--font-family-primary);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #83838340;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-link-color: #515151 !important;
  --bs-link-hover-color: black !important;
}

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

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

.theme-3 .link, .theme-3 a {
  color: var(--link-color-text);
}

.theme-3 .link:hover, .theme-3 a:hover {
  color: var(--link-color-text-hover);
}

.theme-3 .link {
  display: inline-flex;
  align-items: center;
  line-height: 16px;
}

.theme-3 .display-5, .theme-3 .h1, .theme-3 .h2, .theme-3 .h3, .theme-3 .h4, .theme-3 .h5, .theme-3 .h6, .theme-3 h1, .theme-3 h2, .theme-3 h3, .theme-3 h4, .theme-3 h5, .theme-3 h6 {
  font-weight: var(--heading-font-weight, 700);
  letter-spacing: var(--heading-font-spacing, normal);
  font-style: var(--heading-font-style, normal);
  text-transform: var(--heading-font-transform, initial);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: var(--heading-font-typeface, sans-serif) !important;
}

.theme-3 .display-5, .theme-3 .h1, .theme-3 .h2, .theme-3 .h3, .theme-3 .h4, .theme-3 .h5, .theme-3 .h6, .theme-3 h1, .theme-3 h2, .theme-3 h3, .theme-3 h4, .theme-3 h5, .theme-3 h6 {
  color: var(--color-gray-900);
}

.theme-3 .display-5:where(.uc-dark), .theme-3 .h1:where(.uc-dark), .theme-3 .h2:where(.uc-dark), .theme-3 .h3:where(.uc-dark), .theme-3 .h4:where(.uc-dark), .theme-3 .h5:where(.uc-dark), .theme-3 .h6:where(.uc-dark), .theme-3 :where(.uc-dark) .display-5, .theme-3 :where(.uc-dark) .h1, .theme-3 :where(.uc-dark) .h2, .theme-3 :where(.uc-dark) .h3, .theme-3 :where(.uc-dark) .h4, .theme-3 :where(.uc-dark) .h5, .theme-3 :where(.uc-dark) .h6, .theme-3 :where(.uc-dark) h1, .theme-3 :where(.uc-dark) h2, .theme-3 :where(.uc-dark) h3, .theme-3 :where(.uc-dark) h4, .theme-3 :where(.uc-dark) h5, .theme-3 :where(.uc-dark) h6, .theme-3 h1:where(.uc-dark), .theme-3 h2:where(.uc-dark), .theme-3 h3:where(.uc-dark), .theme-3 h4:where(.uc-dark), .theme-3 h5:where(.uc-dark), .theme-3 h6:where(.uc-dark) {
  color: #fff !important;
}

.theme-3 .ft-primary {
  font-family: var(--font-family-primary) !important;
}

.theme-3 .ft-secondary {
  font-family: var(--font-family-secondary) !important;
}

.theme-3 .ft-tertiary {
  font-family: var(--font-family-tertiary) !important;
}

.theme-3 .cstack {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.theme-3 .backtotop-wrap {
  transform: translateY(40px);
  transition: all .2s;
}

.theme-3 .backtotop-wrap [data-uc-backtotop] {
  opacity: 0;
}

.theme-3 .backtotop-wrap.uc-active {
  gap: .5rem;
  transform: translateY(0);
}

.theme-3 .backtotop-wrap.uc-active [data-uc-backtotop] {
  opacity: 1;
}

.theme-3 .sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.theme-3 pre {
  tab-size: 4;
  overflow: auto;
  padding: 1.5rem;
  color: inherit;
}

.theme-3 :not(pre) > code, .theme-3 :not(pre) > samp, .theme-3 pre {
  font-size: .875rem;
  font-style: normal;
  line-height: 1.5rem;
  padding: 1px 4px;
  border-radius: 4px;
  font-family: var(--font-code-family) !important;
}

.theme-3 :not(pre) > code, .theme-3 :not(pre) > samp, .theme-3 pre {
  background-color: var(--color-gray-25) !important;
  border-color: var(--color-gray-800) !important;
}

.theme-3 :not(pre) > code:where(.uc-dark), .theme-3 :not(pre) > samp:where(.uc-dark), .theme-3 :where(.uc-dark) :not(pre) > code, .theme-3 :where(.uc-dark) :not(pre) > samp, .theme-3 :where(.uc-dark) pre, .theme-3 pre:where(.uc-dark) {
  background-color: var(--color-gray-700) !important;
  border-color: var(--color-gray-300) !important;
}

.theme-3 :not(pre) > code, .theme-3 :not(pre) > samp {
  --font-code-family: "IBM Plex Mono", monospace;
  position: relative;
  display: inline;
  font-size: .875rem;
  font-style: italic;
  background-color: #8888881a;
}

.theme-3 :not(pre) > samp {
  color: inherit;
}

.theme-3 pre code {
  background: #88888826;
  border-radius: 3px;
  padding: 1px 4px 1px 2px;
  font-family: var(--font-code-family) !important;
}

.theme-3 .swiper:not(.swiper-initialized) > * {
  display: none;
}

.theme-3 .panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

.theme-3 .panel > :last-child {
  margin-bottom: 0;
}

.theme-3 .section {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

.theme-3 .media-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}

.theme-3 .position-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.theme-3 .hr, .theme-3 .vr, .theme-3 hr {
  display: inline-block;
  align-self: stretch;
  background-color: currentColor;
  opacity: .25;
  margin: 0;
}

.theme-3 .hr, .theme-3 hr {
  height: 1px;
  min-width: 1em;
  border-top-color: var(--border-color);
}

.theme-3 .hr.border, .theme-3 hr.border {
  border-bottom: 0 !important;
}

.theme-3 .vr {
  border-left: 1px solid var(--border-color);
  width: 1px !important;
  min-height: 1em !important;
}

.theme-3 .vr.border {
  border-left: 0 !important;
}

.theme-3 .link-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
}

.theme-3 .link-gradient {
  border-bottom: 1px solid;
  border-color: var(--border-color);
}

.theme-3 .hstack, .theme-3 .bp-lg .lg\:hstack, .theme-3 .bp-md .md\:hstack, .theme-3 .bp-sm .hstack-sm, .theme-3 .bp-sm .sm\:hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

.theme-3 .cstack {
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-3 [class*="ratio-"] {
  position: relative;
  width: 100%;
}

.theme-3 [class*="ratio-"]:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.theme-3 [class*="ratio-"] > * {
  object-fit: cover;
}

.theme-3 svg {
  color: currentColor;
}

.theme-3 svg :not([fill="none"]) {
  fill: currentColor;
}

.theme-3 .uc-offcanvas-bar .uc-link:hover, .theme-3 .uc-offcanvas-bar a:hover {
  transition: color .2s;
}

.theme-3 .uc-offcanvas-bar .uc-link:hover, .theme-3 .uc-offcanvas-bar a:hover {
  color: var(--color-gray-900);
}

.theme-3 .uc-offcanvas-bar .uc-link:hover:where(.uc-dark), .theme-3 .uc-offcanvas-bar a:hover:where(.uc-dark), .theme-3 :where(.uc-dark) .uc-offcanvas-bar .uc-link:hover, .theme-3 :where(.uc-dark) .uc-offcanvas-bar a:hover {
  color: #fff !important;
}

.theme-3 .uc-link {
  color: var(--color-primary);
}

.theme-3 .uc-link:hover {
  color: var(--color-primary-600);
}

.theme-3 .form-icon-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.theme-3 .form-icon-group .form-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  background: none;
  border: 0;
  outline: 0;
  text-decoration: none;
  user-select: none;
}

.theme-3 .form-icon-group .form-control + .form-icon, .theme-3 .form-icon-group .form-control-plaintext + .form-icon {
  width: 3rem !important;
}

.theme-3 .form-icon-group .form-control-plaintext.form-control-lg + .form-icon, .theme-3 .form-icon-group .form-control.form-control-lg + .form-icon {
  width: 3.5rem !important;
}

.theme-3 .form-icon-group .form-control-plaintext.form-control-sm + .form-icon, .theme-3 .form-icon-group .form-control.form-control-sm + .form-icon {
  width: 2.5rem !important;
}

.theme-3 .form-icon-group .form-control-plaintext.form-control-xs + .form-icon, .theme-3 .form-icon-group .form-control.form-control-xs + .form-icon {
  width: 2rem !important;
}

.theme-3 .form-icon-group:not(.form-icon-flip) .form-control, .theme-3 .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
  padding-left: 2.75rem !important;
}

.theme-3 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control, .theme-3 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
  padding-left: 1rem !important;
  padding-right: 2.75rem !important;
}

.theme-3 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg, .theme-3 .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
  padding-left: 3.25rem !important;
}

.theme-3 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg, .theme-3 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
  padding-left: 1rem !important;
  padding-right: 3.25rem !important;
}

.theme-3 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm, .theme-3 .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
  padding-left: 2.25rem !important;
}

.theme-3 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm, .theme-3 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
  padding-left: 1rem !important;
  padding-right: 2.25rem !important;
}

.theme-3 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs, .theme-3 .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
  padding-left: 1.75rem !important;
}

.theme-3 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs, .theme-3 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
  padding-left: 1rem !important;
  padding-right: 1.75rem !important;
}

.theme-3 .form-icon-group.form-icon-flip .form-icon {
  right: 0;
}

.theme-3 .form-icon-group.form-icon-flip .form-control, .theme-3 .form-icon-group.form-icon-flip .form-control-plaintext {
  padding-right: 2.75rem !important;
}

.theme-3 [dir="rtl"] .form-icon-group.form-icon-flip .form-control, .theme-3 [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext {
  padding-right: 1rem !important;
  padding-left: 2.75rem !important;
}

.theme-3 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg, .theme-3 .form-icon-group.form-icon-flip .form-control.form-control-lg {
  padding-right: 3.25rem !important;
}

.theme-3 [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg, .theme-3 [dir="rtl"] .form-icon-group.form-icon-flip .form-control.form-control-lg {
  padding-right: 1rem !important;
  padding-left: 3.25rem !important;
}

.theme-3 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm, .theme-3 .form-icon-group.form-icon-flip .form-control.form-control-sm {
  padding-right: 2.25rem !important;
}

.theme-3 [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm, .theme-3 [dir="rtl"] .form-icon-group.form-icon-flip .form-control.form-control-sm {
  padding-right: 1rem !important;
  padding-left: 2.25rem !important;
}

.theme-3 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs, .theme-3 .form-icon-group.form-icon-flip .form-control.form-control-xs {
  padding-right: 1.75rem !important;
}

.theme-3 [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs, .theme-3 [dir="rtl"] .form-icon-group.form-icon-flip .form-control.form-control-xs {
  padding-right: 1rem !important;
  padding-left: 1.75rem !important;
}

.theme-3 .form-control-xs {
  padding: 0 .5rem !important;
  min-height: 32px !important;
  font-size: .875rem !important;
}

.theme-3 .form-control-sm, .theme-3 .bp-sm .sm\:form-control-sm {
  padding: 0 .75rem !important;
  min-height: 40px !important;
  font-size: 1rem !important;
}

.theme-3 .form-control-md, .theme-3 .bp-lg .lg\:form-control-md {
  padding: 0 1rem !important;
  min-height: 48px !important;
  font-size: 1rem !important;
}

.theme-3 .form-control-lg {
  padding: 0 1.5rem !important;
  min-height: 56px !important;
  font-size: 1.125rem !important;
}

.theme-3 .form-control {
  border-color: var(--border-color) !important;
}

.theme-3 .form-control {
  background-color: #fff !important;
}

.theme-3 .form-control:where(.uc-dark), .theme-3 :where(.uc-dark) .form-control {
  background-color: #0000 !important;
}

.theme-3 .form-control {
  color: var(--color-gray-900) !important;
}

.theme-3 .form-control:where(.uc-dark), .theme-3 :where(.uc-dark) .form-control {
  color: #fff !important;
}

.theme-3 .form-check-input:focus, .theme-3 .form-control:focus {
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 .25rem var(--shadow-color) !important;
}

.theme-3 .form-check-input:focus, .theme-3 .form-control:focus {
  --shadow-color: #0000000d;
}

.theme-3 .form-check-input:focus:where(.uc-dark), .theme-3 .form-control:focus:where(.uc-dark), .theme-3 :where(.uc-dark) .form-check-input:focus, .theme-3 :where(.uc-dark) .form-control:focus {
  --shadow-color: #ffffff1a !important;
}

.theme-3 .form-check-input:checked {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.theme-3 [dir="rtl"] .form-check {
  padding-left: 0;
  padding-right: 1.5em;
}

.theme-3 [dir="rtl"] .form-check .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

.theme-3 [dir="rtl"] .form-select {
  background-position: .75rem 50%;
}

.theme-3 input::placeholder, .theme-3 select::placeholder, .theme-3 textarea::placeholder {
  color: inherit !important;
}

.theme-3 input::placeholder, .theme-3 select::placeholder, .theme-3 textarea::placeholder {
  opacity: .65 !important;
}

.theme-3 :where(.uc-dark) input::placeholder, .theme-3 :where(.uc-dark) select::placeholder, .theme-3 :where(.uc-dark) textarea::placeholder, .theme-3 input:where(.uc-dark)::placeholder, .theme-3 select:where(.uc-dark)::placeholder, .theme-3 textarea:where(.uc-dark)::placeholder {
  opacity: .45 !important;
}

.theme-3 .btn {
  align-items: center;
  justify-content: center;
  gap: .5rem;
  height: var(--bs-btn-height);
  text-transform: var(--button-font-transform);
  border-radius: var(--bs-btn-border-radius);
  display: inline-flex !important;
}

.theme-3 .btn.btn-text {
  position: relative;
  padding: 0 0 8px;
  border: 0;
  border-radius: 0;
  margin: 0;
  line-height: 1;
}

.theme-3 .btn.btn-text:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  width: 0%;
  background-color: var(--color-primary);
  transition: width .35s cubic-bezier(.38, .01, .43, .16);
}

.theme-3 .btn.btn-text:hover:after {
  width: 100%;
}

.theme-3 .btn- {
  --bs-btn-height: 48px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1rem !important;
  --bs-btn-font-size: 1rem !important;
}

.theme-3 .btn-2xs {
  --bs-btn-height: 24px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: .25rem !important;
  --bs-btn-font-size: .8rem !important;
}

.theme-3 .btn-xs {
  --bs-btn-height: 32px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: .5rem !important;
  --bs-btn-font-size: .825rem !important;
}

.theme-3 .btn-sm, .theme-3 .bp-sm .sm\:btn-sm {
  --bs-btn-height: 40px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: .75rem !important;
  --bs-btn-font-size: 1rem !important;
}

.theme-3 .btn-md, .theme-3 .bp-lg .lg\:btn-md, .theme-3 .bp-md .md\:btn-md, .theme-3 .bp-sm .sm\:btn-md {
  --bs-btn-height: 48px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1rem !important;
  --bs-btn-font-size: 1rem !important;
}

.theme-3 .btn-lg, .theme-3 .bp-lg .lg\:btn-lg, .theme-3 .bp-md .md\:btn-lg, .theme-3 .bp-xl .xl\:btn-lg {
  --bs-btn-height: 56px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1.5rem !important;
  --bs-btn-font-size: 1.125rem !important;
}

.theme-3 .btn-xl, .theme-3 .bp-xl .xl\:btn-xl {
  --bs-btn-height: 64px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 2rem !important;
  --bs-btn-font-size: 1.25rem !important;
}

.theme-3 .btn-2xl {
  --bs-btn-height: 80px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 3rem !important;
  --bs-btn-font-size: 1.5rem !important;
}

.theme-3 .btn-alt-primary {
  background: #fff !important;
  color: var(--color-primary) !important;
}

.theme-3 .btn-alt-primary:focus, .theme-3 .btn-alt-primary:hover {
  background: var(--color-primary) !important;
  color: #fff !important;
}

.theme-3 .btn-alt-dark {
  background: #fff !important;
  color: #212529 !important;
}

.theme-3 .btn-alt-dark:focus, .theme-3 .btn-alt-dark:hover {
  background: #212529 !important;
  color: #fff !important;
}

.theme-3 .btn-alt-gray-200 {
  background: #fff !important;
  color: #b5b5b7 !important;
}

.theme-3 .btn-alt-gray-200:focus, .theme-3 .btn-alt-gray-200:hover {
  background: #b5b5b7 !important;
  color: #fff !important;
}

.theme-3 .btn-ghost-primary {
  background: #e8eced !important;
  color: var(--color-primary) !important;
}

.theme-3 .btn-ghost-primary:focus, .theme-3 .btn-ghost-primary:hover {
  background: #d0d9db !important;
}

.theme-3 .btn-ghost-tertiary {
  background: #fcffef !important;
  color: var(--bs-tertiary) !important;
}

.theme-3 .btn-ghost-tertiary:focus, .theme-3 .btn-ghost-tertiary:hover {
  background: #f9ffdf !important;
}

.theme-3 .fs-1 {
  letter-spacing: 0;
}

.theme-3 .fs-2 {
  letter-spacing: 0;
}

.theme-3 .fs-4 {
  letter-spacing: 0;
}

.theme-3 .fs-5 {
  letter-spacing: 0;
}

.theme-3 .fs-6 {
  letter-spacing: 0;
}

.theme-3 .fs-7 {
  letter-spacing: 0;
}

.theme-3 .fs-8 {
  letter-spacing: 0;
}

.theme-3 p.text-muted {
  color: #00000080 !important;
}

.theme-3 :where(.uc-dark) p.text-muted, .theme-3 p.text-muted:where(.uc-dark) {
  color: #ffffff80 !important;
}

.theme-3 .text-unset {
  text-transform: none !important;
}

.theme-3 .text-inherit {
  color: currentColor;
}

.theme-3 [class*="text-truncate"] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: unset !important;
}

.theme-3 .container.container-expand {
  max-width: 100%;
}

.theme-3 .container.container-full {
  max-width: 100%;
  padding: 0;
}

.theme-3 .nav-y {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: .25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-3 .nav-y > *, .theme-3 .nav-y > * > * {
  display: flex;
  align-items: center;
  gap: .25rem;
}

.theme-3 .nav-y a {
  text-decoration: none;
  color: inherit;
  transition: opacity .2s;
}

.theme-3 .nav-y a:hover {
  opacity: 1 !important;
}

.theme-3 .nav-y .uc-nav-sub {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: .25rem;
  width: 100%;
  margin: 0;
  padding: 8px 0 8px 16px;
  list-style: none;
  opacity: 0;
  transition: all .2s;
}

.theme-3 .nav-y .uc-nav-sub a {
  font-size: 90%;
}

.theme-3 .nav-y .uc-nav-sub .uc-parent:after {
  font-size: 1rem;
}

.theme-3 .nav-y > .uc-parent > .uc-nav-sub {
  padding-top: .5rem;
}

.theme-3 .nav-y .uc-parent {
  position: relative;
  display: block;
}

.theme-3 .nav-y .uc-parent > a {
  position: relative;
  display: block;
  z-index: 1;
}

.theme-3 .nav-y .uc-parent > a:after {
  content: "";
  font-family: Unicons;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.125rem;
  font-weight: 700;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: .6;
}

.theme-3 .nav-y .uc-parent.uc-open > a:after {
  content: "";
}

.theme-3 .nav-y .uc-parent.uc-open .uc-nav-sub {
  opacity: 1;
}

.theme-3 .nav-y:hover a {
  opacity: .6;
}

.theme-3 .nav-x {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-3 .nav-x > *, .theme-3 .nav-x > * > * {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.theme-3 .nav-x a {
  text-decoration: none;
  color: inherit;
}

.theme-3 .uc-navbar {
  z-index: 1;
}

.theme-3 .uc-navbar .uc-navbar-left, .theme-3 .uc-navbar .uc-navbar-right, .theme-3 .uc-navbar [class*="uc-navbar-center"] {
  gap: 1.5rem;
}

.theme-3 .uc-navbar-nav > li > a {
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  padding: 0;
}

.theme-3 .uc-navbar-nav > li.uc-active > a:before {
  opacity: 1;
}

.theme-3 .uc-navbar-nav > li:hover > a, .theme-3 .uc-navbar-nav > li > a[aria-expanded="true"] {
  opacity: .75;
}

.theme-3 .uc-navbar-nav > li:hover > a, .theme-3 .uc-navbar-nav > li > a[aria-expanded="true"] {
  color: var(--color-gray-900) !important;
}

.theme-3 .uc-navbar-nav > li:hover > a:where(.uc-dark), .theme-3 .uc-navbar-nav > li > a[aria-expanded="true"]:where(.uc-dark), .theme-3 :where(.uc-dark) .uc-navbar-nav > li:hover > a, .theme-3 :where(.uc-dark) .uc-navbar-nav > li > a[aria-expanded="true"] {
  color: #fff !important;
}

.theme-3 .uc-navbar-dropdown {
  min-width: 250px;
  padding: 2rem;
  box-shadow: 0 4px 16px -8px #0003;
  border-radius: var(--radius);
}

.theme-3 .uc-navbar-dropdown {
  background: #fff !important;
}

.theme-3 .uc-navbar-dropdown:where(.uc-dark), .theme-3 :where(.uc-dark) .uc-navbar-dropdown {
  background: var(--color-gray-800) !important;
}

.theme-3 .uc-navbar-dropdown {
  color: var(--color-gray-800) !important;
}

.theme-3 .uc-navbar-dropdown:where(.uc-dark), .theme-3 :where(.uc-dark) .uc-navbar-dropdown {
  color: #fff !important;
}

.theme-3 .uc-navbar-dropdown-nav > li > a {
  font-size: .875rem;
  font-weight: var(--font-weight-medium);
}

.theme-3 .uc-navbar-dropdown-nav > li > a {
  color: var(--color-gray-600);
}

.theme-3 .uc-navbar-dropdown-nav > li > a:where(.uc-dark), .theme-3 :where(.uc-dark) .uc-navbar-dropdown-nav > li > a {
  color: var(--color-gray-200) !important;
}

.theme-3 .uc-navbar-dropdown-nav > li:hover > a {
  color: var(--color-gray-900);
}

.theme-3 .uc-navbar-dropdown-nav > li:hover > a:where(.uc-dark), .theme-3 :where(.uc-dark) .uc-navbar-dropdown-nav > li:hover > a {
  color: #fff !important;
}

.theme-3 .uc-navbar-dropdown-nav .uc-nav-header, .theme-3 .uc-navbar-dropdown-nav > li.uc-active > a {
  color: inherit;
}

.theme-3 .uc-navbar-dropdown-nav .uc-nav-header {
  text-transform: capitalize;
  font-weight: var(--font-weight-bold);
  font-size: 1rem;
}

.theme-3 .uc-navbar-container {
  transition: all .1s ease-in-out;
  transition-property: background-color;
}

.theme-3 .uc-navbar-container:not(.uc-navbar-transparent) {
  background-color: #fff;
}

.theme-3 .uc-navbar-container:not(.uc-navbar-transparent):where(.uc-dark), .theme-3 :where(.uc-dark) .uc-navbar-container:not(.uc-navbar-transparent) {
  background-color: var(--color-gray-900) !important;
}

.theme-3 .uc-navbar .uc-navbar-item {
  font-family: inherit !important;
}

.theme-3 .uc-navbar-item, .theme-3 .uc-navbar-nav > li > a {
  padding: 0;
  font-family: inherit !important;
  min-height: var(--uc-nav-height, 48px) !important;
}

.theme-3 .uc-navbar-float {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.theme-3 .alert {
  display: flex;
  align-items: center;
  gap: .75rem;
  border: 0 !important;
  border-left: 2px solid var(--bs-alert-border-color) !important;
  box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important;
}

.theme-3 .alert :not(pre) > code, .theme-3 .alert code {
  background: #00000014 !important;
}

.theme-3 .table {
  --bs-table-bg: inherit !important;
  --bs-table-color: inherit !important;
}

.theme-3 .table > :not(caption) > * > * {
  padding: 1rem;
}

.theme-3 .table > :not(caption) > :last-child > * {
  border-width: 0;
}

.theme-3 .uc-table-striped tbody tr:nth-of-type(odd), .theme-3 .uc-table-striped > tr:nth-of-type(odd) {
  background: #9696961a;
}

.theme-3 .uc-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.theme-3 .uc-accordion > :nth-child(n+2) {
  margin: 0 !important;
}

.theme-3 .uc-accordion-title {
  position: relative;
  text-decoration: none;
  font-weight: 500;
  display: flex;
}

.theme-3 .uc-accordion-title {
  color: var(--color-gray-900);
}

.theme-3 .uc-accordion-title:where(.uc-dark), .theme-3 :where(.uc-dark) .uc-accordion-title {
  color: #fff !important;
}

.theme-3 .uc-accordion-title:hover {
  opacity: .75;
}

.theme-3 .uc-accordion-title:hover {
  color: var(--color-gray-900);
}

.theme-3 .uc-accordion-title:hover:where(.uc-dark), .theme-3 :where(.uc-dark) .uc-accordion-title:hover {
  color: #fff !important;
}

.theme-3 .uc-accordion-title:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  font-family: Unicons;
  width: 24px;
  height: 24px;
  font-size: 24px;
  text-transform: none;
  line-height: 1;
  transform: translateY(-50%)rotate(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .2s;
  background-color: #9b9b9b40;
  border-radius: 100%;
}

.theme-3 .uc-accordion > .uc-open .uc-accordion-title:before {
  transform: translateY(-50%)rotate(45deg);
}

.theme-3 .uc-accordion-divider {
  --divider-gap: 32px;
}

.theme-3 .uc-accordion-divider > * + :before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: var(--bs-border-color);
  transform: translateY(calc(var(--divider-gap) / 2 * -1));
}

.theme-3 [dir="rtl"] .uc-accordion-title:before {
  right: auto;
  left: 0;
}

.theme-3 .uc-accordion.uc-accordion-chevron .uc-accordion-title:before {
  content: "";
  background: none;
  font-size: 80%;
  font-weight: 700;
}

.theme-3 .uc-accordion.uc-accordion-chevron > .uc-open .uc-accordion-title:before {
  transform: translateY(-50%)rotate(-90deg);
}

.theme-3 .swiper-wrapper {
  will-change: transform;
}

.theme-3 .swiper.swiper-match .swiper-slide {
  height: auto !important;
}

.theme-3 .swiper-thumbs .swiper-slide {
  cursor: pointer;
}

.theme-3 .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.theme-3 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #969696;
  opacity: .25;
}

.theme-3 .swiper-pagination-bullet-active {
  background-color: currentColor;
  opacity: 1;
}

.theme-3 .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
}

.theme-3 :where(.uc-dark) .swiper .swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: .2 !important;
}

.theme-3 :where(.uc-dark) .swiper .swiper-pagination-bullet-active {
  background-color: currentColor !important;
  opacity: 1 !important;
}

.theme-3 :where(.uc-dark) .swiper:before {
  border-bottom-color: #ffffff0d !important;
}

.theme-3 .uc-tab {
  margin: 0;
  border-bottom: 1px solid var(--border-color);
}

.theme-3 .uc-tab > * {
  margin: 0;
  padding: 0;
}

.theme-3 .uc-tab > * > a {
  margin: 0;
  position: relative;
  padding: 8px 16px;
  color: currentColor;
  opacity: .6;
  text-decoration: none;
}

.theme-3 .uc-tab > * > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 2px solid var(--color-primary);
  opacity: 0;
  transition: opacity .2s;
}

.theme-3 .uc-tab > .uc-active > a {
  color: currentColor;
  opacity: 1;
}

.theme-3 .uc-tab > .uc-active > a:before {
  opacity: 1;
}

.theme-3 .uc-subnav {
  margin: 0;
}

.theme-3 .uc-subnav > * {
  margin: 0;
  padding: 0;
}

.theme-3 .uc-subnav > * > a {
  margin: 0;
  position: relative;
  padding: 8px 16px;
  text-decoration: none;
}

.theme-3 .uc-subnav-pill > * > a {
  background-color: var(--color-primary);
  border-radius: var(--radius);
}

.theme-3 .uc-subnav-pill > * > a:hover {
  background: none;
}

.theme-3 .uc-subnav-pill > * > a:hover {
  color: var(--color-gray-900);
}

.theme-3 .uc-subnav-pill > * > a:hover:where(.uc-dark), .theme-3 :where(.uc-dark) .uc-subnav-pill > * > a:hover {
  color: #fff !important;
}

.theme-3 .uc-subnav-pill > .uc-active > a {
  color: #fff;
  background-color: var(--color-primary) !important;
}

.theme-3 .uc-notification-message {
  font-size: 1rem;
  font-weight: 500;
  border-radius: var(--radius);
}

.theme-3 .uc-notification-message {
  background-color: var(--color-gray-50);
}

.theme-3 .uc-notification-message:where(.uc-dark), .theme-3 :where(.uc-dark) .uc-notification-message {
  background-color: var(--color-gray-800) !important;
}

.theme-3 .uc-notification-message {
  color: var(--color-gray-900);
}

.theme-3 .uc-notification-message:where(.uc-dark), .theme-3 :where(.uc-dark) .uc-notification-message {
  color: #fff !important;
}

.theme-3 .uc-notification-message .uc-notification-close {
  color: var(--color-gray-900);
}

.theme-3 .uc-notification-message .uc-notification-close:where(.uc-dark), .theme-3 :where(.uc-dark) .uc-notification-message .uc-notification-close {
  color: #fff !important;
}

.theme-3 .uc-notification-message .uc-notification-close svg, .theme-3 .uc-notification-message .uc-notification-close svg > * {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.theme-3 [data-uc-img] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes reveal-image {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}

.theme-3 .uc-svg, .theme-3 .uc-svg > * {
  height: auto;
  width: auto;
  fill: currentColor !important;
}

@keyframes uc-spin {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes uc-bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(16px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes uc-fade {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes uc-flash {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.theme-3 .page-preload #wrapper {
  transition: opacity .35s cubic-bezier(.8, 0, .2, 1) 1s;
  opacity: 0;
}

.theme-3 .page-preload.loaded #wrapper {
  opacity: 1;
}

@keyframes preloader {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    transform-origin: top;
  }

  50% {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -101%);
    transform-origin: bottom;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -101%);
    transform-origin: bottom;
  }
}

@keyframes percentage {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 40px);
  }
}

.theme-3 [data-uc-marquee] {
  overflow: hidden;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
}

.theme-3 [data-uc-marquee] > * {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap, 16px);
  position: relative;
  user-select: none;
}

.theme-3 [data-uc-marquee] > * > * {
  white-space: nowrap;
  animation: marquee var(--speed, 30s) linear infinite;
}

.theme-3 [data-uc-marquee].reverse > * > * {
  animation-direction: reverse;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.theme-3 .swiper .swiper-match > * {
  display: flex;
  flex-direction: column;
}

.theme-3 .swiper .swiper-match > * > * {
  flex: 1;
}

.theme-3 .uc-link:hover, .theme-3 a:hover {
  text-decoration: none;
}

.theme-3 hr {
  opacity: .1 !important;
}

.theme-3 .border.border-white {
  border-color: #fff !important;
}

.theme-3 .uc-nav ul.uc-nav-sub {
  font-size: 95%;
  padding: 8px 16px;
}

.theme-3 .uc-nav ul.uc-nav-sub a {
  opacity: .5;
  transition: all .2s;
}

.theme-3 .uc-nav ul.uc-nav-sub a:hover {
  opacity: 1;
}

.theme-3 .uc-nav ul.uc-nav-sub li.uc-active a {
  opacity: 1;
}

.theme-3 .uc-nav a {
  position: relative;
  transition: all .2s;
}

.theme-3 .uc-nav .uc-parent a > span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform .2s;
}

.theme-3 .uc-nav .uc-parent.uc-open a > span {
  transform: translateY(-50%)rotate(45deg);
}

.theme-3 .uc-nav.uc-nav-modern > * {
  padding: 8px 16px;
}

.theme-3 .uc-nav.uc-nav-modern .uc-active, .theme-3 .uc-nav.uc-nav-modern .uc-parent {
  background-color: #80808016;
  border-radius: 10px;
}

.theme-3 .uc-switcher-nav > li > a {
  border-radius: 8px;
}

.theme-3 .uc-switcher-nav > li.uc-active > a {
  background: var(--color-primary);
  color: #fff;
}

.theme-3 .nav-pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
}

.theme-3 .nav-pagination a.uc-active {
  background: var(--color-primary);
  color: #fff;
}

.theme-3 .post-content p:first-child:first-letter {
  font-size: 5em;
  float: left;
  line-height: .9em;
  margin-right: 16px;
}

.theme-3 .post-navigation .new-post:hover button {
  color: var(--color-primary) !important;
}

.theme-3 .swiper .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  height: 4px;
  width: 24px;
  border-radius: 0;
}

.theme-3 .swiper .swiper-wrapper.col-match {
  flex-wrap: wrap;
}

.theme-3 .swiper .swiper-wrapper.col-match > * {
  display: flex;
  flex-direction: column;
}

.theme-3 .swiper .swiper-wrapper.col-match > * > * {
  flex: 1;
}

.theme-3 .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  height: 4px;
  width: 24px;
  border-radius: 0;
}

@keyframes wave {
  0% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.theme-3 img {
  font-size: 11px;
}

.theme-3 img.image-hover-revealer {
  --move-x: 0px;
  --move-y: 0px;
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
  transform: translateX(var(--move-x)) translateY(var(--move-y));
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  will-change: clip-path, transform;
  visibility: hidden;
  opacity: 0;
  transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), clip-path .4s cubic-bezier(.87, 0, .13, 1);
  clip-path: inset(0 0 0 100%);
}

.theme-3 [data-darkmode-toggle] {
  transform: scale(.9);
  transition: all .2s;
  z-index: 1000;
}

.theme-3 [data-darkmode-toggle] .switch {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.theme-3 [data-darkmode-toggle] .switch > .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.theme-3 [data-darkmode-toggle] .switch > .slider:before {
  content: "";
  font-family: Unicons;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  line-height: 1.2;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
  color: currentColor;
}

.theme-3 [data-darkmode-toggle] .switch > input {
  opacity: 0;
  width: 0;
  height: 0;
}

.theme-3 [data-darkmode-toggle] .switch > input:checked + .slider:before {
  content: "";
  color: currentColor;
}

.theme-3 [data-darkmode-toggle]:hover {
  transform: scale(1.1);
  opacity: 1;
}

.theme-3 [data-darkmode-switch] {
  display: inline-flex;
  vertical-align: middle;
}

.theme-3 [data-darkmode-switch] .switch {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 22px;
}

.theme-3 [data-darkmode-switch] .switch > .slider {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid;
  border-radius: 32px;
}

.theme-3 [data-darkmode-switch] .switch > .slider {
  background-color: var(--color-gray-25) !important;
  border-color: #c8c9ca !important;
}

.theme-3 :where(.uc-dark) [data-darkmode-switch] .switch > .slider, .theme-3 [data-darkmode-switch] .switch > .slider:where(.uc-dark) {
  background-color: var(--color-gray-700) !important;
  border-color: var(--color-gray-500) !important;
}

.theme-3 [data-darkmode-switch] .switch > .slider:before {
  content: "";
  font-family: Unicons;
  position: absolute;
  left: 1px;
  bottom: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 14px;
  border-radius: 20px;
  z-index: 1;
  color: currentColor;
  box-shadow: 0 1px 3px #96969640;
  -webkit-transition: all .3s !important;
  transition: all .3s !important;
}

.theme-3 [data-darkmode-switch] .switch > input {
  opacity: 0;
  width: 0;
  height: 0;
}

.theme-3 [data-darkmode-switch] .switch > input:checked + .slider:before {
  content: "";
  color: currentColor;
  transform: translateX(100%);
}

.theme-3 .prettyprint {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary-600) !important;
}

.theme-3 .prettyprint:where(.uc-dark), .theme-3 :where(.uc-dark) .prettyprint {
  background-color: var(--color-gray-800) !important;
  border-color: var(--color-gray-700) !important;
}

.theme-3 pre.prettyprint {
  --font-code-family: "IBM Plex Mono", monospace;
  font-style: normal;
  min-width: 100%;
  width: 45vw;
  max-height: 400px;
}

.theme-3 pre.prettyprint .tag {
  color: #d4458f;
}

.theme-3 :where(.uc-dark) pre.prettyprint .tag, .theme-3 pre.prettyprint .tag:where(.uc-dark) {
  color: #f472b6 !important;
}

.theme-3 pre.prettyprint .atv {
  color: #5a89ca;
}

.theme-3 :where(.uc-dark) pre.prettyprint .atv, .theme-3 pre.prettyprint .atv:where(.uc-dark) {
  color: #82b6ff !important;
}

.theme-3 .alert {
  font-size: 90%;
}

.theme-3 .uc-table-striped tbody tr:nth-of-type(odd), .theme-3 .uc-table-striped > tr:nth-of-type(odd) {
  background: var(--color-secondary);
}

.theme-3 .uc-table-striped tbody tr:nth-of-type(odd):where(.uc-dark), .theme-3 .uc-table-striped > tr:nth-of-type(odd):where(.uc-dark), .theme-3 :where(.uc-dark) .uc-table-striped tbody tr:nth-of-type(odd), .theme-3 :where(.uc-dark) .uc-table-striped > tr:nth-of-type(odd) {
  background: #5d5d791a !important;
}

.theme-3 .text-transparent {
  color: #0000;
}

.theme-3 .hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.theme-3 .uc-gdpr-notification {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .25s;
}

.theme-3 .uc-gdpr-notification.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.theme-3 .uc-navbar-container.uc-navbar-sticky {
  backdrop-filter: blur(8px);
}

.theme-3 .uc-navbar-container.uc-navbar-sticky {
  background-color: #fffc;
}

.theme-3 .uc-navbar-container.uc-navbar-sticky:where(.uc-dark), .theme-3 :where(.uc-dark) .uc-navbar-container.uc-navbar-sticky {
  background-color: #1f1f1fbf !important;
}

.theme-3 .uc-navbar-sticky .hide-on-sticky {
  display: none;
}

.theme-3 header.uc-preview-header .uc-navbar-nav > li > a {
  color: #000;
}

.theme-3 :where(.uc-dark) header.uc-preview-header .uc-navbar-nav > li > a, .theme-3 header.uc-preview-header .uc-navbar-nav > li > a:where(.uc-dark) {
  color: #fff !important;
}

.theme-3 header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li > a {
  opacity: .6;
}

.theme-3 header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li.uc-active > a {
  opacity: 1;
}

.theme-3 .uc-dropbar-inner.after-bg:after {
  background-color: var(--color-gray-25);
}

.theme-3 .uc-dropbar-inner.after-bg:where(.uc-dark):after, .theme-3 :where(.uc-dark) .uc-dropbar-inner.after-bg:after {
  background-color: var(--color-gray-800) !important;
}

.theme-3 .uc-dropbar-inner.after-bg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  right: -70vw;
  top: 0;
  z-index: -1;
}

.theme-3 [dir="rtl"] .uc-dropbar-inner.after-bg:after {
  right: auto;
  left: -70vw;
}

.theme-3 header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a {
  color: #fff;
  transition: opacity .25s;
}

.theme-3 header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a:hover {
  opacity: .7;
  color: #fff !important;
}

.theme-3 header.uc-header.header-six .uc-navbar-nav > li.uc-active > a {
  color: var(--color-primary);
}

.theme-3 :where(.uc-dark) header.uc-header.header-six .uc-navbar-nav > li.uc-active > a, .theme-3 header.uc-header.header-six .uc-navbar-nav > li.uc-active > a:where(.uc-dark) {
  color: var(--color-lime-300) !important;
}

.theme-3 header.uc-header.header-six > .uc-navbar-sticky {
  max-width: 1140px;
  margin: auto;
  border: 1px solid #00000026;
  box-shadow: 0 8px 24px -8px #00000026;
}

.theme-3 header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main {
  --uc-nav-height: 64px !important;
}

.theme-3 header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main .uc-navbar {
  min-height: 64px !important;
}

.theme-3 :root {
  --bs-link-color-rgb: var(--color-gray-900) !important;
}

.theme-3 :root:where(.uc-dark), .theme-3 :where(.uc-dark) :root {
  --bs-link-color-rgb: white !important;
}

.theme-3 .hero-five-contries {
  left: -18.5% !important;
}

.theme-3 [dir="rtl"] .hero-five-contries {
  left: auto !important;
  right: -18.5% !important;
}

.theme-3 .hero-five-account {
  right: -12% !important;
}

.theme-3 [dir="rtl"] .hero-five-account {
  right: auto !important;
  left: -12% !important;
}

.theme-3 .hero-ten-01 {
  left: -14% !important;
}

.theme-3 [dir="rtl"] .hero-ten-01 {
  left: auto !important;
  right: -14% !important;
}

.theme-3 .hero-ten-02 {
  right: -12% !important;
}

.theme-3 [dir="rtl"] .hero-ten-02 {
  right: auto !important;
  left: -12% !important;
}

.theme-3 .hero-ten-03 {
  right: -8% !important;
}

.theme-3 [dir="rtl"] .hero-ten-03 {
  right: auto !important;
  left: -8% !important;
}

.theme-3 .swiper .swiper-pagination-bullet, .theme-3 .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 0;
  height: 8px !important;
  width: 8px !important;
  border-radius: 8px !important;
}

.theme-3 .swiper-timeline .swiper-slide:first-child .timeline-box:before {
  left: 50% !important;
}

.theme-3 [dir="rtl"] .swiper-timeline .swiper-slide:first-child .timeline-box:before {
  left: 0 !important;
  right: 50% !important;
}

.theme-3 .swiper-timeline .swiper-slide:last-child .timeline-box:before {
  right: 50% !important;
}

.theme-3 [dir="rtl"] .swiper-timeline .swiper-slide:last-child .timeline-box:before {
  right: 0 !important;
  left: 50% !important;
}

.theme-3 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .image {
  transform: scale(1);
  opacity: 1;
}

.theme-3 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .content, .theme-3 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .title {
  opacity: 1;
}

.theme-3 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box:after {
  transform: scale(1);
}

.theme-3 .timeline-box {
  --image-box-height: 200px;
  --half-gap: 40px;
  position: relative;
  transition: all .25s ease-in-out;
}

.theme-3 .timeline-box:after, .theme-3 .timeline-box:before {
  content: "";
  position: absolute;
  display: block;
  transition: all .25s ease-in-out;
}

.theme-3 .timeline-box:after, .theme-3 .timeline-box:before {
  background: var(--color-gray-900);
}

.theme-3 .timeline-box:after:where(), .theme-3 .timeline-box:before:where(), .theme-3 :where(.uc-dark) .timeline-box:after, .theme-3 :where(.uc-dark) .timeline-box:before {
  background: #fff !important;
}

.theme-3 .timeline-box:before {
  top: calc(var(--image-box-height)  + var(--half-gap));
  right: 0;
  left: 0;
  width: auto;
  height: 1px;
  opacity: .15;
}

.theme-3 .timeline-box:after {
  top: calc(var(--image-box-height)  + var(--half-gap)  - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: scale(.5);
  transition: transform .25s;
}

.theme-3 .timeline-box:after {
  left: auto !important;
}

.theme-3 [dir="rtl"] .timeline-box:after {
  left: calc(50% - 10px) !important;
  right: auto !important;
}

.theme-3 .timeline-box .image {
  opacity: .6;
  transform: scale(.9);
  transition: all .25s ease-in-out;
}

.theme-3 .timeline-box .content, .theme-3 .timeline-box .title {
  opacity: .6;
  transition: all .25s ease-in-out;
}

.theme-3 .main-features-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.theme-3 .main-features-nav > li {
  position: relative;
  width: 100%;
}

.theme-3 .main-features-nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0 16px;
  line-height: 80px !important;
}

.theme-3 .main-features-nav > li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid #0000;
  width: 0%;
  transition: all cubic-bezier(1, 0, 0, 1);
}

.theme-3 .main-features-nav > li.uc-active:before {
  border-color: var(--color-primary);
  width: 100%;
  transition-duration: .5s;
}

.theme-3 .uc-link {
  font-weight: 500;
}

.theme-3 .uc-navbar-nav > li > a[aria-expanded="true"] {
  box-shadow: inset 0 3px var(--color-primary);
}

.theme-3 .uc-switcher-nav > li > a {
  border-radius: 12px;
}

.theme-3 .uc-subnav-outline-pill > li > a {
  border: 1px solid var(--border-color);
  border-radius: 50rem;
  padding: 8px 24px;
}

.theme-3 .uc-subnav-outline-pill > li > a {
  color: var(--color-gray-900) !important;
}

.theme-3 .uc-subnav-outline-pill > li > a:where(.uc-dark), .theme-3 :where(.uc-dark) .uc-subnav-outline-pill > li > a {
  color: #fff !important;
}

.theme-3 .uc-subnav-outline-pill > li.uc-active > a {
  background-color: var(--color-tertiary-300);
}

.theme-3 .uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark), .theme-3 :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
  background-color: var(--color-primary) !important;
}

.theme-3 .uc-subnav-outline-pill > li.uc-active > a {
  border-color: var(--color-gray-900);
}

.theme-3 .uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark), .theme-3 :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
  border-color: var(--color-primary-400) !important;
}

.theme-3 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: #0000;
}

.theme-3 hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: .25;
}

.theme-3 h1, .theme-3 h2, .theme-3 h3, .theme-3 h4, .theme-3 h5, .theme-3 h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: var(--font-family-secondary);
  font-weight: 700;
  color: var(--bs-heading-color, inherit);
}

.theme-3 p {
  margin: 0;
}

.theme-3 p + p {
  margin-top: 1rem;
}

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

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

.theme-3 ol, .theme-3 ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.theme-3 ol ol, .theme-3 ol ul, .theme-3 ul ol, .theme-3 ul ul {
  margin-bottom: 0;
}

.theme-3 b, .theme-3 strong {
  font-weight: 700;
}

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

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

.theme-3 sup {
  top: -.5em;
}

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

.theme-3 a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

.theme-3 code, .theme-3 pre, .theme-3 samp {
  font-family: var(--font-family-code);
  font-size: 1em;
}

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

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

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

.theme-3 a > code {
  color: inherit;
}

.theme-3 figure {
  margin: 0 0 1rem;
}

.theme-3 img, .theme-3 svg {
  vertical-align: middle;
}

.theme-3 table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

.theme-3 label {
  display: inline-block;
}

.theme-3 button {
  border-radius: 0;
}

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

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

.theme-3 button, .theme-3 select {
  text-transform: none;
}

.theme-3 [role="button"] {
  cursor: pointer;
}

.theme-3 select {
  word-wrap: normal;
}

.theme-3 select:disabled {
  opacity: 1;
}

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

.theme-3 [type="button"], .theme-3 [type="submit"], .theme-3 button {
  -webkit-appearance: button;
}

.theme-3 [type="button"]:not(:disabled), .theme-3 [type="submit"]:not(:disabled), .theme-3 button:not(:disabled) {
  cursor: pointer;
}

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

.theme-3 textarea {
  resize: vertical;
}

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

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

.theme-3 ::-webkit-inner-spin-button {
  height: auto;
}

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

.theme-3 ::-webkit-search-decoration {
  -webkit-appearance: none;
}

.theme-3 ::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

.theme-3 progress {
  vertical-align: baseline;
}

.theme-3 [hidden] {
  display: none !important;
}

.theme-3 .display-5 {
  font-size: var(--sizes-heading-display-5-size) !important;
  line-height: var(--sizes-heading-display-5-lh) !important;
  letter-spacing: var(--sizes-heading-display-5-lp) !important;
}

.theme-3 .h1 {
  font-size: var(--sizes-heading-h1-size) !important;
  line-height: var(--sizes-heading-h1-lh) !important;
  letter-spacing: var(--sizes-heading-h1-lp) !important;
}

.theme-3 .h2 {
  font-size: var(--sizes-heading-h2-size) !important;
  line-height: var(--sizes-heading-h2-lh) !important;
  letter-spacing: var(--sizes-heading-h2-lp) !important;
}

.theme-3 .h3 {
  font-size: var(--sizes-heading-h3-size) !important;
  line-height: var(--sizes-heading-h3-lh) !important;
  letter-spacing: var(--sizes-heading-h3-lp) !important;
}

.theme-3 .h4 {
  font-size: var(--sizes-heading-h4-size) !important;
  line-height: var(--sizes-heading-h4-lh) !important;
  letter-spacing: var(--sizes-heading-h4-lp) !important;
}

.theme-3 .h5 {
  font-size: var(--sizes-heading-h5-size) !important;
  line-height: var(--sizes-heading-h5-lh) !important;
  letter-spacing: var(--sizes-heading-h5-lp) !important;
}

.theme-3 .h6 {
  font-size: var(--sizes-heading-h6-size) !important;
  line-height: var(--sizes-heading-h6-lh) !important;
  letter-spacing: var(--sizes-heading-h6-lp) !important;
}

@media (width >= 459px) {
  .theme-3 .sm\:display-2 {
    font-size: var(--sizes-heading-display-2-size) !important;
    line-height: var(--sizes-heading-display-2-lh) !important;
    letter-spacing: var(--sizes-heading-display-2-lp) !important;
  }

  .theme-3 .sm\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .theme-3 .sm\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .theme-3 .sm\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .theme-3 .sm\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .theme-3 .sm\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .theme-3 .sm\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
}

@media (width >= 768px) {
  .theme-3 .md\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }

  .theme-3 .md\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .theme-3 .md\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .theme-3 .md\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .theme-3 .md\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .theme-3 .md\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .theme-3 .md\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
}

@media (width >= 992px) {
  .theme-3 .lg\:display-4 {
    font-size: var(--sizes-heading-display-4-size) !important;
    line-height: var(--sizes-heading-display-4-lh) !important;
    letter-spacing: var(--sizes-heading-display-4-lp) !important;
  }

  .theme-3 .lg\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }

  .theme-3 .lg\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .theme-3 .lg\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .theme-3 .lg\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .theme-3 .lg\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .theme-3 .lg\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .theme-3 .lg\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }

  .theme-3 .lg\:h6 {
    font-size: var(--sizes-heading-h6-size) !important;
    line-height: var(--sizes-heading-h6-lh) !important;
    letter-spacing: var(--sizes-heading-h6-lp) !important;
  }
}

@media (width >= 1200px) {
  .theme-3 .xl\:display-3 {
    font-size: var(--sizes-heading-display-3-size) !important;
    line-height: var(--sizes-heading-display-3-lh) !important;
    letter-spacing: var(--sizes-heading-display-3-lp) !important;
  }

  .theme-3 .xl\:display-4 {
    font-size: var(--sizes-heading-display-4-size) !important;
    line-height: var(--sizes-heading-display-4-lh) !important;
    letter-spacing: var(--sizes-heading-display-4-lp) !important;
  }

  .theme-3 .xl\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }

  .theme-3 .xl\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .theme-3 .xl\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .theme-3 .xl\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .theme-3 .xl\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .theme-3 .xl\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .theme-3 .xl\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
}

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

.theme-3 .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-family: var(--font-family-secondary);
  font-weight: 700;
}

@media (width >= 1200px) {
  .theme-3 .display-5 {
    font-size: 3rem;
  }
}

.theme-3 .figure {
  display: inline-block;
}

.theme-3 .container {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (width >= 459px) {
  .theme-3 .container {
    max-width: 540px;
  }
}

@media (width >= 768px) {
  .theme-3 .container {
    max-width: 720px;
  }
}

@media (width >= 992px) {
  .theme-3 .container {
    max-width: 960px;
  }
}

@media (width >= 1200px) {
  .theme-3 .container {
    max-width: 1140px;
  }
}

@media (width >= 1400px) {
  .theme-3 .container {
    max-width: 1320px;
  }
}

.theme-3 .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

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

.theme-3 .row.col-match {
  flex-wrap: wrap;
}

.theme-3 .row.col-match > *, .theme-3 .row.col-match > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.theme-3 .row.col-match > * > *, .theme-3 .row.col-match > [class*="col-"] > * {
  flex: 1;
}

.theme-3 .row.uc-grid:not(.uc-flex-wrap-top), .theme-3 .row.uc-grid > :not(.uc-grid-margin) {
  margin-top: 0;
}

.theme-3 .expand-container {
  --grid-gap: var(--bs-gutter-x);
  --scroll-width: var(--body-scroll-width, 17px);
  --container-width: calc((100% + var(--grid-gap)) * var(--grid-total) / var(--grid-count)  - var(--grid-gap));
  --expand-size: calc((100vw - var(--scroll-width)  - var(--container-width)) / -2);
  margin-right: var(--expand-size);
  margin-left: var(--expand-size);
}

.theme-3 .g-0 .expand-container, .theme-3 .g-0 .bp-lg .g-0, .theme-3 .g-0 .bp-md .g-0, .theme-3 .g-0 .bp-sm .g-0, .theme-3 .g-0 .bp-xl .g-0, .theme-3 .g-0 .bp-xs .g-0, .theme-3 .g-0 .bp-xxl .g-0, .theme-3 .gx-0 .expand-container, .theme-3 .gx-0 .bp-lg .g-0, .theme-3 .gx-0 .bp-md .g-0, .theme-3 .gx-0 .bp-sm .g-0, .theme-3 .gx-0 .bp-xl .g-0, .theme-3 .gx-0 .bp-xs .g-0, .theme-3 .gx-0 .bp-xxl .g-0 {
  --grid-gap: 0rem;
}

.theme-3 .child-cols > * {
  flex: 1;
}

.theme-3 .child-cols-3 > * {
  --grid-total: 12;
  --grid-count: 3;
  flex: none;
  width: 25%;
}

.theme-3 .child-cols-4 > * {
  --grid-total: 12;
  --grid-count: 4;
  flex: none;
  width: 33.3333%;
}

.theme-3 .child-cols-6 > * {
  --grid-total: 12;
  --grid-count: 6;
  flex: none;
  width: 50%;
}

.theme-3 .child-cols-12 > * {
  --grid-total: 12;
  --grid-count: 12;
  flex: none;
  width: 100%;
}

@media (width >= 459px) {
  .theme-3 .sm\:child-cols > * {
    flex: 1 0;
  }

  .theme-3 .sm\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-3 .sm\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 768px) {
  .theme-3 .md\:child-cols > * {
    flex: 1 0;
  }

  .theme-3 .md\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-3 .md\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 992px) {
  .theme-3 .lg\:child-cols > * {
    flex: 1 0;
  }

  .theme-3 .lg\:child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .theme-3 .lg\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-3 .lg\:child-cols-5 > * {
    --grid-total: 12;
    --grid-count: 5;
    flex: none;
    width: 41.6667%;
  }

  .theme-3 .lg\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 1200px) {
  .theme-3 .xl\:child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .theme-3 .xl\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }
}

.theme-3 .grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}

.theme-3 .col {
  flex: 1 0;
}

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

.theme-3 .col-3 {
  --grid-total: 12;
  --grid-count: 3;
  flex: none;
  width: 25%;
}

.theme-3 .col-4 {
  --grid-total: 12;
  --grid-count: 4;
  flex: none;
  width: 33.3333%;
}

.theme-3 .col-5 {
  --grid-total: 12;
  --grid-count: 5;
  flex: none;
  width: 41.6667%;
}

.theme-3 .col-7 {
  --grid-total: 12;
  --grid-count: 7;
  flex: none;
  width: 58.3333%;
}

.theme-3 .col-8 {
  --grid-total: 12;
  --grid-count: 8;
  flex: none;
  width: 66.6667%;
}

.theme-3 .col-12 {
  --grid-total: 12;
  --grid-count: 12;
  flex: none;
  width: 100%;
}

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

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

.theme-3 .g-1 {
  --bs-gutter-x: .5rem;
}

.theme-3 .g-1 {
  --bs-gutter-y: .5rem;
}

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

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

.theme-3 .g-3 {
  --bs-gutter-x: 1.5rem;
}

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

.theme-3 .g-4, .theme-3 .gx-4 {
  --bs-gutter-x: 2rem;
}

.theme-3 .g-4, .theme-3 .gy-4 {
  --bs-gutter-y: 2rem;
}

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

.theme-3 .g-5 {
  --bs-gutter-y: 2.5rem;
}

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

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

.theme-3 .g-8 {
  --bs-gutter-x: 4rem;
}

.theme-3 .g-8 {
  --bs-gutter-y: 4rem;
}

.theme-3 .g-9 {
  --bs-gutter-x: 5rem;
}

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

@media (width >= 768px) {
  .theme-3 .col-md-2 {
    --grid-total: 12;
    --grid-count: 2;
    flex: none;
    width: 16.6667%;
  }

  .theme-3 .col-md-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-3 .col-md-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 459px) {
  .theme-3 .sm\:col-auto {
    flex: none;
    width: auto;
  }

  .theme-3 .sm\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-3 .sm\:col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: none;
    width: 41.6667%;
  }

  .theme-3 .sm\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }

  .theme-3 .sm\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: none;
    width: 66.6667%;
  }

  .theme-3 .sm\:col-9 {
    --grid-total: 12;
    --grid-count: 9;
    flex: none;
    width: 75%;
  }

  .theme-3 .sm\:col-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: none;
    width: 83.3333%;
  }

  .theme-3 .sm\:g-2 {
    --bs-gutter-x: 1rem;
  }

  .theme-3 .sm\:g-2 {
    --bs-gutter-y: 1rem;
  }

  .theme-3 .sm\:g-3, .theme-3 .sm\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }

  .theme-3 .sm\:g-3 {
    --bs-gutter-y: 1.5rem;
  }

  .theme-3 .sm\:g-4, .theme-3 .sm\:gx-4 {
    --bs-gutter-x: 2rem;
  }

  .theme-3 .sm\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .theme-3 .sm\:g-6 {
    --bs-gutter-x: 3rem;
  }

  .theme-3 .sm\:g-6, .theme-3 .sm\:gy-6 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 768px) {
  .theme-3 .md\:col-auto {
    flex: none;
    width: auto;
  }

  .theme-3 .md\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-3 .md\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }

  .theme-3 .md\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: none;
    width: 66.6667%;
  }

  .theme-3 .md\:g-4 {
    --bs-gutter-x: 2rem;
  }

  .theme-3 .md\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .theme-3 .md\:gx-6 {
    --bs-gutter-x: 3rem;
  }

  .theme-3 .md\:g-8 {
    --bs-gutter-x: 4rem;
  }

  .theme-3 .md\:g-8 {
    --bs-gutter-y: 4rem;
  }
}

@media (width >= 992px) {
  .theme-3 .lg\:col {
    flex: 1 0;
  }

  .theme-3 .lg\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .theme-3 .lg\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-3 .lg\:col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: none;
    width: 41.6667%;
  }

  .theme-3 .lg\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }

  .theme-3 .lg\:col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: none;
    width: 58.3333%;
  }

  .theme-3 .lg\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: none;
    width: 66.6667%;
  }

  .theme-3 .lg\:col-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: none;
    width: 83.3333%;
  }

  .theme-3 .lg\:g-0, .theme-3 .lg\:gx-0 {
    --bs-gutter-x: 0;
  }

  .theme-3 .lg\:g-0 {
    --bs-gutter-y: 0;
  }

  .theme-3 .lg\:g-3, .theme-3 .lg\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }

  .theme-3 .lg\:g-3 {
    --bs-gutter-y: 1.5rem;
  }

  .theme-3 .lg\:g-4, .theme-3 .lg\:gx-4 {
    --bs-gutter-x: 2rem;
  }

  .theme-3 .lg\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .theme-3 .lg\:g-6, .theme-3 .lg\:gx-6 {
    --bs-gutter-x: 3rem;
  }

  .theme-3 .lg\:g-6, .theme-3 .lg\:gy-6 {
    --bs-gutter-y: 3rem;
  }

  .theme-3 .lg\:g-8, .theme-3 .lg\:gx-8 {
    --bs-gutter-x: 4rem;
  }

  .theme-3 .lg\:g-8, .theme-3 .lg\:gy-8 {
    --bs-gutter-y: 4rem;
  }
}

@media (width >= 1200px) {
  .theme-3 .xl\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .theme-3 .xl\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-3 .xl\:col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: none;
    width: 58.3333%;
  }

  .theme-3 .xl\:g-3 {
    --bs-gutter-x: 1.5rem;
  }

  .theme-3 .xl\:g-3 {
    --bs-gutter-y: 1.5rem;
  }

  .theme-3 .xl\:g-4, .theme-3 .xl\:gx-4 {
    --bs-gutter-x: 2rem;
  }

  .theme-3 .xl\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .theme-3 .xl\:g-6 {
    --bs-gutter-x: 3rem;
  }

  .theme-3 .xl\:g-6, .theme-3 .xl\:gy-6 {
    --bs-gutter-y: 3rem;
  }

  .theme-3 .xl\:g-8, .theme-3 .xl\:gx-8 {
    --bs-gutter-x: 4rem;
  }

  .theme-3 .xl\:g-8, .theme-3 .xl\:gy-8 {
    --bs-gutter-y: 4rem;
  }

  .theme-3 .xl\:g-10 {
    --bs-gutter-x: 8rem;
  }

  .theme-3 .xl\:g-10 {
    --bs-gutter-y: 8rem;
  }
}

.theme-3 .sep > * {
  position: relative;
}

.theme-3 .sep > :not(.uc-first-column):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.theme-3 .sep > :not(.uc-first-column):before {
  left: -.2px !important;
}

.theme-3 [dir="rtl"] .sep > :not(.uc-first-column):before {
  left: auto !important;
  right: -.2px !important;
}

.theme-3 .sep > :not(.uc-first-column):before {
  border-left: 1px solid var(--border-color) !important;
}

.theme-3 [dir="rtl"] .sep > :not(.uc-first-column):before {
  border-left: 1rem !important;
  border-right: 1px solid var(--border-color) !important;
}

.theme-3 .sep > .uc-grid-margin:after {
  content: "";
  position: absolute;
  top: calc(var(--bs-gutter-y) / 2 * -1);
  left: calc(var(--bs-gutter-y) / 2);
  right: calc(var(--bs-gutter-y) / 2);
  border-top: 1px solid #9b9b9b33;
  transform: translateY(-50%);
}

.theme-3 .sep-x > :not(:first-child) {
  position: relative;
}

.theme-3 .sep-x > :not(:first-child):before {
  content: "";
  position: absolute;
  top: calc(var(--bs-gutter-y) / 2 * -1);
  left: 15px;
  right: 15px;
  border-top: 1px solid #9b9b9b33;
  transform: translateY(-50%);
}

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

.theme-3 .ratio {
  position: relative;
  width: 100%;
}

.theme-3 .ratio:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.theme-3 .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

.theme-3 .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

.theme-3 .vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: .25;
}

.theme-3 .btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0px;
  --bs-btn-font-family: var(--font-family-tertiary);
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 48px;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 80px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
  --bs-btn-disabled-opacity: .65;
  --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.theme-3 .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.theme-3 .btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.theme-3 .btn.active, .theme-3 .btn.show, .theme-3 .btn:first-child:active, .theme-3 :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.theme-3 .btn.active:focus-visible, .theme-3 .btn.show:focus-visible, .theme-3 .btn:first-child:active:focus-visible, .theme-3 :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.theme-3 .btn.disabled, .theme-3 .btn:disabled, .theme-3 fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.theme-3 .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #133640;
  --bs-btn-hover-border-color: #12333c;
  --bs-btn-focus-shadow-rgb: 57, 93, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #12333c;
  --bs-btn-active-border-color: #113038;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--color-primary);
  --bs-btn-disabled-border-color: var(--color-primary);
}

.theme-3 .btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff3e9;
  --bs-btn-border-color: #fff3e9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff5ec;
  --bs-btn-hover-border-color: #fff4eb;
  --bs-btn-focus-shadow-rgb: 217, 207, 198;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff5ed;
  --bs-btn-active-border-color: #fff4eb;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff3e9;
  --bs-btn-disabled-border-color: #fff3e9;
}

.theme-3 .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4caf50;
  --bs-btn-border-color: #4caf50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #419544;
  --bs-btn-hover-border-color: #3d8c40;
  --bs-btn-focus-shadow-rgb: 103, 187, 106;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3d8c40;
  --bs-btn-active-border-color: #39833c;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4caf50;
  --bs-btn-disabled-border-color: #4caf50;
}

.theme-3 .btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #09c;
  --bs-btn-border-color: #09c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0082ad;
  --bs-btn-hover-border-color: #007aa3;
  --bs-btn-focus-shadow-rgb: 38, 168, 212;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #007aa3;
  --bs-btn-active-border-color: #007399;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #09c;
  --bs-btn-disabled-border-color: #09c;
}

.theme-3 .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffb307;
  --bs-btn-border-color: #ffb307;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffbe2c;
  --bs-btn-hover-border-color: #ffbb20;
  --bs-btn-focus-shadow-rgb: 217, 152, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc239;
  --bs-btn-active-border-color: #ffbb20;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffb307;
  --bs-btn-disabled-border-color: #ffb307;
}

.theme-3 .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e44b4b;
  --bs-btn-border-color: #e44b4b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c24040;
  --bs-btn-hover-border-color: #b63c3c;
  --bs-btn-focus-shadow-rgb: 232, 102, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b63c3c;
  --bs-btn-active-border-color: #ab3838;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e44b4b;
  --bs-btn-disabled-border-color: #e44b4b;
}

.theme-3 .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.theme-3 .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.theme-3 .btn-gray {
  --bs-btn-color: #fff;
  --bs-btn-bg: #45454c;
  --bs-btn-border-color: #45454c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3b3b41;
  --bs-btn-hover-border-color: #37373d;
  --bs-btn-focus-shadow-rgb: 97, 97, 103;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #37373d;
  --bs-btn-active-border-color: #343439;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #45454c;
  --bs-btn-disabled-border-color: #45454c;
}

.theme-3 .btn-primary-200 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #a2b3b7;
  --bs-btn-border-color: #a2b3b7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8a989c;
  --bs-btn-hover-border-color: #828f92;
  --bs-btn-focus-shadow-rgb: 176, 190, 194;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #828f92;
  --bs-btn-active-border-color: #7a8689;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #a2b3b7;
  --bs-btn-disabled-border-color: #a2b3b7;
}

.theme-3 .btn-primary-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d262d;
  --bs-btn-border-color: #0d262d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b2026;
  --bs-btn-hover-border-color: #0a1e24;
  --bs-btn-focus-shadow-rgb: 49, 71, 77;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a1e24;
  --bs-btn-active-border-color: #0a1d22;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d262d;
  --bs-btn-disabled-border-color: #0d262d;
}

.theme-3 .btn-tertiary {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--bs-tertiary);
  --bs-btn-border-color: var(--bs-tertiary);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e6ff76;
  --bs-btn-hover-border-color: #e5ff6e;
  --bs-btn-focus-shadow-rgb: 192, 217, 80;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e8ff7e;
  --bs-btn-active-border-color: #e5ff6e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: var(--bs-tertiary);
  --bs-btn-disabled-border-color: var(--bs-tertiary);
}

.theme-3 .btn-outline-primary {
  --bs-btn-color: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--color-primary);
  --bs-btn-hover-border-color: var(--color-primary);
  --bs-btn-focus-shadow-rgb: 22, 64, 75;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--color-primary);
  --bs-btn-active-border-color: var(--color-primary);
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: var(--color-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--color-primary);
  --bs-gradient: none;
}

.theme-3 .btn-outline-gray-100 {
  --bs-btn-color: #dadadb;
  --bs-btn-border-color: #dadadb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dadadb;
  --bs-btn-hover-border-color: #dadadb;
  --bs-btn-focus-shadow-rgb: 218, 218, 219;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #dadadb;
  --bs-btn-active-border-color: #dadadb;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #dadadb;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dadadb;
  --bs-gradient: none;
}

.theme-3 .btn-outline-tertiary {
  --bs-btn-color: var(--bs-tertiary);
  --bs-btn-border-color: var(--bs-tertiary);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: var(--bs-tertiary);
  --bs-btn-hover-border-color: var(--bs-tertiary);
  --bs-btn-focus-shadow-rgb: var(--bs-tertiary-rgb);
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: var(--bs-tertiary);
  --bs-btn-active-border-color: var(--bs-tertiary);
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: var(--bs-tertiary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-tertiary);
  --bs-gradient: none;
}

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

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

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

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

.theme-3 .btn-sm {
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .875rem;
  --bs-btn-border-radius: 80px;
}

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

.theme-3 .table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: #0000000d;
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: #0000001a;
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: #00000013;
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

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

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

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

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

.theme-3 .form-control {
  display: block;
  width: 100%;
  padding: 1rem;
  font-family: var(--font-text-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: var(--radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.theme-3 .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.theme-3 .form-control::-webkit-date-and-time-value {
  height: 1.25rem;
}

.theme-3 .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.theme-3 .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.theme-3 .form-control::file-selector-button {
  padding: 1rem;
  margin: -1rem;
  margin-inline-end: 1rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.theme-3 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.theme-3 .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  line-height: 1.25rem;
  color: #212529;
  background-color: #0000;
  border: solid #0000;
  border-width: 1px 0;
}

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

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

.theme-3 .form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .75rem;
  font-size: 1rem;
  border-radius: var(--radius);
}

.theme-3 .form-control-sm::file-selector-button {
  padding: .75rem;
  margin-inline-end: .75rem;
}

.theme-3 .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 1.5rem;
  font-size: 1.125rem;
  border-radius: var(--radius);
}

.theme-3 .form-control-lg::file-selector-button {
  padding: 1.5rem;
  margin-inline-end: 1.5rem;
}

.theme-3 textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}

.theme-3 textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
}

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

.theme-3 .form-select {
  display: block;
  width: 100%;
  padding: 2.25rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-family: var(--font-text-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  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 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

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

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

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

.theme-3 .form-select:disabled {
  background-color: #e9ecef;
}

.theme-3 .form-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 #212529;
}

.theme-3 .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

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

.theme-3 .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #00000040;
  appearance: none;
  print-color-adjust: exact;
}

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

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

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

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

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

.theme-3 .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 10 3 3 6-6'/%3e%3c/svg%3e");
}

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

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

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

.theme-3 .form-check-input:disabled ~ .form-check-label, .theme-3 .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .5;
}

.theme-3 .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: #0000;
  appearance: none;
}

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

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

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

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

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

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

.theme-3 .form-range::-webkit-slider-thumb:active {
  background-color: var(--color-primary-400);
}

.theme-3 .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
}

.theme-3 .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--color-primary);
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

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

.theme-3 .form-range::-moz-range-thumb:active {
  background-color: var(--color-primary-400);
}

.theme-3 .form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
}

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

.theme-3 .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.theme-3 .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.theme-3 .valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754;
}

.theme-3 .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}

.theme-3 .fade {
  transition: opacity .15s linear;
}

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

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

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

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

.theme-3 .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.theme-3 .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: .5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: .375rem;
  --bs-card-inner-border-radius: calc(.375rem - 1px);
  --bs-card-cap-padding-y: .5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #00000008;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: .75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

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

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

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

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

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

.theme-3 .alert-info {
  --bs-alert-color: #006b8f;
  --bs-alert-bg: #e6f5fa;
  --bs-alert-border-color: #33add6;
}

.theme-3 .alert-warning {
  --bs-alert-color: #b37d05;
  --bs-alert-bg: #fff7e6;
  --bs-alert-border-color: #ffc239;
}

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

.theme-3 .progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: .75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: .375rem;
  --bs-progress-box-shadow: inset 0 1px 2px #00000013;
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width .6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.theme-3 .modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: .5rem;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: .5rem;
  --bs-modal-box-shadow: 0 .125rem .25rem #00000013;
  --bs-modal-inner-border-radius: calc(.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: .5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

@media (width >= 459px) {
  .theme-3 .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 .5rem 1rem #00000026;
  }
}

.theme-3 .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: .5rem;
  --bs-tooltip-padding-y: .25rem;
  --bs-tooltip-font-size: .875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: .375rem;
  --bs-tooltip-opacity: .9;
  --bs-tooltip-arrow-width: .8rem;
  --bs-tooltip-arrow-height: .4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.theme-3 .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: .5;
}

.theme-3 .placeholder.btn:before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0;
  }
}

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

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

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

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

.theme-3 .opacity-10 {
  opacity: .1 !important;
}

.theme-3 .opacity-20 {
  opacity: .2 !important;
}

.theme-3 .opacity-25 {
  opacity: .25 !important;
}

.theme-3 .opacity-40 {
  opacity: .4 !important;
}

.theme-3 .opacity-50 {
  opacity: .5 !important;
}

.theme-3 .opacity-60 {
  opacity: .6 !important;
}

.theme-3 .opacity-70 {
  opacity: .7 !important;
}

.theme-3 .opacity-80 {
  opacity: .8 !important;
}

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

.theme-3 :where(.uc-dark) .dark\:opacity-80 {
  opacity: .8 !important;
}

.theme-3 :where(.uc-dark) .dark\:opacity-90 {
  opacity: .9 !important;
}

.theme-3 .overflow-unset {
  overflow: unset !important;
}

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

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

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

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

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

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

.theme-3 [dir="ltr"] .ltr\:d-block {
  display: block !important;
}

.theme-3 [dir="rtl"] .rtl\:d-block {
  display: block !important;
}

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

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

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

.theme-3 [dir="ltr"] .ltr\:d-none {
  display: none !important;
}

.theme-3 [dir="rtl"] .rtl\:d-none {
  display: none !important;
}

.theme-3 :where(.uc-dark) .dark\:d-inline-block {
  display: inline-block !important;
}

.theme-3 :where(.uc-dark) .dark\:d-block {
  display: block !important;
}

.theme-3 [dir="ltr"] .ltr\:d-block {
  display: block !important;
}

.theme-3 [dir="rtl"] .rtl\:d-block {
  display: block !important;
}

.theme-3 :where(.uc-dark) .dark\:d-inline-flex {
  display: inline-flex !important;
}

.theme-3 :where(.uc-dark) .dark\:d-none {
  display: none !important;
}

.theme-3 [dir="ltr"] .ltr\:d-none {
  display: none !important;
}

.theme-3 [dir="rtl"] .rtl\:d-none {
  display: none !important;
}

.theme-3 .shadow {
  box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important;
}

.theme-3 .shadow-xs {
  box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important;
}

.theme-3 .shadow-sm {
  box-shadow: 0 .25rem .5rem -.1rem var(--shadow-color) !important;
}

.theme-3 .hover\:shadow-md:hover, .theme-3 .shadow-md {
  box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important;
}

.theme-3 .shadow-lg {
  box-shadow: 0 1rem 1.5rem -.1rem var(--shadow-color) !important;
}

.theme-3 .shadow-xl {
  box-shadow: 0 1.5rem 2rem -.1rem var(--shadow-color) !important;
}

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

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

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

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

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

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

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

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

.theme-3 [dir="ltr"] .ltr\:start-0 {
  left: 0 !important;
}

.theme-3 [dir="rtl"] .rtl\:start-0 {
  left: 0 !important;
}

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

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

.theme-3 [dir="rtl"] .rtl\:end-auto {
  right: auto !important;
}

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

.theme-3 [dir="ltr"] .ltr\:end-0 {
  right: 0 !important;
}

.theme-3 [dir="rtl"] .rtl\:end-0 {
  right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.theme-3 .border-gray-50 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important;
}

.theme-3 .border-gray-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important;
}

.theme-3 .border-gray-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important;
}

.theme-3 .border-gray-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
}

.theme-3 .border-gray-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
}

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

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

.theme-3 .hover\:border-tertiary:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
}

.theme-3 .border-tertiary-50 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-border-opacity)) !important;
}

.theme-3 .border-tertiary-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-100-rgb), var(--bs-border-opacity)) !important;
}

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

.theme-3 :where(.uc-dark) .dark\:border-primary {
  --bs-border-opacity: 1 !important;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:border-gray-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:border-gray-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:border-gray-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:border-gray-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:border-gray-700 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:border-gray-800 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:border-gray-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:border-tertiary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:border-tertiary-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-border-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

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

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

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

.theme-3 .border-opacity-5 {
  --bs-border-opacity: .05;
}

.theme-3 .border-opacity-10 {
  --bs-border-opacity: .1;
}

.theme-3 .border-opacity-15 {
  --bs-border-opacity: .15;
}

.theme-3 .border-opacity-20 {
  --bs-border-opacity: .2;
}

.theme-3 .hover\:border-opacity-40:hover {
  --bs-border-opacity: .4;
}

.theme-3 :where(.uc-dark) .dark\:border-opacity-0 {
  --bs-border-opacity: 0;
}

.theme-3 :where(.uc-dark) .dark\:border-opacity-10 {
  --bs-border-opacity: .1;
}

.theme-3 :where(.uc-dark) .dark\:border-opacity-15 {
  --bs-border-opacity: .15;
}

.theme-3 :where(.uc-dark) .dark\:border-opacity-20 {
  --bs-border-opacity: .2;
}

.theme-3 :where(.uc-dark) .dark\:border-opacity-30 {
  --bs-border-opacity: .3;
}

.theme-3 .w-4px {
  width: 4px !important;
}

.theme-3 .w-16px {
  width: 16px !important;
}

.theme-3 .w-20px {
  width: 20px !important;
}

.theme-3 .w-24px {
  width: 24px !important;
}

.theme-3 .w-32px {
  width: 32px !important;
}

.theme-3 .w-36px {
  width: 36px !important;
}

.theme-3 .w-40px {
  width: 40px !important;
}

.theme-3 .w-48px {
  width: 48px !important;
}

.theme-3 .w-56px {
  width: 56px !important;
}

.theme-3 .w-64px {
  width: 64px !important;
}

.theme-3 .w-72px {
  width: 72px !important;
}

.theme-3 .w-80px {
  width: 80px !important;
}

.theme-3 .w-96px {
  width: 96px !important;
}

.theme-3 .w-100px {
  width: 100px !important;
}

.theme-3 .w-128px {
  width: 128px !important;
}

.theme-3 .w-150px {
  width: 150px !important;
}

.theme-3 .w-200px {
  width: 200px !important;
}

.theme-3 .w-250px {
  width: 250px !important;
}

.theme-3 .w-300px {
  width: 300px !important;
}

.theme-3 .w-500px {
  width: 500px !important;
}

.theme-3 .w-600px {
  width: 600px !important;
}

.theme-3 .w-750px {
  width: 750px !important;
}

.theme-3 .w-800px {
  width: 800px !important;
}

.theme-3 .w-1000px {
  width: 1000px !important;
}

.theme-3 .w-1280px {
  width: 1280px !important;
}

.theme-3 .w-md {
  width: 720px !important;
}

.theme-3 .w-1\/6 {
  width: 16.6667% !important;
}

.theme-3 .w-1\/5 {
  width: 20% !important;
}

.theme-3 .w-1\/3 {
  width: 33.3333% !important;
}

.theme-3 .w-1\/2 {
  width: 50% !important;
}

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

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

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

.theme-3 .max-w-40px {
  max-width: 40px !important;
}

.theme-3 .max-w-48px {
  max-width: 48px !important;
}

.theme-3 .max-w-80px {
  max-width: 80px !important;
}

.theme-3 .max-w-100px {
  max-width: 100px !important;
}

.theme-3 .max-w-250px {
  max-width: 250px !important;
}

.theme-3 .max-w-400px {
  max-width: 400px !important;
}

.theme-3 .max-w-450px {
  max-width: 450px !important;
}

.theme-3 .max-w-500px {
  max-width: 500px !important;
}

.theme-3 .max-w-550px {
  max-width: 550px !important;
}

.theme-3 .max-w-600px {
  max-width: 600px !important;
}

.theme-3 .max-w-650px {
  max-width: 650px !important;
}

.theme-3 .max-w-700px {
  max-width: 700px !important;
}

.theme-3 .max-w-750px {
  max-width: 750px !important;
}

.theme-3 .max-w-800px {
  max-width: 800px !important;
}

.theme-3 .max-w-850px {
  max-width: 850px !important;
}

.theme-3 .max-w-900px {
  max-width: 900px !important;
}

.theme-3 .max-w-950px {
  max-width: 950px !important;
}

.theme-3 .max-w-1000px {
  max-width: 1000px !important;
}

.theme-3 .max-w-1440px {
  max-width: 1440px !important;
}

.theme-3 .max-w-xs {
  max-width: 320px !important;
}

.theme-3 .max-w-sm {
  max-width: 640px !important;
}

.theme-3 .max-w-md {
  max-width: 720px !important;
}

.theme-3 .max-w-lg {
  max-width: 1040px !important;
}

.theme-3 .max-w-xl {
  max-width: 1280px !important;
}

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

.theme-3 .h-4px {
  height: 4px !important;
}

.theme-3 .h-16px {
  height: 16px !important;
}

.theme-3 .h-24px {
  height: 24px !important;
}

.theme-3 .h-32px {
  height: 32px !important;
}

.theme-3 .h-36px {
  height: 36px !important;
}

.theme-3 .h-40px {
  height: 40px !important;
}

.theme-3 .h-48px {
  height: 48px !important;
}

.theme-3 .h-56px {
  height: 56px !important;
}

.theme-3 .h-64px {
  height: 64px !important;
}

.theme-3 .h-72px {
  height: 72px !important;
}

.theme-3 .h-80px {
  height: 80px !important;
}

.theme-3 .h-96px {
  height: 96px !important;
}

.theme-3 .h-100px {
  height: 100px !important;
}

.theme-3 .h-150px {
  height: 150px !important;
}

.theme-3 .h-200px {
  height: 200px !important;
}

.theme-3 .h-250px {
  height: 250px !important;
}

.theme-3 .h-300px {
  height: 300px !important;
}

.theme-3 .h-400px {
  height: 400px !important;
}

.theme-3 .h-500px {
  height: 500px !important;
}

.theme-3 .h-600px {
  height: 600px !important;
}

.theme-3 .h-700px {
  height: 700px !important;
}

.theme-3 .h-750px {
  height: 750px !important;
}

.theme-3 .h-1000px {
  height: 1000px !important;
}

.theme-3 .h-1280px {
  height: 1280px !important;
}

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

.theme-3 .h-screen {
  height: 100vh !important;
}

.theme-3 .max-h-200px {
  max-height: 200px !important;
}

.theme-3 .max-h-250px {
  max-height: 250px !important;
}

.theme-3 .max-h-300px {
  max-height: 300px !important;
}

.theme-3 .max-h-400px {
  max-height: 400px !important;
}

.theme-3 .max-h-xs {
  max-height: 320px !important;
}

.theme-3 .max-h-sm {
  max-height: 640px !important;
}

.theme-3 .flex-1 {
  flex: 1 !important;
}

.theme-3 .flex-none {
  flex: none !important;
}

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

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

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

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

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

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

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

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

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

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

.theme-3 [dir="rtl"] .rtl\:order-first {
  order: -1 !important;
}

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

.theme-3 [dir="rtl"] .rtl\:order-0 {
  order: 0 !important;
}

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

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

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

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

.theme-3 .m-narrow {
  margin: .25rem !important;
}

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

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

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

.theme-3 .m-4 {
  margin: 2rem !important;
}

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

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

.theme-3 .mx-narrow {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}

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

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

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

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

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

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

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

.theme-3 .my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

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

.theme-3 .my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

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

.theme-3 .mt-narrow {
  margin-top: .25rem !important;
}

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

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

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

.theme-3 .mt-4 {
  margin-top: 2rem !important;
}

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

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

.theme-3 .mt-7 {
  margin-top: 3.5rem !important;
}

.theme-3 .mt-8 {
  margin-top: 4rem !important;
}

.theme-3 [dir="rtl"] .rtl\:me-0 {
  margin-right: 0 !important;
}

.theme-3 .me-narrow {
  margin-right: .25rem !important;
}

.theme-3 [dir="ltr"] .ltr\:me-narrow {
  margin-right: .25rem !important;
}

.theme-3 [dir="rtl"] .rtl\:me-narrow {
  margin-right: .25rem !important;
}

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

.theme-3 [dir="ltr"] .ltr\:me-1 {
  margin-right: .5rem !important;
}

.theme-3 [dir="rtl"] .rtl\:me-1 {
  margin-right: .5rem !important;
}

.theme-3 [dir="rtl"] .rtl\:me-2 {
  margin-right: 1rem !important;
}

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

.theme-3 .me-4 {
  margin-right: 2rem !important;
}

.theme-3 [dir="rtl"] .rtl\:me-6 {
  margin-right: 3rem !important;
}

.theme-3 [dir="ltr"] .ltr\:me-8 {
  margin-right: 4rem !important;
}

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

.theme-3 .mb-narrow {
  margin-bottom: .25rem !important;
}

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

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

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

.theme-3 .mb-4 {
  margin-bottom: 2rem !important;
}

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

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

.theme-3 [dir="ltr"] .ltr\:ms-0 {
  margin-left: 0 !important;
}

.theme-3 .ms-narrow {
  margin-left: .25rem !important;
}

.theme-3 [dir="ltr"] .ltr\:ms-narrow {
  margin-left: .25rem !important;
}

.theme-3 [dir="rtl"] .rtl\:ms-narrow {
  margin-left: .25rem !important;
}

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

.theme-3 [dir="ltr"] .ltr\:ms-1 {
  margin-left: .5rem !important;
}

.theme-3 [dir="rtl"] .rtl\:ms-1 {
  margin-left: .5rem !important;
}

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

.theme-3 [dir="ltr"] .ltr\:ms-2 {
  margin-left: 1rem !important;
}

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

.theme-3 .ms-4 {
  margin-left: 2rem !important;
}

.theme-3 [dir="ltr"] .ltr\:ms-6 {
  margin-left: 3rem !important;
}

.theme-3 [dir="rtl"] .rtl\:ms-8 {
  margin-left: 4rem !important;
}

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

.theme-3 .mt-nnarrow {
  margin-top: -.25rem !important;
}

.theme-3 .mt-n3 {
  margin-top: -1.5rem !important;
}

.theme-3 .mt-n4 {
  margin-top: -2rem !important;
}

.theme-3 .mt-n8 {
  margin-top: -4rem !important;
}

.theme-3 .mt-n9 {
  margin-top: -6rem !important;
}

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

.theme-3 [dir="rtl"] .rtl\:me-n2 {
  margin-right: -1rem !important;
}

.theme-3 .me-n3 {
  margin-right: -1.5rem !important;
}

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

.theme-3 .me-n8 {
  margin-right: -4rem !important;
}

.theme-3 [dir="ltr"] .ltr\:me-n8 {
  margin-right: -4rem !important;
}

.theme-3 .mb-n4 {
  margin-bottom: -2rem !important;
}

.theme-3 .mb-n8 {
  margin-bottom: -4rem !important;
}

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

.theme-3 [dir="ltr"] .ltr\:ms-n2 {
  margin-left: -1rem !important;
}

.theme-3 .ms-n3 {
  margin-left: -1.5rem !important;
}

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

.theme-3 [dir="rtl"] .rtl\:ms-n6 {
  margin-left: -3rem !important;
}

.theme-3 .ms-n8 {
  margin-left: -4rem !important;
}

.theme-3 [dir="rtl"] .rtl\:ms-n8 {
  margin-left: -4rem !important;
}

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

.theme-3 .p-narrow {
  padding: .25rem !important;
}

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

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

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

.theme-3 .p-4 {
  padding: 2rem !important;
}

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

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

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

.theme-3 .px-narrow {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}

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

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

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

.theme-3 .px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.theme-3 .px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.theme-3 .py-narrow {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

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

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

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

.theme-3 .py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

.theme-3 .py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.theme-3 .py-9 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.theme-3 .py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

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

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

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

.theme-3 .pt-4 {
  padding-top: 2rem !important;
}

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

.theme-3 .pt-8 {
  padding-top: 4rem !important;
}

.theme-3 .pt-9 {
  padding-top: 6rem !important;
}

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

.theme-3 [dir="rtl"] .rtl\:pe-3 {
  padding-right: 1.5rem !important;
}

.theme-3 [dir="ltr"] .ltr\:pe-4 {
  padding-right: 2rem !important;
}

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

.theme-3 .pb-narrow {
  padding-bottom: .25rem !important;
}

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

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

.theme-3 .pb-4 {
  padding-bottom: 2rem !important;
}

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

.theme-3 .pb-7 {
  padding-bottom: 3.5rem !important;
}

.theme-3 .pb-8 {
  padding-bottom: 4rem !important;
}

.theme-3 .pb-10 {
  padding-bottom: 8rem !important;
}

.theme-3 [dir="ltr"] .ltr\:ps-3 {
  padding-left: 1.5rem !important;
}

.theme-3 [dir="rtl"] .rtl\:ps-4 {
  padding-left: 2rem !important;
}

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

.theme-3 .gap-narrow {
  gap: .25rem !important;
}

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

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

.theme-3 .gap-3 {
  gap: 1.5rem !important;
}

.theme-3 .gap-4 {
  gap: 2rem !important;
}

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

.theme-3 .gap-6 {
  gap: 3rem !important;
}

.theme-3 .gap-7 {
  gap: 3.5rem !important;
}

.theme-3 .gap-8 {
  gap: 4rem !important;
}

.theme-3 .gap-9 {
  gap: 6rem !important;
}

.theme-3 .fs-1 {
  font-size: 2rem !important;
}

.theme-3 .fs-2 {
  font-size: 1.75rem !important;
}

.theme-3 .fs-4 {
  font-size: 1.25rem !important;
}

.theme-3 .fs-5 {
  font-size: 1.125rem !important;
}

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

.theme-3 .fs-7 {
  font-size: .875rem !important;
}

.theme-3 .fs-8 {
  font-size: .75rem !important;
}

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

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

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

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

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

.theme-3 .lh-sm {
  line-height: .9 !important;
}

.theme-3 .lh-lg {
  line-height: 1.2 !important;
}

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

.theme-3 [dir="rtl"] .rtl\:text-start {
  text-align: left !important;
}

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

.theme-3 [dir="rtl"] .rtl\:text-end {
  text-align: right !important;
}

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

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

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

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

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

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

.theme-3 .hover\:text-primary:hover, .theme-3 .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

.theme-3 .text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 .text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 .text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 .text-gray-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 .text-gray-500 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 .text-gray-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity));
}

.theme-3 .text-primary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 .text-primary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 .hover\:text-primary-600:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-600-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 .text-primary-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important;
}

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

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

.theme-3 .text-warning-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-600-rgb), var(--bs-text-opacity)) !important;
}

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

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

.theme-3 .text-purple-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-600-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

.theme-3 .hover\:text-tertiary:hover, .theme-3 .text-tertiary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 .text-tertiary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 .text-tertiary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 .text-tertiary-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-700-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 .text-tertiary-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-900-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

.theme-3 :where(.uc-dark) .dark\:hover\:text-primary:hover, .theme-3 :where(.uc-dark) .dark\:text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:text-gray-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:hover\:text-gray-900:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:text-primary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:hover\:text-primary-700:hover, .theme-3 :where(.uc-dark) .dark\:text-primary-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:text-yellow-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:hover\:text-tertiary:hover, .theme-3 :where(.uc-dark) .dark\:text-tertiary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:text-tertiary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:text-tertiary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:hover\:text-white:hover, .theme-3 :where(.uc-dark) .dark\:text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.theme-3 .text-opacity-20 {
  --bs-text-opacity: .2;
}

.theme-3 .text-opacity-60 {
  --bs-text-opacity: .6;
}

.theme-3 .hover\:text-opacity-70:hover, .theme-3 .text-opacity-70 {
  --bs-text-opacity: .7;
}

.theme-3 :where(.uc-dark) .dark\:text-opacity-50 {
  --bs-text-opacity: .5;
}

.theme-3 :where(.uc-dark) .dark\:text-opacity-60 {
  --bs-text-opacity: .6;
}

.theme-3 :where(.uc-dark) .dark\:text-opacity-70 {
  --bs-text-opacity: .7;
}

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

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

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

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

.theme-3 .bg-gray-50, .theme-3 .hover\:bg-gray-50:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-50-rgb), var(--bs-bg-opacity)) !important;
}

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

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

.theme-3 .hover\:bg-gray-600:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.theme-3 .bg-tertiary, .theme-3 .hover\:bg-tertiary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

.theme-3 .bg-white, .theme-3 .hover\:bg-white:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity));
}

.theme-3 .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: #0000 !important;
}

.theme-3 :where(.uc-dark) .dark\:bg-primary, .theme-3 :where(.uc-dark) .dark\:hover\:bg-primary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:bg-secondary, .theme-3 :where(.uc-dark) .dark\:hover\:bg-secondary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:hover\:bg-gray-500:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:bg-gray-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:bg-gray-700, .theme-3 :where(.uc-dark) .dark\:hover\:bg-gray-700:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:bg-gray-800, .theme-3 :where(.uc-dark) .dark\:hover\:bg-gray-800:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:bg-primary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:bg-tertiary, .theme-3 :where(.uc-dark) .dark\:hover\:bg-tertiary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:hover\:bg-tertiary-300:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:bg-tertiary-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:bg-tertiary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:bg-tertiary-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 :where(.uc-dark) .dark\:bg-white, .theme-3 :where(.uc-dark) .dark\:hover\:bg-white:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.theme-3 .bg-opacity-5, .theme-3 .hover\:bg-opacity-5:hover {
  --bs-bg-opacity: .05;
}

.theme-3 .bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.theme-3 .bg-opacity-15 {
  --bs-bg-opacity: .15;
}

.theme-3 .bg-opacity-40 {
  --bs-bg-opacity: .4;
}

.theme-3 .bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.theme-3 .bg-opacity-70 {
  --bs-bg-opacity: .7;
}

.theme-3 .bg-opacity-80 {
  --bs-bg-opacity: .8;
}

.theme-3 .bg-opacity-90 {
  --bs-bg-opacity: .9;
}

.theme-3 :where(.uc-dark) .dark\:bg-opacity-0 {
  --bs-bg-opacity: 0;
}

.theme-3 :where(.uc-dark) .dark\:bg-opacity-5 {
  --bs-bg-opacity: .05;
}

.theme-3 :where(.uc-dark) .dark\:bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.theme-3 :where(.uc-dark) .dark\:bg-opacity-15 {
  --bs-bg-opacity: .15;
}

.theme-3 :where(.uc-dark) .dark\:bg-opacity-50 {
  --bs-bg-opacity: .5;
}

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

.theme-3 .rounded-default {
  border-radius: 8px !important;
}

.theme-3 .rounded-1 {
  border-radius: 4px !important;
}

.theme-3 .rounded-1-5 {
  border-radius: 12px !important;
}

.theme-3 .rounded-2 {
  border-radius: 16px !important;
}

.theme-3 .rounded-3 {
  border-radius: 24px !important;
}

.theme-3 .rounded-5 {
  border-radius: 40px !important;
}

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

.theme-3 .rounded-pill {
  border-radius: 50rem !important;
}

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

.theme-3 .rounded-bottom-1-5 {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.theme-3 .rounded-bottom-2 {
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.theme-3 .rounded-bottom-3 {
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.theme-3 .rounded-start-2 {
  border-bottom-left-radius: 16px !important;
  border-top-left-radius: 16px !important;
}

.theme-3 .border-dashed {
  border-style: dashed !important;
}

.theme-3 .bg-cover {
  background-size: cover !important;
}

.theme-3 .bg-contain {
  background-size: contain !important;
}

.theme-3 .text-truncate-1 {
  -webkit-line-clamp: 1 !important;
}

.theme-3 .text-truncate-3 {
  -webkit-line-clamp: 3 !important;
}

.theme-3 .min-w-24px {
  min-width: 24px !important;
}

.theme-3 .min-w-32px {
  min-width: 32px !important;
}

.theme-3 .min-w-40px {
  min-width: 40px !important;
}

.theme-3 .min-w-48px {
  min-width: 48px !important;
}

.theme-3 .min-w-150px {
  min-width: 150px !important;
}

.theme-3 .min-w-300px {
  min-width: 300px !important;
}

.theme-3 .min-w-700px {
  min-width: 700px !important;
}

.theme-3 .min-w-1\/4 {
  min-width: 25% !important;
}

.theme-3 .min-w-1\/2 {
  min-width: 50% !important;
}

.theme-3 .min-w-xs {
  min-width: 320px !important;
}

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

.theme-3 .min-h-24px {
  min-height: 24px !important;
}

.theme-3 .min-h-32px {
  min-height: 32px !important;
}

.theme-3 .min-h-48px {
  min-height: 48px !important;
}

.theme-3 .min-h-56px {
  min-height: 56px !important;
}

.theme-3 .min-h-64px {
  min-height: 64px !important;
}

.theme-3 .min-h-80px {
  min-height: 80px !important;
}

.theme-3 .min-h-150px {
  min-height: 150px !important;
}

.theme-3 .min-h-200px {
  min-height: 200px !important;
}

.theme-3 .min-h-250px {
  min-height: 250px !important;
}

.theme-3 .min-h-300px {
  min-height: 300px !important;
}

.theme-3 .min-h-350px {
  min-height: 350px !important;
}

.theme-3 .min-h-450px {
  min-height: 450px !important;
}

.theme-3 .min-h-600px {
  min-height: 600px !important;
}

.theme-3 .min-h-700px {
  min-height: 700px !important;
}

.theme-3 .min-h-screen {
  min-height: 100vh !important;
}

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

.theme-3 .icon-narrow {
  width: 16px !important;
  height: 16px !important;
  font-size: 16px !important;
}

.theme-3 .icon-1 {
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important;
}

.theme-3 .icon-2 {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
}

.theme-3 .icon-3 {
  width: 32px !important;
  height: 32px !important;
  font-size: 32px !important;
}

.theme-3 .icon-4 {
  width: 48px !important;
  height: 48px !important;
  font-size: 48px !important;
}

.theme-3 .mask-x {
  mask-image: linear-gradient(to right, #0000 0, #000 10% 90%, #0000 100%) !important;
}

.theme-3 .hover\:contrast-shadow:hover {
  box-shadow: 3px 3px 0 0 var(--shadowColor, #000) !important;
}

.theme-3 .contrast-shadow-sm {
  box-shadow: 2px 2px 0 0 var(--shadowColor, #000) !important;
}

.theme-3 .contrast-shadow-md, .theme-3 .hover\:contrast-shadow-md:hover {
  box-shadow: 4px 4px 0 0 var(--shadowColor, #000) !important;
}

.theme-3 .contrast-shadow-lg {
  box-shadow: 8px 8px 0 0 var(--shadowColor, #000) !important;
}

.theme-3 .ls-0 {
  letter-spacing: 0 !important;
}

.theme-3 .-ls-1 {
  letter-spacing: -1px !important;
}

.theme-3 .-ls-2 {
  letter-spacing: -2px !important;
}

.theme-3 .-ls-3 {
  letter-spacing: -3px !important;
}

.theme-3 .-ls-4 {
  letter-spacing: -4px !important;
}

.theme-3 .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter !important;
}

.theme-3 .transition-all {
  transition-property: all !important;
}

.theme-3 .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
}

.theme-3 .transition-transform {
  transition-property: transform !important;
}

.theme-3 .duration-150 {
  transition-duration: .15s !important;
}

.theme-3 .duration-200 {
  transition-duration: .2s !important;
}

.theme-3 .duration-250 {
  transition-duration: .25s !important;
}

.theme-3 .ease-linear {
  transition-timing-function: linear !important;
}

.theme-3 .ease-in {
  transition-timing-function: cubic-bezier(.4, 0, 1, 1) !important;
}

.theme-3 .hover\:scale-105:hover {
  transform: scale(1.05) !important;
}

.theme-3 .hover\:scale-110:hover {
  transform: scale(1.1) !important;
}

.theme-3 .translate-y-px {
  transform: translateY(1px) !important;
}

.theme-3 .hover\:-translate-y-1:hover {
  transform: translateY(-.5rem) !important;
}

.theme-3 .rotate-12 {
  transform: rotate(12deg) !important;
}

.theme-3 .rotate-45 {
  transform: rotate(45deg) !important;
}

.theme-3 .hover\:rotate-90:hover {
  transform: rotate(90deg) !important;
}

.theme-3 [dir="rtl"] .rtl\:rotate-180 {
  transform: rotate(180deg) !important;
}

.theme-3 .-rotate-1 {
  transform: rotate(-1deg) !important;
}

.theme-3 .-rotate-2 {
  transform: rotate(-2deg) !important;
}

.theme-3 .-rotate-12 {
  transform: rotate(-12deg) !important;
}

.theme-3 .-rotate-45 {
  transform: rotate(-45deg) !important;
}

.theme-3 [dir="rtl"] .rtl\:-rotate-90 {
  transform: rotate(-90deg) !important;
}

.theme-3 .origin-top-right {
  transform-origin: 100% 0 !important;
}

.theme-3 .origin-top-left {
  transform-origin: 0 0 !important;
}

.theme-3 .origin-bottom-right {
  transform-origin: 100% 100% !important;
}

.theme-3 .origin-bottom {
  transform-origin: bottom !important;
}

.theme-3 .blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}

.theme-3 .blend-difference {
  mix-blend-mode: difference !important;
}

.theme-3 .blend-overlay {
  mix-blend-mode: overlay !important;
}

.theme-3 .blend-plus-lighter {
  mix-blend-mode: plus-lighter !important;
}

.theme-3 .blend-soft-light {
  mix-blend-mode: soft-light !important;
}

.theme-3 :where(.uc-dark) .dark\:blend-overlay {
  mix-blend-mode: overlay !important;
}

.theme-3 .blur-10 {
  filter: blur(128px) !important;
}

.theme-3 .backdrop-1 {
  backdrop-filter: blur(4px) !important;
}

.theme-3 .backdrop-2 {
  backdrop-filter: blur(8px) !important;
}

.theme-3 [dir="ltr"] .ltr\:rounded-top-start-1-5 {
  border-top-left-radius: 12px !important;
}

.theme-3 [dir="rtl"] .rtl\:rounded-top-end-1-5 {
  border-top-right-radius: 12px !important;
}

.theme-3 .ratio-1x1 {
  --bs-aspect-ratio: 100% !important;
}

.theme-3 .ratio-2x1 {
  --bs-aspect-ratio: 50% !important;
}

.theme-3 .ratio-2x3 {
  --bs-aspect-ratio: 150% !important;
}

.theme-3 .ratio-3x2 {
  --bs-aspect-ratio: 66.6667% !important;
}

.theme-3 .ratio-3x4 {
  --bs-aspect-ratio: 133.333% !important;
}

.theme-3 .ratio-4x3 {
  --bs-aspect-ratio: 75% !important;
}

.theme-3 .ratio-16x9 {
  --bs-aspect-ratio: 56.25% !important;
}

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

.theme-3 .z-1n {
  z-index: -1 !important;
}

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

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

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

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

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

@media (width >= 459px) {
  .theme-3 .sm\:d-inline-block {
    display: inline-block !important;
  }

  .theme-3 .sm\:d-block {
    display: block !important;
  }

  .theme-3 .sm\:d-none {
    display: none !important;
  }

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

  .theme-3 .sm\:w-32px {
    width: 32px !important;
  }

  .theme-3 .sm\:w-56px {
    width: 56px !important;
  }

  .theme-3 .sm\:w-80px {
    width: 80px !important;
  }

  .theme-3 .sm\:w-250px {
    width: 250px !important;
  }

  .theme-3 .sm\:w-300px {
    width: 300px !important;
  }

  .theme-3 .sm\:w-350px {
    width: 350px !important;
  }

  .theme-3 .sm\:w-500px {
    width: 500px !important;
  }

  .theme-3 .sm\:w-550px {
    width: 550px !important;
  }

  .theme-3 .sm\:w-3\/5 {
    width: 60% !important;
  }

  .theme-3 .sm\:w-1\/2 {
    width: 50% !important;
  }

  .theme-3 .sm\:w-auto {
    width: auto !important;
  }

  .theme-3 .sm\:max-w-500px {
    max-width: 500px !important;
  }

  .theme-3 .sm\:max-w-600px {
    max-width: 600px !important;
  }

  .theme-3 .sm\:max-w-md {
    max-width: 720px !important;
  }

  .theme-3 .sm\:max-w-lg {
    max-width: 1040px !important;
  }

  .theme-3 .sm\:h-32px {
    height: 32px !important;
  }

  .theme-3 .sm\:h-40px {
    height: 40px !important;
  }

  .theme-3 .sm\:h-56px {
    height: 56px !important;
  }

  .theme-3 .sm\:h-80px {
    height: 80px !important;
  }

  .theme-3 .sm\:h-500px {
    height: 500px !important;
  }

  .theme-3 .sm\:h-600px {
    height: 600px !important;
  }

  .theme-3 .sm\:order-1 {
    order: 1 !important;
  }

  .theme-3 .sm\:m-0 {
    margin: 0 !important;
  }

  .theme-3 .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .theme-3 .sm\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .theme-3 .sm\:mt-0 {
    margin-top: 0 !important;
  }

  .theme-3 .sm\:mt-1 {
    margin-top: .5rem !important;
  }

  .theme-3 .sm\:mt-2 {
    margin-top: 1rem !important;
  }

  .theme-3 .sm\:mt-3 {
    margin-top: 1.5rem !important;
  }

  .theme-3 .sm\:mt-4 {
    margin-top: 2rem !important;
  }

  .theme-3 .sm\:mt-6 {
    margin-top: 3rem !important;
  }

  .theme-3 .sm\:mb-6 {
    margin-bottom: 3rem !important;
  }

  .theme-3 .sm\:mb-8 {
    margin-bottom: 4rem !important;
  }

  .theme-3 .sm\:p-3 {
    padding: 1.5rem !important;
  }

  .theme-3 .sm\:p-4 {
    padding: 2rem !important;
  }

  .theme-3 .sm\:p-6 {
    padding: 3rem !important;
  }

  .theme-3 .sm\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .theme-3 .sm\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .theme-3 .sm\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .theme-3 .sm\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-3 .sm\:py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .theme-3 .sm\:pt-6 {
    padding-top: 3rem !important;
  }

  .theme-3 .sm\:pt-8 {
    padding-top: 4rem !important;
  }

  .theme-3 .sm\:pt-10 {
    padding-top: 8rem !important;
  }

  .theme-3 .sm\:pb-6 {
    padding-bottom: 3rem !important;
  }

  .theme-3 .sm\:pb-8 {
    padding-bottom: 4rem !important;
  }

  .theme-3 .sm\:pb-9 {
    padding-bottom: 6rem !important;
  }

  .theme-3 .sm\:gap-3 {
    gap: 1.5rem !important;
  }

  .theme-3 .sm\:gap-4 {
    gap: 2rem !important;
  }

  .theme-3 .sm\:gap-6 {
    gap: 3rem !important;
  }

  .theme-3 .sm\:gap-8 {
    gap: 4rem !important;
  }

  .theme-3 .sm\:fs-4 {
    font-size: 1.25rem !important;
  }

  .theme-3 .sm\:fs-5 {
    font-size: 1.125rem !important;
  }

  .theme-3 .sm\:fs-6 {
    font-size: 1rem !important;
  }

  .theme-3 .sm\:text-start {
    text-align: left !important;
  }

  .theme-3 .sm\:text-center {
    text-align: center !important;
  }

  .theme-3 .sm\:rounded-1-5 {
    border-radius: 12px !important;
  }

  .theme-3 .sm\:rounded-2 {
    border-radius: 16px !important;
  }

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

  .theme-3 .sm\:min-w-100px {
    min-width: 100px !important;
  }

  .theme-3 .sm\:min-w-150px {
    min-width: 150px !important;
  }

  .theme-3 .sm\:min-h-100px {
    min-height: 100px !important;
  }

  .theme-3 .sm\:icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }

  .theme-3 .sm\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }

  .theme-3 .sm\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }
}

@media (width >= 768px) {
  .theme-3 .md\:d-block {
    display: block !important;
  }

  .theme-3 .md\:d-flex {
    display: flex !important;
  }

  .theme-3 .md\:d-none {
    display: none !important;
  }

  .theme-3 .md\:w-40px {
    width: 40px !important;
  }

  .theme-3 .md\:w-48px {
    width: 48px !important;
  }

  .theme-3 .md\:w-56px {
    width: 56px !important;
  }

  .theme-3 .md\:w-100px {
    width: 100px !important;
  }

  .theme-3 .md\:w-500px {
    width: 500px !important;
  }

  .theme-3 .md\:w-1\/2 {
    width: 50% !important;
  }

  .theme-3 .md\:max-w-128px {
    max-width: 128px !important;
  }

  .theme-3 .md\:max-w-150px {
    max-width: 150px !important;
  }

  .theme-3 .md\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .theme-3 .md\:h-40px {
    height: 40px !important;
  }

  .theme-3 .md\:h-48px {
    height: 48px !important;
  }

  .theme-3 .md\:h-100px {
    height: 100px !important;
  }

  .theme-3 .md\:h-screen {
    height: 100vh !important;
  }

  .theme-3 .md\:justify-start {
    justify-content: flex-start !important;
  }

  .theme-3 .md\:items-end {
    align-items: flex-end !important;
  }

  .theme-3 .md\:order-1 {
    order: 1 !important;
  }

  .theme-3 .md\:order-2 {
    order: 2 !important;
  }

  .theme-3 .md\:m-2 {
    margin: 1rem !important;
  }

  .theme-3 .md\:my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .theme-3 .md\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .theme-3 .md\:mt-2 {
    margin-top: 1rem !important;
  }

  .theme-3 .md\:mt-4 {
    margin-top: 2rem !important;
  }

  .theme-3 .md\:mt-6 {
    margin-top: 3rem !important;
  }

  .theme-3 .md\:mt-8 {
    margin-top: 4rem !important;
  }

  .theme-3 .md\:me-2 {
    margin-right: 1rem !important;
  }

  .theme-3 .md\:mb-4 {
    margin-bottom: 2rem !important;
  }

  .theme-3 .md\:ms-2 {
    margin-left: 1rem !important;
  }

  .theme-3 .md\:mt-n10 {
    margin-top: -8rem !important;
  }

  .theme-3 .md\:p-2 {
    padding: 1rem !important;
  }

  .theme-3 .md\:p-3 {
    padding: 1.5rem !important;
  }

  .theme-3 .md\:p-4 {
    padding: 2rem !important;
  }

  .theme-3 .md\:p-6 {
    padding: 3rem !important;
  }

  .theme-3 .md\:p-8 {
    padding: 4rem !important;
  }

  .theme-3 .md\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .theme-3 .md\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .theme-3 .md\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-3 .md\:pt-6 {
    padding-top: 3rem !important;
  }

  .theme-3 .md\:pt-8 {
    padding-top: 4rem !important;
  }

  .theme-3 [dir="ltr"] .ltr\:md\:pe-8 {
    padding-right: 4rem !important;
  }

  .theme-3 .md\:pb-0 {
    padding-bottom: 0 !important;
  }

  .theme-3 .md\:pb-6 {
    padding-bottom: 3rem !important;
  }

  .theme-3 [dir="rtl"] .rtl\:md\:ps-8 {
    padding-left: 4rem !important;
  }

  .theme-3 .md\:gap-2 {
    gap: 1rem !important;
  }

  .theme-3 .md\:gap-3 {
    gap: 1.5rem !important;
  }

  .theme-3 .md\:gap-4 {
    gap: 2rem !important;
  }

  .theme-3 .md\:gap-6 {
    gap: 3rem !important;
  }

  .theme-3 .md\:fs-5 {
    font-size: 1.125rem !important;
  }

  .theme-3 .md\:fs-6 {
    font-size: 1rem !important;
  }

  .theme-3 .md\:min-h-250px {
    min-height: 250px !important;
  }

  .theme-3 .md\:icon-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }

  .theme-3 .md\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
}

@media (width >= 992px) {
  .theme-3 .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .theme-3 .lg\:d-inline-block {
    display: inline-block !important;
  }

  .theme-3 .lg\:d-block {
    display: block !important;
  }

  .theme-3 .lg\:d-flex {
    display: flex !important;
  }

  .theme-3 .lg\:d-inline-flex {
    display: inline-flex !important;
  }

  .theme-3 .lg\:d-none {
    display: none !important;
  }

  .theme-3 .lg\:w-40px {
    width: 40px !important;
  }

  .theme-3 .lg\:w-48px {
    width: 48px !important;
  }

  .theme-3 .lg\:w-56px {
    width: 56px !important;
  }

  .theme-3 .lg\:w-64px {
    width: 64px !important;
  }

  .theme-3 .lg\:w-72px {
    width: 72px !important;
  }

  .theme-3 .lg\:w-80px {
    width: 80px !important;
  }

  .theme-3 .lg\:w-96px {
    width: 96px !important;
  }

  .theme-3 .lg\:w-100px {
    width: 100px !important;
  }

  .theme-3 .lg\:w-128px {
    width: 128px !important;
  }

  .theme-3 .lg\:w-150px {
    width: 150px !important;
  }

  .theme-3 .lg\:w-200px {
    width: 200px !important;
  }

  .theme-3 .lg\:w-250px {
    width: 250px !important;
  }

  .theme-3 .lg\:w-300px {
    width: 300px !important;
  }

  .theme-3 .lg\:w-450px {
    width: 450px !important;
  }

  .theme-3 .lg\:w-500px {
    width: 500px !important;
  }

  .theme-3 .lg\:w-800px {
    width: 800px !important;
  }

  .theme-3 .lg\:w-1\/6 {
    width: 16.6667% !important;
  }

  .theme-3 .lg\:w-5\/6 {
    width: 83.3333% !important;
  }

  .theme-3 .lg\:w-1\/3 {
    width: 33.3333% !important;
  }

  .theme-3 .lg\:w-1\/2 {
    width: 50% !important;
  }

  .theme-3 .lg\:max-w-56px {
    max-width: 56px !important;
  }

  .theme-3 .lg\:max-w-80px {
    max-width: 80px !important;
  }

  .theme-3 .lg\:max-w-128px {
    max-width: 128px !important;
  }

  .theme-3 .lg\:max-w-300px {
    max-width: 300px !important;
  }

  .theme-3 .lg\:max-w-350px {
    max-width: 350px !important;
  }

  .theme-3 .lg\:max-w-500px {
    max-width: 500px !important;
  }

  .theme-3 .lg\:max-w-600px {
    max-width: 600px !important;
  }

  .theme-3 .lg\:max-w-650px {
    max-width: 650px !important;
  }

  .theme-3 .lg\:max-w-700px {
    max-width: 700px !important;
  }

  .theme-3 .lg\:max-w-750px {
    max-width: 750px !important;
  }

  .theme-3 .lg\:max-w-900px {
    max-width: 900px !important;
  }

  .theme-3 .lg\:max-w-950px {
    max-width: 950px !important;
  }

  .theme-3 .lg\:max-w-3\/5 {
    max-width: 60% !important;
  }

  .theme-3 .lg\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .theme-3 .lg\:max-w-lg {
    max-width: 1040px !important;
  }

  .theme-3 .lg\:h-40px {
    height: 40px !important;
  }

  .theme-3 .lg\:h-48px {
    height: 48px !important;
  }

  .theme-3 .lg\:h-56px {
    height: 56px !important;
  }

  .theme-3 .lg\:h-64px {
    height: 64px !important;
  }

  .theme-3 .lg\:h-80px {
    height: 80px !important;
  }

  .theme-3 .lg\:h-96px {
    height: 96px !important;
  }

  .theme-3 .lg\:h-100px {
    height: 100px !important;
  }

  .theme-3 .lg\:h-150px {
    height: 150px !important;
  }

  .theme-3 .lg\:h-500px {
    height: 500px !important;
  }

  .theme-3 .lg\:h-screen {
    height: 100vh !important;
  }

  .theme-3 .lg\:max-h-550px {
    max-height: 550px !important;
  }

  .theme-3 .lg\:justify-start {
    justify-content: flex-start !important;
  }

  .theme-3 .lg\:justify-center {
    justify-content: center !important;
  }

  .theme-3 .lg\:justify-end {
    justify-content: flex-end !important;
  }

  .theme-3 .lg\:justify-between {
    justify-content: space-between !important;
  }

  .theme-3 .lg\:items-start {
    align-items: flex-start !important;
  }

  .theme-3 .lg\:order-0 {
    order: 0 !important;
  }

  .theme-3 .lg\:order-1 {
    order: 1 !important;
  }

  .theme-3 .lg\:order-2 {
    order: 2 !important;
  }

  .theme-3 .lg\:m-0 {
    margin: 0 !important;
  }

  .theme-3 .lg\:m-2 {
    margin: 1rem !important;
  }

  .theme-3 .lg\:m-6 {
    margin: 3rem !important;
  }

  .theme-3 .lg\:m-auto {
    margin: auto !important;
  }

  .theme-3 .lg\:mx-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .theme-3 .lg\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .theme-3 .lg\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .theme-3 .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .theme-3 .lg\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .theme-3 .lg\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .theme-3 .lg\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .theme-3 .lg\:mt-0 {
    margin-top: 0 !important;
  }

  .theme-3 .lg\:mt-2 {
    margin-top: 1rem !important;
  }

  .theme-3 .lg\:mt-3 {
    margin-top: 1.5rem !important;
  }

  .theme-3 .lg\:mt-4 {
    margin-top: 2rem !important;
  }

  .theme-3 .lg\:mt-6 {
    margin-top: 3rem !important;
  }

  .theme-3 .lg\:mt-8 {
    margin-top: 4rem !important;
  }

  .theme-3 .lg\:mt-9 {
    margin-top: 6rem !important;
  }

  .theme-3 .lg\:me-5 {
    margin-right: 2.5rem !important;
  }

  .theme-3 .lg\:mb-2 {
    margin-bottom: 1rem !important;
  }

  .theme-3 .lg\:mb-3 {
    margin-bottom: 1.5rem !important;
  }

  .theme-3 .lg\:mb-5 {
    margin-bottom: 2.5rem !important;
  }

  .theme-3 .lg\:mb-6 {
    margin-bottom: 3rem !important;
  }

  .theme-3 .lg\:mb-8 {
    margin-bottom: 4rem !important;
  }

  .theme-3 .lg\:mb-9 {
    margin-bottom: 6rem !important;
  }

  .theme-3 .lg\:p-3 {
    padding: 1.5rem !important;
  }

  .theme-3 .lg\:p-4 {
    padding: 2rem !important;
  }

  .theme-3 .lg\:p-5 {
    padding: 2.5rem !important;
  }

  .theme-3 .lg\:p-6 {
    padding: 3rem !important;
  }

  .theme-3 .lg\:p-8 {
    padding: 4rem !important;
  }

  .theme-3 .lg\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .theme-3 .lg\:px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .theme-3 .lg\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .theme-3 .lg\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .theme-3 .lg\:px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .theme-3 .lg\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .theme-3 .lg\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .theme-3 .lg\:py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .theme-3 .lg\:py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .theme-3 .lg\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .theme-3 .lg\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-3 .lg\:py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .theme-3 .lg\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .theme-3 .lg\:pt-0 {
    padding-top: 0 !important;
  }

  .theme-3 .lg\:pt-2 {
    padding-top: 1rem !important;
  }

  .theme-3 .lg\:pt-4 {
    padding-top: 2rem !important;
  }

  .theme-3 .lg\:pt-6 {
    padding-top: 3rem !important;
  }

  .theme-3 .lg\:pt-8 {
    padding-top: 4rem !important;
  }

  .theme-3 .lg\:pt-10 {
    padding-top: 8rem !important;
  }

  .theme-3 [dir="rtl"] .rtl\:lg\:pe-4 {
    padding-right: 2rem !important;
  }

  .theme-3 .lg\:pb-3 {
    padding-bottom: 1.5rem !important;
  }

  .theme-3 .lg\:pb-6 {
    padding-bottom: 3rem !important;
  }

  .theme-3 .lg\:pb-8 {
    padding-bottom: 4rem !important;
  }

  .theme-3 .lg\:pb-9 {
    padding-bottom: 6rem !important;
  }

  .theme-3 [dir="ltr"] .ltr\:lg\:ps-4 {
    padding-left: 2rem !important;
  }

  .theme-3 .lg\:gap-1 {
    gap: .5rem !important;
  }

  .theme-3 .lg\:gap-2 {
    gap: 1rem !important;
  }

  .theme-3 .lg\:gap-3 {
    gap: 1.5rem !important;
  }

  .theme-3 .lg\:gap-4 {
    gap: 2rem !important;
  }

  .theme-3 .lg\:gap-6 {
    gap: 3rem !important;
  }

  .theme-3 .lg\:gap-8 {
    gap: 4rem !important;
  }

  .theme-3 .lg\:gap-9 {
    gap: 6rem !important;
  }

  .theme-3 .lg\:fs-3 {
    font-size: 1.5rem !important;
  }

  .theme-3 .lg\:fs-4 {
    font-size: 1.25rem !important;
  }

  .theme-3 .lg\:fs-5 {
    font-size: 1.125rem !important;
  }

  .theme-3 .lg\:fs-6 {
    font-size: 1rem !important;
  }

  .theme-3 .lg\:text-start {
    text-align: left !important;
  }

  .theme-3 [dir="ltr"] .ltr\:lg\:text-start {
    text-align: left !important;
  }

  .theme-3 [dir="rtl"] .rtl\:lg\:text-end {
    text-align: right !important;
  }

  .theme-3 .lg\:rounded-1-5 {
    border-radius: 12px !important;
  }

  .theme-3 .lg\:rounded-2 {
    border-radius: 16px !important;
  }

  .theme-3 .lg\:rounded-3 {
    border-radius: 24px !important;
  }

  .theme-3 .lg\:rounded-4 {
    border-radius: 32px !important;
  }

  .theme-3 .lg\:rounded-pill {
    border-radius: 50rem !important;
  }

  .theme-3 .lg\:rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .theme-3 .lg\:rounded-bottom-3 {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
  }

  .theme-3 .lg\:rounded-bottom-5 {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }

  .theme-3 .lg\:rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .theme-3 .lg\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }

  .theme-3 .lg\:min-w-80px {
    min-width: 80px !important;
  }

  .theme-3 .lg\:min-w-150px {
    min-width: 150px !important;
  }

  .theme-3 .lg\:min-w-300px {
    min-width: 300px !important;
  }

  .theme-3 .lg\:min-w-1\/4 {
    min-width: 25% !important;
  }

  .theme-3 .lg\:min-h-80px {
    min-height: 80px !important;
  }

  .theme-3 .lg\:min-h-96px {
    min-height: 96px !important;
  }

  .theme-3 .lg\:min-h-100px {
    min-height: 100px !important;
  }

  .theme-3 .lg\:min-h-600px {
    min-height: 600px !important;
  }

  .theme-3 .lg\:icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }

  .theme-3 .lg\:icon-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important;
  }

  .theme-3 .lg\:hover\:scale-105:hover {
    transform: scale(1.05) !important;
  }

  .theme-3 .lg\:hover\:-translate-y-2:hover {
    transform: translateY(-1rem) !important;
  }

  .theme-3 .lg\:-rotate-2 {
    transform: rotate(-2deg) !important;
  }

  .theme-3 .lg\:rounded-top-start-0 {
    border-top-left-radius: 0 !important;
  }

  .theme-3 .lg\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important;
  }

  .theme-3 .lg\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }

  .theme-3 .lg\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }

  .theme-3 .lg\:ratio-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
}

@media (width >= 1200px) {
  .theme-3 .xl\:d-block {
    display: block !important;
  }

  .theme-3 .xl\:d-flex {
    display: flex !important;
  }

  .theme-3 .xl\:d-inline-flex {
    display: inline-flex !important;
  }

  .theme-3 .xl\:d-none {
    display: none !important;
  }

  .theme-3 .xl\:w-24px {
    width: 24px !important;
  }

  .theme-3 .xl\:w-32px {
    width: 32px !important;
  }

  .theme-3 .xl\:w-48px {
    width: 48px !important;
  }

  .theme-3 .xl\:w-56px {
    width: 56px !important;
  }

  .theme-3 .xl\:w-64px {
    width: 64px !important;
  }

  .theme-3 .xl\:w-80px {
    width: 80px !important;
  }

  .theme-3 .xl\:w-150px {
    width: 150px !important;
  }

  .theme-3 .xl\:w-250px {
    width: 250px !important;
  }

  .theme-3 .xl\:w-300px {
    width: 300px !important;
  }

  .theme-3 .xl\:w-350px {
    width: 350px !important;
  }

  .theme-3 .xl\:w-400px {
    width: 400px !important;
  }

  .theme-3 .xl\:w-450px {
    width: 450px !important;
  }

  .theme-3 .xl\:w-600px {
    width: 600px !important;
  }

  .theme-3 .xl\:w-auto {
    width: auto !important;
  }

  .theme-3 .xl\:max-w-600px {
    max-width: 600px !important;
  }

  .theme-3 .xl\:max-w-700px {
    max-width: 700px !important;
  }

  .theme-3 .xl\:max-w-800px {
    max-width: 800px !important;
  }

  .theme-3 .xl\:max-w-3\/4 {
    max-width: 75% !important;
  }

  .theme-3 .xl\:max-w-md {
    max-width: 720px !important;
  }

  .theme-3 .xl\:max-w-lg {
    max-width: 1040px !important;
  }

  .theme-3 .xl\:max-w-xl {
    max-width: 1280px !important;
  }

  .theme-3 .xl\:h-48px {
    height: 48px !important;
  }

  .theme-3 .xl\:h-56px {
    height: 56px !important;
  }

  .theme-3 .xl\:h-64px {
    height: 64px !important;
  }

  .theme-3 .xl\:h-650px {
    height: 650px !important;
  }

  .theme-3 .xl\:h-screen {
    height: 100vh !important;
  }

  .theme-3 .xl\:m-9 {
    margin: 6rem !important;
  }

  .theme-3 .xl\:my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .theme-3 .xl\:mt-1 {
    margin-top: .5rem !important;
  }

  .theme-3 .xl\:mt-2 {
    margin-top: 1rem !important;
  }

  .theme-3 .xl\:mt-4 {
    margin-top: 2rem !important;
  }

  .theme-3 .xl\:mt-6 {
    margin-top: 3rem !important;
  }

  .theme-3 .xl\:mt-8 {
    margin-top: 4rem !important;
  }

  .theme-3 .xl\:mt-9 {
    margin-top: 6rem !important;
  }

  .theme-3 .xl\:mt-10 {
    margin-top: 8rem !important;
  }

  .theme-3 .xl\:me-4 {
    margin-right: 2rem !important;
  }

  .theme-3 [dir="rtl"] .rtl\:xl\:me-4 {
    margin-right: 2rem !important;
  }

  .theme-3 [dir="ltr"] .ltr\:xl\:me-7 {
    margin-right: 3.5rem !important;
  }

  .theme-3 .xl\:mb-2 {
    margin-bottom: 1rem !important;
  }

  .theme-3 .xl\:mb-3 {
    margin-bottom: 1.5rem !important;
  }

  .theme-3 .xl\:mb-6 {
    margin-bottom: 3rem !important;
  }

  .theme-3 .xl\:mb-8 {
    margin-bottom: 4rem !important;
  }

  .theme-3 .xl\:mb-9 {
    margin-bottom: 6rem !important;
  }

  .theme-3 [dir="ltr"] .ltr\:xl\:ms-4 {
    margin-left: 2rem !important;
  }

  .theme-3 [dir="rtl"] .rtl\:xl\:ms-7 {
    margin-left: 3.5rem !important;
  }

  .theme-3 .xl\:p-3 {
    padding: 1.5rem !important;
  }

  .theme-3 .xl\:p-4 {
    padding: 2rem !important;
  }

  .theme-3 .xl\:p-5 {
    padding: 2.5rem !important;
  }

  .theme-3 .xl\:p-6 {
    padding: 3rem !important;
  }

  .theme-3 .xl\:p-8 {
    padding: 4rem !important;
  }

  .theme-3 .xl\:p-9 {
    padding: 6rem !important;
  }

  .theme-3 .xl\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .theme-3 .xl\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .theme-3 .xl\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .theme-3 .xl\:px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .theme-3 .xl\:px-9 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .theme-3 .xl\:px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .theme-3 .xl\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .theme-3 .xl\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-3 .xl\:py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .theme-3 .xl\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .theme-3 .xl\:pt-0 {
    padding-top: 0 !important;
  }

  .theme-3 .xl\:pt-9 {
    padding-top: 6rem !important;
  }

  .theme-3 .xl\:pt-10 {
    padding-top: 8rem !important;
  }

  .theme-3 [dir="rtl"] .rtl\:xl\:pe-6 {
    padding-right: 3rem !important;
  }

  .theme-3 .xl\:pb-9 {
    padding-bottom: 6rem !important;
  }

  .theme-3 .xl\:pb-10 {
    padding-bottom: 8rem !important;
  }

  .theme-3 [dir="ltr"] .ltr\:xl\:ps-6 {
    padding-left: 3rem !important;
  }

  .theme-3 .xl\:gap-1 {
    gap: .5rem !important;
  }

  .theme-3 .xl\:gap-2 {
    gap: 1rem !important;
  }

  .theme-3 .xl\:gap-3 {
    gap: 1.5rem !important;
  }

  .theme-3 .xl\:gap-4 {
    gap: 2rem !important;
  }

  .theme-3 .xl\:gap-5 {
    gap: 2.5rem !important;
  }

  .theme-3 .xl\:gap-6 {
    gap: 3rem !important;
  }

  .theme-3 .xl\:gap-8 {
    gap: 4rem !important;
  }

  .theme-3 .xl\:gap-9 {
    gap: 6rem !important;
  }

  .theme-3 .xl\:fs-2 {
    font-size: 1.75rem !important;
  }

  .theme-3 .xl\:fs-3 {
    font-size: 1.5rem !important;
  }

  .theme-3 .xl\:fs-4 {
    font-size: 1.25rem !important;
  }

  .theme-3 .xl\:fs-5 {
    font-size: 1.125rem !important;
  }

  .theme-3 .xl\:fs-6 {
    font-size: 1rem !important;
  }

  .theme-3 .xl\:rounded-2 {
    border-radius: 16px !important;
  }

  .theme-3 .xl\:rounded-3 {
    border-radius: 24px !important;
  }

  .theme-3 .xl\:min-w-200px {
    min-width: 200px !important;
  }

  .theme-3 .xl\:min-h-300px {
    min-height: 300px !important;
  }

  .theme-3 .xl\:min-h-700px {
    min-height: 700px !important;
  }

  .theme-3 .xl\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
}

.theme-3 .bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--uc-gradient-stops)) !important;
}

.theme-3 .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--uc-gradient-stops)) !important;
}

.theme-3 .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--uc-gradient-stops)) !important;
}

.theme-3 .bg-gradient-45 {
  background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important;
}

.theme-3 :where(.uc-dark) .dark\:bg-gradient-45 {
  background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important;
}

.theme-3 .to-transparent {
  --uc-gradient-to: #fff0;
}

.theme-3 .from-transparent {
  --uc-gradient-from: transparent;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-3 .via-transparent {
  --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
}

.theme-3 .from-black {
  --uc-gradient-from: #000;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-3 .to-white {
  --uc-gradient-to: white;
}

.theme-3 .from-white {
  --uc-gradient-from: #fff;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-3 .from-primary {
  --uc-gradient-from: var(--color-primary);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-3 .from-secondary {
  --uc-gradient-from: #fff3e9;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-3 .from-gray-800 {
  --uc-gradient-from: #1c1c1e;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-3 .to-gray-900 {
  --uc-gradient-to: #0e0e0f;
}

.theme-3 .to-primary-25 {
  --uc-gradient-to: #f3f5f6;
}

.theme-3 .to-primary-700 {
  --uc-gradient-to: #0d262d;
}

.theme-3 .to-primary-800 {
  --uc-gradient-to: #091a1e;
}

.theme-3 .from-indigo {
  --uc-gradient-from: #553cdf;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-3 .to-pink {
  --uc-gradient-to: #f06b9d;
}

.theme-3 .from-pink-100 {
  --uc-gradient-from: #fce1eb;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-3 .to-orange-100 {
  --uc-gradient-to: #fee1d2;
}

.theme-3 .from-tertiary {
  --uc-gradient-from: var(--bs-tertiary);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-3 .from-tertiary-200 {
  --uc-gradient-from: #f3ffbf;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-3 .from-tertiary-600 {
  --uc-gradient-from: #b5cc4b;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-3 :where(.uc-dark) .dark\:to-black {
  --uc-gradient-to: black;
}

.theme-3 :where(.uc-dark) .dark\:from-gray-700 {
  --uc-gradient-from: #29292e;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-3 :where(.uc-dark) .dark\:from-gray-800 {
  --uc-gradient-from: #1c1c1e;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-3 :where(.uc-dark) .dark\:to-gray-900 {
  --uc-gradient-to: #0e0e0f;
}

.theme-3 :where(.uc-dark) .dark\:from-primary-700 {
  --uc-gradient-from: #0d262d;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-3 :where(.uc-dark) .dark\:to-tertiary {
  --uc-gradient-to: var(--bs-tertiary);
}

.theme-3 :where(.uc-dark) .dark\:from-tertiary-200 {
  --uc-gradient-from: #f3ffbf;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-3 :where(.uc-dark) .dark\:from-tertiary-700 {
  --uc-gradient-from: #889938;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-3 :where(.uc-dark) .dark\:to-tertiary-800 {
  --uc-gradient-to: #5a6626;
}

.theme-3 :where(.uc-dark) .dark\:from-tertiary-800 {
  --uc-gradient-from: #5a6626;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

html[dir="rtl"] .theme-3 .uc-navbar-right {
  margin-left: unset;
  margin-right: auto;
}

html[dir="rtl"] .theme-3 .uc-navbar-left {
  margin-right: unset;
  margin-left: auto;
}

@font-face {
  font-family: Graphik;
  src: local(Graphik Regular), url("../media/Graphik-Regular.706b0a64.woff2"), url("../media/Graphik-Regular.239f311b.woff");
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Graphik;
  src: local(Graphik Medium), url("../media/Graphik-Medium.f39fdde9.woff2"), url("../media/Graphik-Medium.748dd576.woff");
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Graphik;
  src: local(Graphik Semibold), url("../media/Graphik-Semibold.e59c163d.woff2"), url("../media/Graphik-Semibold.e2eeba28.woff");
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Mabry Pro;
  src: local(Mabry Pro Regular), url("../media/MabryPro-Regular.716e090d.woff2"), url("../media/MabryPro-Regular.5193aa82.woff");
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 90%;
}

@font-face {
  font-family: Mabry Pro;
  src: local(Mabry Pro Bold), url("../media/MabryPro-Bold.c60ce649.woff2"), url("../media/MabryPro-Bold.fb19a5c3.woff");
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 90%;
}

@font-face {
  font-family: Degular Display;
  src: local(Degular Display Semidbold), url("../media/DegularDisplay-Semibold.8841cd6e.woff2");
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Sharp Grotesk;
  src: local(Sharp Grotesk Medium), url("../media/SharpGrotesk-Medium.3a899f7e.woff2");
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: PolySans;
  src: local(PolySans Normal), url("../media/PolySans-Normal.ce33d6dc.ttf");
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: PolySans;
  src: local(PolySans Bold), url("../media/PolySans-Medium.e69ba2ff.woff2");
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

.theme-4 {
  --font-family-primary: "PolySans", "IBM Plex Sans Arabic", sans-serif;
  --font-family-secondary: "PolySans", "IBM Plex Sans Arabic", serif;
  --font-family-tertiary: "PolySans", "IBM Plex Sans Arabic", serif;
  --font-family-serif: "Playfair Display", "IBM Plex Sans Arabic", serif;
  --font-family-script: Segoe Script, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-mono: monospace, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-weight-ultralight: 100;
  --font-weight-lighter: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-bolder: 800;
  --font-weight-ultrabold: 900;
  --font-text-family: var(--font-family-primary);
  --font-text-weight: 400;
  --font-heading-family: var(--font-family-secondary);
  --font-heading-weight: 700;
  --font-display-family: var(--font-family-secondary);
  --font-display-weight: 700;
  --font-code-family: var(--font-family-code);
  --font-code-weight: 400;
  --root-size: 1rem;
  --radius: 8px;
  --border-size: 1px;
  --border-color: #83838340;
  --shadow-color: #00000026;
  --contrast-ratio: 2;
  --breakpoints-xs: 0;
  --breakpoints-sm: 576px;
  --breakpoints-md: 768px;
  --breakpoints-lg: 992px;
  --breakpoints-xl: 1200px;
  --breakpoints-xxl: 1400px;
  --color-gray: #31393a;
  --color-gray-10: #f9f9f9;
  --color-gray-25: whitesmoke;
  --color-gray-50: #eaebeb;
  --color-gray-100: #d6d7d8;
  --color-gray-200: #adb0b0;
  --color-gray-300: #838889;
  --color-gray-400: #5a6161;
  --color-gray-500: #31393a;
  --color-gray-600: #272e2e;
  --color-gray-700: #1d2223;
  --color-gray-800: #141717;
  --color-gray-900: #0a0b0c;
  --color-slate: #6b7280;
  --color-slate-10: #fbfbfb;
  --color-slate-25: #f8f8f9;
  --color-slate-50: #f0f1f2;
  --color-slate-100: #e1e3e6;
  --color-slate-200: #c4c7cc;
  --color-slate-300: #a6aab3;
  --color-slate-400: #898e99;
  --color-slate-500: #6b7280;
  --color-slate-600: #565b66;
  --color-slate-700: #40444d;
  --color-slate-800: #2b2e33;
  --color-slate-900: #15171a;
  --color-primary: #1d2be6;
  --color-tertiary-rgb: 2, 88, 100;
  --color-primary-rgb: 147, 232, 95;
  --color-primary-10: #fcfefa;
  --color-primary-25: #fafef7;
  --color-primary-50: #f4fdef;
  --color-primary-100: #e9fadf;
  --color-primary-200: #d4f6bf;
  --color-primary-300: #bef19f;
  --color-primary-400: #a9ed7f;
  --color-primary-500: var(--color-primary);
  --color-primary-600: #76ba4c;
  --color-primary-700: #588b39;
  --color-primary-800: #3b5d26;
  --color-primary-900: #1d2e13;
  --color-secondary: #fcf0e7;
  --color-secondary-10: #fffffe;
  --color-secondary-25: #fffefe;
  --color-secondary-50: #fffefd;
  --color-secondary-100: #fefcfa;
  --color-secondary-200: #fef9f5;
  --color-secondary-300: #fdf6f1;
  --color-secondary-400: #fdf3ec;
  --color-secondary-500: #fcf0e7;
  --color-secondary-600: #cac0b9;
  --color-secondary-700: #97908b;
  --color-secondary-800: #65605c;
  --color-secondary-900: #32302e;
  --color-info: #09c;
  --color-info-10: #f7fcfd;
  --color-info-25: #f2fafc;
  --color-info-50: #e6f5fa;
  --color-info-100: #ccebf5;
  --color-info-200: #99d6eb;
  --color-info-300: #66c2e0;
  --color-info-400: #33add6;
  --color-info-500: #09c;
  --color-info-600: #007aa3;
  --color-info-700: #005c7a;
  --color-info-800: #003d52;
  --color-info-900: #001f29;
  --color-success: #4caf50;
  --color-success-10: #fafdfa;
  --color-success-25: #f6fbf6;
  --color-success-50: #edf7ee;
  --color-success-100: #dbefdc;
  --color-success-200: #b7dfb9;
  --color-success-300: #94cf96;
  --color-success-400: #70bf73;
  --color-success-500: #4caf50;
  --color-success-600: #3d8c40;
  --color-success-700: #2e6930;
  --color-success-800: #1e4620;
  --color-success-900: #0f2310;
  --color-warning: #ffb307;
  --color-warning-10: #fffdf8;
  --color-warning-25: #fffbf3;
  --color-warning-50: #fff7e6;
  --color-warning-100: #fff0cd;
  --color-warning-200: #ffe19c;
  --color-warning-300: #ffd16a;
  --color-warning-400: #ffc239;
  --color-warning-500: #ffb307;
  --color-warning-600: #cc8f06;
  --color-warning-700: #996b04;
  --color-warning-800: #664803;
  --color-warning-900: #332401;
  --color-danger: #e44b4b;
  --color-danger-10: #fefafa;
  --color-danger-25: #fef6f6;
  --color-danger-50: #fceded;
  --color-danger-100: #fadbdb;
  --color-danger-200: #f4b7b7;
  --color-danger-300: #ef9393;
  --color-danger-400: #e96f6f;
  --color-danger-500: #e44b4b;
  --color-danger-600: #b63c3c;
  --color-danger-700: #892d2d;
  --color-danger-800: #5b1e1e;
  --color-danger-900: #2e0f0f;
  --color-blue: #078af3;
  --color-blue-10: #f8fbff;
  --color-blue-25: #f3f9fe;
  --color-blue-50: #e6f3fe;
  --color-blue-100: #cde8fd;
  --color-blue-200: #9cd0fa;
  --color-blue-300: #6ab9f8;
  --color-blue-400: #39a1f5;
  --color-blue-500: #078af3;
  --color-blue-600: #066ec2;
  --color-blue-700: #045392;
  --color-blue-800: #033761;
  --color-blue-900: #011c31;
  --color-indigo: #553cdf;
  --color-indigo-10: #faf9fe;
  --color-indigo-25: #f7f5fd;
  --color-indigo-50: #eeecfc;
  --color-indigo-100: #ddd8f9;
  --color-indigo-200: #bbb1f2;
  --color-indigo-300: #998aec;
  --color-indigo-400: #7763e5;
  --color-indigo-500: #553cdf;
  --color-indigo-600: #4430b2;
  --color-indigo-700: #332486;
  --color-indigo-800: #221859;
  --color-indigo-900: #110c2d;
  --color-purple: #8921e4;
  --color-purple-10: #fbf8fe;
  --color-purple-25: #f9f4fe;
  --color-purple-50: #f3e9fc;
  --color-purple-100: #e7d3fa;
  --color-purple-200: #d0a6f4;
  --color-purple-300: #b87aef;
  --color-purple-400: #a14de9;
  --color-purple-500: #8921e4;
  --color-purple-600: #6e1ab6;
  --color-purple-700: #521489;
  --color-purple-800: #370d5b;
  --color-purple-900: #1b072e;
  --color-red: #ea4335;
  --color-red-10: #fef9f9;
  --color-red-25: #fef6f5;
  --color-red-50: #fdeceb;
  --color-red-100: #fbd9d7;
  --color-red-200: #f7b4ae;
  --color-red-300: #f28e86;
  --color-red-400: #ee695d;
  --color-red-500: #ea4335;
  --color-red-600: #bb362a;
  --color-red-700: #8c2820;
  --color-red-800: #5e1b15;
  --color-red-900: #2f0d0b;
  --color-rose: #d20e4f;
  --color-rose-10: #fef8fa;
  --color-rose-25: #fdf3f6;
  --color-rose-50: #fbe7ed;
  --color-rose-100: #f6cfdc;
  --color-rose-200: #ed9fb9;
  --color-rose-300: #e46e95;
  --color-rose-400: #db3e72;
  --color-rose-500: #d20e4f;
  --color-rose-600: #a80b3f;
  --color-rose-700: #7e082f;
  --color-rose-800: #540620;
  --color-rose-900: #2a0310;
  --color-pink: #f06b9d;
  --color-pink-10: #fffbfc;
  --color-pink-25: #fef8fa;
  --color-pink-50: #fef0f5;
  --color-pink-100: #fce1eb;
  --color-pink-200: #f9c4d8;
  --color-pink-300: #f6a6c4;
  --color-pink-400: #f389b1;
  --color-pink-500: #f06b9d;
  --color-pink-600: #c0567e;
  --color-pink-700: #90405e;
  --color-pink-800: #602b3f;
  --color-pink-900: #30151f;
  --color-orange: #fb6b1e;
  --color-orange-10: #fffbf8;
  --color-orange-25: #fff8f4;
  --color-orange-50: #fff0e9;
  --color-orange-100: #fee1d2;
  --color-orange-200: #fdc4a5;
  --color-orange-300: #fda678;
  --color-orange-400: #fc894b;
  --color-orange-500: #fb6b1e;
  --color-orange-600: #c95618;
  --color-orange-700: #974012;
  --color-orange-800: #642b0c;
  --color-orange-900: #321506;
  --color-yellow: #fcbc05;
  --color-yellow-10: #fffdf8;
  --color-yellow-25: #fffcf3;
  --color-yellow-50: #fff8e6;
  --color-yellow-100: #fef2cd;
  --color-yellow-200: #fee49b;
  --color-yellow-300: #fdd769;
  --color-yellow-400: #fdc937;
  --color-yellow-500: #fcbc05;
  --color-yellow-600: #ca9604;
  --color-yellow-700: #977103;
  --color-yellow-800: #654b02;
  --color-yellow-900: #322601;
  --color-green: #34a853;
  --color-green-10: #f9fcfa;
  --color-green-25: #f5fbf6;
  --color-green-50: #ebf6ee;
  --color-green-100: #d6eedd;
  --color-green-200: #aedcba;
  --color-green-300: #85cb98;
  --color-green-400: #5db975;
  --color-green-500: #34a853;
  --color-green-600: #2a8642;
  --color-green-700: #1f6532;
  --color-green-800: #154321;
  --color-green-900: #0a2211;
  --color-lime: #aef359;
  --color-lime-10: #fdfffa;
  --color-lime-25: #fbfef7;
  --color-lime-50: #f7feee;
  --color-lime-100: #effdde;
  --color-lime-200: #dffabd;
  --color-lime-300: #cef89b;
  --color-lime-400: #bef57a;
  --color-lime-500: #aef359;
  --color-lime-600: #8bc247;
  --color-lime-700: #689235;
  --color-lime-800: #466124;
  --color-lime-900: #233112;
  --color-teal: #06f6c6;
  --color-teal-10: #f8fffd;
  --color-teal-25: #f3fffc;
  --color-teal-50: #e6fef9;
  --color-teal-100: #cdfdf4;
  --color-teal-200: #9bfbe8;
  --color-teal-300: #6afadd;
  --color-teal-400: #38f8d1;
  --color-teal-500: #06f6c6;
  --color-teal-600: #05c59e;
  --color-teal-700: #049477;
  --color-teal-800: #02624f;
  --color-teal-900: #013128;
  --color-cyan: #38e1ff;
  --color-cyan-10: #f9feff;
  --color-cyan-25: #f5feff;
  --color-cyan-50: #ebfcff;
  --color-cyan-100: #d7f9ff;
  --color-cyan-200: #aff3ff;
  --color-cyan-300: #88edff;
  --color-cyan-400: #60e7ff;
  --color-cyan-500: #38e1ff;
  --color-cyan-600: #2db4cc;
  --color-cyan-700: #228799;
  --color-cyan-800: #165a66;
  --color-cyan-900: #0b2d33;
  --color-tertiary: #025864;
  --color-tertiary-10: #f7fafa;
  --color-tertiary-25: #f2f7f7;
  --color-tertiary-50: #e6eef0;
  --color-tertiary-100: #ccdee0;
  --color-tertiary-200: #9abcc1;
  --color-tertiary-300: #679ba2;
  --color-tertiary-400: #357983;
  --color-tertiary-500: #025864;
  --color-tertiary-600: #024650;
  --color-tertiary-700: #01353c;
  --color-tertiary-800: #012328;
  --color-tertiary-900: #001214;
  --color-quaternary: #d4d7c2;
  --color-quaternary-10: #fefefd;
  --color-quaternary-25: #fdfdfc;
  --color-quaternary-50: #fbfbf9;
  --color-quaternary-100: #f6f7f3;
  --color-quaternary-200: #eeefe7;
  --color-quaternary-300: #e5e7da;
  --color-quaternary-400: #dddfce;
  --color-quaternary-500: #d4d7c2;
  --color-quaternary-600: #aaac9b;
  --color-quaternary-700: #7f8174;
  --color-quaternary-800: #55564e;
  --color-quaternary-900: #2a2b27;
  --colors-accent-primary: var(--color-primary);
  --colors-accent-secondary: var(--color-secondary);
  --colors-accent-success: var(--color-success);
  --colors-accent-warning: var(--color-warning);
  --colors-accent-danger: var(--color-danger);
  --colors-accent-muted: var(--color-gray-400);
  --colors-button-primary: var(--color-primary);
  --colors-button-secondary: var(--color-secondary);
  --colors-button-success: var(--color-success);
  --colors-button-warning: var(--color-warning);
  --colors-button-danger: var(--color-danger);
  --colors-button-muted: var(--color-muted);
  --colors-button-primary-hover: var(--color-primary-600);
  --colors-button-secondary-hover: var(--color-secondary-600);
  --colors-button-success-hover: var(--color-success-600);
  --colors-button-warning-hover: var(--color-warning-600);
  --colors-button-danger-hover: var(--color-danger-600);
  --colors-button-muted-hover: var(--color-muted-600);
  --colors-form-primary: var(--color-primary);
  --colors-form-secondary: var(--color-secondary);
  --colors-form-success: var(--color-success);
  --colors-form-warning: var(--color-warning);
  --colors-form-danger: var(--color-danger);
  --colors-form-muted: var(--color-muted);
  --colors-card-primary: var(--color-primary);
  --colors-card-secondary: var(--color-secondary);
  --colors-card-success: var(--color-success);
  --colors-card-warning: var(--color-warning);
  --colors-card-danger: var(--color-danger);
  --colors-card-muted: var(--color-muted);
  --colors-background-primary: var(--color-primary);
  --colors-background-secondary: var(--color-secondary);
  --colors-background-success: var(--color-success);
  --colors-background-warning: var(--color-warning);
  --colors-background-danger: var(--color-danger);
  --colors-background-muted: var(--color-muted);
  --colors-text-primary: var(--color-primary);
  --colors-text-secondary: var(--color-secondary);
  --colors-text-success: var(--color-success);
  --colors-text-warning: var(--color-warning);
  --colors-text-danger: var(--color-danger);
  --colors-text-muted: var(--color-muted);
  --colors-label-primary: var(--color-primary);
  --colors-label-secondary: var(--color-secondary);
  --colors-label-success: var(--color-success);
  --colors-label-warning: var(--color-warning);
  --colors-label-danger: var(--color-danger);
  --colors-label-muted: var(--color-muted);
  --colors-alert-primary: var(--color-primary);
  --colors-alert-secondary: var(--color-secondary);
  --colors-alert-success: var(--color-success);
  --colors-alert-warning: var(--color-warning);
  --colors-alert-danger: var(--color-danger);
  --colors-alert-muted: var(--color-muted);
  --sizes-text-3xs-size: .75rem;
  --sizes-text-3xs-lh: 1.5;
  --sizes-text-3xs-lp: 0rem;
  --sizes-text-2xs-size: .875rem;
  --sizes-text-2xs-lh: 1.5;
  --sizes-text-2xs-lp: 0rem;
  --sizes-text-xs-size: 1rem;
  --sizes-text-xs-lh: 1.5;
  --sizes-text-xs-lp: 0rem;
  --sizes-text-sm-size: 1.125rem;
  --sizes-text-sm-lh: 1.5;
  --sizes-text-sm-lp: 0rem;
  --sizes-text-md-size: 1.25rem;
  --sizes-text-md-lh: 1.5;
  --sizes-text-md-lp: 0rem;
  --sizes-text-lg-size: 1.5rem;
  --sizes-text-lg-lh: 1.5;
  --sizes-text-lg-lp: 0rem;
  --sizes-text-xl-size: 1.75rem;
  --sizes-text-xl-lh: 1.5;
  --sizes-text-xl-lp: 0rem;
  --sizes-text-2xl-size: 2rem;
  --sizes-text-2xl-lh: 1.5;
  --sizes-text-2xl-lp: 0rem;
  --sizes-heading-display-1-size: 8rem;
  --sizes-heading-display-1-lh: 1;
  --sizes-heading-display-1-lp: -.16rem;
  --sizes-heading-display-2-size: 6rem;
  --sizes-heading-display-2-lh: 1;
  --sizes-heading-display-2-lp: -.12rem;
  --sizes-heading-display-3-size: 5rem;
  --sizes-heading-display-3-lh: 1;
  --sizes-heading-display-3-lp: -.1rem;
  --sizes-heading-display-4-size: 4.5rem;
  --sizes-heading-display-4-lh: 1;
  --sizes-heading-display-4-lp: -.09rem;
  --sizes-heading-display-5-size: 4rem;
  --sizes-heading-display-5-lh: 1;
  --sizes-heading-display-5-lp: -.08rem;
  --sizes-heading-display-6-size: 3.25rem;
  --sizes-heading-display-6-lh: 1;
  --sizes-heading-display-6-lp: -.07rem;
  --sizes-heading-h1-size: 3rem;
  --sizes-heading-h1-lh: 1.1;
  --sizes-heading-h1-lp: -.06rem;
  --sizes-heading-h2-size: 2.5rem;
  --sizes-heading-h2-lh: 1.1;
  --sizes-heading-h2-lp: -.04rem;
  --sizes-heading-h3-size: 2rem;
  --sizes-heading-h3-lh: 1.1;
  --sizes-heading-h3-lp: -.035rem;
  --sizes-heading-h4-size: 1.5rem;
  --sizes-heading-h4-lh: 1.2;
  --sizes-heading-h4-lp: -.03rem;
  --sizes-heading-h5-size: 1.25rem;
  --sizes-heading-h5-lh: 1.2;
  --sizes-heading-h5-lp: -.02rem;
  --sizes-heading-h6-size: 1.125rem;
  --sizes-heading-h6-lh: 1.2;
  --sizes-heading-h6-lp: -.02rem;
  --sizes-container-xs: 784px;
  --sizes-container-sm: 992px;
  --sizes-container-md: 1200px;
  --sizes-container-lg: 1376px;
  --sizes-container-xl: 1600px;
  --sizes-grid-narrow: .25rem;
  --sizes-grid-2xs: .5rem;
  --sizes-grid-xs: 1rem;
  --sizes-grid-sm: 1.5rem;
  --sizes-grid-md: 2rem;
  --sizes-grid-lg: 2.5rem;
  --sizes-grid-xl: 3rem;
  --sizes-grid-2xl: 3.5rem;
  --sizes-grid-3xl: 4rem;
  --sizes-grid-4xl: 5rem;
  --sizes-grid-5xl: 8rem;
  --sizes-spacing-narrow: .25rem;
  --sizes-spacing-2xs: .5rem;
  --sizes-spacing-xs: 1rem;
  --sizes-spacing-sm: 1.5rem;
  --sizes-spacing-md: 2rem;
  --sizes-spacing-lg: 2.5rem;
  --sizes-spacing-xl: 3rem;
  --sizes-spacing-2xl: 3.5rem;
  --sizes-spacing-3xl: 4rem;
  --sizes-spacing-4xl: 6rem;
  --sizes-spacing-5xl: 8rem;
  --sizes-button-height: 48px;
  --sizes-button-px: 1rem;
  --sizes-button-text: 1rem;
  --sizes-button-radius: var(--radius);
  --sizes-button-2xs-height: 24px;
  --sizes-button-2xs-px: .25rem;
  --sizes-button-2xs-text: .8rem;
  --sizes-button-2xs-radius: var(--radius);
  --sizes-button-xs-height: 32px;
  --sizes-button-xs-px: .5rem;
  --sizes-button-xs-text: .825rem;
  --sizes-button-xs-radius: var(--radius);
  --sizes-button-sm-height: 40px;
  --sizes-button-sm-px: .75rem;
  --sizes-button-sm-text: 1rem;
  --sizes-button-sm-radius: var(--radius);
  --sizes-button-md-height: 48px;
  --sizes-button-md-px: 1rem;
  --sizes-button-md-text: 1rem;
  --sizes-button-md-radius: var(--radius);
  --sizes-button-lg-height: 56px;
  --sizes-button-lg-px: 1.5rem;
  --sizes-button-lg-text: 1.125rem;
  --sizes-button-lg-radius: var(--radius);
  --sizes-button-xl-height: 64px;
  --sizes-button-xl-px: 2rem;
  --sizes-button-xl-text: 1.25rem;
  --sizes-button-xl-radius: var(--radius);
  --sizes-button-2xl-height: 80px;
  --sizes-button-2xl-px: 3rem;
  --sizes-button-2xl-text: 1.5rem;
  --sizes-button-2xl-radius: var(--radius);
  --sizes-form-height: 48px;
  --sizes-form-px: 1rem;
  --sizes-form-text: 1rem;
  --sizes-form-2xs-height: 24px;
  --sizes-form-2xs-px: .5rem;
  --sizes-form-2xs-text: .75rem;
  --sizes-form-xs-height: 32px;
  --sizes-form-xs-px: .5rem;
  --sizes-form-xs-text: .875rem;
  --sizes-form-sm-height: 40px;
  --sizes-form-sm-px: .75rem;
  --sizes-form-sm-text: 1rem;
  --sizes-form-md-height: 48px;
  --sizes-form-md-px: 1rem;
  --sizes-form-md-text: 1rem;
  --sizes-form-lg-height: 56px;
  --sizes-form-lg-px: 1.5rem;
  --sizes-form-lg-text: 1.125rem;
  --sizes-form-xl-height: 64px;
  --sizes-form-xl-px: 1.25rem;
  --sizes-form-xl-text: 1.25rem;
  --sizes-form-2xl-height: 80px;
  --sizes-form-2xl-px: 1.5rem;
  --sizes-form-2xl-text: 1.5rem;
  --sizes-icon-2xs: 16px;
  --sizes-icon-xs: 20px;
  --sizes-icon-sm: 24px;
  --sizes-icon-md: 32px;
  --sizes-icon-lg: 48px;
  --sizes-icon-xl: 64px;
  --sizes-icon-2xl: 80px;
  --sizes-rouneded-: var(--radius);
  --sizes-rouneded-1: 4px;
  --sizes-rouneded-2: 16px;
  --sizes-rouneded-3: 24px;
  --sizes-rouneded-4: 32px;
  --sizes-rouneded-5: 40px;
  --sizes-rouneded-6: 48px;
  --sizes-rouneded-7: 56px;
  --sizes-rouneded-8: 64px;
  --sizes-blur-1: 4px;
  --sizes-blur-2: 8px;
  --sizes-blur-3: 16px;
  --sizes-blur-4: 24px;
  --sizes-blur-5: 32px;
  --sizes-blur-6: 48px;
  --sizes-blur-7: 64px;
  --sizes-blur-8: 80px;
  --sizes-blur-9: 96px;
  --sizes-blur-10: 128px;
  --sizes-shadow-xs: 0 .125rem .25rem -.1rem var(--shadow-color);
  --sizes-shadow-sm: 0 .25rem .5rem -.1rem var(--shadow-color);
  --sizes-shadow: 0 .5rem 1rem -.1rem var(--shadow-color);
  --sizes-shadow-lg: 0 1rem 1.5rem -.1rem var(--shadow-color);
  --sizes-shadow-xl: 0 1.5rem 2rem -.1rem var(--shadow-color);
  --sizes-shadow-2xl: 0 2rem 2.5rem -.1rem var(--shadow-color);
  --sizes-table-xs: .5rem;
  --sizes-table-sm: .75rem;
  --sizes-table: 1rem;
  --sizes-table-md: 1.25rem;
  --sizes-table-lg: 1.5rem;
  --body-font-typeface: var(--font-text-family);
  --body-font-size: var(--root-size);
  --body-font-weight: var(--font-text-weight);
  --body-font-spacing: normal;
  --body-color-background: transparent;
  --body-color-text: var(--color-gray-900);
  --heading-font-typeface: var(--font-heading-family);
  --heading-font-weight: var(--font-heading-weight);
  --heading-font-style: normal;
  --heading-font-spacing: normal;
  --heading-font-transform: initial;
  --heading-color-text: inherit;
  --link-color-text: var(--color-primary);
  --link-color-text-hover: var(--color-primary-60);
  --button-font-typeface: var(--font-family-tertiary);
  --button-font-weight: 700;
  --button-font-line-height: initial;
  --button-font-spacing: normal;
  --button-font-transform: initial;
  --button-border-width: 2px;
  --button-border-radius: var(--radius);
  --button-color-text: white;
  --form-font-typeface: var(--font-text-family);
  --form-font-size: var(--sizes-form-medium-text);
  --form-font-weight: 400;
  --form-font-line-height: 1.25rem;
  --form-font-spacing: normal;
  --form-font-transform: initial;
  --form-color-text: var(--color-gray-900);
  --form-color-background: #9b9b9b26;
  --form-color-background-hover: #9b9b9b33;
  --form-color-background-disable: #9b9b9b66;
  --form-color-background-primary: var(--color-primary);
  --form-color-background-primary-hover: var(--color-primary-60);
  --form-color-placeholder: #9b9b9bb3;
  --form-border-width: 0;
  --form-border-color: var(--border-color);
  --form-border-radius: var(--radius);
  --form-shadow-default: 0 0 0 1px var(--border-color);
  --form-shadow-hover: 0 0 0 1px var(--border-color);
  --form-shadow-focus: 0 0 0 2px var(--color-primary);
  --form-height: var(--sizes-form-medium-height);
  --form-dark-color-text: var(--color-white);
  --form-dark-color-background: #9b9b9b26;
  --form-dark-color-background-hover: #9b9b9b33;
  --form-dark-color-background-disable: #9b9b9b66;
  --form-dark-color-background-primary: var(--color-primary);
  --form-dark-color-background-primary-hover: var(--color-primary-60);
  --form-dark-color-placeholder: #9b9b9b80;
  --tab-font-size: var(--sizes-form-medium-text);
  --tab-font-weight: 700;
  --tab-font-spacing: normal;
  --tab-font-transform: initial;
  --tab-color-text: var(--color-gray-700);
  --tab-color-text-hover: var(--color-gray-800);
  --tab-color-text-active: var(--color-gray-900);
  --tab-border-width: 4px;
  --tab-border-color: var(--color-primary);
  --tab-border-radius: var(--radius);
  --tab-display: inline-flex;
  --tab-align-text: center;
  --tab-margin: 0;
  --tab-padding: 5px;
  --accordion-font-size: var(--sizes-form-large-text);
  --accordion-font-weight: 700;
  --accordion-font-spacing: normal;
  --accordion-font-transform: initial;
  --accordion-color-text: var(--color-gray-900);
  --accordion-color-text-active: var(--color-primary);
  --accordion-border-width: 1px;
  --accordion-border-color: var(--border-color);
  --accordion-margin: 20px;
  --accordion-padding: 20px;
  --alert-font-size: var(--sizes-form-medium-text);
  --alert-font-weight: 400;
  --alert-font-style: normal;
  --alert-font-spacing: normal;
  --alert-font-transform: initial;
  --alert-color-background: var(--color-gray-100);
  --alert-color-text: var(--color-gray-900);
  --alert-border-width: 0;
  --alert-border-radius: var(--radius);
  --alert-padding: 15px;
  font-family: var(--body-font-typeface);
  font-size: var(--body-font-size, 1rem);
  font-weight: var(--body-font-weight, 400);
  letter-spacing: var(--body-font-spacing, normal);
  background-color: var(--body-color-background, inherit);
  color: var(--body-color-text, inherit);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: var(--body-font-typeface);
  font-size: var(--body-font-size, 1rem);
  font-weight: var(--body-font-weight, 400);
  letter-spacing: var(--body-font-spacing, normal);
  background-color: var(--body-color-background, inherit);
  color: var(--body-color-text, inherit);
  font-variant-numeric: lining-nums;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: var(--color-primary);
  --bs-secondary: #fcf0e7;
  --bs-success: #4caf50;
  --bs-info: #09c;
  --bs-warning: #ffb307;
  --bs-danger: #e44b4b;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-gray: #31393a;
  --bs-gray-10: #f9f9f9;
  --bs-gray-25: whitesmoke;
  --bs-gray-50: #eaebeb;
  --bs-gray-100: #d6d7d8;
  --bs-gray-200: #adb0b0;
  --bs-gray-300: #838889;
  --bs-gray-400: #5a6161;
  --bs-gray-500: #31393a;
  --bs-gray-600: #272e2e;
  --bs-gray-700: #1d2223;
  --bs-gray-800: #141717;
  --bs-gray-900: #0a0b0c;
  --bs-slate: #6b7280;
  --bs-slate-10: #fbfbfb;
  --bs-slate-25: #f8f8f9;
  --bs-slate-50: #f0f1f2;
  --bs-slate-100: #e1e3e6;
  --bs-slate-200: #c4c7cc;
  --bs-slate-300: #a6aab3;
  --bs-slate-400: #898e99;
  --bs-slate-500: #6b7280;
  --bs-slate-600: #565b66;
  --bs-slate-700: #40444d;
  --bs-slate-800: #2b2e33;
  --bs-slate-900: #15171a;
  --bs-primary-10: #fcfefa;
  --bs-primary-25: #fafef7;
  --bs-primary-50: #f4fdef;
  --bs-primary-100: #e9fadf;
  --bs-primary-200: #d4f6bf;
  --bs-primary-300: #bef19f;
  --bs-primary-400: #a9ed7f;
  --bs-primary-500: var(--color-primary);
  --bs-primary-600: #76ba4c;
  --bs-primary-700: #588b39;
  --bs-primary-800: #3b5d26;
  --bs-primary-900: #1d2e13;
  --bs-secondary-10: #fffffe;
  --bs-secondary-25: #fffefe;
  --bs-secondary-50: #fffefd;
  --bs-secondary-100: #fefcfa;
  --bs-secondary-200: #fef9f5;
  --bs-secondary-300: #fdf6f1;
  --bs-secondary-400: #fdf3ec;
  --bs-secondary-500: #fcf0e7;
  --bs-secondary-600: #cac0b9;
  --bs-secondary-700: #97908b;
  --bs-secondary-800: #65605c;
  --bs-secondary-900: #32302e;
  --bs-info-10: #f7fcfd;
  --bs-info-25: #f2fafc;
  --bs-info-50: #e6f5fa;
  --bs-info-100: #ccebf5;
  --bs-info-200: #99d6eb;
  --bs-info-300: #66c2e0;
  --bs-info-400: #33add6;
  --bs-info-500: #09c;
  --bs-info-600: #007aa3;
  --bs-info-700: #005c7a;
  --bs-info-800: #003d52;
  --bs-info-900: #001f29;
  --bs-success-10: #fafdfa;
  --bs-success-25: #f6fbf6;
  --bs-success-50: #edf7ee;
  --bs-success-100: #dbefdc;
  --bs-success-200: #b7dfb9;
  --bs-success-300: #94cf96;
  --bs-success-400: #70bf73;
  --bs-success-500: #4caf50;
  --bs-success-600: #3d8c40;
  --bs-success-700: #2e6930;
  --bs-success-800: #1e4620;
  --bs-success-900: #0f2310;
  --bs-warning-10: #fffdf8;
  --bs-warning-25: #fffbf3;
  --bs-warning-50: #fff7e6;
  --bs-warning-100: #fff0cd;
  --bs-warning-200: #ffe19c;
  --bs-warning-300: #ffd16a;
  --bs-warning-400: #ffc239;
  --bs-warning-500: #ffb307;
  --bs-warning-600: #cc8f06;
  --bs-warning-700: #996b04;
  --bs-warning-800: #664803;
  --bs-warning-900: #332401;
  --bs-danger-10: #fefafa;
  --bs-danger-25: #fef6f6;
  --bs-danger-50: #fceded;
  --bs-danger-100: #fadbdb;
  --bs-danger-200: #f4b7b7;
  --bs-danger-300: #ef9393;
  --bs-danger-400: #e96f6f;
  --bs-danger-500: #e44b4b;
  --bs-danger-600: #b63c3c;
  --bs-danger-700: #892d2d;
  --bs-danger-800: #5b1e1e;
  --bs-danger-900: #2e0f0f;
  --bs-blue: #078af3;
  --bs-blue-10: #f8fbff;
  --bs-blue-25: #f3f9fe;
  --bs-blue-50: #e6f3fe;
  --bs-blue-100: #cde8fd;
  --bs-blue-200: #9cd0fa;
  --bs-blue-300: #6ab9f8;
  --bs-blue-400: #39a1f5;
  --bs-blue-500: #078af3;
  --bs-blue-600: #066ec2;
  --bs-blue-700: #045392;
  --bs-blue-800: #033761;
  --bs-blue-900: #011c31;
  --bs-indigo: #553cdf;
  --bs-indigo-10: #faf9fe;
  --bs-indigo-25: #f7f5fd;
  --bs-indigo-50: #eeecfc;
  --bs-indigo-100: #ddd8f9;
  --bs-indigo-200: #bbb1f2;
  --bs-indigo-300: #998aec;
  --bs-indigo-400: #7763e5;
  --bs-indigo-500: #553cdf;
  --bs-indigo-600: #4430b2;
  --bs-indigo-700: #332486;
  --bs-indigo-800: #221859;
  --bs-indigo-900: #110c2d;
  --bs-purple: #8921e4;
  --bs-purple-10: #fbf8fe;
  --bs-purple-25: #f9f4fe;
  --bs-purple-50: #f3e9fc;
  --bs-purple-100: #e7d3fa;
  --bs-purple-200: #d0a6f4;
  --bs-purple-300: #b87aef;
  --bs-purple-400: #a14de9;
  --bs-purple-500: #8921e4;
  --bs-purple-600: #6e1ab6;
  --bs-purple-700: #521489;
  --bs-purple-800: #370d5b;
  --bs-purple-900: #1b072e;
  --bs-red: #ea4335;
  --bs-red-10: #fef9f9;
  --bs-red-25: #fef6f5;
  --bs-red-50: #fdeceb;
  --bs-red-100: #fbd9d7;
  --bs-red-200: #f7b4ae;
  --bs-red-300: #f28e86;
  --bs-red-400: #ee695d;
  --bs-red-500: #ea4335;
  --bs-red-600: #bb362a;
  --bs-red-700: #8c2820;
  --bs-red-800: #5e1b15;
  --bs-red-900: #2f0d0b;
  --bs-rose: #d20e4f;
  --bs-rose-10: #fef8fa;
  --bs-rose-25: #fdf3f6;
  --bs-rose-50: #fbe7ed;
  --bs-rose-100: #f6cfdc;
  --bs-rose-200: #ed9fb9;
  --bs-rose-300: #e46e95;
  --bs-rose-400: #db3e72;
  --bs-rose-500: #d20e4f;
  --bs-rose-600: #a80b3f;
  --bs-rose-700: #7e082f;
  --bs-rose-800: #540620;
  --bs-rose-900: #2a0310;
  --bs-pink: #f06b9d;
  --bs-pink-10: #fffbfc;
  --bs-pink-25: #fef8fa;
  --bs-pink-50: #fef0f5;
  --bs-pink-100: #fce1eb;
  --bs-pink-200: #f9c4d8;
  --bs-pink-300: #f6a6c4;
  --bs-pink-400: #f389b1;
  --bs-pink-500: #f06b9d;
  --bs-pink-600: #c0567e;
  --bs-pink-700: #90405e;
  --bs-pink-800: #602b3f;
  --bs-pink-900: #30151f;
  --bs-orange: #fb6b1e;
  --bs-orange-10: #fffbf8;
  --bs-orange-25: #fff8f4;
  --bs-orange-50: #fff0e9;
  --bs-orange-100: #fee1d2;
  --bs-orange-200: #fdc4a5;
  --bs-orange-300: #fda678;
  --bs-orange-400: #fc894b;
  --bs-orange-500: #fb6b1e;
  --bs-orange-600: #c95618;
  --bs-orange-700: #974012;
  --bs-orange-800: #642b0c;
  --bs-orange-900: #321506;
  --bs-yellow: #fcbc05;
  --bs-yellow-10: #fffdf8;
  --bs-yellow-25: #fffcf3;
  --bs-yellow-50: #fff8e6;
  --bs-yellow-100: #fef2cd;
  --bs-yellow-200: #fee49b;
  --bs-yellow-300: #fdd769;
  --bs-yellow-400: #fdc937;
  --bs-yellow-500: #fcbc05;
  --bs-yellow-600: #ca9604;
  --bs-yellow-700: #977103;
  --bs-yellow-800: #654b02;
  --bs-yellow-900: #322601;
  --bs-green: #34a853;
  --bs-green-10: #f9fcfa;
  --bs-green-25: #f5fbf6;
  --bs-green-50: #ebf6ee;
  --bs-green-100: #d6eedd;
  --bs-green-200: #aedcba;
  --bs-green-300: #85cb98;
  --bs-green-400: #5db975;
  --bs-green-500: #34a853;
  --bs-green-600: #2a8642;
  --bs-green-700: #1f6532;
  --bs-green-800: #154321;
  --bs-green-900: #0a2211;
  --bs-lime: #aef359;
  --bs-lime-10: #fdfffa;
  --bs-lime-25: #fbfef7;
  --bs-lime-50: #f7feee;
  --bs-lime-100: #effdde;
  --bs-lime-200: #dffabd;
  --bs-lime-300: #cef89b;
  --bs-lime-400: #bef57a;
  --bs-lime-500: #aef359;
  --bs-lime-600: #8bc247;
  --bs-lime-700: #689235;
  --bs-lime-800: #466124;
  --bs-lime-900: #233112;
  --bs-teal: #06f6c6;
  --bs-teal-10: #f8fffd;
  --bs-teal-25: #f3fffc;
  --bs-teal-50: #e6fef9;
  --bs-teal-100: #cdfdf4;
  --bs-teal-200: #9bfbe8;
  --bs-teal-300: #6afadd;
  --bs-teal-400: #38f8d1;
  --bs-teal-500: #06f6c6;
  --bs-teal-600: #05c59e;
  --bs-teal-700: #049477;
  --bs-teal-800: #02624f;
  --bs-teal-900: #013128;
  --bs-cyan: #38e1ff;
  --bs-cyan-10: #f9feff;
  --bs-cyan-25: #f5feff;
  --bs-cyan-50: #ebfcff;
  --bs-cyan-100: #d7f9ff;
  --bs-cyan-200: #aff3ff;
  --bs-cyan-300: #88edff;
  --bs-cyan-400: #60e7ff;
  --bs-cyan-500: #38e1ff;
  --bs-cyan-600: #2db4cc;
  --bs-cyan-700: #228799;
  --bs-cyan-800: #165a66;
  --bs-cyan-900: #0b2d33;
  --bs-tertiary: #025864;
  --bs-tertiary-10: #f7fafa;
  --bs-tertiary-25: #f2f7f7;
  --bs-tertiary-50: #e6eef0;
  --bs-tertiary-100: #ccdee0;
  --bs-tertiary-200: #9abcc1;
  --bs-tertiary-300: #679ba2;
  --bs-tertiary-400: #357983;
  --bs-tertiary-500: #025864;
  --bs-tertiary-600: #024650;
  --bs-tertiary-700: #01353c;
  --bs-tertiary-800: #012328;
  --bs-tertiary-900: #001214;
  --bs-quaternary: #d4d7c2;
  --bs-quaternary-10: #fefefd;
  --bs-quaternary-25: #fdfdfc;
  --bs-quaternary-50: #fbfbf9;
  --bs-quaternary-100: #f6f7f3;
  --bs-quaternary-200: #eeefe7;
  --bs-quaternary-300: #e5e7da;
  --bs-quaternary-400: #dddfce;
  --bs-quaternary-500: #d4d7c2;
  --bs-quaternary-600: #aaac9b;
  --bs-quaternary-700: #7f8174;
  --bs-quaternary-800: #55564e;
  --bs-quaternary-900: #2a2b27;
  --bs-primary-rgb: var(--color-primary-rgb);
  --bs-secondary-rgb: 252, 240, 231;
  --bs-success-rgb: 76, 175, 80;
  --bs-info-rgb: 0, 153, 204;
  --bs-warning-rgb: 255, 179, 7;
  --bs-danger-rgb: 228, 75, 75;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-gray-rgb: 49, 57, 58;
  --bs-gray-10-rgb: 249, 249, 249;
  --bs-gray-25-rgb: 245, 245, 245;
  --bs-gray-50-rgb: 234, 235, 235;
  --bs-gray-100-rgb: 214, 215, 216;
  --bs-gray-200-rgb: 173, 176, 176;
  --bs-gray-300-rgb: 131, 136, 137;
  --bs-gray-400-rgb: 90, 97, 97;
  --bs-gray-500-rgb: 49, 57, 58;
  --bs-gray-600-rgb: 39, 46, 46;
  --bs-gray-700-rgb: 29, 34, 35;
  --bs-gray-800-rgb: 20, 23, 23;
  --bs-gray-900-rgb: 10, 11, 12;
  --bs-slate-rgb: 107, 114, 128;
  --bs-slate-10-rgb: 251, 251, 251;
  --bs-slate-25-rgb: 248, 248, 249;
  --bs-slate-50-rgb: 240, 241, 242;
  --bs-slate-100-rgb: 225, 227, 230;
  --bs-slate-200-rgb: 196, 199, 204;
  --bs-slate-300-rgb: 166, 170, 179;
  --bs-slate-400-rgb: 137, 142, 153;
  --bs-slate-500-rgb: 107, 114, 128;
  --bs-slate-600-rgb: 86, 91, 102;
  --bs-slate-700-rgb: 64, 68, 77;
  --bs-slate-800-rgb: 43, 46, 51;
  --bs-slate-900-rgb: 21, 23, 26;
  --bs-primary-10-rgb: 252, 254, 250;
  --bs-primary-25-rgb: 250, 254, 247;
  --bs-primary-50-rgb: 244, 253, 239;
  --bs-primary-100-rgb: 233, 250, 223;
  --bs-primary-200-rgb: 212, 246, 191;
  --bs-primary-300-rgb: 190, 241, 159;
  --bs-primary-400-rgb: 169, 237, 127;
  --bs-primary-500-rgb: var(--color-primary-rgb);
  --bs-primary-600-rgb: 118, 186, 76;
  --bs-primary-700-rgb: 88, 139, 57;
  --bs-primary-800-rgb: 59, 93, 38;
  --bs-primary-900-rgb: 29, 46, 19;
  --bs-secondary-10-rgb: 255, 255, 254;
  --bs-secondary-25-rgb: 255, 254, 254;
  --bs-secondary-50-rgb: 255, 254, 253;
  --bs-secondary-100-rgb: 254, 252, 250;
  --bs-secondary-200-rgb: 254, 249, 245;
  --bs-secondary-300-rgb: 253, 246, 241;
  --bs-secondary-400-rgb: 253, 243, 236;
  --bs-secondary-500-rgb: 252, 240, 231;
  --bs-secondary-600-rgb: 202, 192, 185;
  --bs-secondary-700-rgb: 151, 144, 139;
  --bs-secondary-800-rgb: 101, 96, 92;
  --bs-secondary-900-rgb: 50, 48, 46;
  --bs-info-10-rgb: 247, 252, 253;
  --bs-info-25-rgb: 242, 250, 252;
  --bs-info-50-rgb: 230, 245, 250;
  --bs-info-100-rgb: 204, 235, 245;
  --bs-info-200-rgb: 153, 214, 235;
  --bs-info-300-rgb: 102, 194, 224;
  --bs-info-400-rgb: 51, 173, 214;
  --bs-info-500-rgb: 0, 153, 204;
  --bs-info-600-rgb: 0, 122, 163;
  --bs-info-700-rgb: 0, 92, 122;
  --bs-info-800-rgb: 0, 61, 82;
  --bs-info-900-rgb: 0, 31, 41;
  --bs-success-10-rgb: 250, 253, 250;
  --bs-success-25-rgb: 246, 251, 246;
  --bs-success-50-rgb: 237, 247, 238;
  --bs-success-100-rgb: 219, 239, 220;
  --bs-success-200-rgb: 183, 223, 185;
  --bs-success-300-rgb: 148, 207, 150;
  --bs-success-400-rgb: 112, 191, 115;
  --bs-success-500-rgb: 76, 175, 80;
  --bs-success-600-rgb: 61, 140, 64;
  --bs-success-700-rgb: 46, 105, 48;
  --bs-success-800-rgb: 30, 70, 32;
  --bs-success-900-rgb: 15, 35, 16;
  --bs-warning-10-rgb: 255, 253, 248;
  --bs-warning-25-rgb: 255, 251, 243;
  --bs-warning-50-rgb: 255, 247, 230;
  --bs-warning-100-rgb: 255, 240, 205;
  --bs-warning-200-rgb: 255, 225, 156;
  --bs-warning-300-rgb: 255, 209, 106;
  --bs-warning-400-rgb: 255, 194, 57;
  --bs-warning-500-rgb: 255, 179, 7;
  --bs-warning-600-rgb: 204, 143, 6;
  --bs-warning-700-rgb: 153, 107, 4;
  --bs-warning-800-rgb: 102, 72, 3;
  --bs-warning-900-rgb: 51, 36, 1;
  --bs-danger-10-rgb: 254, 250, 250;
  --bs-danger-25-rgb: 254, 246, 246;
  --bs-danger-50-rgb: 252, 237, 237;
  --bs-danger-100-rgb: 250, 219, 219;
  --bs-danger-200-rgb: 244, 183, 183;
  --bs-danger-300-rgb: 239, 147, 147;
  --bs-danger-400-rgb: 233, 111, 111;
  --bs-danger-500-rgb: 228, 75, 75;
  --bs-danger-600-rgb: 182, 60, 60;
  --bs-danger-700-rgb: 137, 45, 45;
  --bs-danger-800-rgb: 91, 30, 30;
  --bs-danger-900-rgb: 46, 15, 15;
  --bs-blue-rgb: 7, 138, 243;
  --bs-blue-10-rgb: 248, 251, 255;
  --bs-blue-25-rgb: 243, 249, 254;
  --bs-blue-50-rgb: 230, 243, 254;
  --bs-blue-100-rgb: 205, 232, 253;
  --bs-blue-200-rgb: 156, 208, 250;
  --bs-blue-300-rgb: 106, 185, 248;
  --bs-blue-400-rgb: 57, 161, 245;
  --bs-blue-500-rgb: 7, 138, 243;
  --bs-blue-600-rgb: 6, 110, 194;
  --bs-blue-700-rgb: 4, 83, 146;
  --bs-blue-800-rgb: 3, 55, 97;
  --bs-blue-900-rgb: 1, 28, 49;
  --bs-indigo-rgb: 85, 60, 223;
  --bs-indigo-10-rgb: 250, 249, 254;
  --bs-indigo-25-rgb: 247, 245, 253;
  --bs-indigo-50-rgb: 238, 236, 252;
  --bs-indigo-100-rgb: 221, 216, 249;
  --bs-indigo-200-rgb: 187, 177, 242;
  --bs-indigo-300-rgb: 153, 138, 236;
  --bs-indigo-400-rgb: 119, 99, 229;
  --bs-indigo-500-rgb: 85, 60, 223;
  --bs-indigo-600-rgb: 68, 48, 178;
  --bs-indigo-700-rgb: 51, 36, 134;
  --bs-indigo-800-rgb: 34, 24, 89;
  --bs-indigo-900-rgb: 17, 12, 45;
  --bs-purple-rgb: 137, 33, 228;
  --bs-purple-10-rgb: 251, 248, 254;
  --bs-purple-25-rgb: 249, 244, 254;
  --bs-purple-50-rgb: 243, 233, 252;
  --bs-purple-100-rgb: 231, 211, 250;
  --bs-purple-200-rgb: 208, 166, 244;
  --bs-purple-300-rgb: 184, 122, 239;
  --bs-purple-400-rgb: 161, 77, 233;
  --bs-purple-500-rgb: 137, 33, 228;
  --bs-purple-600-rgb: 110, 26, 182;
  --bs-purple-700-rgb: 82, 20, 137;
  --bs-purple-800-rgb: 55, 13, 91;
  --bs-purple-900-rgb: 27, 7, 46;
  --bs-red-rgb: 234, 67, 53;
  --bs-red-10-rgb: 254, 249, 249;
  --bs-red-25-rgb: 254, 246, 245;
  --bs-red-50-rgb: 253, 236, 235;
  --bs-red-100-rgb: 251, 217, 215;
  --bs-red-200-rgb: 247, 180, 174;
  --bs-red-300-rgb: 242, 142, 134;
  --bs-red-400-rgb: 238, 105, 93;
  --bs-red-500-rgb: 234, 67, 53;
  --bs-red-600-rgb: 187, 54, 42;
  --bs-red-700-rgb: 140, 40, 32;
  --bs-red-800-rgb: 94, 27, 21;
  --bs-red-900-rgb: 47, 13, 11;
  --bs-rose-rgb: 210, 14, 79;
  --bs-rose-10-rgb: 254, 248, 250;
  --bs-rose-25-rgb: 253, 243, 246;
  --bs-rose-50-rgb: 251, 231, 237;
  --bs-rose-100-rgb: 246, 207, 220;
  --bs-rose-200-rgb: 237, 159, 185;
  --bs-rose-300-rgb: 228, 110, 149;
  --bs-rose-400-rgb: 219, 62, 114;
  --bs-rose-500-rgb: 210, 14, 79;
  --bs-rose-600-rgb: 168, 11, 63;
  --bs-rose-700-rgb: 126, 8, 47;
  --bs-rose-800-rgb: 84, 6, 32;
  --bs-rose-900-rgb: 42, 3, 16;
  --bs-pink-rgb: 240, 107, 157;
  --bs-pink-10-rgb: 255, 251, 252;
  --bs-pink-25-rgb: 254, 248, 250;
  --bs-pink-50-rgb: 254, 240, 245;
  --bs-pink-100-rgb: 252, 225, 235;
  --bs-pink-200-rgb: 249, 196, 216;
  --bs-pink-300-rgb: 246, 166, 196;
  --bs-pink-400-rgb: 243, 137, 177;
  --bs-pink-500-rgb: 240, 107, 157;
  --bs-pink-600-rgb: 192, 86, 126;
  --bs-pink-700-rgb: 144, 64, 94;
  --bs-pink-800-rgb: 96, 43, 63;
  --bs-pink-900-rgb: 48, 21, 31;
  --bs-orange-rgb: 251, 107, 30;
  --bs-orange-10-rgb: 255, 251, 248;
  --bs-orange-25-rgb: 255, 248, 244;
  --bs-orange-50-rgb: 255, 240, 233;
  --bs-orange-100-rgb: 254, 225, 210;
  --bs-orange-200-rgb: 253, 196, 165;
  --bs-orange-300-rgb: 253, 166, 120;
  --bs-orange-400-rgb: 252, 137, 75;
  --bs-orange-500-rgb: 251, 107, 30;
  --bs-orange-600-rgb: 201, 86, 24;
  --bs-orange-700-rgb: 151, 64, 18;
  --bs-orange-800-rgb: 100, 43, 12;
  --bs-orange-900-rgb: 50, 21, 6;
  --bs-yellow-rgb: 252, 188, 5;
  --bs-yellow-10-rgb: 255, 253, 248;
  --bs-yellow-25-rgb: 255, 252, 243;
  --bs-yellow-50-rgb: 255, 248, 230;
  --bs-yellow-100-rgb: 254, 242, 205;
  --bs-yellow-200-rgb: 254, 228, 155;
  --bs-yellow-300-rgb: 253, 215, 105;
  --bs-yellow-400-rgb: 253, 201, 55;
  --bs-yellow-500-rgb: 252, 188, 5;
  --bs-yellow-600-rgb: 202, 150, 4;
  --bs-yellow-700-rgb: 151, 113, 3;
  --bs-yellow-800-rgb: 101, 75, 2;
  --bs-yellow-900-rgb: 50, 38, 1;
  --bs-green-rgb: 52, 168, 83;
  --bs-green-10-rgb: 249, 252, 250;
  --bs-green-25-rgb: 245, 251, 246;
  --bs-green-50-rgb: 235, 246, 238;
  --bs-green-100-rgb: 214, 238, 221;
  --bs-green-200-rgb: 174, 220, 186;
  --bs-green-300-rgb: 133, 203, 152;
  --bs-green-400-rgb: 93, 185, 117;
  --bs-green-500-rgb: 52, 168, 83;
  --bs-green-600-rgb: 42, 134, 66;
  --bs-green-700-rgb: 31, 101, 50;
  --bs-green-800-rgb: 21, 67, 33;
  --bs-green-900-rgb: 10, 34, 17;
  --bs-lime-rgb: 174, 243, 89;
  --bs-lime-10-rgb: 253, 255, 250;
  --bs-lime-25-rgb: 251, 254, 247;
  --bs-lime-50-rgb: 247, 254, 238;
  --bs-lime-100-rgb: 239, 253, 222;
  --bs-lime-200-rgb: 223, 250, 189;
  --bs-lime-300-rgb: 206, 248, 155;
  --bs-lime-400-rgb: 190, 245, 122;
  --bs-lime-500-rgb: 174, 243, 89;
  --bs-lime-600-rgb: 139, 194, 71;
  --bs-lime-700-rgb: 104, 146, 53;
  --bs-lime-800-rgb: 70, 97, 36;
  --bs-lime-900-rgb: 35, 49, 18;
  --bs-teal-rgb: 6, 246, 198;
  --bs-teal-10-rgb: 248, 255, 253;
  --bs-teal-25-rgb: 243, 255, 252;
  --bs-teal-50-rgb: 230, 254, 249;
  --bs-teal-100-rgb: 205, 253, 244;
  --bs-teal-200-rgb: 155, 251, 232;
  --bs-teal-300-rgb: 106, 250, 221;
  --bs-teal-400-rgb: 56, 248, 209;
  --bs-teal-500-rgb: 6, 246, 198;
  --bs-teal-600-rgb: 5, 197, 158;
  --bs-teal-700-rgb: 4, 148, 119;
  --bs-teal-800-rgb: 2, 98, 79;
  --bs-teal-900-rgb: 1, 49, 40;
  --bs-cyan-rgb: 56, 225, 255;
  --bs-cyan-10-rgb: 249, 254, 255;
  --bs-cyan-25-rgb: 245, 254, 255;
  --bs-cyan-50-rgb: 235, 252, 255;
  --bs-cyan-100-rgb: 215, 249, 255;
  --bs-cyan-200-rgb: 175, 243, 255;
  --bs-cyan-300-rgb: 136, 237, 255;
  --bs-cyan-400-rgb: 96, 231, 255;
  --bs-cyan-500-rgb: 56, 225, 255;
  --bs-cyan-600-rgb: 45, 180, 204;
  --bs-cyan-700-rgb: 34, 135, 153;
  --bs-cyan-800-rgb: 22, 90, 102;
  --bs-cyan-900-rgb: 11, 45, 51;
  --bs-tertiary-rgb: var(--color-tertiary-rgb);
  --bs-tertiary-10-rgb: 247, 250, 250;
  --bs-tertiary-25-rgb: 242, 247, 247;
  --bs-tertiary-50-rgb: 230, 238, 240;
  --bs-tertiary-100-rgb: 204, 222, 224;
  --bs-tertiary-200-rgb: 154, 188, 193;
  --bs-tertiary-300-rgb: 103, 155, 162;
  --bs-tertiary-400-rgb: 53, 121, 131;
  --bs-tertiary-500-rgb: var(--color-tertiary-rgb);
  --bs-tertiary-600-rgb: 2, 70, 80;
  --bs-tertiary-700-rgb: 1, 53, 60;
  --bs-tertiary-800-rgb: 1, 35, 40;
  --bs-tertiary-900-rgb: 0, 18, 20;
  --bs-quaternary-rgb: 212, 215, 194;
  --bs-quaternary-10-rgb: 254, 254, 253;
  --bs-quaternary-25-rgb: 253, 253, 252;
  --bs-quaternary-50-rgb: 251, 251, 249;
  --bs-quaternary-100-rgb: 246, 247, 243;
  --bs-quaternary-200-rgb: 238, 239, 231;
  --bs-quaternary-300-rgb: 229, 231, 218;
  --bs-quaternary-400-rgb: 221, 223, 206;
  --bs-quaternary-500-rgb: 212, 215, 194;
  --bs-quaternary-600-rgb: 170, 172, 155;
  --bs-quaternary-700-rgb: 127, 129, 116;
  --bs-quaternary-800-rgb: 85, 86, 78;
  --bs-quaternary-900-rgb: 42, 43, 39;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --bs-body-font-family: var(--font-family-primary);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #83838340;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-link-color: #515151 !important;
  --bs-link-hover-color: black !important;
}

.theme-4 .link, .theme-4 a {
  color: var(--link-color-text);
}

.theme-4 .link:hover, .theme-4 a:hover {
  color: var(--link-color-text-hover);
}

.theme-4 .link {
  display: inline-flex;
  align-items: center;
  line-height: 16px;
}

.theme-4 .display-5, .theme-4 .h1, .theme-4 .h2, .theme-4 .h3, .theme-4 .h4, .theme-4 .h5, .theme-4 .h6, .theme-4 h1, .theme-4 h2, .theme-4 h3, .theme-4 h4, .theme-4 h5, .theme-4 h6 {
  font-weight: var(--heading-font-weight, 700);
  letter-spacing: var(--heading-font-spacing, normal);
  font-style: var(--heading-font-style, normal);
  text-transform: var(--heading-font-transform, initial);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: var(--heading-font-typeface, sans-serif) !important;
}

.theme-4 .display-5, .theme-4 .h1, .theme-4 .h2, .theme-4 .h3, .theme-4 .h4, .theme-4 .h5, .theme-4 .h6, .theme-4 h1, .theme-4 h2, .theme-4 h3, .theme-4 h4, .theme-4 h5, .theme-4 h6 {
  color: var(--color-gray-900);
}

.theme-4 .display-5:where(.uc-dark), .theme-4 .h1:where(.uc-dark), .theme-4 .h2:where(.uc-dark), .theme-4 .h3:where(.uc-dark), .theme-4 .h4:where(.uc-dark), .theme-4 .h5:where(.uc-dark), .theme-4 .h6:where(.uc-dark), .theme-4 :where(.uc-dark) .display-5, .theme-4 :where(.uc-dark) .h1, .theme-4 :where(.uc-dark) .h2, .theme-4 :where(.uc-dark) .h3, .theme-4 :where(.uc-dark) .h4, .theme-4 :where(.uc-dark) .h5, .theme-4 :where(.uc-dark) .h6, .theme-4 :where(.uc-dark) h1, .theme-4 :where(.uc-dark) h2, .theme-4 :where(.uc-dark) h3, .theme-4 :where(.uc-dark) h4, .theme-4 :where(.uc-dark) h5, .theme-4 :where(.uc-dark) h6, .theme-4 h1:where(.uc-dark), .theme-4 h2:where(.uc-dark), .theme-4 h3:where(.uc-dark), .theme-4 h4:where(.uc-dark), .theme-4 h5:where(.uc-dark), .theme-4 h6:where(.uc-dark) {
  color: #fff;
}

.theme-4 .ft-primary {
  font-family: var(--font-family-primary) !important;
}

.theme-4 .ft-secondary {
  font-family: var(--font-family-secondary) !important;
}

.theme-4 .ft-tertiary {
  font-family: var(--font-family-tertiary) !important;
}

.theme-4 .cstack {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.theme-4 .backtotop-wrap {
  transform: translateY(40px);
  transition: all .2s;
}

.theme-4 .backtotop-wrap [data-uc-backtotop] {
  opacity: 0;
}

.theme-4 .backtotop-wrap.uc-active {
  gap: .5rem;
  transform: translateY(0);
}

.theme-4 .backtotop-wrap.uc-active [data-uc-backtotop] {
  opacity: 1;
}

.theme-4 .sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.theme-4 pre {
  tab-size: 4;
  overflow: auto;
  padding: 1.5rem;
  color: inherit;
}

.theme-4 :not(pre) > code, .theme-4 :not(pre) > samp, .theme-4 pre {
  font-size: .875rem;
  font-style: normal;
  line-height: 1.5rem;
  padding: 1px 4px;
  border-radius: 4px;
  font-family: var(--font-code-family) !important;
}

.theme-4 :not(pre) > code, .theme-4 :not(pre) > samp, .theme-4 pre {
  background-color: var(--color-gray-25) !important;
  border-color: var(--color-gray-800) !important;
}

.theme-4 :not(pre) > code:where(.uc-dark), .theme-4 :not(pre) > samp:where(.uc-dark), .theme-4 :where(.uc-dark) :not(pre) > code, .theme-4 :where(.uc-dark) :not(pre) > samp, .theme-4 :where(.uc-dark) pre, .theme-4 pre:where(.uc-dark) {
  background-color: var(--color-gray-700) !important;
  border-color: var(--color-gray-300) !important;
}

.theme-4 :not(pre) > code, .theme-4 :not(pre) > samp {
  --font-code-family: "IBM Plex Mono", monospace;
  position: relative;
  display: inline;
  font-size: .875rem;
  font-style: italic;
  background-color: #8888881a;
}

.theme-4 :not(pre) > samp {
  color: inherit;
}

.theme-4 pre code {
  background: #88888826;
  border-radius: 3px;
  padding: 1px 4px 1px 2px;
  font-family: var(--font-code-family) !important;
}

.theme-4 .swiper:not(.swiper-initialized) > * {
  display: none;
}

.theme-4 .panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

.theme-4 .panel > :last-child {
  margin-bottom: 0;
}

.theme-4 .section {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

.theme-4 .media-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}

.theme-4 .position-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.theme-4 .hr, .theme-4 .vr, .theme-4 hr {
  display: inline-block;
  align-self: stretch;
  background-color: currentColor;
  opacity: .25;
  margin: 0;
}

.theme-4 .hr, .theme-4 hr {
  height: 1px;
  min-width: 1em;
  border-top-color: var(--border-color);
}

.theme-4 .hr.border, .theme-4 hr.border {
  border-bottom: 0 !important;
}

.theme-4 .vr {
  border-left: 1px solid var(--border-color);
  width: 1px !important;
  min-height: 1em !important;
}

.theme-4 .vr.border {
  border-left: 0 !important;
}

.theme-4 .link-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
}

.theme-4 .link-gradient {
  border-bottom: 1px solid;
  border-color: var(--border-color);
}

.theme-4 .hstack, .theme-4 .bp-lg .lg\:hstack, .theme-4 .bp-md .md\:hstack, .theme-4 .bp-sm .hstack-sm, .theme-4 .bp-sm .sm\:hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

.theme-4 .cstack {
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-4 [class*="ratio-"] {
  position: relative;
  width: 100%;
}

.theme-4 [class*="ratio-"]:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.theme-4 [class*="ratio-"] > * {
  object-fit: cover;
}

.theme-4 svg {
  color: currentColor;
}

.theme-4 svg :not([fill="none"]) {
  fill: currentColor;
}

.theme-4 .uc-offcanvas-bar .uc-link:hover, .theme-4 .uc-offcanvas-bar a:hover {
  transition: color .2s;
}

.theme-4 .uc-offcanvas-bar .uc-link:hover, .theme-4 .uc-offcanvas-bar a:hover {
  color: var(--color-gray-900);
}

.theme-4 .uc-offcanvas-bar .uc-link:hover:where(.uc-dark), .theme-4 .uc-offcanvas-bar a:hover:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-offcanvas-bar .uc-link:hover, .theme-4 :where(.uc-dark) .uc-offcanvas-bar a:hover {
  color: #fff;
}

.theme-4 .uc-link {
  color: var(--color-primary);
}

.theme-4 .uc-link:hover {
  color: var(--color-primary-600);
}

.theme-4 .form-icon-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.theme-4 .form-icon-group .form-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  background: none;
  border: 0;
  outline: 0;
  text-decoration: none;
  user-select: none;
}

.theme-4 .form-icon-group .form-control + .form-icon, .theme-4 .form-icon-group .form-control-plaintext + .form-icon {
  width: 3rem !important;
}

.theme-4 .form-icon-group .form-control-plaintext.form-control-lg + .form-icon, .theme-4 .form-icon-group .form-control.form-control-lg + .form-icon {
  width: 3.5rem !important;
}

.theme-4 .form-icon-group .form-control-plaintext.form-control-sm + .form-icon, .theme-4 .form-icon-group .form-control.form-control-sm + .form-icon {
  width: 2.5rem !important;
}

.theme-4 .form-icon-group .form-control-plaintext.form-control-xs + .form-icon, .theme-4 .form-icon-group .form-control.form-control-xs + .form-icon {
  width: 2rem !important;
}

.theme-4 .form-icon-group:not(.form-icon-flip) .form-control, .theme-4 .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
  padding-left: 2.75rem !important;
}

.theme-4 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control, .theme-4 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
  padding-left: 1rem !important;
  padding-right: 2.75rem !important;
}

.theme-4 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg, .theme-4 .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
  padding-left: 3.25rem !important;
}

.theme-4 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg, .theme-4 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
  padding-left: 1rem !important;
  padding-right: 3.25rem !important;
}

.theme-4 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm, .theme-4 .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
  padding-left: 2.25rem !important;
}

.theme-4 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm, .theme-4 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
  padding-left: 1rem !important;
  padding-right: 2.25rem !important;
}

.theme-4 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs, .theme-4 .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
  padding-left: 1.75rem !important;
}

.theme-4 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs, .theme-4 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
  padding-left: 1rem !important;
  padding-right: 1.75rem !important;
}

.theme-4 .form-icon-group.form-icon-flip .form-icon {
  right: 0;
}

.theme-4 .form-icon-group.form-icon-flip .form-control, .theme-4 .form-icon-group.form-icon-flip .form-control-plaintext {
  padding-right: 2.75rem !important;
}

.theme-4 [dir="rtl"] .form-icon-group.form-icon-flip .form-control, .theme-4 [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext {
  padding-right: 1rem !important;
  padding-left: 2.75rem !important;
}

.theme-4 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg, .theme-4 .form-icon-group.form-icon-flip .form-control.form-control-lg {
  padding-right: 3.25rem !important;
}

.theme-4 [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg, .theme-4 [dir="rtl"] .form-icon-group.form-icon-flip .form-control.form-control-lg {
  padding-right: 1rem !important;
  padding-left: 3.25rem !important;
}

.theme-4 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm, .theme-4 .form-icon-group.form-icon-flip .form-control.form-control-sm {
  padding-right: 2.25rem !important;
}

.theme-4 [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm, .theme-4 [dir="rtl"] .form-icon-group.form-icon-flip .form-control.form-control-sm {
  padding-right: 1rem !important;
  padding-left: 2.25rem !important;
}

.theme-4 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs, .theme-4 .form-icon-group.form-icon-flip .form-control.form-control-xs {
  padding-right: 1.75rem !important;
}

.theme-4 [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs, .theme-4 [dir="rtl"] .form-icon-group.form-icon-flip .form-control.form-control-xs {
  padding-right: 1rem !important;
  padding-left: 1.75rem !important;
}

.theme-4 .form-control-xs {
  padding: 0 .5rem !important;
  min-height: 32px !important;
  font-size: .875rem !important;
}

.theme-4 .form-control-sm, .theme-4 .bp-sm .sm\:form-control-sm {
  padding: 0 .75rem !important;
  min-height: 40px !important;
  font-size: 1rem !important;
}

.theme-4 .form-control-md, .theme-4 .bp-lg .lg\:form-control-md {
  padding: 0 1rem !important;
  min-height: 48px !important;
  font-size: 1rem !important;
}

.theme-4 .form-control-lg {
  padding: 0 1.5rem !important;
  min-height: 56px !important;
  font-size: 1.125rem !important;
}

.theme-4 .form-control {
  border-color: var(--border-color) !important;
}

.theme-4 .form-control {
  background-color: #fff !important;
}

.theme-4 .form-control:where(.uc-dark), .theme-4 :where(.uc-dark) .form-control {
  background-color: #0000 !important;
}

.theme-4 .form-control {
  color: var(--color-gray-900) !important;
}

.theme-4 .form-control:where(.uc-dark), .theme-4 :where(.uc-dark) .form-control {
  color: #fff !important;
}

.theme-4 .form-check-input:focus, .theme-4 .form-control:focus {
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 .25rem var(--shadow-color) !important;
}

.theme-4 .form-check-input:focus, .theme-4 .form-control:focus {
  --shadow-color: #0000000d;
}

.theme-4 .form-check-input:focus:where(.uc-dark), .theme-4 .form-control:focus:where(.uc-dark), .theme-4 :where(.uc-dark) .form-check-input:focus, .theme-4 :where(.uc-dark) .form-control:focus {
  --shadow-color: #ffffff1a;
}

.theme-4 .form-check-input:checked {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.theme-4 [dir="rtl"] .form-check {
  padding-left: 0;
  padding-right: 1.5em;
}

.theme-4 [dir="rtl"] .form-check .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

.theme-4 [dir="rtl"] .form-select {
  background-position: .75rem 50%;
}

.theme-4 input::placeholder, .theme-4 select::placeholder, .theme-4 textarea::placeholder {
  color: inherit !important;
}

.theme-4 input::placeholder, .theme-4 select::placeholder, .theme-4 textarea::placeholder {
  opacity: .65 !important;
}

.theme-4 :where(.uc-dark) input::placeholder, .theme-4 :where(.uc-dark) select::placeholder, .theme-4 :where(.uc-dark) textarea::placeholder, .theme-4 input:where(.uc-dark)::placeholder, .theme-4 select:where(.uc-dark)::placeholder, .theme-4 textarea:where(.uc-dark)::placeholder {
  opacity: .45 !important;
}

.theme-4 .btn {
  align-items: center;
  justify-content: center;
  gap: .5rem;
  height: var(--bs-btn-height);
  text-transform: var(--button-font-transform);
  border-radius: var(--bs-btn-border-radius);
  display: inline-flex !important;
}

.theme-4 .btn.btn-text {
  position: relative;
  padding: 0 0 8px;
  border: 0;
  border-radius: 0;
  margin: 0;
  line-height: 1;
}

.theme-4 .btn.btn-text:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  width: 0%;
  background-color: var(--color-primary);
  transition: width .35s cubic-bezier(.38, .01, .43, .16);
}

.theme-4 .btn.btn-text:hover:after {
  width: 100%;
}

.theme-4 .btn- {
  --bs-btn-height: 48px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1rem !important;
  --bs-btn-font-size: 1rem !important;
}

.theme-4 .btn-2xs {
  --bs-btn-height: 24px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: .25rem !important;
  --bs-btn-font-size: .8rem !important;
}

.theme-4 .btn-xs {
  --bs-btn-height: 32px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: .5rem !important;
  --bs-btn-font-size: .825rem !important;
}

.theme-4 .btn-sm, .theme-4 .bp-sm .sm\:btn-sm {
  --bs-btn-height: 40px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: .75rem !important;
  --bs-btn-font-size: 1rem !important;
}

.theme-4 .btn-md, .theme-4 .bp-lg .lg\:btn-md, .theme-4 .bp-md .md\:btn-md, .theme-4 .bp-sm .sm\:btn-md {
  --bs-btn-height: 48px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1rem !important;
  --bs-btn-font-size: 1rem !important;
}

.theme-4 .btn-lg, .theme-4 .bp-lg .lg\:btn-lg, .theme-4 .bp-md .md\:btn-lg, .theme-4 .bp-xl .xl\:btn-lg {
  --bs-btn-height: 56px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1.5rem !important;
  --bs-btn-font-size: 1.125rem !important;
}

.theme-4 .btn-xl, .theme-4 .bp-xl .xl\:btn-xl {
  --bs-btn-height: 64px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 2rem !important;
  --bs-btn-font-size: 1.25rem !important;
}

.theme-4 .btn-2xl {
  --bs-btn-height: 80px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 3rem !important;
  --bs-btn-font-size: 1.5rem !important;
}

.theme-4 .btn-alt-primary {
  background: #fff !important;
  color: var(--color-primary) !important;
}

.theme-4 .btn-alt-primary:focus, .theme-4 .btn-alt-primary:hover {
  background: var(--color-primary) !important;
  color: #fff !important;
}

.theme-4 .btn-alt-dark {
  background: #fff !important;
  color: #212529 !important;
}

.theme-4 .btn-alt-dark:focus, .theme-4 .btn-alt-dark:hover {
  background: #212529 !important;
  color: #fff !important;
}

.theme-4 .btn-alt-gray-200 {
  background: #fff !important;
  color: #adb0b0 !important;
}

.theme-4 .btn-alt-gray-200:focus, .theme-4 .btn-alt-gray-200:hover {
  background: #adb0b0 !important;
  color: #fff !important;
}

.theme-4 .btn-ghost-primary {
  background: #f4fdef !important;
  color: var(--color-primary) !important;
}

.theme-4 .btn-ghost-primary:focus, .theme-4 .btn-ghost-primary:hover {
  background: #e9fadf !important;
}

.theme-4 .btn-ghost-tertiary {
  background: #e6eef0 !important;
  color: #025864 !important;
}

.theme-4 .btn-ghost-tertiary:focus, .theme-4 .btn-ghost-tertiary:hover {
  background: #ccdee0 !important;
}

.theme-4 .fs-1 {
  letter-spacing: 0;
}

.theme-4 .fs-2 {
  letter-spacing: 0;
}

.theme-4 .fs-4 {
  letter-spacing: 0;
}

.theme-4 .fs-5 {
  letter-spacing: 0;
}

.theme-4 .fs-6 {
  letter-spacing: 0;
}

.theme-4 .fs-7 {
  letter-spacing: 0;
}

.theme-4 .fs-8 {
  letter-spacing: 0;
}

.theme-4 p.text-muted {
  color: #00000080 !important;
}

.theme-4 :where(.uc-dark) p.text-muted, .theme-4 p.text-muted:where(.uc-dark) {
  color: #ffffff80 !important;
}

.theme-4 .text-unset {
  text-transform: none !important;
}

.theme-4 .text-inherit {
  color: currentColor;
}

.theme-4 [class*="text-truncate"] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: unset !important;
}

.theme-4 .container.container-expand {
  max-width: 100%;
}

.theme-4 .container.container-full {
  max-width: 100%;
  padding: 0;
}

.theme-4 .nav-y {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: .25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-4 .nav-y > *, .theme-4 .nav-y > * > * {
  display: flex;
  align-items: center;
  gap: .25rem;
}

.theme-4 .nav-y a {
  text-decoration: none;
  color: inherit;
  transition: opacity .2s;
}

.theme-4 .nav-y a:hover {
  opacity: 1 !important;
}

.theme-4 .nav-y .uc-nav-sub {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: .25rem;
  width: 100%;
  margin: 0;
  padding: 8px 0 8px 16px;
  list-style: none;
  opacity: 0;
  transition: all .2s;
}

.theme-4 .nav-y .uc-nav-sub a {
  font-size: 90%;
}

.theme-4 .nav-y .uc-nav-sub .uc-parent:after {
  font-size: 1rem;
}

.theme-4 .nav-y > .uc-parent > .uc-nav-sub {
  padding-top: .5rem;
}

.theme-4 .nav-y .uc-parent {
  position: relative;
  display: block;
}

.theme-4 .nav-y .uc-parent > a {
  position: relative;
  display: block;
  z-index: 1;
}

.theme-4 .nav-y .uc-parent > a:after {
  content: "";
  font-family: Unicons;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.125rem;
  font-weight: 700;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: .6;
}

.theme-4 .nav-y .uc-parent.uc-open > a:after {
  content: "";
}

.theme-4 .nav-y .uc-parent.uc-open .uc-nav-sub {
  opacity: 1;
}

.theme-4 .nav-y:hover a {
  opacity: .6;
}

.theme-4 .nav-x {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-4 .nav-x > *, .theme-4 .nav-x > * > * {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.theme-4 .nav-x a {
  text-decoration: none;
  color: inherit;
}

.theme-4 .uc-navbar {
  z-index: 1;
}

.theme-4 .uc-navbar .uc-navbar-left, .theme-4 .uc-navbar .uc-navbar-right, .theme-4 .uc-navbar [class*="uc-navbar-center"] {
  gap: 1.5rem;
}

.theme-4 .uc-navbar-nav > li > a {
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  padding: 0;
}

.theme-4 .uc-navbar-nav > li.uc-active > a:before {
  opacity: 1;
}

.theme-4 .uc-navbar-nav > li:hover > a, .theme-4 .uc-navbar-nav > li > a[aria-expanded="true"] {
  opacity: .75;
}

.theme-4 .uc-navbar-nav > li:hover > a, .theme-4 .uc-navbar-nav > li > a[aria-expanded="true"] {
  color: var(--color-gray-900) !important;
}

.theme-4 .uc-navbar-nav > li:hover > a:where(.uc-dark), .theme-4 .uc-navbar-nav > li > a[aria-expanded="true"]:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-navbar-nav > li:hover > a, .theme-4 :where(.uc-dark) .uc-navbar-nav > li > a[aria-expanded="true"] {
  color: #fff !important;
}

.theme-4 .uc-navbar-dropdown {
  min-width: 250px;
  padding: 2rem;
  box-shadow: 0 4px 16px -8px #0003;
  border-radius: var(--radius);
}

.theme-4 .uc-navbar-dropdown {
  background: #fff !important;
}

.theme-4 .uc-navbar-dropdown:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-navbar-dropdown {
  background: var(--color-gray-800) !important;
}

.theme-4 .uc-navbar-dropdown {
  color: var(--color-gray-800) !important;
}

.theme-4 .uc-navbar-dropdown:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-navbar-dropdown {
  color: #fff !important;
}

.theme-4 .uc-navbar-dropdown-nav > li > a {
  font-size: .875rem;
  font-weight: var(--font-weight-medium);
}

.theme-4 .uc-navbar-dropdown-nav > li > a {
  color: var(--color-gray-600);
}

.theme-4 .uc-navbar-dropdown-nav > li > a:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-navbar-dropdown-nav > li > a {
  color: var(--color-gray-200);
}

.theme-4 .uc-navbar-dropdown-nav > li:hover > a {
  color: var(--color-gray-900);
}

.theme-4 .uc-navbar-dropdown-nav > li:hover > a:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-navbar-dropdown-nav > li:hover > a {
  color: #fff;
}

.theme-4 .uc-navbar-dropdown-nav .uc-nav-header, .theme-4 .uc-navbar-dropdown-nav > li.uc-active > a {
  color: inherit;
}

.theme-4 .uc-navbar-dropdown-nav .uc-nav-header {
  text-transform: capitalize;
  font-weight: var(--font-weight-bold);
  font-size: 1rem;
}

.theme-4 .uc-navbar-container {
  transition: all .1s ease-in-out;
  transition-property: background-color;
}

.theme-4 .uc-navbar-container:not(.uc-navbar-transparent) {
  background-color: #fff;
}

.theme-4 .uc-navbar-container:not(.uc-navbar-transparent):where(.uc-dark), .theme-4 :where(.uc-dark) .uc-navbar-container:not(.uc-navbar-transparent) {
  background-color: var(--color-gray-900);
}

.theme-4 .uc-navbar .uc-navbar-item {
  font-family: inherit !important;
}

.theme-4 .uc-navbar-item, .theme-4 .uc-navbar-nav > li > a {
  padding: 0;
  font-family: inherit !important;
  min-height: var(--uc-nav-height, 48px) !important;
}

.theme-4 .uc-navbar-float {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.theme-4 .alert {
  display: flex;
  align-items: center;
  gap: .75rem;
  border: 0 !important;
  border-left: 2px solid var(--bs-alert-border-color) !important;
  box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important;
}

.theme-4 .alert :not(pre) > code, .theme-4 .alert code {
  background: #00000014 !important;
}

.theme-4 .table {
  --bs-table-bg: inherit !important;
  --bs-table-color: inherit !important;
}

.theme-4 .table > :not(caption) > * > * {
  padding: 1rem;
}

.theme-4 .table > :not(caption) > :last-child > * {
  border-width: 0;
}

.theme-4 .uc-table-striped tbody tr:nth-of-type(odd), .theme-4 .uc-table-striped > tr:nth-of-type(odd) {
  background: #9696961a;
}

.theme-4 .uc-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.theme-4 .uc-accordion > :nth-child(n+2) {
  margin: 0 !important;
}

.theme-4 .uc-accordion-title {
  position: relative;
  text-decoration: none;
  font-weight: 500;
  display: flex;
}

.theme-4 .uc-accordion-title {
  color: var(--color-gray-900);
}

.theme-4 .uc-accordion-title:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-accordion-title {
  color: #fff;
}

.theme-4 .uc-accordion-title:hover {
  opacity: .75;
}

.theme-4 .uc-accordion-title:hover {
  color: var(--color-gray-900);
}

.theme-4 .uc-accordion-title:hover:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-accordion-title:hover {
  color: #fff;
}

.theme-4 .uc-accordion-title:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  font-family: Unicons;
  width: 24px;
  height: 24px;
  font-size: 24px;
  text-transform: none;
  line-height: 1;
  transform: translateY(-50%)rotate(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .2s;
  background-color: #9b9b9b40;
  border-radius: 100%;
}

.theme-4 .uc-accordion > .uc-open .uc-accordion-title:before {
  transform: translateY(-50%)rotate(45deg);
}

.theme-4 .uc-accordion-divider {
  --divider-gap: 32px;
}

.theme-4 .uc-accordion-divider > * + :before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: var(--bs-border-color);
  transform: translateY(calc(var(--divider-gap) / 2 * -1));
}

.theme-4 [dir="rtl"] .uc-accordion-title:before {
  right: auto;
  left: 0;
}

.theme-4 .uc-accordion.uc-accordion-chevron .uc-accordion-title:before {
  content: "";
  background: none;
  font-size: 80%;
  font-weight: 700;
}

.theme-4 .uc-accordion.uc-accordion-chevron > .uc-open .uc-accordion-title:before {
  transform: translateY(-50%)rotate(-90deg);
}

.theme-4 .swiper-wrapper {
  will-change: transform;
}

.theme-4 .swiper.swiper-match .swiper-slide {
  height: auto !important;
}

.theme-4 .swiper-thumbs .swiper-slide {
  cursor: pointer;
}

.theme-4 .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.theme-4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #969696;
  opacity: .25;
}

.theme-4 .swiper-pagination-bullet-active {
  background-color: currentColor;
  opacity: 1;
}

.theme-4 .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
}

.theme-4 :where(.uc-dark) .swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: .2;
}

.theme-4 :where(.uc-dark) .swiper .swiper-pagination-bullet-active {
  background-color: currentColor;
  opacity: 1;
}

.theme-4 :where(.uc-dark) .swiper:before {
  border-bottom-color: #ffffff0d;
}

.theme-4 .uc-tab {
  margin: 0;
  border-bottom: 1px solid var(--border-color);
}

.theme-4 .uc-tab > * {
  margin: 0;
  padding: 0;
}

.theme-4 .uc-tab > * > a {
  margin: 0;
  position: relative;
  padding: 8px 16px;
  color: currentColor;
  opacity: .6;
  text-decoration: none;
}

.theme-4 .uc-tab > * > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 2px solid var(--color-primary);
  opacity: 0;
  transition: opacity .2s;
}

.theme-4 .uc-tab > .uc-active > a {
  color: currentColor;
  opacity: 1;
}

.theme-4 .uc-tab > .uc-active > a:before {
  opacity: 1;
}

.theme-4 .uc-subnav {
  margin: 0;
}

.theme-4 .uc-subnav > * {
  margin: 0;
  padding: 0;
}

.theme-4 .uc-subnav > * > a {
  margin: 0;
  position: relative;
  padding: 8px 16px;
  text-decoration: none;
}

.theme-4 .uc-subnav-pill > * > a {
  background-color: var(--color-primary);
  border-radius: var(--radius);
}

.theme-4 .uc-subnav-pill > * > a:hover {
  background: none;
}

.theme-4 .uc-subnav-pill > * > a:hover {
  color: var(--color-gray-900);
}

.theme-4 .uc-subnav-pill > * > a:hover:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-subnav-pill > * > a:hover {
  color: #fff;
}

.theme-4 .uc-subnav-pill > .uc-active > a {
  color: #fff;
  background-color: var(--color-primary) !important;
}

.theme-4 .uc-notification-message {
  font-size: 1rem;
  font-weight: 500;
  border-radius: var(--radius);
}

.theme-4 .uc-notification-message {
  background-color: var(--color-gray-50);
}

.theme-4 .uc-notification-message:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-notification-message {
  background-color: var(--color-gray-800);
}

.theme-4 .uc-notification-message {
  color: var(--color-gray-900);
}

.theme-4 .uc-notification-message:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-notification-message {
  color: #fff;
}

.theme-4 .uc-notification-message .uc-notification-close {
  color: var(--color-gray-900);
}

.theme-4 .uc-notification-message .uc-notification-close:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-notification-message .uc-notification-close {
  color: #fff;
}

.theme-4 .uc-notification-message .uc-notification-close svg, .theme-4 .uc-notification-message .uc-notification-close svg > * {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.theme-4 [data-uc-img] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes reveal-image {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}

.theme-4 .uc-svg, .theme-4 .uc-svg > * {
  height: auto;
  width: auto;
  fill: currentColor !important;
}

@keyframes uc-spin {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes uc-bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(16px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes uc-fade {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes uc-flash {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.theme-4 .page-preload #wrapper {
  transition: opacity .35s cubic-bezier(.8, 0, .2, 1) 1s;
  opacity: 0;
}

.theme-4 .page-preload.loaded #wrapper {
  opacity: 1;
}

@keyframes preloader {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    transform-origin: top;
  }

  50% {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -101%);
    transform-origin: bottom;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -101%);
    transform-origin: bottom;
  }
}

@keyframes percentage {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 40px);
  }
}

.theme-4 [data-uc-marquee] {
  overflow: hidden;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
}

.theme-4 [data-uc-marquee] > * {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap, 16px);
  position: relative;
  user-select: none;
}

.theme-4 [data-uc-marquee] > * > * {
  white-space: nowrap;
  animation: marquee var(--speed, 30s) linear infinite;
}

.theme-4 [data-uc-marquee].reverse > * > * {
  animation-direction: reverse;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.theme-4 .swiper .swiper-match > * {
  display: flex;
  flex-direction: column;
}

.theme-4 .swiper .swiper-match > * > * {
  flex: 1;
}

.theme-4 :root {
  --color-white: white;
  --color-black: black;
}

.theme-4 .uc-link:hover, .theme-4 a:hover {
  text-decoration: none;
}

.theme-4 hr {
  opacity: .1 !important;
}

.theme-4 .border.border-white {
  border-color: #fff !important;
}

.theme-4 .uc-nav ul.uc-nav-sub {
  font-size: 95%;
  padding: 8px 16px;
}

.theme-4 .uc-nav ul.uc-nav-sub a {
  opacity: .5;
  transition: all .2s;
}

.theme-4 .uc-nav ul.uc-nav-sub a:hover {
  opacity: 1;
}

.theme-4 .uc-nav ul.uc-nav-sub li.uc-active a {
  opacity: 1;
}

.theme-4 .uc-nav a {
  position: relative;
  transition: all .2s;
}

.theme-4 .uc-nav .uc-parent a > span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform .2s;
}

.theme-4 .uc-nav .uc-parent.uc-open a > span {
  transform: translateY(-50%)rotate(45deg);
}

.theme-4 .uc-nav.uc-nav-modern > * {
  padding: 8px 16px;
}

.theme-4 .uc-nav.uc-nav-modern .uc-active, .theme-4 .uc-nav.uc-nav-modern .uc-parent {
  background-color: #80808016;
  border-radius: 10px;
}

.theme-4 .uc-switcher-nav > li > a {
  border-radius: 8px;
}

.theme-4 .uc-switcher-nav > li.uc-active > a {
  background: var(--color-primary);
  color: #fff;
}

.theme-4 .nav-pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
}

.theme-4 .nav-pagination a.uc-active {
  background: var(--color-primary);
  color: #fff;
}

.theme-4 .post-content p:first-child:first-letter {
  font-size: 5em;
  float: left;
  line-height: .9em;
  margin-right: 16px;
}

.theme-4 .post-navigation .new-post:hover button {
  color: var(--color-primary) !important;
}

.theme-4 .swiper .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  height: 4px;
  width: 24px;
  border-radius: 0;
}

.theme-4 .swiper .swiper-wrapper.col-match {
  flex-wrap: wrap;
}

.theme-4 .swiper .swiper-wrapper.col-match > * {
  display: flex;
  flex-direction: column;
}

.theme-4 .swiper .swiper-wrapper.col-match > * > * {
  flex: 1;
}

.theme-4 .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  height: 4px;
  width: 24px;
  border-radius: 0;
}

@keyframes wave {
  0% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.theme-4 img {
  font-size: 11px;
}

.theme-4 img.image-hover-revealer {
  --move-x: 0px;
  --move-y: 0px;
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
  transform: translateX(var(--move-x)) translateY(var(--move-y));
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  will-change: clip-path, transform;
  visibility: hidden;
  opacity: 0;
  transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), clip-path .4s cubic-bezier(.87, 0, .13, 1);
  clip-path: inset(0 0 0 100%);
}

.theme-4 [data-darkmode-toggle] {
  transform: scale(.9);
  transition: all .2s;
  z-index: 1000;
}

.theme-4 [data-darkmode-toggle] .switch {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.theme-4 [data-darkmode-toggle] .switch > .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.theme-4 [data-darkmode-toggle] .switch > .slider:before {
  content: "";
  font-family: Unicons;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  line-height: 1.2;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
  color: currentColor;
}

.theme-4 [data-darkmode-toggle] .switch > input {
  opacity: 0;
  width: 0;
  height: 0;
}

.theme-4 [data-darkmode-toggle] .switch > input:checked + .slider:before {
  content: "";
  color: currentColor;
}

.theme-4 [data-darkmode-toggle]:hover {
  transform: scale(1.1);
  opacity: 1;
}

.theme-4 [data-darkmode-switch] {
  display: inline-flex;
  vertical-align: middle;
}

.theme-4 [data-darkmode-switch] .switch {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 22px;
}

.theme-4 [data-darkmode-switch] .switch > .slider {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid;
  border-radius: 32px;
}

.theme-4 [data-darkmode-switch] .switch > .slider {
  background-color: var(--color-gray-25) !important;
  border-color: #c8c9ca !important;
}

.theme-4 :where(.uc-dark) [data-darkmode-switch] .switch > .slider, .theme-4 [data-darkmode-switch] .switch > .slider:where(.uc-dark) {
  background-color: var(--color-gray-700) !important;
  border-color: var(--color-gray-500) !important;
}

.theme-4 [data-darkmode-switch] .switch > .slider:before {
  content: "";
  font-family: Unicons;
  position: absolute;
  left: 1px;
  bottom: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 14px;
  border-radius: 20px;
  z-index: 1;
  color: currentColor;
  box-shadow: 0 1px 3px #96969640;
  -webkit-transition: all .3s !important;
  transition: all .3s !important;
}

.theme-4 [data-darkmode-switch] .switch > input {
  opacity: 0;
  width: 0;
  height: 0;
}

.theme-4 [data-darkmode-switch] .switch > input:checked + .slider:before {
  content: "";
  color: currentColor;
  transform: translateX(100%);
}

.theme-4 .prettyprint {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary-600) !important;
}

.theme-4 .prettyprint:where(.uc-dark), .theme-4 :where(.uc-dark) .prettyprint {
  background-color: var(--color-gray-800) !important;
  border-color: var(--color-gray-700) !important;
}

.theme-4 pre.prettyprint {
  --font-code-family: "IBM Plex Mono", monospace;
  font-style: normal;
  min-width: 100%;
  width: 45vw;
  max-height: 400px;
}

.theme-4 pre.prettyprint .tag {
  color: #d4458f;
}

.theme-4 :where(.uc-dark) pre.prettyprint .tag, .theme-4 pre.prettyprint .tag:where(.uc-dark) {
  color: #f472b6;
}

.theme-4 pre.prettyprint .atv {
  color: #5a89ca;
}

.theme-4 :where(.uc-dark) pre.prettyprint .atv, .theme-4 pre.prettyprint .atv:where(.uc-dark) {
  color: #82b6ff;
}

.theme-4 .alert {
  font-size: 90%;
}

.theme-4 .uc-table-striped tbody tr:nth-of-type(odd), .theme-4 .uc-table-striped > tr:nth-of-type(odd) {
  background: var(--color-secondary);
}

.theme-4 .uc-table-striped tbody tr:nth-of-type(odd):where(.uc-dark), .theme-4 .uc-table-striped > tr:nth-of-type(odd):where(.uc-dark), .theme-4 :where(.uc-dark) .uc-table-striped tbody tr:nth-of-type(odd), .theme-4 :where(.uc-dark) .uc-table-striped > tr:nth-of-type(odd) {
  background: #5d5d791a;
}

.theme-4 .text-transparent {
  color: #0000;
}

.theme-4 .hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.theme-4 .uc-gdpr-notification {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .25s;
}

.theme-4 .uc-gdpr-notification.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.theme-4 .uc-navbar-container.uc-navbar-sticky {
  backdrop-filter: blur(8px);
}

.theme-4 .uc-navbar-container.uc-navbar-sticky {
  background-color: #fffc;
}

.theme-4 .uc-navbar-container.uc-navbar-sticky:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-navbar-container.uc-navbar-sticky {
  background-color: #1f1f1fbf;
}

.theme-4 .uc-navbar-sticky .hide-on-sticky {
  display: none;
}

.theme-4 header.uc-preview-header .uc-navbar-nav > li > a {
  color: #000;
}

.theme-4 :where(.uc-dark) header.uc-preview-header .uc-navbar-nav > li > a, .theme-4 header.uc-preview-header .uc-navbar-nav > li > a:where(.uc-dark) {
  color: #fff;
}

.theme-4 header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li > a {
  opacity: .6;
}

.theme-4 header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li.uc-active > a {
  opacity: 1;
}

.theme-4 .uc-dropbar-inner.after-bg:after {
  background-color: var(--color-gray-25);
}

.theme-4 .uc-dropbar-inner.after-bg:where(.uc-dark):after, .theme-4 :where(.uc-dark) .uc-dropbar-inner.after-bg:after {
  background-color: var(--color-gray-800);
}

.theme-4 .uc-dropbar-inner.after-bg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  right: -70vw;
  top: 0;
  z-index: -1;
}

.theme-4 [dir="rtl"] .uc-dropbar-inner.after-bg:after {
  right: auto;
  left: -70vw;
}

.theme-4 header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a {
  color: #fff;
  transition: opacity .25s;
}

.theme-4 header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a:hover {
  opacity: .7;
  color: #fff !important;
}

.theme-4 header.uc-header.header-six .uc-navbar-nav > li.uc-active > a {
  color: var(--color-primary);
}

.theme-4 :where(.uc-dark) header.uc-header.header-six .uc-navbar-nav > li.uc-active > a, .theme-4 header.uc-header.header-six .uc-navbar-nav > li.uc-active > a:where(.uc-dark) {
  color: var(--color-lime-300);
}

.theme-4 header.uc-header.header-six > .uc-navbar-sticky {
  max-width: 1140px;
  margin: auto;
  border: 1px solid #00000026;
  box-shadow: 0 8px 24px -8px #00000026;
}

.theme-4 header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main {
  --uc-nav-height: 64px !important;
}

.theme-4 header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main .uc-navbar {
  min-height: 64px !important;
}

.theme-4 :root {
  --bs-link-color-rgb: var(--color-gray-900) !important;
}

.theme-4 :root:where(.uc-dark), .theme-4 :where(.uc-dark) :root {
  --bs-link-color-rgb: white !important;
}

.theme-4 .hero-five-contries {
  left: -18.5% !important;
}

.theme-4 [dir="rtl"] .hero-five-contries {
  left: auto !important;
  right: -18.5% !important;
}

.theme-4 .hero-five-account {
  right: -12% !important;
}

.theme-4 [dir="rtl"] .hero-five-account {
  right: auto !important;
  left: -12% !important;
}

.theme-4 .hero-ten-01 {
  left: -14% !important;
}

.theme-4 [dir="rtl"] .hero-ten-01 {
  left: auto !important;
  right: -14% !important;
}

.theme-4 .hero-ten-02 {
  right: -12% !important;
}

.theme-4 [dir="rtl"] .hero-ten-02 {
  right: auto !important;
  left: -12% !important;
}

.theme-4 .hero-ten-03 {
  right: -8% !important;
}

.theme-4 [dir="rtl"] .hero-ten-03 {
  right: auto !important;
  left: -8% !important;
}

.theme-4 .swiper .swiper-pagination-bullet, .theme-4 .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 0;
  height: 8px !important;
  width: 8px !important;
  border-radius: 8px !important;
}

.theme-4 .swiper-timeline .swiper-slide:first-child .timeline-box:before {
  left: 50% !important;
}

.theme-4 [dir="rtl"] .swiper-timeline .swiper-slide:first-child .timeline-box:before {
  left: 0 !important;
  right: 50% !important;
}

.theme-4 .swiper-timeline .swiper-slide:last-child .timeline-box:before {
  right: 50% !important;
}

.theme-4 [dir="rtl"] .swiper-timeline .swiper-slide:last-child .timeline-box:before {
  right: 0 !important;
  left: 50% !important;
}

.theme-4 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .image {
  transform: scale(1);
  opacity: 1;
}

.theme-4 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .content, .theme-4 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .title {
  opacity: 1;
}

.theme-4 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box:after {
  transform: scale(1);
}

.theme-4 .timeline-box {
  --image-box-height: 200px;
  --half-gap: 40px;
  position: relative;
  transition: all .25s ease-in-out;
}

.theme-4 .timeline-box:after, .theme-4 .timeline-box:before {
  content: "";
  position: absolute;
  display: block;
  transition: all .25s ease-in-out;
}

.theme-4 .timeline-box:after, .theme-4 .timeline-box:before {
  background: var(--color-gray-900);
}

.theme-4 .timeline-box:after:where(), .theme-4 .timeline-box:before:where(), .theme-4 :where(.uc-dark) .timeline-box:after, .theme-4 :where(.uc-dark) .timeline-box:before {
  background: #fff;
}

.theme-4 .timeline-box:before {
  top: calc(var(--image-box-height)  + var(--half-gap));
  right: 0;
  left: 0;
  width: auto;
  height: 1px;
  opacity: .15;
}

.theme-4 .timeline-box:after {
  top: calc(var(--image-box-height)  + var(--half-gap)  - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: scale(.5);
  transition: transform .25s;
}

.theme-4 .timeline-box:after {
  left: auto !important;
}

.theme-4 [dir="rtl"] .timeline-box:after {
  left: calc(50% - 10px) !important;
  right: auto !important;
}

.theme-4 .timeline-box .image {
  opacity: .6;
  transform: scale(.9);
  transition: all .25s ease-in-out;
}

.theme-4 .timeline-box .content, .theme-4 .timeline-box .title {
  opacity: .6;
  transition: all .25s ease-in-out;
}

.theme-4 .main-features-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.theme-4 .main-features-nav > li {
  position: relative;
  width: 100%;
}

.theme-4 .main-features-nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0 16px;
  line-height: 80px !important;
}

.theme-4 .main-features-nav > li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid #0000;
  width: 0%;
  transition: all cubic-bezier(1, 0, 0, 1);
}

.theme-4 .main-features-nav > li.uc-active:before {
  border-color: var(--color-primary);
  width: 100%;
  transition-duration: .5s;
}

.theme-4 .uc-link {
  font-weight: 500;
}

.theme-4 .uc-navbar-nav > li > a[aria-expanded="true"] {
  box-shadow: inset 0 3px var(--color-primary);
}

.theme-4 .uc-switcher-nav > li > a {
  border-radius: 12px;
}

.theme-4 .uc-subnav-outline-pill > li > a {
  border: 1px solid var(--border-color);
  border-radius: 50rem;
  padding: 8px 24px;
}

.theme-4 .uc-subnav-outline-pill > li > a {
  color: var(--color-gray-900) !important;
}

.theme-4 .uc-subnav-outline-pill > li > a:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-subnav-outline-pill > li > a {
  color: #fff !important;
}

.theme-4 .uc-subnav-outline-pill > li.uc-active > a {
  background-color: var(--color-tertiary-300);
}

.theme-4 .uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
  background-color: var(--color-primary);
}

.theme-4 .uc-subnav-outline-pill > li.uc-active > a {
  border-color: var(--color-gray-900);
}

.theme-4 .uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
  border-color: var(--color-primary-400);
}

.theme-4 .uc-navbar-container:not(.uc-navbar-transparent) {
  background: none !important;
}

.theme-4 .uc-navbar-dropdown-nav > li > a:where(.uc-dark), .theme-4 :where(.uc-dark) .uc-navbar-dropdown-nav > li > a {
  color: var(--color-tertiary-200);
}

.theme-4 .uc-table-light.uc-table-divider > :first-child > tr:not(:first-child), .theme-4 .uc-table-light.uc-table-divider > :not(:first-child) > tr, .theme-4 .uc-table-light.uc-table-divider > tr:not(:first-child) {
  border-color: #e7e3e0 !important;
}

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

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

.theme-4 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: #0000;
}

.theme-4 hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: .25;
}

.theme-4 h1, .theme-4 h2, .theme-4 h3, .theme-4 h4, .theme-4 h5, .theme-4 h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: var(--font-family-secondary);
  font-weight: 700;
  color: var(--bs-heading-color, inherit);
}

.theme-4 p {
  margin: 0;
}

.theme-4 p + p {
  margin-top: 1rem;
}

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

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

.theme-4 ol, .theme-4 ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.theme-4 ol ol, .theme-4 ol ul, .theme-4 ul ol, .theme-4 ul ul {
  margin-bottom: 0;
}

.theme-4 b, .theme-4 strong {
  font-weight: 700;
}

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

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

.theme-4 sup {
  top: -.5em;
}

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

.theme-4 a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

.theme-4 code, .theme-4 pre, .theme-4 samp {
  font-family: var(--font-family-code);
  font-size: 1em;
}

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

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

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

.theme-4 a > code {
  color: inherit;
}

.theme-4 figure {
  margin: 0 0 1rem;
}

.theme-4 img, .theme-4 svg {
  vertical-align: middle;
}

.theme-4 table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

.theme-4 label {
  display: inline-block;
}

.theme-4 button {
  border-radius: 0;
}

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

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

.theme-4 button, .theme-4 select {
  text-transform: none;
}

.theme-4 [role="button"] {
  cursor: pointer;
}

.theme-4 select {
  word-wrap: normal;
}

.theme-4 select:disabled {
  opacity: 1;
}

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

.theme-4 [type="button"], .theme-4 [type="submit"], .theme-4 button {
  -webkit-appearance: button;
}

.theme-4 [type="button"]:not(:disabled), .theme-4 [type="submit"]:not(:disabled), .theme-4 button:not(:disabled) {
  cursor: pointer;
}

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

.theme-4 textarea {
  resize: vertical;
}

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

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

.theme-4 ::-webkit-inner-spin-button {
  height: auto;
}

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

.theme-4 ::-webkit-search-decoration {
  -webkit-appearance: none;
}

.theme-4 ::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

.theme-4 progress {
  vertical-align: baseline;
}

.theme-4 [hidden] {
  display: none !important;
}

.theme-4 .display-5 {
  font-size: var(--sizes-heading-display-5-size) !important;
  line-height: var(--sizes-heading-display-5-lh) !important;
  letter-spacing: var(--sizes-heading-display-5-lp) !important;
}

.theme-4 .h1 {
  font-size: var(--sizes-heading-h1-size) !important;
  line-height: var(--sizes-heading-h1-lh) !important;
  letter-spacing: var(--sizes-heading-h1-lp) !important;
}

.theme-4 .h2 {
  font-size: var(--sizes-heading-h2-size) !important;
  line-height: var(--sizes-heading-h2-lh) !important;
  letter-spacing: var(--sizes-heading-h2-lp) !important;
}

.theme-4 .h3 {
  font-size: var(--sizes-heading-h3-size) !important;
  line-height: var(--sizes-heading-h3-lh) !important;
  letter-spacing: var(--sizes-heading-h3-lp) !important;
}

.theme-4 .h4 {
  font-size: var(--sizes-heading-h4-size) !important;
  line-height: var(--sizes-heading-h4-lh) !important;
  letter-spacing: var(--sizes-heading-h4-lp) !important;
}

.theme-4 .h5 {
  font-size: var(--sizes-heading-h5-size) !important;
  line-height: var(--sizes-heading-h5-lh) !important;
  letter-spacing: var(--sizes-heading-h5-lp) !important;
}

.theme-4 .h6 {
  font-size: var(--sizes-heading-h6-size) !important;
  line-height: var(--sizes-heading-h6-lh) !important;
  letter-spacing: var(--sizes-heading-h6-lp) !important;
}

@media (width >= 459px) {
  .theme-4 .sm\:display-2 {
    font-size: var(--sizes-heading-display-2-size) !important;
    line-height: var(--sizes-heading-display-2-lh) !important;
    letter-spacing: var(--sizes-heading-display-2-lp) !important;
  }

  .theme-4 .sm\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .theme-4 .sm\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .theme-4 .sm\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .theme-4 .sm\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .theme-4 .sm\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .theme-4 .sm\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
}

@media (width >= 768px) {
  .theme-4 .md\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }

  .theme-4 .md\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .theme-4 .md\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .theme-4 .md\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .theme-4 .md\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .theme-4 .md\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .theme-4 .md\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
}

@media (width >= 992px) {
  .theme-4 .lg\:display-4 {
    font-size: var(--sizes-heading-display-4-size) !important;
    line-height: var(--sizes-heading-display-4-lh) !important;
    letter-spacing: var(--sizes-heading-display-4-lp) !important;
  }

  .theme-4 .lg\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }

  .theme-4 .lg\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .theme-4 .lg\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .theme-4 .lg\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .theme-4 .lg\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .theme-4 .lg\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .theme-4 .lg\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }

  .theme-4 .lg\:h6 {
    font-size: var(--sizes-heading-h6-size) !important;
    line-height: var(--sizes-heading-h6-lh) !important;
    letter-spacing: var(--sizes-heading-h6-lp) !important;
  }
}

@media (width >= 1200px) {
  .theme-4 .xl\:display-3 {
    font-size: var(--sizes-heading-display-3-size) !important;
    line-height: var(--sizes-heading-display-3-lh) !important;
    letter-spacing: var(--sizes-heading-display-3-lp) !important;
  }

  .theme-4 .xl\:display-4 {
    font-size: var(--sizes-heading-display-4-size) !important;
    line-height: var(--sizes-heading-display-4-lh) !important;
    letter-spacing: var(--sizes-heading-display-4-lp) !important;
  }

  .theme-4 .xl\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }

  .theme-4 .xl\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .theme-4 .xl\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .theme-4 .xl\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .theme-4 .xl\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .theme-4 .xl\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .theme-4 .xl\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
}

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

.theme-4 .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-family: var(--font-family-secondary);
  font-weight: 700;
}

@media (width >= 1200px) {
  .theme-4 .display-5 {
    font-size: 3rem;
  }
}

.theme-4 .figure {
  display: inline-block;
}

.theme-4 .container {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (width >= 459px) {
  .theme-4 .container {
    max-width: 540px;
  }
}

@media (width >= 768px) {
  .theme-4 .container {
    max-width: 720px;
  }
}

@media (width >= 992px) {
  .theme-4 .container {
    max-width: 960px;
  }
}

@media (width >= 1200px) {
  .theme-4 .container {
    max-width: 1140px;
  }
}

@media (width >= 1400px) {
  .theme-4 .container {
    max-width: 1320px;
  }
}

.theme-4 .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

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

.theme-4 .row.col-match {
  flex-wrap: wrap;
}

.theme-4 .row.col-match > *, .theme-4 .row.col-match > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.theme-4 .row.col-match > * > *, .theme-4 .row.col-match > [class*="col-"] > * {
  flex: 1;
}

.theme-4 .row.uc-grid:not(.uc-flex-wrap-top), .theme-4 .row.uc-grid > :not(.uc-grid-margin) {
  margin-top: 0;
}

.theme-4 .expand-container {
  --grid-gap: var(--bs-gutter-x);
  --scroll-width: var(--body-scroll-width, 17px);
  --container-width: calc((100% + var(--grid-gap)) * var(--grid-total) / var(--grid-count)  - var(--grid-gap));
  --expand-size: calc((100vw - var(--scroll-width)  - var(--container-width)) / -2);
  margin-right: var(--expand-size);
  margin-left: var(--expand-size);
}

.theme-4 .g-0 .expand-container, .theme-4 .g-0 .bp-lg .g-0, .theme-4 .g-0 .bp-md .g-0, .theme-4 .g-0 .bp-sm .g-0, .theme-4 .g-0 .bp-xl .g-0, .theme-4 .g-0 .bp-xs .g-0, .theme-4 .g-0 .bp-xxl .g-0, .theme-4 .gx-0 .expand-container, .theme-4 .gx-0 .bp-lg .g-0, .theme-4 .gx-0 .bp-md .g-0, .theme-4 .gx-0 .bp-sm .g-0, .theme-4 .gx-0 .bp-xl .g-0, .theme-4 .gx-0 .bp-xs .g-0, .theme-4 .gx-0 .bp-xxl .g-0 {
  --grid-gap: 0rem;
}

.theme-4 .child-cols > * {
  flex: 1;
}

.theme-4 .child-cols-3 > * {
  --grid-total: 12;
  --grid-count: 3;
  flex: none;
  width: 25%;
}

.theme-4 .child-cols-4 > * {
  --grid-total: 12;
  --grid-count: 4;
  flex: none;
  width: 33.3333%;
}

.theme-4 .child-cols-6 > * {
  --grid-total: 12;
  --grid-count: 6;
  flex: none;
  width: 50%;
}

.theme-4 .child-cols-12 > * {
  --grid-total: 12;
  --grid-count: 12;
  flex: none;
  width: 100%;
}

@media (width >= 459px) {
  .theme-4 .sm\:child-cols > * {
    flex: 1 0;
  }

  .theme-4 .sm\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-4 .sm\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 768px) {
  .theme-4 .md\:child-cols > * {
    flex: 1 0;
  }

  .theme-4 .md\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-4 .md\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 992px) {
  .theme-4 .lg\:child-cols > * {
    flex: 1 0;
  }

  .theme-4 .lg\:child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .theme-4 .lg\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-4 .lg\:child-cols-5 > * {
    --grid-total: 12;
    --grid-count: 5;
    flex: none;
    width: 41.6667%;
  }

  .theme-4 .lg\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 1200px) {
  .theme-4 .xl\:child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .theme-4 .xl\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }
}

.theme-4 .grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}

.theme-4 .col {
  flex: 1 0;
}

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

.theme-4 .col-3 {
  --grid-total: 12;
  --grid-count: 3;
  flex: none;
  width: 25%;
}

.theme-4 .col-4 {
  --grid-total: 12;
  --grid-count: 4;
  flex: none;
  width: 33.3333%;
}

.theme-4 .col-5 {
  --grid-total: 12;
  --grid-count: 5;
  flex: none;
  width: 41.6667%;
}

.theme-4 .col-7 {
  --grid-total: 12;
  --grid-count: 7;
  flex: none;
  width: 58.3333%;
}

.theme-4 .col-8 {
  --grid-total: 12;
  --grid-count: 8;
  flex: none;
  width: 66.6667%;
}

.theme-4 .col-12 {
  --grid-total: 12;
  --grid-count: 12;
  flex: none;
  width: 100%;
}

.theme-4 .g-0, .theme-4 .gx-0 {
  --bs-gutter-x: 0;
}

.theme-4 .g-0, .theme-4 .gy-0 {
  --bs-gutter-y: 0;
}

.theme-4 .g-1 {
  --bs-gutter-x: .5rem;
}

.theme-4 .g-1 {
  --bs-gutter-y: .5rem;
}

.theme-4 .g-2, .theme-4 .gx-2 {
  --bs-gutter-x: 1rem;
}

.theme-4 .g-2, .theme-4 .gy-2 {
  --bs-gutter-y: 1rem;
}

.theme-4 .g-3 {
  --bs-gutter-x: 1.5rem;
}

.theme-4 .g-3, .theme-4 .gy-3 {
  --bs-gutter-y: 1.5rem;
}

.theme-4 .g-4, .theme-4 .gx-4 {
  --bs-gutter-x: 2rem;
}

.theme-4 .g-4, .theme-4 .gy-4 {
  --bs-gutter-y: 2rem;
}

.theme-4 .g-5, .theme-4 .gx-5 {
  --bs-gutter-x: 2.5rem;
}

.theme-4 .g-5 {
  --bs-gutter-y: 2.5rem;
}

.theme-4 .g-6, .theme-4 .gx-6 {
  --bs-gutter-x: 3rem;
}

.theme-4 .g-6, .theme-4 .gy-6 {
  --bs-gutter-y: 3rem;
}

.theme-4 .g-8 {
  --bs-gutter-x: 4rem;
}

.theme-4 .g-8 {
  --bs-gutter-y: 4rem;
}

.theme-4 .g-9 {
  --bs-gutter-x: 5rem;
}

.theme-4 .g-9, .theme-4 .gy-9 {
  --bs-gutter-y: 5rem;
}

@media (width >= 768px) {
  .theme-4 .col-md-2 {
    --grid-total: 12;
    --grid-count: 2;
    flex: none;
    width: 16.6667%;
  }

  .theme-4 .col-md-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-4 .col-md-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 459px) {
  .theme-4 .sm\:col-auto {
    flex: none;
    width: auto;
  }

  .theme-4 .sm\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-4 .sm\:col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: none;
    width: 41.6667%;
  }

  .theme-4 .sm\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }

  .theme-4 .sm\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: none;
    width: 66.6667%;
  }

  .theme-4 .sm\:col-9 {
    --grid-total: 12;
    --grid-count: 9;
    flex: none;
    width: 75%;
  }

  .theme-4 .sm\:col-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: none;
    width: 83.3333%;
  }

  .theme-4 .sm\:g-2 {
    --bs-gutter-x: 1rem;
  }

  .theme-4 .sm\:g-2 {
    --bs-gutter-y: 1rem;
  }

  .theme-4 .sm\:g-3, .theme-4 .sm\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }

  .theme-4 .sm\:g-3 {
    --bs-gutter-y: 1.5rem;
  }

  .theme-4 .sm\:g-4, .theme-4 .sm\:gx-4 {
    --bs-gutter-x: 2rem;
  }

  .theme-4 .sm\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .theme-4 .sm\:g-6 {
    --bs-gutter-x: 3rem;
  }

  .theme-4 .sm\:g-6, .theme-4 .sm\:gy-6 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 768px) {
  .theme-4 .md\:col-auto {
    flex: none;
    width: auto;
  }

  .theme-4 .md\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-4 .md\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }

  .theme-4 .md\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: none;
    width: 66.6667%;
  }

  .theme-4 .md\:g-4 {
    --bs-gutter-x: 2rem;
  }

  .theme-4 .md\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .theme-4 .md\:gx-6 {
    --bs-gutter-x: 3rem;
  }

  .theme-4 .md\:g-8 {
    --bs-gutter-x: 4rem;
  }

  .theme-4 .md\:g-8 {
    --bs-gutter-y: 4rem;
  }
}

@media (width >= 992px) {
  .theme-4 .lg\:col {
    flex: 1 0;
  }

  .theme-4 .lg\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .theme-4 .lg\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-4 .lg\:col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: none;
    width: 41.6667%;
  }

  .theme-4 .lg\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }

  .theme-4 .lg\:col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: none;
    width: 58.3333%;
  }

  .theme-4 .lg\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: none;
    width: 66.6667%;
  }

  .theme-4 .lg\:col-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: none;
    width: 83.3333%;
  }

  .theme-4 .lg\:g-0, .theme-4 .lg\:gx-0 {
    --bs-gutter-x: 0;
  }

  .theme-4 .lg\:g-0 {
    --bs-gutter-y: 0;
  }

  .theme-4 .lg\:g-3, .theme-4 .lg\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }

  .theme-4 .lg\:g-3 {
    --bs-gutter-y: 1.5rem;
  }

  .theme-4 .lg\:g-4, .theme-4 .lg\:gx-4 {
    --bs-gutter-x: 2rem;
  }

  .theme-4 .lg\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .theme-4 .lg\:g-6, .theme-4 .lg\:gx-6 {
    --bs-gutter-x: 3rem;
  }

  .theme-4 .lg\:g-6, .theme-4 .lg\:gy-6 {
    --bs-gutter-y: 3rem;
  }

  .theme-4 .lg\:g-8, .theme-4 .lg\:gx-8 {
    --bs-gutter-x: 4rem;
  }

  .theme-4 .lg\:g-8, .theme-4 .lg\:gy-8 {
    --bs-gutter-y: 4rem;
  }
}

@media (width >= 1200px) {
  .theme-4 .xl\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .theme-4 .xl\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-4 .xl\:col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: none;
    width: 58.3333%;
  }

  .theme-4 .xl\:g-3 {
    --bs-gutter-x: 1.5rem;
  }

  .theme-4 .xl\:g-3 {
    --bs-gutter-y: 1.5rem;
  }

  .theme-4 .xl\:g-4, .theme-4 .xl\:gx-4 {
    --bs-gutter-x: 2rem;
  }

  .theme-4 .xl\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .theme-4 .xl\:g-6 {
    --bs-gutter-x: 3rem;
  }

  .theme-4 .xl\:g-6, .theme-4 .xl\:gy-6 {
    --bs-gutter-y: 3rem;
  }

  .theme-4 .xl\:g-8, .theme-4 .xl\:gx-8 {
    --bs-gutter-x: 4rem;
  }

  .theme-4 .xl\:g-8, .theme-4 .xl\:gy-8 {
    --bs-gutter-y: 4rem;
  }

  .theme-4 .xl\:g-10 {
    --bs-gutter-x: 8rem;
  }

  .theme-4 .xl\:g-10 {
    --bs-gutter-y: 8rem;
  }
}

.theme-4 .sep > * {
  position: relative;
}

.theme-4 .sep > :not(.uc-first-column):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.theme-4 .sep > :not(.uc-first-column):before {
  left: -.2px !important;
}

.theme-4 [dir="rtl"] .sep > :not(.uc-first-column):before {
  left: auto !important;
  right: -.2px !important;
}

.theme-4 .sep > :not(.uc-first-column):before {
  border-left: 1px solid var(--border-color) !important;
}

.theme-4 [dir="rtl"] .sep > :not(.uc-first-column):before {
  border-left: 1rem !important;
  border-right: 1px solid var(--border-color) !important;
}

.theme-4 .sep > .uc-grid-margin:after {
  content: "";
  position: absolute;
  top: calc(var(--bs-gutter-y) / 2 * -1);
  left: calc(var(--bs-gutter-y) / 2);
  right: calc(var(--bs-gutter-y) / 2);
  border-top: 1px solid #9b9b9b33;
  transform: translateY(-50%);
}

.theme-4 .sep-x > :not(:first-child) {
  position: relative;
}

.theme-4 .sep-x > :not(:first-child):before {
  content: "";
  position: absolute;
  top: calc(var(--bs-gutter-y) / 2 * -1);
  left: 15px;
  right: 15px;
  border-top: 1px solid #9b9b9b33;
  transform: translateY(-50%);
}

.theme-4 .clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.theme-4 .ratio {
  position: relative;
  width: 100%;
}

.theme-4 .ratio:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.theme-4 .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.theme-4 .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.theme-4 .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.theme-4 .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.theme-4 .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.theme-4 .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

.theme-4 .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.theme-4 .vstack {
  display: flex;
  flex: auto;
  flex-direction: column;
  align-self: stretch;
}

.theme-4 .vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: .25;
}

.theme-4 .btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0px;
  --bs-btn-font-family: var(--font-family-tertiary);
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 48px;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
  --bs-btn-disabled-opacity: .65;
  --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .theme-4 .btn {
    transition: none;
  }
}

.theme-4 .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.theme-4 .btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.theme-4 .btn.active, .theme-4 .btn.show, .theme-4 .btn:first-child:active, .theme-4 :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.theme-4 .btn.active:focus-visible, .theme-4 .btn.show:focus-visible, .theme-4 .btn:first-child:active:focus-visible, .theme-4 :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.theme-4 .btn.disabled, .theme-4 .btn:disabled, .theme-4 fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.theme-4 .btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #a3eb77;
  --bs-btn-hover-border-color: #9eea6f;
  --bs-btn-focus-shadow-rgb: 125, 197, 81;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #a9ed7f;
  --bs-btn-active-border-color: #9eea6f;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: var(--color-primary);
  --bs-btn-disabled-border-color: var(--color-primary);
}

.theme-4 .btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #fcf0e7;
  --bs-btn-border-color: #fcf0e7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fcf2eb;
  --bs-btn-hover-border-color: #fcf2e9;
  --bs-btn-focus-shadow-rgb: 214, 204, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fdf3ec;
  --bs-btn-active-border-color: #fcf2e9;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fcf0e7;
  --bs-btn-disabled-border-color: #fcf0e7;
}

.theme-4 .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4caf50;
  --bs-btn-border-color: #4caf50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #419544;
  --bs-btn-hover-border-color: #3d8c40;
  --bs-btn-focus-shadow-rgb: 103, 187, 106;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3d8c40;
  --bs-btn-active-border-color: #39833c;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4caf50;
  --bs-btn-disabled-border-color: #4caf50;
}

.theme-4 .btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #09c;
  --bs-btn-border-color: #09c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0082ad;
  --bs-btn-hover-border-color: #007aa3;
  --bs-btn-focus-shadow-rgb: 38, 168, 212;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #007aa3;
  --bs-btn-active-border-color: #007399;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #09c;
  --bs-btn-disabled-border-color: #09c;
}

.theme-4 .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffb307;
  --bs-btn-border-color: #ffb307;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffbe2c;
  --bs-btn-hover-border-color: #ffbb20;
  --bs-btn-focus-shadow-rgb: 217, 152, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc239;
  --bs-btn-active-border-color: #ffbb20;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffb307;
  --bs-btn-disabled-border-color: #ffb307;
}

.theme-4 .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e44b4b;
  --bs-btn-border-color: #e44b4b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c24040;
  --bs-btn-hover-border-color: #b63c3c;
  --bs-btn-focus-shadow-rgb: 232, 102, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b63c3c;
  --bs-btn-active-border-color: #ab3838;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e44b4b;
  --bs-btn-disabled-border-color: #e44b4b;
}

.theme-4 .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.theme-4 .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.theme-4 .btn-gray {
  --bs-btn-color: #fff;
  --bs-btn-bg: #31393a;
  --bs-btn-border-color: #31393a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2a3031;
  --bs-btn-hover-border-color: #272e2e;
  --bs-btn-focus-shadow-rgb: 80, 87, 88;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #272e2e;
  --bs-btn-active-border-color: #252b2c;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #31393a;
  --bs-btn-disabled-border-color: #31393a;
}

.theme-4 .btn-primary-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: #d4f6bf;
  --bs-btn-border-color: #d4f6bf;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #daf7c9;
  --bs-btn-hover-border-color: #d8f7c5;
  --bs-btn-focus-shadow-rgb: 180, 209, 162;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ddf8cc;
  --bs-btn-active-border-color: #d8f7c5;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #d4f6bf;
  --bs-btn-disabled-border-color: #d4f6bf;
}

.theme-4 .btn-primary-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #588b39;
  --bs-btn-border-color: #588b39;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4b7630;
  --bs-btn-hover-border-color: #466f2e;
  --bs-btn-focus-shadow-rgb: 113, 156, 87;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #466f2e;
  --bs-btn-active-border-color: #42682b;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #588b39;
  --bs-btn-disabled-border-color: #588b39;
}

.theme-4 .btn-tertiary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #025864;
  --bs-btn-border-color: #025864;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #024b55;
  --bs-btn-hover-border-color: #024650;
  --bs-btn-focus-shadow-rgb: 40, 113, 123;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #024650;
  --bs-btn-active-border-color: #02424b;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #025864;
  --bs-btn-disabled-border-color: #025864;
}

.theme-4 .btn-outline-primary {
  --bs-btn-color: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: var(--color-primary);
  --bs-btn-hover-border-color: var(--color-primary);
  --bs-btn-focus-shadow-rgb: var(--color-primary-rgb);
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: var(--color-primary);
  --bs-btn-active-border-color: var(--color-primary);
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: var(--color-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--color-primary);
  --bs-gradient: none;
}

.theme-4 .btn-outline-gray-100 {
  --bs-btn-color: #d6d7d8;
  --bs-btn-border-color: #d6d7d8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d6d7d8;
  --bs-btn-hover-border-color: #d6d7d8;
  --bs-btn-focus-shadow-rgb: 214, 215, 216;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d6d7d8;
  --bs-btn-active-border-color: #d6d7d8;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #d6d7d8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d6d7d8;
  --bs-gradient: none;
}

.theme-4 .btn-outline-tertiary {
  --bs-btn-color: #025864;
  --bs-btn-border-color: #025864;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #025864;
  --bs-btn-hover-border-color: #025864;
  --bs-btn-focus-shadow-rgb: var(--color-tertiary-rgb);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #025864;
  --bs-btn-active-border-color: #025864;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #025864;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #025864;
  --bs-gradient: none;
}

.theme-4 .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

.theme-4 .btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.theme-4 .btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.theme-4 .btn-lg {
  --bs-btn-padding-y: .5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: .5rem;
}

.theme-4 .btn-sm {
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .875rem;
  --bs-btn-border-radius: var(--radius);
}

.theme-4 .accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: .375rem;
  --bs-accordion-inner-border-radius: calc(.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.theme-4 .table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: #0000000d;
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: #0000001a;
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: #00000013;
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.theme-4 .table > :not(caption) > * > * {
  padding: 1rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.theme-4 .table > tbody {
  vertical-align: inherit;
}

.theme-4 .table > thead {
  vertical-align: bottom;
}

.theme-4 .form-label {
  margin-bottom: .5rem;
}

.theme-4 .form-control {
  display: block;
  width: 100%;
  padding: 1rem;
  font-family: var(--font-text-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: var(--radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .theme-4 .form-control {
    transition: none;
  }
}

.theme-4 .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.theme-4 .form-control::-webkit-date-and-time-value {
  height: 1.25rem;
}

.theme-4 .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.theme-4 .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.theme-4 .form-control::file-selector-button {
  padding: 1rem;
  margin: -1rem;
  margin-inline-end: 1rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .theme-4 .form-control::file-selector-button {
    transition: none;
  }
}

.theme-4 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.theme-4 .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  line-height: 1.25rem;
  color: #212529;
  background-color: #0000;
  border: solid #0000;
  border-width: 1px 0;
}

.theme-4 .form-control-plaintext:focus {
  outline: 0;
}

.theme-4 .form-control-plaintext.form-control-lg, .theme-4 .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.theme-4 .form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .75rem;
  font-size: 1rem;
  border-radius: var(--radius);
}

.theme-4 .form-control-sm::file-selector-button {
  padding: .75rem;
  margin-inline-end: .75rem;
}

.theme-4 .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 1.5rem;
  font-size: 1.125rem;
  border-radius: var(--radius);
}

.theme-4 .form-control-lg::file-selector-button {
  padding: 1.5rem;
  margin-inline-end: 1.5rem;
}

.theme-4 textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}

.theme-4 textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
}

.theme-4 textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.theme-4 .form-select {
  display: block;
  width: 100%;
  padding: 2.25rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-family: var(--font-text-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  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 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .theme-4 .form-select {
    transition: none;
  }
}

.theme-4 .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.theme-4 .form-select[multiple], .theme-4 .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}

.theme-4 .form-select:disabled {
  background-color: #e9ecef;
}

.theme-4 .form-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 #212529;
}

.theme-4 .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

.theme-4 .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.theme-4 .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #00000040;
  appearance: none;
  print-color-adjust: exact;
}

.theme-4 .form-check-input[type="checkbox"] {
  border-radius: .25em;
}

.theme-4 .form-check-input[type="radio"] {
  border-radius: 50%;
}

.theme-4 .form-check-input:active {
  filter: brightness(90%);
}

.theme-4 .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.theme-4 .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.theme-4 .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 10 3 3 6-6'/%3e%3c/svg%3e");
}

.theme-4 .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");
}

.theme-4 .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");
}

.theme-4 .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.theme-4 .form-check-input:disabled ~ .form-check-label, .theme-4 .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .5;
}

.theme-4 .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: #0000;
  appearance: none;
}

.theme-4 .form-range:focus {
  outline: 0;
}

.theme-4 .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.theme-4 .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.theme-4 .form-range::-moz-focus-outer {
  border: 0;
}

.theme-4 .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: var(--color-primary);
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .theme-4 .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.theme-4 .form-range::-webkit-slider-thumb:active {
  background-color: var(--color-primary-400);
}

.theme-4 .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
}

.theme-4 .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--color-primary);
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .theme-4 .form-range::-moz-range-thumb {
    transition: none;
  }
}

.theme-4 .form-range::-moz-range-thumb:active {
  background-color: var(--color-primary-400);
}

.theme-4 .form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
}

.theme-4 .form-range:disabled {
  pointer-events: none;
}

.theme-4 .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.theme-4 .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.theme-4 .valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754;
}

.theme-4 .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}

.theme-4 .fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .theme-4 .fade {
    transition: none;
  }
}

.theme-4 .fade:not(.show) {
  opacity: 0;
}

.theme-4 .collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s;
}

@media (prefers-reduced-motion: reduce) {
  .theme-4 .collapsing {
    transition: none;
  }
}

.theme-4 .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.theme-4 .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: .5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: .375rem;
  --bs-card-inner-border-radius: calc(.375rem - 1px);
  --bs-card-cap-padding-y: .5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #00000008;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: .75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.theme-4 .card > hr {
  margin-right: 0;
  margin-left: 0;
}

.theme-4 .card-body {
  flex: auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.theme-4 .breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: .5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.theme-4 .pagination {
  --bs-pagination-padding-x: .75rem;
  --bs-pagination-padding-y: .375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: .375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.theme-4 .alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 2px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.theme-4 .alert-info {
  --bs-alert-color: #006b8f;
  --bs-alert-bg: #e6f5fa;
  --bs-alert-border-color: #33add6;
}

.theme-4 .alert-warning {
  --bs-alert-color: #b37d05;
  --bs-alert-bg: #fff7e6;
  --bs-alert-border-color: #ffc239;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.theme-4 .progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: .75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: .375rem;
  --bs-progress-box-shadow: inset 0 1px 2px #00000013;
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width .6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.theme-4 .modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: .5rem;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: .5rem;
  --bs-modal-box-shadow: 0 .125rem .25rem #00000013;
  --bs-modal-inner-border-radius: calc(.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: .5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

@media (width >= 459px) {
  .theme-4 .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 .5rem 1rem #00000026;
  }
}

.theme-4 .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: .5rem;
  --bs-tooltip-padding-y: .25rem;
  --bs-tooltip-font-size: .875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: .375rem;
  --bs-tooltip-opacity: .9;
  --bs-tooltip-arrow-width: .8rem;
  --bs-tooltip-arrow-height: .4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

.theme-4 .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.theme-4 .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: .5;
}

.theme-4 .placeholder.btn:before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0;
  }
}

.theme-4 .align-top {
  vertical-align: top !important;
}

.theme-4 .align-middle {
  vertical-align: middle !important;
}

.theme-4 .float-start {
  float: left !important;
}

.theme-4 .float-end {
  float: right !important;
}

.theme-4 .opacity-10 {
  opacity: .1 !important;
}

.theme-4 .opacity-20 {
  opacity: .2 !important;
}

.theme-4 .opacity-25 {
  opacity: .25 !important;
}

.theme-4 .opacity-40 {
  opacity: .4 !important;
}

.theme-4 .opacity-50 {
  opacity: .5 !important;
}

.theme-4 .opacity-60 {
  opacity: .6 !important;
}

.theme-4 .opacity-70 {
  opacity: .7 !important;
}

.theme-4 .opacity-80 {
  opacity: .8 !important;
}

.theme-4 .opacity-100 {
  opacity: 1 !important;
}

.theme-4 :where(.uc-dark) .dark\:opacity-80 {
  opacity: .8 !important;
}

.theme-4 :where(.uc-dark) .dark\:opacity-90 {
  opacity: .9 !important;
}

.theme-4 .overflow-unset {
  overflow: unset !important;
}

.theme-4 .overflow-auto {
  overflow: auto !important;
}

.theme-4 .overflow-hidden {
  overflow: hidden !important;
}

.theme-4 .overflow-scroll {
  overflow: scroll !important;
}

.theme-4 .d-inline {
  display: inline !important;
}

.theme-4 .d-inline-block {
  display: inline-block !important;
}

.theme-4 .d-block {
  display: block !important;
}

.theme-4 [dir="ltr"] .ltr\:d-block {
  display: block !important;
}

.theme-4 [dir="rtl"] .rtl\:d-block {
  display: block !important;
}

.theme-4 .d-flex {
  display: flex !important;
}

.theme-4 .d-inline-flex {
  display: inline-flex !important;
}

.theme-4 .d-none {
  display: none !important;
}

.theme-4 [dir="ltr"] .ltr\:d-none {
  display: none !important;
}

.theme-4 [dir="rtl"] .rtl\:d-none {
  display: none !important;
}

.theme-4 :where(.uc-dark) .dark\:d-inline-block {
  display: inline-block !important;
}

.theme-4 :where(.uc-dark) .dark\:d-block {
  display: block !important;
}

.theme-4 [dir="ltr"] .ltr\:d-block {
  display: block !important;
}

.theme-4 [dir="rtl"] .rtl\:d-block {
  display: block !important;
}

.theme-4 :where(.uc-dark) .dark\:d-inline-flex {
  display: inline-flex !important;
}

.theme-4 :where(.uc-dark) .dark\:d-none {
  display: none !important;
}

.theme-4 [dir="ltr"] .ltr\:d-none {
  display: none !important;
}

.theme-4 [dir="rtl"] .rtl\:d-none {
  display: none !important;
}

.theme-4 .shadow {
  box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important;
}

.theme-4 .shadow-xs {
  box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important;
}

.theme-4 .shadow-sm {
  box-shadow: 0 .25rem .5rem -.1rem var(--shadow-color) !important;
}

.theme-4 .hover\:shadow-md:hover, .theme-4 .shadow-md {
  box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important;
}

.theme-4 .shadow-lg {
  box-shadow: 0 1rem 1.5rem -.1rem var(--shadow-color) !important;
}

.theme-4 .shadow-xl {
  box-shadow: 0 1.5rem 2rem -.1rem var(--shadow-color) !important;
}

.theme-4 .position-relative {
  position: relative !important;
}

.theme-4 .position-absolute {
  position: absolute !important;
}

.theme-4 .position-fixed {
  position: fixed !important;
}

.theme-4 .top-0 {
  top: 0 !important;
}

.theme-4 .top-50 {
  top: 50% !important;
}

.theme-4 .top-100 {
  top: 100% !important;
}

.theme-4 .bottom-0 {
  bottom: 0 !important;
}

.theme-4 .start-0 {
  left: 0 !important;
}

.theme-4 [dir="ltr"] .ltr\:start-0 {
  left: 0 !important;
}

.theme-4 [dir="rtl"] .rtl\:start-0 {
  left: 0 !important;
}

.theme-4 .start-50 {
  left: 50% !important;
}

.theme-4 .start-100 {
  left: 100% !important;
}

.theme-4 [dir="rtl"] .rtl\:end-auto {
  right: auto !important;
}

.theme-4 .end-0 {
  right: 0 !important;
}

.theme-4 [dir="ltr"] .ltr\:end-0 {
  right: 0 !important;
}

.theme-4 [dir="rtl"] .rtl\:end-0 {
  right: 0 !important;
}

.theme-4 .translate-middle {
  transform: translate(-50%, -50%) !important;
}

.theme-4 .translate-middle-x {
  transform: translateX(-50%) !important;
}

.theme-4 .translate-middle-y {
  transform: translateY(-50%) !important;
}

.theme-4 .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.theme-4 .border-0 {
  border: 0 !important;
}

.theme-4 .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.theme-4 .border-top-0 {
  border-top: 0 !important;
}

.theme-4 .border-end-0 {
  border-right: 0 !important;
}

.theme-4 .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.theme-4 .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.theme-4 .border-primary, .theme-4 .hover\:border-primary:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 .border-dark, .theme-4 .hover\:border-dark:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 .border-gray-50 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 .border-gray-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 .border-gray-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 .border-gray-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 .border-gray-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 .border-primary-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-300-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 .border-secondary-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-600-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 .hover\:border-tertiary:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 .border-tertiary-50 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 .border-tertiary-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-100-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:border-gray-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:border-gray-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:border-gray-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:border-gray-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:border-gray-700 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:border-gray-800 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:border-gray-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:border-tertiary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:border-tertiary-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.theme-4 .border-1 {
  border-width: 1px !important;
}

.theme-4 .border-2 {
  border-width: 2px !important;
}

.theme-4 .border-5 {
  border-width: 5px !important;
}

.theme-4 .border-opacity-5 {
  --bs-border-opacity: .05;
}

.theme-4 .border-opacity-10 {
  --bs-border-opacity: .1;
}

.theme-4 .border-opacity-15 {
  --bs-border-opacity: .15;
}

.theme-4 .border-opacity-20 {
  --bs-border-opacity: .2;
}

.theme-4 .hover\:border-opacity-40:hover {
  --bs-border-opacity: .4;
}

.theme-4 :where(.uc-dark) .dark\:border-opacity-0 {
  --bs-border-opacity: 0;
}

.theme-4 :where(.uc-dark) .dark\:border-opacity-10 {
  --bs-border-opacity: .1;
}

.theme-4 :where(.uc-dark) .dark\:border-opacity-15 {
  --bs-border-opacity: .15;
}

.theme-4 :where(.uc-dark) .dark\:border-opacity-20 {
  --bs-border-opacity: .2;
}

.theme-4 :where(.uc-dark) .dark\:border-opacity-30 {
  --bs-border-opacity: .3;
}

.theme-4 .w-4px {
  width: 4px !important;
}

.theme-4 .w-16px {
  width: 16px !important;
}

.theme-4 .w-20px {
  width: 20px !important;
}

.theme-4 .w-24px {
  width: 24px !important;
}

.theme-4 .w-32px {
  width: 32px !important;
}

.theme-4 .w-36px {
  width: 36px !important;
}

.theme-4 .w-40px {
  width: 40px !important;
}

.theme-4 .w-48px {
  width: 48px !important;
}

.theme-4 .w-56px {
  width: 56px !important;
}

.theme-4 .w-64px {
  width: 64px !important;
}

.theme-4 .w-72px {
  width: 72px !important;
}

.theme-4 .w-80px {
  width: 80px !important;
}

.theme-4 .w-96px {
  width: 96px !important;
}

.theme-4 .w-100px {
  width: 100px !important;
}

.theme-4 .w-128px {
  width: 128px !important;
}

.theme-4 .w-150px {
  width: 150px !important;
}

.theme-4 .w-200px {
  width: 200px !important;
}

.theme-4 .w-250px {
  width: 250px !important;
}

.theme-4 .w-300px {
  width: 300px !important;
}

.theme-4 .w-500px {
  width: 500px !important;
}

.theme-4 .w-600px {
  width: 600px !important;
}

.theme-4 .w-750px {
  width: 750px !important;
}

.theme-4 .w-800px {
  width: 800px !important;
}

.theme-4 .w-1000px {
  width: 1000px !important;
}

.theme-4 .w-1280px {
  width: 1280px !important;
}

.theme-4 .w-md {
  width: 720px !important;
}

.theme-4 .w-1\/6 {
  width: 16.6667% !important;
}

.theme-4 .w-1\/5 {
  width: 20% !important;
}

.theme-4 .w-1\/3 {
  width: 33.3333% !important;
}

.theme-4 .w-1\/2 {
  width: 50% !important;
}

.theme-4 .w-100 {
  width: 100% !important;
}

.theme-4 .w-full {
  width: 100% !important;
}

.theme-4 .w-auto {
  width: auto !important;
}

.theme-4 .max-w-40px {
  max-width: 40px !important;
}

.theme-4 .max-w-48px {
  max-width: 48px !important;
}

.theme-4 .max-w-80px {
  max-width: 80px !important;
}

.theme-4 .max-w-100px {
  max-width: 100px !important;
}

.theme-4 .max-w-250px {
  max-width: 250px !important;
}

.theme-4 .max-w-400px {
  max-width: 400px !important;
}

.theme-4 .max-w-450px {
  max-width: 450px !important;
}

.theme-4 .max-w-500px {
  max-width: 500px !important;
}

.theme-4 .max-w-550px {
  max-width: 550px !important;
}

.theme-4 .max-w-600px {
  max-width: 600px !important;
}

.theme-4 .max-w-650px {
  max-width: 650px !important;
}

.theme-4 .max-w-700px {
  max-width: 700px !important;
}

.theme-4 .max-w-750px {
  max-width: 750px !important;
}

.theme-4 .max-w-800px {
  max-width: 800px !important;
}

.theme-4 .max-w-850px {
  max-width: 850px !important;
}

.theme-4 .max-w-900px {
  max-width: 900px !important;
}

.theme-4 .max-w-950px {
  max-width: 950px !important;
}

.theme-4 .max-w-1000px {
  max-width: 1000px !important;
}

.theme-4 .max-w-1440px {
  max-width: 1440px !important;
}

.theme-4 .max-w-xs {
  max-width: 320px !important;
}

.theme-4 .max-w-sm {
  max-width: 640px !important;
}

.theme-4 .max-w-md {
  max-width: 720px !important;
}

.theme-4 .max-w-lg {
  max-width: 1040px !important;
}

.theme-4 .max-w-xl {
  max-width: 1280px !important;
}

.theme-4 .max-w-100 {
  max-width: 100% !important;
}

.theme-4 .h-4px {
  height: 4px !important;
}

.theme-4 .h-16px {
  height: 16px !important;
}

.theme-4 .h-24px {
  height: 24px !important;
}

.theme-4 .h-32px {
  height: 32px !important;
}

.theme-4 .h-36px {
  height: 36px !important;
}

.theme-4 .h-40px {
  height: 40px !important;
}

.theme-4 .h-48px {
  height: 48px !important;
}

.theme-4 .h-56px {
  height: 56px !important;
}

.theme-4 .h-64px {
  height: 64px !important;
}

.theme-4 .h-72px {
  height: 72px !important;
}

.theme-4 .h-80px {
  height: 80px !important;
}

.theme-4 .h-96px {
  height: 96px !important;
}

.theme-4 .h-100px {
  height: 100px !important;
}

.theme-4 .h-150px {
  height: 150px !important;
}

.theme-4 .h-200px {
  height: 200px !important;
}

.theme-4 .h-250px {
  height: 250px !important;
}

.theme-4 .h-300px {
  height: 300px !important;
}

.theme-4 .h-400px {
  height: 400px !important;
}

.theme-4 .h-500px {
  height: 500px !important;
}

.theme-4 .h-600px {
  height: 600px !important;
}

.theme-4 .h-700px {
  height: 700px !important;
}

.theme-4 .h-750px {
  height: 750px !important;
}

.theme-4 .h-1000px {
  height: 1000px !important;
}

.theme-4 .h-1280px {
  height: 1280px !important;
}

.theme-4 .h-100 {
  height: 100% !important;
}

.theme-4 .h-screen {
  height: 100vh !important;
}

.theme-4 .max-h-200px {
  max-height: 200px !important;
}

.theme-4 .max-h-250px {
  max-height: 250px !important;
}

.theme-4 .max-h-300px {
  max-height: 300px !important;
}

.theme-4 .max-h-400px {
  max-height: 400px !important;
}

.theme-4 .max-h-xs {
  max-height: 320px !important;
}

.theme-4 .max-h-sm {
  max-height: 640px !important;
}

.theme-4 .flex-1 {
  flex: 1 !important;
}

.theme-4 .flex-none {
  flex: none !important;
}

.theme-4 .flex-column {
  flex-direction: column !important;
}

.theme-4 .flex-nowrap {
  flex-wrap: nowrap !important;
}

.theme-4 .justify-start {
  justify-content: flex-start !important;
}

.theme-4 .justify-center {
  justify-content: center !important;
}

.theme-4 .justify-end {
  justify-content: flex-end !important;
}

.theme-4 .justify-between {
  justify-content: space-between !important;
}

.theme-4 .items-start {
  align-items: flex-start !important;
}

.theme-4 .items-center {
  align-items: center !important;
}

.theme-4 .items-end {
  align-items: flex-end !important;
}

.theme-4 .self-center {
  align-self: center !important;
}

.theme-4 [dir="rtl"] .rtl\:order-first {
  order: -1 !important;
}

.theme-4 .order-0 {
  order: 0 !important;
}

.theme-4 [dir="rtl"] .rtl\:order-0 {
  order: 0 !important;
}

.theme-4 .order-1 {
  order: 1 !important;
}

.theme-4 .order-2 {
  order: 2 !important;
}

.theme-4 .order-3 {
  order: 3 !important;
}

.theme-4 .m-0 {
  margin: 0 !important;
}

.theme-4 .m-narrow {
  margin: .25rem !important;
}

.theme-4 .m-1 {
  margin: .5rem !important;
}

.theme-4 .m-2 {
  margin: 1rem !important;
}

.theme-4 .m-3 {
  margin: 1.5rem !important;
}

.theme-4 .m-4 {
  margin: 2rem !important;
}

.theme-4 .m-auto {
  margin: auto !important;
}

.theme-4 .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.theme-4 .mx-narrow {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}

.theme-4 .mx-2 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.theme-4 .mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.theme-4 .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.theme-4 .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.theme-4 .my-1 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.theme-4 .my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.theme-4 .my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.theme-4 .my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.theme-4 .my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.theme-4 .my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.theme-4 .mt-0 {
  margin-top: 0 !important;
}

.theme-4 .mt-narrow {
  margin-top: .25rem !important;
}

.theme-4 .mt-1 {
  margin-top: .5rem !important;
}

.theme-4 .mt-2 {
  margin-top: 1rem !important;
}

.theme-4 .mt-3 {
  margin-top: 1.5rem !important;
}

.theme-4 .mt-4 {
  margin-top: 2rem !important;
}

.theme-4 .mt-5 {
  margin-top: 2.5rem !important;
}

.theme-4 .mt-6 {
  margin-top: 3rem !important;
}

.theme-4 .mt-7 {
  margin-top: 3.5rem !important;
}

.theme-4 .mt-8 {
  margin-top: 4rem !important;
}

.theme-4 [dir="rtl"] .rtl\:me-0 {
  margin-right: 0 !important;
}

.theme-4 .me-narrow {
  margin-right: .25rem !important;
}

.theme-4 [dir="ltr"] .ltr\:me-narrow {
  margin-right: .25rem !important;
}

.theme-4 [dir="rtl"] .rtl\:me-narrow {
  margin-right: .25rem !important;
}

.theme-4 .me-1 {
  margin-right: .5rem !important;
}

.theme-4 [dir="ltr"] .ltr\:me-1 {
  margin-right: .5rem !important;
}

.theme-4 [dir="rtl"] .rtl\:me-1 {
  margin-right: .5rem !important;
}

.theme-4 [dir="rtl"] .rtl\:me-2 {
  margin-right: 1rem !important;
}

.theme-4 .me-3 {
  margin-right: 1.5rem !important;
}

.theme-4 .me-4 {
  margin-right: 2rem !important;
}

.theme-4 [dir="rtl"] .rtl\:me-6 {
  margin-right: 3rem !important;
}

.theme-4 [dir="ltr"] .ltr\:me-8 {
  margin-right: 4rem !important;
}

.theme-4 .mb-0 {
  margin-bottom: 0 !important;
}

.theme-4 .mb-narrow {
  margin-bottom: .25rem !important;
}

.theme-4 .mb-1 {
  margin-bottom: .5rem !important;
}

.theme-4 .mb-2 {
  margin-bottom: 1rem !important;
}

.theme-4 .mb-3 {
  margin-bottom: 1.5rem !important;
}

.theme-4 .mb-4 {
  margin-bottom: 2rem !important;
}

.theme-4 .mb-5 {
  margin-bottom: 2.5rem !important;
}

.theme-4 .mb-6 {
  margin-bottom: 3rem !important;
}

.theme-4 [dir="ltr"] .ltr\:ms-0 {
  margin-left: 0 !important;
}

.theme-4 .ms-narrow {
  margin-left: .25rem !important;
}

.theme-4 [dir="ltr"] .ltr\:ms-narrow {
  margin-left: .25rem !important;
}

.theme-4 [dir="rtl"] .rtl\:ms-narrow {
  margin-left: .25rem !important;
}

.theme-4 .ms-1 {
  margin-left: .5rem !important;
}

.theme-4 [dir="ltr"] .ltr\:ms-1 {
  margin-left: .5rem !important;
}

.theme-4 [dir="rtl"] .rtl\:ms-1 {
  margin-left: .5rem !important;
}

.theme-4 .ms-2 {
  margin-left: 1rem !important;
}

.theme-4 [dir="ltr"] .ltr\:ms-2 {
  margin-left: 1rem !important;
}

.theme-4 .ms-3 {
  margin-left: 1.5rem !important;
}

.theme-4 .ms-4 {
  margin-left: 2rem !important;
}

.theme-4 [dir="ltr"] .ltr\:ms-6 {
  margin-left: 3rem !important;
}

.theme-4 [dir="rtl"] .rtl\:ms-8 {
  margin-left: 4rem !important;
}

.theme-4 .mx-n1 {
  margin-right: -.5rem !important;
  margin-left: -.5rem !important;
}

.theme-4 .mt-nnarrow {
  margin-top: -.25rem !important;
}

.theme-4 .mt-n3 {
  margin-top: -1.5rem !important;
}

.theme-4 .mt-n4 {
  margin-top: -2rem !important;
}

.theme-4 .mt-n8 {
  margin-top: -4rem !important;
}

.theme-4 .mt-n9 {
  margin-top: -6rem !important;
}

.theme-4 .me-n2 {
  margin-right: -1rem !important;
}

.theme-4 [dir="rtl"] .rtl\:me-n2 {
  margin-right: -1rem !important;
}

.theme-4 .me-n3 {
  margin-right: -1.5rem !important;
}

.theme-4 .me-n6 {
  margin-right: -3rem !important;
}

.theme-4 .me-n8 {
  margin-right: -4rem !important;
}

.theme-4 [dir="ltr"] .ltr\:me-n8 {
  margin-right: -4rem !important;
}

.theme-4 .mb-n4 {
  margin-bottom: -2rem !important;
}

.theme-4 .mb-n8 {
  margin-bottom: -4rem !important;
}

.theme-4 .ms-n2 {
  margin-left: -1rem !important;
}

.theme-4 [dir="ltr"] .ltr\:ms-n2 {
  margin-left: -1rem !important;
}

.theme-4 .ms-n3 {
  margin-left: -1.5rem !important;
}

.theme-4 .ms-n6 {
  margin-left: -3rem !important;
}

.theme-4 [dir="rtl"] .rtl\:ms-n6 {
  margin-left: -3rem !important;
}

.theme-4 .ms-n8 {
  margin-left: -4rem !important;
}

.theme-4 [dir="rtl"] .rtl\:ms-n8 {
  margin-left: -4rem !important;
}

.theme-4 .p-0 {
  padding: 0 !important;
}

.theme-4 .p-narrow {
  padding: .25rem !important;
}

.theme-4 .p-1 {
  padding: .5rem !important;
}

.theme-4 .p-2 {
  padding: 1rem !important;
}

.theme-4 .p-3 {
  padding: 1.5rem !important;
}

.theme-4 .p-4 {
  padding: 2rem !important;
}

.theme-4 .p-5 {
  padding: 2.5rem !important;
}

.theme-4 .p-6 {
  padding: 3rem !important;
}

.theme-4 .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.theme-4 .px-narrow {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}

.theme-4 .px-1 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

.theme-4 .px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.theme-4 .px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.theme-4 .px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.theme-4 .px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.theme-4 .py-narrow {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.theme-4 .py-1 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.theme-4 .py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.theme-4 .py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.theme-4 .py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.theme-4 .py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.theme-4 .py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.theme-4 .py-9 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.theme-4 .py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.theme-4 .pt-0 {
  padding-top: 0 !important;
}

.theme-4 .pt-2 {
  padding-top: 1rem !important;
}

.theme-4 .pt-3 {
  padding-top: 1.5rem !important;
}

.theme-4 .pt-4 {
  padding-top: 2rem !important;
}

.theme-4 .pt-6 {
  padding-top: 3rem !important;
}

.theme-4 .pt-8 {
  padding-top: 4rem !important;
}

.theme-4 .pt-9 {
  padding-top: 6rem !important;
}

.theme-4 .pe-3 {
  padding-right: 1.5rem !important;
}

.theme-4 [dir="rtl"] .rtl\:pe-3 {
  padding-right: 1.5rem !important;
}

.theme-4 [dir="ltr"] .ltr\:pe-4 {
  padding-right: 2rem !important;
}

.theme-4 .pb-0 {
  padding-bottom: 0 !important;
}

.theme-4 .pb-narrow {
  padding-bottom: .25rem !important;
}

.theme-4 .pb-2 {
  padding-bottom: 1rem !important;
}

.theme-4 .pb-3 {
  padding-bottom: 1.5rem !important;
}

.theme-4 .pb-4 {
  padding-bottom: 2rem !important;
}

.theme-4 .pb-6 {
  padding-bottom: 3rem !important;
}

.theme-4 .pb-7 {
  padding-bottom: 3.5rem !important;
}

.theme-4 .pb-8 {
  padding-bottom: 4rem !important;
}

.theme-4 .pb-10 {
  padding-bottom: 8rem !important;
}

.theme-4 [dir="ltr"] .ltr\:ps-3 {
  padding-left: 1.5rem !important;
}

.theme-4 [dir="rtl"] .rtl\:ps-4 {
  padding-left: 2rem !important;
}

.theme-4 .gap-0 {
  gap: 0 !important;
}

.theme-4 .gap-narrow {
  gap: .25rem !important;
}

.theme-4 .gap-1 {
  gap: .5rem !important;
}

.theme-4 .gap-2 {
  gap: 1rem !important;
}

.theme-4 .gap-3 {
  gap: 1.5rem !important;
}

.theme-4 .gap-4 {
  gap: 2rem !important;
}

.theme-4 .gap-5 {
  gap: 2.5rem !important;
}

.theme-4 .gap-6 {
  gap: 3rem !important;
}

.theme-4 .gap-7 {
  gap: 3.5rem !important;
}

.theme-4 .gap-8 {
  gap: 4rem !important;
}

.theme-4 .gap-9 {
  gap: 6rem !important;
}

.theme-4 .fs-1 {
  font-size: 2rem !important;
}

.theme-4 .fs-2 {
  font-size: 1.75rem !important;
}

.theme-4 .fs-4 {
  font-size: 1.25rem !important;
}

.theme-4 .fs-5 {
  font-size: 1.125rem !important;
}

.theme-4 .fs-6 {
  font-size: 1rem !important;
}

.theme-4 .fs-7 {
  font-size: .875rem !important;
}

.theme-4 .fs-8 {
  font-size: .75rem !important;
}

.theme-4 .fst-italic {
  font-style: italic !important;
}

.theme-4 .fw-light {
  font-weight: 300 !important;
}

.theme-4 .fw-normal {
  font-weight: 400 !important;
}

.theme-4 .fw-medium {
  font-weight: 500 !important;
}

.theme-4 .fw-bold {
  font-weight: 700 !important;
}

.theme-4 .lh-sm {
  line-height: .9 !important;
}

.theme-4 .lh-lg {
  line-height: 1.2 !important;
}

.theme-4 .text-start {
  text-align: left !important;
}

.theme-4 [dir="rtl"] .rtl\:text-start {
  text-align: left !important;
}

.theme-4 .text-end {
  text-align: right !important;
}

.theme-4 [dir="rtl"] .rtl\:text-end {
  text-align: right !important;
}

.theme-4 .text-center {
  text-align: center !important;
}

.theme-4 .text-none {
  text-decoration: none !important;
}

.theme-4 .text-underline {
  text-decoration: underline !important;
}

.theme-4 .text-line-through {
  text-decoration: line-through !important;
}

.theme-4 .text-uppercase {
  text-transform: uppercase !important;
}

.theme-4 .text-nowrap {
  white-space: nowrap !important;
}

.theme-4 .hover\:text-primary:hover, .theme-4 .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .hover\:text-danger:hover, .theme-4 .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-gray-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-gray-500 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-gray-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-primary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-primary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .hover\:text-primary-600:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-600-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-primary-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-secondary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-secondary-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-300-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-warning-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-600-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-indigo {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-purple-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-600-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-orange {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-yellow {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .hover\:text-tertiary:hover, .theme-4 .text-tertiary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-tertiary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-tertiary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-tertiary-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-700-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-tertiary-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-900-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .hover\:text-black:hover, .theme-4 .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .hover\:text-white:hover, .theme-4 .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.theme-4 :where(.uc-dark) .dark\:hover\:text-primary:hover, .theme-4 :where(.uc-dark) .dark\:text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:text-gray-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:hover\:text-gray-900:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:text-primary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:hover\:text-primary-700:hover, .theme-4 :where(.uc-dark) .dark\:text-primary-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:text-yellow-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:hover\:text-tertiary:hover, .theme-4 :where(.uc-dark) .dark\:text-tertiary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:text-tertiary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:text-tertiary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:hover\:text-white:hover, .theme-4 :where(.uc-dark) .dark\:text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.theme-4 .text-opacity-20 {
  --bs-text-opacity: .2;
}

.theme-4 .text-opacity-60 {
  --bs-text-opacity: .6;
}

.theme-4 .hover\:text-opacity-70:hover, .theme-4 .text-opacity-70 {
  --bs-text-opacity: .7;
}

.theme-4 :where(.uc-dark) .dark\:text-opacity-50 {
  --bs-text-opacity: .5;
}

.theme-4 :where(.uc-dark) .dark\:text-opacity-60 {
  --bs-text-opacity: .6;
}

.theme-4 :where(.uc-dark) .dark\:text-opacity-70 {
  --bs-text-opacity: .7;
}

.theme-4 .bg-primary, .theme-4 .hover\:bg-primary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-gray-25 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-25-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-gray-50, .theme-4 .hover\:bg-gray-50:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-50-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .hover\:bg-gray-600:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-gray-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-primary-25 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-25-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-primary-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-primary-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-primary-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-400-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-primary-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-primary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-secondary-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-200-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-secondary-300, .theme-4 .hover\:bg-secondary-300:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-warning-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-blue-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-blue-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-indigo-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-purple-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-orange-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-yellow-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-400-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-tertiary, .theme-4 .hover\:bg-tertiary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-tertiary-50 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-tertiary-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-tertiary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-tertiary-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-white, .theme-4 .hover\:bg-white:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: #0000 !important;
}

.theme-4 :where(.uc-dark) .dark\:bg-primary, .theme-4 :where(.uc-dark) .dark\:hover\:bg-primary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:bg-secondary, .theme-4 :where(.uc-dark) .dark\:hover\:bg-secondary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:hover\:bg-gray-500:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:bg-gray-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:bg-gray-700, .theme-4 :where(.uc-dark) .dark\:hover\:bg-gray-700:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:bg-gray-800, .theme-4 :where(.uc-dark) .dark\:hover\:bg-gray-800:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:bg-primary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:bg-tertiary, .theme-4 :where(.uc-dark) .dark\:hover\:bg-tertiary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:hover\:bg-tertiary-300:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:bg-tertiary-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:bg-tertiary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:bg-tertiary-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 :where(.uc-dark) .dark\:bg-white, .theme-4 :where(.uc-dark) .dark\:hover\:bg-white:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.theme-4 .bg-opacity-5, .theme-4 .hover\:bg-opacity-5:hover {
  --bs-bg-opacity: .05;
}

.theme-4 .bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.theme-4 .bg-opacity-15 {
  --bs-bg-opacity: .15;
}

.theme-4 .bg-opacity-40 {
  --bs-bg-opacity: .4;
}

.theme-4 .bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.theme-4 .bg-opacity-70 {
  --bs-bg-opacity: .7;
}

.theme-4 .bg-opacity-80 {
  --bs-bg-opacity: .8;
}

.theme-4 .bg-opacity-90 {
  --bs-bg-opacity: .9;
}

.theme-4 :where(.uc-dark) .dark\:bg-opacity-0 {
  --bs-bg-opacity: 0;
}

.theme-4 :where(.uc-dark) .dark\:bg-opacity-5 {
  --bs-bg-opacity: .05;
}

.theme-4 :where(.uc-dark) .dark\:bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.theme-4 :where(.uc-dark) .dark\:bg-opacity-15 {
  --bs-bg-opacity: .15;
}

.theme-4 :where(.uc-dark) .dark\:bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.theme-4 .rounded {
  border-radius: var(--radius) !important;
}

.theme-4 .rounded-default {
  border-radius: 8px !important;
}

.theme-4 .rounded-1 {
  border-radius: 4px !important;
}

.theme-4 .rounded-1-5 {
  border-radius: 12px !important;
}

.theme-4 .rounded-2 {
  border-radius: 16px !important;
}

.theme-4 .rounded-3 {
  border-radius: 24px !important;
}

.theme-4 .rounded-5 {
  border-radius: 40px !important;
}

.theme-4 .rounded-circle {
  border-radius: 50% !important;
}

.theme-4 .rounded-pill {
  border-radius: 50rem !important;
}

.theme-4 .rounded-0 {
  border-radius: 0 !important;
}

.theme-4 .rounded-bottom-1-5 {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.theme-4 .rounded-bottom-2 {
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.theme-4 .rounded-bottom-3 {
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.theme-4 .rounded-start-2 {
  border-bottom-left-radius: 16px !important;
  border-top-left-radius: 16px !important;
}

.theme-4 .border-dashed {
  border-style: dashed !important;
}

.theme-4 .bg-cover {
  background-size: cover !important;
}

.theme-4 .bg-contain {
  background-size: contain !important;
}

.theme-4 .text-truncate-1 {
  -webkit-line-clamp: 1 !important;
}

.theme-4 .text-truncate-3 {
  -webkit-line-clamp: 3 !important;
}

.theme-4 .min-w-24px {
  min-width: 24px !important;
}

.theme-4 .min-w-32px {
  min-width: 32px !important;
}

.theme-4 .min-w-40px {
  min-width: 40px !important;
}

.theme-4 .min-w-48px {
  min-width: 48px !important;
}

.theme-4 .min-w-150px {
  min-width: 150px !important;
}

.theme-4 .min-w-300px {
  min-width: 300px !important;
}

.theme-4 .min-w-700px {
  min-width: 700px !important;
}

.theme-4 .min-w-1\/4 {
  min-width: 25% !important;
}

.theme-4 .min-w-1\/2 {
  min-width: 50% !important;
}

.theme-4 .min-w-xs {
  min-width: 320px !important;
}

.theme-4 .min-w-100 {
  min-width: 100% !important;
}

.theme-4 .min-h-24px {
  min-height: 24px !important;
}

.theme-4 .min-h-32px {
  min-height: 32px !important;
}

.theme-4 .min-h-48px {
  min-height: 48px !important;
}

.theme-4 .min-h-56px {
  min-height: 56px !important;
}

.theme-4 .min-h-64px {
  min-height: 64px !important;
}

.theme-4 .min-h-80px {
  min-height: 80px !important;
}

.theme-4 .min-h-150px {
  min-height: 150px !important;
}

.theme-4 .min-h-200px {
  min-height: 200px !important;
}

.theme-4 .min-h-250px {
  min-height: 250px !important;
}

.theme-4 .min-h-300px {
  min-height: 300px !important;
}

.theme-4 .min-h-350px {
  min-height: 350px !important;
}

.theme-4 .min-h-450px {
  min-height: 450px !important;
}

.theme-4 .min-h-600px {
  min-height: 600px !important;
}

.theme-4 .min-h-700px {
  min-height: 700px !important;
}

.theme-4 .min-h-screen {
  min-height: 100vh !important;
}

.theme-4 .overflow-x-hidden {
  overflow-x: hidden !important;
}

.theme-4 .icon-narrow {
  width: 16px !important;
  height: 16px !important;
  font-size: 16px !important;
}

.theme-4 .icon-1 {
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important;
}

.theme-4 .icon-2 {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
}

.theme-4 .icon-3 {
  width: 32px !important;
  height: 32px !important;
  font-size: 32px !important;
}

.theme-4 .icon-4 {
  width: 48px !important;
  height: 48px !important;
  font-size: 48px !important;
}

.theme-4 .mask-x {
  mask-image: linear-gradient(to right, #0000 0, #000 10% 90%, #0000 100%) !important;
}

.theme-4 .hover\:contrast-shadow:hover {
  box-shadow: 3px 3px 0 0 var(--shadowColor, #000) !important;
}

.theme-4 .contrast-shadow-sm {
  box-shadow: 2px 2px 0 0 var(--shadowColor, #000) !important;
}

.theme-4 .contrast-shadow-md, .theme-4 .hover\:contrast-shadow-md:hover {
  box-shadow: 4px 4px 0 0 var(--shadowColor, #000) !important;
}

.theme-4 .contrast-shadow-lg {
  box-shadow: 8px 8px 0 0 var(--shadowColor, #000) !important;
}

.theme-4 .ls-0 {
  letter-spacing: 0 !important;
}

.theme-4 .-ls-1 {
  letter-spacing: -1px !important;
}

.theme-4 .-ls-2 {
  letter-spacing: -2px !important;
}

.theme-4 .-ls-3 {
  letter-spacing: -3px !important;
}

.theme-4 .-ls-4 {
  letter-spacing: -4px !important;
}

.theme-4 .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter !important;
}

.theme-4 .transition-all {
  transition-property: all !important;
}

.theme-4 .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
}

.theme-4 .transition-transform {
  transition-property: transform !important;
}

.theme-4 .duration-150 {
  transition-duration: .15s !important;
}

.theme-4 .duration-200 {
  transition-duration: .2s !important;
}

.theme-4 .duration-250 {
  transition-duration: .25s !important;
}

.theme-4 .ease-linear {
  transition-timing-function: linear !important;
}

.theme-4 .ease-in {
  transition-timing-function: cubic-bezier(.4, 0, 1, 1) !important;
}

.theme-4 .hover\:scale-105:hover {
  transform: scale(1.05) !important;
}

.theme-4 .hover\:scale-110:hover {
  transform: scale(1.1) !important;
}

.theme-4 .translate-y-px {
  transform: translateY(1px) !important;
}

.theme-4 .hover\:-translate-y-1:hover {
  transform: translateY(-.5rem) !important;
}

.theme-4 .rotate-12 {
  transform: rotate(12deg) !important;
}

.theme-4 .rotate-45 {
  transform: rotate(45deg) !important;
}

.theme-4 .hover\:rotate-90:hover {
  transform: rotate(90deg) !important;
}

.theme-4 [dir="rtl"] .rtl\:rotate-180 {
  transform: rotate(180deg) !important;
}

.theme-4 .-rotate-1 {
  transform: rotate(-1deg) !important;
}

.theme-4 .-rotate-2 {
  transform: rotate(-2deg) !important;
}

.theme-4 .-rotate-12 {
  transform: rotate(-12deg) !important;
}

.theme-4 .-rotate-45 {
  transform: rotate(-45deg) !important;
}

.theme-4 [dir="rtl"] .rtl\:-rotate-90 {
  transform: rotate(-90deg) !important;
}

.theme-4 .origin-top-right {
  transform-origin: 100% 0 !important;
}

.theme-4 .origin-top-left {
  transform-origin: 0 0 !important;
}

.theme-4 .origin-bottom-right {
  transform-origin: 100% 100% !important;
}

.theme-4 .origin-bottom {
  transform-origin: bottom !important;
}

.theme-4 .blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}

.theme-4 .blend-difference {
  mix-blend-mode: difference !important;
}

.theme-4 .blend-overlay {
  mix-blend-mode: overlay !important;
}

.theme-4 .blend-plus-lighter {
  mix-blend-mode: plus-lighter !important;
}

.theme-4 .blend-soft-light {
  mix-blend-mode: soft-light !important;
}

.theme-4 :where(.uc-dark) .dark\:blend-overlay {
  mix-blend-mode: overlay !important;
}

.theme-4 .blur-10 {
  filter: blur(128px) !important;
}

.theme-4 .backdrop-1 {
  backdrop-filter: blur(4px) !important;
}

.theme-4 .backdrop-2 {
  backdrop-filter: blur(8px) !important;
}

.theme-4 [dir="ltr"] .ltr\:rounded-top-start-1-5 {
  border-top-left-radius: 12px !important;
}

.theme-4 [dir="rtl"] .rtl\:rounded-top-end-1-5 {
  border-top-right-radius: 12px !important;
}

.theme-4 .ratio-1x1 {
  --bs-aspect-ratio: 100% !important;
}

.theme-4 .ratio-2x1 {
  --bs-aspect-ratio: 50% !important;
}

.theme-4 .ratio-2x3 {
  --bs-aspect-ratio: 150% !important;
}

.theme-4 .ratio-3x2 {
  --bs-aspect-ratio: 66.6667% !important;
}

.theme-4 .ratio-3x4 {
  --bs-aspect-ratio: 133.333% !important;
}

.theme-4 .ratio-4x3 {
  --bs-aspect-ratio: 75% !important;
}

.theme-4 .ratio-16x9 {
  --bs-aspect-ratio: 56.25% !important;
}

.theme-4 .z-1 {
  z-index: 1 !important;
}

.theme-4 .z-1n {
  z-index: -1 !important;
}

.theme-4 .z-2 {
  z-index: 2 !important;
}

.theme-4 .z-99 {
  z-index: 99 !important;
}

.theme-4 .z-999 {
  z-index: 999 !important;
}

.theme-4 .z-1080 {
  z-index: 1080 !important;
}

.theme-4 .z-0 {
  z-index: 0 !important;
}

@media (width >= 459px) {
  .theme-4 .sm\:d-inline-block {
    display: inline-block !important;
  }

  .theme-4 .sm\:d-block {
    display: block !important;
  }

  .theme-4 .sm\:d-none {
    display: none !important;
  }

  .theme-4 .sm\:border-3 {
    border-width: 3px !important;
  }

  .theme-4 .sm\:w-32px {
    width: 32px !important;
  }

  .theme-4 .sm\:w-56px {
    width: 56px !important;
  }

  .theme-4 .sm\:w-80px {
    width: 80px !important;
  }

  .theme-4 .sm\:w-250px {
    width: 250px !important;
  }

  .theme-4 .sm\:w-300px {
    width: 300px !important;
  }

  .theme-4 .sm\:w-350px {
    width: 350px !important;
  }

  .theme-4 .sm\:w-500px {
    width: 500px !important;
  }

  .theme-4 .sm\:w-550px {
    width: 550px !important;
  }

  .theme-4 .sm\:w-3\/5 {
    width: 60% !important;
  }

  .theme-4 .sm\:w-1\/2 {
    width: 50% !important;
  }

  .theme-4 .sm\:w-auto {
    width: auto !important;
  }

  .theme-4 .sm\:max-w-500px {
    max-width: 500px !important;
  }

  .theme-4 .sm\:max-w-600px {
    max-width: 600px !important;
  }

  .theme-4 .sm\:max-w-md {
    max-width: 720px !important;
  }

  .theme-4 .sm\:max-w-lg {
    max-width: 1040px !important;
  }

  .theme-4 .sm\:h-32px {
    height: 32px !important;
  }

  .theme-4 .sm\:h-40px {
    height: 40px !important;
  }

  .theme-4 .sm\:h-56px {
    height: 56px !important;
  }

  .theme-4 .sm\:h-80px {
    height: 80px !important;
  }

  .theme-4 .sm\:h-500px {
    height: 500px !important;
  }

  .theme-4 .sm\:h-600px {
    height: 600px !important;
  }

  .theme-4 .sm\:order-1 {
    order: 1 !important;
  }

  .theme-4 .sm\:m-0 {
    margin: 0 !important;
  }

  .theme-4 .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .theme-4 .sm\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .theme-4 .sm\:mt-0 {
    margin-top: 0 !important;
  }

  .theme-4 .sm\:mt-1 {
    margin-top: .5rem !important;
  }

  .theme-4 .sm\:mt-2 {
    margin-top: 1rem !important;
  }

  .theme-4 .sm\:mt-3 {
    margin-top: 1.5rem !important;
  }

  .theme-4 .sm\:mt-4 {
    margin-top: 2rem !important;
  }

  .theme-4 .sm\:mt-6 {
    margin-top: 3rem !important;
  }

  .theme-4 .sm\:mb-6 {
    margin-bottom: 3rem !important;
  }

  .theme-4 .sm\:mb-8 {
    margin-bottom: 4rem !important;
  }

  .theme-4 .sm\:p-3 {
    padding: 1.5rem !important;
  }

  .theme-4 .sm\:p-4 {
    padding: 2rem !important;
  }

  .theme-4 .sm\:p-6 {
    padding: 3rem !important;
  }

  .theme-4 .sm\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .theme-4 .sm\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .theme-4 .sm\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .theme-4 .sm\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-4 .sm\:py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .theme-4 .sm\:pt-6 {
    padding-top: 3rem !important;
  }

  .theme-4 .sm\:pt-8 {
    padding-top: 4rem !important;
  }

  .theme-4 .sm\:pt-10 {
    padding-top: 8rem !important;
  }

  .theme-4 .sm\:pb-6 {
    padding-bottom: 3rem !important;
  }

  .theme-4 .sm\:pb-8 {
    padding-bottom: 4rem !important;
  }

  .theme-4 .sm\:pb-9 {
    padding-bottom: 6rem !important;
  }

  .theme-4 .sm\:gap-3 {
    gap: 1.5rem !important;
  }

  .theme-4 .sm\:gap-4 {
    gap: 2rem !important;
  }

  .theme-4 .sm\:gap-6 {
    gap: 3rem !important;
  }

  .theme-4 .sm\:gap-8 {
    gap: 4rem !important;
  }

  .theme-4 .sm\:fs-4 {
    font-size: 1.25rem !important;
  }

  .theme-4 .sm\:fs-5 {
    font-size: 1.125rem !important;
  }

  .theme-4 .sm\:fs-6 {
    font-size: 1rem !important;
  }

  .theme-4 .sm\:text-start {
    text-align: left !important;
  }

  .theme-4 .sm\:text-center {
    text-align: center !important;
  }

  .theme-4 .sm\:rounded-1-5 {
    border-radius: 12px !important;
  }

  .theme-4 .sm\:rounded-2 {
    border-radius: 16px !important;
  }

  .theme-4 .sm\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  .theme-4 .sm\:min-w-100px {
    min-width: 100px !important;
  }

  .theme-4 .sm\:min-w-150px {
    min-width: 150px !important;
  }

  .theme-4 .sm\:min-h-100px {
    min-height: 100px !important;
  }

  .theme-4 .sm\:icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }

  .theme-4 .sm\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }

  .theme-4 .sm\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }
}

@media (width >= 768px) {
  .theme-4 .md\:d-block {
    display: block !important;
  }

  .theme-4 .md\:d-flex {
    display: flex !important;
  }

  .theme-4 .md\:d-none {
    display: none !important;
  }

  .theme-4 .md\:w-40px {
    width: 40px !important;
  }

  .theme-4 .md\:w-48px {
    width: 48px !important;
  }

  .theme-4 .md\:w-56px {
    width: 56px !important;
  }

  .theme-4 .md\:w-100px {
    width: 100px !important;
  }

  .theme-4 .md\:w-500px {
    width: 500px !important;
  }

  .theme-4 .md\:w-1\/2 {
    width: 50% !important;
  }

  .theme-4 .md\:max-w-128px {
    max-width: 128px !important;
  }

  .theme-4 .md\:max-w-150px {
    max-width: 150px !important;
  }

  .theme-4 .md\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .theme-4 .md\:h-40px {
    height: 40px !important;
  }

  .theme-4 .md\:h-48px {
    height: 48px !important;
  }

  .theme-4 .md\:h-100px {
    height: 100px !important;
  }

  .theme-4 .md\:h-screen {
    height: 100vh !important;
  }

  .theme-4 .md\:justify-start {
    justify-content: flex-start !important;
  }

  .theme-4 .md\:items-end {
    align-items: flex-end !important;
  }

  .theme-4 .md\:order-1 {
    order: 1 !important;
  }

  .theme-4 .md\:order-2 {
    order: 2 !important;
  }

  .theme-4 .md\:m-2 {
    margin: 1rem !important;
  }

  .theme-4 .md\:my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .theme-4 .md\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .theme-4 .md\:mt-2 {
    margin-top: 1rem !important;
  }

  .theme-4 .md\:mt-4 {
    margin-top: 2rem !important;
  }

  .theme-4 .md\:mt-6 {
    margin-top: 3rem !important;
  }

  .theme-4 .md\:mt-8 {
    margin-top: 4rem !important;
  }

  .theme-4 .md\:me-2 {
    margin-right: 1rem !important;
  }

  .theme-4 .md\:mb-4 {
    margin-bottom: 2rem !important;
  }

  .theme-4 .md\:ms-2 {
    margin-left: 1rem !important;
  }

  .theme-4 .md\:mt-n10 {
    margin-top: -8rem !important;
  }

  .theme-4 .md\:p-2 {
    padding: 1rem !important;
  }

  .theme-4 .md\:p-3 {
    padding: 1.5rem !important;
  }

  .theme-4 .md\:p-4 {
    padding: 2rem !important;
  }

  .theme-4 .md\:p-6 {
    padding: 3rem !important;
  }

  .theme-4 .md\:p-8 {
    padding: 4rem !important;
  }

  .theme-4 .md\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .theme-4 .md\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .theme-4 .md\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-4 .md\:pt-6 {
    padding-top: 3rem !important;
  }

  .theme-4 .md\:pt-8 {
    padding-top: 4rem !important;
  }

  .theme-4 [dir="ltr"] .ltr\:md\:pe-8 {
    padding-right: 4rem !important;
  }

  .theme-4 .md\:pb-0 {
    padding-bottom: 0 !important;
  }

  .theme-4 .md\:pb-6 {
    padding-bottom: 3rem !important;
  }

  .theme-4 [dir="rtl"] .rtl\:md\:ps-8 {
    padding-left: 4rem !important;
  }

  .theme-4 .md\:gap-2 {
    gap: 1rem !important;
  }

  .theme-4 .md\:gap-3 {
    gap: 1.5rem !important;
  }

  .theme-4 .md\:gap-4 {
    gap: 2rem !important;
  }

  .theme-4 .md\:gap-6 {
    gap: 3rem !important;
  }

  .theme-4 .md\:fs-5 {
    font-size: 1.125rem !important;
  }

  .theme-4 .md\:fs-6 {
    font-size: 1rem !important;
  }

  .theme-4 .md\:min-h-250px {
    min-height: 250px !important;
  }

  .theme-4 .md\:icon-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }

  .theme-4 .md\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
}

@media (width >= 992px) {
  .theme-4 .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .theme-4 .lg\:d-inline-block {
    display: inline-block !important;
  }

  .theme-4 .lg\:d-block {
    display: block !important;
  }

  .theme-4 .lg\:d-flex {
    display: flex !important;
  }

  .theme-4 .lg\:d-inline-flex {
    display: inline-flex !important;
  }

  .theme-4 .lg\:d-none {
    display: none !important;
  }

  .theme-4 .lg\:w-40px {
    width: 40px !important;
  }

  .theme-4 .lg\:w-48px {
    width: 48px !important;
  }

  .theme-4 .lg\:w-56px {
    width: 56px !important;
  }

  .theme-4 .lg\:w-64px {
    width: 64px !important;
  }

  .theme-4 .lg\:w-72px {
    width: 72px !important;
  }

  .theme-4 .lg\:w-80px {
    width: 80px !important;
  }

  .theme-4 .lg\:w-96px {
    width: 96px !important;
  }

  .theme-4 .lg\:w-100px {
    width: 100px !important;
  }

  .theme-4 .lg\:w-128px {
    width: 128px !important;
  }

  .theme-4 .lg\:w-150px {
    width: 150px !important;
  }

  .theme-4 .lg\:w-200px {
    width: 200px !important;
  }

  .theme-4 .lg\:w-250px {
    width: 250px !important;
  }

  .theme-4 .lg\:w-300px {
    width: 300px !important;
  }

  .theme-4 .lg\:w-450px {
    width: 450px !important;
  }

  .theme-4 .lg\:w-500px {
    width: 500px !important;
  }

  .theme-4 .lg\:w-800px {
    width: 800px !important;
  }

  .theme-4 .lg\:w-1\/6 {
    width: 16.6667% !important;
  }

  .theme-4 .lg\:w-5\/6 {
    width: 83.3333% !important;
  }

  .theme-4 .lg\:w-1\/3 {
    width: 33.3333% !important;
  }

  .theme-4 .lg\:w-1\/2 {
    width: 50% !important;
  }

  .theme-4 .lg\:max-w-56px {
    max-width: 56px !important;
  }

  .theme-4 .lg\:max-w-80px {
    max-width: 80px !important;
  }

  .theme-4 .lg\:max-w-128px {
    max-width: 128px !important;
  }

  .theme-4 .lg\:max-w-300px {
    max-width: 300px !important;
  }

  .theme-4 .lg\:max-w-350px {
    max-width: 350px !important;
  }

  .theme-4 .lg\:max-w-500px {
    max-width: 500px !important;
  }

  .theme-4 .lg\:max-w-600px {
    max-width: 600px !important;
  }

  .theme-4 .lg\:max-w-650px {
    max-width: 650px !important;
  }

  .theme-4 .lg\:max-w-700px {
    max-width: 700px !important;
  }

  .theme-4 .lg\:max-w-750px {
    max-width: 750px !important;
  }

  .theme-4 .lg\:max-w-900px {
    max-width: 900px !important;
  }

  .theme-4 .lg\:max-w-950px {
    max-width: 950px !important;
  }

  .theme-4 .lg\:max-w-3\/5 {
    max-width: 60% !important;
  }

  .theme-4 .lg\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .theme-4 .lg\:max-w-lg {
    max-width: 1040px !important;
  }

  .theme-4 .lg\:h-40px {
    height: 40px !important;
  }

  .theme-4 .lg\:h-48px {
    height: 48px !important;
  }

  .theme-4 .lg\:h-56px {
    height: 56px !important;
  }

  .theme-4 .lg\:h-64px {
    height: 64px !important;
  }

  .theme-4 .lg\:h-80px {
    height: 80px !important;
  }

  .theme-4 .lg\:h-96px {
    height: 96px !important;
  }

  .theme-4 .lg\:h-100px {
    height: 100px !important;
  }

  .theme-4 .lg\:h-150px {
    height: 150px !important;
  }

  .theme-4 .lg\:h-500px {
    height: 500px !important;
  }

  .theme-4 .lg\:h-screen {
    height: 100vh !important;
  }

  .theme-4 .lg\:max-h-550px {
    max-height: 550px !important;
  }

  .theme-4 .lg\:justify-start {
    justify-content: flex-start !important;
  }

  .theme-4 .lg\:justify-center {
    justify-content: center !important;
  }

  .theme-4 .lg\:justify-end {
    justify-content: flex-end !important;
  }

  .theme-4 .lg\:justify-between {
    justify-content: space-between !important;
  }

  .theme-4 .lg\:items-start {
    align-items: flex-start !important;
  }

  .theme-4 .lg\:order-0 {
    order: 0 !important;
  }

  .theme-4 .lg\:order-1 {
    order: 1 !important;
  }

  .theme-4 .lg\:order-2 {
    order: 2 !important;
  }

  .theme-4 .lg\:m-0 {
    margin: 0 !important;
  }

  .theme-4 .lg\:m-2 {
    margin: 1rem !important;
  }

  .theme-4 .lg\:m-6 {
    margin: 3rem !important;
  }

  .theme-4 .lg\:m-auto {
    margin: auto !important;
  }

  .theme-4 .lg\:mx-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .theme-4 .lg\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .theme-4 .lg\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .theme-4 .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .theme-4 .lg\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .theme-4 .lg\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .theme-4 .lg\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .theme-4 .lg\:mt-0 {
    margin-top: 0 !important;
  }

  .theme-4 .lg\:mt-2 {
    margin-top: 1rem !important;
  }

  .theme-4 .lg\:mt-3 {
    margin-top: 1.5rem !important;
  }

  .theme-4 .lg\:mt-4 {
    margin-top: 2rem !important;
  }

  .theme-4 .lg\:mt-6 {
    margin-top: 3rem !important;
  }

  .theme-4 .lg\:mt-8 {
    margin-top: 4rem !important;
  }

  .theme-4 .lg\:mt-9 {
    margin-top: 6rem !important;
  }

  .theme-4 .lg\:me-5 {
    margin-right: 2.5rem !important;
  }

  .theme-4 .lg\:mb-2 {
    margin-bottom: 1rem !important;
  }

  .theme-4 .lg\:mb-3 {
    margin-bottom: 1.5rem !important;
  }

  .theme-4 .lg\:mb-5 {
    margin-bottom: 2.5rem !important;
  }

  .theme-4 .lg\:mb-6 {
    margin-bottom: 3rem !important;
  }

  .theme-4 .lg\:mb-8 {
    margin-bottom: 4rem !important;
  }

  .theme-4 .lg\:mb-9 {
    margin-bottom: 6rem !important;
  }

  .theme-4 .lg\:p-3 {
    padding: 1.5rem !important;
  }

  .theme-4 .lg\:p-4 {
    padding: 2rem !important;
  }

  .theme-4 .lg\:p-5 {
    padding: 2.5rem !important;
  }

  .theme-4 .lg\:p-6 {
    padding: 3rem !important;
  }

  .theme-4 .lg\:p-8 {
    padding: 4rem !important;
  }

  .theme-4 .lg\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .theme-4 .lg\:px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .theme-4 .lg\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .theme-4 .lg\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .theme-4 .lg\:px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .theme-4 .lg\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .theme-4 .lg\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .theme-4 .lg\:py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .theme-4 .lg\:py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .theme-4 .lg\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .theme-4 .lg\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-4 .lg\:py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .theme-4 .lg\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .theme-4 .lg\:pt-0 {
    padding-top: 0 !important;
  }

  .theme-4 .lg\:pt-2 {
    padding-top: 1rem !important;
  }

  .theme-4 .lg\:pt-4 {
    padding-top: 2rem !important;
  }

  .theme-4 .lg\:pt-6 {
    padding-top: 3rem !important;
  }

  .theme-4 .lg\:pt-8 {
    padding-top: 4rem !important;
  }

  .theme-4 .lg\:pt-10 {
    padding-top: 8rem !important;
  }

  .theme-4 [dir="rtl"] .rtl\:lg\:pe-4 {
    padding-right: 2rem !important;
  }

  .theme-4 .lg\:pb-3 {
    padding-bottom: 1.5rem !important;
  }

  .theme-4 .lg\:pb-6 {
    padding-bottom: 3rem !important;
  }

  .theme-4 .lg\:pb-8 {
    padding-bottom: 4rem !important;
  }

  .theme-4 .lg\:pb-9 {
    padding-bottom: 6rem !important;
  }

  .theme-4 [dir="ltr"] .ltr\:lg\:ps-4 {
    padding-left: 2rem !important;
  }

  .theme-4 .lg\:gap-1 {
    gap: .5rem !important;
  }

  .theme-4 .lg\:gap-2 {
    gap: 1rem !important;
  }

  .theme-4 .lg\:gap-3 {
    gap: 1.5rem !important;
  }

  .theme-4 .lg\:gap-4 {
    gap: 2rem !important;
  }

  .theme-4 .lg\:gap-6 {
    gap: 3rem !important;
  }

  .theme-4 .lg\:gap-8 {
    gap: 4rem !important;
  }

  .theme-4 .lg\:gap-9 {
    gap: 6rem !important;
  }

  .theme-4 .lg\:fs-3 {
    font-size: 1.5rem !important;
  }

  .theme-4 .lg\:fs-4 {
    font-size: 1.25rem !important;
  }

  .theme-4 .lg\:fs-5 {
    font-size: 1.125rem !important;
  }

  .theme-4 .lg\:fs-6 {
    font-size: 1rem !important;
  }

  .theme-4 .lg\:text-start {
    text-align: left !important;
  }

  .theme-4 [dir="ltr"] .ltr\:lg\:text-start {
    text-align: left !important;
  }

  .theme-4 [dir="rtl"] .rtl\:lg\:text-end {
    text-align: right !important;
  }

  .theme-4 .lg\:rounded-1-5 {
    border-radius: 12px !important;
  }

  .theme-4 .lg\:rounded-2 {
    border-radius: 16px !important;
  }

  .theme-4 .lg\:rounded-3 {
    border-radius: 24px !important;
  }

  .theme-4 .lg\:rounded-4 {
    border-radius: 32px !important;
  }

  .theme-4 .lg\:rounded-pill {
    border-radius: 50rem !important;
  }

  .theme-4 .lg\:rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .theme-4 .lg\:rounded-bottom-3 {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
  }

  .theme-4 .lg\:rounded-bottom-5 {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }

  .theme-4 .lg\:rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .theme-4 .lg\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }

  .theme-4 .lg\:min-w-80px {
    min-width: 80px !important;
  }

  .theme-4 .lg\:min-w-150px {
    min-width: 150px !important;
  }

  .theme-4 .lg\:min-w-300px {
    min-width: 300px !important;
  }

  .theme-4 .lg\:min-w-1\/4 {
    min-width: 25% !important;
  }

  .theme-4 .lg\:min-h-80px {
    min-height: 80px !important;
  }

  .theme-4 .lg\:min-h-96px {
    min-height: 96px !important;
  }

  .theme-4 .lg\:min-h-100px {
    min-height: 100px !important;
  }

  .theme-4 .lg\:min-h-600px {
    min-height: 600px !important;
  }

  .theme-4 .lg\:icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }

  .theme-4 .lg\:icon-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important;
  }

  .theme-4 .lg\:hover\:scale-105:hover {
    transform: scale(1.05) !important;
  }

  .theme-4 .lg\:hover\:-translate-y-2:hover {
    transform: translateY(-1rem) !important;
  }

  .theme-4 .lg\:-rotate-2 {
    transform: rotate(-2deg) !important;
  }

  .theme-4 .lg\:rounded-top-start-0 {
    border-top-left-radius: 0 !important;
  }

  .theme-4 .lg\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important;
  }

  .theme-4 .lg\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }

  .theme-4 .lg\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }

  .theme-4 .lg\:ratio-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
}

@media (width >= 1200px) {
  .theme-4 .xl\:d-block {
    display: block !important;
  }

  .theme-4 .xl\:d-flex {
    display: flex !important;
  }

  .theme-4 .xl\:d-inline-flex {
    display: inline-flex !important;
  }

  .theme-4 .xl\:d-none {
    display: none !important;
  }

  .theme-4 .xl\:w-24px {
    width: 24px !important;
  }

  .theme-4 .xl\:w-32px {
    width: 32px !important;
  }

  .theme-4 .xl\:w-48px {
    width: 48px !important;
  }

  .theme-4 .xl\:w-56px {
    width: 56px !important;
  }

  .theme-4 .xl\:w-64px {
    width: 64px !important;
  }

  .theme-4 .xl\:w-80px {
    width: 80px !important;
  }

  .theme-4 .xl\:w-150px {
    width: 150px !important;
  }

  .theme-4 .xl\:w-250px {
    width: 250px !important;
  }

  .theme-4 .xl\:w-300px {
    width: 300px !important;
  }

  .theme-4 .xl\:w-350px {
    width: 350px !important;
  }

  .theme-4 .xl\:w-400px {
    width: 400px !important;
  }

  .theme-4 .xl\:w-450px {
    width: 450px !important;
  }

  .theme-4 .xl\:w-600px {
    width: 600px !important;
  }

  .theme-4 .xl\:w-auto {
    width: auto !important;
  }

  .theme-4 .xl\:max-w-600px {
    max-width: 600px !important;
  }

  .theme-4 .xl\:max-w-700px {
    max-width: 700px !important;
  }

  .theme-4 .xl\:max-w-800px {
    max-width: 800px !important;
  }

  .theme-4 .xl\:max-w-3\/4 {
    max-width: 75% !important;
  }

  .theme-4 .xl\:max-w-md {
    max-width: 720px !important;
  }

  .theme-4 .xl\:max-w-lg {
    max-width: 1040px !important;
  }

  .theme-4 .xl\:max-w-xl {
    max-width: 1280px !important;
  }

  .theme-4 .xl\:h-48px {
    height: 48px !important;
  }

  .theme-4 .xl\:h-56px {
    height: 56px !important;
  }

  .theme-4 .xl\:h-64px {
    height: 64px !important;
  }

  .theme-4 .xl\:h-650px {
    height: 650px !important;
  }

  .theme-4 .xl\:h-screen {
    height: 100vh !important;
  }

  .theme-4 .xl\:m-9 {
    margin: 6rem !important;
  }

  .theme-4 .xl\:my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .theme-4 .xl\:mt-1 {
    margin-top: .5rem !important;
  }

  .theme-4 .xl\:mt-2 {
    margin-top: 1rem !important;
  }

  .theme-4 .xl\:mt-4 {
    margin-top: 2rem !important;
  }

  .theme-4 .xl\:mt-6 {
    margin-top: 3rem !important;
  }

  .theme-4 .xl\:mt-8 {
    margin-top: 4rem !important;
  }

  .theme-4 .xl\:mt-9 {
    margin-top: 6rem !important;
  }

  .theme-4 .xl\:mt-10 {
    margin-top: 8rem !important;
  }

  .theme-4 .xl\:me-4 {
    margin-right: 2rem !important;
  }

  .theme-4 [dir="rtl"] .rtl\:xl\:me-4 {
    margin-right: 2rem !important;
  }

  .theme-4 [dir="ltr"] .ltr\:xl\:me-7 {
    margin-right: 3.5rem !important;
  }

  .theme-4 .xl\:mb-2 {
    margin-bottom: 1rem !important;
  }

  .theme-4 .xl\:mb-3 {
    margin-bottom: 1.5rem !important;
  }

  .theme-4 .xl\:mb-6 {
    margin-bottom: 3rem !important;
  }

  .theme-4 .xl\:mb-8 {
    margin-bottom: 4rem !important;
  }

  .theme-4 .xl\:mb-9 {
    margin-bottom: 6rem !important;
  }

  .theme-4 [dir="ltr"] .ltr\:xl\:ms-4 {
    margin-left: 2rem !important;
  }

  .theme-4 [dir="rtl"] .rtl\:xl\:ms-7 {
    margin-left: 3.5rem !important;
  }

  .theme-4 .xl\:p-3 {
    padding: 1.5rem !important;
  }

  .theme-4 .xl\:p-4 {
    padding: 2rem !important;
  }

  .theme-4 .xl\:p-5 {
    padding: 2.5rem !important;
  }

  .theme-4 .xl\:p-6 {
    padding: 3rem !important;
  }

  .theme-4 .xl\:p-8 {
    padding: 4rem !important;
  }

  .theme-4 .xl\:p-9 {
    padding: 6rem !important;
  }

  .theme-4 .xl\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .theme-4 .xl\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .theme-4 .xl\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .theme-4 .xl\:px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .theme-4 .xl\:px-9 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .theme-4 .xl\:px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .theme-4 .xl\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .theme-4 .xl\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-4 .xl\:py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .theme-4 .xl\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .theme-4 .xl\:pt-0 {
    padding-top: 0 !important;
  }

  .theme-4 .xl\:pt-9 {
    padding-top: 6rem !important;
  }

  .theme-4 .xl\:pt-10 {
    padding-top: 8rem !important;
  }

  .theme-4 [dir="rtl"] .rtl\:xl\:pe-6 {
    padding-right: 3rem !important;
  }

  .theme-4 .xl\:pb-9 {
    padding-bottom: 6rem !important;
  }

  .theme-4 .xl\:pb-10 {
    padding-bottom: 8rem !important;
  }

  .theme-4 [dir="ltr"] .ltr\:xl\:ps-6 {
    padding-left: 3rem !important;
  }

  .theme-4 .xl\:gap-1 {
    gap: .5rem !important;
  }

  .theme-4 .xl\:gap-2 {
    gap: 1rem !important;
  }

  .theme-4 .xl\:gap-3 {
    gap: 1.5rem !important;
  }

  .theme-4 .xl\:gap-4 {
    gap: 2rem !important;
  }

  .theme-4 .xl\:gap-5 {
    gap: 2.5rem !important;
  }

  .theme-4 .xl\:gap-6 {
    gap: 3rem !important;
  }

  .theme-4 .xl\:gap-8 {
    gap: 4rem !important;
  }

  .theme-4 .xl\:gap-9 {
    gap: 6rem !important;
  }

  .theme-4 .xl\:fs-2 {
    font-size: 1.75rem !important;
  }

  .theme-4 .xl\:fs-3 {
    font-size: 1.5rem !important;
  }

  .theme-4 .xl\:fs-4 {
    font-size: 1.25rem !important;
  }

  .theme-4 .xl\:fs-5 {
    font-size: 1.125rem !important;
  }

  .theme-4 .xl\:fs-6 {
    font-size: 1rem !important;
  }

  .theme-4 .xl\:rounded-2 {
    border-radius: 16px !important;
  }

  .theme-4 .xl\:rounded-3 {
    border-radius: 24px !important;
  }

  .theme-4 .xl\:min-w-200px {
    min-width: 200px !important;
  }

  .theme-4 .xl\:min-h-300px {
    min-height: 300px !important;
  }

  .theme-4 .xl\:min-h-700px {
    min-height: 700px !important;
  }

  .theme-4 .xl\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
}

.theme-4 .bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--uc-gradient-stops)) !important;
}

.theme-4 .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--uc-gradient-stops)) !important;
}

.theme-4 .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--uc-gradient-stops)) !important;
}

.theme-4 .bg-gradient-45 {
  background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important;
}

.theme-4 :where(.uc-dark) .dark\:bg-gradient-45 {
  background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important;
}

.theme-4 .to-transparent {
  --uc-gradient-to: #fff0;
}

.theme-4 .from-transparent {
  --uc-gradient-from: transparent;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-4 .via-transparent {
  --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
}

.theme-4 .from-black {
  --uc-gradient-from: #000;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-4 .to-white {
  --uc-gradient-to: white;
}

.theme-4 .from-white {
  --uc-gradient-from: #fff;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-4 .from-primary {
  --uc-gradient-from: var(--color-primary);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-4 .from-secondary {
  --uc-gradient-from: #fcf0e7;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-4 .from-gray-800 {
  --uc-gradient-from: #141717;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-4 .to-gray-900 {
  --uc-gradient-to: #0a0b0c;
}

.theme-4 .to-primary-25 {
  --uc-gradient-to: #fafef7;
}

.theme-4 .to-primary-700 {
  --uc-gradient-to: #588b39;
}

.theme-4 .to-primary-800 {
  --uc-gradient-to: #3b5d26;
}

.theme-4 .from-indigo {
  --uc-gradient-from: #553cdf;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-4 .to-pink {
  --uc-gradient-to: #f06b9d;
}

.theme-4 .from-pink-100 {
  --uc-gradient-from: #fce1eb;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-4 .to-orange-100 {
  --uc-gradient-to: #fee1d2;
}

.theme-4 .from-tertiary {
  --uc-gradient-from: #025864;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-4 .from-tertiary-200 {
  --uc-gradient-from: #9abcc1;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-4 .from-tertiary-600 {
  --uc-gradient-from: #024650;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-4 :where(.uc-dark) .dark\:to-black {
  --uc-gradient-to: black;
}

.theme-4 :where(.uc-dark) .dark\:from-gray-700 {
  --uc-gradient-from: #1d2223;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-4 :where(.uc-dark) .dark\:from-gray-800 {
  --uc-gradient-from: #141717;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-4 :where(.uc-dark) .dark\:to-gray-900 {
  --uc-gradient-to: #0a0b0c;
}

.theme-4 :where(.uc-dark) .dark\:from-primary-700 {
  --uc-gradient-from: #588b39;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-4 :where(.uc-dark) .dark\:to-tertiary {
  --uc-gradient-to: #025864;
}

.theme-4 :where(.uc-dark) .dark\:from-tertiary-200 {
  --uc-gradient-from: #9abcc1;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-4 :where(.uc-dark) .dark\:from-tertiary-700 {
  --uc-gradient-from: #01353c;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-4 :where(.uc-dark) .dark\:to-tertiary-800 {
  --uc-gradient-to: #012328;
}

.theme-4 :where(.uc-dark) .dark\:from-tertiary-800 {
  --uc-gradient-from: #012328;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

html[dir="rtl"] .theme-4 .uc-navbar-right {
  margin-left: unset;
  margin-right: auto;
}

html[dir="rtl"] .theme-4 .uc-navbar-left {
  margin-right: unset;
  margin-left: auto;
}

@font-face {
  font-family: Graphik;
  src: local(Graphik Regular), url("../media/Graphik-Regular.706b0a64.woff2"), url("../media/Graphik-Regular.239f311b.woff");
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Graphik;
  src: local(Graphik Medium), url("../media/Graphik-Medium.f39fdde9.woff2"), url("../media/Graphik-Medium.748dd576.woff");
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Graphik;
  src: local(Graphik Semibold), url("../media/Graphik-Semibold.e59c163d.woff2"), url("../media/Graphik-Semibold.e2eeba28.woff");
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Mabry Pro;
  src: local(Mabry Pro Regular), url("../media/MabryPro-Regular.716e090d.woff2"), url("../media/MabryPro-Regular.5193aa82.woff");
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 90%;
}

@font-face {
  font-family: Mabry Pro;
  src: local(Mabry Pro Bold), url("../media/MabryPro-Bold.c60ce649.woff2"), url("../media/MabryPro-Bold.fb19a5c3.woff");
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 90%;
}

@font-face {
  font-family: Degular Display;
  src: local(Degular Display Semidbold), url("../media/DegularDisplay-Semibold.8841cd6e.woff2");
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Sharp Grotesk;
  src: local(Sharp Grotesk Medium), url("../media/SharpGrotesk-Medium.3a899f7e.woff2");
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: PolySans;
  src: local(PolySans Normal), url("../media/PolySans-Normal.ce33d6dc.ttf");
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: PolySans;
  src: local(PolySans Bold), url("../media/PolySans-Medium.e69ba2ff.woff2");
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

.theme-5 {
  --font-family-primary: "PolySans", "IBM Plex Sans Arabic", sans-serif;
  --font-family-secondary: "PolySans", "IBM Plex Sans Arabic", serif;
  --font-family-tertiary: "PolySans", "IBM Plex Sans Arabic", serif;
  --font-family-serif: "Playfair Display", "IBM Plex Sans Arabic", serif;
  --font-family-script: Segoe Script, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-mono: monospace, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-weight-ultralight: 100;
  --font-weight-lighter: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-bolder: 800;
  --font-weight-ultrabold: 900;
  --font-text-family: var(--font-family-primary);
  --font-text-weight: 400;
  --font-heading-family: var(--font-family-secondary);
  --font-heading-weight: 700;
  --font-display-family: var(--font-family-secondary);
  --font-display-weight: 700;
  --font-code-family: var(--font-family-code);
  --font-code-weight: 400;
  --root-size: 1rem;
  --radius: 8px;
  --border-size: 1px;
  --border-color: #83838340;
  --shadow-color: #00000026;
  --contrast-ratio: 2;
  --breakpoints-xs: 0;
  --breakpoints-sm: 576px;
  --breakpoints-md: 768px;
  --breakpoints-lg: 992px;
  --breakpoints-xl: 1200px;
  --breakpoints-xxl: 1400px;
  --color-gray: #31393a;
  --color-gray-10: #f9f9f9;
  --color-gray-25: whitesmoke;
  --color-gray-50: #eaebeb;
  --color-gray-100: #d6d7d8;
  --color-gray-200: #adb0b0;
  --color-gray-300: #838889;
  --color-gray-400: #5a6161;
  --color-gray-500: #31393a;
  --color-gray-600: #272e2e;
  --color-gray-700: #1d2223;
  --color-gray-800: #141717;
  --color-gray-900: #0a0b0c;
  --color-slate: #6b7280;
  --color-slate-10: #fbfbfb;
  --color-slate-25: #f8f8f9;
  --color-slate-50: #f0f1f2;
  --color-slate-100: #e1e3e6;
  --color-slate-200: #c4c7cc;
  --color-slate-300: #a6aab3;
  --color-slate-400: #898e99;
  --color-slate-500: #6b7280;
  --color-slate-600: #565b66;
  --color-slate-700: #40444d;
  --color-slate-800: #2b2e33;
  --color-slate-900: #15171a;
  --color-primary: #c1ffb4;
  --color-primary-rgb: 193, 255, 180;
  --color-primary-10: #fdfffd;
  --color-primary-25: #fcfffb;
  --color-primary-50: #f9fff8;
  --color-primary-100: #f3fff0;
  --color-primary-200: #e6ffe1;
  --color-primary-300: #daffd2;
  --color-primary-400: #cdffc3;
  --color-primary-500: var(--color-primary);
  --color-primary-600: #9acc90;
  --color-primary-700: #74996c;
  --color-primary-800: #4d6648;
  --color-primary-900: #273324;
  --color-secondary: #f3ece7;
  --color-secondary-10: #fffefe;
  --color-secondary-25: #fefefe;
  --color-secondary-50: #fefdfd;
  --color-secondary-100: #fdfbfa;
  --color-secondary-200: #faf7f5;
  --color-secondary-300: #f8f4f1;
  --color-secondary-400: #f5f0ec;
  --color-secondary-500: #f3ece7;
  --color-secondary-600: #c2bdb9;
  --color-secondary-700: #928e8b;
  --color-secondary-800: #615e5c;
  --color-secondary-900: #312f2e;
  --color-info: #09c;
  --color-info-10: #f7fcfd;
  --color-info-25: #f2fafc;
  --color-info-50: #e6f5fa;
  --color-info-100: #ccebf5;
  --color-info-200: #99d6eb;
  --color-info-300: #66c2e0;
  --color-info-400: #33add6;
  --color-info-500: #09c;
  --color-info-600: #007aa3;
  --color-info-700: #005c7a;
  --color-info-800: #003d52;
  --color-info-900: #001f29;
  --color-success: #4caf50;
  --color-success-10: #fafdfa;
  --color-success-25: #f6fbf6;
  --color-success-50: #edf7ee;
  --color-success-100: #dbefdc;
  --color-success-200: #b7dfb9;
  --color-success-300: #94cf96;
  --color-success-400: #70bf73;
  --color-success-500: #4caf50;
  --color-success-600: #3d8c40;
  --color-success-700: #2e6930;
  --color-success-800: #1e4620;
  --color-success-900: #0f2310;
  --color-warning: #ffb307;
  --color-warning-10: #fffdf8;
  --color-warning-25: #fffbf3;
  --color-warning-50: #fff7e6;
  --color-warning-100: #fff0cd;
  --color-warning-200: #ffe19c;
  --color-warning-300: #ffd16a;
  --color-warning-400: #ffc239;
  --color-warning-500: #ffb307;
  --color-warning-600: #cc8f06;
  --color-warning-700: #996b04;
  --color-warning-800: #664803;
  --color-warning-900: #332401;
  --color-danger: #e44b4b;
  --color-danger-10: #fefafa;
  --color-danger-25: #fef6f6;
  --color-danger-50: #fceded;
  --color-danger-100: #fadbdb;
  --color-danger-200: #f4b7b7;
  --color-danger-300: #ef9393;
  --color-danger-400: #e96f6f;
  --color-danger-500: #e44b4b;
  --color-danger-600: #b63c3c;
  --color-danger-700: #892d2d;
  --color-danger-800: #5b1e1e;
  --color-danger-900: #2e0f0f;
  --color-blue: #078af3;
  --color-blue-10: #f8fbff;
  --color-blue-25: #f3f9fe;
  --color-blue-50: #e6f3fe;
  --color-blue-100: #cde8fd;
  --color-blue-200: #9cd0fa;
  --color-blue-300: #6ab9f8;
  --color-blue-400: #39a1f5;
  --color-blue-500: #078af3;
  --color-blue-600: #066ec2;
  --color-blue-700: #045392;
  --color-blue-800: #033761;
  --color-blue-900: #011c31;
  --color-indigo: #553cdf;
  --color-indigo-10: #faf9fe;
  --color-indigo-25: #f7f5fd;
  --color-indigo-50: #eeecfc;
  --color-indigo-100: #ddd8f9;
  --color-indigo-200: #bbb1f2;
  --color-indigo-300: #998aec;
  --color-indigo-400: #7763e5;
  --color-indigo-500: #553cdf;
  --color-indigo-600: #4430b2;
  --color-indigo-700: #332486;
  --color-indigo-800: #221859;
  --color-indigo-900: #110c2d;
  --color-purple: #8921e4;
  --color-purple-10: #fbf8fe;
  --color-purple-25: #f9f4fe;
  --color-purple-50: #f3e9fc;
  --color-purple-100: #e7d3fa;
  --color-purple-200: #d0a6f4;
  --color-purple-300: #b87aef;
  --color-purple-400: #a14de9;
  --color-purple-500: #8921e4;
  --color-purple-600: #6e1ab6;
  --color-purple-700: #521489;
  --color-purple-800: #370d5b;
  --color-purple-900: #1b072e;
  --color-red: #ea4335;
  --color-red-10: #fef9f9;
  --color-red-25: #fef6f5;
  --color-red-50: #fdeceb;
  --color-red-100: #fbd9d7;
  --color-red-200: #f7b4ae;
  --color-red-300: #f28e86;
  --color-red-400: #ee695d;
  --color-red-500: #ea4335;
  --color-red-600: #bb362a;
  --color-red-700: #8c2820;
  --color-red-800: #5e1b15;
  --color-red-900: #2f0d0b;
  --color-rose: #d20e4f;
  --color-rose-10: #fef8fa;
  --color-rose-25: #fdf3f6;
  --color-rose-50: #fbe7ed;
  --color-rose-100: #f6cfdc;
  --color-rose-200: #ed9fb9;
  --color-rose-300: #e46e95;
  --color-rose-400: #db3e72;
  --color-rose-500: #d20e4f;
  --color-rose-600: #a80b3f;
  --color-rose-700: #7e082f;
  --color-rose-800: #540620;
  --color-rose-900: #2a0310;
  --color-pink: #f06b9d;
  --color-pink-10: #fffbfc;
  --color-pink-25: #fef8fa;
  --color-pink-50: #fef0f5;
  --color-pink-100: #fce1eb;
  --color-pink-200: #f9c4d8;
  --color-pink-300: #f6a6c4;
  --color-pink-400: #f389b1;
  --color-pink-500: #f06b9d;
  --color-pink-600: #c0567e;
  --color-pink-700: #90405e;
  --color-pink-800: #602b3f;
  --color-pink-900: #30151f;
  --color-orange: #fb6b1e;
  --color-orange-10: #fffbf8;
  --color-orange-25: #fff8f4;
  --color-orange-50: #fff0e9;
  --color-orange-100: #fee1d2;
  --color-orange-200: #fdc4a5;
  --color-orange-300: #fda678;
  --color-orange-400: #fc894b;
  --color-orange-500: #fb6b1e;
  --color-orange-600: #c95618;
  --color-orange-700: #974012;
  --color-orange-800: #642b0c;
  --color-orange-900: #321506;
  --color-yellow: #fcbc05;
  --color-yellow-10: #fffdf8;
  --color-yellow-25: #fffcf3;
  --color-yellow-50: #fff8e6;
  --color-yellow-100: #fef2cd;
  --color-yellow-200: #fee49b;
  --color-yellow-300: #fdd769;
  --color-yellow-400: #fdc937;
  --color-yellow-500: #fcbc05;
  --color-yellow-600: #ca9604;
  --color-yellow-700: #977103;
  --color-yellow-800: #654b02;
  --color-yellow-900: #322601;
  --color-green: #34a853;
  --color-green-10: #f9fcfa;
  --color-green-25: #f5fbf6;
  --color-green-50: #ebf6ee;
  --color-green-100: #d6eedd;
  --color-green-200: #aedcba;
  --color-green-300: #85cb98;
  --color-green-400: #5db975;
  --color-green-500: #34a853;
  --color-green-600: #2a8642;
  --color-green-700: #1f6532;
  --color-green-800: #154321;
  --color-green-900: #0a2211;
  --color-lime: #aef359;
  --color-lime-10: #fdfffa;
  --color-lime-25: #fbfef7;
  --color-lime-50: #f7feee;
  --color-lime-100: #effdde;
  --color-lime-200: #dffabd;
  --color-lime-300: #cef89b;
  --color-lime-400: #bef57a;
  --color-lime-500: #aef359;
  --color-lime-600: #8bc247;
  --color-lime-700: #689235;
  --color-lime-800: #466124;
  --color-lime-900: #233112;
  --color-teal: #06f6c6;
  --color-teal-10: #f8fffd;
  --color-teal-25: #f3fffc;
  --color-teal-50: #e6fef9;
  --color-teal-100: #cdfdf4;
  --color-teal-200: #9bfbe8;
  --color-teal-300: #6afadd;
  --color-teal-400: #38f8d1;
  --color-teal-500: #06f6c6;
  --color-teal-600: #05c59e;
  --color-teal-700: #049477;
  --color-teal-800: #02624f;
  --color-teal-900: #013128;
  --color-cyan: #38e1ff;
  --color-cyan-10: #f9feff;
  --color-cyan-25: #f5feff;
  --color-cyan-50: #ebfcff;
  --color-cyan-100: #d7f9ff;
  --color-cyan-200: #aff3ff;
  --color-cyan-300: #88edff;
  --color-cyan-400: #60e7ff;
  --color-cyan-500: #38e1ff;
  --color-cyan-600: #2db4cc;
  --color-cyan-700: #228799;
  --color-cyan-800: #165a66;
  --color-cyan-900: #0b2d33;
  --color-tertiary: #0c5263;
  --color-tertiary-10: #f8fafa;
  --color-tertiary-25: #f3f6f7;
  --color-tertiary-50: #e7eeef;
  --color-tertiary-100: #cedce0;
  --color-tertiary-200: #9ebac1;
  --color-tertiary-300: #6d97a1;
  --color-tertiary-400: #3d7582;
  --color-tertiary-500: #0c5263;
  --color-tertiary-600: #0a424f;
  --color-tertiary-700: #07313b;
  --color-tertiary-800: #052128;
  --color-tertiary-900: #021014;
  --color-quaternary: #d4d7c2;
  --color-quaternary-10: #fefefd;
  --color-quaternary-25: #fdfdfc;
  --color-quaternary-50: #fbfbf9;
  --color-quaternary-100: #f6f7f3;
  --color-quaternary-200: #eeefe7;
  --color-quaternary-300: #e5e7da;
  --color-quaternary-400: #dddfce;
  --color-quaternary-500: #d4d7c2;
  --color-quaternary-600: #aaac9b;
  --color-quaternary-700: #7f8174;
  --color-quaternary-800: #55564e;
  --color-quaternary-900: #2a2b27;
  --colors-accent-primary: var(--color-primary);
  --colors-accent-secondary: var(--color-secondary);
  --colors-accent-success: var(--color-success);
  --colors-accent-warning: var(--color-warning);
  --colors-accent-danger: var(--color-danger);
  --colors-accent-muted: var(--color-gray-400);
  --colors-button-primary: var(--color-primary);
  --colors-button-secondary: var(--color-secondary);
  --colors-button-success: var(--color-success);
  --colors-button-warning: var(--color-warning);
  --colors-button-danger: var(--color-danger);
  --colors-button-muted: var(--color-muted);
  --colors-button-primary-hover: var(--color-primary-600);
  --colors-button-secondary-hover: var(--color-secondary-600);
  --colors-button-success-hover: var(--color-success-600);
  --colors-button-warning-hover: var(--color-warning-600);
  --colors-button-danger-hover: var(--color-danger-600);
  --colors-button-muted-hover: var(--color-muted-600);
  --colors-form-primary: var(--color-primary);
  --colors-form-secondary: var(--color-secondary);
  --colors-form-success: var(--color-success);
  --colors-form-warning: var(--color-warning);
  --colors-form-danger: var(--color-danger);
  --colors-form-muted: var(--color-muted);
  --colors-card-primary: var(--color-primary);
  --colors-card-secondary: var(--color-secondary);
  --colors-card-success: var(--color-success);
  --colors-card-warning: var(--color-warning);
  --colors-card-danger: var(--color-danger);
  --colors-card-muted: var(--color-muted);
  --colors-background-primary: var(--color-primary);
  --colors-background-secondary: var(--color-secondary);
  --colors-background-success: var(--color-success);
  --colors-background-warning: var(--color-warning);
  --colors-background-danger: var(--color-danger);
  --colors-background-muted: var(--color-muted);
  --colors-text-primary: var(--color-primary);
  --colors-text-secondary: var(--color-secondary);
  --colors-text-success: var(--color-success);
  --colors-text-warning: var(--color-warning);
  --colors-text-danger: var(--color-danger);
  --colors-text-muted: var(--color-muted);
  --colors-label-primary: var(--color-primary);
  --colors-label-secondary: var(--color-secondary);
  --colors-label-success: var(--color-success);
  --colors-label-warning: var(--color-warning);
  --colors-label-danger: var(--color-danger);
  --colors-label-muted: var(--color-muted);
  --colors-alert-primary: var(--color-primary);
  --colors-alert-secondary: var(--color-secondary);
  --colors-alert-success: var(--color-success);
  --colors-alert-warning: var(--color-warning);
  --colors-alert-danger: var(--color-danger);
  --colors-alert-muted: var(--color-muted);
  --sizes-text-3xs-size: .75rem;
  --sizes-text-3xs-lh: 1.5;
  --sizes-text-3xs-lp: 0rem;
  --sizes-text-2xs-size: .875rem;
  --sizes-text-2xs-lh: 1.5;
  --sizes-text-2xs-lp: 0rem;
  --sizes-text-xs-size: 1rem;
  --sizes-text-xs-lh: 1.5;
  --sizes-text-xs-lp: 0rem;
  --sizes-text-sm-size: 1.125rem;
  --sizes-text-sm-lh: 1.5;
  --sizes-text-sm-lp: 0rem;
  --sizes-text-md-size: 1.25rem;
  --sizes-text-md-lh: 1.5;
  --sizes-text-md-lp: 0rem;
  --sizes-text-lg-size: 1.5rem;
  --sizes-text-lg-lh: 1.5;
  --sizes-text-lg-lp: 0rem;
  --sizes-text-xl-size: 1.75rem;
  --sizes-text-xl-lh: 1.5;
  --sizes-text-xl-lp: 0rem;
  --sizes-text-2xl-size: 2rem;
  --sizes-text-2xl-lh: 1.5;
  --sizes-text-2xl-lp: 0rem;
  --sizes-heading-display-1-size: 8rem;
  --sizes-heading-display-1-lh: 1;
  --sizes-heading-display-1-lp: -.16rem;
  --sizes-heading-display-2-size: 6rem;
  --sizes-heading-display-2-lh: 1;
  --sizes-heading-display-2-lp: -.12rem;
  --sizes-heading-display-3-size: 5rem;
  --sizes-heading-display-3-lh: 1;
  --sizes-heading-display-3-lp: -.1rem;
  --sizes-heading-display-4-size: 4.5rem;
  --sizes-heading-display-4-lh: 1;
  --sizes-heading-display-4-lp: -.09rem;
  --sizes-heading-display-5-size: 4rem;
  --sizes-heading-display-5-lh: 1;
  --sizes-heading-display-5-lp: -.08rem;
  --sizes-heading-display-6-size: 3.25rem;
  --sizes-heading-display-6-lh: 1;
  --sizes-heading-display-6-lp: -.07rem;
  --sizes-heading-h1-size: 3rem;
  --sizes-heading-h1-lh: 1.1;
  --sizes-heading-h1-lp: -.06rem;
  --sizes-heading-h2-size: 2.5rem;
  --sizes-heading-h2-lh: 1.1;
  --sizes-heading-h2-lp: -.04rem;
  --sizes-heading-h3-size: 2rem;
  --sizes-heading-h3-lh: 1.1;
  --sizes-heading-h3-lp: -.035rem;
  --sizes-heading-h4-size: 1.5rem;
  --sizes-heading-h4-lh: 1.2;
  --sizes-heading-h4-lp: -.03rem;
  --sizes-heading-h5-size: 1.25rem;
  --sizes-heading-h5-lh: 1.2;
  --sizes-heading-h5-lp: -.02rem;
  --sizes-heading-h6-size: 1.125rem;
  --sizes-heading-h6-lh: 1.2;
  --sizes-heading-h6-lp: -.02rem;
  --sizes-container-xs: 784px;
  --sizes-container-sm: 992px;
  --sizes-container-md: 1200px;
  --sizes-container-lg: 1376px;
  --sizes-container-xl: 1600px;
  --sizes-grid-narrow: .25rem;
  --sizes-grid-2xs: .5rem;
  --sizes-grid-xs: 1rem;
  --sizes-grid-sm: 1.5rem;
  --sizes-grid-md: 2rem;
  --sizes-grid-lg: 2.5rem;
  --sizes-grid-xl: 3rem;
  --sizes-grid-2xl: 3.5rem;
  --sizes-grid-3xl: 4rem;
  --sizes-grid-4xl: 5rem;
  --sizes-grid-5xl: 8rem;
  --sizes-spacing-narrow: .25rem;
  --sizes-spacing-2xs: .5rem;
  --sizes-spacing-xs: 1rem;
  --sizes-spacing-sm: 1.5rem;
  --sizes-spacing-md: 2rem;
  --sizes-spacing-lg: 2.5rem;
  --sizes-spacing-xl: 3rem;
  --sizes-spacing-2xl: 3.5rem;
  --sizes-spacing-3xl: 4rem;
  --sizes-spacing-4xl: 6rem;
  --sizes-spacing-5xl: 8rem;
  --sizes-button-height: 48px;
  --sizes-button-px: 1rem;
  --sizes-button-text: 1rem;
  --sizes-button-radius: var(--radius);
  --sizes-button-2xs-height: 24px;
  --sizes-button-2xs-px: .25rem;
  --sizes-button-2xs-text: .8rem;
  --sizes-button-2xs-radius: var(--radius);
  --sizes-button-xs-height: 32px;
  --sizes-button-xs-px: .5rem;
  --sizes-button-xs-text: .825rem;
  --sizes-button-xs-radius: var(--radius);
  --sizes-button-sm-height: 40px;
  --sizes-button-sm-px: .75rem;
  --sizes-button-sm-text: 1rem;
  --sizes-button-sm-radius: var(--radius);
  --sizes-button-md-height: 48px;
  --sizes-button-md-px: 1rem;
  --sizes-button-md-text: 1rem;
  --sizes-button-md-radius: var(--radius);
  --sizes-button-lg-height: 56px;
  --sizes-button-lg-px: 1.5rem;
  --sizes-button-lg-text: 1.125rem;
  --sizes-button-lg-radius: var(--radius);
  --sizes-button-xl-height: 64px;
  --sizes-button-xl-px: 2rem;
  --sizes-button-xl-text: 1.25rem;
  --sizes-button-xl-radius: var(--radius);
  --sizes-button-2xl-height: 80px;
  --sizes-button-2xl-px: 3rem;
  --sizes-button-2xl-text: 1.5rem;
  --sizes-button-2xl-radius: var(--radius);
  --sizes-form-height: 48px;
  --sizes-form-px: 1rem;
  --sizes-form-text: 1rem;
  --sizes-form-2xs-height: 24px;
  --sizes-form-2xs-px: .5rem;
  --sizes-form-2xs-text: .75rem;
  --sizes-form-xs-height: 32px;
  --sizes-form-xs-px: .5rem;
  --sizes-form-xs-text: .875rem;
  --sizes-form-sm-height: 40px;
  --sizes-form-sm-px: .75rem;
  --sizes-form-sm-text: 1rem;
  --sizes-form-md-height: 48px;
  --sizes-form-md-px: 1rem;
  --sizes-form-md-text: 1rem;
  --sizes-form-lg-height: 56px;
  --sizes-form-lg-px: 1.5rem;
  --sizes-form-lg-text: 1.125rem;
  --sizes-form-xl-height: 64px;
  --sizes-form-xl-px: 1.25rem;
  --sizes-form-xl-text: 1.25rem;
  --sizes-form-2xl-height: 80px;
  --sizes-form-2xl-px: 1.5rem;
  --sizes-form-2xl-text: 1.5rem;
  --sizes-icon-2xs: 16px;
  --sizes-icon-xs: 20px;
  --sizes-icon-sm: 24px;
  --sizes-icon-md: 32px;
  --sizes-icon-lg: 48px;
  --sizes-icon-xl: 64px;
  --sizes-icon-2xl: 80px;
  --sizes-rouneded-: var(--radius);
  --sizes-rouneded-1: 4px;
  --sizes-rouneded-2: 16px;
  --sizes-rouneded-3: 24px;
  --sizes-rouneded-4: 32px;
  --sizes-rouneded-5: 40px;
  --sizes-rouneded-6: 48px;
  --sizes-rouneded-7: 56px;
  --sizes-rouneded-8: 64px;
  --sizes-blur-1: 4px;
  --sizes-blur-2: 8px;
  --sizes-blur-3: 16px;
  --sizes-blur-4: 24px;
  --sizes-blur-5: 32px;
  --sizes-blur-6: 48px;
  --sizes-blur-7: 64px;
  --sizes-blur-8: 80px;
  --sizes-blur-9: 96px;
  --sizes-blur-10: 128px;
  --sizes-shadow-xs: 0 .125rem .25rem -.1rem var(--shadow-color);
  --sizes-shadow-sm: 0 .25rem .5rem -.1rem var(--shadow-color);
  --sizes-shadow: 0 .5rem 1rem -.1rem var(--shadow-color);
  --sizes-shadow-lg: 0 1rem 1.5rem -.1rem var(--shadow-color);
  --sizes-shadow-xl: 0 1.5rem 2rem -.1rem var(--shadow-color);
  --sizes-shadow-2xl: 0 2rem 2.5rem -.1rem var(--shadow-color);
  --sizes-table-xs: .5rem;
  --sizes-table-sm: .75rem;
  --sizes-table: 1rem;
  --sizes-table-md: 1.25rem;
  --sizes-table-lg: 1.5rem;
  --body-font-typeface: var(--font-text-family);
  --body-font-size: var(--root-size);
  --body-font-weight: var(--font-text-weight);
  --body-font-spacing: normal;
  --body-color-background: transparent;
  --body-color-text: var(--color-gray-900);
  --heading-font-typeface: var(--font-heading-family);
  --heading-font-weight: var(--font-heading-weight);
  --heading-font-style: normal;
  --heading-font-spacing: normal;
  --heading-font-transform: initial;
  --heading-color-text: inherit;
  --link-color-text: var(--color-primary);
  --link-color-text-hover: var(--color-primary-60);
  --button-font-typeface: var(--font-family-tertiary);
  --button-font-weight: 700;
  --button-font-line-height: initial;
  --button-font-spacing: normal;
  --button-font-transform: initial;
  --button-border-width: 2px;
  --button-border-radius: var(--radius);
  --button-color-text: white;
  --form-font-typeface: var(--font-text-family);
  --form-font-size: var(--sizes-form-medium-text);
  --form-font-weight: 400;
  --form-font-line-height: 1.25rem;
  --form-font-spacing: normal;
  --form-font-transform: initial;
  --form-color-text: var(--color-gray-900);
  --form-color-background: #9b9b9b26;
  --form-color-background-hover: #9b9b9b33;
  --form-color-background-disable: #9b9b9b66;
  --form-color-background-primary: var(--color-primary);
  --form-color-background-primary-hover: var(--color-primary-60);
  --form-color-placeholder: #9b9b9bb3;
  --form-border-width: 0;
  --form-border-color: var(--border-color);
  --form-border-radius: var(--radius);
  --form-shadow-default: 0 0 0 1px var(--border-color);
  --form-shadow-hover: 0 0 0 1px var(--border-color);
  --form-shadow-focus: 0 0 0 2px var(--color-primary);
  --form-height: var(--sizes-form-medium-height);
  --form-dark-color-text: var(--color-white);
  --form-dark-color-background: #9b9b9b26;
  --form-dark-color-background-hover: #9b9b9b33;
  --form-dark-color-background-disable: #9b9b9b66;
  --form-dark-color-background-primary: var(--color-primary);
  --form-dark-color-background-primary-hover: var(--color-primary-60);
  --form-dark-color-placeholder: #9b9b9b80;
  --tab-font-size: var(--sizes-form-medium-text);
  --tab-font-weight: 700;
  --tab-font-spacing: normal;
  --tab-font-transform: initial;
  --tab-color-text: var(--color-gray-700);
  --tab-color-text-hover: var(--color-gray-800);
  --tab-color-text-active: var(--color-gray-900);
  --tab-border-width: 4px;
  --tab-border-color: var(--color-primary);
  --tab-border-radius: var(--radius);
  --tab-display: inline-flex;
  --tab-align-text: center;
  --tab-margin: 0;
  --tab-padding: 5px;
  --accordion-font-size: var(--sizes-form-large-text);
  --accordion-font-weight: 700;
  --accordion-font-spacing: normal;
  --accordion-font-transform: initial;
  --accordion-color-text: var(--color-gray-900);
  --accordion-color-text-active: var(--color-primary);
  --accordion-border-width: 1px;
  --accordion-border-color: var(--border-color);
  --accordion-margin: 20px;
  --accordion-padding: 20px;
  --alert-font-size: var(--sizes-form-medium-text);
  --alert-font-weight: 400;
  --alert-font-style: normal;
  --alert-font-spacing: normal;
  --alert-font-transform: initial;
  --alert-color-background: var(--color-gray-100);
  --alert-color-text: var(--color-gray-900);
  --alert-border-width: 0;
  --alert-border-radius: var(--radius);
  --alert-padding: 15px;
  font-family: var(--body-font-typeface);
  font-size: var(--body-font-size, 1rem);
  font-weight: var(--body-font-weight, 400);
  letter-spacing: var(--body-font-spacing, normal);
  background-color: var(--body-color-background, inherit);
  color: var(--body-color-text, inherit);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: var(--body-font-typeface);
  font-size: var(--body-font-size, 1rem);
  font-weight: var(--body-font-weight, 400);
  letter-spacing: var(--body-font-spacing, normal);
  background-color: var(--body-color-background, inherit);
  color: var(--body-color-text, inherit);
  --color-white: white;
  --color-black: black;
  font-variant-numeric: lining-nums;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: var(--color-primary);
  --bs-secondary: #f3ece7;
  --bs-success: #4caf50;
  --bs-info: #09c;
  --bs-warning: #ffb307;
  --bs-danger: #e44b4b;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-gray: #31393a;
  --bs-gray-10: #f9f9f9;
  --bs-gray-25: whitesmoke;
  --bs-gray-50: #eaebeb;
  --bs-gray-100: #d6d7d8;
  --bs-gray-200: #adb0b0;
  --bs-gray-300: #838889;
  --bs-gray-400: #5a6161;
  --bs-gray-500: #31393a;
  --bs-gray-600: #272e2e;
  --bs-gray-700: #1d2223;
  --bs-gray-800: #141717;
  --bs-gray-900: #0a0b0c;
  --bs-slate: #6b7280;
  --bs-slate-10: #fbfbfb;
  --bs-slate-25: #f8f8f9;
  --bs-slate-50: #f0f1f2;
  --bs-slate-100: #e1e3e6;
  --bs-slate-200: #c4c7cc;
  --bs-slate-300: #a6aab3;
  --bs-slate-400: #898e99;
  --bs-slate-500: #6b7280;
  --bs-slate-600: #565b66;
  --bs-slate-700: #40444d;
  --bs-slate-800: #2b2e33;
  --bs-slate-900: #15171a;
  --bs-primary-10: #fdfffd;
  --bs-primary-25: #fcfffb;
  --bs-primary-50: #f9fff8;
  --bs-primary-100: #f3fff0;
  --bs-primary-200: #e6ffe1;
  --bs-primary-300: #daffd2;
  --bs-primary-400: #cdffc3;
  --bs-primary-500: var(--color-primary);
  --bs-primary-600: #9acc90;
  --bs-primary-700: #74996c;
  --bs-primary-800: #4d6648;
  --bs-primary-900: #273324;
  --bs-secondary-10: #fffefe;
  --bs-secondary-25: #fefefe;
  --bs-secondary-50: #fefdfd;
  --bs-secondary-100: #fdfbfa;
  --bs-secondary-200: #faf7f5;
  --bs-secondary-300: #f8f4f1;
  --bs-secondary-400: #f5f0ec;
  --bs-secondary-500: #f3ece7;
  --bs-secondary-600: #c2bdb9;
  --bs-secondary-700: #928e8b;
  --bs-secondary-800: #615e5c;
  --bs-secondary-900: #312f2e;
  --bs-info-10: #f7fcfd;
  --bs-info-25: #f2fafc;
  --bs-info-50: #e6f5fa;
  --bs-info-100: #ccebf5;
  --bs-info-200: #99d6eb;
  --bs-info-300: #66c2e0;
  --bs-info-400: #33add6;
  --bs-info-500: #09c;
  --bs-info-600: #007aa3;
  --bs-info-700: #005c7a;
  --bs-info-800: #003d52;
  --bs-info-900: #001f29;
  --bs-success-10: #fafdfa;
  --bs-success-25: #f6fbf6;
  --bs-success-50: #edf7ee;
  --bs-success-100: #dbefdc;
  --bs-success-200: #b7dfb9;
  --bs-success-300: #94cf96;
  --bs-success-400: #70bf73;
  --bs-success-500: #4caf50;
  --bs-success-600: #3d8c40;
  --bs-success-700: #2e6930;
  --bs-success-800: #1e4620;
  --bs-success-900: #0f2310;
  --bs-warning-10: #fffdf8;
  --bs-warning-25: #fffbf3;
  --bs-warning-50: #fff7e6;
  --bs-warning-100: #fff0cd;
  --bs-warning-200: #ffe19c;
  --bs-warning-300: #ffd16a;
  --bs-warning-400: #ffc239;
  --bs-warning-500: #ffb307;
  --bs-warning-600: #cc8f06;
  --bs-warning-700: #996b04;
  --bs-warning-800: #664803;
  --bs-warning-900: #332401;
  --bs-danger-10: #fefafa;
  --bs-danger-25: #fef6f6;
  --bs-danger-50: #fceded;
  --bs-danger-100: #fadbdb;
  --bs-danger-200: #f4b7b7;
  --bs-danger-300: #ef9393;
  --bs-danger-400: #e96f6f;
  --bs-danger-500: #e44b4b;
  --bs-danger-600: #b63c3c;
  --bs-danger-700: #892d2d;
  --bs-danger-800: #5b1e1e;
  --bs-danger-900: #2e0f0f;
  --bs-blue: #078af3;
  --bs-blue-10: #f8fbff;
  --bs-blue-25: #f3f9fe;
  --bs-blue-50: #e6f3fe;
  --bs-blue-100: #cde8fd;
  --bs-blue-200: #9cd0fa;
  --bs-blue-300: #6ab9f8;
  --bs-blue-400: #39a1f5;
  --bs-blue-500: #078af3;
  --bs-blue-600: #066ec2;
  --bs-blue-700: #045392;
  --bs-blue-800: #033761;
  --bs-blue-900: #011c31;
  --bs-indigo: #553cdf;
  --bs-indigo-10: #faf9fe;
  --bs-indigo-25: #f7f5fd;
  --bs-indigo-50: #eeecfc;
  --bs-indigo-100: #ddd8f9;
  --bs-indigo-200: #bbb1f2;
  --bs-indigo-300: #998aec;
  --bs-indigo-400: #7763e5;
  --bs-indigo-500: #553cdf;
  --bs-indigo-600: #4430b2;
  --bs-indigo-700: #332486;
  --bs-indigo-800: #221859;
  --bs-indigo-900: #110c2d;
  --bs-purple: #8921e4;
  --bs-purple-10: #fbf8fe;
  --bs-purple-25: #f9f4fe;
  --bs-purple-50: #f3e9fc;
  --bs-purple-100: #e7d3fa;
  --bs-purple-200: #d0a6f4;
  --bs-purple-300: #b87aef;
  --bs-purple-400: #a14de9;
  --bs-purple-500: #8921e4;
  --bs-purple-600: #6e1ab6;
  --bs-purple-700: #521489;
  --bs-purple-800: #370d5b;
  --bs-purple-900: #1b072e;
  --bs-red: #ea4335;
  --bs-red-10: #fef9f9;
  --bs-red-25: #fef6f5;
  --bs-red-50: #fdeceb;
  --bs-red-100: #fbd9d7;
  --bs-red-200: #f7b4ae;
  --bs-red-300: #f28e86;
  --bs-red-400: #ee695d;
  --bs-red-500: #ea4335;
  --bs-red-600: #bb362a;
  --bs-red-700: #8c2820;
  --bs-red-800: #5e1b15;
  --bs-red-900: #2f0d0b;
  --bs-rose: #d20e4f;
  --bs-rose-10: #fef8fa;
  --bs-rose-25: #fdf3f6;
  --bs-rose-50: #fbe7ed;
  --bs-rose-100: #f6cfdc;
  --bs-rose-200: #ed9fb9;
  --bs-rose-300: #e46e95;
  --bs-rose-400: #db3e72;
  --bs-rose-500: #d20e4f;
  --bs-rose-600: #a80b3f;
  --bs-rose-700: #7e082f;
  --bs-rose-800: #540620;
  --bs-rose-900: #2a0310;
  --bs-pink: #f06b9d;
  --bs-pink-10: #fffbfc;
  --bs-pink-25: #fef8fa;
  --bs-pink-50: #fef0f5;
  --bs-pink-100: #fce1eb;
  --bs-pink-200: #f9c4d8;
  --bs-pink-300: #f6a6c4;
  --bs-pink-400: #f389b1;
  --bs-pink-500: #f06b9d;
  --bs-pink-600: #c0567e;
  --bs-pink-700: #90405e;
  --bs-pink-800: #602b3f;
  --bs-pink-900: #30151f;
  --bs-orange: #fb6b1e;
  --bs-orange-10: #fffbf8;
  --bs-orange-25: #fff8f4;
  --bs-orange-50: #fff0e9;
  --bs-orange-100: #fee1d2;
  --bs-orange-200: #fdc4a5;
  --bs-orange-300: #fda678;
  --bs-orange-400: #fc894b;
  --bs-orange-500: #fb6b1e;
  --bs-orange-600: #c95618;
  --bs-orange-700: #974012;
  --bs-orange-800: #642b0c;
  --bs-orange-900: #321506;
  --bs-yellow: #fcbc05;
  --bs-yellow-10: #fffdf8;
  --bs-yellow-25: #fffcf3;
  --bs-yellow-50: #fff8e6;
  --bs-yellow-100: #fef2cd;
  --bs-yellow-200: #fee49b;
  --bs-yellow-300: #fdd769;
  --bs-yellow-400: #fdc937;
  --bs-yellow-500: #fcbc05;
  --bs-yellow-600: #ca9604;
  --bs-yellow-700: #977103;
  --bs-yellow-800: #654b02;
  --bs-yellow-900: #322601;
  --bs-green: #34a853;
  --bs-green-10: #f9fcfa;
  --bs-green-25: #f5fbf6;
  --bs-green-50: #ebf6ee;
  --bs-green-100: #d6eedd;
  --bs-green-200: #aedcba;
  --bs-green-300: #85cb98;
  --bs-green-400: #5db975;
  --bs-green-500: #34a853;
  --bs-green-600: #2a8642;
  --bs-green-700: #1f6532;
  --bs-green-800: #154321;
  --bs-green-900: #0a2211;
  --bs-lime: #aef359;
  --bs-lime-10: #fdfffa;
  --bs-lime-25: #fbfef7;
  --bs-lime-50: #f7feee;
  --bs-lime-100: #effdde;
  --bs-lime-200: #dffabd;
  --bs-lime-300: #cef89b;
  --bs-lime-400: #bef57a;
  --bs-lime-500: #aef359;
  --bs-lime-600: #8bc247;
  --bs-lime-700: #689235;
  --bs-lime-800: #466124;
  --bs-lime-900: #233112;
  --bs-teal: #06f6c6;
  --bs-teal-10: #f8fffd;
  --bs-teal-25: #f3fffc;
  --bs-teal-50: #e6fef9;
  --bs-teal-100: #cdfdf4;
  --bs-teal-200: #9bfbe8;
  --bs-teal-300: #6afadd;
  --bs-teal-400: #38f8d1;
  --bs-teal-500: #06f6c6;
  --bs-teal-600: #05c59e;
  --bs-teal-700: #049477;
  --bs-teal-800: #02624f;
  --bs-teal-900: #013128;
  --bs-cyan: #38e1ff;
  --bs-cyan-10: #f9feff;
  --bs-cyan-25: #f5feff;
  --bs-cyan-50: #ebfcff;
  --bs-cyan-100: #d7f9ff;
  --bs-cyan-200: #aff3ff;
  --bs-cyan-300: #88edff;
  --bs-cyan-400: #60e7ff;
  --bs-cyan-500: #38e1ff;
  --bs-cyan-600: #2db4cc;
  --bs-cyan-700: #228799;
  --bs-cyan-800: #165a66;
  --bs-cyan-900: #0b2d33;
  --bs-tertiary: #0c5263;
  --bs-tertiary-10: #f8fafa;
  --bs-tertiary-25: #f3f6f7;
  --bs-tertiary-50: #e7eeef;
  --bs-tertiary-100: #cedce0;
  --bs-tertiary-200: #9ebac1;
  --bs-tertiary-300: #6d97a1;
  --bs-tertiary-400: #3d7582;
  --bs-tertiary-500: #0c5263;
  --bs-tertiary-600: #0a424f;
  --bs-tertiary-700: #07313b;
  --bs-tertiary-800: #052128;
  --bs-tertiary-900: #021014;
  --bs-quaternary: #d4d7c2;
  --bs-quaternary-10: #fefefd;
  --bs-quaternary-25: #fdfdfc;
  --bs-quaternary-50: #fbfbf9;
  --bs-quaternary-100: #f6f7f3;
  --bs-quaternary-200: #eeefe7;
  --bs-quaternary-300: #e5e7da;
  --bs-quaternary-400: #dddfce;
  --bs-quaternary-500: #d4d7c2;
  --bs-quaternary-600: #aaac9b;
  --bs-quaternary-700: #7f8174;
  --bs-quaternary-800: #55564e;
  --bs-quaternary-900: #2a2b27;
  --bs-primary-rgb: var(--color-primary-rgb);
  --bs-secondary-rgb: 243, 236, 231;
  --bs-success-rgb: 76, 175, 80;
  --bs-info-rgb: 0, 153, 204;
  --bs-warning-rgb: 255, 179, 7;
  --bs-danger-rgb: 228, 75, 75;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-gray-rgb: 49, 57, 58;
  --bs-gray-10-rgb: 249, 249, 249;
  --bs-gray-25-rgb: 245, 245, 245;
  --bs-gray-50-rgb: 234, 235, 235;
  --bs-gray-100-rgb: 214, 215, 216;
  --bs-gray-200-rgb: 173, 176, 176;
  --bs-gray-300-rgb: 131, 136, 137;
  --bs-gray-400-rgb: 90, 97, 97;
  --bs-gray-500-rgb: 49, 57, 58;
  --bs-gray-600-rgb: 39, 46, 46;
  --bs-gray-700-rgb: 29, 34, 35;
  --bs-gray-800-rgb: 20, 23, 23;
  --bs-gray-900-rgb: 10, 11, 12;
  --bs-slate-rgb: 107, 114, 128;
  --bs-slate-10-rgb: 251, 251, 251;
  --bs-slate-25-rgb: 248, 248, 249;
  --bs-slate-50-rgb: 240, 241, 242;
  --bs-slate-100-rgb: 225, 227, 230;
  --bs-slate-200-rgb: 196, 199, 204;
  --bs-slate-300-rgb: 166, 170, 179;
  --bs-slate-400-rgb: 137, 142, 153;
  --bs-slate-500-rgb: 107, 114, 128;
  --bs-slate-600-rgb: 86, 91, 102;
  --bs-slate-700-rgb: 64, 68, 77;
  --bs-slate-800-rgb: 43, 46, 51;
  --bs-slate-900-rgb: 21, 23, 26;
  --bs-primary-10-rgb: 253, 255, 253;
  --bs-primary-25-rgb: 252, 255, 251;
  --bs-primary-50-rgb: 249, 255, 248;
  --bs-primary-100-rgb: 243, 255, 240;
  --bs-primary-200-rgb: 230, 255, 225;
  --bs-primary-300-rgb: 218, 255, 210;
  --bs-primary-400-rgb: 205, 255, 195;
  --bs-primary-500-rgb: var(--color-primary-rgb);
  --bs-primary-600-rgb: 154, 204, 144;
  --bs-primary-700-rgb: 116, 153, 108;
  --bs-primary-800-rgb: 77, 102, 72;
  --bs-primary-900-rgb: 39, 51, 36;
  --bs-secondary-10-rgb: 255, 254, 254;
  --bs-secondary-25-rgb: 254, 254, 254;
  --bs-secondary-50-rgb: 254, 253, 253;
  --bs-secondary-100-rgb: 253, 251, 250;
  --bs-secondary-200-rgb: 250, 247, 245;
  --bs-secondary-300-rgb: 248, 244, 241;
  --bs-secondary-400-rgb: 245, 240, 236;
  --bs-secondary-500-rgb: 243, 236, 231;
  --bs-secondary-600-rgb: 194, 189, 185;
  --bs-secondary-700-rgb: 146, 142, 139;
  --bs-secondary-800-rgb: 97, 94, 92;
  --bs-secondary-900-rgb: 49, 47, 46;
  --bs-info-10-rgb: 247, 252, 253;
  --bs-info-25-rgb: 242, 250, 252;
  --bs-info-50-rgb: 230, 245, 250;
  --bs-info-100-rgb: 204, 235, 245;
  --bs-info-200-rgb: 153, 214, 235;
  --bs-info-300-rgb: 102, 194, 224;
  --bs-info-400-rgb: 51, 173, 214;
  --bs-info-500-rgb: 0, 153, 204;
  --bs-info-600-rgb: 0, 122, 163;
  --bs-info-700-rgb: 0, 92, 122;
  --bs-info-800-rgb: 0, 61, 82;
  --bs-info-900-rgb: 0, 31, 41;
  --bs-success-10-rgb: 250, 253, 250;
  --bs-success-25-rgb: 246, 251, 246;
  --bs-success-50-rgb: 237, 247, 238;
  --bs-success-100-rgb: 219, 239, 220;
  --bs-success-200-rgb: 183, 223, 185;
  --bs-success-300-rgb: 148, 207, 150;
  --bs-success-400-rgb: 112, 191, 115;
  --bs-success-500-rgb: 76, 175, 80;
  --bs-success-600-rgb: 61, 140, 64;
  --bs-success-700-rgb: 46, 105, 48;
  --bs-success-800-rgb: 30, 70, 32;
  --bs-success-900-rgb: 15, 35, 16;
  --bs-warning-10-rgb: 255, 253, 248;
  --bs-warning-25-rgb: 255, 251, 243;
  --bs-warning-50-rgb: 255, 247, 230;
  --bs-warning-100-rgb: 255, 240, 205;
  --bs-warning-200-rgb: 255, 225, 156;
  --bs-warning-300-rgb: 255, 209, 106;
  --bs-warning-400-rgb: 255, 194, 57;
  --bs-warning-500-rgb: 255, 179, 7;
  --bs-warning-600-rgb: 204, 143, 6;
  --bs-warning-700-rgb: 153, 107, 4;
  --bs-warning-800-rgb: 102, 72, 3;
  --bs-warning-900-rgb: 51, 36, 1;
  --bs-danger-10-rgb: 254, 250, 250;
  --bs-danger-25-rgb: 254, 246, 246;
  --bs-danger-50-rgb: 252, 237, 237;
  --bs-danger-100-rgb: 250, 219, 219;
  --bs-danger-200-rgb: 244, 183, 183;
  --bs-danger-300-rgb: 239, 147, 147;
  --bs-danger-400-rgb: 233, 111, 111;
  --bs-danger-500-rgb: 228, 75, 75;
  --bs-danger-600-rgb: 182, 60, 60;
  --bs-danger-700-rgb: 137, 45, 45;
  --bs-danger-800-rgb: 91, 30, 30;
  --bs-danger-900-rgb: 46, 15, 15;
  --bs-blue-rgb: 7, 138, 243;
  --bs-blue-10-rgb: 248, 251, 255;
  --bs-blue-25-rgb: 243, 249, 254;
  --bs-blue-50-rgb: 230, 243, 254;
  --bs-blue-100-rgb: 205, 232, 253;
  --bs-blue-200-rgb: 156, 208, 250;
  --bs-blue-300-rgb: 106, 185, 248;
  --bs-blue-400-rgb: 57, 161, 245;
  --bs-blue-500-rgb: 7, 138, 243;
  --bs-blue-600-rgb: 6, 110, 194;
  --bs-blue-700-rgb: 4, 83, 146;
  --bs-blue-800-rgb: 3, 55, 97;
  --bs-blue-900-rgb: 1, 28, 49;
  --bs-indigo-rgb: 85, 60, 223;
  --bs-indigo-10-rgb: 250, 249, 254;
  --bs-indigo-25-rgb: 247, 245, 253;
  --bs-indigo-50-rgb: 238, 236, 252;
  --bs-indigo-100-rgb: 221, 216, 249;
  --bs-indigo-200-rgb: 187, 177, 242;
  --bs-indigo-300-rgb: 153, 138, 236;
  --bs-indigo-400-rgb: 119, 99, 229;
  --bs-indigo-500-rgb: 85, 60, 223;
  --bs-indigo-600-rgb: 68, 48, 178;
  --bs-indigo-700-rgb: 51, 36, 134;
  --bs-indigo-800-rgb: 34, 24, 89;
  --bs-indigo-900-rgb: 17, 12, 45;
  --bs-purple-rgb: 137, 33, 228;
  --bs-purple-10-rgb: 251, 248, 254;
  --bs-purple-25-rgb: 249, 244, 254;
  --bs-purple-50-rgb: 243, 233, 252;
  --bs-purple-100-rgb: 231, 211, 250;
  --bs-purple-200-rgb: 208, 166, 244;
  --bs-purple-300-rgb: 184, 122, 239;
  --bs-purple-400-rgb: 161, 77, 233;
  --bs-purple-500-rgb: 137, 33, 228;
  --bs-purple-600-rgb: 110, 26, 182;
  --bs-purple-700-rgb: 82, 20, 137;
  --bs-purple-800-rgb: 55, 13, 91;
  --bs-purple-900-rgb: 27, 7, 46;
  --bs-red-rgb: 234, 67, 53;
  --bs-red-10-rgb: 254, 249, 249;
  --bs-red-25-rgb: 254, 246, 245;
  --bs-red-50-rgb: 253, 236, 235;
  --bs-red-100-rgb: 251, 217, 215;
  --bs-red-200-rgb: 247, 180, 174;
  --bs-red-300-rgb: 242, 142, 134;
  --bs-red-400-rgb: 238, 105, 93;
  --bs-red-500-rgb: 234, 67, 53;
  --bs-red-600-rgb: 187, 54, 42;
  --bs-red-700-rgb: 140, 40, 32;
  --bs-red-800-rgb: 94, 27, 21;
  --bs-red-900-rgb: 47, 13, 11;
  --bs-rose-rgb: 210, 14, 79;
  --bs-rose-10-rgb: 254, 248, 250;
  --bs-rose-25-rgb: 253, 243, 246;
  --bs-rose-50-rgb: 251, 231, 237;
  --bs-rose-100-rgb: 246, 207, 220;
  --bs-rose-200-rgb: 237, 159, 185;
  --bs-rose-300-rgb: 228, 110, 149;
  --bs-rose-400-rgb: 219, 62, 114;
  --bs-rose-500-rgb: 210, 14, 79;
  --bs-rose-600-rgb: 168, 11, 63;
  --bs-rose-700-rgb: 126, 8, 47;
  --bs-rose-800-rgb: 84, 6, 32;
  --bs-rose-900-rgb: 42, 3, 16;
  --bs-pink-rgb: 240, 107, 157;
  --bs-pink-10-rgb: 255, 251, 252;
  --bs-pink-25-rgb: 254, 248, 250;
  --bs-pink-50-rgb: 254, 240, 245;
  --bs-pink-100-rgb: 252, 225, 235;
  --bs-pink-200-rgb: 249, 196, 216;
  --bs-pink-300-rgb: 246, 166, 196;
  --bs-pink-400-rgb: 243, 137, 177;
  --bs-pink-500-rgb: 240, 107, 157;
  --bs-pink-600-rgb: 192, 86, 126;
  --bs-pink-700-rgb: 144, 64, 94;
  --bs-pink-800-rgb: 96, 43, 63;
  --bs-pink-900-rgb: 48, 21, 31;
  --bs-orange-rgb: 251, 107, 30;
  --bs-orange-10-rgb: 255, 251, 248;
  --bs-orange-25-rgb: 255, 248, 244;
  --bs-orange-50-rgb: 255, 240, 233;
  --bs-orange-100-rgb: 254, 225, 210;
  --bs-orange-200-rgb: 253, 196, 165;
  --bs-orange-300-rgb: 253, 166, 120;
  --bs-orange-400-rgb: 252, 137, 75;
  --bs-orange-500-rgb: 251, 107, 30;
  --bs-orange-600-rgb: 201, 86, 24;
  --bs-orange-700-rgb: 151, 64, 18;
  --bs-orange-800-rgb: 100, 43, 12;
  --bs-orange-900-rgb: 50, 21, 6;
  --bs-yellow-rgb: 252, 188, 5;
  --bs-yellow-10-rgb: 255, 253, 248;
  --bs-yellow-25-rgb: 255, 252, 243;
  --bs-yellow-50-rgb: 255, 248, 230;
  --bs-yellow-100-rgb: 254, 242, 205;
  --bs-yellow-200-rgb: 254, 228, 155;
  --bs-yellow-300-rgb: 253, 215, 105;
  --bs-yellow-400-rgb: 253, 201, 55;
  --bs-yellow-500-rgb: 252, 188, 5;
  --bs-yellow-600-rgb: 202, 150, 4;
  --bs-yellow-700-rgb: 151, 113, 3;
  --bs-yellow-800-rgb: 101, 75, 2;
  --bs-yellow-900-rgb: 50, 38, 1;
  --bs-green-rgb: 52, 168, 83;
  --bs-green-10-rgb: 249, 252, 250;
  --bs-green-25-rgb: 245, 251, 246;
  --bs-green-50-rgb: 235, 246, 238;
  --bs-green-100-rgb: 214, 238, 221;
  --bs-green-200-rgb: 174, 220, 186;
  --bs-green-300-rgb: 133, 203, 152;
  --bs-green-400-rgb: 93, 185, 117;
  --bs-green-500-rgb: 52, 168, 83;
  --bs-green-600-rgb: 42, 134, 66;
  --bs-green-700-rgb: 31, 101, 50;
  --bs-green-800-rgb: 21, 67, 33;
  --bs-green-900-rgb: 10, 34, 17;
  --bs-lime-rgb: 174, 243, 89;
  --bs-lime-10-rgb: 253, 255, 250;
  --bs-lime-25-rgb: 251, 254, 247;
  --bs-lime-50-rgb: 247, 254, 238;
  --bs-lime-100-rgb: 239, 253, 222;
  --bs-lime-200-rgb: 223, 250, 189;
  --bs-lime-300-rgb: 206, 248, 155;
  --bs-lime-400-rgb: 190, 245, 122;
  --bs-lime-500-rgb: 174, 243, 89;
  --bs-lime-600-rgb: 139, 194, 71;
  --bs-lime-700-rgb: 104, 146, 53;
  --bs-lime-800-rgb: 70, 97, 36;
  --bs-lime-900-rgb: 35, 49, 18;
  --bs-teal-rgb: 6, 246, 198;
  --bs-teal-10-rgb: 248, 255, 253;
  --bs-teal-25-rgb: 243, 255, 252;
  --bs-teal-50-rgb: 230, 254, 249;
  --bs-teal-100-rgb: 205, 253, 244;
  --bs-teal-200-rgb: 155, 251, 232;
  --bs-teal-300-rgb: 106, 250, 221;
  --bs-teal-400-rgb: 56, 248, 209;
  --bs-teal-500-rgb: 6, 246, 198;
  --bs-teal-600-rgb: 5, 197, 158;
  --bs-teal-700-rgb: 4, 148, 119;
  --bs-teal-800-rgb: 2, 98, 79;
  --bs-teal-900-rgb: 1, 49, 40;
  --bs-cyan-rgb: 56, 225, 255;
  --bs-cyan-10-rgb: 249, 254, 255;
  --bs-cyan-25-rgb: 245, 254, 255;
  --bs-cyan-50-rgb: 235, 252, 255;
  --bs-cyan-100-rgb: 215, 249, 255;
  --bs-cyan-200-rgb: 175, 243, 255;
  --bs-cyan-300-rgb: 136, 237, 255;
  --bs-cyan-400-rgb: 96, 231, 255;
  --bs-cyan-500-rgb: 56, 225, 255;
  --bs-cyan-600-rgb: 45, 180, 204;
  --bs-cyan-700-rgb: 34, 135, 153;
  --bs-cyan-800-rgb: 22, 90, 102;
  --bs-cyan-900-rgb: 11, 45, 51;
  --bs-tertiary-rgb: 12, 82, 99;
  --bs-tertiary-10-rgb: 248, 250, 250;
  --bs-tertiary-25-rgb: 243, 246, 247;
  --bs-tertiary-50-rgb: 231, 238, 239;
  --bs-tertiary-100-rgb: 206, 220, 224;
  --bs-tertiary-200-rgb: 158, 186, 193;
  --bs-tertiary-300-rgb: 109, 151, 161;
  --bs-tertiary-400-rgb: 61, 117, 130;
  --bs-tertiary-500-rgb: 12, 82, 99;
  --bs-tertiary-600-rgb: 10, 66, 79;
  --bs-tertiary-700-rgb: 7, 49, 59;
  --bs-tertiary-800-rgb: 5, 33, 40;
  --bs-tertiary-900-rgb: 2, 16, 20;
  --bs-quaternary-rgb: 212, 215, 194;
  --bs-quaternary-10-rgb: 254, 254, 253;
  --bs-quaternary-25-rgb: 253, 253, 252;
  --bs-quaternary-50-rgb: 251, 251, 249;
  --bs-quaternary-100-rgb: 246, 247, 243;
  --bs-quaternary-200-rgb: 238, 239, 231;
  --bs-quaternary-300-rgb: 229, 231, 218;
  --bs-quaternary-400-rgb: 221, 223, 206;
  --bs-quaternary-500-rgb: 212, 215, 194;
  --bs-quaternary-600-rgb: 170, 172, 155;
  --bs-quaternary-700-rgb: 127, 129, 116;
  --bs-quaternary-800-rgb: 85, 86, 78;
  --bs-quaternary-900-rgb: 42, 43, 39;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --bs-body-font-family: var(--font-family-primary);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #83838340;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  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: #0000;
  --bs-link-color: #515151 !important;
  --bs-link-hover-color: black !important;
  --bs-link-color-rgb: var(--color-gray-900) !important;
}

.theme-5 .link, .theme-5 a {
  color: var(--link-color-text);
}

.theme-5 .link:hover, .theme-5 a:hover {
  color: var(--link-color-text-hover);
}

.theme-5 .link {
  display: inline-flex;
  align-items: center;
  line-height: 16px;
}

.theme-5 .display-5, .theme-5 .h1, .theme-5 .h2, .theme-5 .h3, .theme-5 .h4, .theme-5 .h5, .theme-5 .h6, .theme-5 h1, .theme-5 h2, .theme-5 h3, .theme-5 h4, .theme-5 h5, .theme-5 h6 {
  font-weight: var(--heading-font-weight, 700);
  letter-spacing: var(--heading-font-spacing, normal);
  font-style: var(--heading-font-style, normal);
  text-transform: var(--heading-font-transform, initial);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: var(--heading-font-typeface, sans-serif) !important;
}

.theme-5 .display-5, .theme-5 .h1, .theme-5 .h2, .theme-5 .h3, .theme-5 .h4, .theme-5 .h5, .theme-5 .h6, .theme-5 h1, .theme-5 h2, .theme-5 h3, .theme-5 h4, .theme-5 h5, .theme-5 h6 {
  color: var(--color-gray-900);
}

.theme-5 .display-5:where(.uc-dark), .theme-5 .h1:where(.uc-dark), .theme-5 .h2:where(.uc-dark), .theme-5 .h3:where(.uc-dark), .theme-5 .h4:where(.uc-dark), .theme-5 .h5:where(.uc-dark), .theme-5 .h6:where(.uc-dark), .theme-5 :where(.uc-dark) .display-5, .theme-5 :where(.uc-dark) .h1, .theme-5 :where(.uc-dark) .h2, .theme-5 :where(.uc-dark) .h3, .theme-5 :where(.uc-dark) .h4, .theme-5 :where(.uc-dark) .h5, .theme-5 :where(.uc-dark) .h6, .theme-5 :where(.uc-dark) h1, .theme-5 :where(.uc-dark) h2, .theme-5 :where(.uc-dark) h3, .theme-5 :where(.uc-dark) h4, .theme-5 :where(.uc-dark) h5, .theme-5 :where(.uc-dark) h6, .theme-5 h1:where(.uc-dark), .theme-5 h2:where(.uc-dark), .theme-5 h3:where(.uc-dark), .theme-5 h4:where(.uc-dark), .theme-5 h5:where(.uc-dark), .theme-5 h6:where(.uc-dark) {
  color: #fff;
}

.theme-5 .ft-primary {
  font-family: var(--font-family-primary) !important;
}

.theme-5 .ft-secondary {
  font-family: var(--font-family-secondary) !important;
}

.theme-5 .ft-tertiary {
  font-family: var(--font-family-tertiary) !important;
}

.theme-5 .cstack {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.theme-5 .backtotop-wrap {
  transform: translateY(40px);
  transition: all .2s;
}

.theme-5 .backtotop-wrap [data-uc-backtotop] {
  opacity: 0;
}

.theme-5 .backtotop-wrap.uc-active {
  gap: .5rem;
  transform: translateY(0);
}

.theme-5 .backtotop-wrap.uc-active [data-uc-backtotop] {
  opacity: 1;
}

.theme-5 .sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.theme-5 pre {
  tab-size: 4;
  overflow: auto;
  padding: 1.5rem;
  color: inherit;
}

.theme-5 :not(pre) > code, .theme-5 :not(pre) > samp, .theme-5 pre {
  font-size: .875rem;
  font-style: normal;
  line-height: 1.5rem;
  padding: 1px 4px;
  border-radius: 4px;
  font-family: var(--font-code-family) !important;
}

.theme-5 :not(pre) > code, .theme-5 :not(pre) > samp, .theme-5 pre {
  background-color: var(--color-gray-25) !important;
  border-color: var(--color-gray-800) !important;
}

.theme-5 :not(pre) > code:where(.uc-dark), .theme-5 :not(pre) > samp:where(.uc-dark), .theme-5 :where(.uc-dark) :not(pre) > code, .theme-5 :where(.uc-dark) :not(pre) > samp, .theme-5 :where(.uc-dark) pre, .theme-5 pre:where(.uc-dark) {
  background-color: var(--color-gray-700) !important;
  border-color: var(--color-gray-300) !important;
}

.theme-5 :not(pre) > code, .theme-5 :not(pre) > samp {
  --font-code-family: "IBM Plex Mono", monospace;
  position: relative;
  display: inline;
  font-size: .875rem;
  font-style: italic;
  background-color: #8888881a;
}

.theme-5 :not(pre) > samp {
  color: inherit;
}

.theme-5 pre code {
  background: #88888826;
  border-radius: 3px;
  padding: 1px 4px 1px 2px;
  font-family: var(--font-code-family) !important;
}

.theme-5 .swiper:not(.swiper-initialized) > * {
  display: none;
}

.theme-5 .panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

.theme-5 .panel > :last-child {
  margin-bottom: 0;
}

.theme-5 .section {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

.theme-5 .media-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}

.theme-5 .position-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.theme-5 .hr, .theme-5 .vr, .theme-5 hr {
  display: inline-block;
  align-self: stretch;
  background-color: currentColor;
  opacity: .25;
  margin: 0;
}

.theme-5 .hr, .theme-5 hr {
  height: 1px;
  min-width: 1em;
  border-top-color: var(--border-color);
}

.theme-5 .hr.border, .theme-5 hr.border {
  border-bottom: 0 !important;
}

.theme-5 .vr {
  border-left: 1px solid var(--border-color);
  width: 1px !important;
  min-height: 1em !important;
}

.theme-5 .vr.border {
  border-left: 0 !important;
}

.theme-5 .link-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
}

.theme-5 .link-gradient {
  border-bottom: 1px solid;
  border-color: var(--border-color);
}

.theme-5 .hstack, .theme-5 .bp-lg .lg\:hstack, .theme-5 .bp-md .md\:hstack, .theme-5 .bp-sm .hstack-sm, .theme-5 .bp-sm .sm\:hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.theme-5 .vstack {
  display: flex;
  flex: auto;
  align-self: stretch;
  flex-direction: column !important;
}

.theme-5 .cstack {
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-5 [class*="ratio-"] {
  position: relative;
  width: 100%;
}

.theme-5 [class*="ratio-"]:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.theme-5 [class*="ratio-"] > * {
  object-fit: cover;
}

.theme-5 svg {
  color: currentColor;
}

.theme-5 svg :not([fill="none"]) {
  fill: currentColor;
}

.theme-5 .uc-offcanvas-bar .uc-link:hover, .theme-5 .uc-offcanvas-bar a:hover {
  transition: color .2s;
}

.theme-5 .uc-offcanvas-bar .uc-link:hover, .theme-5 .uc-offcanvas-bar a:hover {
  color: var(--color-gray-900);
}

.theme-5 .uc-offcanvas-bar .uc-link:hover:where(.uc-dark), .theme-5 .uc-offcanvas-bar a:hover:where(.uc-dark), .theme-5 :where(.uc-dark) .uc-offcanvas-bar .uc-link:hover, .theme-5 :where(.uc-dark) .uc-offcanvas-bar a:hover {
  color: #fff;
}

.theme-5 .uc-link {
  color: var(--color-primary);
}

.theme-5 .uc-link:hover {
  color: var(--color-primary-600);
}

.theme-5 .form-icon-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.theme-5 .form-icon-group .form-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  background: none;
  border: 0;
  outline: 0;
  text-decoration: none;
  user-select: none;
}

.theme-5 .form-icon-group .form-control + .form-icon, .theme-5 .form-icon-group .form-control-plaintext + .form-icon {
  width: 3rem !important;
}

.theme-5 .form-icon-group .form-control-plaintext.form-control-lg + .form-icon, .theme-5 .form-icon-group .form-control.form-control-lg + .form-icon {
  width: 3.5rem !important;
}

.theme-5 .form-icon-group .form-control-plaintext.form-control-sm + .form-icon, .theme-5 .form-icon-group .form-control.form-control-sm + .form-icon {
  width: 2.5rem !important;
}

.theme-5 .form-icon-group .form-control-plaintext.form-control-xs + .form-icon, .theme-5 .form-icon-group .form-control.form-control-xs + .form-icon {
  width: 2rem !important;
}

.theme-5 .form-icon-group:not(.form-icon-flip) .form-control, .theme-5 .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
  padding-left: 2.75rem !important;
}

.theme-5 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control, .theme-5 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
  padding-left: 1rem !important;
  padding-right: 2.75rem !important;
}

.theme-5 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg, .theme-5 .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
  padding-left: 3.25rem !important;
}

.theme-5 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg, .theme-5 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
  padding-left: 1rem !important;
  padding-right: 3.25rem !important;
}

.theme-5 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm, .theme-5 .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
  padding-left: 2.25rem !important;
}

.theme-5 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm, .theme-5 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
  padding-left: 1rem !important;
  padding-right: 2.25rem !important;
}

.theme-5 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs, .theme-5 .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
  padding-left: 1.75rem !important;
}

.theme-5 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs, .theme-5 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
  padding-left: 1rem !important;
  padding-right: 1.75rem !important;
}

.theme-5 .form-icon-group.form-icon-flip .form-icon {
  right: 0;
}

.theme-5 .form-icon-group.form-icon-flip .form-control, .theme-5 .form-icon-group.form-icon-flip .form-control-plaintext {
  padding-right: 2.75rem !important;
}

.theme-5 [dir="rtl"] .form-icon-group.form-icon-flip .form-control, .theme-5 [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext {
  padding-right: 1rem !important;
  padding-left: 2.75rem !important;
}

.theme-5 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg, .theme-5 .form-icon-group.form-icon-flip .form-control.form-control-lg {
  padding-right: 3.25rem !important;
}

.theme-5 [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg, .theme-5 [dir="rtl"] .form-icon-group.form-icon-flip .form-control.form-control-lg {
  padding-right: 1rem !important;
  padding-left: 3.25rem !important;
}

.theme-5 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm, .theme-5 .form-icon-group.form-icon-flip .form-control.form-control-sm {
  padding-right: 2.25rem !important;
}

.theme-5 [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm, .theme-5 [dir="rtl"] .form-icon-group.form-icon-flip .form-control.form-control-sm {
  padding-right: 1rem !important;
  padding-left: 2.25rem !important;
}

.theme-5 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs, .theme-5 .form-icon-group.form-icon-flip .form-control.form-control-xs {
  padding-right: 1.75rem !important;
}

.theme-5 [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs, .theme-5 [dir="rtl"] .form-icon-group.form-icon-flip .form-control.form-control-xs {
  padding-right: 1rem !important;
  padding-left: 1.75rem !important;
}

.theme-5 .form-control-xs {
  padding: 0 .5rem !important;
  min-height: 32px !important;
  font-size: .875rem !important;
}

.theme-5 .form-control-sm, .theme-5 .bp-sm .sm\:form-control-sm {
  padding: 0 .75rem !important;
  min-height: 40px !important;
  font-size: 1rem !important;
}

.theme-5 .form-control-md, .theme-5 .bp-lg .lg\:form-control-md {
  padding: 0 1rem !important;
  min-height: 48px !important;
  font-size: 1rem !important;
}

.theme-5 .form-control-lg {
  padding: 0 1.5rem !important;
  min-height: 56px !important;
  font-size: 1.125rem !important;
}

.theme-5 .form-control {
  border-color: var(--border-color) !important;
}

.theme-5 .form-control {
  background-color: #fff !important;
}

.theme-5 .form-control:where(.uc-dark), .theme-5 :where(.uc-dark) .form-control {
  background-color: #0000 !important;
}

.theme-5 .form-control {
  color: var(--color-gray-900) !important;
}

.theme-5 .form-control:where(.uc-dark), .theme-5 :where(.uc-dark) .form-control {
  color: #fff !important;
}

.theme-5 .form-check-input:focus, .theme-5 .form-control:focus {
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 .25rem var(--shadow-color) !important;
}

.theme-5 .form-check-input:focus, .theme-5 .form-control:focus {
  --shadow-color: #0000000d;
}

.theme-5 .form-check-input:focus:where(.uc-dark), .theme-5 .form-control:focus:where(.uc-dark), .theme-5 :where(.uc-dark) .form-check-input:focus, .theme-5 :where(.uc-dark) .form-control:focus {
  --shadow-color: #ffffff1a;
}

.theme-5 .form-check-input:checked {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.theme-5 [dir="rtl"] .form-check {
  padding-left: 0;
  padding-right: 1.5em;
}

.theme-5 [dir="rtl"] .form-check .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

.theme-5 [dir="rtl"] .form-select {
  background-position: .75rem 50%;
}

.theme-5 input::placeholder, .theme-5 select::placeholder, .theme-5 textarea::placeholder {
  color: inherit !important;
}

.theme-5 input::placeholder, .theme-5 select::placeholder, .theme-5 textarea::placeholder {
  opacity: .65 !important;
}

.theme-5 :where(.uc-dark) input::placeholder, .theme-5 :where(.uc-dark) select::placeholder, .theme-5 :where(.uc-dark) textarea::placeholder, .theme-5 input:where(.uc-dark)::placeholder, .theme-5 select:where(.uc-dark)::placeholder, .theme-5 textarea:where(.uc-dark)::placeholder {
  opacity: .45 !important;
}

.theme-5 .btn {
  align-items: center;
  justify-content: center;
  gap: .5rem;
  height: var(--bs-btn-height);
  text-transform: var(--button-font-transform);
  border-radius: var(--bs-btn-border-radius);
  display: inline-flex !important;
}

.theme-5 .btn.btn-text {
  position: relative;
  padding: 0 0 8px;
  border: 0;
  border-radius: 0;
  margin: 0;
  line-height: 1;
}

.theme-5 .btn.btn-text:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  width: 0%;
  background-color: var(--color-primary);
  transition: width .35s cubic-bezier(.38, .01, .43, .16);
}

.theme-5 .btn.btn-text:hover:after {
  width: 100%;
}

.theme-5 .btn- {
  --bs-btn-height: 48px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1rem !important;
  --bs-btn-font-size: 1rem !important;
}

.theme-5 .btn-2xs {
  --bs-btn-height: 24px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: .25rem !important;
  --bs-btn-font-size: .8rem !important;
}

.theme-5 .btn-xs {
  --bs-btn-height: 32px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: .5rem !important;
  --bs-btn-font-size: .825rem !important;
}

.theme-5 .btn-sm, .theme-5 .bp-sm .sm\:btn-sm {
  --bs-btn-height: 40px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: .75rem !important;
  --bs-btn-font-size: 1rem !important;
}

.theme-5 .btn-md, .theme-5 .bp-lg .lg\:btn-md, .theme-5 .bp-md .md\:btn-md, .theme-5 .bp-sm .sm\:btn-md {
  --bs-btn-height: 48px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1rem !important;
  --bs-btn-font-size: 1rem !important;
}

.theme-5 .btn-lg, .theme-5 .bp-lg .lg\:btn-lg, .theme-5 .bp-md .md\:btn-lg, .theme-5 .bp-xl .xl\:btn-lg {
  --bs-btn-height: 56px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1.5rem !important;
  --bs-btn-font-size: 1.125rem !important;
}

.theme-5 .btn-xl, .theme-5 .bp-xl .xl\:btn-xl {
  --bs-btn-height: 64px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 2rem !important;
  --bs-btn-font-size: 1.25rem !important;
}

.theme-5 .btn-2xl {
  --bs-btn-height: 80px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 3rem !important;
  --bs-btn-font-size: 1.5rem !important;
}

.theme-5 .btn-alt-primary {
  background: #fff !important;
  color: var(--color-primary) !important;
}

.theme-5 .btn-alt-primary:focus, .theme-5 .btn-alt-primary:hover {
  background: var(--color-primary) !important;
  color: #fff !important;
}

.theme-5 .btn-alt-dark {
  background: #fff !important;
  color: #212529 !important;
}

.theme-5 .btn-alt-dark:focus, .theme-5 .btn-alt-dark:hover {
  background: #212529 !important;
  color: #fff !important;
}

.theme-5 .btn-alt-gray-200 {
  background: #fff !important;
  color: #adb0b0 !important;
}

.theme-5 .btn-alt-gray-200:focus, .theme-5 .btn-alt-gray-200:hover {
  background: #adb0b0 !important;
  color: #fff !important;
}

.theme-5 .btn-ghost-primary {
  background: #f9fff8 !important;
  color: var(--color-primary) !important;
}

.theme-5 .btn-ghost-primary:focus, .theme-5 .btn-ghost-primary:hover {
  background: #f3fff0 !important;
}

.theme-5 .btn-ghost-tertiary {
  background: #e7eeef !important;
  color: #0c5263 !important;
}

.theme-5 .btn-ghost-tertiary:focus, .theme-5 .btn-ghost-tertiary:hover {
  background: #cedce0 !important;
}

.theme-5 .fs-1 {
  letter-spacing: 0;
}

.theme-5 .fs-2 {
  letter-spacing: 0;
}

.theme-5 .fs-4 {
  letter-spacing: 0;
}

.theme-5 .fs-5 {
  letter-spacing: 0;
}

.theme-5 .fs-6 {
  letter-spacing: 0;
}

.theme-5 .fs-7 {
  letter-spacing: 0;
}

.theme-5 .fs-8 {
  letter-spacing: 0;
}

.theme-5 p.text-muted {
  color: #00000080 !important;
}

.theme-5 :where(.uc-dark) p.text-muted, .theme-5 p.text-muted:where(.uc-dark) {
  color: #ffffff80 !important;
}

.theme-5 .text-unset {
  text-transform: none !important;
}

.theme-5 .text-inherit {
  color: currentColor;
}

.theme-5 [class*="text-truncate"] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: unset !important;
}

.theme-5 .container.container-expand {
  max-width: 100%;
}

.theme-5 .container.container-full {
  max-width: 100%;
  padding: 0;
}

.theme-5 .nav-y {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: .25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-5 .nav-y > *, .theme-5 .nav-y > * > * {
  display: flex;
  align-items: center;
  gap: .25rem;
}

.theme-5 .nav-y a {
  text-decoration: none;
  color: inherit;
  transition: opacity .2s;
}

.theme-5 .nav-y a:hover {
  opacity: 1 !important;
}

.theme-5 .nav-y .uc-nav-sub {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: .25rem;
  width: 100%;
  margin: 0;
  padding: 8px 0 8px 16px;
  list-style: none;
  opacity: 0;
  transition: all .2s;
}

.theme-5 .nav-y .uc-nav-sub a {
  font-size: 90%;
}

.theme-5 .nav-y .uc-nav-sub .uc-parent:after {
  font-size: 1rem;
}

.theme-5 .nav-y > .uc-parent > .uc-nav-sub {
  padding-top: .5rem;
}

.theme-5 .nav-y .uc-parent {
  position: relative;
  display: block;
}

.theme-5 .nav-y .uc-parent > a {
  position: relative;
  display: block;
  z-index: 1;
}

.theme-5 .nav-y .uc-parent > a:after {
  content: "";
  font-family: Unicons;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.125rem;
  font-weight: 700;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: .6;
}

.theme-5 .nav-y .uc-parent.uc-open > a:after {
  content: "";
}

.theme-5 .nav-y .uc-parent.uc-open .uc-nav-sub {
  opacity: 1;
}

.theme-5 .nav-y:hover a {
  opacity: .6;
}

.theme-5 .nav-x {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-5 .nav-x > *, .theme-5 .nav-x > * > * {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.theme-5 .nav-x a {
  text-decoration: none;
  color: inherit;
}

.theme-5 .uc-navbar {
  z-index: 1;
}

.theme-5 .uc-navbar .uc-navbar-left, .theme-5 .uc-navbar .uc-navbar-right, .theme-5 .uc-navbar [class*="uc-navbar-center"] {
  gap: 1.5rem;
}

.theme-5 .uc-navbar-nav > li > a {
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  padding: 0;
}

.theme-5 .uc-navbar-nav > li.uc-active > a:before {
  opacity: 1;
}

.theme-5 .uc-navbar-nav > li:hover > a, .theme-5 .uc-navbar-nav > li > a[aria-expanded="true"] {
  opacity: .75;
}

.theme-5 .uc-navbar-nav > li:hover > a, .theme-5 .uc-navbar-nav > li > a[aria-expanded="true"] {
  color: var(--color-gray-900) !important;
}

.theme-5 .uc-navbar-nav > li:hover > a:where(.uc-dark), .theme-5 .uc-navbar-nav > li > a[aria-expanded="true"]:where(.uc-dark), .theme-5 :where(.uc-dark) .uc-navbar-nav > li:hover > a, .theme-5 :where(.uc-dark) .uc-navbar-nav > li > a[aria-expanded="true"] {
  color: #fff !important;
}

.theme-5 .uc-navbar-dropdown {
  min-width: 250px;
  padding: 2rem;
  box-shadow: 0 4px 16px -8px #0003;
  border-radius: var(--radius);
}

.theme-5 .uc-navbar-dropdown {
  background: #fff !important;
}

.theme-5 .uc-navbar-dropdown:where(.uc-dark), .theme-5 :where(.uc-dark) .uc-navbar-dropdown {
  background: var(--color-gray-800) !important;
}

.theme-5 .uc-navbar-dropdown {
  color: var(--color-gray-800) !important;
}

.theme-5 .uc-navbar-dropdown:where(.uc-dark), .theme-5 :where(.uc-dark) .uc-navbar-dropdown {
  color: #fff !important;
}

.theme-5 .uc-navbar-dropdown-nav > li > a {
  font-size: .875rem;
  font-weight: var(--font-weight-medium);
}

.theme-5 .uc-navbar-dropdown-nav > li > a {
  color: var(--color-gray-600);
}

.theme-5 .uc-navbar-dropdown-nav > li > a:where(.uc-dark), .theme-5 :where(.uc-dark) .uc-navbar-dropdown-nav > li > a {
  color: var(--color-gray-200);
}

.theme-5 .uc-navbar-dropdown-nav > li:hover > a {
  color: var(--color-gray-900);
}

.theme-5 .uc-navbar-dropdown-nav > li:hover > a:where(.uc-dark), .theme-5 :where(.uc-dark) .uc-navbar-dropdown-nav > li:hover > a {
  color: #fff;
}

.theme-5 .uc-navbar-dropdown-nav .uc-nav-header, .theme-5 .uc-navbar-dropdown-nav > li.uc-active > a {
  color: inherit;
}

.theme-5 .uc-navbar-dropdown-nav .uc-nav-header {
  text-transform: capitalize;
  font-weight: var(--font-weight-bold);
  font-size: 1rem;
}

.theme-5 .uc-navbar-container {
  transition: all .1s ease-in-out;
  transition-property: background-color;
}

.theme-5 .uc-navbar-container:not(.uc-navbar-transparent) {
  background-color: #fff;
}

.theme-5 .uc-navbar-container:not(.uc-navbar-transparent):where(.uc-dark), .theme-5 :where(.uc-dark) .uc-navbar-container:not(.uc-navbar-transparent) {
  background-color: var(--color-gray-900);
}

.theme-5 .uc-navbar .uc-navbar-item {
  font-family: inherit !important;
}

.theme-5 .uc-navbar-item, .theme-5 .uc-navbar-nav > li > a {
  padding: 0;
  font-family: inherit !important;
  min-height: var(--uc-nav-height, 48px) !important;
}

.theme-5 .uc-navbar-float {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.theme-5 .alert {
  display: flex;
  align-items: center;
  gap: .75rem;
  border: 0 !important;
  border-left: 2px solid var(--bs-alert-border-color) !important;
  box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important;
}

.theme-5 .alert :not(pre) > code, .theme-5 .alert code {
  background: #00000014 !important;
}

.theme-5 .table {
  --bs-table-bg: inherit !important;
  --bs-table-color: inherit !important;
}

.theme-5 .table > :not(caption) > * > * {
  padding: 1rem;
}

.theme-5 .table > :not(caption) > :last-child > * {
  border-width: 0;
}

.theme-5 .uc-table-striped tbody tr:nth-of-type(odd), .theme-5 .uc-table-striped > tr:nth-of-type(odd) {
  background: #9696961a;
}

.theme-5 .uc-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.theme-5 .uc-accordion > :nth-child(n+2) {
  margin: 0 !important;
}

.theme-5 .uc-accordion-title {
  position: relative;
  text-decoration: none;
  font-weight: 500;
  display: flex;
}

.theme-5 .uc-accordion-title {
  color: var(--color-gray-900);
}

.theme-5 .uc-accordion-title:where(.uc-dark), .theme-5 :where(.uc-dark) .uc-accordion-title {
  color: #fff;
}

.theme-5 .uc-accordion-title:hover {
  opacity: .75;
}

.theme-5 .uc-accordion-title:hover {
  color: var(--color-gray-900);
}

.theme-5 .uc-accordion-title:hover:where(.uc-dark), .theme-5 :where(.uc-dark) .uc-accordion-title:hover {
  color: #fff;
}

.theme-5 .uc-accordion-title:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  font-family: Unicons;
  width: 24px;
  height: 24px;
  font-size: 24px;
  text-transform: none;
  line-height: 1;
  transform: translateY(-50%)rotate(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .2s;
  background-color: #9b9b9b40;
  border-radius: 100%;
}

.theme-5 .uc-accordion > .uc-open .uc-accordion-title:before {
  transform: translateY(-50%)rotate(45deg);
}

.theme-5 .uc-accordion-divider {
  --divider-gap: 32px;
}

.theme-5 .uc-accordion-divider > * + :before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: var(--bs-border-color);
  transform: translateY(calc(var(--divider-gap) / 2 * -1));
}

.theme-5 [dir="rtl"] .uc-accordion-title:before {
  right: auto;
  left: 0;
}

.theme-5 .uc-accordion.uc-accordion-chevron .uc-accordion-title:before {
  content: "";
  background: none;
  font-size: 80%;
  font-weight: 700;
}

.theme-5 .uc-accordion.uc-accordion-chevron > .uc-open .uc-accordion-title:before {
  transform: translateY(-50%)rotate(-90deg);
}

.theme-5 .swiper-wrapper {
  will-change: transform;
}

.theme-5 .swiper.swiper-match .swiper-slide {
  height: auto !important;
}

.theme-5 .swiper-thumbs .swiper-slide {
  cursor: pointer;
}

.theme-5 .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.theme-5 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #969696;
  opacity: .25;
}

.theme-5 .swiper-pagination-bullet-active {
  background-color: currentColor;
  opacity: 1;
}

.theme-5 .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
}

.theme-5 :where(.uc-dark) .swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: .2;
}

.theme-5 :where(.uc-dark) .swiper .swiper-pagination-bullet-active {
  background-color: currentColor;
  opacity: 1;
}

.theme-5 :where(.uc-dark) .swiper:before {
  border-bottom-color: #ffffff0d;
}

.theme-5 .uc-tab {
  margin: 0;
  border-bottom: 1px solid var(--border-color);
}

.theme-5 .uc-tab > * {
  margin: 0;
  padding: 0;
}

.theme-5 .uc-tab > * > a {
  margin: 0;
  position: relative;
  padding: 8px 16px;
  color: currentColor;
  opacity: .6;
  text-decoration: none;
}

.theme-5 .uc-tab > * > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 2px solid var(--color-primary);
  opacity: 0;
  transition: opacity .2s;
}

.theme-5 .uc-tab > .uc-active > a {
  color: currentColor;
  opacity: 1;
}

.theme-5 .uc-tab > .uc-active > a:before {
  opacity: 1;
}

.theme-5 .uc-subnav {
  margin: 0;
}

.theme-5 .uc-subnav > * {
  margin: 0;
  padding: 0;
}

.theme-5 .uc-subnav > * > a {
  margin: 0;
  position: relative;
  padding: 8px 16px;
  text-decoration: none;
}

.theme-5 .uc-subnav-pill > * > a {
  background-color: var(--color-primary);
  border-radius: var(--radius);
}

.theme-5 .uc-subnav-pill > * > a:hover {
  background: none;
}

.theme-5 .uc-subnav-pill > * > a:hover {
  color: var(--color-gray-900);
}

.theme-5 .uc-subnav-pill > * > a:hover:where(.uc-dark), .theme-5 :where(.uc-dark) .uc-subnav-pill > * > a:hover {
  color: #fff;
}

.theme-5 .uc-subnav-pill > .uc-active > a {
  color: #fff;
  background-color: var(--color-primary) !important;
}

.theme-5 .uc-notification-message {
  font-size: 1rem;
  font-weight: 500;
  border-radius: var(--radius);
}

.theme-5 .uc-notification-message {
  background-color: var(--color-gray-50);
}

.theme-5 .uc-notification-message:where(.uc-dark), .theme-5 :where(.uc-dark) .uc-notification-message {
  background-color: var(--color-gray-800);
}

.theme-5 .uc-notification-message {
  color: var(--color-gray-900);
}

.theme-5 .uc-notification-message:where(.uc-dark), .theme-5 :where(.uc-dark) .uc-notification-message {
  color: #fff;
}

.theme-5 .uc-notification-message .uc-notification-close {
  color: var(--color-gray-900);
}

.theme-5 .uc-notification-message .uc-notification-close:where(.uc-dark), .theme-5 :where(.uc-dark) .uc-notification-message .uc-notification-close {
  color: #fff;
}

.theme-5 .uc-notification-message .uc-notification-close svg, .theme-5 .uc-notification-message .uc-notification-close svg > * {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.theme-5 [data-uc-img] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes reveal-image {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}

.theme-5 .uc-svg, .theme-5 .uc-svg > * {
  height: auto;
  width: auto;
  fill: currentColor !important;
}

@keyframes uc-spin {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes uc-bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(16px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes uc-fade {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes uc-flash {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.theme-5 .page-preload #wrapper {
  transition: opacity .35s cubic-bezier(.8, 0, .2, 1) 1s;
  opacity: 0;
}

.theme-5 .page-preload.loaded #wrapper {
  opacity: 1;
}

@keyframes preloader {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    transform-origin: top;
  }

  50% {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -101%);
    transform-origin: bottom;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -101%);
    transform-origin: bottom;
  }
}

@keyframes percentage {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 40px);
  }
}

.theme-5 [data-uc-marquee] {
  overflow: hidden;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
}

.theme-5 [data-uc-marquee] > * {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap, 16px);
  position: relative;
  user-select: none;
}

.theme-5 [data-uc-marquee] > * > * {
  white-space: nowrap;
  animation: marquee var(--speed, 30s) linear infinite;
}

.theme-5 [data-uc-marquee].reverse > * > * {
  animation-direction: reverse;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.theme-5 .swiper .swiper-match > * {
  display: flex;
  flex-direction: column;
}

.theme-5 .swiper .swiper-match > * > * {
  flex: 1;
}

.theme-5 .uc-link:hover, .theme-5 a:hover {
  text-decoration: none;
}

.theme-5 hr {
  opacity: .1 !important;
}

.theme-5 .border.border-white {
  border-color: #fff !important;
}

.theme-5 .uc-nav ul.uc-nav-sub {
  font-size: 95%;
  padding: 8px 16px;
}

.theme-5 .uc-nav ul.uc-nav-sub a {
  opacity: .5;
  transition: all .2s;
}

.theme-5 .uc-nav ul.uc-nav-sub a:hover {
  opacity: 1;
}

.theme-5 .uc-nav ul.uc-nav-sub li.uc-active a {
  opacity: 1;
}

.theme-5 .uc-nav a {
  position: relative;
  transition: all .2s;
}

.theme-5 .uc-nav .uc-parent a > span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform .2s;
}

.theme-5 .uc-nav .uc-parent.uc-open a > span {
  transform: translateY(-50%)rotate(45deg);
}

.theme-5 .uc-nav.uc-nav-modern > * {
  padding: 8px 16px;
}

.theme-5 .uc-nav.uc-nav-modern .uc-active, .theme-5 .uc-nav.uc-nav-modern .uc-parent {
  background-color: #80808016;
  border-radius: 10px;
}

.theme-5 .uc-switcher-nav > li > a {
  border-radius: 8px;
}

.theme-5 .uc-switcher-nav > li.uc-active > a {
  background: var(--color-primary);
  color: #fff;
}

.theme-5 .nav-pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
}

.theme-5 .nav-pagination a.uc-active {
  background: var(--color-primary);
  color: #fff;
}

.theme-5 .post-content p:first-child:first-letter {
  font-size: 5em;
  float: left;
  line-height: .9em;
  margin-right: 16px;
}

.theme-5 .post-navigation .new-post:hover button {
  color: var(--color-primary) !important;
}

.theme-5 .swiper .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  height: 4px;
  width: 24px;
  border-radius: 0;
}

.theme-5 .swiper .swiper-wrapper.col-match {
  flex-wrap: wrap;
}

.theme-5 .swiper .swiper-wrapper.col-match > * {
  display: flex;
  flex-direction: column;
}

.theme-5 .swiper .swiper-wrapper.col-match > * > * {
  flex: 1;
}

.theme-5 .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  height: 4px;
  width: 24px;
  border-radius: 0;
}

@keyframes wave {
  0% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.theme-5 img {
  font-size: 11px;
}

.theme-5 img.image-hover-revealer {
  --move-x: 0px;
  --move-y: 0px;
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
  transform: translateX(var(--move-x)) translateY(var(--move-y));
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  will-change: clip-path, transform;
  visibility: hidden;
  opacity: 0;
  transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), clip-path .4s cubic-bezier(.87, 0, .13, 1);
  clip-path: inset(0 0 0 100%);
}

.theme-5 [data-darkmode-toggle] {
  transform: scale(.9);
  transition: all .2s;
  z-index: 1000;
}

.theme-5 [data-darkmode-toggle] .switch {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.theme-5 [data-darkmode-toggle] .switch > .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.theme-5 [data-darkmode-toggle] .switch > .slider:before {
  content: "";
  font-family: Unicons;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  line-height: 1.2;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
  color: currentColor;
}

.theme-5 [data-darkmode-toggle] .switch > input {
  opacity: 0;
  width: 0;
  height: 0;
}

.theme-5 [data-darkmode-toggle] .switch > input:checked + .slider:before {
  content: "";
  color: currentColor;
}

.theme-5 [data-darkmode-toggle]:hover {
  transform: scale(1.1);
  opacity: 1;
}

.theme-5 [data-darkmode-switch] {
  display: inline-flex;
  vertical-align: middle;
}

.theme-5 [data-darkmode-switch] .switch {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 22px;
}

.theme-5 [data-darkmode-switch] .switch > .slider {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid;
  border-radius: 32px;
}

.theme-5 [data-darkmode-switch] .switch > .slider {
  background-color: var(--color-gray-25) !important;
  border-color: #c8c9ca !important;
}

.theme-5 :where(.uc-dark) [data-darkmode-switch] .switch > .slider, .theme-5 [data-darkmode-switch] .switch > .slider:where(.uc-dark) {
  background-color: var(--color-gray-700) !important;
  border-color: var(--color-gray-500) !important;
}

.theme-5 [data-darkmode-switch] .switch > .slider:before {
  content: "";
  font-family: Unicons;
  position: absolute;
  left: 1px;
  bottom: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 14px;
  border-radius: 20px;
  z-index: 1;
  color: currentColor;
  box-shadow: 0 1px 3px #96969640;
  -webkit-transition: all .3s !important;
  transition: all .3s !important;
}

.theme-5 [data-darkmode-switch] .switch > input {
  opacity: 0;
  width: 0;
  height: 0;
}

.theme-5 [data-darkmode-switch] .switch > input:checked + .slider:before {
  content: "";
  color: currentColor;
  transform: translateX(100%);
}

.theme-5 .prettyprint {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary-600) !important;
}

.theme-5 .prettyprint:where(.uc-dark), .theme-5 :where(.uc-dark) .prettyprint {
  background-color: var(--color-gray-800) !important;
  border-color: var(--color-gray-700) !important;
}

.theme-5 pre.prettyprint {
  --font-code-family: "IBM Plex Mono", monospace;
  font-style: normal;
  min-width: 100%;
  width: 45vw;
  max-height: 400px;
}

.theme-5 pre.prettyprint .tag {
  color: #d4458f;
}

.theme-5 :where(.uc-dark) pre.prettyprint .tag, .theme-5 pre.prettyprint .tag:where(.uc-dark) {
  color: #f472b6;
}

.theme-5 pre.prettyprint .atv {
  color: #5a89ca;
}

.theme-5 :where(.uc-dark) pre.prettyprint .atv, .theme-5 pre.prettyprint .atv:where(.uc-dark) {
  color: #82b6ff;
}

.theme-5 .alert {
  font-size: 90%;
}

.theme-5 .uc-table-striped tbody tr:nth-of-type(odd), .theme-5 .uc-table-striped > tr:nth-of-type(odd) {
  background: var(--color-secondary);
}

.theme-5 .uc-table-striped tbody tr:nth-of-type(odd):where(.uc-dark), .theme-5 .uc-table-striped > tr:nth-of-type(odd):where(.uc-dark), .theme-5 :where(.uc-dark) .uc-table-striped tbody tr:nth-of-type(odd), .theme-5 :where(.uc-dark) .uc-table-striped > tr:nth-of-type(odd) {
  background: #5d5d791a;
}

.theme-5 .text-transparent {
  color: #0000;
}

.theme-5 .hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.theme-5 .uc-gdpr-notification {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .25s;
}

.theme-5 .uc-gdpr-notification.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.theme-5 .uc-navbar-container.uc-navbar-sticky {
  backdrop-filter: blur(8px);
}

.theme-5 .uc-navbar-container.uc-navbar-sticky {
  background-color: #fffc;
}

.theme-5 .uc-navbar-container.uc-navbar-sticky:where(.uc-dark), .theme-5 :where(.uc-dark) .uc-navbar-container.uc-navbar-sticky {
  background-color: #1f1f1fbf;
}

.theme-5 .uc-navbar-sticky .hide-on-sticky {
  display: none;
}

.theme-5 header.uc-preview-header .uc-navbar-nav > li > a {
  color: #000;
}

.theme-5 :where(.uc-dark) header.uc-preview-header .uc-navbar-nav > li > a, .theme-5 header.uc-preview-header .uc-navbar-nav > li > a:where(.uc-dark) {
  color: #fff;
}

.theme-5 header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li > a {
  opacity: .6;
}

.theme-5 header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li.uc-active > a {
  opacity: 1;
}

.theme-5 .uc-dropbar-inner.after-bg:after {
  background-color: var(--color-gray-25);
}

.theme-5 .uc-dropbar-inner.after-bg:where(.uc-dark):after, .theme-5 :where(.uc-dark) .uc-dropbar-inner.after-bg:after {
  background-color: var(--color-gray-800);
}

.theme-5 .uc-dropbar-inner.after-bg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  right: -70vw;
  top: 0;
  z-index: -1;
}

.theme-5 [dir="rtl"] .uc-dropbar-inner.after-bg:after {
  right: auto;
  left: -70vw;
}

.theme-5 header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a {
  color: #fff;
  transition: opacity .25s;
}

.theme-5 header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a:hover {
  opacity: .7;
  color: #fff !important;
}

.theme-5 header.uc-header.header-six .uc-navbar-nav > li.uc-active > a {
  color: var(--color-primary);
}

.theme-5 :where(.uc-dark) header.uc-header.header-six .uc-navbar-nav > li.uc-active > a, .theme-5 header.uc-header.header-six .uc-navbar-nav > li.uc-active > a:where(.uc-dark) {
  color: var(--color-lime-300);
}

.theme-5 header.uc-header.header-six > .uc-navbar-sticky {
  max-width: 1140px;
  margin: auto;
  border: 1px solid #00000026;
  box-shadow: 0 8px 24px -8px #00000026;
}

.theme-5 header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main {
  --uc-nav-height: 64px !important;
}

.theme-5 header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main .uc-navbar {
  min-height: 64px !important;
}

.theme-5 :root:where(.uc-dark), .theme-5 :where(.uc-dark) :root {
  --bs-link-color-rgb: white !important;
}

.theme-5 .hero-five-contries {
  left: -18.5% !important;
}

.theme-5 [dir="rtl"] .hero-five-contries {
  left: auto !important;
  right: -18.5% !important;
}

.theme-5 .hero-five-account {
  right: -12% !important;
}

.theme-5 [dir="rtl"] .hero-five-account {
  right: auto !important;
  left: -12% !important;
}

.theme-5 .hero-ten-01 {
  left: -14% !important;
}

.theme-5 [dir="rtl"] .hero-ten-01 {
  left: auto !important;
  right: -14% !important;
}

.theme-5 .hero-ten-02 {
  right: -12% !important;
}

.theme-5 [dir="rtl"] .hero-ten-02 {
  right: auto !important;
  left: -12% !important;
}

.theme-5 .hero-ten-03 {
  right: -8% !important;
}

.theme-5 [dir="rtl"] .hero-ten-03 {
  right: auto !important;
  left: -8% !important;
}

.theme-5 .swiper .swiper-pagination-bullet, .theme-5 .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 0;
  height: 8px !important;
  width: 8px !important;
  border-radius: 8px !important;
}

.theme-5 .swiper-timeline .swiper-slide:first-child .timeline-box:before {
  left: 50% !important;
}

.theme-5 [dir="rtl"] .swiper-timeline .swiper-slide:first-child .timeline-box:before {
  left: 0 !important;
  right: 50% !important;
}

.theme-5 .swiper-timeline .swiper-slide:last-child .timeline-box:before {
  right: 50% !important;
}

.theme-5 [dir="rtl"] .swiper-timeline .swiper-slide:last-child .timeline-box:before {
  right: 0 !important;
  left: 50% !important;
}

.theme-5 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .image {
  transform: scale(1);
  opacity: 1;
}

.theme-5 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .content, .theme-5 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .title {
  opacity: 1;
}

.theme-5 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box:after {
  transform: scale(1);
}

.theme-5 .timeline-box {
  --image-box-height: 200px;
  --half-gap: 40px;
  position: relative;
  transition: all .25s ease-in-out;
}

.theme-5 .timeline-box:after, .theme-5 .timeline-box:before {
  content: "";
  position: absolute;
  display: block;
  transition: all .25s ease-in-out;
}

.theme-5 .timeline-box:after, .theme-5 .timeline-box:before {
  background: var(--color-gray-900);
}

.theme-5 .timeline-box:after:where(), .theme-5 .timeline-box:before:where(), .theme-5 :where(.uc-dark) .timeline-box:after, .theme-5 :where(.uc-dark) .timeline-box:before {
  background: #fff;
}

.theme-5 .timeline-box:before {
  top: calc(var(--image-box-height)  + var(--half-gap));
  right: 0;
  left: 0;
  width: auto;
  height: 1px;
  opacity: .15;
}

.theme-5 .timeline-box:after {
  top: calc(var(--image-box-height)  + var(--half-gap)  - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: scale(.5);
  transition: transform .25s;
}

.theme-5 .timeline-box:after {
  left: auto !important;
}

.theme-5 [dir="rtl"] .timeline-box:after {
  left: calc(50% - 10px) !important;
  right: auto !important;
}

.theme-5 .timeline-box .image {
  opacity: .6;
  transform: scale(.9);
  transition: all .25s ease-in-out;
}

.theme-5 .timeline-box .content, .theme-5 .timeline-box .title {
  opacity: .6;
  transition: all .25s ease-in-out;
}

.theme-5 .main-features-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.theme-5 .main-features-nav > li {
  position: relative;
  width: 100%;
}

.theme-5 .main-features-nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0 16px;
  line-height: 80px !important;
}

.theme-5 .main-features-nav > li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid #0000;
  width: 0%;
  transition: all cubic-bezier(1, 0, 0, 1);
}

.theme-5 .main-features-nav > li.uc-active:before {
  border-color: var(--color-primary);
  width: 100%;
  transition-duration: .5s;
}

.theme-5 .uc-link {
  font-weight: 500;
}

.theme-5 .uc-navbar-nav > li > a[aria-expanded="true"] {
  box-shadow: inset 0 3px var(--color-primary);
}

.theme-5 .uc-switcher-nav > li > a {
  border-radius: 12px;
}

.theme-5 .uc-subnav-outline-pill > li > a {
  border: 1px solid var(--border-color);
  border-radius: 50rem;
  padding: 8px 24px;
}

.theme-5 .uc-subnav-outline-pill > li > a {
  color: var(--color-gray-900) !important;
}

.theme-5 .uc-subnav-outline-pill > li > a:where(.uc-dark), .theme-5 :where(.uc-dark) .uc-subnav-outline-pill > li > a {
  color: #fff !important;
}

.theme-5 .uc-subnav-outline-pill > li.uc-active > a {
  background-color: var(--color-tertiary-300);
}

.theme-5 .uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark), .theme-5 :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
  background-color: var(--color-primary);
}

.theme-5 .uc-subnav-outline-pill > li.uc-active > a {
  border-color: var(--color-gray-900);
}

.theme-5 .uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark), .theme-5 :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
  border-color: var(--color-primary-400);
}

.theme-5 *, .theme-5 :after, .theme-5 :before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  .theme-5 :root {
    scroll-behavior: smooth;
  }
}

.theme-5 hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: .25;
}

.theme-5 h1, .theme-5 h2, .theme-5 h3, .theme-5 h4, .theme-5 h5, .theme-5 h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: var(--font-family-secondary);
  font-weight: 700;
  color: var(--bs-heading-color, inherit);
}

.theme-5 p {
  margin: 0;
}

.theme-5 p + p {
  margin-top: 1rem;
}

.theme-5 address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.theme-5 ol, .theme-5 ul {
  padding-left: 2rem;
}

.theme-5 ol, .theme-5 ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.theme-5 ol ol, .theme-5 ol ul, .theme-5 ul ol, .theme-5 ul ul {
  margin-bottom: 0;
}

.theme-5 b, .theme-5 strong {
  font-weight: 700;
}

.theme-5 .small, .theme-5 small {
  font-size: .875em;
}

.theme-5 sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}

.theme-5 sup {
  top: -.5em;
}

.theme-5 a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

.theme-5 a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.theme-5 a:not([href]):not([class]), .theme-5 a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.theme-5 code, .theme-5 pre, .theme-5 samp {
  font-family: var(--font-family-code);
  font-size: 1em;
}

.theme-5 pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}

.theme-5 pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.theme-5 code {
  font-size: .875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

.theme-5 a > code {
  color: inherit;
}

.theme-5 figure {
  margin: 0 0 1rem;
}

.theme-5 img, .theme-5 svg {
  vertical-align: middle;
}

.theme-5 table {
  caption-side: bottom;
  border-collapse: collapse;
}

.theme-5 th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

.theme-5 tbody, .theme-5 td, .theme-5 tfoot, .theme-5 th, .theme-5 thead, .theme-5 tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.theme-5 label {
  display: inline-block;
}

.theme-5 button {
  border-radius: 0;
}

.theme-5 button:focus:not(:focus-visible) {
  outline: 0;
}

.theme-5 button, .theme-5 input, .theme-5 select, .theme-5 textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.theme-5 button, .theme-5 select {
  text-transform: none;
}

.theme-5 [role="button"] {
  cursor: pointer;
}

.theme-5 select {
  word-wrap: normal;
}

.theme-5 select:disabled {
  opacity: 1;
}

.theme-5 [list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

.theme-5 [type="button"], .theme-5 [type="submit"], .theme-5 button {
  -webkit-appearance: button;
}

.theme-5 [type="button"]:not(:disabled), .theme-5 [type="submit"]:not(:disabled), .theme-5 button:not(:disabled) {
  cursor: pointer;
}

.theme-5 ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.theme-5 textarea {
  resize: vertical;
}

.theme-5 fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.theme-5 ::-webkit-datetime-edit-day-field, .theme-5 ::-webkit-datetime-edit-fields-wrapper, .theme-5 ::-webkit-datetime-edit-hour-field, .theme-5 ::-webkit-datetime-edit-minute, .theme-5 ::-webkit-datetime-edit-month-field, .theme-5 ::-webkit-datetime-edit-text, .theme-5 ::-webkit-datetime-edit-year-field {
  padding: 0;
}

.theme-5 ::-webkit-inner-spin-button {
  height: auto;
}

.theme-5 [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

.theme-5 ::-webkit-search-decoration {
  -webkit-appearance: none;
}

.theme-5 ::-webkit-color-swatch-wrapper {
  padding: 0;
}

.theme-5 ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

.theme-5 progress {
  vertical-align: baseline;
}

.theme-5 [hidden] {
  display: none !important;
}

.theme-5 .display-5 {
  font-size: var(--sizes-heading-display-5-size) !important;
  line-height: var(--sizes-heading-display-5-lh) !important;
  letter-spacing: var(--sizes-heading-display-5-lp) !important;
}

.theme-5 .h1 {
  font-size: var(--sizes-heading-h1-size) !important;
  line-height: var(--sizes-heading-h1-lh) !important;
  letter-spacing: var(--sizes-heading-h1-lp) !important;
}

.theme-5 .h2 {
  font-size: var(--sizes-heading-h2-size) !important;
  line-height: var(--sizes-heading-h2-lh) !important;
  letter-spacing: var(--sizes-heading-h2-lp) !important;
}

.theme-5 .h3 {
  font-size: var(--sizes-heading-h3-size) !important;
  line-height: var(--sizes-heading-h3-lh) !important;
  letter-spacing: var(--sizes-heading-h3-lp) !important;
}

.theme-5 .h4 {
  font-size: var(--sizes-heading-h4-size) !important;
  line-height: var(--sizes-heading-h4-lh) !important;
  letter-spacing: var(--sizes-heading-h4-lp) !important;
}

.theme-5 .h5 {
  font-size: var(--sizes-heading-h5-size) !important;
  line-height: var(--sizes-heading-h5-lh) !important;
  letter-spacing: var(--sizes-heading-h5-lp) !important;
}

.theme-5 .h6 {
  font-size: var(--sizes-heading-h6-size) !important;
  line-height: var(--sizes-heading-h6-lh) !important;
  letter-spacing: var(--sizes-heading-h6-lp) !important;
}

@media (width >= 459px) {
  .theme-5 .sm\:display-2 {
    font-size: var(--sizes-heading-display-2-size) !important;
    line-height: var(--sizes-heading-display-2-lh) !important;
    letter-spacing: var(--sizes-heading-display-2-lp) !important;
  }

  .theme-5 .sm\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .theme-5 .sm\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .theme-5 .sm\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .theme-5 .sm\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .theme-5 .sm\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .theme-5 .sm\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
}

@media (width >= 768px) {
  .theme-5 .md\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }

  .theme-5 .md\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .theme-5 .md\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .theme-5 .md\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .theme-5 .md\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .theme-5 .md\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .theme-5 .md\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
}

@media (width >= 992px) {
  .theme-5 .lg\:display-4 {
    font-size: var(--sizes-heading-display-4-size) !important;
    line-height: var(--sizes-heading-display-4-lh) !important;
    letter-spacing: var(--sizes-heading-display-4-lp) !important;
  }

  .theme-5 .lg\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }

  .theme-5 .lg\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .theme-5 .lg\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .theme-5 .lg\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .theme-5 .lg\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .theme-5 .lg\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .theme-5 .lg\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }

  .theme-5 .lg\:h6 {
    font-size: var(--sizes-heading-h6-size) !important;
    line-height: var(--sizes-heading-h6-lh) !important;
    letter-spacing: var(--sizes-heading-h6-lp) !important;
  }
}

@media (width >= 1200px) {
  .theme-5 .xl\:display-3 {
    font-size: var(--sizes-heading-display-3-size) !important;
    line-height: var(--sizes-heading-display-3-lh) !important;
    letter-spacing: var(--sizes-heading-display-3-lp) !important;
  }

  .theme-5 .xl\:display-4 {
    font-size: var(--sizes-heading-display-4-size) !important;
    line-height: var(--sizes-heading-display-4-lh) !important;
    letter-spacing: var(--sizes-heading-display-4-lp) !important;
  }

  .theme-5 .xl\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }

  .theme-5 .xl\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .theme-5 .xl\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .theme-5 .xl\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .theme-5 .xl\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .theme-5 .xl\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .theme-5 .xl\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
}

.theme-5 .lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.theme-5 .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-family: var(--font-family-secondary);
  font-weight: 700;
}

@media (width >= 1200px) {
  .theme-5 .display-5 {
    font-size: 3rem;
  }
}

.theme-5 .figure {
  display: inline-block;
}

.theme-5 .container {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (width >= 459px) {
  .theme-5 .container {
    max-width: 540px;
  }
}

@media (width >= 768px) {
  .theme-5 .container {
    max-width: 720px;
  }
}

@media (width >= 992px) {
  .theme-5 .container {
    max-width: 960px;
  }
}

@media (width >= 1200px) {
  .theme-5 .container {
    max-width: 1140px;
  }
}

@media (width >= 1400px) {
  .theme-5 .container {
    max-width: 1320px;
  }
}

.theme-5 .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.theme-5 .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.theme-5 .row.col-match {
  flex-wrap: wrap;
}

.theme-5 .row.col-match > *, .theme-5 .row.col-match > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.theme-5 .row.col-match > * > *, .theme-5 .row.col-match > [class*="col-"] > * {
  flex: 1;
}

.theme-5 .row.uc-grid:not(.uc-flex-wrap-top), .theme-5 .row.uc-grid > :not(.uc-grid-margin) {
  margin-top: 0;
}

.theme-5 .expand-container {
  --grid-gap: var(--bs-gutter-x);
  --scroll-width: var(--body-scroll-width, 17px);
  --container-width: calc((100% + var(--grid-gap)) * var(--grid-total) / var(--grid-count)  - var(--grid-gap));
  --expand-size: calc((100vw - var(--scroll-width)  - var(--container-width)) / -2);
  margin-right: var(--expand-size);
  margin-left: var(--expand-size);
}

.theme-5 .g-0 .expand-container, .theme-5 .g-0 .bp-lg .g-0, .theme-5 .g-0 .bp-md .g-0, .theme-5 .g-0 .bp-sm .g-0, .theme-5 .g-0 .bp-xl .g-0, .theme-5 .g-0 .bp-xs .g-0, .theme-5 .g-0 .bp-xxl .g-0, .theme-5 .gx-0 .expand-container, .theme-5 .gx-0 .bp-lg .g-0, .theme-5 .gx-0 .bp-md .g-0, .theme-5 .gx-0 .bp-sm .g-0, .theme-5 .gx-0 .bp-xl .g-0, .theme-5 .gx-0 .bp-xs .g-0, .theme-5 .gx-0 .bp-xxl .g-0 {
  --grid-gap: 0rem;
}

.theme-5 .child-cols > * {
  flex: 1;
}

.theme-5 .child-cols-3 > * {
  --grid-total: 12;
  --grid-count: 3;
  flex: none;
  width: 25%;
}

.theme-5 .child-cols-4 > * {
  --grid-total: 12;
  --grid-count: 4;
  flex: none;
  width: 33.3333%;
}

.theme-5 .child-cols-6 > * {
  --grid-total: 12;
  --grid-count: 6;
  flex: none;
  width: 50%;
}

@media (width <= 992px) {
  .theme-5 .md-child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width <= 500px) {
  .theme-5 .sm-child-cols-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: none;
    width: 100%;
  }
}

.theme-5 .child-cols-12 > * {
  --grid-total: 12;
  --grid-count: 12;
  flex: none;
  width: 100%;
}

@media (width >= 459px) {
  .theme-5 .sm\:child-cols > * {
    flex: 1 0;
  }

  .theme-5 .sm\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-5 .sm\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 768px) {
  .theme-5 .md\:child-cols > * {
    flex: 1 0;
  }

  .theme-5 .md\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-5 .md\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 992px) {
  .theme-5 .lg\:child-cols > * {
    flex: 1 0;
  }

  .theme-5 .lg\:child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .theme-5 .lg\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-5 .lg\:child-cols-5 > * {
    --grid-total: 12;
    --grid-count: 5;
    flex: none;
    width: 41.6667%;
  }

  .theme-5 .lg\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 1200px) {
  .theme-5 .xl\:child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .theme-5 .xl\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }
}

.theme-5 .grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}

.theme-5 .col {
  flex: 1 0;
}

.theme-5 .col-auto {
  flex: none;
  width: auto;
}

.theme-5 .col-3 {
  --grid-total: 12;
  --grid-count: 3;
  flex: none;
  width: 25%;
}

.theme-5 .col-4 {
  --grid-total: 12;
  --grid-count: 4;
  flex: none;
  width: 33.3333%;
}

.theme-5 .col-5 {
  --grid-total: 12;
  --grid-count: 5;
  flex: none;
  width: 41.6667%;
}

.theme-5 .col-7 {
  --grid-total: 12;
  --grid-count: 7;
  flex: none;
  width: 58.3333%;
}

.theme-5 .col-8 {
  --grid-total: 12;
  --grid-count: 8;
  flex: none;
  width: 66.6667%;
}

.theme-5 .col-12 {
  --grid-total: 12;
  --grid-count: 12;
  flex: none;
  width: 100%;
}

.theme-5 .g-0, .theme-5 .gx-0 {
  --bs-gutter-x: 0;
}

.theme-5 .g-0, .theme-5 .gy-0 {
  --bs-gutter-y: 0;
}

.theme-5 .g-1 {
  --bs-gutter-x: .5rem;
}

.theme-5 .g-1 {
  --bs-gutter-y: .5rem;
}

.theme-5 .g-2, .theme-5 .gx-2 {
  --bs-gutter-x: 1rem;
}

.theme-5 .g-2, .theme-5 .gy-2 {
  --bs-gutter-y: 1rem;
}

.theme-5 .g-3 {
  --bs-gutter-x: 1.5rem;
}

.theme-5 .g-3, .theme-5 .gy-3 {
  --bs-gutter-y: 1.5rem;
}

.theme-5 .g-4, .theme-5 .gx-4 {
  --bs-gutter-x: 2rem;
}

.theme-5 .g-4, .theme-5 .gy-4 {
  --bs-gutter-y: 2rem;
}

.theme-5 .g-5, .theme-5 .gx-5 {
  --bs-gutter-x: 2.5rem;
}

.theme-5 .g-5 {
  --bs-gutter-y: 2.5rem;
}

.theme-5 .g-6, .theme-5 .gx-6 {
  --bs-gutter-x: 3rem;
}

.theme-5 .g-6, .theme-5 .gy-6 {
  --bs-gutter-y: 3rem;
}

.theme-5 .g-8 {
  --bs-gutter-x: 4rem;
}

.theme-5 .g-8 {
  --bs-gutter-y: 4rem;
}

.theme-5 .g-9 {
  --bs-gutter-x: 5rem;
}

.theme-5 .g-9, .theme-5 .gy-9 {
  --bs-gutter-y: 5rem;
}

@media (width >= 768px) {
  .theme-5 .col-md-2 {
    --grid-total: 12;
    --grid-count: 2;
    flex: none;
    width: 16.6667%;
  }

  .theme-5 .col-md-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-5 .col-md-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 459px) {
  .theme-5 .sm\:col-auto {
    flex: none;
    width: auto;
  }

  .theme-5 .sm\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-5 .sm\:col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: none;
    width: 41.6667%;
  }

  .theme-5 .sm\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }

  .theme-5 .sm\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: none;
    width: 66.6667%;
  }

  .theme-5 .sm\:col-9 {
    --grid-total: 12;
    --grid-count: 9;
    flex: none;
    width: 75%;
  }

  .theme-5 .sm\:col-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: none;
    width: 83.3333%;
  }

  .theme-5 .sm\:g-2 {
    --bs-gutter-x: 1rem;
  }

  .theme-5 .sm\:g-2 {
    --bs-gutter-y: 1rem;
  }

  .theme-5 .sm\:g-3, .theme-5 .sm\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }

  .theme-5 .sm\:g-3 {
    --bs-gutter-y: 1.5rem;
  }

  .theme-5 .sm\:g-4, .theme-5 .sm\:gx-4 {
    --bs-gutter-x: 2rem;
  }

  .theme-5 .sm\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .theme-5 .sm\:g-6 {
    --bs-gutter-x: 3rem;
  }

  .theme-5 .sm\:g-6, .theme-5 .sm\:gy-6 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 768px) {
  .theme-5 .md\:col-auto {
    flex: none;
    width: auto;
  }

  .theme-5 .md\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-5 .md\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }

  .theme-5 .md\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: none;
    width: 66.6667%;
  }

  .theme-5 .md\:g-4 {
    --bs-gutter-x: 2rem;
  }

  .theme-5 .md\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .theme-5 .md\:gx-6 {
    --bs-gutter-x: 3rem;
  }

  .theme-5 .md\:g-8 {
    --bs-gutter-x: 4rem;
  }

  .theme-5 .md\:g-8 {
    --bs-gutter-y: 4rem;
  }
}

@media (width >= 992px) {
  .theme-5 .lg\:col {
    flex: 1 0;
  }

  .theme-5 .lg\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .theme-5 .lg\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-5 .lg\:col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: none;
    width: 41.6667%;
  }

  .theme-5 .lg\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }

  .theme-5 .lg\:col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: none;
    width: 58.3333%;
  }

  .theme-5 .lg\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: none;
    width: 66.6667%;
  }

  .theme-5 .lg\:col-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: none;
    width: 83.3333%;
  }

  .theme-5 .lg\:g-0, .theme-5 .lg\:gx-0 {
    --bs-gutter-x: 0;
  }

  .theme-5 .lg\:g-0 {
    --bs-gutter-y: 0;
  }

  .theme-5 .lg\:g-3, .theme-5 .lg\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }

  .theme-5 .lg\:g-3 {
    --bs-gutter-y: 1.5rem;
  }

  .theme-5 .lg\:g-4, .theme-5 .lg\:gx-4 {
    --bs-gutter-x: 2rem;
  }

  .theme-5 .lg\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .theme-5 .lg\:g-6, .theme-5 .lg\:gx-6 {
    --bs-gutter-x: 3rem;
  }

  .theme-5 .lg\:g-6, .theme-5 .lg\:gy-6 {
    --bs-gutter-y: 3rem;
  }

  .theme-5 .lg\:g-8, .theme-5 .lg\:gx-8 {
    --bs-gutter-x: 4rem;
  }

  .theme-5 .lg\:g-8, .theme-5 .lg\:gy-8 {
    --bs-gutter-y: 4rem;
  }
}

@media (width >= 1200px) {
  .theme-5 .xl\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .theme-5 .xl\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-5 .xl\:col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: none;
    width: 58.3333%;
  }

  .theme-5 .xl\:g-3 {
    --bs-gutter-x: 1.5rem;
  }

  .theme-5 .xl\:g-3 {
    --bs-gutter-y: 1.5rem;
  }

  .theme-5 .xl\:g-4, .theme-5 .xl\:gx-4 {
    --bs-gutter-x: 2rem;
  }

  .theme-5 .xl\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .theme-5 .xl\:g-6 {
    --bs-gutter-x: 3rem;
  }

  .theme-5 .xl\:g-6, .theme-5 .xl\:gy-6 {
    --bs-gutter-y: 3rem;
  }

  .theme-5 .xl\:g-8, .theme-5 .xl\:gx-8 {
    --bs-gutter-x: 4rem;
  }

  .theme-5 .xl\:g-8, .theme-5 .xl\:gy-8 {
    --bs-gutter-y: 4rem;
  }

  .theme-5 .xl\:g-10 {
    --bs-gutter-x: 8rem;
  }

  .theme-5 .xl\:g-10 {
    --bs-gutter-y: 8rem;
  }
}

.theme-5 .sep > * {
  position: relative;
}

.theme-5 .sep > :not(.uc-first-column):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.theme-5 .sep > :not(.uc-first-column):before {
  left: -.2px !important;
}

.theme-5 [dir="rtl"] .sep > :not(.uc-first-column):before {
  left: auto !important;
  right: -.2px !important;
}

.theme-5 .sep > :not(.uc-first-column):before {
  border-left: 1px solid var(--border-color) !important;
}

.theme-5 [dir="rtl"] .sep > :not(.uc-first-column):before {
  border-left: 1rem !important;
  border-right: 1px solid var(--border-color) !important;
}

.theme-5 .sep > .uc-grid-margin:after {
  content: "";
  position: absolute;
  top: calc(var(--bs-gutter-y) / 2 * -1);
  left: calc(var(--bs-gutter-y) / 2);
  right: calc(var(--bs-gutter-y) / 2);
  border-top: 1px solid #9b9b9b33;
  transform: translateY(-50%);
}

.theme-5 .sep-x > :not(:first-child) {
  position: relative;
}

.theme-5 .sep-x > :not(:first-child):before {
  content: "";
  position: absolute;
  top: calc(var(--bs-gutter-y) / 2 * -1);
  left: 15px;
  right: 15px;
  border-top: 1px solid #9b9b9b33;
  transform: translateY(-50%);
}

.theme-5 .clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.theme-5 .ratio {
  position: relative;
  width: 100%;
}

.theme-5 .ratio:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.theme-5 .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.theme-5 .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.theme-5 .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.theme-5 .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.theme-5 .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.theme-5 .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

.theme-5 .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.theme-5 .vstack {
  display: flex;
  flex: auto;
  flex-direction: column;
  align-self: stretch;
}

.theme-5 .vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: .25;
}

.theme-5 .btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0px;
  --bs-btn-font-family: var(--font-family-tertiary);
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 48px;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
  --bs-btn-disabled-opacity: .65;
  --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .theme-5 .btn {
    transition: none;
  }
}

.theme-5 .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.theme-5 .btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.theme-5 .btn.active, .theme-5 .btn.show, .theme-5 .btn:first-child:active, .theme-5 :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.theme-5 .btn.active:focus-visible, .theme-5 .btn.show:focus-visible, .theme-5 .btn:first-child:active:focus-visible, .theme-5 :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.theme-5 .btn.disabled, .theme-5 .btn:disabled, .theme-5 fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.theme-5 .btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #caffbf;
  --bs-btn-hover-border-color: #c7ffbc;
  --bs-btn-focus-shadow-rgb: 164, 217, 153;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cdffc3;
  --bs-btn-active-border-color: #c7ffbc;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: var(--color-primary);
  --bs-btn-disabled-border-color: var(--color-primary);
}

.theme-5 .btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #f3ece7;
  --bs-btn-border-color: #f3ece7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f5efeb;
  --bs-btn-hover-border-color: #f4eee9;
  --bs-btn-focus-shadow-rgb: 207, 201, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5f0ec;
  --bs-btn-active-border-color: #f4eee9;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f3ece7;
  --bs-btn-disabled-border-color: #f3ece7;
}

.theme-5 .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4caf50;
  --bs-btn-border-color: #4caf50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #419544;
  --bs-btn-hover-border-color: #3d8c40;
  --bs-btn-focus-shadow-rgb: 103, 187, 106;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3d8c40;
  --bs-btn-active-border-color: #39833c;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4caf50;
  --bs-btn-disabled-border-color: #4caf50;
}

.theme-5 .btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #09c;
  --bs-btn-border-color: #09c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0082ad;
  --bs-btn-hover-border-color: #007aa3;
  --bs-btn-focus-shadow-rgb: 38, 168, 212;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #007aa3;
  --bs-btn-active-border-color: #007399;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #09c;
  --bs-btn-disabled-border-color: #09c;
}

.theme-5 .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffb307;
  --bs-btn-border-color: #ffb307;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffbe2c;
  --bs-btn-hover-border-color: #ffbb20;
  --bs-btn-focus-shadow-rgb: 217, 152, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc239;
  --bs-btn-active-border-color: #ffbb20;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffb307;
  --bs-btn-disabled-border-color: #ffb307;
}

.theme-5 .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e44b4b;
  --bs-btn-border-color: #e44b4b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c24040;
  --bs-btn-hover-border-color: #b63c3c;
  --bs-btn-focus-shadow-rgb: 232, 102, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b63c3c;
  --bs-btn-active-border-color: #ab3838;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e44b4b;
  --bs-btn-disabled-border-color: #e44b4b;
}

.theme-5 .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.theme-5 .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.theme-5 .btn-gray {
  --bs-btn-color: #fff;
  --bs-btn-bg: #31393a;
  --bs-btn-border-color: #31393a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2a3031;
  --bs-btn-hover-border-color: #272e2e;
  --bs-btn-focus-shadow-rgb: 80, 87, 88;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #272e2e;
  --bs-btn-active-border-color: #252b2c;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #31393a;
  --bs-btn-disabled-border-color: #31393a;
}

.theme-5 .btn-primary-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: #e6ffe1;
  --bs-btn-border-color: #e6ffe1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eaffe6;
  --bs-btn-hover-border-color: #e9ffe4;
  --bs-btn-focus-shadow-rgb: 196, 217, 191;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ebffe7;
  --bs-btn-active-border-color: #e9ffe4;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e6ffe1;
  --bs-btn-disabled-border-color: #e6ffe1;
}

.theme-5 .btn-primary-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #74996c;
  --bs-btn-border-color: #74996c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #63825c;
  --bs-btn-hover-border-color: #5d7a56;
  --bs-btn-focus-shadow-rgb: 137, 168, 130;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5d7a56;
  --bs-btn-active-border-color: #577351;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #74996c;
  --bs-btn-disabled-border-color: #74996c;
}

.theme-5 .btn-tertiary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0c5263;
  --bs-btn-border-color: #0c5263;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0a4654;
  --bs-btn-hover-border-color: #0a424f;
  --bs-btn-focus-shadow-rgb: 48, 108, 122;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a424f;
  --bs-btn-active-border-color: #093e4a;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0c5263;
  --bs-btn-disabled-border-color: #0c5263;
}

.theme-5 .btn-outline-primary {
  --bs-btn-color: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: var(--color-primary);
  --bs-btn-hover-border-color: var(--color-primary);
  --bs-btn-focus-shadow-rgb: var(--color-primary-rgb);
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: var(--color-primary);
  --bs-btn-active-border-color: var(--color-primary);
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: var(--color-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--color-primary);
  --bs-gradient: none;
}

.theme-5 .btn-outline-gray-100 {
  --bs-btn-color: #d6d7d8;
  --bs-btn-border-color: #d6d7d8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d6d7d8;
  --bs-btn-hover-border-color: #d6d7d8;
  --bs-btn-focus-shadow-rgb: 214, 215, 216;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d6d7d8;
  --bs-btn-active-border-color: #d6d7d8;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #d6d7d8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d6d7d8;
  --bs-gradient: none;
}

.theme-5 .btn-outline-tertiary {
  --bs-btn-color: #0c5263;
  --bs-btn-border-color: #0c5263;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0c5263;
  --bs-btn-hover-border-color: #0c5263;
  --bs-btn-focus-shadow-rgb: 12, 82, 99;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0c5263;
  --bs-btn-active-border-color: #0c5263;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #0c5263;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0c5263;
  --bs-gradient: none;
}

.theme-5 .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

.theme-5 .btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.theme-5 .btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.theme-5 .btn-lg {
  --bs-btn-padding-y: .5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: .5rem;
}

.theme-5 .btn-sm {
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .875rem;
  --bs-btn-border-radius: var(--radius);
}

.theme-5 .accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: .375rem;
  --bs-accordion-inner-border-radius: calc(.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.theme-5 .table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: #0000000d;
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: #0000001a;
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: #00000013;
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.theme-5 .table > :not(caption) > * > * {
  padding: 1rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.theme-5 .table > tbody {
  vertical-align: inherit;
}

.theme-5 .table > thead {
  vertical-align: bottom;
}

.theme-5 .form-label {
  margin-bottom: .5rem;
}

.theme-5 .form-control {
  display: block;
  width: 100%;
  padding: 1rem;
  font-family: var(--font-text-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: var(--radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .theme-5 .form-control {
    transition: none;
  }
}

.theme-5 .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.theme-5 .form-control::-webkit-date-and-time-value {
  height: 1.25rem;
}

.theme-5 .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.theme-5 .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.theme-5 .form-control::file-selector-button {
  padding: 1rem;
  margin: -1rem;
  margin-inline-end: 1rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .theme-5 .form-control::file-selector-button {
    transition: none;
  }
}

.theme-5 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.theme-5 .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  line-height: 1.25rem;
  color: #212529;
  background-color: #0000;
  border: solid #0000;
  border-width: 1px 0;
}

.theme-5 .form-control-plaintext:focus {
  outline: 0;
}

.theme-5 .form-control-plaintext.form-control-lg, .theme-5 .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.theme-5 .form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .75rem;
  font-size: 1rem;
  border-radius: var(--radius);
}

.theme-5 .form-control-sm::file-selector-button {
  padding: .75rem;
  margin-inline-end: .75rem;
}

.theme-5 .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 1.5rem;
  font-size: 1.125rem;
  border-radius: var(--radius);
}

.theme-5 .form-control-lg::file-selector-button {
  padding: 1.5rem;
  margin-inline-end: 1.5rem;
}

.theme-5 textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}

.theme-5 textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
}

.theme-5 textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.theme-5 .form-select {
  display: block;
  width: 100%;
  padding: 2.25rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-family: var(--font-text-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  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 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .theme-5 .form-select {
    transition: none;
  }
}

.theme-5 .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.theme-5 .form-select[multiple], .theme-5 .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}

.theme-5 .form-select:disabled {
  background-color: #e9ecef;
}

.theme-5 .form-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 #212529;
}

.theme-5 .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

.theme-5 .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.theme-5 .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #00000040;
  appearance: none;
  print-color-adjust: exact;
}

.theme-5 .form-check-input[type="checkbox"] {
  border-radius: .25em;
}

.theme-5 .form-check-input[type="radio"] {
  border-radius: 50%;
}

.theme-5 .form-check-input:active {
  filter: brightness(90%);
}

.theme-5 .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.theme-5 .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.theme-5 .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 10 3 3 6-6'/%3e%3c/svg%3e");
}

.theme-5 .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");
}

.theme-5 .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");
}

.theme-5 .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.theme-5 .form-check-input:disabled ~ .form-check-label, .theme-5 .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .5;
}

.theme-5 .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: #0000;
  appearance: none;
}

.theme-5 .form-range:focus {
  outline: 0;
}

.theme-5 .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.theme-5 .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.theme-5 .form-range::-moz-focus-outer {
  border: 0;
}

.theme-5 .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: var(--color-primary);
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .theme-5 .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.theme-5 .form-range::-webkit-slider-thumb:active {
  background-color: var(--color-primary-400);
}

.theme-5 .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
}

.theme-5 .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--color-primary);
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .theme-5 .form-range::-moz-range-thumb {
    transition: none;
  }
}

.theme-5 .form-range::-moz-range-thumb:active {
  background-color: var(--color-primary-400);
}

.theme-5 .form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
}

.theme-5 .form-range:disabled {
  pointer-events: none;
}

.theme-5 .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.theme-5 .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.theme-5 .valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754;
}

.theme-5 .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}

.theme-5 .fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .theme-5 .fade {
    transition: none;
  }
}

.theme-5 .fade:not(.show) {
  opacity: 0;
}

.theme-5 .collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s;
}

@media (prefers-reduced-motion: reduce) {
  .theme-5 .collapsing {
    transition: none;
  }
}

.theme-5 .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.theme-5 .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: .5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: .375rem;
  --bs-card-inner-border-radius: calc(.375rem - 1px);
  --bs-card-cap-padding-y: .5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #00000008;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: .75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.theme-5 .card > hr {
  margin-right: 0;
  margin-left: 0;
}

.theme-5 .card-body {
  flex: auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.theme-5 .breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: .5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.theme-5 .pagination {
  --bs-pagination-padding-x: .75rem;
  --bs-pagination-padding-y: .375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: .375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.theme-5 .alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 2px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.theme-5 .alert-info {
  --bs-alert-color: #006b8f;
  --bs-alert-bg: #e6f5fa;
  --bs-alert-border-color: #33add6;
}

.theme-5 .alert-warning {
  --bs-alert-color: #b37d05;
  --bs-alert-bg: #fff7e6;
  --bs-alert-border-color: #ffc239;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.theme-5 .progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: .75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: .375rem;
  --bs-progress-box-shadow: inset 0 1px 2px #00000013;
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width .6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.theme-5 .modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: .5rem;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: .5rem;
  --bs-modal-box-shadow: 0 .125rem .25rem #00000013;
  --bs-modal-inner-border-radius: calc(.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: .5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

@media (width >= 459px) {
  .theme-5 .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 .5rem 1rem #00000026;
  }
}

.theme-5 .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: .5rem;
  --bs-tooltip-padding-y: .25rem;
  --bs-tooltip-font-size: .875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: .375rem;
  --bs-tooltip-opacity: .9;
  --bs-tooltip-arrow-width: .8rem;
  --bs-tooltip-arrow-height: .4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

.theme-5 .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.theme-5 .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: .5;
}

.theme-5 .placeholder.btn:before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0;
  }
}

.theme-5 .align-top {
  vertical-align: top !important;
}

.theme-5 .align-middle {
  vertical-align: middle !important;
}

.theme-5 .float-start {
  float: left !important;
}

.theme-5 .float-end {
  float: right !important;
}

.theme-5 .opacity-10 {
  opacity: .1 !important;
}

.theme-5 .opacity-20 {
  opacity: .2 !important;
}

.theme-5 .opacity-25 {
  opacity: .25 !important;
}

.theme-5 .opacity-40 {
  opacity: .4 !important;
}

.theme-5 .opacity-50 {
  opacity: .5 !important;
}

.theme-5 .opacity-60 {
  opacity: .6 !important;
}

.theme-5 .opacity-70 {
  opacity: .7 !important;
}

.theme-5 .opacity-80 {
  opacity: .8 !important;
}

.theme-5 .opacity-100 {
  opacity: 1 !important;
}

.theme-5 :where(.uc-dark) .dark\:opacity-80 {
  opacity: .8 !important;
}

.theme-5 :where(.uc-dark) .dark\:opacity-90 {
  opacity: .9 !important;
}

.theme-5 .overflow-unset {
  overflow: unset !important;
}

.theme-5 .overflow-auto {
  overflow: auto !important;
}

.theme-5 .overflow-hidden {
  overflow: hidden !important;
}

.theme-5 .overflow-scroll {
  overflow: scroll !important;
}

.theme-5 .d-inline {
  display: inline !important;
}

.theme-5 .d-inline-block {
  display: inline-block !important;
}

.theme-5 .d-block {
  display: block !important;
}

.theme-5 [dir="ltr"] .ltr\:d-block {
  display: block !important;
}

.theme-5 [dir="rtl"] .rtl\:d-block {
  display: block !important;
}

.theme-5 .d-flex {
  display: flex !important;
}

.theme-5 .d-inline-flex {
  display: inline-flex !important;
}

.theme-5 .d-none {
  display: none !important;
}

.theme-5 [dir="ltr"] .ltr\:d-none {
  display: none !important;
}

.theme-5 [dir="rtl"] .rtl\:d-none {
  display: none !important;
}

.theme-5 :where(.uc-dark) .dark\:d-inline-block {
  display: inline-block !important;
}

.theme-5 :where(.uc-dark) .dark\:d-block {
  display: block !important;
}

.theme-5 [dir="ltr"] .ltr\:d-block {
  display: block !important;
}

.theme-5 [dir="rtl"] .rtl\:d-block {
  display: block !important;
}

.theme-5 :where(.uc-dark) .dark\:d-inline-flex {
  display: inline-flex !important;
}

.theme-5 :where(.uc-dark) .dark\:d-none {
  display: none !important;
}

.theme-5 [dir="ltr"] .ltr\:d-none {
  display: none !important;
}

.theme-5 [dir="rtl"] .rtl\:d-none {
  display: none !important;
}

.theme-5 .shadow {
  box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important;
}

.theme-5 .shadow-xs {
  box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important;
}

.theme-5 .shadow-sm {
  box-shadow: 0 .25rem .5rem -.1rem var(--shadow-color) !important;
}

.theme-5 .hover\:shadow-md:hover, .theme-5 .shadow-md {
  box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important;
}

.theme-5 .shadow-lg {
  box-shadow: 0 1rem 1.5rem -.1rem var(--shadow-color) !important;
}

.theme-5 .shadow-xl {
  box-shadow: 0 1.5rem 2rem -.1rem var(--shadow-color) !important;
}

.theme-5 .position-relative {
  position: relative !important;
}

.theme-5 .position-absolute {
  position: absolute !important;
}

.theme-5 .position-fixed {
  position: fixed !important;
}

.theme-5 .top-0 {
  top: 0 !important;
}

.theme-5 .top-50 {
  top: 50% !important;
}

.theme-5 .top-100 {
  top: 100% !important;
}

.theme-5 .bottom-0 {
  bottom: 0 !important;
}

.theme-5 .start-0 {
  left: 0 !important;
}

.theme-5 [dir="ltr"] .ltr\:start-0 {
  left: 0 !important;
}

.theme-5 [dir="rtl"] .rtl\:start-0 {
  left: 0 !important;
}

.theme-5 .start-50 {
  left: 50% !important;
}

.theme-5 .start-100 {
  left: 100% !important;
}

.theme-5 [dir="rtl"] .rtl\:end-auto {
  right: auto !important;
}

.theme-5 .end-0 {
  right: 0 !important;
}

.theme-5 [dir="ltr"] .ltr\:end-0 {
  right: 0 !important;
}

.theme-5 [dir="rtl"] .rtl\:end-0 {
  right: 0 !important;
}

.theme-5 .translate-middle {
  transform: translate(-50%, -50%) !important;
}

.theme-5 .translate-middle-x {
  transform: translateX(-50%) !important;
}

.theme-5 .translate-middle-y {
  transform: translateY(-50%) !important;
}

.theme-5 .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.theme-5 .border-0 {
  border: 0 !important;
}

.theme-5 .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.theme-5 .border-top-0 {
  border-top: 0 !important;
}

.theme-5 .border-end-0 {
  border-right: 0 !important;
}

.theme-5 .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.theme-5 .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.theme-5 .border-primary, .theme-5 .hover\:border-primary:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 .border-dark, .theme-5 .hover\:border-dark:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 .border-gray-50 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 .border-gray-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 .border-gray-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 .border-gray-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 .border-gray-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 .border-primary-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-300-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 .border-secondary-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-600-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 .hover\:border-tertiary:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 .border-tertiary-50 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 .border-tertiary-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-100-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:border-gray-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:border-gray-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:border-gray-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:border-gray-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:border-gray-700 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:border-gray-800 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:border-gray-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:border-tertiary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:border-tertiary-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.theme-5 .border-1 {
  border-width: 1px !important;
}

.theme-5 .border-2 {
  border-width: 2px !important;
}

.theme-5 .border-5 {
  border-width: 5px !important;
}

.theme-5 .border-opacity-5 {
  --bs-border-opacity: .05;
}

.theme-5 .border-opacity-10 {
  --bs-border-opacity: .1;
}

.theme-5 .border-opacity-15 {
  --bs-border-opacity: .15;
}

.theme-5 .border-opacity-20 {
  --bs-border-opacity: .2;
}

.theme-5 .hover\:border-opacity-40:hover {
  --bs-border-opacity: .4;
}

.theme-5 :where(.uc-dark) .dark\:border-opacity-0 {
  --bs-border-opacity: 0;
}

.theme-5 :where(.uc-dark) .dark\:border-opacity-10 {
  --bs-border-opacity: .1;
}

.theme-5 :where(.uc-dark) .dark\:border-opacity-15 {
  --bs-border-opacity: .15;
}

.theme-5 :where(.uc-dark) .dark\:border-opacity-20 {
  --bs-border-opacity: .2;
}

.theme-5 :where(.uc-dark) .dark\:border-opacity-30 {
  --bs-border-opacity: .3;
}

.theme-5 .w-4px {
  width: 4px !important;
}

.theme-5 .w-16px {
  width: 16px !important;
}

.theme-5 .w-20px {
  width: 20px !important;
}

.theme-5 .w-24px {
  width: 24px !important;
}

.theme-5 .w-32px {
  width: 32px !important;
}

.theme-5 .w-36px {
  width: 36px !important;
}

.theme-5 .w-40px {
  width: 40px !important;
}

.theme-5 .w-48px {
  width: 48px !important;
}

.theme-5 .w-56px {
  width: 56px !important;
}

.theme-5 .w-64px {
  width: 64px !important;
}

.theme-5 .w-72px {
  width: 72px !important;
}

.theme-5 .w-80px {
  width: 80px !important;
}

.theme-5 .w-96px {
  width: 96px !important;
}

.theme-5 .w-100px {
  width: 100px !important;
}

.theme-5 .w-128px {
  width: 128px !important;
}

.theme-5 .w-150px {
  width: 150px !important;
}

.theme-5 .w-200px {
  width: 200px !important;
}

.theme-5 .w-250px {
  width: 250px !important;
}

.theme-5 .w-300px {
  width: 300px !important;
}

.theme-5 .w-500px {
  width: 500px !important;
}

.theme-5 .w-600px {
  width: 600px !important;
}

.theme-5 .w-750px {
  width: 750px !important;
}

.theme-5 .w-800px {
  width: 800px !important;
}

.theme-5 .w-1000px {
  width: 1000px !important;
}

.theme-5 .w-1280px {
  width: 1280px !important;
}

.theme-5 .w-md {
  width: 720px !important;
}

.theme-5 .w-1\/6 {
  width: 16.6667% !important;
}

.theme-5 .w-1\/5 {
  width: 20% !important;
}

.theme-5 .w-1\/3 {
  width: 33.3333% !important;
}

.theme-5 .w-1\/2 {
  width: 50% !important;
}

.theme-5 .w-100 {
  width: 100% !important;
}

.theme-5 .w-full {
  width: 100% !important;
}

.theme-5 .w-auto {
  width: auto !important;
}

.theme-5 .max-w-40px {
  max-width: 40px !important;
}

.theme-5 .max-w-48px {
  max-width: 48px !important;
}

.theme-5 .max-w-80px {
  max-width: 80px !important;
}

.theme-5 .max-w-100px {
  max-width: 100px !important;
}

.theme-5 .max-w-250px {
  max-width: 250px !important;
}

.theme-5 .max-w-400px {
  max-width: 400px !important;
}

.theme-5 .max-w-450px {
  max-width: 450px !important;
}

.theme-5 .max-w-500px {
  max-width: 500px !important;
}

.theme-5 .max-w-550px {
  max-width: 550px !important;
}

.theme-5 .max-w-600px {
  max-width: 600px !important;
}

.theme-5 .max-w-650px {
  max-width: 650px !important;
}

.theme-5 .max-w-700px {
  max-width: 700px !important;
}

.theme-5 .max-w-750px {
  max-width: 750px !important;
}

.theme-5 .max-w-800px {
  max-width: 800px !important;
}

.theme-5 .max-w-850px {
  max-width: 850px !important;
}

.theme-5 .max-w-900px {
  max-width: 900px !important;
}

.theme-5 .max-w-950px {
  max-width: 950px !important;
}

.theme-5 .max-w-1000px {
  max-width: 1000px !important;
}

.theme-5 .max-w-1440px {
  max-width: 1440px !important;
}

.theme-5 .max-w-xs {
  max-width: 320px !important;
}

.theme-5 .max-w-sm {
  max-width: 640px !important;
}

.theme-5 .max-w-md {
  max-width: 720px !important;
}

.theme-5 .max-w-lg {
  max-width: 1040px !important;
}

.theme-5 .max-w-xl {
  max-width: 1280px !important;
}

.theme-5 .max-w-100 {
  max-width: 100% !important;
}

.theme-5 .h-4px {
  height: 4px !important;
}

.theme-5 .h-16px {
  height: 16px !important;
}

.theme-5 .h-24px {
  height: 24px !important;
}

.theme-5 .h-32px {
  height: 32px !important;
}

.theme-5 .h-36px {
  height: 36px !important;
}

.theme-5 .h-40px {
  height: 40px !important;
}

.theme-5 .h-48px {
  height: 48px !important;
}

.theme-5 .h-56px {
  height: 56px !important;
}

.theme-5 .h-64px {
  height: 64px !important;
}

.theme-5 .h-72px {
  height: 72px !important;
}

.theme-5 .h-80px {
  height: 80px !important;
}

.theme-5 .h-96px {
  height: 96px !important;
}

.theme-5 .h-100px {
  height: 100px !important;
}

.theme-5 .h-150px {
  height: 150px !important;
}

.theme-5 .h-200px {
  height: 200px !important;
}

.theme-5 .h-250px {
  height: 250px !important;
}

.theme-5 .h-300px {
  height: 300px !important;
}

.theme-5 .h-400px {
  height: 400px !important;
}

.theme-5 .h-500px {
  height: 500px !important;
}

.theme-5 .h-600px {
  height: 600px !important;
}

.theme-5 .h-700px {
  height: 700px !important;
}

.theme-5 .h-750px {
  height: 750px !important;
}

.theme-5 .h-1000px {
  height: 1000px !important;
}

.theme-5 .h-1280px {
  height: 1280px !important;
}

.theme-5 .h-100 {
  height: 100% !important;
}

.theme-5 .h-screen {
  height: 100vh !important;
}

.theme-5 .max-h-200px {
  max-height: 200px !important;
}

.theme-5 .max-h-250px {
  max-height: 250px !important;
}

.theme-5 .max-h-300px {
  max-height: 300px !important;
}

.theme-5 .max-h-400px {
  max-height: 400px !important;
}

.theme-5 .max-h-xs {
  max-height: 320px !important;
}

.theme-5 .max-h-sm {
  max-height: 640px !important;
}

.theme-5 .flex-1 {
  flex: 1 !important;
}

.theme-5 .flex-none {
  flex: none !important;
}

.theme-5 .flex-column {
  flex-direction: column !important;
}

.theme-5 .flex-nowrap {
  flex-wrap: nowrap !important;
}

.theme-5 .justify-start {
  justify-content: flex-start !important;
}

.theme-5 .justify-center {
  justify-content: center !important;
}

.theme-5 .justify-end {
  justify-content: flex-end !important;
}

.theme-5 .justify-between {
  justify-content: space-between !important;
}

.theme-5 .items-start {
  align-items: flex-start !important;
}

.theme-5 .items-center {
  align-items: center !important;
}

.theme-5 .items-end {
  align-items: flex-end !important;
}

.theme-5 .self-center {
  align-self: center !important;
}

.theme-5 [dir="rtl"] .rtl\:order-first {
  order: -1 !important;
}

.theme-5 .order-0 {
  order: 0 !important;
}

.theme-5 [dir="rtl"] .rtl\:order-0 {
  order: 0 !important;
}

.theme-5 .order-1 {
  order: 1 !important;
}

.theme-5 .order-2 {
  order: 2 !important;
}

.theme-5 .order-3 {
  order: 3 !important;
}

.theme-5 .m-0 {
  margin: 0 !important;
}

.theme-5 .m-narrow {
  margin: .25rem !important;
}

.theme-5 .m-1 {
  margin: .5rem !important;
}

.theme-5 .m-2 {
  margin: 1rem !important;
}

.theme-5 .m-3 {
  margin: 1.5rem !important;
}

.theme-5 .m-4 {
  margin: 2rem !important;
}

.theme-5 .m-auto {
  margin: auto !important;
}

.theme-5 .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.theme-5 .mx-narrow {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}

.theme-5 .mx-2 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.theme-5 .mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.theme-5 .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.theme-5 .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.theme-5 .my-1 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.theme-5 .my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.theme-5 .my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.theme-5 .my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.theme-5 .my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.theme-5 .my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.theme-5 .mt-0 {
  margin-top: 0 !important;
}

.theme-5 .mt-narrow {
  margin-top: .25rem !important;
}

.theme-5 .mt-1 {
  margin-top: .5rem !important;
}

.theme-5 .mt-2 {
  margin-top: 1rem !important;
}

.theme-5 .mt-3 {
  margin-top: 1.5rem !important;
}

.theme-5 .mt-4 {
  margin-top: 2rem !important;
}

.theme-5 .mt-5 {
  margin-top: 2.5rem !important;
}

.theme-5 .mt-6 {
  margin-top: 3rem !important;
}

.theme-5 .mt-7 {
  margin-top: 3.5rem !important;
}

.theme-5 .mt-8 {
  margin-top: 4rem !important;
}

.theme-5 [dir="rtl"] .rtl\:me-0 {
  margin-right: 0 !important;
}

.theme-5 .me-narrow {
  margin-right: .25rem !important;
}

.theme-5 [dir="ltr"] .ltr\:me-narrow {
  margin-right: .25rem !important;
}

.theme-5 [dir="rtl"] .rtl\:me-narrow {
  margin-right: .25rem !important;
}

.theme-5 .me-1 {
  margin-right: .5rem !important;
}

.theme-5 [dir="ltr"] .ltr\:me-1 {
  margin-right: .5rem !important;
}

.theme-5 [dir="rtl"] .rtl\:me-1 {
  margin-right: .5rem !important;
}

.theme-5 [dir="rtl"] .rtl\:me-2 {
  margin-right: 1rem !important;
}

.theme-5 .me-3 {
  margin-right: 1.5rem !important;
}

.theme-5 .me-4 {
  margin-right: 2rem !important;
}

.theme-5 [dir="rtl"] .rtl\:me-6 {
  margin-right: 3rem !important;
}

.theme-5 [dir="ltr"] .ltr\:me-8 {
  margin-right: 4rem !important;
}

.theme-5 .mb-0 {
  margin-bottom: 0 !important;
}

.theme-5 .mb-narrow {
  margin-bottom: .25rem !important;
}

.theme-5 .mb-1 {
  margin-bottom: .5rem !important;
}

.theme-5 .mb-2 {
  margin-bottom: 1rem !important;
}

.theme-5 .mb-3 {
  margin-bottom: 1.5rem !important;
}

.theme-5 .mb-4 {
  margin-bottom: 2rem !important;
}

.theme-5 .mb-5 {
  margin-bottom: 2.5rem !important;
}

.theme-5 .mb-6 {
  margin-bottom: 3rem !important;
}

.theme-5 [dir="ltr"] .ltr\:ms-0 {
  margin-left: 0 !important;
}

.theme-5 .ms-narrow {
  margin-left: .25rem !important;
}

.theme-5 [dir="ltr"] .ltr\:ms-narrow {
  margin-left: .25rem !important;
}

.theme-5 [dir="rtl"] .rtl\:ms-narrow {
  margin-left: .25rem !important;
}

.theme-5 .ms-1 {
  margin-left: .5rem !important;
}

.theme-5 [dir="ltr"] .ltr\:ms-1 {
  margin-left: .5rem !important;
}

.theme-5 [dir="rtl"] .rtl\:ms-1 {
  margin-left: .5rem !important;
}

.theme-5 .ms-2 {
  margin-left: 1rem !important;
}

.theme-5 [dir="ltr"] .ltr\:ms-2 {
  margin-left: 1rem !important;
}

.theme-5 .ms-3 {
  margin-left: 1.5rem !important;
}

.theme-5 .ms-4 {
  margin-left: 2rem !important;
}

.theme-5 [dir="ltr"] .ltr\:ms-6 {
  margin-left: 3rem !important;
}

.theme-5 [dir="rtl"] .rtl\:ms-8 {
  margin-left: 4rem !important;
}

.theme-5 .mx-n1 {
  margin-right: -.5rem !important;
  margin-left: -.5rem !important;
}

.theme-5 .mt-nnarrow {
  margin-top: -.25rem !important;
}

.theme-5 .mt-n3 {
  margin-top: -1.5rem !important;
}

.theme-5 .mt-n4 {
  margin-top: -2rem !important;
}

.theme-5 .mt-n8 {
  margin-top: -4rem !important;
}

.theme-5 .mt-n9 {
  margin-top: -6rem !important;
}

.theme-5 .me-n2 {
  margin-right: -1rem !important;
}

.theme-5 [dir="rtl"] .rtl\:me-n2 {
  margin-right: -1rem !important;
}

.theme-5 .me-n3 {
  margin-right: -1.5rem !important;
}

.theme-5 .me-n6 {
  margin-right: -3rem !important;
}

.theme-5 .me-n8 {
  margin-right: -4rem !important;
}

.theme-5 [dir="ltr"] .ltr\:me-n8 {
  margin-right: -4rem !important;
}

.theme-5 .mb-n4 {
  margin-bottom: -2rem !important;
}

.theme-5 .mb-n8 {
  margin-bottom: -4rem !important;
}

.theme-5 .ms-n2 {
  margin-left: -1rem !important;
}

.theme-5 [dir="ltr"] .ltr\:ms-n2 {
  margin-left: -1rem !important;
}

.theme-5 .ms-n3 {
  margin-left: -1.5rem !important;
}

.theme-5 .ms-n6 {
  margin-left: -3rem !important;
}

.theme-5 [dir="rtl"] .rtl\:ms-n6 {
  margin-left: -3rem !important;
}

.theme-5 .ms-n8 {
  margin-left: -4rem !important;
}

.theme-5 [dir="rtl"] .rtl\:ms-n8 {
  margin-left: -4rem !important;
}

.theme-5 .p-0 {
  padding: 0 !important;
}

.theme-5 .p-narrow {
  padding: .25rem !important;
}

.theme-5 .p-1 {
  padding: .5rem !important;
}

.theme-5 .p-2 {
  padding: 1rem !important;
}

.theme-5 .p-3 {
  padding: 1.5rem !important;
}

.theme-5 .p-4 {
  padding: 2rem !important;
}

.theme-5 .p-5 {
  padding: 2.5rem !important;
}

.theme-5 .p-6 {
  padding: 3rem !important;
}

.theme-5 .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.theme-5 .px-narrow {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}

.theme-5 .px-1 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

.theme-5 .px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.theme-5 .px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.theme-5 .px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.theme-5 .px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.theme-5 .py-narrow {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.theme-5 .py-1 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.theme-5 .py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.theme-5 .py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.theme-5 .py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.theme-5 .py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.theme-5 .py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.theme-5 .py-9 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.theme-5 .py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.theme-5 .pt-0 {
  padding-top: 0 !important;
}

.theme-5 .pt-2 {
  padding-top: 1rem !important;
}

.theme-5 .pt-3 {
  padding-top: 1.5rem !important;
}

.theme-5 .pt-4 {
  padding-top: 2rem !important;
}

.theme-5 .pt-6 {
  padding-top: 3rem !important;
}

.theme-5 .pt-8 {
  padding-top: 4rem !important;
}

.theme-5 .pt-9 {
  padding-top: 6rem !important;
}

.theme-5 .pe-3 {
  padding-right: 1.5rem !important;
}

.theme-5 [dir="rtl"] .rtl\:pe-3 {
  padding-right: 1.5rem !important;
}

.theme-5 [dir="ltr"] .ltr\:pe-4 {
  padding-right: 2rem !important;
}

.theme-5 .pb-0 {
  padding-bottom: 0 !important;
}

.theme-5 .pb-narrow {
  padding-bottom: .25rem !important;
}

.theme-5 .pb-2 {
  padding-bottom: 1rem !important;
}

.theme-5 .pb-3 {
  padding-bottom: 1.5rem !important;
}

.theme-5 .pb-4 {
  padding-bottom: 2rem !important;
}

.theme-5 .pb-6 {
  padding-bottom: 3rem !important;
}

.theme-5 .pb-7 {
  padding-bottom: 3.5rem !important;
}

.theme-5 .pb-8 {
  padding-bottom: 4rem !important;
}

.theme-5 .pb-10 {
  padding-bottom: 8rem !important;
}

.theme-5 [dir="ltr"] .ltr\:ps-3 {
  padding-left: 1.5rem !important;
}

.theme-5 [dir="rtl"] .rtl\:ps-4 {
  padding-left: 2rem !important;
}

.theme-5 .gap-0 {
  gap: 0 !important;
}

.theme-5 .gap-narrow {
  gap: .25rem !important;
}

.theme-5 .gap-1 {
  gap: .5rem !important;
}

.theme-5 .gap-2 {
  gap: 1rem !important;
}

.theme-5 .gap-3 {
  gap: 1.5rem !important;
}

.theme-5 .gap-4 {
  gap: 2rem !important;
}

.theme-5 .gap-5 {
  gap: 2.5rem !important;
}

.theme-5 .gap-6 {
  gap: 3rem !important;
}

.theme-5 .gap-7 {
  gap: 3.5rem !important;
}

.theme-5 .gap-8 {
  gap: 4rem !important;
}

.theme-5 .gap-9 {
  gap: 6rem !important;
}

.theme-5 .fs-1 {
  font-size: 2rem !important;
}

.theme-5 .fs-2 {
  font-size: 1.75rem !important;
}

.theme-5 .fs-4 {
  font-size: 1.25rem !important;
}

.theme-5 .fs-5 {
  font-size: 1.125rem !important;
}

.theme-5 .fs-6 {
  font-size: 1rem !important;
}

.theme-5 .fs-7 {
  font-size: .875rem !important;
}

.theme-5 .fs-8 {
  font-size: .75rem !important;
}

.theme-5 .fst-italic {
  font-style: italic !important;
}

.theme-5 .fw-light {
  font-weight: 300 !important;
}

.theme-5 .fw-normal {
  font-weight: 400 !important;
}

.theme-5 .fw-medium {
  font-weight: 500 !important;
}

.theme-5 .fw-bold {
  font-weight: 700 !important;
}

.theme-5 .lh-sm {
  line-height: .9 !important;
}

.theme-5 .lh-lg {
  line-height: 1.2 !important;
}

.theme-5 .text-start {
  text-align: left !important;
}

.theme-5 [dir="rtl"] .rtl\:text-start {
  text-align: left !important;
}

.theme-5 .text-end {
  text-align: right !important;
}

.theme-5 [dir="rtl"] .rtl\:text-end {
  text-align: right !important;
}

.theme-5 .text-center {
  text-align: center !important;
}

.theme-5 .text-none {
  text-decoration: none !important;
}

.theme-5 .text-underline {
  text-decoration: underline !important;
}

.theme-5 .text-line-through {
  text-decoration: line-through !important;
}

.theme-5 .text-uppercase {
  text-transform: uppercase !important;
}

.theme-5 .text-nowrap {
  white-space: nowrap !important;
}

.theme-5 .hover\:text-primary:hover, .theme-5 .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .hover\:text-danger:hover, .theme-5 .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-gray-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-gray-500 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-gray-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-primary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-primary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .hover\:text-primary-600:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-600-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-primary-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-secondary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-secondary-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-300-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-warning-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-600-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-indigo {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-purple-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-600-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-orange {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-yellow {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .hover\:text-tertiary:hover, .theme-5 .text-tertiary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-tertiary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-tertiary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-tertiary-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-700-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-tertiary-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-900-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .hover\:text-black:hover, .theme-5 .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .hover\:text-white:hover, .theme-5 .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.theme-5 :where(.uc-dark) .dark\:hover\:text-primary:hover, .theme-5 :where(.uc-dark) .dark\:text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:text-gray-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:hover\:text-gray-900:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:text-primary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:hover\:text-primary-700:hover, .theme-5 :where(.uc-dark) .dark\:text-primary-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:text-yellow-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:hover\:text-tertiary:hover, .theme-5 :where(.uc-dark) .dark\:text-tertiary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:text-tertiary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:text-tertiary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:hover\:text-white:hover, .theme-5 :where(.uc-dark) .dark\:text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.theme-5 .text-opacity-20 {
  --bs-text-opacity: .2;
}

.theme-5 .text-opacity-60 {
  --bs-text-opacity: .6;
}

.theme-5 .hover\:text-opacity-70:hover, .theme-5 .text-opacity-70 {
  --bs-text-opacity: .7;
}

.theme-5 :where(.uc-dark) .dark\:text-opacity-50 {
  --bs-text-opacity: .5;
}

.theme-5 :where(.uc-dark) .dark\:text-opacity-60 {
  --bs-text-opacity: .6;
}

.theme-5 :where(.uc-dark) .dark\:text-opacity-70 {
  --bs-text-opacity: .7;
}

.theme-5 .bg-primary, .theme-5 .hover\:bg-primary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-gray-25 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-25-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-gray-50, .theme-5 .hover\:bg-gray-50:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-50-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .hover\:bg-gray-600:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-gray-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-primary-25 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-25-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-primary-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-primary-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-primary-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-400-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-primary-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-primary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-secondary-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-200-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-secondary-300, .theme-5 .hover\:bg-secondary-300:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-warning-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-blue-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-blue-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-indigo-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-purple-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-orange-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-yellow-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-400-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-tertiary, .theme-5 .hover\:bg-tertiary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-tertiary-50 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-tertiary-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-tertiary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-tertiary-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-white, .theme-5 .hover\:bg-white:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: #0000 !important;
}

.theme-5 :where(.uc-dark) .dark\:bg-primary, .theme-5 :where(.uc-dark) .dark\:hover\:bg-primary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:bg-secondary, .theme-5 :where(.uc-dark) .dark\:hover\:bg-secondary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:hover\:bg-gray-500:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:bg-gray-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:bg-gray-700, .theme-5 :where(.uc-dark) .dark\:hover\:bg-gray-700:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:bg-gray-800, .theme-5 :where(.uc-dark) .dark\:hover\:bg-gray-800:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:bg-primary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:bg-tertiary, .theme-5 :where(.uc-dark) .dark\:hover\:bg-tertiary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:hover\:bg-tertiary-300:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:bg-tertiary-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:bg-tertiary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:bg-tertiary-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 :where(.uc-dark) .dark\:bg-white, .theme-5 :where(.uc-dark) .dark\:hover\:bg-white:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.theme-5 .bg-opacity-5, .theme-5 .hover\:bg-opacity-5:hover {
  --bs-bg-opacity: .05;
}

.theme-5 .bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.theme-5 .bg-opacity-15 {
  --bs-bg-opacity: .15;
}

.theme-5 .bg-opacity-40 {
  --bs-bg-opacity: .4;
}

.theme-5 .bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.theme-5 .bg-opacity-70 {
  --bs-bg-opacity: .7;
}

.theme-5 .bg-opacity-80 {
  --bs-bg-opacity: .8;
}

.theme-5 .bg-opacity-90 {
  --bs-bg-opacity: .9;
}

.theme-5 :where(.uc-dark) .dark\:bg-opacity-0 {
  --bs-bg-opacity: 0;
}

.theme-5 :where(.uc-dark) .dark\:bg-opacity-5 {
  --bs-bg-opacity: .05;
}

.theme-5 :where(.uc-dark) .dark\:bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.theme-5 :where(.uc-dark) .dark\:bg-opacity-15 {
  --bs-bg-opacity: .15;
}

.theme-5 :where(.uc-dark) .dark\:bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.theme-5 .rounded {
  border-radius: var(--radius) !important;
}

.theme-5 .rounded-default {
  border-radius: 8px !important;
}

.theme-5 .rounded-1 {
  border-radius: 4px !important;
}

.theme-5 .rounded-1-5 {
  border-radius: 12px !important;
}

.theme-5 .rounded-2 {
  border-radius: 16px !important;
}

.theme-5 .rounded-3 {
  border-radius: 24px !important;
}

.theme-5 .rounded-5 {
  border-radius: 40px !important;
}

.theme-5 .rounded-circle {
  border-radius: 50% !important;
}

.theme-5 .rounded-pill {
  border-radius: 50rem !important;
}

.theme-5 .rounded-0 {
  border-radius: 0 !important;
}

.theme-5 .rounded-bottom-1-5 {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.theme-5 .rounded-bottom-2 {
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.theme-5 .rounded-bottom-3 {
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.theme-5 .rounded-start-2 {
  border-bottom-left-radius: 16px !important;
  border-top-left-radius: 16px !important;
}

.theme-5 .border-dashed {
  border-style: dashed !important;
}

.theme-5 .bg-cover {
  background-size: cover !important;
}

.theme-5 .bg-contain {
  background-size: contain !important;
}

.theme-5 .text-truncate-1 {
  -webkit-line-clamp: 1 !important;
}

.theme-5 .text-truncate-3 {
  -webkit-line-clamp: 3 !important;
}

.theme-5 .min-w-24px {
  min-width: 24px !important;
}

.theme-5 .min-w-32px {
  min-width: 32px !important;
}

.theme-5 .min-w-40px {
  min-width: 40px !important;
}

.theme-5 .min-w-48px {
  min-width: 48px !important;
}

.theme-5 .min-w-150px {
  min-width: 150px !important;
}

.theme-5 .min-w-300px {
  min-width: 300px !important;
}

.theme-5 .min-w-700px {
  min-width: 700px !important;
}

.theme-5 .min-w-1\/4 {
  min-width: 25% !important;
}

.theme-5 .min-w-1\/2 {
  min-width: 50% !important;
}

.theme-5 .min-w-xs {
  min-width: 320px !important;
}

.theme-5 .min-w-100 {
  min-width: 100% !important;
}

.theme-5 .min-h-24px {
  min-height: 24px !important;
}

.theme-5 .min-h-32px {
  min-height: 32px !important;
}

.theme-5 .min-h-48px {
  min-height: 48px !important;
}

.theme-5 .min-h-56px {
  min-height: 56px !important;
}

.theme-5 .min-h-64px {
  min-height: 64px !important;
}

.theme-5 .min-h-80px {
  min-height: 80px !important;
}

.theme-5 .min-h-150px {
  min-height: 150px !important;
}

.theme-5 .min-h-200px {
  min-height: 200px !important;
}

.theme-5 .min-h-250px {
  min-height: 250px !important;
}

.theme-5 .min-h-300px {
  min-height: 300px !important;
}

.theme-5 .min-h-350px {
  min-height: 350px !important;
}

.theme-5 .min-h-450px {
  min-height: 450px !important;
}

.theme-5 .min-h-600px {
  min-height: 600px !important;
}

.theme-5 .min-h-700px {
  min-height: 700px !important;
}

.theme-5 .min-h-screen {
  min-height: 100vh !important;
}

.theme-5 .overflow-x-hidden {
  overflow-x: hidden !important;
}

.theme-5 .icon-narrow {
  width: 16px !important;
  height: 16px !important;
  font-size: 16px !important;
}

.theme-5 .icon-1 {
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important;
}

.theme-5 .icon-2 {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
}

.theme-5 .icon-3 {
  width: 32px !important;
  height: 32px !important;
  font-size: 32px !important;
}

.theme-5 .icon-4 {
  width: 48px !important;
  height: 48px !important;
  font-size: 48px !important;
}

.theme-5 .mask-x {
  mask-image: linear-gradient(to right, #0000 0, #000 10% 90%, #0000 100%) !important;
}

.theme-5 .hover\:contrast-shadow:hover {
  box-shadow: 3px 3px 0 0 var(--shadowColor, #000) !important;
}

.theme-5 .contrast-shadow-sm {
  box-shadow: 2px 2px 0 0 var(--shadowColor, #000) !important;
}

.theme-5 .contrast-shadow-md, .theme-5 .hover\:contrast-shadow-md:hover {
  box-shadow: 4px 4px 0 0 var(--shadowColor, #000) !important;
}

.theme-5 .contrast-shadow-lg {
  box-shadow: 8px 8px 0 0 var(--shadowColor, #000) !important;
}

.theme-5 .ls-0 {
  letter-spacing: 0 !important;
}

.theme-5 .-ls-1 {
  letter-spacing: -1px !important;
}

.theme-5 .-ls-2 {
  letter-spacing: -2px !important;
}

.theme-5 .-ls-3 {
  letter-spacing: -3px !important;
}

.theme-5 .-ls-4 {
  letter-spacing: -4px !important;
}

.theme-5 .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter !important;
}

.theme-5 .transition-all {
  transition-property: all !important;
}

.theme-5 .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
}

.theme-5 .transition-transform {
  transition-property: transform !important;
}

.theme-5 .duration-150 {
  transition-duration: .15s !important;
}

.theme-5 .duration-200 {
  transition-duration: .2s !important;
}

.theme-5 .duration-250 {
  transition-duration: .25s !important;
}

.theme-5 .ease-linear {
  transition-timing-function: linear !important;
}

.theme-5 .ease-in {
  transition-timing-function: cubic-bezier(.4, 0, 1, 1) !important;
}

.theme-5 .hover\:scale-105:hover {
  transform: scale(1.05) !important;
}

.theme-5 .hover\:scale-110:hover {
  transform: scale(1.1) !important;
}

.theme-5 .translate-y-px {
  transform: translateY(1px) !important;
}

.theme-5 .hover\:-translate-y-1:hover {
  transform: translateY(-.5rem) !important;
}

.theme-5 .rotate-12 {
  transform: rotate(12deg) !important;
}

.theme-5 .rotate-45 {
  transform: rotate(45deg) !important;
}

.theme-5 .hover\:rotate-90:hover {
  transform: rotate(90deg) !important;
}

.theme-5 [dir="rtl"] .rtl\:rotate-180 {
  transform: rotate(180deg) !important;
}

.theme-5 .-rotate-1 {
  transform: rotate(-1deg) !important;
}

.theme-5 .-rotate-2 {
  transform: rotate(-2deg) !important;
}

.theme-5 .-rotate-12 {
  transform: rotate(-12deg) !important;
}

.theme-5 .-rotate-45 {
  transform: rotate(-45deg) !important;
}

.theme-5 [dir="rtl"] .rtl\:-rotate-90 {
  transform: rotate(-90deg) !important;
}

.theme-5 .origin-top-right {
  transform-origin: 100% 0 !important;
}

.theme-5 .origin-top-left {
  transform-origin: 0 0 !important;
}

.theme-5 .origin-bottom-right {
  transform-origin: 100% 100% !important;
}

.theme-5 .origin-bottom {
  transform-origin: bottom !important;
}

.theme-5 .blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}

.theme-5 .blend-difference {
  mix-blend-mode: difference !important;
}

.theme-5 .blend-overlay {
  mix-blend-mode: overlay !important;
}

.theme-5 .blend-plus-lighter {
  mix-blend-mode: plus-lighter !important;
}

.theme-5 .blend-soft-light {
  mix-blend-mode: soft-light !important;
}

.theme-5 :where(.uc-dark) .dark\:blend-overlay {
  mix-blend-mode: overlay !important;
}

.theme-5 .blur-10 {
  filter: blur(128px) !important;
}

.theme-5 .backdrop-1 {
  backdrop-filter: blur(4px) !important;
}

.theme-5 .backdrop-2 {
  backdrop-filter: blur(8px) !important;
}

.theme-5 [dir="ltr"] .ltr\:rounded-top-start-1-5 {
  border-top-left-radius: 12px !important;
}

.theme-5 [dir="rtl"] .rtl\:rounded-top-end-1-5 {
  border-top-right-radius: 12px !important;
}

.theme-5 .ratio-1x1 {
  --bs-aspect-ratio: 100% !important;
}

.theme-5 .ratio-2x1 {
  --bs-aspect-ratio: 50% !important;
}

.theme-5 .ratio-2x3 {
  --bs-aspect-ratio: 150% !important;
}

.theme-5 .ratio-3x2 {
  --bs-aspect-ratio: 66.6667% !important;
}

.theme-5 .ratio-3x4 {
  --bs-aspect-ratio: 133.333% !important;
}

.theme-5 .ratio-4x3 {
  --bs-aspect-ratio: 75% !important;
}

.theme-5 .ratio-16x9 {
  --bs-aspect-ratio: 56.25% !important;
}

.theme-5 .z-1 {
  z-index: 1 !important;
}

.theme-5 .z-1n {
  z-index: -1 !important;
}

.theme-5 .z-2 {
  z-index: 2 !important;
}

.theme-5 .z-99 {
  z-index: 99 !important;
}

.theme-5 .z-999 {
  z-index: 999 !important;
}

.theme-5 .z-1080 {
  z-index: 1080 !important;
}

.theme-5 .z-0 {
  z-index: 0 !important;
}

@media (width >= 459px) {
  .theme-5 .sm\:d-inline-block {
    display: inline-block !important;
  }

  .theme-5 .sm\:d-block {
    display: block !important;
  }

  .theme-5 .sm\:d-none {
    display: none !important;
  }

  .theme-5 .sm\:border-3 {
    border-width: 3px !important;
  }

  .theme-5 .sm\:w-32px {
    width: 32px !important;
  }

  .theme-5 .sm\:w-56px {
    width: 56px !important;
  }

  .theme-5 .sm\:w-80px {
    width: 80px !important;
  }

  .theme-5 .sm\:w-250px {
    width: 250px !important;
  }

  .theme-5 .sm\:w-300px {
    width: 300px !important;
  }

  .theme-5 .sm\:w-350px {
    width: 350px !important;
  }

  .theme-5 .sm\:w-500px {
    width: 500px !important;
  }

  .theme-5 .sm\:w-550px {
    width: 550px !important;
  }

  .theme-5 .sm\:w-3\/5 {
    width: 60% !important;
  }

  .theme-5 .sm\:w-1\/2 {
    width: 50% !important;
  }

  .theme-5 .sm\:w-auto {
    width: auto !important;
  }

  .theme-5 .sm\:max-w-500px {
    max-width: 500px !important;
  }

  .theme-5 .sm\:max-w-600px {
    max-width: 600px !important;
  }

  .theme-5 .sm\:max-w-md {
    max-width: 720px !important;
  }

  .theme-5 .sm\:max-w-lg {
    max-width: 1040px !important;
  }

  .theme-5 .sm\:h-32px {
    height: 32px !important;
  }

  .theme-5 .sm\:h-40px {
    height: 40px !important;
  }

  .theme-5 .sm\:h-56px {
    height: 56px !important;
  }

  .theme-5 .sm\:h-80px {
    height: 80px !important;
  }

  .theme-5 .sm\:h-500px {
    height: 500px !important;
  }

  .theme-5 .sm\:h-600px {
    height: 600px !important;
  }

  .theme-5 .sm\:order-1 {
    order: 1 !important;
  }

  .theme-5 .sm\:m-0 {
    margin: 0 !important;
  }

  .theme-5 .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .theme-5 .sm\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .theme-5 .sm\:mt-0 {
    margin-top: 0 !important;
  }

  .theme-5 .sm\:mt-1 {
    margin-top: .5rem !important;
  }

  .theme-5 .sm\:mt-2 {
    margin-top: 1rem !important;
  }

  .theme-5 .sm\:mt-3 {
    margin-top: 1.5rem !important;
  }

  .theme-5 .sm\:mt-4 {
    margin-top: 2rem !important;
  }

  .theme-5 .sm\:mt-6 {
    margin-top: 3rem !important;
  }

  .theme-5 .sm\:mb-6 {
    margin-bottom: 3rem !important;
  }

  .theme-5 .sm\:mb-8 {
    margin-bottom: 4rem !important;
  }

  .theme-5 .sm\:p-3 {
    padding: 1.5rem !important;
  }

  .theme-5 .sm\:p-4 {
    padding: 2rem !important;
  }

  .theme-5 .sm\:p-6 {
    padding: 3rem !important;
  }

  .theme-5 .sm\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .theme-5 .sm\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .theme-5 .sm\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .theme-5 .sm\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-5 .sm\:py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .theme-5 .sm\:pt-6 {
    padding-top: 3rem !important;
  }

  .theme-5 .sm\:pt-8 {
    padding-top: 4rem !important;
  }

  .theme-5 .sm\:pt-10 {
    padding-top: 8rem !important;
  }

  .theme-5 .sm\:pb-6 {
    padding-bottom: 3rem !important;
  }

  .theme-5 .sm\:pb-8 {
    padding-bottom: 4rem !important;
  }

  .theme-5 .sm\:pb-9 {
    padding-bottom: 6rem !important;
  }

  .theme-5 .sm\:gap-3 {
    gap: 1.5rem !important;
  }

  .theme-5 .sm\:gap-4 {
    gap: 2rem !important;
  }

  .theme-5 .sm\:gap-6 {
    gap: 3rem !important;
  }

  .theme-5 .sm\:gap-8 {
    gap: 4rem !important;
  }

  .theme-5 .sm\:fs-4 {
    font-size: 1.25rem !important;
  }

  .theme-5 .sm\:fs-5 {
    font-size: 1.125rem !important;
  }

  .theme-5 .sm\:fs-6 {
    font-size: 1rem !important;
  }

  .theme-5 .sm\:text-start {
    text-align: left !important;
  }

  .theme-5 .sm\:text-center {
    text-align: center !important;
  }

  .theme-5 .sm\:rounded-1-5 {
    border-radius: 12px !important;
  }

  .theme-5 .sm\:rounded-2 {
    border-radius: 16px !important;
  }

  .theme-5 .sm\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  .theme-5 .sm\:min-w-100px {
    min-width: 100px !important;
  }

  .theme-5 .sm\:min-w-150px {
    min-width: 150px !important;
  }

  .theme-5 .sm\:min-h-100px {
    min-height: 100px !important;
  }

  .theme-5 .sm\:icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }

  .theme-5 .sm\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }

  .theme-5 .sm\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }
}

@media (width >= 768px) {
  .theme-5 .md\:d-block {
    display: block !important;
  }

  .theme-5 .md\:d-flex {
    display: flex !important;
  }

  .theme-5 .md\:d-none {
    display: none !important;
  }

  .theme-5 .md\:w-40px {
    width: 40px !important;
  }

  .theme-5 .md\:w-48px {
    width: 48px !important;
  }

  .theme-5 .md\:w-56px {
    width: 56px !important;
  }

  .theme-5 .md\:w-100px {
    width: 100px !important;
  }

  .theme-5 .md\:w-500px {
    width: 500px !important;
  }

  .theme-5 .md\:w-1\/2 {
    width: 50% !important;
  }

  .theme-5 .md\:max-w-128px {
    max-width: 128px !important;
  }

  .theme-5 .md\:max-w-150px {
    max-width: 150px !important;
  }

  .theme-5 .md\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .theme-5 .md\:h-40px {
    height: 40px !important;
  }

  .theme-5 .md\:h-48px {
    height: 48px !important;
  }

  .theme-5 .md\:h-100px {
    height: 100px !important;
  }

  .theme-5 .md\:h-screen {
    height: 100vh !important;
  }

  .theme-5 .md\:justify-start {
    justify-content: flex-start !important;
  }

  .theme-5 .md\:items-end {
    align-items: flex-end !important;
  }

  .theme-5 .md\:order-1 {
    order: 1 !important;
  }

  .theme-5 .md\:order-2 {
    order: 2 !important;
  }

  .theme-5 .md\:m-2 {
    margin: 1rem !important;
  }

  .theme-5 .md\:my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .theme-5 .md\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .theme-5 .md\:mt-2 {
    margin-top: 1rem !important;
  }

  .theme-5 .md\:mt-4 {
    margin-top: 2rem !important;
  }

  .theme-5 .md\:mt-6 {
    margin-top: 3rem !important;
  }

  .theme-5 .md\:mt-8 {
    margin-top: 4rem !important;
  }

  .theme-5 .md\:me-2 {
    margin-right: 1rem !important;
  }

  .theme-5 .md\:mb-4 {
    margin-bottom: 2rem !important;
  }

  .theme-5 .md\:ms-2 {
    margin-left: 1rem !important;
  }

  .theme-5 .md\:mt-n10 {
    margin-top: -8rem !important;
  }

  .theme-5 .md\:p-2 {
    padding: 1rem !important;
  }

  .theme-5 .md\:p-3 {
    padding: 1.5rem !important;
  }

  .theme-5 .md\:p-4 {
    padding: 2rem !important;
  }

  .theme-5 .md\:p-6 {
    padding: 3rem !important;
  }

  .theme-5 .md\:p-8 {
    padding: 4rem !important;
  }

  .theme-5 .md\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .theme-5 .md\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .theme-5 .md\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-5 .md\:pt-6 {
    padding-top: 3rem !important;
  }

  .theme-5 .md\:pt-8 {
    padding-top: 4rem !important;
  }

  .theme-5 [dir="ltr"] .ltr\:md\:pe-8 {
    padding-right: 4rem !important;
  }

  .theme-5 .md\:pb-0 {
    padding-bottom: 0 !important;
  }

  .theme-5 .md\:pb-6 {
    padding-bottom: 3rem !important;
  }

  .theme-5 [dir="rtl"] .rtl\:md\:ps-8 {
    padding-left: 4rem !important;
  }

  .theme-5 .md\:gap-2 {
    gap: 1rem !important;
  }

  .theme-5 .md\:gap-3 {
    gap: 1.5rem !important;
  }

  .theme-5 .md\:gap-4 {
    gap: 2rem !important;
  }

  .theme-5 .md\:gap-6 {
    gap: 3rem !important;
  }

  .theme-5 .md\:fs-5 {
    font-size: 1.125rem !important;
  }

  .theme-5 .md\:fs-6 {
    font-size: 1rem !important;
  }

  .theme-5 .md\:min-h-250px {
    min-height: 250px !important;
  }

  .theme-5 .md\:icon-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }

  .theme-5 .md\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
}

@media (width >= 992px) {
  .theme-5 .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .theme-5 .lg\:d-inline-block {
    display: inline-block !important;
  }

  .theme-5 .lg\:d-block {
    display: block !important;
  }

  .theme-5 .lg\:d-flex {
    display: flex !important;
  }

  .theme-5 .lg\:d-inline-flex {
    display: inline-flex !important;
  }

  .theme-5 .lg\:d-none {
    display: none !important;
  }

  .theme-5 .lg\:w-40px {
    width: 40px !important;
  }

  .theme-5 .lg\:w-48px {
    width: 48px !important;
  }

  .theme-5 .lg\:w-56px {
    width: 56px !important;
  }

  .theme-5 .lg\:w-64px {
    width: 64px !important;
  }

  .theme-5 .lg\:w-72px {
    width: 72px !important;
  }

  .theme-5 .lg\:w-80px {
    width: 80px !important;
  }

  .theme-5 .lg\:w-96px {
    width: 96px !important;
  }

  .theme-5 .lg\:w-100px {
    width: 100px !important;
  }

  .theme-5 .lg\:w-128px {
    width: 128px !important;
  }

  .theme-5 .lg\:w-150px {
    width: 150px !important;
  }

  .theme-5 .lg\:w-200px {
    width: 200px !important;
  }

  .theme-5 .lg\:w-250px {
    width: 250px !important;
  }

  .theme-5 .lg\:w-300px {
    width: 300px !important;
  }

  .theme-5 .lg\:w-450px {
    width: 450px !important;
  }

  .theme-5 .lg\:w-500px {
    width: 500px !important;
  }

  .theme-5 .lg\:w-800px {
    width: 800px !important;
  }

  .theme-5 .lg\:w-1\/6 {
    width: 16.6667% !important;
  }

  .theme-5 .lg\:w-5\/6 {
    width: 83.3333% !important;
  }

  .theme-5 .lg\:w-1\/3 {
    width: 33.3333% !important;
  }

  .theme-5 .lg\:w-1\/2 {
    width: 50% !important;
  }

  .theme-5 .lg\:max-w-56px {
    max-width: 56px !important;
  }

  .theme-5 .lg\:max-w-80px {
    max-width: 80px !important;
  }

  .theme-5 .lg\:max-w-128px {
    max-width: 128px !important;
  }

  .theme-5 .lg\:max-w-300px {
    max-width: 300px !important;
  }

  .theme-5 .lg\:max-w-350px {
    max-width: 350px !important;
  }

  .theme-5 .lg\:max-w-500px {
    max-width: 500px !important;
  }

  .theme-5 .lg\:max-w-600px {
    max-width: 600px !important;
  }

  .theme-5 .lg\:max-w-650px {
    max-width: 650px !important;
  }

  .theme-5 .lg\:max-w-700px {
    max-width: 700px !important;
  }

  .theme-5 .lg\:max-w-750px {
    max-width: 750px !important;
  }

  .theme-5 .lg\:max-w-900px {
    max-width: 900px !important;
  }

  .theme-5 .lg\:max-w-950px {
    max-width: 950px !important;
  }

  .theme-5 .lg\:max-w-3\/5 {
    max-width: 60% !important;
  }

  .theme-5 .lg\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .theme-5 .lg\:max-w-lg {
    max-width: 1040px !important;
  }

  .theme-5 .lg\:h-40px {
    height: 40px !important;
  }

  .theme-5 .lg\:h-48px {
    height: 48px !important;
  }

  .theme-5 .lg\:h-56px {
    height: 56px !important;
  }

  .theme-5 .lg\:h-64px {
    height: 64px !important;
  }

  .theme-5 .lg\:h-80px {
    height: 80px !important;
  }

  .theme-5 .lg\:h-96px {
    height: 96px !important;
  }

  .theme-5 .lg\:h-100px {
    height: 100px !important;
  }

  .theme-5 .lg\:h-150px {
    height: 150px !important;
  }

  .theme-5 .lg\:h-500px {
    height: 500px !important;
  }

  .theme-5 .lg\:h-screen {
    height: 100vh !important;
  }

  .theme-5 .lg\:max-h-550px {
    max-height: 550px !important;
  }

  .theme-5 .lg\:justify-start {
    justify-content: flex-start !important;
  }

  .theme-5 .lg\:justify-center {
    justify-content: center !important;
  }

  .theme-5 .lg\:justify-end {
    justify-content: flex-end !important;
  }

  .theme-5 .lg\:justify-between {
    justify-content: space-between !important;
  }

  .theme-5 .lg\:items-start {
    align-items: flex-start !important;
  }

  .theme-5 .lg\:order-0 {
    order: 0 !important;
  }

  .theme-5 .lg\:order-1 {
    order: 1 !important;
  }

  .theme-5 .lg\:order-2 {
    order: 2 !important;
  }

  .theme-5 .lg\:m-0 {
    margin: 0 !important;
  }

  .theme-5 .lg\:m-2 {
    margin: 1rem !important;
  }

  .theme-5 .lg\:m-6 {
    margin: 3rem !important;
  }

  .theme-5 .lg\:m-auto {
    margin: auto !important;
  }

  .theme-5 .lg\:mx-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .theme-5 .lg\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .theme-5 .lg\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .theme-5 .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .theme-5 .lg\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .theme-5 .lg\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .theme-5 .lg\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .theme-5 .lg\:mt-0 {
    margin-top: 0 !important;
  }

  .theme-5 .lg\:mt-2 {
    margin-top: 1rem !important;
  }

  .theme-5 .lg\:mt-3 {
    margin-top: 1.5rem !important;
  }

  .theme-5 .lg\:mt-4 {
    margin-top: 2rem !important;
  }

  .theme-5 .lg\:mt-6 {
    margin-top: 3rem !important;
  }

  .theme-5 .lg\:mt-8 {
    margin-top: 4rem !important;
  }

  .theme-5 .lg\:mt-9 {
    margin-top: 6rem !important;
  }

  .theme-5 .lg\:me-5 {
    margin-right: 2.5rem !important;
  }

  .theme-5 .lg\:mb-2 {
    margin-bottom: 1rem !important;
  }

  .theme-5 .lg\:mb-3 {
    margin-bottom: 1.5rem !important;
  }

  .theme-5 .lg\:mb-5 {
    margin-bottom: 2.5rem !important;
  }

  .theme-5 .lg\:mb-6 {
    margin-bottom: 3rem !important;
  }

  .theme-5 .lg\:mb-8 {
    margin-bottom: 4rem !important;
  }

  .theme-5 .lg\:mb-9 {
    margin-bottom: 6rem !important;
  }

  .theme-5 .lg\:p-3 {
    padding: 1.5rem !important;
  }

  .theme-5 .lg\:p-4 {
    padding: 2rem !important;
  }

  .theme-5 .lg\:p-5 {
    padding: 2.5rem !important;
  }

  .theme-5 .lg\:p-6 {
    padding: 3rem !important;
  }

  .theme-5 .lg\:p-8 {
    padding: 4rem !important;
  }

  .theme-5 .lg\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .theme-5 .lg\:px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .theme-5 .lg\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .theme-5 .lg\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .theme-5 .lg\:px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .theme-5 .lg\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .theme-5 .lg\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .theme-5 .lg\:py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .theme-5 .lg\:py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .theme-5 .lg\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .theme-5 .lg\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-5 .lg\:py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .theme-5 .lg\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .theme-5 .lg\:pt-0 {
    padding-top: 0 !important;
  }

  .theme-5 .lg\:pt-2 {
    padding-top: 1rem !important;
  }

  .theme-5 .lg\:pt-4 {
    padding-top: 2rem !important;
  }

  .theme-5 .lg\:pt-6 {
    padding-top: 3rem !important;
  }

  .theme-5 .lg\:pt-8 {
    padding-top: 4rem !important;
  }

  .theme-5 .lg\:pt-10 {
    padding-top: 8rem !important;
  }

  .theme-5 [dir="rtl"] .rtl\:lg\:pe-4 {
    padding-right: 2rem !important;
  }

  .theme-5 .lg\:pb-3 {
    padding-bottom: 1.5rem !important;
  }

  .theme-5 .lg\:pb-6 {
    padding-bottom: 3rem !important;
  }

  .theme-5 .lg\:pb-8 {
    padding-bottom: 4rem !important;
  }

  .theme-5 .lg\:pb-9 {
    padding-bottom: 6rem !important;
  }

  .theme-5 [dir="ltr"] .ltr\:lg\:ps-4 {
    padding-left: 2rem !important;
  }

  .theme-5 .lg\:gap-1 {
    gap: .5rem !important;
  }

  .theme-5 .lg\:gap-2 {
    gap: 1rem !important;
  }

  .theme-5 .lg\:gap-3 {
    gap: 1.5rem !important;
  }

  .theme-5 .lg\:gap-4 {
    gap: 2rem !important;
  }

  .theme-5 .lg\:gap-6 {
    gap: 3rem !important;
  }

  .theme-5 .lg\:gap-8 {
    gap: 4rem !important;
  }

  .theme-5 .lg\:gap-9 {
    gap: 6rem !important;
  }

  .theme-5 .lg\:fs-3 {
    font-size: 1.5rem !important;
  }

  .theme-5 .lg\:fs-4 {
    font-size: 1.25rem !important;
  }

  .theme-5 .lg\:fs-5 {
    font-size: 1.125rem !important;
  }

  .theme-5 .lg\:fs-6 {
    font-size: 1rem !important;
  }

  .theme-5 .lg\:text-start {
    text-align: left !important;
  }

  .theme-5 [dir="ltr"] .ltr\:lg\:text-start {
    text-align: left !important;
  }

  .theme-5 [dir="rtl"] .rtl\:lg\:text-end {
    text-align: right !important;
  }

  .theme-5 .lg\:rounded-1-5 {
    border-radius: 12px !important;
  }

  .theme-5 .lg\:rounded-2 {
    border-radius: 16px !important;
  }

  .theme-5 .lg\:rounded-3 {
    border-radius: 24px !important;
  }

  .theme-5 .lg\:rounded-4 {
    border-radius: 32px !important;
  }

  .theme-5 .lg\:rounded-pill {
    border-radius: 50rem !important;
  }

  .theme-5 .lg\:rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .theme-5 .lg\:rounded-bottom-3 {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
  }

  .theme-5 .lg\:rounded-bottom-5 {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }

  .theme-5 .lg\:rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .theme-5 .lg\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }

  .theme-5 .lg\:min-w-80px {
    min-width: 80px !important;
  }

  .theme-5 .lg\:min-w-150px {
    min-width: 150px !important;
  }

  .theme-5 .lg\:min-w-300px {
    min-width: 300px !important;
  }

  .theme-5 .lg\:min-w-1\/4 {
    min-width: 25% !important;
  }

  .theme-5 .lg\:min-h-80px {
    min-height: 80px !important;
  }

  .theme-5 .lg\:min-h-96px {
    min-height: 96px !important;
  }

  .theme-5 .lg\:min-h-100px {
    min-height: 100px !important;
  }

  .theme-5 .lg\:min-h-600px {
    min-height: 600px !important;
  }

  .theme-5 .lg\:icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }

  .theme-5 .lg\:icon-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important;
  }

  .theme-5 .lg\:hover\:scale-105:hover {
    transform: scale(1.05) !important;
  }

  .theme-5 .lg\:hover\:-translate-y-2:hover {
    transform: translateY(-1rem) !important;
  }

  .theme-5 .lg\:-rotate-2 {
    transform: rotate(-2deg) !important;
  }

  .theme-5 .lg\:rounded-top-start-0 {
    border-top-left-radius: 0 !important;
  }

  .theme-5 .lg\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important;
  }

  .theme-5 .lg\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }

  .theme-5 .lg\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }

  .theme-5 .lg\:ratio-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
}

@media (width >= 1200px) {
  .theme-5 .xl\:d-block {
    display: block !important;
  }

  .theme-5 .xl\:d-flex {
    display: flex !important;
  }

  .theme-5 .xl\:d-inline-flex {
    display: inline-flex !important;
  }

  .theme-5 .xl\:d-none {
    display: none !important;
  }

  .theme-5 .xl\:w-24px {
    width: 24px !important;
  }

  .theme-5 .xl\:w-32px {
    width: 32px !important;
  }

  .theme-5 .xl\:w-48px {
    width: 48px !important;
  }

  .theme-5 .xl\:w-56px {
    width: 56px !important;
  }

  .theme-5 .xl\:w-64px {
    width: 64px !important;
  }

  .theme-5 .xl\:w-80px {
    width: 80px !important;
  }

  .theme-5 .xl\:w-150px {
    width: 150px !important;
  }

  .theme-5 .xl\:w-250px {
    width: 250px !important;
  }

  .theme-5 .xl\:w-300px {
    width: 300px !important;
  }

  .theme-5 .xl\:w-350px {
    width: 350px !important;
  }

  .theme-5 .xl\:w-400px {
    width: 400px !important;
  }

  .theme-5 .xl\:w-450px {
    width: 450px !important;
  }

  .theme-5 .xl\:w-600px {
    width: 600px !important;
  }

  .theme-5 .xl\:w-auto {
    width: auto !important;
  }

  .theme-5 .xl\:max-w-600px {
    max-width: 600px !important;
  }

  .theme-5 .xl\:max-w-700px {
    max-width: 700px !important;
  }

  .theme-5 .xl\:max-w-800px {
    max-width: 800px !important;
  }

  .theme-5 .xl\:max-w-3\/4 {
    max-width: 75% !important;
  }

  .theme-5 .xl\:max-w-md {
    max-width: 720px !important;
  }

  .theme-5 .xl\:max-w-lg {
    max-width: 1040px !important;
  }

  .theme-5 .xl\:max-w-xl {
    max-width: 1280px !important;
  }

  .theme-5 .xl\:h-48px {
    height: 48px !important;
  }

  .theme-5 .xl\:h-56px {
    height: 56px !important;
  }

  .theme-5 .xl\:h-64px {
    height: 64px !important;
  }

  .theme-5 .xl\:h-650px {
    height: 650px !important;
  }

  .theme-5 .xl\:h-screen {
    height: 100vh !important;
  }

  .theme-5 .xl\:m-9 {
    margin: 6rem !important;
  }

  .theme-5 .xl\:my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .theme-5 .xl\:mt-1 {
    margin-top: .5rem !important;
  }

  .theme-5 .xl\:mt-2 {
    margin-top: 1rem !important;
  }

  .theme-5 .xl\:mt-4 {
    margin-top: 2rem !important;
  }

  .theme-5 .xl\:mt-6 {
    margin-top: 3rem !important;
  }

  .theme-5 .xl\:mt-8 {
    margin-top: 4rem !important;
  }

  .theme-5 .xl\:mt-9 {
    margin-top: 6rem !important;
  }

  .theme-5 .xl\:mt-10 {
    margin-top: 8rem !important;
  }

  .theme-5 .xl\:me-4 {
    margin-right: 2rem !important;
  }

  .theme-5 [dir="rtl"] .rtl\:xl\:me-4 {
    margin-right: 2rem !important;
  }

  .theme-5 [dir="ltr"] .ltr\:xl\:me-7 {
    margin-right: 3.5rem !important;
  }

  .theme-5 .xl\:mb-2 {
    margin-bottom: 1rem !important;
  }

  .theme-5 .xl\:mb-3 {
    margin-bottom: 1.5rem !important;
  }

  .theme-5 .xl\:mb-6 {
    margin-bottom: 3rem !important;
  }

  .theme-5 .xl\:mb-8 {
    margin-bottom: 4rem !important;
  }

  .theme-5 .xl\:mb-9 {
    margin-bottom: 6rem !important;
  }

  .theme-5 [dir="ltr"] .ltr\:xl\:ms-4 {
    margin-left: 2rem !important;
  }

  .theme-5 [dir="rtl"] .rtl\:xl\:ms-7 {
    margin-left: 3.5rem !important;
  }

  .theme-5 .xl\:p-3 {
    padding: 1.5rem !important;
  }

  .theme-5 .xl\:p-4 {
    padding: 2rem !important;
  }

  .theme-5 .xl\:p-5 {
    padding: 2.5rem !important;
  }

  .theme-5 .xl\:p-6 {
    padding: 3rem !important;
  }

  .theme-5 .xl\:p-8 {
    padding: 4rem !important;
  }

  .theme-5 .xl\:p-9 {
    padding: 6rem !important;
  }

  .theme-5 .xl\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .theme-5 .xl\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .theme-5 .xl\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .theme-5 .xl\:px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .theme-5 .xl\:px-9 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .theme-5 .xl\:px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .theme-5 .xl\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .theme-5 .xl\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-5 .xl\:py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .theme-5 .xl\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .theme-5 .xl\:pt-0 {
    padding-top: 0 !important;
  }

  .theme-5 .xl\:pt-9 {
    padding-top: 6rem !important;
  }

  .theme-5 .xl\:pt-10 {
    padding-top: 8rem !important;
  }

  .theme-5 [dir="rtl"] .rtl\:xl\:pe-6 {
    padding-right: 3rem !important;
  }

  .theme-5 .xl\:pb-9 {
    padding-bottom: 6rem !important;
  }

  .theme-5 .xl\:pb-10 {
    padding-bottom: 8rem !important;
  }

  .theme-5 [dir="ltr"] .ltr\:xl\:ps-6 {
    padding-left: 3rem !important;
  }

  .theme-5 .xl\:gap-1 {
    gap: .5rem !important;
  }

  .theme-5 .xl\:gap-2 {
    gap: 1rem !important;
  }

  .theme-5 .xl\:gap-3 {
    gap: 1.5rem !important;
  }

  .theme-5 .xl\:gap-4 {
    gap: 2rem !important;
  }

  .theme-5 .xl\:gap-5 {
    gap: 2.5rem !important;
  }

  .theme-5 .xl\:gap-6 {
    gap: 3rem !important;
  }

  .theme-5 .xl\:gap-8 {
    gap: 4rem !important;
  }

  .theme-5 .xl\:gap-9 {
    gap: 6rem !important;
  }

  .theme-5 .xl\:fs-2 {
    font-size: 1.75rem !important;
  }

  .theme-5 .xl\:fs-3 {
    font-size: 1.5rem !important;
  }

  .theme-5 .xl\:fs-4 {
    font-size: 1.25rem !important;
  }

  .theme-5 .xl\:fs-5 {
    font-size: 1.125rem !important;
  }

  .theme-5 .xl\:fs-6 {
    font-size: 1rem !important;
  }

  .theme-5 .xl\:rounded-2 {
    border-radius: 16px !important;
  }

  .theme-5 .xl\:rounded-3 {
    border-radius: 24px !important;
  }

  .theme-5 .xl\:min-w-200px {
    min-width: 200px !important;
  }

  .theme-5 .xl\:min-h-300px {
    min-height: 300px !important;
  }

  .theme-5 .xl\:min-h-700px {
    min-height: 700px !important;
  }

  .theme-5 .xl\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
}

.theme-5 .bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--uc-gradient-stops)) !important;
}

.theme-5 .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--uc-gradient-stops)) !important;
}

.theme-5 .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--uc-gradient-stops)) !important;
}

.theme-5 .bg-gradient-45 {
  background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important;
}

.theme-5 :where(.uc-dark) .dark\:bg-gradient-45 {
  background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important;
}

.theme-5 .to-transparent {
  --uc-gradient-to: #fff0;
}

.theme-5 .from-transparent {
  --uc-gradient-from: transparent;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-5 .via-transparent {
  --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
}

.theme-5 .from-black {
  --uc-gradient-from: #000;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-5 .to-white {
  --uc-gradient-to: white;
}

.theme-5 .from-white {
  --uc-gradient-from: #fff;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-5 .from-primary {
  --uc-gradient-from: var(--color-primary);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-5 .from-secondary {
  --uc-gradient-from: #f3ece7;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-5 .from-gray-800 {
  --uc-gradient-from: #141717;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-5 .to-gray-900 {
  --uc-gradient-to: #0a0b0c;
}

.theme-5 .to-primary-25 {
  --uc-gradient-to: #fcfffb;
}

.theme-5 .to-primary-700 {
  --uc-gradient-to: #74996c;
}

.theme-5 .to-primary-800 {
  --uc-gradient-to: #4d6648;
}

.theme-5 .from-indigo {
  --uc-gradient-from: #553cdf;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-5 .to-pink {
  --uc-gradient-to: #f06b9d;
}

.theme-5 .from-pink-100 {
  --uc-gradient-from: #fce1eb;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-5 .to-orange-100 {
  --uc-gradient-to: #fee1d2;
}

.theme-5 .from-tertiary {
  --uc-gradient-from: #0c5263;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-5 .from-tertiary-200 {
  --uc-gradient-from: #9ebac1;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-5 .from-tertiary-600 {
  --uc-gradient-from: #0a424f;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-5 :where(.uc-dark) .dark\:to-black {
  --uc-gradient-to: black;
}

.theme-5 :where(.uc-dark) .dark\:from-gray-700 {
  --uc-gradient-from: #1d2223;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-5 :where(.uc-dark) .dark\:from-gray-800 {
  --uc-gradient-from: #141717;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-5 :where(.uc-dark) .dark\:to-gray-900 {
  --uc-gradient-to: #0a0b0c;
}

.theme-5 :where(.uc-dark) .dark\:from-primary-700 {
  --uc-gradient-from: #74996c;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-5 :where(.uc-dark) .dark\:to-tertiary {
  --uc-gradient-to: #0c5263;
}

.theme-5 :where(.uc-dark) .dark\:from-tertiary-200 {
  --uc-gradient-from: #9ebac1;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-5 :where(.uc-dark) .dark\:from-tertiary-700 {
  --uc-gradient-from: #07313b;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-5 :where(.uc-dark) .dark\:to-tertiary-800 {
  --uc-gradient-to: #052128;
}

.theme-5 :where(.uc-dark) .dark\:from-tertiary-800 {
  --uc-gradient-from: #052128;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

html[dir="rtl"] .theme-5 .uc-navbar-right {
  margin-left: unset;
  margin-right: auto;
}

html[dir="rtl"] .theme-5 .uc-navbar-left {
  margin-right: unset;
  margin-left: auto;
}

@font-face {
  font-family: Graphik;
  src: local(Graphik Regular), url("../media/Graphik-Regular.706b0a64.woff2"), url("../media/Graphik-Regular.239f311b.woff");
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Graphik;
  src: local(Graphik Medium), url("../media/Graphik-Medium.f39fdde9.woff2"), url("../media/Graphik-Medium.748dd576.woff");
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Graphik;
  src: local(Graphik Semibold), url("../media/Graphik-Semibold.e59c163d.woff2"), url("../media/Graphik-Semibold.e2eeba28.woff");
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Mabry Pro;
  src: local(Mabry Pro Regular), url("../media/MabryPro-Regular.716e090d.woff2"), url("../media/MabryPro-Regular.5193aa82.woff");
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 90%;
}

@font-face {
  font-family: Mabry Pro;
  src: local(Mabry Pro Bold), url("../media/MabryPro-Bold.c60ce649.woff2"), url("../media/MabryPro-Bold.fb19a5c3.woff");
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 90%;
}

@font-face {
  font-family: Degular Display;
  src: local(Degular Display Semidbold), url("../media/DegularDisplay-Semibold.8841cd6e.woff2");
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: Sharp Grotesk;
  src: local(Sharp Grotesk Medium), url("../media/SharpGrotesk-Medium.3a899f7e.woff2");
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: PolySans;
  src: local(PolySans Normal), url("../media/PolySans-Normal.ce33d6dc.ttf");
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

@font-face {
  font-family: PolySans;
  src: local(PolySans Bold), url("../media/PolySans-Medium.e69ba2ff.woff2");
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%;
}

.theme-6 {
  --font-family-primary: "Mabry Pro", "IBM Plex Sans Arabic", sans-serif;
  --font-family-secondary: "PolySans", "IBM Plex Sans Arabic", serif;
  --font-family-tertiary: "Mabry Pro", "IBM Plex Sans Arabic", serif;
  --font-family-serif: "Playfair Display", "IBM Plex Sans Arabic", serif;
  --font-family-script: Segoe Script, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-mono: monospace, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-weight-ultralight: 100;
  --font-weight-lighter: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-bolder: 800;
  --font-weight-ultrabold: 900;
  --font-text-family: var(--font-family-primary);
  --font-text-weight: 400;
  --font-heading-family: var(--font-family-secondary);
  --font-heading-weight: 700;
  --font-display-family: var(--font-family-secondary);
  --font-display-weight: 700;
  --font-code-family: var(--font-family-code);
  --font-code-weight: 400;
  --root-size: 1rem;
  --radius: 8px;
  --border-size: 1px;
  --border-color: #83838340;
  --shadow-color: #00000026;
  --contrast-ratio: 2;
  --breakpoints-xs: 0;
  --breakpoints-sm: 576px;
  --breakpoints-md: 768px;
  --breakpoints-lg: 992px;
  --breakpoints-xl: 1200px;
  --breakpoints-xxl: 1400px;
  --color-gray: #292352;
  --color-gray-10: #f9f8fa;
  --color-gray-25: #f4f4f6;
  --color-gray-50: #eae9ee;
  --color-gray-100: #d4d3dc;
  --color-gray-200: #a9a7ba;
  --color-gray-300: #7f7b97;
  --color-gray-400: #544f75;
  --color-gray-500: #292352;
  --color-gray-600: #211c42;
  --color-gray-700: #191531;
  --color-gray-800: #100e21;
  --color-gray-900: #080710;
  --color-slate: #6b7280;
  --color-slate-10: #fbfbfb;
  --color-slate-25: #f8f8f9;
  --color-slate-50: #f0f1f2;
  --color-slate-100: #e1e3e6;
  --color-slate-200: #c4c7cc;
  --color-slate-300: #a6aab3;
  --color-slate-400: #898e99;
  --color-slate-500: #6b7280;
  --color-slate-600: #565b66;
  --color-slate-700: #40444d;
  --color-slate-800: #2b2e33;
  --color-slate-900: #15171a;
  --color-primary: #117465;
  --color-primary-rgb: 17, 116, 101;
  --btn-hover-bg: #0e6356;
  --btn-hover-border-color: #0e5d51;
  --color-tertiary-rgb: 229, 253, 197;
  --color-primary-10: #f8fbfa;
  --color-primary-25: #f3f8f7;
  --color-primary-50: #e7f1f0;
  --color-primary-100: #cfe3e0;
  --color-primary-200: #a0c7c1;
  --color-primary-300: #70aca3;
  --color-primary-400: #419084;
  --color-primary-500: var(--color-primary);
  --color-primary-600: var(--btn-hover-border-color);
  --color-primary-700: #0a463d;
  --color-primary-800: #072e28;
  --color-primary-900: #031714;
  --color-secondary: #fef1e7;
  --color-secondary-10: #fffffe;
  --color-secondary-25: #fffefe;
  --color-secondary-50: #fffefd;
  --color-secondary-100: #fffcfa;
  --color-secondary-200: #fff9f5;
  --color-secondary-300: #fef7f1;
  --color-secondary-400: #fef4ec;
  --color-secondary-500: #fef1e7;
  --color-secondary-600: #cbc1b9;
  --color-secondary-700: #98918b;
  --color-secondary-800: #66605c;
  --color-secondary-900: #33302e;
  --color-info: #09c;
  --color-info-10: #f7fcfd;
  --color-info-25: #f2fafc;
  --color-info-50: #e6f5fa;
  --color-info-100: #ccebf5;
  --color-info-200: #99d6eb;
  --color-info-300: #66c2e0;
  --color-info-400: #33add6;
  --color-info-500: #09c;
  --color-info-600: #007aa3;
  --color-info-700: #005c7a;
  --color-info-800: #003d52;
  --color-info-900: #001f29;
  --color-success: #4caf50;
  --color-success-10: #fafdfa;
  --color-success-25: #f6fbf6;
  --color-success-50: #edf7ee;
  --color-success-100: #dbefdc;
  --color-success-200: #b7dfb9;
  --color-success-300: #94cf96;
  --color-success-400: #70bf73;
  --color-success-500: #4caf50;
  --color-success-600: #3d8c40;
  --color-success-700: #2e6930;
  --color-success-800: #1e4620;
  --color-success-900: #0f2310;
  --color-warning: #ffb307;
  --color-warning-10: #fffdf8;
  --color-warning-25: #fffbf3;
  --color-warning-50: #fff7e6;
  --color-warning-100: #fff0cd;
  --color-warning-200: #ffe19c;
  --color-warning-300: #ffd16a;
  --color-warning-400: #ffc239;
  --color-warning-500: #ffb307;
  --color-warning-600: #cc8f06;
  --color-warning-700: #996b04;
  --color-warning-800: #664803;
  --color-warning-900: #332401;
  --color-danger: #e44b4b;
  --color-danger-10: #fefafa;
  --color-danger-25: #fef6f6;
  --color-danger-50: #fceded;
  --color-danger-100: #fadbdb;
  --color-danger-200: #f4b7b7;
  --color-danger-300: #ef9393;
  --color-danger-400: #e96f6f;
  --color-danger-500: #e44b4b;
  --color-danger-600: #b63c3c;
  --color-danger-700: #892d2d;
  --color-danger-800: #5b1e1e;
  --color-danger-900: #2e0f0f;
  --color-blue: #078af3;
  --color-blue-10: #f8fbff;
  --color-blue-25: #f3f9fe;
  --color-blue-50: #e6f3fe;
  --color-blue-100: #cde8fd;
  --color-blue-200: #9cd0fa;
  --color-blue-300: #6ab9f8;
  --color-blue-400: #39a1f5;
  --color-blue-500: #078af3;
  --color-blue-600: #066ec2;
  --color-blue-700: #045392;
  --color-blue-800: #033761;
  --color-blue-900: #011c31;
  --color-indigo: #553cdf;
  --color-indigo-10: #faf9fe;
  --color-indigo-25: #f7f5fd;
  --color-indigo-50: #eeecfc;
  --color-indigo-100: #ddd8f9;
  --color-indigo-200: #bbb1f2;
  --color-indigo-300: #998aec;
  --color-indigo-400: #7763e5;
  --color-indigo-500: #553cdf;
  --color-indigo-600: #4430b2;
  --color-indigo-700: #332486;
  --color-indigo-800: #221859;
  --color-indigo-900: #110c2d;
  --color-purple: #8921e4;
  --color-purple-10: #fbf8fe;
  --color-purple-25: #f9f4fe;
  --color-purple-50: #f3e9fc;
  --color-purple-100: #e7d3fa;
  --color-purple-200: #d0a6f4;
  --color-purple-300: #b87aef;
  --color-purple-400: #a14de9;
  --color-purple-500: #8921e4;
  --color-purple-600: #6e1ab6;
  --color-purple-700: #521489;
  --color-purple-800: #370d5b;
  --color-purple-900: #1b072e;
  --color-red: #ea4335;
  --color-red-10: #fef9f9;
  --color-red-25: #fef6f5;
  --color-red-50: #fdeceb;
  --color-red-100: #fbd9d7;
  --color-red-200: #f7b4ae;
  --color-red-300: #f28e86;
  --color-red-400: #ee695d;
  --color-red-500: #ea4335;
  --color-red-600: #bb362a;
  --color-red-700: #8c2820;
  --color-red-800: #5e1b15;
  --color-red-900: #2f0d0b;
  --color-rose: #d20e4f;
  --color-rose-10: #fef8fa;
  --color-rose-25: #fdf3f6;
  --color-rose-50: #fbe7ed;
  --color-rose-100: #f6cfdc;
  --color-rose-200: #ed9fb9;
  --color-rose-300: #e46e95;
  --color-rose-400: #db3e72;
  --color-rose-500: #d20e4f;
  --color-rose-600: #a80b3f;
  --color-rose-700: #7e082f;
  --color-rose-800: #540620;
  --color-rose-900: #2a0310;
  --color-pink: #f06b9d;
  --color-pink-10: #fffbfc;
  --color-pink-25: #fef8fa;
  --color-pink-50: #fef0f5;
  --color-pink-100: #fce1eb;
  --color-pink-200: #f9c4d8;
  --color-pink-300: #f6a6c4;
  --color-pink-400: #f389b1;
  --color-pink-500: #f06b9d;
  --color-pink-600: #c0567e;
  --color-pink-700: #90405e;
  --color-pink-800: #602b3f;
  --color-pink-900: #30151f;
  --color-orange: #fb6b1e;
  --color-orange-10: #fffbf8;
  --color-orange-25: #fff8f4;
  --color-orange-50: #fff0e9;
  --color-orange-100: #fee1d2;
  --color-orange-200: #fdc4a5;
  --color-orange-300: #fda678;
  --color-orange-400: #fc894b;
  --color-orange-500: #fb6b1e;
  --color-orange-600: #c95618;
  --color-orange-700: #974012;
  --color-orange-800: #642b0c;
  --color-orange-900: #321506;
  --color-yellow: #fcbc05;
  --color-yellow-10: #fffdf8;
  --color-yellow-25: #fffcf3;
  --color-yellow-50: #fff8e6;
  --color-yellow-100: #fef2cd;
  --color-yellow-200: #fee49b;
  --color-yellow-300: #fdd769;
  --color-yellow-400: #fdc937;
  --color-yellow-500: #fcbc05;
  --color-yellow-600: #ca9604;
  --color-yellow-700: #977103;
  --color-yellow-800: #654b02;
  --color-yellow-900: #322601;
  --color-green: #34a853;
  --color-green-10: #f9fcfa;
  --color-green-25: #f5fbf6;
  --color-green-50: #ebf6ee;
  --color-green-100: #d6eedd;
  --color-green-200: #aedcba;
  --color-green-300: #85cb98;
  --color-green-400: #5db975;
  --color-green-500: #34a853;
  --color-green-600: #2a8642;
  --color-green-700: #1f6532;
  --color-green-800: #154321;
  --color-green-900: #0a2211;
  --color-lime: #aef359;
  --color-lime-10: #fdfffa;
  --color-lime-25: #fbfef7;
  --color-lime-50: #f7feee;
  --color-lime-100: #effdde;
  --color-lime-200: #dffabd;
  --color-lime-300: #cef89b;
  --color-lime-400: #bef57a;
  --color-lime-500: #aef359;
  --color-lime-600: #8bc247;
  --color-lime-700: #689235;
  --color-lime-800: #466124;
  --color-lime-900: #233112;
  --color-teal: #06f6c6;
  --color-teal-10: #f8fffd;
  --color-teal-25: #f3fffc;
  --color-teal-50: #e6fef9;
  --color-teal-100: #cdfdf4;
  --color-teal-200: #9bfbe8;
  --color-teal-300: #6afadd;
  --color-teal-400: #38f8d1;
  --color-teal-500: #06f6c6;
  --color-teal-600: #05c59e;
  --color-teal-700: #049477;
  --color-teal-800: #02624f;
  --color-teal-900: #013128;
  --color-cyan: #38e1ff;
  --color-cyan-10: #f9feff;
  --color-cyan-25: #f5feff;
  --color-cyan-50: #ebfcff;
  --color-cyan-100: #d7f9ff;
  --color-cyan-200: #aff3ff;
  --color-cyan-300: #88edff;
  --color-cyan-400: #60e7ff;
  --color-cyan-500: #38e1ff;
  --color-cyan-600: #2db4cc;
  --color-cyan-700: #228799;
  --color-cyan-800: #165a66;
  --color-cyan-900: #0b2d33;
  --color-tertiary: #e5fdc5;
  --color-tertiary-10: #fefffd;
  --color-tertiary-25: #fefffc;
  --color-tertiary-50: #fcfff9;
  --color-tertiary-100: #fafff3;
  --color-tertiary-200: #f5fee8;
  --color-tertiary-300: #effedc;
  --color-tertiary-400: #eafdd1;
  --color-tertiary-500: #e5fdc5;
  --color-tertiary-600: #b7ca9e;
  --color-tertiary-700: #899876;
  --color-tertiary-800: #5c654f;
  --color-tertiary-900: #2e3327;
  --color-quaternary: #d4d7c2;
  --color-quaternary-10: #fefefd;
  --color-quaternary-25: #fdfdfc;
  --color-quaternary-50: #fbfbf9;
  --color-quaternary-100: #f6f7f3;
  --color-quaternary-200: #eeefe7;
  --color-quaternary-300: #e5e7da;
  --color-quaternary-400: #dddfce;
  --color-quaternary-500: #d4d7c2;
  --color-quaternary-600: #aaac9b;
  --color-quaternary-700: #7f8174;
  --color-quaternary-800: #55564e;
  --color-quaternary-900: #2a2b27;
  --colors-accent-primary: var(--color-primary);
  --colors-accent-secondary: var(--color-secondary);
  --colors-accent-success: var(--color-success);
  --colors-accent-warning: var(--color-warning);
  --colors-accent-danger: var(--color-danger);
  --colors-accent-muted: var(--color-gray-400);
  --colors-button-primary: var(--color-primary);
  --colors-button-secondary: var(--color-secondary);
  --colors-button-success: var(--color-success);
  --colors-button-warning: var(--color-warning);
  --colors-button-danger: var(--color-danger);
  --colors-button-muted: var(--color-muted);
  --colors-button-primary-hover: var(--color-primary-600);
  --colors-button-secondary-hover: var(--color-secondary-600);
  --colors-button-success-hover: var(--color-success-600);
  --colors-button-warning-hover: var(--color-warning-600);
  --colors-button-danger-hover: var(--color-danger-600);
  --colors-button-muted-hover: var(--color-muted-600);
  --colors-form-primary: var(--color-primary);
  --colors-form-secondary: var(--color-secondary);
  --colors-form-success: var(--color-success);
  --colors-form-warning: var(--color-warning);
  --colors-form-danger: var(--color-danger);
  --colors-form-muted: var(--color-muted);
  --colors-card-primary: var(--color-primary);
  --colors-card-secondary: var(--color-secondary);
  --colors-card-success: var(--color-success);
  --colors-card-warning: var(--color-warning);
  --colors-card-danger: var(--color-danger);
  --colors-card-muted: var(--color-muted);
  --colors-background-primary: var(--color-primary);
  --colors-background-secondary: var(--color-secondary);
  --colors-background-success: var(--color-success);
  --colors-background-warning: var(--color-warning);
  --colors-background-danger: var(--color-danger);
  --colors-background-muted: var(--color-muted);
  --colors-text-primary: var(--color-primary);
  --colors-text-secondary: var(--color-secondary);
  --colors-text-success: var(--color-success);
  --colors-text-warning: var(--color-warning);
  --colors-text-danger: var(--color-danger);
  --colors-text-muted: var(--color-muted);
  --colors-label-primary: var(--color-primary);
  --colors-label-secondary: var(--color-secondary);
  --colors-label-success: var(--color-success);
  --colors-label-warning: var(--color-warning);
  --colors-label-danger: var(--color-danger);
  --colors-label-muted: var(--color-muted);
  --colors-alert-primary: var(--color-primary);
  --colors-alert-secondary: var(--color-secondary);
  --colors-alert-success: var(--color-success);
  --colors-alert-warning: var(--color-warning);
  --colors-alert-danger: var(--color-danger);
  --colors-alert-muted: var(--color-muted);
  --sizes-text-3xs-size: .75rem;
  --sizes-text-3xs-lh: 1.5;
  --sizes-text-3xs-lp: -.0075rem;
  --sizes-text-2xs-size: .875rem;
  --sizes-text-2xs-lh: 1.5;
  --sizes-text-2xs-lp: -.0075rem;
  --sizes-text-xs-size: 1rem;
  --sizes-text-xs-lh: 1.5;
  --sizes-text-xs-lp: -.00875rem;
  --sizes-text-sm-size: 1.125rem;
  --sizes-text-sm-lh: 1.5;
  --sizes-text-sm-lp: -.01rem;
  --sizes-text-md-size: 1.25rem;
  --sizes-text-md-lh: 1.5;
  --sizes-text-md-lp: -.0125rem;
  --sizes-text-lg-size: 1.5rem;
  --sizes-text-lg-lh: 1.5;
  --sizes-text-lg-lp: -.015rem;
  --sizes-text-xl-size: 1.75rem;
  --sizes-text-xl-lh: 1.5;
  --sizes-text-xl-lp: -.0175rem;
  --sizes-text-2xl-size: 2rem;
  --sizes-text-2xl-lh: 1.5;
  --sizes-text-2xl-lp: -.0225rem;
  --sizes-heading-display-1-size: 8rem;
  --sizes-heading-display-1-lh: 1;
  --sizes-heading-display-1-lp: -.24rem;
  --sizes-heading-display-2-size: 6rem;
  --sizes-heading-display-2-lh: 1;
  --sizes-heading-display-2-lp: -.18rem;
  --sizes-heading-display-3-size: 5rem;
  --sizes-heading-display-3-lh: 1;
  --sizes-heading-display-3-lp: -.15rem;
  --sizes-heading-display-4-size: 4.5rem;
  --sizes-heading-display-4-lh: 1;
  --sizes-heading-display-4-lp: -.135rem;
  --sizes-heading-display-5-size: 4rem;
  --sizes-heading-display-5-lh: 1;
  --sizes-heading-display-5-lp: -.12rem;
  --sizes-heading-display-6-size: 3.25rem;
  --sizes-heading-display-6-lh: 1;
  --sizes-heading-display-6-lp: -.105rem;
  --sizes-heading-h1-size: 3rem;
  --sizes-heading-h1-lh: 1.1;
  --sizes-heading-h1-lp: -.09rem;
  --sizes-heading-h2-size: 2.5rem;
  --sizes-heading-h2-lh: 1.1;
  --sizes-heading-h2-lp: -.06rem;
  --sizes-heading-h3-size: 2rem;
  --sizes-heading-h3-lh: 1.1;
  --sizes-heading-h3-lp: -.0525rem;
  --sizes-heading-h4-size: 1.5rem;
  --sizes-heading-h4-lh: 1.2;
  --sizes-heading-h4-lp: -.045rem;
  --sizes-heading-h5-size: 1.25rem;
  --sizes-heading-h5-lh: 1.2;
  --sizes-heading-h5-lp: -.03rem;
  --sizes-heading-h6-size: 1.125rem;
  --sizes-heading-h6-lh: 1.2;
  --sizes-heading-h6-lp: -.03rem;
  --sizes-container-xs: 784px;
  --sizes-container-sm: 992px;
  --sizes-container-md: 1200px;
  --sizes-container-lg: 1376px;
  --sizes-container-xl: 1600px;
  --sizes-grid-narrow: .25rem;
  --sizes-grid-2xs: .5rem;
  --sizes-grid-xs: 1rem;
  --sizes-grid-sm: 1.5rem;
  --sizes-grid-md: 2rem;
  --sizes-grid-lg: 2.5rem;
  --sizes-grid-xl: 3rem;
  --sizes-grid-2xl: 3.5rem;
  --sizes-grid-3xl: 4rem;
  --sizes-grid-4xl: 5rem;
  --sizes-grid-5xl: 8rem;
  --sizes-spacing-narrow: .25rem;
  --sizes-spacing-2xs: .5rem;
  --sizes-spacing-xs: 1rem;
  --sizes-spacing-sm: 1.5rem;
  --sizes-spacing-md: 2rem;
  --sizes-spacing-lg: 2.5rem;
  --sizes-spacing-xl: 3rem;
  --sizes-spacing-2xl: 3.5rem;
  --sizes-spacing-3xl: 4rem;
  --sizes-spacing-4xl: 6rem;
  --sizes-spacing-5xl: 8rem;
  --sizes-button-height: 48px;
  --sizes-button-px: 1rem;
  --sizes-button-text: 1rem;
  --sizes-button-radius: var(--radius);
  --sizes-button-2xs-height: 24px;
  --sizes-button-2xs-px: .25rem;
  --sizes-button-2xs-text: .8rem;
  --sizes-button-2xs-radius: var(--radius);
  --sizes-button-xs-height: 32px;
  --sizes-button-xs-px: .5rem;
  --sizes-button-xs-text: .825rem;
  --sizes-button-xs-radius: var(--radius);
  --sizes-button-sm-height: 40px;
  --sizes-button-sm-px: .75rem;
  --sizes-button-sm-text: 1rem;
  --sizes-button-sm-radius: var(--radius);
  --sizes-button-md-height: 48px;
  --sizes-button-md-px: 1rem;
  --sizes-button-md-text: 1rem;
  --sizes-button-md-radius: var(--radius);
  --sizes-button-lg-height: 56px;
  --sizes-button-lg-px: 1.5rem;
  --sizes-button-lg-text: 1.125rem;
  --sizes-button-lg-radius: var(--radius);
  --sizes-button-xl-height: 64px;
  --sizes-button-xl-px: 2rem;
  --sizes-button-xl-text: 1.25rem;
  --sizes-button-xl-radius: var(--radius);
  --sizes-button-2xl-height: 80px;
  --sizes-button-2xl-px: 3rem;
  --sizes-button-2xl-text: 1.5rem;
  --sizes-button-2xl-radius: var(--radius);
  --sizes-form-height: 48px;
  --sizes-form-px: 1rem;
  --sizes-form-text: 1rem;
  --sizes-form-2xs-height: 24px;
  --sizes-form-2xs-px: .5rem;
  --sizes-form-2xs-text: .75rem;
  --sizes-form-xs-height: 32px;
  --sizes-form-xs-px: .5rem;
  --sizes-form-xs-text: .875rem;
  --sizes-form-sm-height: 40px;
  --sizes-form-sm-px: .75rem;
  --sizes-form-sm-text: 1rem;
  --sizes-form-md-height: 48px;
  --sizes-form-md-px: 1rem;
  --sizes-form-md-text: 1rem;
  --sizes-form-lg-height: 56px;
  --sizes-form-lg-px: 1.5rem;
  --sizes-form-lg-text: 1.125rem;
  --sizes-form-xl-height: 64px;
  --sizes-form-xl-px: 1.25rem;
  --sizes-form-xl-text: 1.25rem;
  --sizes-form-2xl-height: 80px;
  --sizes-form-2xl-px: 1.5rem;
  --sizes-form-2xl-text: 1.5rem;
  --sizes-icon-2xs: 16px;
  --sizes-icon-xs: 20px;
  --sizes-icon-sm: 24px;
  --sizes-icon-md: 32px;
  --sizes-icon-lg: 48px;
  --sizes-icon-xl: 64px;
  --sizes-icon-2xl: 80px;
  --sizes-rouneded-: var(--radius);
  --sizes-rouneded-1: 4px;
  --sizes-rouneded-2: 16px;
  --sizes-rouneded-3: 24px;
  --sizes-rouneded-4: 32px;
  --sizes-rouneded-5: 40px;
  --sizes-rouneded-6: 48px;
  --sizes-rouneded-7: 56px;
  --sizes-rouneded-8: 64px;
  --sizes-blur-1: 4px;
  --sizes-blur-2: 8px;
  --sizes-blur-3: 16px;
  --sizes-blur-4: 24px;
  --sizes-blur-5: 32px;
  --sizes-blur-6: 48px;
  --sizes-blur-7: 64px;
  --sizes-blur-8: 80px;
  --sizes-blur-9: 96px;
  --sizes-blur-10: 128px;
  --sizes-shadow-xs: 0 .125rem .25rem -.1rem var(--shadow-color);
  --sizes-shadow-sm: 0 .25rem .5rem -.1rem var(--shadow-color);
  --sizes-shadow: 0 .5rem 1rem -.1rem var(--shadow-color);
  --sizes-shadow-lg: 0 1rem 1.5rem -.1rem var(--shadow-color);
  --sizes-shadow-xl: 0 1.5rem 2rem -.1rem var(--shadow-color);
  --sizes-shadow-2xl: 0 2rem 2.5rem -.1rem var(--shadow-color);
  --sizes-table-xs: .5rem;
  --sizes-table-sm: .75rem;
  --sizes-table: 1rem;
  --sizes-table-md: 1.25rem;
  --sizes-table-lg: 1.5rem;
  --body-font-typeface: var(--font-text-family);
  --body-font-size: var(--root-size);
  --body-font-weight: var(--font-text-weight);
  --body-font-spacing: normal;
  --body-color-background: transparent;
  --body-color-text: var(--color-gray-900);
  --heading-font-typeface: var(--font-heading-family);
  --heading-font-weight: var(--font-heading-weight);
  --heading-font-style: normal;
  --heading-font-spacing: normal;
  --heading-font-transform: initial;
  --heading-color-text: inherit;
  --link-color-text: var(--color-primary);
  --link-color-text-hover: var(--color-primary-60);
  --button-font-typeface: var(--font-family-tertiary);
  --button-font-weight: 700;
  --button-font-line-height: initial;
  --button-font-spacing: normal;
  --button-font-transform: initial;
  --button-border-width: 2px;
  --button-border-radius: var(--radius);
  --button-color-text: white;
  --form-font-typeface: var(--font-text-family);
  --form-font-size: var(--sizes-form-medium-text);
  --form-font-weight: 400;
  --form-font-line-height: 1.25rem;
  --form-font-spacing: normal;
  --form-font-transform: initial;
  --form-color-text: var(--color-gray-900);
  --form-color-background: #9b9b9b26;
  --form-color-background-hover: #9b9b9b33;
  --form-color-background-disable: #9b9b9b66;
  --form-color-background-primary: var(--color-primary);
  --form-color-background-primary-hover: var(--color-primary-60);
  --form-color-placeholder: #9b9b9bb3;
  --form-border-width: 0;
  --form-border-color: var(--border-color);
  --form-border-radius: var(--radius);
  --form-shadow-default: 0 0 0 1px var(--border-color);
  --form-shadow-hover: 0 0 0 1px var(--border-color);
  --form-shadow-focus: 0 0 0 2px var(--color-primary);
  --form-height: var(--sizes-form-medium-height);
  --form-dark-color-text: var(--color-white);
  --form-dark-color-background: #9b9b9b26;
  --form-dark-color-background-hover: #9b9b9b33;
  --form-dark-color-background-disable: #9b9b9b66;
  --form-dark-color-background-primary: var(--color-primary);
  --form-dark-color-background-primary-hover: var(--color-primary-60);
  --form-dark-color-placeholder: #9b9b9b80;
  --tab-font-size: var(--sizes-form-medium-text);
  --tab-font-weight: 700;
  --tab-font-spacing: normal;
  --tab-font-transform: initial;
  --tab-color-text: var(--color-gray-700);
  --tab-color-text-hover: var(--color-gray-800);
  --tab-color-text-active: var(--color-gray-900);
  --tab-border-width: 4px;
  --tab-border-color: var(--color-primary);
  --tab-border-radius: var(--radius);
  --tab-display: inline-flex;
  --tab-align-text: center;
  --tab-margin: 0;
  --tab-padding: 5px;
  --accordion-font-size: var(--sizes-form-large-text);
  --accordion-font-weight: 700;
  --accordion-font-spacing: normal;
  --accordion-font-transform: initial;
  --accordion-color-text: var(--color-gray-900);
  --accordion-color-text-active: var(--color-primary);
  --accordion-border-width: 1px;
  --accordion-border-color: var(--border-color);
  --accordion-margin: 20px;
  --accordion-padding: 20px;
  --alert-font-size: var(--sizes-form-medium-text);
  --alert-font-weight: 400;
  --alert-font-style: normal;
  --alert-font-spacing: normal;
  --alert-font-transform: initial;
  --alert-color-background: var(--color-gray-100);
  --alert-color-text: var(--color-gray-900);
  --alert-border-width: 0;
  --alert-border-radius: var(--radius);
  --alert-padding: 15px;
  font-family: var(--body-font-typeface);
  font-size: var(--body-font-size, 1rem);
  font-weight: var(--body-font-weight, 400);
  letter-spacing: var(--body-font-spacing, normal);
  background-color: var(--body-color-background, inherit);
  color: var(--body-color-text, inherit);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: var(--body-font-typeface);
  font-size: var(--body-font-size, 1rem);
  font-weight: var(--body-font-weight, 400);
  letter-spacing: var(--body-font-spacing, normal);
  background-color: var(--body-color-background, inherit);
  color: var(--body-color-text, inherit);
  --color-white: white;
  --color-black: black;
  font-variant-numeric: lining-nums;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: var(--color-primary);
  --bs-secondary: #fef1e7;
  --bs-success: #4caf50;
  --bs-info: #09c;
  --bs-warning: #ffb307;
  --bs-danger: #e44b4b;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-gray: #292352;
  --bs-gray-10: #f9f8fa;
  --bs-gray-25: #f4f4f6;
  --bs-gray-50: #eae9ee;
  --bs-gray-100: #d4d3dc;
  --bs-gray-200: #a9a7ba;
  --bs-gray-300: #7f7b97;
  --bs-gray-400: #544f75;
  --bs-gray-500: #292352;
  --bs-gray-600: #211c42;
  --bs-gray-700: #191531;
  --bs-gray-800: #100e21;
  --bs-gray-900: #080710;
  --bs-slate: #6b7280;
  --bs-slate-10: #fbfbfb;
  --bs-slate-25: #f8f8f9;
  --bs-slate-50: #f0f1f2;
  --bs-slate-100: #e1e3e6;
  --bs-slate-200: #c4c7cc;
  --bs-slate-300: #a6aab3;
  --bs-slate-400: #898e99;
  --bs-slate-500: #6b7280;
  --bs-slate-600: #565b66;
  --bs-slate-700: #40444d;
  --bs-slate-800: #2b2e33;
  --bs-slate-900: #15171a;
  --bs-primary-10: #f8fbfa;
  --bs-primary-25: #f3f8f7;
  --bs-primary-50: #e7f1f0;
  --bs-primary-100: #cfe3e0;
  --bs-primary-200: #a0c7c1;
  --bs-primary-300: #70aca3;
  --bs-primary-400: #419084;
  --bs-primary-500: var(--color-primary);
  --bs-primary-600: var(--btn-hover-border-color);
  --bs-primary-700: #0a463d;
  --bs-primary-800: #072e28;
  --bs-primary-900: #031714;
  --bs-secondary-10: #fffffe;
  --bs-secondary-25: #fffefe;
  --bs-secondary-50: #fffefd;
  --bs-secondary-100: #fffcfa;
  --bs-secondary-200: #fff9f5;
  --bs-secondary-300: #fef7f1;
  --bs-secondary-400: #fef4ec;
  --bs-secondary-500: #fef1e7;
  --bs-secondary-600: #cbc1b9;
  --bs-secondary-700: #98918b;
  --bs-secondary-800: #66605c;
  --bs-secondary-900: #33302e;
  --bs-info-10: #f7fcfd;
  --bs-info-25: #f2fafc;
  --bs-info-50: #e6f5fa;
  --bs-info-100: #ccebf5;
  --bs-info-200: #99d6eb;
  --bs-info-300: #66c2e0;
  --bs-info-400: #33add6;
  --bs-info-500: #09c;
  --bs-info-600: #007aa3;
  --bs-info-700: #005c7a;
  --bs-info-800: #003d52;
  --bs-info-900: #001f29;
  --bs-success-10: #fafdfa;
  --bs-success-25: #f6fbf6;
  --bs-success-50: #edf7ee;
  --bs-success-100: #dbefdc;
  --bs-success-200: #b7dfb9;
  --bs-success-300: #94cf96;
  --bs-success-400: #70bf73;
  --bs-success-500: #4caf50;
  --bs-success-600: #3d8c40;
  --bs-success-700: #2e6930;
  --bs-success-800: #1e4620;
  --bs-success-900: #0f2310;
  --bs-warning-10: #fffdf8;
  --bs-warning-25: #fffbf3;
  --bs-warning-50: #fff7e6;
  --bs-warning-100: #fff0cd;
  --bs-warning-200: #ffe19c;
  --bs-warning-300: #ffd16a;
  --bs-warning-400: #ffc239;
  --bs-warning-500: #ffb307;
  --bs-warning-600: #cc8f06;
  --bs-warning-700: #996b04;
  --bs-warning-800: #664803;
  --bs-warning-900: #332401;
  --bs-danger-10: #fefafa;
  --bs-danger-25: #fef6f6;
  --bs-danger-50: #fceded;
  --bs-danger-100: #fadbdb;
  --bs-danger-200: #f4b7b7;
  --bs-danger-300: #ef9393;
  --bs-danger-400: #e96f6f;
  --bs-danger-500: #e44b4b;
  --bs-danger-600: #b63c3c;
  --bs-danger-700: #892d2d;
  --bs-danger-800: #5b1e1e;
  --bs-danger-900: #2e0f0f;
  --bs-blue: #078af3;
  --bs-blue-10: #f8fbff;
  --bs-blue-25: #f3f9fe;
  --bs-blue-50: #e6f3fe;
  --bs-blue-100: #cde8fd;
  --bs-blue-200: #9cd0fa;
  --bs-blue-300: #6ab9f8;
  --bs-blue-400: #39a1f5;
  --bs-blue-500: #078af3;
  --bs-blue-600: #066ec2;
  --bs-blue-700: #045392;
  --bs-blue-800: #033761;
  --bs-blue-900: #011c31;
  --bs-indigo: #553cdf;
  --bs-indigo-10: #faf9fe;
  --bs-indigo-25: #f7f5fd;
  --bs-indigo-50: #eeecfc;
  --bs-indigo-100: #ddd8f9;
  --bs-indigo-200: #bbb1f2;
  --bs-indigo-300: #998aec;
  --bs-indigo-400: #7763e5;
  --bs-indigo-500: #553cdf;
  --bs-indigo-600: #4430b2;
  --bs-indigo-700: #332486;
  --bs-indigo-800: #221859;
  --bs-indigo-900: #110c2d;
  --bs-purple: #8921e4;
  --bs-purple-10: #fbf8fe;
  --bs-purple-25: #f9f4fe;
  --bs-purple-50: #f3e9fc;
  --bs-purple-100: #e7d3fa;
  --bs-purple-200: #d0a6f4;
  --bs-purple-300: #b87aef;
  --bs-purple-400: #a14de9;
  --bs-purple-500: #8921e4;
  --bs-purple-600: #6e1ab6;
  --bs-purple-700: #521489;
  --bs-purple-800: #370d5b;
  --bs-purple-900: #1b072e;
  --bs-red: #ea4335;
  --bs-red-10: #fef9f9;
  --bs-red-25: #fef6f5;
  --bs-red-50: #fdeceb;
  --bs-red-100: #fbd9d7;
  --bs-red-200: #f7b4ae;
  --bs-red-300: #f28e86;
  --bs-red-400: #ee695d;
  --bs-red-500: #ea4335;
  --bs-red-600: #bb362a;
  --bs-red-700: #8c2820;
  --bs-red-800: #5e1b15;
  --bs-red-900: #2f0d0b;
  --bs-rose: #d20e4f;
  --bs-rose-10: #fef8fa;
  --bs-rose-25: #fdf3f6;
  --bs-rose-50: #fbe7ed;
  --bs-rose-100: #f6cfdc;
  --bs-rose-200: #ed9fb9;
  --bs-rose-300: #e46e95;
  --bs-rose-400: #db3e72;
  --bs-rose-500: #d20e4f;
  --bs-rose-600: #a80b3f;
  --bs-rose-700: #7e082f;
  --bs-rose-800: #540620;
  --bs-rose-900: #2a0310;
  --bs-pink: #f06b9d;
  --bs-pink-10: #fffbfc;
  --bs-pink-25: #fef8fa;
  --bs-pink-50: #fef0f5;
  --bs-pink-100: #fce1eb;
  --bs-pink-200: #f9c4d8;
  --bs-pink-300: #f6a6c4;
  --bs-pink-400: #f389b1;
  --bs-pink-500: #f06b9d;
  --bs-pink-600: #c0567e;
  --bs-pink-700: #90405e;
  --bs-pink-800: #602b3f;
  --bs-pink-900: #30151f;
  --bs-orange: #fb6b1e;
  --bs-orange-10: #fffbf8;
  --bs-orange-25: #fff8f4;
  --bs-orange-50: #fff0e9;
  --bs-orange-100: #fee1d2;
  --bs-orange-200: #fdc4a5;
  --bs-orange-300: #fda678;
  --bs-orange-400: #fc894b;
  --bs-orange-500: #fb6b1e;
  --bs-orange-600: #c95618;
  --bs-orange-700: #974012;
  --bs-orange-800: #642b0c;
  --bs-orange-900: #321506;
  --bs-yellow: #fcbc05;
  --bs-yellow-10: #fffdf8;
  --bs-yellow-25: #fffcf3;
  --bs-yellow-50: #fff8e6;
  --bs-yellow-100: #fef2cd;
  --bs-yellow-200: #fee49b;
  --bs-yellow-300: #fdd769;
  --bs-yellow-400: #fdc937;
  --bs-yellow-500: #fcbc05;
  --bs-yellow-600: #ca9604;
  --bs-yellow-700: #977103;
  --bs-yellow-800: #654b02;
  --bs-yellow-900: #322601;
  --bs-green: #34a853;
  --bs-green-10: #f9fcfa;
  --bs-green-25: #f5fbf6;
  --bs-green-50: #ebf6ee;
  --bs-green-100: #d6eedd;
  --bs-green-200: #aedcba;
  --bs-green-300: #85cb98;
  --bs-green-400: #5db975;
  --bs-green-500: #34a853;
  --bs-green-600: #2a8642;
  --bs-green-700: #1f6532;
  --bs-green-800: #154321;
  --bs-green-900: #0a2211;
  --bs-lime: #aef359;
  --bs-lime-10: #fdfffa;
  --bs-lime-25: #fbfef7;
  --bs-lime-50: #f7feee;
  --bs-lime-100: #effdde;
  --bs-lime-200: #dffabd;
  --bs-lime-300: #cef89b;
  --bs-lime-400: #bef57a;
  --bs-lime-500: #aef359;
  --bs-lime-600: #8bc247;
  --bs-lime-700: #689235;
  --bs-lime-800: #466124;
  --bs-lime-900: #233112;
  --bs-teal: #06f6c6;
  --bs-teal-10: #f8fffd;
  --bs-teal-25: #f3fffc;
  --bs-teal-50: #e6fef9;
  --bs-teal-100: #cdfdf4;
  --bs-teal-200: #9bfbe8;
  --bs-teal-300: #6afadd;
  --bs-teal-400: #38f8d1;
  --bs-teal-500: #06f6c6;
  --bs-teal-600: #05c59e;
  --bs-teal-700: #049477;
  --bs-teal-800: #02624f;
  --bs-teal-900: #013128;
  --bs-cyan: #38e1ff;
  --bs-cyan-10: #f9feff;
  --bs-cyan-25: #f5feff;
  --bs-cyan-50: #ebfcff;
  --bs-cyan-100: #d7f9ff;
  --bs-cyan-200: #aff3ff;
  --bs-cyan-300: #88edff;
  --bs-cyan-400: #60e7ff;
  --bs-cyan-500: #38e1ff;
  --bs-cyan-600: #2db4cc;
  --bs-cyan-700: #228799;
  --bs-cyan-800: #165a66;
  --bs-cyan-900: #0b2d33;
  --bs-tertiary: #e5fdc5;
  --bs-tertiary-10: #fefffd;
  --bs-tertiary-25: #fefffc;
  --bs-tertiary-50: #fcfff9;
  --bs-tertiary-100: #fafff3;
  --bs-tertiary-200: #f5fee8;
  --bs-tertiary-300: #effedc;
  --bs-tertiary-400: #eafdd1;
  --bs-tertiary-500: #e5fdc5;
  --bs-tertiary-600: #b7ca9e;
  --bs-tertiary-700: #899876;
  --bs-tertiary-800: #5c654f;
  --bs-tertiary-900: #2e3327;
  --bs-quaternary: #d4d7c2;
  --bs-quaternary-10: #fefefd;
  --bs-quaternary-25: #fdfdfc;
  --bs-quaternary-50: #fbfbf9;
  --bs-quaternary-100: #f6f7f3;
  --bs-quaternary-200: #eeefe7;
  --bs-quaternary-300: #e5e7da;
  --bs-quaternary-400: #dddfce;
  --bs-quaternary-500: #d4d7c2;
  --bs-quaternary-600: #aaac9b;
  --bs-quaternary-700: #7f8174;
  --bs-quaternary-800: #55564e;
  --bs-quaternary-900: #2a2b27;
  --bs-primary-rgb: var(--color-primary-rgb);
  --bs-secondary-rgb: 254, 241, 231;
  --bs-success-rgb: 76, 175, 80;
  --bs-info-rgb: 0, 153, 204;
  --bs-warning-rgb: 255, 179, 7;
  --bs-danger-rgb: 228, 75, 75;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-gray-rgb: 41, 35, 82;
  --bs-gray-10-rgb: 249, 248, 250;
  --bs-gray-25-rgb: 244, 244, 246;
  --bs-gray-50-rgb: 234, 233, 238;
  --bs-gray-100-rgb: 212, 211, 220;
  --bs-gray-200-rgb: 169, 167, 186;
  --bs-gray-300-rgb: 127, 123, 151;
  --bs-gray-400-rgb: 84, 79, 117;
  --bs-gray-500-rgb: 41, 35, 82;
  --bs-gray-600-rgb: 33, 28, 66;
  --bs-gray-700-rgb: 25, 21, 49;
  --bs-gray-800-rgb: 16, 14, 33;
  --bs-gray-900-rgb: 8, 7, 16;
  --bs-slate-rgb: 107, 114, 128;
  --bs-slate-10-rgb: 251, 251, 251;
  --bs-slate-25-rgb: 248, 248, 249;
  --bs-slate-50-rgb: 240, 241, 242;
  --bs-slate-100-rgb: 225, 227, 230;
  --bs-slate-200-rgb: 196, 199, 204;
  --bs-slate-300-rgb: 166, 170, 179;
  --bs-slate-400-rgb: 137, 142, 153;
  --bs-slate-500-rgb: 107, 114, 128;
  --bs-slate-600-rgb: 86, 91, 102;
  --bs-slate-700-rgb: 64, 68, 77;
  --bs-slate-800-rgb: 43, 46, 51;
  --bs-slate-900-rgb: 21, 23, 26;
  --bs-primary-10-rgb: 248, 251, 250;
  --bs-primary-25-rgb: 243, 248, 247;
  --bs-primary-50-rgb: 231, 241, 240;
  --bs-primary-100-rgb: 207, 227, 224;
  --bs-primary-200-rgb: 160, 199, 193;
  --bs-primary-300-rgb: 112, 172, 163;
  --bs-primary-400-rgb: 65, 144, 132;
  --bs-primary-500-rgb: var(--color-primary-rgb);
  --bs-primary-600-rgb: 14, 93, 81;
  --bs-primary-700-rgb: 10, 70, 61;
  --bs-primary-800-rgb: 7, 46, 40;
  --bs-primary-900-rgb: 3, 23, 20;
  --bs-secondary-10-rgb: 255, 255, 254;
  --bs-secondary-25-rgb: 255, 254, 254;
  --bs-secondary-50-rgb: 255, 254, 253;
  --bs-secondary-100-rgb: 255, 252, 250;
  --bs-secondary-200-rgb: 255, 249, 245;
  --bs-secondary-300-rgb: 254, 247, 241;
  --bs-secondary-400-rgb: 254, 244, 236;
  --bs-secondary-500-rgb: 254, 241, 231;
  --bs-secondary-600-rgb: 203, 193, 185;
  --bs-secondary-700-rgb: 152, 145, 139;
  --bs-secondary-800-rgb: 102, 96, 92;
  --bs-secondary-900-rgb: 51, 48, 46;
  --bs-info-10-rgb: 247, 252, 253;
  --bs-info-25-rgb: 242, 250, 252;
  --bs-info-50-rgb: 230, 245, 250;
  --bs-info-100-rgb: 204, 235, 245;
  --bs-info-200-rgb: 153, 214, 235;
  --bs-info-300-rgb: 102, 194, 224;
  --bs-info-400-rgb: 51, 173, 214;
  --bs-info-500-rgb: 0, 153, 204;
  --bs-info-600-rgb: 0, 122, 163;
  --bs-info-700-rgb: 0, 92, 122;
  --bs-info-800-rgb: 0, 61, 82;
  --bs-info-900-rgb: 0, 31, 41;
  --bs-success-10-rgb: 250, 253, 250;
  --bs-success-25-rgb: 246, 251, 246;
  --bs-success-50-rgb: 237, 247, 238;
  --bs-success-100-rgb: 219, 239, 220;
  --bs-success-200-rgb: 183, 223, 185;
  --bs-success-300-rgb: 148, 207, 150;
  --bs-success-400-rgb: 112, 191, 115;
  --bs-success-500-rgb: 76, 175, 80;
  --bs-success-600-rgb: 61, 140, 64;
  --bs-success-700-rgb: 46, 105, 48;
  --bs-success-800-rgb: 30, 70, 32;
  --bs-success-900-rgb: 15, 35, 16;
  --bs-warning-10-rgb: 255, 253, 248;
  --bs-warning-25-rgb: 255, 251, 243;
  --bs-warning-50-rgb: 255, 247, 230;
  --bs-warning-100-rgb: 255, 240, 205;
  --bs-warning-200-rgb: 255, 225, 156;
  --bs-warning-300-rgb: 255, 209, 106;
  --bs-warning-400-rgb: 255, 194, 57;
  --bs-warning-500-rgb: 255, 179, 7;
  --bs-warning-600-rgb: 204, 143, 6;
  --bs-warning-700-rgb: 153, 107, 4;
  --bs-warning-800-rgb: 102, 72, 3;
  --bs-warning-900-rgb: 51, 36, 1;
  --bs-danger-10-rgb: 254, 250, 250;
  --bs-danger-25-rgb: 254, 246, 246;
  --bs-danger-50-rgb: 252, 237, 237;
  --bs-danger-100-rgb: 250, 219, 219;
  --bs-danger-200-rgb: 244, 183, 183;
  --bs-danger-300-rgb: 239, 147, 147;
  --bs-danger-400-rgb: 233, 111, 111;
  --bs-danger-500-rgb: 228, 75, 75;
  --bs-danger-600-rgb: 182, 60, 60;
  --bs-danger-700-rgb: 137, 45, 45;
  --bs-danger-800-rgb: 91, 30, 30;
  --bs-danger-900-rgb: 46, 15, 15;
  --bs-blue-rgb: 7, 138, 243;
  --bs-blue-10-rgb: 248, 251, 255;
  --bs-blue-25-rgb: 243, 249, 254;
  --bs-blue-50-rgb: 230, 243, 254;
  --bs-blue-100-rgb: 205, 232, 253;
  --bs-blue-200-rgb: 156, 208, 250;
  --bs-blue-300-rgb: 106, 185, 248;
  --bs-blue-400-rgb: 57, 161, 245;
  --bs-blue-500-rgb: 7, 138, 243;
  --bs-blue-600-rgb: 6, 110, 194;
  --bs-blue-700-rgb: 4, 83, 146;
  --bs-blue-800-rgb: 3, 55, 97;
  --bs-blue-900-rgb: 1, 28, 49;
  --bs-indigo-rgb: 85, 60, 223;
  --bs-indigo-10-rgb: 250, 249, 254;
  --bs-indigo-25-rgb: 247, 245, 253;
  --bs-indigo-50-rgb: 238, 236, 252;
  --bs-indigo-100-rgb: 221, 216, 249;
  --bs-indigo-200-rgb: 187, 177, 242;
  --bs-indigo-300-rgb: 153, 138, 236;
  --bs-indigo-400-rgb: 119, 99, 229;
  --bs-indigo-500-rgb: 85, 60, 223;
  --bs-indigo-600-rgb: 68, 48, 178;
  --bs-indigo-700-rgb: 51, 36, 134;
  --bs-indigo-800-rgb: 34, 24, 89;
  --bs-indigo-900-rgb: 17, 12, 45;
  --bs-purple-rgb: 137, 33, 228;
  --bs-purple-10-rgb: 251, 248, 254;
  --bs-purple-25-rgb: 249, 244, 254;
  --bs-purple-50-rgb: 243, 233, 252;
  --bs-purple-100-rgb: 231, 211, 250;
  --bs-purple-200-rgb: 208, 166, 244;
  --bs-purple-300-rgb: 184, 122, 239;
  --bs-purple-400-rgb: 161, 77, 233;
  --bs-purple-500-rgb: 137, 33, 228;
  --bs-purple-600-rgb: 110, 26, 182;
  --bs-purple-700-rgb: 82, 20, 137;
  --bs-purple-800-rgb: 55, 13, 91;
  --bs-purple-900-rgb: 27, 7, 46;
  --bs-red-rgb: 234, 67, 53;
  --bs-red-10-rgb: 254, 249, 249;
  --bs-red-25-rgb: 254, 246, 245;
  --bs-red-50-rgb: 253, 236, 235;
  --bs-red-100-rgb: 251, 217, 215;
  --bs-red-200-rgb: 247, 180, 174;
  --bs-red-300-rgb: 242, 142, 134;
  --bs-red-400-rgb: 238, 105, 93;
  --bs-red-500-rgb: 234, 67, 53;
  --bs-red-600-rgb: 187, 54, 42;
  --bs-red-700-rgb: 140, 40, 32;
  --bs-red-800-rgb: 94, 27, 21;
  --bs-red-900-rgb: 47, 13, 11;
  --bs-rose-rgb: 210, 14, 79;
  --bs-rose-10-rgb: 254, 248, 250;
  --bs-rose-25-rgb: 253, 243, 246;
  --bs-rose-50-rgb: 251, 231, 237;
  --bs-rose-100-rgb: 246, 207, 220;
  --bs-rose-200-rgb: 237, 159, 185;
  --bs-rose-300-rgb: 228, 110, 149;
  --bs-rose-400-rgb: 219, 62, 114;
  --bs-rose-500-rgb: 210, 14, 79;
  --bs-rose-600-rgb: 168, 11, 63;
  --bs-rose-700-rgb: 126, 8, 47;
  --bs-rose-800-rgb: 84, 6, 32;
  --bs-rose-900-rgb: 42, 3, 16;
  --bs-pink-rgb: 240, 107, 157;
  --bs-pink-10-rgb: 255, 251, 252;
  --bs-pink-25-rgb: 254, 248, 250;
  --bs-pink-50-rgb: 254, 240, 245;
  --bs-pink-100-rgb: 252, 225, 235;
  --bs-pink-200-rgb: 249, 196, 216;
  --bs-pink-300-rgb: 246, 166, 196;
  --bs-pink-400-rgb: 243, 137, 177;
  --bs-pink-500-rgb: 240, 107, 157;
  --bs-pink-600-rgb: 192, 86, 126;
  --bs-pink-700-rgb: 144, 64, 94;
  --bs-pink-800-rgb: 96, 43, 63;
  --bs-pink-900-rgb: 48, 21, 31;
  --bs-orange-rgb: 251, 107, 30;
  --bs-orange-10-rgb: 255, 251, 248;
  --bs-orange-25-rgb: 255, 248, 244;
  --bs-orange-50-rgb: 255, 240, 233;
  --bs-orange-100-rgb: 254, 225, 210;
  --bs-orange-200-rgb: 253, 196, 165;
  --bs-orange-300-rgb: 253, 166, 120;
  --bs-orange-400-rgb: 252, 137, 75;
  --bs-orange-500-rgb: 251, 107, 30;
  --bs-orange-600-rgb: 201, 86, 24;
  --bs-orange-700-rgb: 151, 64, 18;
  --bs-orange-800-rgb: 100, 43, 12;
  --bs-orange-900-rgb: 50, 21, 6;
  --bs-yellow-rgb: 252, 188, 5;
  --bs-yellow-10-rgb: 255, 253, 248;
  --bs-yellow-25-rgb: 255, 252, 243;
  --bs-yellow-50-rgb: 255, 248, 230;
  --bs-yellow-100-rgb: 254, 242, 205;
  --bs-yellow-200-rgb: 254, 228, 155;
  --bs-yellow-300-rgb: 253, 215, 105;
  --bs-yellow-400-rgb: 253, 201, 55;
  --bs-yellow-500-rgb: 252, 188, 5;
  --bs-yellow-600-rgb: 202, 150, 4;
  --bs-yellow-700-rgb: 151, 113, 3;
  --bs-yellow-800-rgb: 101, 75, 2;
  --bs-yellow-900-rgb: 50, 38, 1;
  --bs-green-rgb: 52, 168, 83;
  --bs-green-10-rgb: 249, 252, 250;
  --bs-green-25-rgb: 245, 251, 246;
  --bs-green-50-rgb: 235, 246, 238;
  --bs-green-100-rgb: 214, 238, 221;
  --bs-green-200-rgb: 174, 220, 186;
  --bs-green-300-rgb: 133, 203, 152;
  --bs-green-400-rgb: 93, 185, 117;
  --bs-green-500-rgb: 52, 168, 83;
  --bs-green-600-rgb: 42, 134, 66;
  --bs-green-700-rgb: 31, 101, 50;
  --bs-green-800-rgb: 21, 67, 33;
  --bs-green-900-rgb: 10, 34, 17;
  --bs-lime-rgb: 174, 243, 89;
  --bs-lime-10-rgb: 253, 255, 250;
  --bs-lime-25-rgb: 251, 254, 247;
  --bs-lime-50-rgb: 247, 254, 238;
  --bs-lime-100-rgb: 239, 253, 222;
  --bs-lime-200-rgb: 223, 250, 189;
  --bs-lime-300-rgb: 206, 248, 155;
  --bs-lime-400-rgb: 190, 245, 122;
  --bs-lime-500-rgb: 174, 243, 89;
  --bs-lime-600-rgb: 139, 194, 71;
  --bs-lime-700-rgb: 104, 146, 53;
  --bs-lime-800-rgb: 70, 97, 36;
  --bs-lime-900-rgb: 35, 49, 18;
  --bs-teal-rgb: 6, 246, 198;
  --bs-teal-10-rgb: 248, 255, 253;
  --bs-teal-25-rgb: 243, 255, 252;
  --bs-teal-50-rgb: 230, 254, 249;
  --bs-teal-100-rgb: 205, 253, 244;
  --bs-teal-200-rgb: 155, 251, 232;
  --bs-teal-300-rgb: 106, 250, 221;
  --bs-teal-400-rgb: 56, 248, 209;
  --bs-teal-500-rgb: 6, 246, 198;
  --bs-teal-600-rgb: 5, 197, 158;
  --bs-teal-700-rgb: 4, 148, 119;
  --bs-teal-800-rgb: 2, 98, 79;
  --bs-teal-900-rgb: 1, 49, 40;
  --bs-cyan-rgb: 56, 225, 255;
  --bs-cyan-10-rgb: 249, 254, 255;
  --bs-cyan-25-rgb: 245, 254, 255;
  --bs-cyan-50-rgb: 235, 252, 255;
  --bs-cyan-100-rgb: 215, 249, 255;
  --bs-cyan-200-rgb: 175, 243, 255;
  --bs-cyan-300-rgb: 136, 237, 255;
  --bs-cyan-400-rgb: 96, 231, 255;
  --bs-cyan-500-rgb: 56, 225, 255;
  --bs-cyan-600-rgb: 45, 180, 204;
  --bs-cyan-700-rgb: 34, 135, 153;
  --bs-cyan-800-rgb: 22, 90, 102;
  --bs-cyan-900-rgb: 11, 45, 51;
  --bs-tertiary-rgb: var(--color-tertiary-rgb);
  --bs-tertiary-10-rgb: 254, 255, 253;
  --bs-tertiary-25-rgb: 254, 255, 252;
  --bs-tertiary-50-rgb: 252, 255, 249;
  --bs-tertiary-100-rgb: 250, 255, 243;
  --bs-tertiary-200-rgb: 245, 254, 232;
  --bs-tertiary-300-rgb: 239, 254, 220;
  --bs-tertiary-400-rgb: 234, 253, 209;
  --bs-tertiary-500-rgb: var(--color-tertiary-rgb);
  --bs-tertiary-600-rgb: 183, 202, 158;
  --bs-tertiary-700-rgb: 137, 152, 118;
  --bs-tertiary-800-rgb: 92, 101, 79;
  --bs-tertiary-900-rgb: 46, 51, 39;
  --bs-quaternary-rgb: 212, 215, 194;
  --bs-quaternary-10-rgb: 254, 254, 253;
  --bs-quaternary-25-rgb: 253, 253, 252;
  --bs-quaternary-50-rgb: 251, 251, 249;
  --bs-quaternary-100-rgb: 246, 247, 243;
  --bs-quaternary-200-rgb: 238, 239, 231;
  --bs-quaternary-300-rgb: 229, 231, 218;
  --bs-quaternary-400-rgb: 221, 223, 206;
  --bs-quaternary-500-rgb: 212, 215, 194;
  --bs-quaternary-600-rgb: 170, 172, 155;
  --bs-quaternary-700-rgb: 127, 129, 116;
  --bs-quaternary-800-rgb: 85, 86, 78;
  --bs-quaternary-900-rgb: 42, 43, 39;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --bs-body-font-family: var(--font-family-primary);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #83838340;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  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: #0000;
  --bs-link-color: #515151 !important;
  --bs-link-hover-color: black !important;
  --bs-link-color-rgb: var(--color-gray-900) !important;
}

.theme-6 .link, .theme-6 a {
  color: var(--link-color-text);
}

.theme-6 .link:hover, .theme-6 a:hover {
  color: var(--link-color-text-hover);
}

.theme-6 .link {
  display: inline-flex;
  align-items: center;
  line-height: 16px;
}

.theme-6 .display-5, .theme-6 .h1, .theme-6 .h2, .theme-6 .h3, .theme-6 .h4, .theme-6 .h5, .theme-6 .h6, .theme-6 h1, .theme-6 h2, .theme-6 h3, .theme-6 h4, .theme-6 h5, .theme-6 h6 {
  font-weight: var(--heading-font-weight, 700);
  letter-spacing: var(--heading-font-spacing, normal);
  font-style: var(--heading-font-style, normal);
  text-transform: var(--heading-font-transform, initial);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: var(--heading-font-typeface, sans-serif) !important;
}

.theme-6 .display-5, .theme-6 .h1, .theme-6 .h2, .theme-6 .h3, .theme-6 .h4, .theme-6 .h5, .theme-6 .h6, .theme-6 h1, .theme-6 h2, .theme-6 h3, .theme-6 h4, .theme-6 h5, .theme-6 h6 {
  color: var(--color-gray-900);
}

.theme-6 .display-5:where(.uc-dark), .theme-6 .h1:where(.uc-dark), .theme-6 .h2:where(.uc-dark), .theme-6 .h3:where(.uc-dark), .theme-6 .h4:where(.uc-dark), .theme-6 .h5:where(.uc-dark), .theme-6 .h6:where(.uc-dark), .theme-6 :where(.uc-dark) .display-5, .theme-6 :where(.uc-dark) .h1, .theme-6 :where(.uc-dark) .h2, .theme-6 :where(.uc-dark) .h3, .theme-6 :where(.uc-dark) .h4, .theme-6 :where(.uc-dark) .h5, .theme-6 :where(.uc-dark) .h6, .theme-6 :where(.uc-dark) h1, .theme-6 :where(.uc-dark) h2, .theme-6 :where(.uc-dark) h3, .theme-6 :where(.uc-dark) h4, .theme-6 :where(.uc-dark) h5, .theme-6 :where(.uc-dark) h6, .theme-6 h1:where(.uc-dark), .theme-6 h2:where(.uc-dark), .theme-6 h3:where(.uc-dark), .theme-6 h4:where(.uc-dark), .theme-6 h5:where(.uc-dark), .theme-6 h6:where(.uc-dark) {
  color: #fff;
}

.theme-6 .ft-primary {
  font-family: var(--font-family-primary) !important;
}

.theme-6 .ft-secondary {
  font-family: var(--font-family-secondary) !important;
}

.theme-6 .ft-tertiary {
  font-family: var(--font-family-tertiary) !important;
}

.theme-6 .cstack {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.theme-6 .backtotop-wrap {
  transform: translateY(40px);
  transition: all .2s;
}

.theme-6 .backtotop-wrap [data-uc-backtotop] {
  opacity: 0;
}

.theme-6 .backtotop-wrap.uc-active {
  gap: .5rem;
  transform: translateY(0);
}

.theme-6 .backtotop-wrap.uc-active [data-uc-backtotop] {
  opacity: 1;
}

.theme-6 .sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.theme-6 pre {
  tab-size: 4;
  overflow: auto;
  padding: 1.5rem;
  color: inherit;
}

.theme-6 :not(pre) > code, .theme-6 :not(pre) > samp, .theme-6 pre {
  font-size: .875rem;
  font-style: normal;
  line-height: 1.5rem;
  padding: 1px 4px;
  border-radius: 4px;
  font-family: var(--font-code-family) !important;
}

.theme-6 :not(pre) > code, .theme-6 :not(pre) > samp, .theme-6 pre {
  background-color: var(--color-gray-25) !important;
  border-color: var(--color-gray-800) !important;
}

.theme-6 :not(pre) > code:where(.uc-dark), .theme-6 :not(pre) > samp:where(.uc-dark), .theme-6 :where(.uc-dark) :not(pre) > code, .theme-6 :where(.uc-dark) :not(pre) > samp, .theme-6 :where(.uc-dark) pre, .theme-6 pre:where(.uc-dark) {
  background-color: var(--color-gray-700) !important;
  border-color: var(--color-gray-300) !important;
}

.theme-6 :not(pre) > code, .theme-6 :not(pre) > samp {
  --font-code-family: "IBM Plex Mono", monospace;
  position: relative;
  display: inline;
  font-size: .875rem;
  font-style: italic;
  background-color: #8888881a;
}

.theme-6 :not(pre) > samp {
  color: inherit;
}

.theme-6 pre code {
  background: #88888826;
  border-radius: 3px;
  padding: 1px 4px 1px 2px;
  font-family: var(--font-code-family) !important;
}

.theme-6 .swiper:not(.swiper-initialized) > * {
  display: none;
}

.theme-6 .panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

.theme-6 .panel > :last-child {
  margin-bottom: 0;
}

.theme-6 .section {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

.theme-6 .media-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}

.theme-6 .position-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.theme-6 .hr, .theme-6 .vr, .theme-6 hr {
  display: inline-block;
  align-self: stretch;
  background-color: currentColor;
  opacity: .25;
  margin: 0;
}

.theme-6 .hr, .theme-6 hr {
  height: 1px;
  min-width: 1em;
  border-top-color: var(--border-color);
}

.theme-6 .hr.border, .theme-6 hr.border {
  border-bottom: 0 !important;
}

.theme-6 .vr {
  border-left: 1px solid var(--border-color);
  width: 1px !important;
  min-height: 1em !important;
}

.theme-6 .vr.border {
  border-left: 0 !important;
}

.theme-6 .link-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
}

.theme-6 .link-gradient {
  border-bottom: 1px solid;
  border-color: var(--border-color);
}

.theme-6 .hstack, .theme-6 .bp-lg .lg\:hstack, .theme-6 .bp-md .md\:hstack, .theme-6 .bp-sm .hstack-sm, .theme-6 .bp-sm .sm\:hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.theme-6 .vstack {
  display: flex;
  flex-direction: column;
  flex: auto;
  align-self: stretch;
}

.theme-6 .cstack {
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-6 [class*="ratio-"] {
  position: relative;
  width: 100%;
}

.theme-6 [class*="ratio-"]:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.theme-6 [class*="ratio-"] > * {
  object-fit: cover;
}

.theme-6 svg {
  color: currentColor;
}

.theme-6 svg :not([fill="none"]) {
  fill: currentColor;
}

.theme-6 .uc-offcanvas-bar .uc-link:hover, .theme-6 .uc-offcanvas-bar a:hover {
  transition: color .2s;
}

.theme-6 .uc-offcanvas-bar .uc-link:hover, .theme-6 .uc-offcanvas-bar a:hover {
  color: var(--color-gray-900);
}

.theme-6 .uc-offcanvas-bar .uc-link:hover:where(.uc-dark), .theme-6 .uc-offcanvas-bar a:hover:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-offcanvas-bar .uc-link:hover, .theme-6 :where(.uc-dark) .uc-offcanvas-bar a:hover {
  color: #fff;
}

.theme-6 .uc-link {
  color: var(--color-primary);
}

.theme-6 .uc-link:hover {
  color: var(--color-primary-600);
}

.theme-6 .form-icon-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.theme-6 .form-icon-group .form-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  background: none;
  border: 0;
  outline: 0;
  text-decoration: none;
  user-select: none;
}

.theme-6 .form-icon-group .form-control + .form-icon, .theme-6 .form-icon-group .form-control-plaintext + .form-icon {
  width: 3rem !important;
}

.theme-6 .form-icon-group .form-control-plaintext.form-control-lg + .form-icon, .theme-6 .form-icon-group .form-control.form-control-lg + .form-icon {
  width: 3.5rem !important;
}

.theme-6 .form-icon-group .form-control-plaintext.form-control-sm + .form-icon, .theme-6 .form-icon-group .form-control.form-control-sm + .form-icon {
  width: 2.5rem !important;
}

.theme-6 .form-icon-group .form-control-plaintext.form-control-xs + .form-icon, .theme-6 .form-icon-group .form-control.form-control-xs + .form-icon {
  width: 2rem !important;
}

.theme-6 .form-icon-group:not(.form-icon-flip) .form-control, .theme-6 .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
  padding-left: 2.75rem !important;
}

.theme-6 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control, .theme-6 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
  padding-left: 1rem !important;
  padding-right: 2.75rem !important;
}

.theme-6 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg, .theme-6 .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
  padding-left: 3.25rem !important;
}

.theme-6 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg, .theme-6 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
  padding-left: 1rem !important;
  padding-right: 3.25rem !important;
}

.theme-6 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm, .theme-6 .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
  padding-left: 2.25rem !important;
}

.theme-6 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm, .theme-6 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
  padding-left: 1rem !important;
  padding-right: 2.25rem !important;
}

.theme-6 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs, .theme-6 .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
  padding-left: 1.75rem !important;
}

.theme-6 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs, .theme-6 [dir="rtl"] .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
  padding-left: 1rem !important;
  padding-right: 1.75rem !important;
}

.theme-6 .form-icon-group.form-icon-flip .form-icon {
  right: 0;
}

.theme-6 .form-icon-group.form-icon-flip .form-control, .theme-6 .form-icon-group.form-icon-flip .form-control-plaintext {
  padding-right: 2.75rem !important;
}

.theme-6 [dir="rtl"] .form-icon-group.form-icon-flip .form-control, .theme-6 [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext {
  padding-right: 1rem !important;
  padding-left: 2.75rem !important;
}

.theme-6 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg, .theme-6 .form-icon-group.form-icon-flip .form-control.form-control-lg {
  padding-right: 3.25rem !important;
}

.theme-6 [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg, .theme-6 [dir="rtl"] .form-icon-group.form-icon-flip .form-control.form-control-lg {
  padding-right: 1rem !important;
  padding-left: 3.25rem !important;
}

.theme-6 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm, .theme-6 .form-icon-group.form-icon-flip .form-control.form-control-sm {
  padding-right: 2.25rem !important;
}

.theme-6 [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm, .theme-6 [dir="rtl"] .form-icon-group.form-icon-flip .form-control.form-control-sm {
  padding-right: 1rem !important;
  padding-left: 2.25rem !important;
}

.theme-6 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs, .theme-6 .form-icon-group.form-icon-flip .form-control.form-control-xs {
  padding-right: 1.75rem !important;
}

.theme-6 [dir="rtl"] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs, .theme-6 [dir="rtl"] .form-icon-group.form-icon-flip .form-control.form-control-xs {
  padding-right: 1rem !important;
  padding-left: 1.75rem !important;
}

.theme-6 .form-control-xs {
  padding: 0 .5rem !important;
  min-height: 32px !important;
  font-size: .875rem !important;
}

.theme-6 .form-control-sm, .theme-6 .bp-sm .sm\:form-control-sm {
  padding: 0 .75rem !important;
  min-height: 40px !important;
  font-size: 1rem !important;
}

.theme-6 .form-control-md, .theme-6 .bp-lg .lg\:form-control-md {
  padding: 0 1rem !important;
  min-height: 48px !important;
  font-size: 1rem !important;
}

.theme-6 .form-control-lg {
  padding: 0 1.5rem !important;
  min-height: 56px !important;
  font-size: 1.125rem !important;
}

.theme-6 .form-control {
  border-color: var(--border-color) !important;
}

.theme-6 .form-control {
  background-color: #fff !important;
}

.theme-6 .form-control:where(.uc-dark), .theme-6 :where(.uc-dark) .form-control {
  background-color: #0000 !important;
}

.theme-6 .form-control {
  color: var(--color-gray-900) !important;
}

.theme-6 .form-control:where(.uc-dark), .theme-6 :where(.uc-dark) .form-control {
  color: #fff !important;
}

.theme-6 .form-check-input:focus, .theme-6 .form-control:focus {
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 .25rem var(--shadow-color) !important;
}

.theme-6 .form-check-input:focus, .theme-6 .form-control:focus {
  --shadow-color: #0000000d;
}

.theme-6 .form-check-input:focus:where(.uc-dark), .theme-6 .form-control:focus:where(.uc-dark), .theme-6 :where(.uc-dark) .form-check-input:focus, .theme-6 :where(.uc-dark) .form-control:focus {
  --shadow-color: #ffffff1a;
}

.theme-6 .form-check-input:checked {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.theme-6 [dir="rtl"] .form-check {
  padding-left: 0;
  padding-right: 1.5em;
}

.theme-6 [dir="rtl"] .form-check .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

.theme-6 [dir="rtl"] .form-select {
  background-position: .75rem 50%;
}

.theme-6 input::placeholder, .theme-6 select::placeholder, .theme-6 textarea::placeholder {
  color: inherit !important;
}

.theme-6 input::placeholder, .theme-6 select::placeholder, .theme-6 textarea::placeholder {
  opacity: .65 !important;
}

.theme-6 :where(.uc-dark) input::placeholder, .theme-6 :where(.uc-dark) select::placeholder, .theme-6 :where(.uc-dark) textarea::placeholder, .theme-6 input:where(.uc-dark)::placeholder, .theme-6 select:where(.uc-dark)::placeholder, .theme-6 textarea:where(.uc-dark)::placeholder {
  opacity: .45 !important;
}

.theme-6 .btn {
  align-items: center;
  justify-content: center;
  gap: .5rem;
  height: var(--bs-btn-height);
  text-transform: var(--button-font-transform);
  border-radius: var(--bs-btn-border-radius);
  display: inline-flex !important;
}

.theme-6 .btn.btn-text {
  position: relative;
  padding: 0 0 8px;
  border: 0;
  border-radius: 0;
  margin: 0;
  line-height: 1;
}

.theme-6 .btn.btn-text:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  width: 0%;
  background-color: var(--color-primary);
  transition: width .35s cubic-bezier(.38, .01, .43, .16);
}

.theme-6 .btn.btn-text:hover:after {
  width: 100%;
}

.theme-6 .btn- {
  --bs-btn-height: 48px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1rem !important;
  --bs-btn-font-size: 1rem !important;
}

.theme-6 .btn-2xs {
  --bs-btn-height: 24px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: .25rem !important;
  --bs-btn-font-size: .8rem !important;
}

.theme-6 .btn-xs {
  --bs-btn-height: 32px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: .5rem !important;
  --bs-btn-font-size: .825rem !important;
}

.theme-6 .btn-sm, .theme-6 .bp-sm .sm\:btn-sm {
  --bs-btn-height: 40px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: .75rem !important;
  --bs-btn-font-size: 1rem !important;
}

.theme-6 .btn-md, .theme-6 .bp-lg .lg\:btn-md, .theme-6 .bp-md .md\:btn-md, .theme-6 .bp-sm .sm\:btn-md {
  --bs-btn-height: 48px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1rem !important;
  --bs-btn-font-size: 1rem !important;
}

.theme-6 .btn-lg, .theme-6 .bp-lg .lg\:btn-lg, .theme-6 .bp-md .md\:btn-lg, .theme-6 .bp-xl .xl\:btn-lg {
  --bs-btn-height: 56px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 1.5rem !important;
  --bs-btn-font-size: 1.125rem !important;
}

.theme-6 .btn-xl, .theme-6 .bp-xl .xl\:btn-xl {
  --bs-btn-height: 64px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 2rem !important;
  --bs-btn-font-size: 1.25rem !important;
}

.theme-6 .btn-2xl {
  --bs-btn-height: 80px !important;
  --bs-btn-padding-y: 0px !important;
  --bs-btn-padding-x: 3rem !important;
  --bs-btn-font-size: 1.5rem !important;
}

.theme-6 .btn-alt-primary {
  background: #fff !important;
  color: var(--color-primary) !important;
}

.theme-6 .btn-alt-primary:focus, .theme-6 .btn-alt-primary:hover {
  background: var(--color-primary) !important;
  color: #fff !important;
}

.theme-6 .btn-alt-dark {
  background: #fff !important;
  color: #212529 !important;
}

.theme-6 .btn-alt-dark:focus, .theme-6 .btn-alt-dark:hover {
  background: #212529 !important;
  color: #fff !important;
}

.theme-6 .btn-alt-gray-200 {
  background: #fff !important;
  color: #a9a7ba !important;
}

.theme-6 .btn-alt-gray-200:focus, .theme-6 .btn-alt-gray-200:hover {
  background: #a9a7ba !important;
  color: #fff !important;
}

.theme-6 .btn-ghost-primary {
  background: #e7f1f0 !important;
  color: var(--color-primary) !important;
}

.theme-6 .btn-ghost-primary:focus, .theme-6 .btn-ghost-primary:hover {
  background: #cfe3e0 !important;
}

.theme-6 .btn-ghost-tertiary {
  background: #fcfff9 !important;
  color: #e5fdc5 !important;
}

.theme-6 .btn-ghost-tertiary:focus, .theme-6 .btn-ghost-tertiary:hover {
  background: #fafff3 !important;
}

.theme-6 .fs-1 {
  letter-spacing: -.0225rem;
}

.theme-6 .fs-2 {
  letter-spacing: -.0175rem;
}

.theme-6 .fs-4 {
  letter-spacing: -.0125rem;
}

.theme-6 .fs-5 {
  letter-spacing: -.01rem;
}

.theme-6 .fs-6 {
  letter-spacing: -.00875rem;
}

.theme-6 .fs-7 {
  letter-spacing: -.0075rem;
}

.theme-6 .fs-8 {
  letter-spacing: -.0075rem;
}

.theme-6 p.text-muted {
  color: #00000080 !important;
}

.theme-6 :where(.uc-dark) p.text-muted, .theme-6 p.text-muted:where(.uc-dark) {
  color: #ffffff80 !important;
}

.theme-6 .text-unset {
  text-transform: none !important;
}

.theme-6 .text-inherit {
  color: currentColor;
}

.theme-6 [class*="text-truncate"] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: unset !important;
}

.theme-6 .container.container-expand {
  max-width: 100%;
}

.theme-6 .container.container-full {
  max-width: 100%;
  padding: 0;
}

.theme-6 .nav-y {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: .25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-6 .nav-y > *, .theme-6 .nav-y > * > * {
  display: flex;
  align-items: center;
  gap: .25rem;
}

.theme-6 .nav-y a {
  text-decoration: none;
  color: inherit;
  transition: opacity .2s;
}

.theme-6 .nav-y a:hover {
  opacity: 1 !important;
}

.theme-6 .nav-y .uc-nav-sub {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: .25rem;
  width: 100%;
  margin: 0;
  padding: 8px 0 8px 16px;
  list-style: none;
  opacity: 0;
  transition: all .2s;
}

.theme-6 .nav-y .uc-nav-sub a {
  font-size: 90%;
}

.theme-6 .nav-y .uc-nav-sub .uc-parent:after {
  font-size: 1rem;
}

.theme-6 .nav-y > .uc-parent > .uc-nav-sub {
  padding-top: .5rem;
}

.theme-6 .nav-y .uc-parent {
  position: relative;
  display: block;
}

.theme-6 .nav-y .uc-parent > a {
  position: relative;
  display: block;
  z-index: 1;
}

.theme-6 .nav-y .uc-parent > a:after {
  content: "";
  font-family: Unicons;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.125rem;
  font-weight: 700;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: .6;
}

.theme-6 .nav-y .uc-parent.uc-open > a:after {
  content: "";
}

.theme-6 .nav-y .uc-parent.uc-open .uc-nav-sub {
  opacity: 1;
}

.theme-6 .nav-y:hover a {
  opacity: .6;
}

.theme-6 .nav-x {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-6 .nav-x > *, .theme-6 .nav-x > * > * {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.theme-6 .nav-x a {
  text-decoration: none;
  color: inherit;
}

.theme-6 .uc-navbar {
  z-index: 1;
}

.theme-6 .uc-navbar .uc-navbar-left, .theme-6 .uc-navbar .uc-navbar-right, .theme-6 .uc-navbar [class*="uc-navbar-center"] {
  gap: 1.5rem;
}

.theme-6 .uc-navbar-nav > li > a {
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  padding: 0;
}

.theme-6 .uc-navbar-nav > li.uc-active > a:before {
  opacity: 1;
}

.theme-6 .uc-navbar-nav > li:hover > a, .theme-6 .uc-navbar-nav > li > a[aria-expanded="true"] {
  opacity: .75;
}

.theme-6 .uc-navbar-nav > li:hover > a, .theme-6 .uc-navbar-nav > li > a[aria-expanded="true"] {
  color: var(--color-gray-900) !important;
}

.theme-6 .uc-navbar-nav > li:hover > a:where(.uc-dark), .theme-6 .uc-navbar-nav > li > a[aria-expanded="true"]:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-navbar-nav > li:hover > a, .theme-6 :where(.uc-dark) .uc-navbar-nav > li > a[aria-expanded="true"] {
  color: #fff !important;
}

.theme-6 .uc-navbar-dropdown {
  min-width: 250px;
  padding: 2rem;
  box-shadow: 0 4px 16px -8px #0003;
  border-radius: var(--radius);
}

.theme-6 .uc-navbar-dropdown {
  background: #fff !important;
}

.theme-6 .uc-navbar-dropdown:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-navbar-dropdown {
  background: var(--color-gray-800) !important;
}

.theme-6 .uc-navbar-dropdown {
  color: var(--color-gray-800) !important;
}

.theme-6 .uc-navbar-dropdown:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-navbar-dropdown {
  color: #fff !important;
}

.theme-6 .uc-navbar-dropdown-nav > li > a {
  font-size: .875rem;
  font-weight: var(--font-weight-medium);
}

.theme-6 .uc-navbar-dropdown-nav > li > a {
  color: var(--color-gray-600);
}

.theme-6 .uc-navbar-dropdown-nav > li > a:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-navbar-dropdown-nav > li > a {
  color: var(--color-gray-200);
}

.theme-6 .uc-navbar-dropdown-nav > li:hover > a {
  color: var(--color-gray-900);
}

.theme-6 .uc-navbar-dropdown-nav > li:hover > a:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-navbar-dropdown-nav > li:hover > a {
  color: #fff;
}

.theme-6 .uc-navbar-dropdown-nav .uc-nav-header, .theme-6 .uc-navbar-dropdown-nav > li.uc-active > a {
  color: inherit;
}

.theme-6 .uc-navbar-dropdown-nav .uc-nav-header {
  text-transform: capitalize;
  font-weight: var(--font-weight-bold);
  font-size: 1rem;
}

.theme-6 .uc-navbar-container {
  transition: all .1s ease-in-out;
  transition-property: background-color;
}

.theme-6 .uc-navbar-container:not(.uc-navbar-transparent) {
  background-color: #fff;
}

.theme-6 .uc-navbar-container:not(.uc-navbar-transparent):where(.uc-dark), .theme-6 :where(.uc-dark) .uc-navbar-container:not(.uc-navbar-transparent) {
  background-color: var(--color-gray-900);
}

.theme-6 .uc-navbar .uc-navbar-item {
  font-family: inherit !important;
}

.theme-6 .uc-navbar-item, .theme-6 .uc-navbar-nav > li > a {
  padding: 0;
  font-family: inherit !important;
  min-height: var(--uc-nav-height, 48px) !important;
}

.theme-6 .uc-navbar-float {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.theme-6 .alert {
  display: flex;
  align-items: center;
  gap: .75rem;
  border: 0 !important;
  border-left: 2px solid var(--bs-alert-border-color) !important;
  box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important;
}

.theme-6 .alert :not(pre) > code, .theme-6 .alert code {
  background: #00000014 !important;
}

.theme-6 .table {
  --bs-table-bg: inherit !important;
  --bs-table-color: inherit !important;
}

.theme-6 .table > :not(caption) > * > * {
  padding: 1rem;
}

.theme-6 .table > :not(caption) > :last-child > * {
  border-width: 0;
}

.theme-6 .uc-table-striped tbody tr:nth-of-type(odd), .theme-6 .uc-table-striped > tr:nth-of-type(odd) {
  background: #9696961a;
}

.theme-6 .uc-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.theme-6 .uc-accordion > :nth-child(n+2) {
  margin: 0 !important;
}

.theme-6 .uc-accordion-title {
  position: relative;
  text-decoration: none;
  font-weight: 500;
  display: flex;
}

.theme-6 .uc-accordion-title {
  color: var(--color-gray-900);
}

.theme-6 .uc-accordion-title:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-accordion-title {
  color: #fff;
}

.theme-6 .uc-accordion-title:hover {
  opacity: .75;
}

.theme-6 .uc-accordion-title:hover {
  color: var(--color-gray-900);
}

.theme-6 .uc-accordion-title:hover:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-accordion-title:hover {
  color: #fff;
}

.theme-6 .uc-accordion-title:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  font-family: Unicons;
  width: 24px;
  height: 24px;
  font-size: 24px;
  text-transform: none;
  line-height: 1;
  transform: translateY(-50%)rotate(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .2s;
  background-color: #9b9b9b40;
  border-radius: 100%;
}

.theme-6 .uc-accordion > .uc-open .uc-accordion-title:before {
  transform: translateY(-50%)rotate(45deg);
}

.theme-6 .uc-accordion-divider {
  --divider-gap: 32px;
}

.theme-6 .uc-accordion-divider > * + :before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: var(--bs-border-color);
  transform: translateY(calc(var(--divider-gap) / 2 * -1));
}

.theme-6 [dir="rtl"] .uc-accordion-title:before {
  right: auto;
  left: 0;
}

.theme-6 .uc-accordion.uc-accordion-chevron .uc-accordion-title:before {
  content: "";
  background: none;
  font-size: 80%;
  font-weight: 700;
}

.theme-6 .uc-accordion.uc-accordion-chevron > .uc-open .uc-accordion-title:before {
  transform: translateY(-50%)rotate(-90deg);
}

.theme-6 .swiper-wrapper {
  will-change: transform;
}

.theme-6 .swiper.swiper-match .swiper-slide {
  height: auto !important;
}

.theme-6 .swiper-thumbs .swiper-slide {
  cursor: pointer;
}

.theme-6 .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.theme-6 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #969696;
  opacity: .25;
}

.theme-6 .swiper-pagination-bullet-active {
  background-color: currentColor;
  opacity: 1;
}

.theme-6 .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
}

.theme-6 :where(.uc-dark) .swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: .2;
}

.theme-6 :where(.uc-dark) .swiper .swiper-pagination-bullet-active {
  background-color: currentColor;
  opacity: 1;
}

.theme-6 :where(.uc-dark) .swiper:before {
  border-bottom-color: #ffffff0d;
}

.theme-6 .uc-tab {
  margin: 0;
  border-bottom: 1px solid var(--border-color);
}

.theme-6 .uc-tab > * {
  margin: 0;
  padding: 0;
}

.theme-6 .uc-tab > * > a {
  margin: 0;
  position: relative;
  padding: 8px 16px;
  color: currentColor;
  opacity: .6;
  text-decoration: none;
}

.theme-6 .uc-tab > * > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 2px solid var(--color-primary);
  opacity: 0;
  transition: opacity .2s;
}

.theme-6 .uc-tab > .uc-active > a {
  color: currentColor;
  opacity: 1;
}

.theme-6 .uc-tab > .uc-active > a:before {
  opacity: 1;
}

.theme-6 .uc-subnav {
  margin: 0;
}

.theme-6 .uc-subnav > * {
  margin: 0;
  padding: 0;
}

.theme-6 .uc-subnav > * > a {
  margin: 0;
  position: relative;
  padding: 8px 16px;
  text-decoration: none;
}

.theme-6 .uc-subnav-pill > * > a {
  background-color: var(--color-primary);
  border-radius: var(--radius);
}

.theme-6 .uc-subnav-pill > * > a:hover {
  background: none;
}

.theme-6 .uc-subnav-pill > * > a:hover {
  color: var(--color-gray-900);
}

.theme-6 .uc-subnav-pill > * > a:hover:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-subnav-pill > * > a:hover {
  color: #fff;
}

.theme-6 .uc-subnav-pill > .uc-active > a {
  color: #fff;
  background-color: var(--color-primary) !important;
}

.theme-6 .uc-notification-message {
  font-size: 1rem;
  font-weight: 500;
  border-radius: var(--radius);
}

.theme-6 .uc-notification-message {
  background-color: var(--color-gray-50);
}

.theme-6 .uc-notification-message:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-notification-message {
  background-color: var(--color-gray-800);
}

.theme-6 .uc-notification-message {
  color: var(--color-gray-900);
}

.theme-6 .uc-notification-message:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-notification-message {
  color: #fff;
}

.theme-6 .uc-notification-message .uc-notification-close {
  color: var(--color-gray-900);
}

.theme-6 .uc-notification-message .uc-notification-close:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-notification-message .uc-notification-close {
  color: #fff;
}

.theme-6 .uc-notification-message .uc-notification-close svg, .theme-6 .uc-notification-message .uc-notification-close svg > * {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.theme-6 [data-uc-img] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes reveal-image {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}

.theme-6 .uc-svg, .theme-6 .uc-svg > * {
  height: auto;
  width: auto;
  fill: currentColor !important;
}

@keyframes uc-spin {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes uc-bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(16px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes uc-fade {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes uc-flash {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.theme-6 .page-preload #wrapper {
  transition: opacity .35s cubic-bezier(.8, 0, .2, 1) 1s;
  opacity: 0;
}

.theme-6 .page-preload.loaded #wrapper {
  opacity: 1;
}

@keyframes preloader {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    transform-origin: top;
  }

  50% {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -101%);
    transform-origin: bottom;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -101%);
    transform-origin: bottom;
  }
}

@keyframes percentage {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 40px);
  }
}

.theme-6 [data-uc-marquee] {
  overflow: hidden;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
}

.theme-6 [data-uc-marquee] > * {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap, 16px);
  position: relative;
  user-select: none;
}

.theme-6 [data-uc-marquee] > * > * {
  white-space: nowrap;
  animation: marquee var(--speed, 30s) linear infinite;
}

.theme-6 [data-uc-marquee].reverse > * > * {
  animation-direction: reverse;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.theme-6 .swiper .swiper-match > * {
  display: flex;
  flex-direction: column;
}

.theme-6 .swiper .swiper-match > * > * {
  flex: 1;
}

.theme-6 .uc-link:hover, .theme-6 a:hover {
  text-decoration: none;
}

.theme-6 hr {
  opacity: .1 !important;
}

.theme-6 .border.border-white {
  border-color: #fff !important;
}

.theme-6 .uc-nav ul.uc-nav-sub {
  font-size: 95%;
  padding: 8px 16px;
}

.theme-6 .uc-nav ul.uc-nav-sub a {
  opacity: .5;
  transition: all .2s;
}

.theme-6 .uc-nav ul.uc-nav-sub a:hover {
  opacity: 1;
}

.theme-6 .uc-nav ul.uc-nav-sub li.uc-active a {
  opacity: 1;
}

.theme-6 .uc-nav a {
  position: relative;
  transition: all .2s;
}

.theme-6 .uc-nav .uc-parent a > span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform .2s;
}

.theme-6 .uc-nav .uc-parent.uc-open a > span {
  transform: translateY(-50%)rotate(45deg);
}

.theme-6 .uc-nav.uc-nav-modern > * {
  padding: 8px 16px;
}

.theme-6 .uc-nav.uc-nav-modern .uc-active, .theme-6 .uc-nav.uc-nav-modern .uc-parent {
  background-color: #80808016;
  border-radius: 10px;
}

.theme-6 .uc-switcher-nav > li > a {
  border-radius: 8px;
}

.theme-6 .uc-switcher-nav > li.uc-active > a {
  background: var(--color-primary);
  color: #fff;
}

.theme-6 .nav-pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
}

.theme-6 .nav-pagination a.uc-active {
  background: var(--color-primary);
  color: #fff;
}

.theme-6 .post-content p:first-child:first-letter {
  font-size: 5em;
  float: left;
  line-height: .9em;
  margin-right: 16px;
}

.theme-6 .post-navigation .new-post:hover button {
  color: var(--color-primary) !important;
}

.theme-6 .swiper .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  height: 4px;
  width: 24px;
  border-radius: 0;
}

.theme-6 .swiper .swiper-wrapper.col-match {
  flex-wrap: wrap;
}

.theme-6 .swiper .swiper-wrapper.col-match > * {
  display: flex;
  flex-direction: column;
}

.theme-6 .swiper .swiper-wrapper.col-match > * > * {
  flex: 1;
}

.theme-6 .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  height: 4px;
  width: 24px;
  border-radius: 0;
}

@keyframes wave {
  0% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.theme-6 img {
  font-size: 11px;
}

.theme-6 img.image-hover-revealer {
  --move-x: 0px;
  --move-y: 0px;
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
  transform: translateX(var(--move-x)) translateY(var(--move-y));
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  will-change: clip-path, transform;
  visibility: hidden;
  opacity: 0;
  transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), clip-path .4s cubic-bezier(.87, 0, .13, 1);
  clip-path: inset(0 0 0 100%);
}

.theme-6 [data-darkmode-toggle] {
  transform: scale(.9);
  transition: all .2s;
  z-index: 1000;
}

.theme-6 [data-darkmode-toggle] .switch {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.theme-6 [data-darkmode-toggle] .switch > .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.theme-6 [data-darkmode-toggle] .switch > .slider:before {
  content: "";
  font-family: Unicons;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  line-height: 1.2;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
  color: currentColor;
}

.theme-6 [data-darkmode-toggle] .switch > input {
  opacity: 0;
  width: 0;
  height: 0;
}

.theme-6 [data-darkmode-toggle] .switch > input:checked + .slider:before {
  content: "";
  color: currentColor;
}

.theme-6 [data-darkmode-toggle]:hover {
  transform: scale(1.1);
  opacity: 1;
}

.theme-6 [data-darkmode-switch] {
  display: inline-flex;
  vertical-align: middle;
}

.theme-6 [data-darkmode-switch] .switch {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 22px;
}

.theme-6 [data-darkmode-switch] .switch > .slider {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid;
  border-radius: 32px;
}

.theme-6 [data-darkmode-switch] .switch > .slider {
  background-color: var(--color-gray-25) !important;
  border-color: #c8c9ca !important;
}

.theme-6 :where(.uc-dark) [data-darkmode-switch] .switch > .slider, .theme-6 [data-darkmode-switch] .switch > .slider:where(.uc-dark) {
  background-color: var(--color-gray-700) !important;
  border-color: var(--color-gray-500) !important;
}

.theme-6 [data-darkmode-switch] .switch > .slider:before {
  content: "";
  font-family: Unicons;
  position: absolute;
  left: 1px;
  bottom: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 14px;
  border-radius: 20px;
  z-index: 1;
  color: currentColor;
  box-shadow: 0 1px 3px #96969640;
  -webkit-transition: all .3s !important;
  transition: all .3s !important;
}

.theme-6 [data-darkmode-switch] .switch > input {
  opacity: 0;
  width: 0;
  height: 0;
}

.theme-6 [data-darkmode-switch] .switch > input:checked + .slider:before {
  content: "";
  color: currentColor;
  transform: translateX(100%);
}

.theme-6 .prettyprint {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary-600) !important;
}

.theme-6 .prettyprint:where(.uc-dark), .theme-6 :where(.uc-dark) .prettyprint {
  background-color: var(--color-gray-800) !important;
  border-color: var(--color-gray-700) !important;
}

.theme-6 pre.prettyprint {
  --font-code-family: "IBM Plex Mono", monospace;
  font-style: normal;
  min-width: 100%;
  width: 45vw;
  max-height: 400px;
}

.theme-6 pre.prettyprint .tag {
  color: #d4458f;
}

.theme-6 :where(.uc-dark) pre.prettyprint .tag, .theme-6 pre.prettyprint .tag:where(.uc-dark) {
  color: #f472b6;
}

.theme-6 pre.prettyprint .atv {
  color: #5a89ca;
}

.theme-6 :where(.uc-dark) pre.prettyprint .atv, .theme-6 pre.prettyprint .atv:where(.uc-dark) {
  color: #82b6ff;
}

.theme-6 .alert {
  font-size: 90%;
}

.theme-6 .uc-table-striped tbody tr:nth-of-type(odd), .theme-6 .uc-table-striped > tr:nth-of-type(odd) {
  background: var(--color-secondary);
}

.theme-6 .uc-table-striped tbody tr:nth-of-type(odd):where(.uc-dark), .theme-6 .uc-table-striped > tr:nth-of-type(odd):where(.uc-dark), .theme-6 :where(.uc-dark) .uc-table-striped tbody tr:nth-of-type(odd), .theme-6 :where(.uc-dark) .uc-table-striped > tr:nth-of-type(odd) {
  background: #5d5d791a;
}

.theme-6 .text-transparent {
  color: #0000;
}

.theme-6 .hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.theme-6 .uc-gdpr-notification {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .25s;
}

.theme-6 .uc-gdpr-notification.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.theme-6 .uc-navbar-container.uc-navbar-sticky {
  backdrop-filter: blur(8px);
}

.theme-6 .uc-navbar-container.uc-navbar-sticky {
  background-color: #fffc;
}

.theme-6 .uc-navbar-container.uc-navbar-sticky:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-navbar-container.uc-navbar-sticky {
  background-color: #1f1f1fbf;
}

.theme-6 .uc-navbar-sticky .hide-on-sticky {
  display: none;
}

.theme-6 header.uc-preview-header .uc-navbar-nav > li > a {
  color: #000;
}

.theme-6 :where(.uc-dark) header.uc-preview-header .uc-navbar-nav > li > a, .theme-6 header.uc-preview-header .uc-navbar-nav > li > a:where(.uc-dark) {
  color: #fff;
}

.theme-6 header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li > a {
  opacity: .6;
}

.theme-6 header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li.uc-active > a {
  opacity: 1;
}

.theme-6 .uc-dropbar-inner.after-bg:after {
  background-color: var(--color-gray-25);
}

.theme-6 .uc-dropbar-inner.after-bg:where(.uc-dark):after, .theme-6 :where(.uc-dark) .uc-dropbar-inner.after-bg:after {
  background-color: var(--color-gray-800);
}

.theme-6 .uc-dropbar-inner.after-bg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  right: -70vw;
  top: 0;
  z-index: -1;
}

.theme-6 [dir="rtl"] .uc-dropbar-inner.after-bg:after {
  right: auto;
  left: -70vw;
}

.theme-6 header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a {
  color: #fff;
  transition: opacity .25s;
}

.theme-6 header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a:hover {
  opacity: .7;
  color: #fff !important;
}

.theme-6 header.uc-header.header-six .uc-navbar-nav > li.uc-active > a {
  color: var(--color-primary);
}

.theme-6 :where(.uc-dark) header.uc-header.header-six .uc-navbar-nav > li.uc-active > a, .theme-6 header.uc-header.header-six .uc-navbar-nav > li.uc-active > a:where(.uc-dark) {
  color: var(--color-lime-300);
}

.theme-6 header.uc-header.header-six > .uc-navbar-sticky {
  max-width: 1140px;
  margin: auto;
  border: 1px solid #00000026;
  box-shadow: 0 8px 24px -8px #00000026;
}

.theme-6 header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main {
  --uc-nav-height: 64px !important;
}

.theme-6 header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main .uc-navbar {
  min-height: 64px !important;
}

.theme-6 :root:where(.uc-dark), .theme-6 :where(.uc-dark) :root {
  --bs-link-color-rgb: white !important;
}

.theme-6 .hero-five-contries {
  left: -18.5% !important;
}

.theme-6 [dir="rtl"] .hero-five-contries {
  left: auto !important;
  right: -18.5% !important;
}

.theme-6 .hero-five-account {
  right: -12% !important;
}

.theme-6 [dir="rtl"] .hero-five-account {
  right: auto !important;
  left: -12% !important;
}

.theme-6 .hero-ten-01 {
  left: -14% !important;
}

.theme-6 [dir="rtl"] .hero-ten-01 {
  left: auto !important;
  right: -14% !important;
}

.theme-6 .hero-ten-02 {
  right: -12% !important;
}

.theme-6 [dir="rtl"] .hero-ten-02 {
  right: auto !important;
  left: -12% !important;
}

.theme-6 .hero-ten-03 {
  right: -8% !important;
}

.theme-6 [dir="rtl"] .hero-ten-03 {
  right: auto !important;
  left: -8% !important;
}

.theme-6 .swiper .swiper-pagination-bullet, .theme-6 .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 0;
  height: 8px !important;
  width: 8px !important;
  border-radius: 8px !important;
}

.theme-6 .swiper-timeline .swiper-slide:first-child .timeline-box:before {
  left: 50% !important;
}

.theme-6 [dir="rtl"] .swiper-timeline .swiper-slide:first-child .timeline-box:before {
  left: 0 !important;
  right: 50% !important;
}

.theme-6 .swiper-timeline .swiper-slide:last-child .timeline-box:before {
  right: 50% !important;
}

.theme-6 [dir="rtl"] .swiper-timeline .swiper-slide:last-child .timeline-box:before {
  right: 0 !important;
  left: 50% !important;
}

.theme-6 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .image {
  transform: scale(1);
  opacity: 1;
}

.theme-6 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .content, .theme-6 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .title {
  opacity: 1;
}

.theme-6 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box:after {
  transform: scale(1);
}

.theme-6 .timeline-box {
  --image-box-height: 200px;
  --half-gap: 40px;
  position: relative;
  transition: all .25s ease-in-out;
}

.theme-6 .timeline-box:after, .theme-6 .timeline-box:before {
  content: "";
  position: absolute;
  display: block;
  transition: all .25s ease-in-out;
}

.theme-6 .timeline-box:after, .theme-6 .timeline-box:before {
  background: var(--color-gray-900);
}

.theme-6 .timeline-box:after:where(), .theme-6 .timeline-box:before:where(), .theme-6 :where(.uc-dark) .timeline-box:after, .theme-6 :where(.uc-dark) .timeline-box:before {
  background: #fff;
}

.theme-6 .timeline-box:before {
  top: calc(var(--image-box-height)  + var(--half-gap));
  right: 0;
  left: 0;
  width: auto;
  height: 1px;
  opacity: .15;
}

.theme-6 .timeline-box:after {
  top: calc(var(--image-box-height)  + var(--half-gap)  - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: scale(.5);
  transition: transform .25s;
}

.theme-6 .timeline-box:after {
  left: auto !important;
}

.theme-6 [dir="rtl"] .timeline-box:after {
  left: calc(50% - 10px) !important;
  right: auto !important;
}

.theme-6 .timeline-box .image {
  opacity: .6;
  transform: scale(.9);
  transition: all .25s ease-in-out;
}

.theme-6 .timeline-box .content, .theme-6 .timeline-box .title {
  opacity: .6;
  transition: all .25s ease-in-out;
}

.theme-6 .main-features-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.theme-6 .main-features-nav > li {
  position: relative;
  width: 100%;
}

.theme-6 .main-features-nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0 16px;
  line-height: 80px !important;
}

.theme-6 .main-features-nav > li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid #0000;
  width: 0%;
  transition: all cubic-bezier(1, 0, 0, 1);
}

.theme-6 .main-features-nav > li.uc-active:before {
  border-color: var(--color-primary);
  width: 100%;
  transition-duration: .5s;
}

.theme-6 .uc-link {
  font-weight: 500;
}

.theme-6 .uc-navbar-nav > li > a[aria-expanded="true"] {
  box-shadow: inset 0 3px var(--color-primary);
}

.theme-6 .uc-switcher-nav > li > a {
  border-radius: 12px;
}

.theme-6 .uc-subnav-outline-pill > li > a {
  border: 1px solid var(--border-color);
  border-radius: 50rem;
  padding: 8px 24px;
}

.theme-6 .uc-subnav-outline-pill > li > a {
  color: var(--color-gray-900) !important;
}

.theme-6 .uc-subnav-outline-pill > li > a:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-subnav-outline-pill > li > a {
  color: #fff !important;
}

.theme-6 .uc-subnav-outline-pill > li.uc-active > a {
  background-color: var(--color-tertiary-300);
}

.theme-6 .uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
  background-color: var(--color-primary);
}

.theme-6 .uc-subnav-outline-pill > li.uc-active > a {
  border-color: var(--color-gray-900);
}

.theme-6 .uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
  border-color: var(--color-primary-400);
}

.theme-6 .uc-navbar-container:not(.uc-navbar-transparent) {
  background: none !important;
}

.theme-6 .uc-navbar-dropdown-nav > li > a:where(.uc-dark), .theme-6 :where(.uc-dark) .uc-navbar-dropdown-nav > li > a {
  color: var(--color-tertiary-200);
}

.theme-6 .uc-table-light.uc-table-divider > :first-child > tr:not(:first-child), .theme-6 .uc-table-light.uc-table-divider > :not(:first-child) > tr, .theme-6 .uc-table-light.uc-table-divider > tr:not(:first-child) {
  border-color: #dccdcb !important;
}

.theme-6 *, .theme-6 :after, .theme-6 :before {
  box-sizing: border-box;
}

.theme-6 hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: .25;
}

.theme-6 h1, .theme-6 h2, .theme-6 h3, .theme-6 h4, .theme-6 h5, .theme-6 h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: var(--font-family-secondary);
  font-weight: 700;
  color: var(--bs-heading-color, inherit);
}

.theme-6 p {
  margin: 0;
}

.theme-6 p + p {
  margin-top: 1rem;
}

.theme-6 address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.theme-6 ol, .theme-6 ul {
  padding-left: 2rem;
}

.theme-6 ol, .theme-6 ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.theme-6 ol ol, .theme-6 ol ul, .theme-6 ul ol, .theme-6 ul ul {
  margin-bottom: 0;
}

.theme-6 b, .theme-6 strong {
  font-weight: 700;
}

.theme-6 .small, .theme-6 small {
  font-size: .875em;
}

.theme-6 sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}

.theme-6 sup {
  top: -.5em;
}

.theme-6 a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

.theme-6 a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.theme-6 a:not([href]):not([class]), .theme-6 a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.theme-6 code, .theme-6 pre, .theme-6 samp {
  font-family: var(--font-family-code);
  font-size: 1em;
}

.theme-6 pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}

.theme-6 pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.theme-6 code {
  font-size: .875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

.theme-6 a > code {
  color: inherit;
}

.theme-6 figure {
  margin: 0 0 1rem;
}

.theme-6 img, .theme-6 svg {
  vertical-align: middle;
}

.theme-6 table {
  caption-side: bottom;
  border-collapse: collapse;
}

.theme-6 th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

.theme-6 tbody, .theme-6 td, .theme-6 tfoot, .theme-6 th, .theme-6 thead, .theme-6 tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.theme-6 label {
  display: inline-block;
}

.theme-6 button {
  border-radius: 0;
}

.theme-6 button:focus:not(:focus-visible) {
  outline: 0;
}

.theme-6 button, .theme-6 input, .theme-6 select, .theme-6 textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.theme-6 button, .theme-6 select {
  text-transform: none;
}

.theme-6 [role="button"] {
  cursor: pointer;
}

.theme-6 select {
  word-wrap: normal;
}

.theme-6 select:disabled {
  opacity: 1;
}

.theme-6 [list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

.theme-6 [type="button"], .theme-6 [type="submit"], .theme-6 button {
  -webkit-appearance: button;
}

.theme-6 [type="button"]:not(:disabled), .theme-6 [type="submit"]:not(:disabled), .theme-6 button:not(:disabled) {
  cursor: pointer;
}

.theme-6 ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.theme-6 textarea {
  resize: vertical;
}

.theme-6 fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.theme-6 ::-webkit-datetime-edit-day-field, .theme-6 ::-webkit-datetime-edit-fields-wrapper, .theme-6 ::-webkit-datetime-edit-hour-field, .theme-6 ::-webkit-datetime-edit-minute, .theme-6 ::-webkit-datetime-edit-month-field, .theme-6 ::-webkit-datetime-edit-text, .theme-6 ::-webkit-datetime-edit-year-field {
  padding: 0;
}

.theme-6 ::-webkit-inner-spin-button {
  height: auto;
}

.theme-6 [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

.theme-6 ::-webkit-search-decoration {
  -webkit-appearance: none;
}

.theme-6 ::-webkit-color-swatch-wrapper {
  padding: 0;
}

.theme-6 ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

.theme-6 progress {
  vertical-align: baseline;
}

.theme-6 [hidden] {
  display: none !important;
}

.theme-6 .display-5 {
  font-size: var(--sizes-heading-display-5-size) !important;
  line-height: var(--sizes-heading-display-5-lh) !important;
  letter-spacing: var(--sizes-heading-display-5-lp) !important;
}

.theme-6 .h1 {
  font-size: var(--sizes-heading-h1-size) !important;
  line-height: var(--sizes-heading-h1-lh) !important;
  letter-spacing: var(--sizes-heading-h1-lp) !important;
}

.theme-6 .h2 {
  font-size: var(--sizes-heading-h2-size) !important;
  line-height: var(--sizes-heading-h2-lh) !important;
  letter-spacing: var(--sizes-heading-h2-lp) !important;
}

.theme-6 .h3 {
  font-size: var(--sizes-heading-h3-size) !important;
  line-height: var(--sizes-heading-h3-lh) !important;
  letter-spacing: var(--sizes-heading-h3-lp) !important;
}

.theme-6 .h4 {
  font-size: var(--sizes-heading-h4-size) !important;
  line-height: var(--sizes-heading-h4-lh) !important;
  letter-spacing: var(--sizes-heading-h4-lp) !important;
}

.theme-6 .h5 {
  font-size: var(--sizes-heading-h5-size) !important;
  line-height: var(--sizes-heading-h5-lh) !important;
  letter-spacing: var(--sizes-heading-h5-lp) !important;
}

.theme-6 .h6 {
  font-size: var(--sizes-heading-h6-size) !important;
  line-height: var(--sizes-heading-h6-lh) !important;
  letter-spacing: var(--sizes-heading-h6-lp) !important;
}

@media (width >= 459px) {
  .theme-6 .sm\:display-2 {
    font-size: var(--sizes-heading-display-2-size) !important;
    line-height: var(--sizes-heading-display-2-lh) !important;
    letter-spacing: var(--sizes-heading-display-2-lp) !important;
  }

  .theme-6 .sm\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .theme-6 .sm\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .theme-6 .sm\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .theme-6 .sm\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .theme-6 .sm\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .theme-6 .sm\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
}

@media (width >= 768px) {
  .theme-6 .md\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }

  .theme-6 .md\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .theme-6 .md\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .theme-6 .md\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .theme-6 .md\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .theme-6 .md\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .theme-6 .md\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
}

@media (width >= 992px) {
  .theme-6 .lg\:display-4 {
    font-size: var(--sizes-heading-display-4-size) !important;
    line-height: var(--sizes-heading-display-4-lh) !important;
    letter-spacing: var(--sizes-heading-display-4-lp) !important;
  }

  .theme-6 .lg\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }

  .theme-6 .lg\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .theme-6 .lg\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .theme-6 .lg\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .theme-6 .lg\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .theme-6 .lg\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .theme-6 .lg\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }

  .theme-6 .lg\:h6 {
    font-size: var(--sizes-heading-h6-size) !important;
    line-height: var(--sizes-heading-h6-lh) !important;
    letter-spacing: var(--sizes-heading-h6-lp) !important;
  }
}

@media (width >= 1200px) {
  .theme-6 .xl\:display-3 {
    font-size: var(--sizes-heading-display-3-size) !important;
    line-height: var(--sizes-heading-display-3-lh) !important;
    letter-spacing: var(--sizes-heading-display-3-lp) !important;
  }

  .theme-6 .xl\:display-4 {
    font-size: var(--sizes-heading-display-4-size) !important;
    line-height: var(--sizes-heading-display-4-lh) !important;
    letter-spacing: var(--sizes-heading-display-4-lp) !important;
  }

  .theme-6 .xl\:display-5 {
    font-size: var(--sizes-heading-display-5-size) !important;
    line-height: var(--sizes-heading-display-5-lh) !important;
    letter-spacing: var(--sizes-heading-display-5-lp) !important;
  }

  .theme-6 .xl\:display-6 {
    font-size: var(--sizes-heading-display-6-size) !important;
    line-height: var(--sizes-heading-display-6-lh) !important;
    letter-spacing: var(--sizes-heading-display-6-lp) !important;
  }

  .theme-6 .xl\:h1 {
    font-size: var(--sizes-heading-h1-size) !important;
    line-height: var(--sizes-heading-h1-lh) !important;
    letter-spacing: var(--sizes-heading-h1-lp) !important;
  }

  .theme-6 .xl\:h2 {
    font-size: var(--sizes-heading-h2-size) !important;
    line-height: var(--sizes-heading-h2-lh) !important;
    letter-spacing: var(--sizes-heading-h2-lp) !important;
  }

  .theme-6 .xl\:h3 {
    font-size: var(--sizes-heading-h3-size) !important;
    line-height: var(--sizes-heading-h3-lh) !important;
    letter-spacing: var(--sizes-heading-h3-lp) !important;
  }

  .theme-6 .xl\:h4 {
    font-size: var(--sizes-heading-h4-size) !important;
    line-height: var(--sizes-heading-h4-lh) !important;
    letter-spacing: var(--sizes-heading-h4-lp) !important;
  }

  .theme-6 .xl\:h5 {
    font-size: var(--sizes-heading-h5-size) !important;
    line-height: var(--sizes-heading-h5-lh) !important;
    letter-spacing: var(--sizes-heading-h5-lp) !important;
  }
}

.theme-6 .lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.theme-6 .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-family: var(--font-family-secondary);
  font-weight: 700;
}

@media (width >= 1200px) {
  .theme-6 .display-5 {
    font-size: 3rem;
  }
}

.theme-6 .figure {
  display: inline-block;
}

.theme-6 .container {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (width >= 459px) {
  .theme-6 .container {
    max-width: 540px;
  }
}

@media (width >= 768px) {
  .theme-6 .container {
    max-width: 720px;
  }
}

@media (width >= 992px) {
  .theme-6 .container {
    max-width: 960px;
  }
}

@media (width >= 1200px) {
  .theme-6 .container {
    max-width: 1140px;
  }
}

@media (width >= 1400px) {
  .theme-6 .container {
    max-width: 1320px;
  }
}

.theme-6 .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.theme-6 .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.theme-6 .row.col-match {
  flex-wrap: wrap;
}

.theme-6 .row.col-match > *, .theme-6 .row.col-match > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.theme-6 .row.col-match > * > *, .theme-6 .row.col-match > [class*="col-"] > * {
  flex: 1;
}

.theme-6 .row.uc-grid:not(.uc-flex-wrap-top), .theme-6 .row.uc-grid > :not(.uc-grid-margin) {
  margin-top: 0;
}

.theme-6 .expand-container {
  --grid-gap: var(--bs-gutter-x);
  --scroll-width: var(--body-scroll-width, 17px);
  --container-width: calc((100% + var(--grid-gap)) * var(--grid-total) / var(--grid-count)  - var(--grid-gap));
  --expand-size: calc((100vw - var(--scroll-width)  - var(--container-width)) / -2);
  margin-right: var(--expand-size);
  margin-left: var(--expand-size);
}

.theme-6 .g-0 .expand-container, .theme-6 .g-0 .bp-lg .g-0, .theme-6 .g-0 .bp-md .g-0, .theme-6 .g-0 .bp-sm .g-0, .theme-6 .g-0 .bp-xl .g-0, .theme-6 .g-0 .bp-xs .g-0, .theme-6 .g-0 .bp-xxl .g-0, .theme-6 .gx-0 .expand-container, .theme-6 .gx-0 .bp-lg .g-0, .theme-6 .gx-0 .bp-md .g-0, .theme-6 .gx-0 .bp-sm .g-0, .theme-6 .gx-0 .bp-xl .g-0, .theme-6 .gx-0 .bp-xs .g-0, .theme-6 .gx-0 .bp-xxl .g-0 {
  --grid-gap: 0rem;
}

.theme-6 .child-cols > * {
  flex: 1;
}

.theme-6 .child-cols-3 > * {
  --grid-total: 12;
  --grid-count: 3;
  flex: none;
  width: 25%;
}

.theme-6 .child-cols-4 > * {
  --grid-total: 12;
  --grid-count: 4;
  flex: none;
  width: 33.3333%;
}

.theme-6 .child-cols-6 > * {
  --grid-total: 12;
  --grid-count: 6;
  flex: none;
  width: 50%;
}

.theme-6 .child-cols-12 > * {
  --grid-total: 12;
  --grid-count: 12;
  flex: none;
  width: 100%;
}

@media (width >= 459px) {
  .theme-6 .sm\:child-cols > * {
    flex: 1 0;
  }

  .theme-6 .sm\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-6 .sm\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 768px) {
  .theme-6 .md\:child-cols > * {
    flex: 1 0;
  }

  .theme-6 .md\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-6 .md\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 992px) {
  .theme-6 .lg\:child-cols > * {
    flex: 1 0;
  }

  .theme-6 .lg\:child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .theme-6 .lg\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-6 .lg\:child-cols-5 > * {
    --grid-total: 12;
    --grid-count: 5;
    flex: none;
    width: 41.6667%;
  }

  .theme-6 .lg\:child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 1200px) {
  .theme-6 .xl\:child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .theme-6 .xl\:child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }
}

.theme-6 .grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}

.theme-6 .col {
  flex: 1 0;
}

.theme-6 .col-auto {
  flex: none;
  width: auto;
}

.theme-6 .col-3 {
  --grid-total: 12;
  --grid-count: 3;
  flex: none;
  width: 25%;
}

.theme-6 .col-4 {
  --grid-total: 12;
  --grid-count: 4;
  flex: none;
  width: 33.3333%;
}

.theme-6 .col-5 {
  --grid-total: 12;
  --grid-count: 5;
  flex: none;
  width: 41.6667%;
}

.theme-6 .col-7 {
  --grid-total: 12;
  --grid-count: 7;
  flex: none;
  width: 58.3333%;
}

.theme-6 .col-8 {
  --grid-total: 12;
  --grid-count: 8;
  flex: none;
  width: 66.6667%;
}

.theme-6 .col-12 {
  --grid-total: 12;
  --grid-count: 12;
  flex: none;
  width: 100%;
}

.theme-6 .g-0, .theme-6 .gx-0 {
  --bs-gutter-x: 0;
}

.theme-6 .g-0, .theme-6 .gy-0 {
  --bs-gutter-y: 0;
}

.theme-6 .g-1 {
  --bs-gutter-x: .5rem;
}

.theme-6 .g-1 {
  --bs-gutter-y: .5rem;
}

.theme-6 .g-2, .theme-6 .gx-2 {
  --bs-gutter-x: 1rem;
}

.theme-6 .g-2, .theme-6 .gy-2 {
  --bs-gutter-y: 1rem;
}

.theme-6 .g-3 {
  --bs-gutter-x: 1.5rem;
}

.theme-6 .g-3, .theme-6 .gy-3 {
  --bs-gutter-y: 1.5rem;
}

.theme-6 .g-4, .theme-6 .gx-4 {
  --bs-gutter-x: 2rem;
}

.theme-6 .g-4, .theme-6 .gy-4 {
  --bs-gutter-y: 2rem;
}

.theme-6 .g-5, .theme-6 .gx-5 {
  --bs-gutter-x: 2.5rem;
}

.theme-6 .g-5 {
  --bs-gutter-y: 2.5rem;
}

.theme-6 .g-6, .theme-6 .gx-6 {
  --bs-gutter-x: 3rem;
}

.theme-6 .g-6, .theme-6 .gy-6 {
  --bs-gutter-y: 3rem;
}

.theme-6 .g-8 {
  --bs-gutter-x: 4rem;
}

.theme-6 .g-8 {
  --bs-gutter-y: 4rem;
}

.theme-6 .g-9 {
  --bs-gutter-x: 5rem;
}

.theme-6 .g-9, .theme-6 .gy-9 {
  --bs-gutter-y: 5rem;
}

@media (width >= 768px) {
  .theme-6 .col-md-2 {
    --grid-total: 12;
    --grid-count: 2;
    flex: none;
    width: 16.6667%;
  }

  .theme-6 .col-md-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-6 .col-md-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }
}

@media (width >= 459px) {
  .theme-6 .sm\:col-auto {
    flex: none;
    width: auto;
  }

  .theme-6 .sm\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-6 .sm\:col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: none;
    width: 41.6667%;
  }

  .theme-6 .sm\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }

  .theme-6 .sm\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: none;
    width: 66.6667%;
  }

  .theme-6 .sm\:col-9 {
    --grid-total: 12;
    --grid-count: 9;
    flex: none;
    width: 75%;
  }

  .theme-6 .sm\:col-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: none;
    width: 83.3333%;
  }

  .theme-6 .sm\:g-2 {
    --bs-gutter-x: 1rem;
  }

  .theme-6 .sm\:g-2 {
    --bs-gutter-y: 1rem;
  }

  .theme-6 .sm\:g-3, .theme-6 .sm\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }

  .theme-6 .sm\:g-3 {
    --bs-gutter-y: 1.5rem;
  }

  .theme-6 .sm\:g-4, .theme-6 .sm\:gx-4 {
    --bs-gutter-x: 2rem;
  }

  .theme-6 .sm\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .theme-6 .sm\:g-6 {
    --bs-gutter-x: 3rem;
  }

  .theme-6 .sm\:g-6, .theme-6 .sm\:gy-6 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 768px) {
  .theme-6 .md\:col-auto {
    flex: none;
    width: auto;
  }

  .theme-6 .md\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-6 .md\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }

  .theme-6 .md\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: none;
    width: 66.6667%;
  }

  .theme-6 .md\:g-4 {
    --bs-gutter-x: 2rem;
  }

  .theme-6 .md\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .theme-6 .md\:gx-6 {
    --bs-gutter-x: 3rem;
  }

  .theme-6 .md\:g-8 {
    --bs-gutter-x: 4rem;
  }

  .theme-6 .md\:g-8 {
    --bs-gutter-y: 4rem;
  }
}

@media (width >= 992px) {
  .theme-6 .lg\:col {
    flex: 1 0;
  }

  .theme-6 .lg\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .theme-6 .lg\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-6 .lg\:col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: none;
    width: 41.6667%;
  }

  .theme-6 .lg\:col-6 {
    --grid-total: 12;
    --grid-count: 6;
    flex: none;
    width: 50%;
  }

  .theme-6 .lg\:col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: none;
    width: 58.3333%;
  }

  .theme-6 .lg\:col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: none;
    width: 66.6667%;
  }

  .theme-6 .lg\:col-10 {
    --grid-total: 12;
    --grid-count: 10;
    flex: none;
    width: 83.3333%;
  }

  .theme-6 .lg\:g-0, .theme-6 .lg\:gx-0 {
    --bs-gutter-x: 0;
  }

  .theme-6 .lg\:g-0 {
    --bs-gutter-y: 0;
  }

  .theme-6 .lg\:g-3, .theme-6 .lg\:gx-3 {
    --bs-gutter-x: 1.5rem;
  }

  .theme-6 .lg\:g-3 {
    --bs-gutter-y: 1.5rem;
  }

  .theme-6 .lg\:g-4, .theme-6 .lg\:gx-4 {
    --bs-gutter-x: 2rem;
  }

  .theme-6 .lg\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .theme-6 .lg\:g-6, .theme-6 .lg\:gx-6 {
    --bs-gutter-x: 3rem;
  }

  .theme-6 .lg\:g-6, .theme-6 .lg\:gy-6 {
    --bs-gutter-y: 3rem;
  }

  .theme-6 .lg\:g-8, .theme-6 .lg\:gx-8 {
    --bs-gutter-x: 4rem;
  }

  .theme-6 .lg\:g-8, .theme-6 .lg\:gy-8 {
    --bs-gutter-y: 4rem;
  }
}

@media (width >= 1200px) {
  .theme-6 .xl\:col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: none;
    width: 25%;
  }

  .theme-6 .xl\:col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: none;
    width: 33.3333%;
  }

  .theme-6 .xl\:col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: none;
    width: 58.3333%;
  }

  .theme-6 .xl\:g-3 {
    --bs-gutter-x: 1.5rem;
  }

  .theme-6 .xl\:g-3 {
    --bs-gutter-y: 1.5rem;
  }

  .theme-6 .xl\:g-4, .theme-6 .xl\:gx-4 {
    --bs-gutter-x: 2rem;
  }

  .theme-6 .xl\:g-4 {
    --bs-gutter-y: 2rem;
  }

  .theme-6 .xl\:g-6 {
    --bs-gutter-x: 3rem;
  }

  .theme-6 .xl\:g-6, .theme-6 .xl\:gy-6 {
    --bs-gutter-y: 3rem;
  }

  .theme-6 .xl\:g-8, .theme-6 .xl\:gx-8 {
    --bs-gutter-x: 4rem;
  }

  .theme-6 .xl\:g-8, .theme-6 .xl\:gy-8 {
    --bs-gutter-y: 4rem;
  }

  .theme-6 .xl\:g-10 {
    --bs-gutter-x: 8rem;
  }

  .theme-6 .xl\:g-10 {
    --bs-gutter-y: 8rem;
  }
}

.theme-6 .sep > * {
  position: relative;
}

.theme-6 .sep > :not(.uc-first-column):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.theme-6 .sep > :not(.uc-first-column):before {
  left: -.2px !important;
}

.theme-6 [dir="rtl"] .sep > :not(.uc-first-column):before {
  left: auto !important;
  right: -.2px !important;
}

.theme-6 .sep > :not(.uc-first-column):before {
  border-left: 1px solid var(--border-color) !important;
}

.theme-6 [dir="rtl"] .sep > :not(.uc-first-column):before {
  border-left: 1rem !important;
  border-right: 1px solid var(--border-color) !important;
}

.theme-6 .sep > .uc-grid-margin:after {
  content: "";
  position: absolute;
  top: calc(var(--bs-gutter-y) / 2 * -1);
  left: calc(var(--bs-gutter-y) / 2);
  right: calc(var(--bs-gutter-y) / 2);
  border-top: 1px solid #9b9b9b33;
  transform: translateY(-50%);
}

.theme-6 .sep-x > :not(:first-child) {
  position: relative;
}

.theme-6 .sep-x > :not(:first-child):before {
  content: "";
  position: absolute;
  top: calc(var(--bs-gutter-y) / 2 * -1);
  left: 15px;
  right: 15px;
  border-top: 1px solid #9b9b9b33;
  transform: translateY(-50%);
}

.theme-6 .clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.theme-6 .ratio {
  position: relative;
  width: 100%;
}

.theme-6 .ratio:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.theme-6 .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.theme-6 .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.theme-6 .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.theme-6 .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.theme-6 .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.theme-6 .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

.theme-6 .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.theme-6 .vstack {
  display: flex;
  flex: auto;
  flex-direction: column;
  align-self: stretch;
}

.theme-6 .vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: .25;
}

.theme-6 .btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0px;
  --bs-btn-font-family: var(--font-family-tertiary);
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 48px;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
  --bs-btn-disabled-opacity: .65;
  --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .theme-6 .btn {
    transition: none;
  }
}

.theme-6 .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.theme-6 .btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.theme-6 .btn.active, .theme-6 .btn.show, .theme-6 .btn:first-child:active, .theme-6 :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.theme-6 .btn.active:focus-visible, .theme-6 .btn.show:focus-visible, .theme-6 .btn:first-child:active:focus-visible, .theme-6 :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.theme-6 .btn.disabled, .theme-6 .btn:disabled, .theme-6 fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.theme-6 .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--btn-hover-bg);
  --bs-btn-hover-border-color: var(--btn-hover-border-color);
  --bs-btn-focus-shadow-rgb: 53, 137, 124;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--btn-hover-border-color);
  --bs-btn-active-border-color: #0d574c;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--color-primary);
  --bs-btn-disabled-border-color: var(--color-primary);
}

.theme-6 .btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #fef1e7;
  --bs-btn-border-color: #fef1e7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fef3eb;
  --bs-btn-hover-border-color: #fef2e9;
  --bs-btn-focus-shadow-rgb: 216, 205, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fef4ec;
  --bs-btn-active-border-color: #fef2e9;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fef1e7;
  --bs-btn-disabled-border-color: #fef1e7;
}

.theme-6 .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4caf50;
  --bs-btn-border-color: #4caf50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #419544;
  --bs-btn-hover-border-color: #3d8c40;
  --bs-btn-focus-shadow-rgb: 103, 187, 106;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3d8c40;
  --bs-btn-active-border-color: #39833c;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4caf50;
  --bs-btn-disabled-border-color: #4caf50;
}

.theme-6 .btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #09c;
  --bs-btn-border-color: #09c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0082ad;
  --bs-btn-hover-border-color: #007aa3;
  --bs-btn-focus-shadow-rgb: 38, 168, 212;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #007aa3;
  --bs-btn-active-border-color: #007399;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #09c;
  --bs-btn-disabled-border-color: #09c;
}

.theme-6 .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffb307;
  --bs-btn-border-color: #ffb307;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffbe2c;
  --bs-btn-hover-border-color: #ffbb20;
  --bs-btn-focus-shadow-rgb: 217, 152, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc239;
  --bs-btn-active-border-color: #ffbb20;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffb307;
  --bs-btn-disabled-border-color: #ffb307;
}

.theme-6 .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e44b4b;
  --bs-btn-border-color: #e44b4b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c24040;
  --bs-btn-hover-border-color: #b63c3c;
  --bs-btn-focus-shadow-rgb: 232, 102, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b63c3c;
  --bs-btn-active-border-color: #ab3838;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e44b4b;
  --bs-btn-disabled-border-color: #e44b4b;
}

.theme-6 .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.theme-6 .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.theme-6 .btn-gray {
  --bs-btn-color: #fff;
  --bs-btn-bg: #292352;
  --bs-btn-border-color: #292352;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #231e46;
  --bs-btn-hover-border-color: #211c42;
  --bs-btn-focus-shadow-rgb: 73, 68, 108;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #211c42;
  --bs-btn-active-border-color: #1f1a3e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #292352;
  --bs-btn-disabled-border-color: #292352;
}

.theme-6 .btn-primary-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: #a0c7c1;
  --bs-btn-border-color: #a0c7c1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #aecfca;
  --bs-btn-hover-border-color: #aacdc7;
  --bs-btn-focus-shadow-rgb: 136, 169, 164;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #b3d2cd;
  --bs-btn-active-border-color: #aacdc7;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #a0c7c1;
  --bs-btn-disabled-border-color: #a0c7c1;
}

.theme-6 .btn-primary-700 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0a463d;
  --bs-btn-border-color: #0a463d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #093c34;
  --bs-btn-hover-border-color: #083831;
  --bs-btn-focus-shadow-rgb: 47, 98, 90;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #083831;
  --bs-btn-active-border-color: #08352e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0a463d;
  --bs-btn-disabled-border-color: #0a463d;
}

.theme-6 .btn-tertiary {
  --bs-btn-color: #000;
  --bs-btn-bg: #e5fdc5;
  --bs-btn-border-color: #e5fdc5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e9fdce;
  --bs-btn-hover-border-color: #e8fdcb;
  --bs-btn-focus-shadow-rgb: 195, 215, 167;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eafdd1;
  --bs-btn-active-border-color: #e8fdcb;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e5fdc5;
  --bs-btn-disabled-border-color: #e5fdc5;
}

.theme-6 .btn-outline-primary {
  --bs-btn-color: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--color-primary);
  --bs-btn-hover-border-color: var(--color-primary);
  --bs-btn-focus-shadow-rgb: var(--color-primary-rgb);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--color-primary);
  --bs-btn-active-border-color: var(--color-primary);
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: var(--color-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--color-primary);
  --bs-gradient: none;
}

.theme-6 .btn-outline-gray-100 {
  --bs-btn-color: #d4d3dc;
  --bs-btn-border-color: #d4d3dc;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d4d3dc;
  --bs-btn-hover-border-color: #d4d3dc;
  --bs-btn-focus-shadow-rgb: 212, 211, 220;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d4d3dc;
  --bs-btn-active-border-color: #d4d3dc;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #d4d3dc;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d4d3dc;
  --bs-gradient: none;
}

.theme-6 .btn-outline-tertiary {
  --bs-btn-color: #e5fdc5;
  --bs-btn-border-color: #e5fdc5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e5fdc5;
  --bs-btn-hover-border-color: #e5fdc5;
  --bs-btn-focus-shadow-rgb: var(--color-tertiary-rgb);
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e5fdc5;
  --bs-btn-active-border-color: #e5fdc5;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #e5fdc5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e5fdc5;
  --bs-gradient: none;
}

.theme-6 .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

.theme-6 .btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.theme-6 .btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.theme-6 .btn-lg {
  --bs-btn-padding-y: .5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: .5rem;
}

.theme-6 .btn-sm {
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .875rem;
  --bs-btn-border-radius: var(--radius);
}

.theme-6 .accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: .375rem;
  --bs-accordion-inner-border-radius: calc(.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.theme-6 .table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: #0000000d;
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: #0000001a;
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: #00000013;
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.theme-6 .table > :not(caption) > * > * {
  padding: 1rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.theme-6 .table > tbody {
  vertical-align: inherit;
}

.theme-6 .table > thead {
  vertical-align: bottom;
}

.theme-6 .form-label {
  margin-bottom: .5rem;
}

.theme-6 .form-control {
  display: block;
  width: 100%;
  padding: 1rem;
  font-family: var(--font-text-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: var(--radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .theme-6 .form-control {
    transition: none;
  }
}

.theme-6 .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.theme-6 .form-control::-webkit-date-and-time-value {
  height: 1.25rem;
}

.theme-6 .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.theme-6 .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.theme-6 .form-control::file-selector-button {
  padding: 1rem;
  margin: -1rem;
  margin-inline-end: 1rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .theme-6 .form-control::file-selector-button {
    transition: none;
  }
}

.theme-6 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.theme-6 .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  line-height: 1.25rem;
  color: #212529;
  background-color: #0000;
  border: solid #0000;
  border-width: 1px 0;
}

.theme-6 .form-control-plaintext:focus {
  outline: 0;
}

.theme-6 .form-control-plaintext.form-control-lg, .theme-6 .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.theme-6 .form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .75rem;
  font-size: 1rem;
  border-radius: var(--radius);
}

.theme-6 .form-control-sm::file-selector-button {
  padding: .75rem;
  margin-inline-end: .75rem;
}

.theme-6 .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 1.5rem;
  font-size: 1.125rem;
  border-radius: var(--radius);
}

.theme-6 .form-control-lg::file-selector-button {
  padding: 1.5rem;
  margin-inline-end: 1.5rem;
}

.theme-6 textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}

.theme-6 textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
}

.theme-6 textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.theme-6 .form-select {
  display: block;
  width: 100%;
  padding: 2.25rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-family: var(--font-text-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  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 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .theme-6 .form-select {
    transition: none;
  }
}

.theme-6 .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.theme-6 .form-select[multiple], .theme-6 .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}

.theme-6 .form-select:disabled {
  background-color: #e9ecef;
}

.theme-6 .form-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 #212529;
}

.theme-6 .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

.theme-6 .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.theme-6 .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #00000040;
  appearance: none;
  print-color-adjust: exact;
}

.theme-6 .form-check-input[type="checkbox"] {
  border-radius: .25em;
}

.theme-6 .form-check-input[type="radio"] {
  border-radius: 50%;
}

.theme-6 .form-check-input:active {
  filter: brightness(90%);
}

.theme-6 .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.theme-6 .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.theme-6 .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 10 3 3 6-6'/%3e%3c/svg%3e");
}

.theme-6 .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");
}

.theme-6 .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");
}

.theme-6 .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.theme-6 .form-check-input:disabled ~ .form-check-label, .theme-6 .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .5;
}

.theme-6 .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: #0000;
  appearance: none;
}

.theme-6 .form-range:focus {
  outline: 0;
}

.theme-6 .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.theme-6 .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.theme-6 .form-range::-moz-focus-outer {
  border: 0;
}

.theme-6 .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: var(--color-primary);
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .theme-6 .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.theme-6 .form-range::-webkit-slider-thumb:active {
  background-color: var(--color-primary-400);
}

.theme-6 .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
}

.theme-6 .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--color-primary);
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .theme-6 .form-range::-moz-range-thumb {
    transition: none;
  }
}

.theme-6 .form-range::-moz-range-thumb:active {
  background-color: var(--color-primary-400);
}

.theme-6 .form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
}

.theme-6 .form-range:disabled {
  pointer-events: none;
}

.theme-6 .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.theme-6 .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.theme-6 .valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754;
}

.theme-6 .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}

.theme-6 .fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .theme-6 .fade {
    transition: none;
  }
}

.theme-6 .fade:not(.show) {
  opacity: 0;
}

.theme-6 .collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s;
}

@media (prefers-reduced-motion: reduce) {
  .theme-6 .collapsing {
    transition: none;
  }
}

.theme-6 .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.theme-6 .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: .5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: .375rem;
  --bs-card-inner-border-radius: calc(.375rem - 1px);
  --bs-card-cap-padding-y: .5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #00000008;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: .75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.theme-6 .card > hr {
  margin-right: 0;
  margin-left: 0;
}

.theme-6 .card-body {
  flex: auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.theme-6 .breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: .5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.theme-6 .pagination {
  --bs-pagination-padding-x: .75rem;
  --bs-pagination-padding-y: .375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: .375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.theme-6 .alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 2px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.theme-6 .alert-info {
  --bs-alert-color: #006b8f;
  --bs-alert-bg: #e6f5fa;
  --bs-alert-border-color: #33add6;
}

.theme-6 .alert-warning {
  --bs-alert-color: #b37d05;
  --bs-alert-bg: #fff7e6;
  --bs-alert-border-color: #ffc239;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.theme-6 .progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: .75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: .375rem;
  --bs-progress-box-shadow: inset 0 1px 2px #00000013;
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width .6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.theme-6 .modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: .5rem;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: .5rem;
  --bs-modal-box-shadow: 0 .125rem .25rem #00000013;
  --bs-modal-inner-border-radius: calc(.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: .5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

@media (width >= 459px) {
  .theme-6 .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 .5rem 1rem #00000026;
  }
}

.theme-6 .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: .5rem;
  --bs-tooltip-padding-y: .25rem;
  --bs-tooltip-font-size: .875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: .375rem;
  --bs-tooltip-opacity: .9;
  --bs-tooltip-arrow-width: .8rem;
  --bs-tooltip-arrow-height: .4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

.theme-6 .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.theme-6 .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: .5;
}

.theme-6 .placeholder.btn:before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0;
  }
}

.theme-6 .align-top {
  vertical-align: top !important;
}

.theme-6 .align-middle {
  vertical-align: middle !important;
}

.theme-6 .float-start {
  float: left !important;
}

.theme-6 .float-end {
  float: right !important;
}

.theme-6 .opacity-10 {
  opacity: .1 !important;
}

.theme-6 .opacity-20 {
  opacity: .2 !important;
}

.theme-6 .opacity-25 {
  opacity: .25 !important;
}

.theme-6 .opacity-40 {
  opacity: .4 !important;
}

.theme-6 .opacity-50 {
  opacity: .5 !important;
}

.theme-6 .opacity-60 {
  opacity: .6 !important;
}

.theme-6 .opacity-70 {
  opacity: .7 !important;
}

.theme-6 .opacity-80 {
  opacity: .8 !important;
}

.theme-6 .opacity-100 {
  opacity: 1 !important;
}

.theme-6 :where(.uc-dark) .dark\:opacity-80 {
  opacity: .8 !important;
}

.theme-6 :where(.uc-dark) .dark\:opacity-90 {
  opacity: .9 !important;
}

.theme-6 .overflow-unset {
  overflow: unset !important;
}

.theme-6 .overflow-auto {
  overflow: auto !important;
}

.theme-6 .overflow-hidden {
  overflow: hidden !important;
}

.theme-6 .overflow-scroll {
  overflow: scroll !important;
}

.theme-6 .d-inline {
  display: inline !important;
}

.theme-6 .d-inline-block {
  display: inline-block !important;
}

.theme-6 .d-block {
  display: block !important;
}

.theme-6 [dir="ltr"] .ltr\:d-block {
  display: block !important;
}

.theme-6 [dir="rtl"] .rtl\:d-block {
  display: block !important;
}

.theme-6 .d-flex {
  display: flex !important;
}

.theme-6 .d-inline-flex {
  display: inline-flex !important;
}

.theme-6 .d-none {
  display: none !important;
}

.theme-6 [dir="ltr"] .ltr\:d-none {
  display: none !important;
}

.theme-6 [dir="rtl"] .rtl\:d-none {
  display: none !important;
}

.theme-6 :where(.uc-dark) .dark\:d-inline-block {
  display: inline-block !important;
}

.theme-6 :where(.uc-dark) .dark\:d-block {
  display: block !important;
}

.theme-6 [dir="ltr"] .ltr\:d-block {
  display: block !important;
}

.theme-6 [dir="rtl"] .rtl\:d-block {
  display: block !important;
}

.theme-6 :where(.uc-dark) .dark\:d-inline-flex {
  display: inline-flex !important;
}

.theme-6 :where(.uc-dark) .dark\:d-none {
  display: none !important;
}

.theme-6 [dir="ltr"] .ltr\:d-none {
  display: none !important;
}

.theme-6 [dir="rtl"] .rtl\:d-none {
  display: none !important;
}

.theme-6 .shadow {
  box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important;
}

.theme-6 .shadow-xs {
  box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important;
}

.theme-6 .shadow-sm {
  box-shadow: 0 .25rem .5rem -.1rem var(--shadow-color) !important;
}

.theme-6 .hover\:shadow-md:hover, .theme-6 .shadow-md {
  box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important;
}

.theme-6 .shadow-lg {
  box-shadow: 0 1rem 1.5rem -.1rem var(--shadow-color) !important;
}

.theme-6 .shadow-xl {
  box-shadow: 0 1.5rem 2rem -.1rem var(--shadow-color) !important;
}

.theme-6 .position-relative {
  position: relative !important;
}

.theme-6 .position-absolute {
  position: absolute !important;
}

.theme-6 .position-fixed {
  position: fixed !important;
}

.theme-6 .top-0 {
  top: 0 !important;
}

.theme-6 .top-50 {
  top: 50% !important;
}

.theme-6 .top-100 {
  top: 100% !important;
}

.theme-6 .bottom-0 {
  bottom: 0 !important;
}

.theme-6 .start-0 {
  left: 0 !important;
}

.theme-6 [dir="ltr"] .ltr\:start-0 {
  left: 0 !important;
}

.theme-6 [dir="rtl"] .rtl\:start-0 {
  left: 0 !important;
}

.theme-6 .start-50 {
  left: 50% !important;
}

.theme-6 .start-100 {
  left: 100% !important;
}

.theme-6 [dir="rtl"] .rtl\:end-auto {
  right: auto !important;
}

.theme-6 .end-0 {
  right: 0 !important;
}

.theme-6 [dir="ltr"] .ltr\:end-0 {
  right: 0 !important;
}

.theme-6 [dir="rtl"] .rtl\:end-0 {
  right: 0 !important;
}

.theme-6 .translate-middle {
  transform: translate(-50%, -50%) !important;
}

.theme-6 .translate-middle-x {
  transform: translateX(-50%) !important;
}

.theme-6 .translate-middle-y {
  transform: translateY(-50%) !important;
}

.theme-6 .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.theme-6 .border-0 {
  border: 0 !important;
}

.theme-6 .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.theme-6 .border-top-0 {
  border-top: 0 !important;
}

.theme-6 .border-end-0 {
  border-right: 0 !important;
}

.theme-6 .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.theme-6 .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.theme-6 .border-primary, .theme-6 .hover\:border-primary:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 .border-dark, .theme-6 .hover\:border-dark:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 .border-gray-50 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 .border-gray-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 .border-gray-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 .border-gray-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 .border-gray-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 .border-primary-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-300-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 .border-secondary-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-600-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 .hover\:border-tertiary:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 .border-tertiary-50 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 .border-tertiary-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-100-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:border-gray-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:border-gray-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:border-gray-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:border-gray-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:border-gray-700 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:border-gray-800 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:border-gray-900 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:border-tertiary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:border-tertiary-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.theme-6 .border-1 {
  border-width: 1px !important;
}

.theme-6 .border-2 {
  border-width: 2px !important;
}

.theme-6 .border-5 {
  border-width: 5px !important;
}

.theme-6 .border-opacity-5 {
  --bs-border-opacity: .05;
}

.theme-6 .border-opacity-10 {
  --bs-border-opacity: .1;
}

.theme-6 .border-opacity-15 {
  --bs-border-opacity: .15;
}

.theme-6 .border-opacity-20 {
  --bs-border-opacity: .2;
}

.theme-6 .hover\:border-opacity-40:hover {
  --bs-border-opacity: .4;
}

.theme-6 :where(.uc-dark) .dark\:border-opacity-0 {
  --bs-border-opacity: 0;
}

.theme-6 :where(.uc-dark) .dark\:border-opacity-10 {
  --bs-border-opacity: .1;
}

.theme-6 :where(.uc-dark) .dark\:border-opacity-15 {
  --bs-border-opacity: .15;
}

.theme-6 :where(.uc-dark) .dark\:border-opacity-20 {
  --bs-border-opacity: .2;
}

.theme-6 :where(.uc-dark) .dark\:border-opacity-30 {
  --bs-border-opacity: .3;
}

.theme-6 .w-4px {
  width: 4px !important;
}

.theme-6 .w-16px {
  width: 16px !important;
}

.theme-6 .w-20px {
  width: 20px !important;
}

.theme-6 .w-24px {
  width: 24px !important;
}

.theme-6 .w-32px {
  width: 32px !important;
}

.theme-6 .w-36px {
  width: 36px !important;
}

.theme-6 .w-40px {
  width: 40px !important;
}

.theme-6 .w-48px {
  width: 48px !important;
}

.theme-6 .w-56px {
  width: 56px !important;
}

.theme-6 .w-64px {
  width: 64px !important;
}

.theme-6 .w-72px {
  width: 72px !important;
}

.theme-6 .w-80px {
  width: 80px !important;
}

.theme-6 .w-96px {
  width: 96px !important;
}

.theme-6 .w-100px {
  width: 100px !important;
}

.theme-6 .w-128px {
  width: 128px !important;
}

.theme-6 .w-150px {
  width: 150px !important;
}

.theme-6 .w-200px {
  width: 200px !important;
}

.theme-6 .w-250px {
  width: 250px !important;
}

.theme-6 .w-300px {
  width: 300px !important;
}

.theme-6 .w-500px {
  width: 500px !important;
}

.theme-6 .w-600px {
  width: 600px !important;
}

.theme-6 .w-750px {
  width: 750px !important;
}

.theme-6 .w-800px {
  width: 800px !important;
}

.theme-6 .w-1000px {
  width: 1000px !important;
}

.theme-6 .w-1280px {
  width: 1280px !important;
}

.theme-6 .w-md {
  width: 720px !important;
}

.theme-6 .w-1\/6 {
  width: 16.6667% !important;
}

.theme-6 .w-1\/5 {
  width: 20% !important;
}

.theme-6 .w-1\/3 {
  width: 33.3333% !important;
}

.theme-6 .w-1\/2 {
  width: 50% !important;
}

.theme-6 .w-100 {
  width: 100% !important;
}

.theme-6 .w-full {
  width: 100% !important;
}

.theme-6 .w-auto {
  width: auto !important;
}

.theme-6 .max-w-40px {
  max-width: 40px !important;
}

.theme-6 .max-w-48px {
  max-width: 48px !important;
}

.theme-6 .max-w-80px {
  max-width: 80px !important;
}

.theme-6 .max-w-100px {
  max-width: 100px !important;
}

.theme-6 .max-w-250px {
  max-width: 250px !important;
}

.theme-6 .max-w-400px {
  max-width: 400px !important;
}

.theme-6 .max-w-450px {
  max-width: 450px !important;
}

.theme-6 .max-w-500px {
  max-width: 500px !important;
}

.theme-6 .max-w-550px {
  max-width: 550px !important;
}

.theme-6 .max-w-600px {
  max-width: 600px !important;
}

.theme-6 .max-w-650px {
  max-width: 650px !important;
}

.theme-6 .max-w-700px {
  max-width: 700px !important;
}

.theme-6 .max-w-750px {
  max-width: 750px !important;
}

.theme-6 .max-w-800px {
  max-width: 800px !important;
}

.theme-6 .max-w-850px {
  max-width: 850px !important;
}

.theme-6 .max-w-900px {
  max-width: 900px !important;
}

.theme-6 .max-w-950px {
  max-width: 950px !important;
}

.theme-6 .max-w-1000px {
  max-width: 1000px !important;
}

.theme-6 .max-w-1440px {
  max-width: 1440px !important;
}

.theme-6 .max-w-xs {
  max-width: 320px !important;
}

.theme-6 .max-w-sm {
  max-width: 640px !important;
}

.theme-6 .max-w-md {
  max-width: 720px !important;
}

.theme-6 .max-w-lg {
  max-width: 1040px !important;
}

.theme-6 .max-w-xl {
  max-width: 1280px !important;
}

.theme-6 .max-w-100 {
  max-width: 100% !important;
}

.theme-6 .h-4px {
  height: 4px !important;
}

.theme-6 .h-16px {
  height: 16px !important;
}

.theme-6 .h-24px {
  height: 24px !important;
}

.theme-6 .h-32px {
  height: 32px !important;
}

.theme-6 .h-36px {
  height: 36px !important;
}

.theme-6 .h-40px {
  height: 40px !important;
}

.theme-6 .h-48px {
  height: 48px !important;
}

.theme-6 .h-56px {
  height: 56px !important;
}

.theme-6 .h-64px {
  height: 64px !important;
}

.theme-6 .h-72px {
  height: 72px !important;
}

.theme-6 .h-80px {
  height: 80px !important;
}

.theme-6 .h-96px {
  height: 96px !important;
}

.theme-6 .h-100px {
  height: 100px !important;
}

.theme-6 .h-150px {
  height: 150px !important;
}

.theme-6 .h-200px {
  height: 200px !important;
}

.theme-6 .h-250px {
  height: 250px !important;
}

.theme-6 .h-300px {
  height: 300px !important;
}

.theme-6 .h-400px {
  height: 400px !important;
}

.theme-6 .h-500px {
  height: 500px !important;
}

.theme-6 .h-600px {
  height: 600px !important;
}

.theme-6 .h-700px {
  height: 700px !important;
}

.theme-6 .h-750px {
  height: 750px !important;
}

.theme-6 .h-1000px {
  height: 1000px !important;
}

.theme-6 .h-1280px {
  height: 1280px !important;
}

.theme-6 .h-100 {
  height: 100% !important;
}

.theme-6 .h-screen {
  height: 100vh !important;
}

.theme-6 .max-h-200px {
  max-height: 200px !important;
}

.theme-6 .max-h-250px {
  max-height: 250px !important;
}

.theme-6 .max-h-300px {
  max-height: 300px !important;
}

.theme-6 .max-h-400px {
  max-height: 400px !important;
}

.theme-6 .max-h-xs {
  max-height: 320px !important;
}

.theme-6 .max-h-sm {
  max-height: 640px !important;
}

.theme-6 .flex-1 {
  flex: 1 !important;
}

.theme-6 .flex-none {
  flex: none !important;
}

.theme-6 .flex-column {
  flex-direction: column !important;
}

.theme-6 .flex-nowrap {
  flex-wrap: nowrap !important;
}

.theme-6 .justify-start {
  justify-content: flex-start !important;
}

.theme-6 .justify-center {
  justify-content: center !important;
}

.theme-6 .justify-end {
  justify-content: flex-end !important;
}

.theme-6 .justify-between {
  justify-content: space-between !important;
}

.theme-6 .items-start {
  align-items: flex-start !important;
}

.theme-6 .items-center {
  align-items: center !important;
}

.theme-6 .items-end {
  align-items: flex-end !important;
}

.theme-6 .self-center {
  align-self: center !important;
}

.theme-6 [dir="rtl"] .rtl\:order-first {
  order: -1 !important;
}

.theme-6 .order-0 {
  order: 0 !important;
}

.theme-6 [dir="rtl"] .rtl\:order-0 {
  order: 0 !important;
}

.theme-6 .order-1 {
  order: 1 !important;
}

.theme-6 .order-2 {
  order: 2 !important;
}

.theme-6 .order-3 {
  order: 3 !important;
}

.theme-6 .m-0 {
  margin: 0 !important;
}

.theme-6 .m-narrow {
  margin: .25rem !important;
}

.theme-6 .m-1 {
  margin: .5rem !important;
}

.theme-6 .m-2 {
  margin: 1rem !important;
}

.theme-6 .m-3 {
  margin: 1.5rem !important;
}

.theme-6 .m-4 {
  margin: 2rem !important;
}

.theme-6 .m-auto {
  margin: auto !important;
}

.theme-6 .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.theme-6 .mx-narrow {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}

.theme-6 .mx-2 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.theme-6 .mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.theme-6 .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.theme-6 .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.theme-6 .my-1 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.theme-6 .my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.theme-6 .my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.theme-6 .my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.theme-6 .my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.theme-6 .my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.theme-6 .mt-0 {
  margin-top: 0 !important;
}

.theme-6 .mt-narrow {
  margin-top: .25rem !important;
}

.theme-6 .mt-1 {
  margin-top: .5rem !important;
}

.theme-6 .mt-2 {
  margin-top: 1rem !important;
}

.theme-6 .mt-3 {
  margin-top: 1.5rem !important;
}

.theme-6 .mt-4 {
  margin-top: 2rem !important;
}

.theme-6 .mt-5 {
  margin-top: 2.5rem !important;
}

.theme-6 .mt-6 {
  margin-top: 3rem !important;
}

.theme-6 .mt-7 {
  margin-top: 3.5rem !important;
}

.theme-6 .mt-8 {
  margin-top: 4rem !important;
}

.theme-6 [dir="rtl"] .rtl\:me-0 {
  margin-right: 0 !important;
}

.theme-6 .me-narrow {
  margin-right: .25rem !important;
}

.theme-6 [dir="ltr"] .ltr\:me-narrow {
  margin-right: .25rem !important;
}

.theme-6 [dir="rtl"] .rtl\:me-narrow {
  margin-right: .25rem !important;
}

.theme-6 .me-1 {
  margin-right: .5rem !important;
}

.theme-6 [dir="ltr"] .ltr\:me-1 {
  margin-right: .5rem !important;
}

.theme-6 [dir="rtl"] .rtl\:me-1 {
  margin-right: .5rem !important;
}

.theme-6 [dir="rtl"] .rtl\:me-2 {
  margin-right: 1rem !important;
}

.theme-6 .me-3 {
  margin-right: 1.5rem !important;
}

.theme-6 .me-4 {
  margin-right: 2rem !important;
}

.theme-6 [dir="rtl"] .rtl\:me-6 {
  margin-right: 3rem !important;
}

.theme-6 [dir="ltr"] .ltr\:me-8 {
  margin-right: 4rem !important;
}

.theme-6 .mb-0 {
  margin-bottom: 0 !important;
}

.theme-6 .mb-narrow {
  margin-bottom: .25rem !important;
}

.theme-6 .mb-1 {
  margin-bottom: .5rem !important;
}

.theme-6 .mb-2 {
  margin-bottom: 1rem !important;
}

.theme-6 .mb-3 {
  margin-bottom: 1.5rem !important;
}

.theme-6 .mb-4 {
  margin-bottom: 2rem !important;
}

.theme-6 .mb-5 {
  margin-bottom: 2.5rem !important;
}

.theme-6 .mb-6 {
  margin-bottom: 3rem !important;
}

.theme-6 [dir="ltr"] .ltr\:ms-0 {
  margin-left: 0 !important;
}

.theme-6 .ms-narrow {
  margin-left: .25rem !important;
}

.theme-6 [dir="ltr"] .ltr\:ms-narrow {
  margin-left: .25rem !important;
}

.theme-6 [dir="rtl"] .rtl\:ms-narrow {
  margin-left: .25rem !important;
}

.theme-6 .ms-1 {
  margin-left: .5rem !important;
}

.theme-6 [dir="ltr"] .ltr\:ms-1 {
  margin-left: .5rem !important;
}

.theme-6 [dir="rtl"] .rtl\:ms-1 {
  margin-left: .5rem !important;
}

.theme-6 .ms-2 {
  margin-left: 1rem !important;
}

.theme-6 [dir="ltr"] .ltr\:ms-2 {
  margin-left: 1rem !important;
}

.theme-6 .ms-3 {
  margin-left: 1.5rem !important;
}

.theme-6 .ms-4 {
  margin-left: 2rem !important;
}

.theme-6 [dir="ltr"] .ltr\:ms-6 {
  margin-left: 3rem !important;
}

.theme-6 [dir="rtl"] .rtl\:ms-8 {
  margin-left: 4rem !important;
}

.theme-6 .mx-n1 {
  margin-right: -.5rem !important;
  margin-left: -.5rem !important;
}

.theme-6 .mt-nnarrow {
  margin-top: -.25rem !important;
}

.theme-6 .mt-n3 {
  margin-top: -1.5rem !important;
}

.theme-6 .mt-n4 {
  margin-top: -2rem !important;
}

.theme-6 .mt-n8 {
  margin-top: -4rem !important;
}

.theme-6 .mt-n9 {
  margin-top: -6rem !important;
}

.theme-6 .me-n2 {
  margin-right: -1rem !important;
}

.theme-6 [dir="rtl"] .rtl\:me-n2 {
  margin-right: -1rem !important;
}

.theme-6 .me-n3 {
  margin-right: -1.5rem !important;
}

.theme-6 .me-n6 {
  margin-right: -3rem !important;
}

.theme-6 .me-n8 {
  margin-right: -4rem !important;
}

.theme-6 [dir="ltr"] .ltr\:me-n8 {
  margin-right: -4rem !important;
}

.theme-6 .mb-n4 {
  margin-bottom: -2rem !important;
}

.theme-6 .mb-n8 {
  margin-bottom: -4rem !important;
}

.theme-6 .ms-n2 {
  margin-left: -1rem !important;
}

.theme-6 [dir="ltr"] .ltr\:ms-n2 {
  margin-left: -1rem !important;
}

.theme-6 .ms-n3 {
  margin-left: -1.5rem !important;
}

.theme-6 .ms-n6 {
  margin-left: -3rem !important;
}

.theme-6 [dir="rtl"] .rtl\:ms-n6 {
  margin-left: -3rem !important;
}

.theme-6 .ms-n8 {
  margin-left: -4rem !important;
}

.theme-6 [dir="rtl"] .rtl\:ms-n8 {
  margin-left: -4rem !important;
}

.theme-6 .p-0 {
  padding: 0 !important;
}

.theme-6 .p-narrow {
  padding: .25rem !important;
}

.theme-6 .p-1 {
  padding: .5rem !important;
}

.theme-6 .p-2 {
  padding: 1rem !important;
}

.theme-6 .p-3 {
  padding: 1.5rem !important;
}

.theme-6 .p-4 {
  padding: 2rem !important;
}

.theme-6 .p-5 {
  padding: 2.5rem !important;
}

.theme-6 .p-6 {
  padding: 3rem !important;
}

.theme-6 .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.theme-6 .px-narrow {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}

.theme-6 .px-1 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

.theme-6 .px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.theme-6 .px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.theme-6 .px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.theme-6 .px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.theme-6 .py-narrow {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.theme-6 .py-1 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.theme-6 .py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.theme-6 .py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.theme-6 .py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.theme-6 .py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.theme-6 .py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.theme-6 .py-9 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.theme-6 .py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.theme-6 .pt-0 {
  padding-top: 0 !important;
}

.theme-6 .pt-2 {
  padding-top: 1rem !important;
}

.theme-6 .pt-3 {
  padding-top: 1.5rem !important;
}

.theme-6 .pt-4 {
  padding-top: 2rem !important;
}

.theme-6 .pt-6 {
  padding-top: 3rem !important;
}

.theme-6 .pt-8 {
  padding-top: 4rem !important;
}

.theme-6 .pt-9 {
  padding-top: 6rem !important;
}

.theme-6 .pe-3 {
  padding-right: 1.5rem !important;
}

.theme-6 [dir="rtl"] .rtl\:pe-3 {
  padding-right: 1.5rem !important;
}

.theme-6 [dir="ltr"] .ltr\:pe-4 {
  padding-right: 2rem !important;
}

.theme-6 .pb-0 {
  padding-bottom: 0 !important;
}

.theme-6 .pb-narrow {
  padding-bottom: .25rem !important;
}

.theme-6 .pb-2 {
  padding-bottom: 1rem !important;
}

.theme-6 .pb-3 {
  padding-bottom: 1.5rem !important;
}

.theme-6 .pb-4 {
  padding-bottom: 2rem !important;
}

.theme-6 .pb-6 {
  padding-bottom: 3rem !important;
}

.theme-6 .pb-7 {
  padding-bottom: 3.5rem !important;
}

.theme-6 .pb-8 {
  padding-bottom: 4rem !important;
}

.theme-6 .pb-10 {
  padding-bottom: 8rem !important;
}

.theme-6 [dir="ltr"] .ltr\:ps-3 {
  padding-left: 1.5rem !important;
}

.theme-6 [dir="rtl"] .rtl\:ps-4 {
  padding-left: 2rem !important;
}

.theme-6 .gap-0 {
  gap: 0 !important;
}

.theme-6 .gap-narrow {
  gap: .25rem !important;
}

.theme-6 .gap-1 {
  gap: .5rem !important;
}

.theme-6 .gap-2 {
  gap: 1rem !important;
}

.theme-6 .gap-3 {
  gap: 1.5rem !important;
}

.theme-6 .gap-4 {
  gap: 2rem !important;
}

.theme-6 .gap-5 {
  gap: 2.5rem !important;
}

.theme-6 .gap-6 {
  gap: 3rem !important;
}

.theme-6 .gap-7 {
  gap: 3.5rem !important;
}

.theme-6 .gap-8 {
  gap: 4rem !important;
}

.theme-6 .gap-9 {
  gap: 6rem !important;
}

.theme-6 .fs-1 {
  font-size: 2rem !important;
}

.theme-6 .fs-2 {
  font-size: 1.75rem !important;
}

.theme-6 .fs-4 {
  font-size: 1.25rem !important;
}

.theme-6 .fs-5 {
  font-size: 1.125rem !important;
}

.theme-6 .fs-6 {
  font-size: 1rem !important;
}

.theme-6 .fs-7 {
  font-size: .875rem !important;
}

.theme-6 .fs-8 {
  font-size: .75rem !important;
}

.theme-6 .fst-italic {
  font-style: italic !important;
}

.theme-6 .fw-light {
  font-weight: 300 !important;
}

.theme-6 .fw-normal {
  font-weight: 400 !important;
}

.theme-6 .fw-medium {
  font-weight: 500 !important;
}

.theme-6 .fw-bold {
  font-weight: 700 !important;
}

.theme-6 .lh-sm {
  line-height: .9 !important;
}

.theme-6 .lh-lg {
  line-height: 1.2 !important;
}

.theme-6 .text-start {
  text-align: left !important;
}

.theme-6 [dir="rtl"] .rtl\:text-start {
  text-align: left !important;
}

.theme-6 .text-end {
  text-align: right !important;
}

.theme-6 [dir="rtl"] .rtl\:text-end {
  text-align: right !important;
}

.theme-6 .text-center {
  text-align: center !important;
}

.theme-6 .text-none {
  text-decoration: none !important;
}

.theme-6 .text-underline {
  text-decoration: underline !important;
}

.theme-6 .text-line-through {
  text-decoration: line-through !important;
}

.theme-6 .text-uppercase {
  text-transform: uppercase !important;
}

.theme-6 .text-nowrap {
  white-space: nowrap !important;
}

.theme-6 .hover\:text-primary:hover, .theme-6 .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .hover\:text-danger:hover, .theme-6 .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-gray-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-gray-500 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-gray-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-primary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-primary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .hover\:text-primary-600:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-600-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-primary-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-secondary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-secondary-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-300-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-warning-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-600-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-indigo {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-indigo-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-purple-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-purple-600-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-orange {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-yellow {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .hover\:text-tertiary:hover, .theme-6 .text-tertiary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-tertiary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-tertiary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-tertiary-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-700-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-tertiary-900 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-900-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .hover\:text-black:hover, .theme-6 .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .hover\:text-white:hover, .theme-6 .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.theme-6 :where(.uc-dark) .dark\:hover\:text-primary:hover, .theme-6 :where(.uc-dark) .dark\:text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:text-gray-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:hover\:text-gray-900:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:text-primary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:hover\:text-primary-700:hover, .theme-6 :where(.uc-dark) .dark\:text-primary-700 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:text-yellow-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:hover\:text-tertiary:hover, .theme-6 :where(.uc-dark) .dark\:text-tertiary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:text-tertiary-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:text-tertiary-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:hover\:text-white:hover, .theme-6 :where(.uc-dark) .dark\:text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.theme-6 .text-opacity-20 {
  --bs-text-opacity: .2;
}

.theme-6 .text-opacity-60 {
  --bs-text-opacity: .6;
}

.theme-6 .hover\:text-opacity-70:hover, .theme-6 .text-opacity-70 {
  --bs-text-opacity: .7;
}

.theme-6 :where(.uc-dark) .dark\:text-opacity-50 {
  --bs-text-opacity: .5;
}

.theme-6 :where(.uc-dark) .dark\:text-opacity-60 {
  --bs-text-opacity: .6;
}

.theme-6 :where(.uc-dark) .dark\:text-opacity-70 {
  --bs-text-opacity: .7;
}

.theme-6 .bg-primary, .theme-6 .hover\:bg-primary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-gray-25 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-25-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-gray-50, .theme-6 .hover\:bg-gray-50:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-50-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .hover\:bg-gray-600:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-gray-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-primary-25 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-25-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-primary-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-primary-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-primary-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-400-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-primary-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-primary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-secondary-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-200-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-secondary-300, .theme-6 .hover\:bg-secondary-300:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-warning-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-blue-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-blue-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-indigo-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-purple-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-orange-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-yellow-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-400-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-tertiary, .theme-6 .hover\:bg-tertiary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-tertiary-50 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-tertiary-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-tertiary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-tertiary-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-white, .theme-6 .hover\:bg-white:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: #0000 !important;
}

.theme-6 :where(.uc-dark) .dark\:bg-primary, .theme-6 :where(.uc-dark) .dark\:hover\:bg-primary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:bg-secondary, .theme-6 :where(.uc-dark) .dark\:hover\:bg-secondary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:hover\:bg-gray-500:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:bg-gray-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:bg-gray-700, .theme-6 :where(.uc-dark) .dark\:hover\:bg-gray-700:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:bg-gray-800, .theme-6 :where(.uc-dark) .dark\:hover\:bg-gray-800:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:bg-primary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:bg-tertiary, .theme-6 :where(.uc-dark) .dark\:hover\:bg-tertiary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:hover\:bg-tertiary-300:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:bg-tertiary-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:bg-tertiary-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:bg-tertiary-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 :where(.uc-dark) .dark\:bg-white, .theme-6 :where(.uc-dark) .dark\:hover\:bg-white:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.theme-6 .bg-opacity-5, .theme-6 .hover\:bg-opacity-5:hover {
  --bs-bg-opacity: .05;
}

.theme-6 .bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.theme-6 .bg-opacity-15 {
  --bs-bg-opacity: .15;
}

.theme-6 .bg-opacity-40 {
  --bs-bg-opacity: .4;
}

.theme-6 .bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.theme-6 .bg-opacity-70 {
  --bs-bg-opacity: .7;
}

.theme-6 .bg-opacity-80 {
  --bs-bg-opacity: .8;
}

.theme-6 .bg-opacity-90 {
  --bs-bg-opacity: .9;
}

.theme-6 :where(.uc-dark) .dark\:bg-opacity-0 {
  --bs-bg-opacity: 0;
}

.theme-6 :where(.uc-dark) .dark\:bg-opacity-5 {
  --bs-bg-opacity: .05;
}

.theme-6 :where(.uc-dark) .dark\:bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.theme-6 :where(.uc-dark) .dark\:bg-opacity-15 {
  --bs-bg-opacity: .15;
}

.theme-6 :where(.uc-dark) .dark\:bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.theme-6 .rounded {
  border-radius: var(--radius) !important;
}

.theme-6 .rounded-default {
  border-radius: 8px !important;
}

.theme-6 .rounded-1 {
  border-radius: 4px !important;
}

.theme-6 .rounded-1-5 {
  border-radius: 12px !important;
}

.theme-6 .rounded-2 {
  border-radius: 16px !important;
}

.theme-6 .rounded-3 {
  border-radius: 24px !important;
}

.theme-6 .rounded-5 {
  border-radius: 40px !important;
}

.theme-6 .rounded-circle {
  border-radius: 50% !important;
}

.theme-6 .rounded-pill {
  border-radius: 50rem !important;
}

.theme-6 .rounded-0 {
  border-radius: 0 !important;
}

.theme-6 .rounded-bottom-1-5 {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.theme-6 .rounded-bottom-2 {
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.theme-6 .rounded-bottom-3 {
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.theme-6 .rounded-start-2 {
  border-bottom-left-radius: 16px !important;
  border-top-left-radius: 16px !important;
}

.theme-6 .border-dashed {
  border-style: dashed !important;
}

.theme-6 .bg-cover {
  background-size: cover !important;
}

.theme-6 .bg-contain {
  background-size: contain !important;
}

.theme-6 .text-truncate-1 {
  -webkit-line-clamp: 1 !important;
}

.theme-6 .text-truncate-3 {
  -webkit-line-clamp: 3 !important;
}

.theme-6 .min-w-24px {
  min-width: 24px !important;
}

.theme-6 .min-w-32px {
  min-width: 32px !important;
}

.theme-6 .min-w-40px {
  min-width: 40px !important;
}

.theme-6 .min-w-48px {
  min-width: 48px !important;
}

.theme-6 .min-w-150px {
  min-width: 150px !important;
}

.theme-6 .min-w-300px {
  min-width: 300px !important;
}

.theme-6 .min-w-700px {
  min-width: 700px !important;
}

.theme-6 .min-w-1\/4 {
  min-width: 25% !important;
}

.theme-6 .min-w-1\/2 {
  min-width: 50% !important;
}

.theme-6 .min-w-xs {
  min-width: 320px !important;
}

.theme-6 .min-w-100 {
  min-width: 100% !important;
}

.theme-6 .min-h-24px {
  min-height: 24px !important;
}

.theme-6 .min-h-32px {
  min-height: 32px !important;
}

.theme-6 .min-h-48px {
  min-height: 48px !important;
}

.theme-6 .min-h-56px {
  min-height: 56px !important;
}

.theme-6 .min-h-64px {
  min-height: 64px !important;
}

.theme-6 .min-h-80px {
  min-height: 80px !important;
}

.theme-6 .min-h-150px {
  min-height: 150px !important;
}

.theme-6 .min-h-200px {
  min-height: 200px !important;
}

.theme-6 .min-h-250px {
  min-height: 250px !important;
}

.theme-6 .min-h-300px {
  min-height: 300px !important;
}

.theme-6 .min-h-350px {
  min-height: 350px !important;
}

.theme-6 .min-h-450px {
  min-height: 450px !important;
}

.theme-6 .min-h-600px {
  min-height: 600px !important;
}

.theme-6 .min-h-700px {
  min-height: 700px !important;
}

.theme-6 .min-h-screen {
  min-height: 100vh !important;
}

.theme-6 .overflow-x-hidden {
  overflow-x: hidden !important;
}

.theme-6 .icon-narrow {
  width: 16px !important;
  height: 16px !important;
  font-size: 16px !important;
}

.theme-6 .icon-1 {
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important;
}

.theme-6 .icon-2 {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
}

.theme-6 .icon-3 {
  width: 32px !important;
  height: 32px !important;
  font-size: 32px !important;
}

.theme-6 .icon-4 {
  width: 48px !important;
  height: 48px !important;
  font-size: 48px !important;
}

.theme-6 .mask-x {
  mask-image: linear-gradient(to right, #0000 0, #000 10% 90%, #0000 100%) !important;
}

.theme-6 .hover\:contrast-shadow:hover {
  box-shadow: 3px 3px 0 0 var(--shadowColor, #000) !important;
}

.theme-6 .contrast-shadow-sm {
  box-shadow: 2px 2px 0 0 var(--shadowColor, #000) !important;
}

.theme-6 .contrast-shadow-md, .theme-6 .hover\:contrast-shadow-md:hover {
  box-shadow: 4px 4px 0 0 var(--shadowColor, #000) !important;
}

.theme-6 .contrast-shadow-lg {
  box-shadow: 8px 8px 0 0 var(--shadowColor, #000) !important;
}

.theme-6 .ls-0 {
  letter-spacing: 0 !important;
}

.theme-6 .-ls-1 {
  letter-spacing: -1px !important;
}

.theme-6 .-ls-2 {
  letter-spacing: -2px !important;
}

.theme-6 .-ls-3 {
  letter-spacing: -3px !important;
}

.theme-6 .-ls-4 {
  letter-spacing: -4px !important;
}

.theme-6 .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter !important;
}

.theme-6 .transition-all {
  transition-property: all !important;
}

.theme-6 .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
}

.theme-6 .transition-transform {
  transition-property: transform !important;
}

.theme-6 .duration-150 {
  transition-duration: .15s !important;
}

.theme-6 .duration-200 {
  transition-duration: .2s !important;
}

.theme-6 .duration-250 {
  transition-duration: .25s !important;
}

.theme-6 .ease-linear {
  transition-timing-function: linear !important;
}

.theme-6 .ease-in {
  transition-timing-function: cubic-bezier(.4, 0, 1, 1) !important;
}

.theme-6 .hover\:scale-105:hover {
  transform: scale(1.05) !important;
}

.theme-6 .hover\:scale-110:hover {
  transform: scale(1.1) !important;
}

.theme-6 .translate-y-px {
  transform: translateY(1px) !important;
}

.theme-6 .hover\:-translate-y-1:hover {
  transform: translateY(-.5rem) !important;
}

.theme-6 .rotate-12 {
  transform: rotate(12deg) !important;
}

.theme-6 .rotate-45 {
  transform: rotate(45deg) !important;
}

.theme-6 .hover\:rotate-90:hover {
  transform: rotate(90deg) !important;
}

.theme-6 [dir="rtl"] .rtl\:rotate-180 {
  transform: rotate(180deg) !important;
}

.theme-6 .-rotate-1 {
  transform: rotate(-1deg) !important;
}

.theme-6 .-rotate-2 {
  transform: rotate(-2deg) !important;
}

.theme-6 .-rotate-12 {
  transform: rotate(-12deg) !important;
}

.theme-6 .-rotate-45 {
  transform: rotate(-45deg) !important;
}

.theme-6 [dir="rtl"] .rtl\:-rotate-90 {
  transform: rotate(-90deg) !important;
}

.theme-6 .origin-top-right {
  transform-origin: 100% 0 !important;
}

.theme-6 .origin-top-left {
  transform-origin: 0 0 !important;
}

.theme-6 .origin-bottom-right {
  transform-origin: 100% 100% !important;
}

.theme-6 .origin-bottom {
  transform-origin: bottom !important;
}

.theme-6 .blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}

.theme-6 .blend-difference {
  mix-blend-mode: difference !important;
}

.theme-6 .blend-overlay {
  mix-blend-mode: overlay !important;
}

.theme-6 .blend-plus-lighter {
  mix-blend-mode: plus-lighter !important;
}

.theme-6 .blend-soft-light {
  mix-blend-mode: soft-light !important;
}

.theme-6 :where(.uc-dark) .dark\:blend-overlay {
  mix-blend-mode: overlay !important;
}

.theme-6 .blur-10 {
  filter: blur(128px) !important;
}

.theme-6 .backdrop-1 {
  backdrop-filter: blur(4px) !important;
}

.theme-6 .backdrop-2 {
  backdrop-filter: blur(8px) !important;
}

.theme-6 [dir="ltr"] .ltr\:rounded-top-start-1-5 {
  border-top-left-radius: 12px !important;
}

.theme-6 [dir="rtl"] .rtl\:rounded-top-end-1-5 {
  border-top-right-radius: 12px !important;
}

.theme-6 .ratio-1x1 {
  --bs-aspect-ratio: 100% !important;
}

.theme-6 .ratio-2x1 {
  --bs-aspect-ratio: 50% !important;
}

.theme-6 .ratio-2x3 {
  --bs-aspect-ratio: 150% !important;
}

.theme-6 .ratio-3x2 {
  --bs-aspect-ratio: 66.6667% !important;
}

.theme-6 .ratio-3x4 {
  --bs-aspect-ratio: 133.333% !important;
}

.theme-6 .ratio-4x3 {
  --bs-aspect-ratio: 75% !important;
}

.theme-6 .ratio-16x9 {
  --bs-aspect-ratio: 56.25% !important;
}

.theme-6 .z-1 {
  z-index: 1 !important;
}

.theme-6 .z-1n {
  z-index: -1 !important;
}

.theme-6 .z-2 {
  z-index: 2 !important;
}

.theme-6 .z-99 {
  z-index: 99 !important;
}

.theme-6 .z-999 {
  z-index: 999 !important;
}

.theme-6 .z-1080 {
  z-index: 1080 !important;
}

.theme-6 .z-0 {
  z-index: 0 !important;
}

@media (width >= 459px) {
  .theme-6 .sm\:d-inline-block {
    display: inline-block !important;
  }

  .theme-6 .sm\:d-block {
    display: block !important;
  }

  .theme-6 .sm\:d-none {
    display: none !important;
  }

  .theme-6 .sm\:border-3 {
    border-width: 3px !important;
  }

  .theme-6 .sm\:w-32px {
    width: 32px !important;
  }

  .theme-6 .sm\:w-56px {
    width: 56px !important;
  }

  .theme-6 .sm\:w-80px {
    width: 80px !important;
  }

  .theme-6 .sm\:w-250px {
    width: 250px !important;
  }

  .theme-6 .sm\:w-300px {
    width: 300px !important;
  }

  .theme-6 .sm\:w-350px {
    width: 350px !important;
  }

  .theme-6 .sm\:w-500px {
    width: 500px !important;
  }

  .theme-6 .sm\:w-550px {
    width: 550px !important;
  }

  .theme-6 .sm\:w-3\/5 {
    width: 60% !important;
  }

  .theme-6 .sm\:w-1\/2 {
    width: 50% !important;
  }

  .theme-6 .sm\:w-auto {
    width: auto !important;
  }

  .theme-6 .sm\:max-w-500px {
    max-width: 500px !important;
  }

  .theme-6 .sm\:max-w-600px {
    max-width: 600px !important;
  }

  .theme-6 .sm\:max-w-md {
    max-width: 720px !important;
  }

  .theme-6 .sm\:max-w-lg {
    max-width: 1040px !important;
  }

  .theme-6 .sm\:h-32px {
    height: 32px !important;
  }

  .theme-6 .sm\:h-40px {
    height: 40px !important;
  }

  .theme-6 .sm\:h-56px {
    height: 56px !important;
  }

  .theme-6 .sm\:h-80px {
    height: 80px !important;
  }

  .theme-6 .sm\:h-500px {
    height: 500px !important;
  }

  .theme-6 .sm\:h-600px {
    height: 600px !important;
  }

  .theme-6 .sm\:order-1 {
    order: 1 !important;
  }

  .theme-6 .sm\:m-0 {
    margin: 0 !important;
  }

  .theme-6 .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .theme-6 .sm\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .theme-6 .sm\:mt-0 {
    margin-top: 0 !important;
  }

  .theme-6 .sm\:mt-1 {
    margin-top: .5rem !important;
  }

  .theme-6 .sm\:mt-2 {
    margin-top: 1rem !important;
  }

  .theme-6 .sm\:mt-3 {
    margin-top: 1.5rem !important;
  }

  .theme-6 .sm\:mt-4 {
    margin-top: 2rem !important;
  }

  .theme-6 .sm\:mt-6 {
    margin-top: 3rem !important;
  }

  .theme-6 .sm\:mb-6 {
    margin-bottom: 3rem !important;
  }

  .theme-6 .sm\:mb-8 {
    margin-bottom: 4rem !important;
  }

  .theme-6 .sm\:p-3 {
    padding: 1.5rem !important;
  }

  .theme-6 .sm\:p-4 {
    padding: 2rem !important;
  }

  .theme-6 .sm\:p-6 {
    padding: 3rem !important;
  }

  .theme-6 .sm\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .theme-6 .sm\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .theme-6 .sm\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .theme-6 .sm\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-6 .sm\:py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .theme-6 .sm\:pt-6 {
    padding-top: 3rem !important;
  }

  .theme-6 .sm\:pt-8 {
    padding-top: 4rem !important;
  }

  .theme-6 .sm\:pt-10 {
    padding-top: 8rem !important;
  }

  .theme-6 .sm\:pb-6 {
    padding-bottom: 3rem !important;
  }

  .theme-6 .sm\:pb-8 {
    padding-bottom: 4rem !important;
  }

  .theme-6 .sm\:pb-9 {
    padding-bottom: 6rem !important;
  }

  .theme-6 .sm\:gap-3 {
    gap: 1.5rem !important;
  }

  .theme-6 .sm\:gap-4 {
    gap: 2rem !important;
  }

  .theme-6 .sm\:gap-6 {
    gap: 3rem !important;
  }

  .theme-6 .sm\:gap-8 {
    gap: 4rem !important;
  }

  .theme-6 .sm\:fs-4 {
    font-size: 1.25rem !important;
  }

  .theme-6 .sm\:fs-5 {
    font-size: 1.125rem !important;
  }

  .theme-6 .sm\:fs-6 {
    font-size: 1rem !important;
  }

  .theme-6 .sm\:text-start {
    text-align: left !important;
  }

  .theme-6 .sm\:text-center {
    text-align: center !important;
  }

  .theme-6 .sm\:rounded-1-5 {
    border-radius: 12px !important;
  }

  .theme-6 .sm\:rounded-2 {
    border-radius: 16px !important;
  }

  .theme-6 .sm\:rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  .theme-6 .sm\:min-w-100px {
    min-width: 100px !important;
  }

  .theme-6 .sm\:min-w-150px {
    min-width: 150px !important;
  }

  .theme-6 .sm\:min-h-100px {
    min-height: 100px !important;
  }

  .theme-6 .sm\:icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }

  .theme-6 .sm\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }

  .theme-6 .sm\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }
}

@media (width >= 768px) {
  .theme-6 .md\:d-block {
    display: block !important;
  }

  .theme-6 .md\:d-flex {
    display: flex !important;
  }

  .theme-6 .md\:d-none {
    display: none !important;
  }

  .theme-6 .md\:w-40px {
    width: 40px !important;
  }

  .theme-6 .md\:w-48px {
    width: 48px !important;
  }

  .theme-6 .md\:w-56px {
    width: 56px !important;
  }

  .theme-6 .md\:w-100px {
    width: 100px !important;
  }

  .theme-6 .md\:w-500px {
    width: 500px !important;
  }

  .theme-6 .md\:w-1\/2 {
    width: 50% !important;
  }

  .theme-6 .md\:max-w-128px {
    max-width: 128px !important;
  }

  .theme-6 .md\:max-w-150px {
    max-width: 150px !important;
  }

  .theme-6 .md\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .theme-6 .md\:h-40px {
    height: 40px !important;
  }

  .theme-6 .md\:h-48px {
    height: 48px !important;
  }

  .theme-6 .md\:h-100px {
    height: 100px !important;
  }

  .theme-6 .md\:h-screen {
    height: 100vh !important;
  }

  .theme-6 .md\:justify-start {
    justify-content: flex-start !important;
  }

  .theme-6 .md\:items-end {
    align-items: flex-end !important;
  }

  .theme-6 .md\:order-1 {
    order: 1 !important;
  }

  .theme-6 .md\:order-2 {
    order: 2 !important;
  }

  .theme-6 .md\:m-2 {
    margin: 1rem !important;
  }

  .theme-6 .md\:my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .theme-6 .md\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .theme-6 .md\:mt-2 {
    margin-top: 1rem !important;
  }

  .theme-6 .md\:mt-4 {
    margin-top: 2rem !important;
  }

  .theme-6 .md\:mt-6 {
    margin-top: 3rem !important;
  }

  .theme-6 .md\:mt-8 {
    margin-top: 4rem !important;
  }

  .theme-6 .md\:me-2 {
    margin-right: 1rem !important;
  }

  .theme-6 .md\:mb-4 {
    margin-bottom: 2rem !important;
  }

  .theme-6 .md\:ms-2 {
    margin-left: 1rem !important;
  }

  .theme-6 .md\:mt-n10 {
    margin-top: -8rem !important;
  }

  .theme-6 .md\:p-2 {
    padding: 1rem !important;
  }

  .theme-6 .md\:p-3 {
    padding: 1.5rem !important;
  }

  .theme-6 .md\:p-4 {
    padding: 2rem !important;
  }

  .theme-6 .md\:p-6 {
    padding: 3rem !important;
  }

  .theme-6 .md\:p-8 {
    padding: 4rem !important;
  }

  .theme-6 .md\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .theme-6 .md\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .theme-6 .md\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-6 .md\:pt-6 {
    padding-top: 3rem !important;
  }

  .theme-6 .md\:pt-8 {
    padding-top: 4rem !important;
  }

  .theme-6 [dir="ltr"] .ltr\:md\:pe-8 {
    padding-right: 4rem !important;
  }

  .theme-6 .md\:pb-0 {
    padding-bottom: 0 !important;
  }

  .theme-6 .md\:pb-6 {
    padding-bottom: 3rem !important;
  }

  .theme-6 [dir="rtl"] .rtl\:md\:ps-8 {
    padding-left: 4rem !important;
  }

  .theme-6 .md\:gap-2 {
    gap: 1rem !important;
  }

  .theme-6 .md\:gap-3 {
    gap: 1.5rem !important;
  }

  .theme-6 .md\:gap-4 {
    gap: 2rem !important;
  }

  .theme-6 .md\:gap-6 {
    gap: 3rem !important;
  }

  .theme-6 .md\:fs-5 {
    font-size: 1.125rem !important;
  }

  .theme-6 .md\:fs-6 {
    font-size: 1rem !important;
  }

  .theme-6 .md\:min-h-250px {
    min-height: 250px !important;
  }

  .theme-6 .md\:icon-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }

  .theme-6 .md\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
}

@media (width >= 992px) {
  .theme-6 .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .theme-6 .lg\:d-inline-block {
    display: inline-block !important;
  }

  .theme-6 .lg\:d-block {
    display: block !important;
  }

  .theme-6 .lg\:d-flex {
    display: flex !important;
  }

  .theme-6 .lg\:d-inline-flex {
    display: inline-flex !important;
  }

  .theme-6 .lg\:d-none {
    display: none !important;
  }

  .theme-6 .lg\:w-40px {
    width: 40px !important;
  }

  .theme-6 .lg\:w-48px {
    width: 48px !important;
  }

  .theme-6 .lg\:w-56px {
    width: 56px !important;
  }

  .theme-6 .lg\:w-64px {
    width: 64px !important;
  }

  .theme-6 .lg\:w-72px {
    width: 72px !important;
  }

  .theme-6 .lg\:w-80px {
    width: 80px !important;
  }

  .theme-6 .lg\:w-96px {
    width: 96px !important;
  }

  .theme-6 .lg\:w-100px {
    width: 100px !important;
  }

  .theme-6 .lg\:w-128px {
    width: 128px !important;
  }

  .theme-6 .lg\:w-150px {
    width: 150px !important;
  }

  .theme-6 .lg\:w-200px {
    width: 200px !important;
  }

  .theme-6 .lg\:w-250px {
    width: 250px !important;
  }

  .theme-6 .lg\:w-300px {
    width: 300px !important;
  }

  .theme-6 .lg\:w-450px {
    width: 450px !important;
  }

  .theme-6 .lg\:w-500px {
    width: 500px !important;
  }

  .theme-6 .lg\:w-800px {
    width: 800px !important;
  }

  .theme-6 .lg\:w-1\/6 {
    width: 16.6667% !important;
  }

  .theme-6 .lg\:w-5\/6 {
    width: 83.3333% !important;
  }

  .theme-6 .lg\:w-1\/3 {
    width: 33.3333% !important;
  }

  .theme-6 .lg\:w-1\/2 {
    width: 50% !important;
  }

  .theme-6 .lg\:max-w-56px {
    max-width: 56px !important;
  }

  .theme-6 .lg\:max-w-80px {
    max-width: 80px !important;
  }

  .theme-6 .lg\:max-w-128px {
    max-width: 128px !important;
  }

  .theme-6 .lg\:max-w-300px {
    max-width: 300px !important;
  }

  .theme-6 .lg\:max-w-350px {
    max-width: 350px !important;
  }

  .theme-6 .lg\:max-w-500px {
    max-width: 500px !important;
  }

  .theme-6 .lg\:max-w-600px {
    max-width: 600px !important;
  }

  .theme-6 .lg\:max-w-650px {
    max-width: 650px !important;
  }

  .theme-6 .lg\:max-w-700px {
    max-width: 700px !important;
  }

  .theme-6 .lg\:max-w-750px {
    max-width: 750px !important;
  }

  .theme-6 .lg\:max-w-900px {
    max-width: 900px !important;
  }

  .theme-6 .lg\:max-w-950px {
    max-width: 950px !important;
  }

  .theme-6 .lg\:max-w-3\/5 {
    max-width: 60% !important;
  }

  .theme-6 .lg\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .theme-6 .lg\:max-w-lg {
    max-width: 1040px !important;
  }

  .theme-6 .lg\:h-40px {
    height: 40px !important;
  }

  .theme-6 .lg\:h-48px {
    height: 48px !important;
  }

  .theme-6 .lg\:h-56px {
    height: 56px !important;
  }

  .theme-6 .lg\:h-64px {
    height: 64px !important;
  }

  .theme-6 .lg\:h-80px {
    height: 80px !important;
  }

  .theme-6 .lg\:h-96px {
    height: 96px !important;
  }

  .theme-6 .lg\:h-100px {
    height: 100px !important;
  }

  .theme-6 .lg\:h-150px {
    height: 150px !important;
  }

  .theme-6 .lg\:h-500px {
    height: 500px !important;
  }

  .theme-6 .lg\:h-screen {
    height: 100vh !important;
  }

  .theme-6 .lg\:max-h-550px {
    max-height: 550px !important;
  }

  .theme-6 .lg\:justify-start {
    justify-content: flex-start !important;
  }

  .theme-6 .lg\:justify-center {
    justify-content: center !important;
  }

  .theme-6 .lg\:justify-end {
    justify-content: flex-end !important;
  }

  .theme-6 .lg\:justify-between {
    justify-content: space-between !important;
  }

  .theme-6 .lg\:items-start {
    align-items: flex-start !important;
  }

  .theme-6 .lg\:order-0 {
    order: 0 !important;
  }

  .theme-6 .lg\:order-1 {
    order: 1 !important;
  }

  .theme-6 .lg\:order-2 {
    order: 2 !important;
  }

  .theme-6 .lg\:m-0 {
    margin: 0 !important;
  }

  .theme-6 .lg\:m-2 {
    margin: 1rem !important;
  }

  .theme-6 .lg\:m-6 {
    margin: 3rem !important;
  }

  .theme-6 .lg\:m-auto {
    margin: auto !important;
  }

  .theme-6 .lg\:mx-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .theme-6 .lg\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .theme-6 .lg\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .theme-6 .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .theme-6 .lg\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .theme-6 .lg\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .theme-6 .lg\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .theme-6 .lg\:mt-0 {
    margin-top: 0 !important;
  }

  .theme-6 .lg\:mt-2 {
    margin-top: 1rem !important;
  }

  .theme-6 .lg\:mt-3 {
    margin-top: 1.5rem !important;
  }

  .theme-6 .lg\:mt-4 {
    margin-top: 2rem !important;
  }

  .theme-6 .lg\:mt-6 {
    margin-top: 3rem !important;
  }

  .theme-6 .lg\:mt-8 {
    margin-top: 4rem !important;
  }

  .theme-6 .lg\:mt-9 {
    margin-top: 6rem !important;
  }

  .theme-6 .lg\:me-5 {
    margin-right: 2.5rem !important;
  }

  .theme-6 .lg\:mb-2 {
    margin-bottom: 1rem !important;
  }

  .theme-6 .lg\:mb-3 {
    margin-bottom: 1.5rem !important;
  }

  .theme-6 .lg\:mb-5 {
    margin-bottom: 2.5rem !important;
  }

  .theme-6 .lg\:mb-6 {
    margin-bottom: 3rem !important;
  }

  .theme-6 .lg\:mb-8 {
    margin-bottom: 4rem !important;
  }

  .theme-6 .lg\:mb-9 {
    margin-bottom: 6rem !important;
  }

  .theme-6 .lg\:p-3 {
    padding: 1.5rem !important;
  }

  .theme-6 .lg\:p-4 {
    padding: 2rem !important;
  }

  .theme-6 .lg\:p-5 {
    padding: 2.5rem !important;
  }

  .theme-6 .lg\:p-6 {
    padding: 3rem !important;
  }

  .theme-6 .lg\:p-8 {
    padding: 4rem !important;
  }

  .theme-6 .lg\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .theme-6 .lg\:px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .theme-6 .lg\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .theme-6 .lg\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .theme-6 .lg\:px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .theme-6 .lg\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .theme-6 .lg\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .theme-6 .lg\:py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .theme-6 .lg\:py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .theme-6 .lg\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .theme-6 .lg\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-6 .lg\:py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .theme-6 .lg\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .theme-6 .lg\:pt-0 {
    padding-top: 0 !important;
  }

  .theme-6 .lg\:pt-2 {
    padding-top: 1rem !important;
  }

  .theme-6 .lg\:pt-4 {
    padding-top: 2rem !important;
  }

  .theme-6 .lg\:pt-6 {
    padding-top: 3rem !important;
  }

  .theme-6 .lg\:pt-8 {
    padding-top: 4rem !important;
  }

  .theme-6 .lg\:pt-10 {
    padding-top: 8rem !important;
  }

  .theme-6 [dir="rtl"] .rtl\:lg\:pe-4 {
    padding-right: 2rem !important;
  }

  .theme-6 .lg\:pb-3 {
    padding-bottom: 1.5rem !important;
  }

  .theme-6 .lg\:pb-6 {
    padding-bottom: 3rem !important;
  }

  .theme-6 .lg\:pb-8 {
    padding-bottom: 4rem !important;
  }

  .theme-6 .lg\:pb-9 {
    padding-bottom: 6rem !important;
  }

  .theme-6 [dir="ltr"] .ltr\:lg\:ps-4 {
    padding-left: 2rem !important;
  }

  .theme-6 .lg\:gap-1 {
    gap: .5rem !important;
  }

  .theme-6 .lg\:gap-2 {
    gap: 1rem !important;
  }

  .theme-6 .lg\:gap-3 {
    gap: 1.5rem !important;
  }

  .theme-6 .lg\:gap-4 {
    gap: 2rem !important;
  }

  .theme-6 .lg\:gap-6 {
    gap: 3rem !important;
  }

  .theme-6 .lg\:gap-8 {
    gap: 4rem !important;
  }

  .theme-6 .lg\:gap-9 {
    gap: 6rem !important;
  }

  .theme-6 .lg\:fs-3 {
    font-size: 1.5rem !important;
  }

  .theme-6 .lg\:fs-4 {
    font-size: 1.25rem !important;
  }

  .theme-6 .lg\:fs-5 {
    font-size: 1.125rem !important;
  }

  .theme-6 .lg\:fs-6 {
    font-size: 1rem !important;
  }

  .theme-6 .lg\:text-start {
    text-align: left !important;
  }

  .theme-6 [dir="ltr"] .ltr\:lg\:text-start {
    text-align: left !important;
  }

  .theme-6 [dir="rtl"] .rtl\:lg\:text-end {
    text-align: right !important;
  }

  .theme-6 .lg\:rounded-1-5 {
    border-radius: 12px !important;
  }

  .theme-6 .lg\:rounded-2 {
    border-radius: 16px !important;
  }

  .theme-6 .lg\:rounded-3 {
    border-radius: 24px !important;
  }

  .theme-6 .lg\:rounded-4 {
    border-radius: 32px !important;
  }

  .theme-6 .lg\:rounded-pill {
    border-radius: 50rem !important;
  }

  .theme-6 .lg\:rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .theme-6 .lg\:rounded-bottom-3 {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
  }

  .theme-6 .lg\:rounded-bottom-5 {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }

  .theme-6 .lg\:rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .theme-6 .lg\:rounded-start-1-5 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }

  .theme-6 .lg\:min-w-80px {
    min-width: 80px !important;
  }

  .theme-6 .lg\:min-w-150px {
    min-width: 150px !important;
  }

  .theme-6 .lg\:min-w-300px {
    min-width: 300px !important;
  }

  .theme-6 .lg\:min-w-1\/4 {
    min-width: 25% !important;
  }

  .theme-6 .lg\:min-h-80px {
    min-height: 80px !important;
  }

  .theme-6 .lg\:min-h-96px {
    min-height: 96px !important;
  }

  .theme-6 .lg\:min-h-100px {
    min-height: 100px !important;
  }

  .theme-6 .lg\:min-h-600px {
    min-height: 600px !important;
  }

  .theme-6 .lg\:icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
  }

  .theme-6 .lg\:icon-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important;
  }

  .theme-6 .lg\:hover\:scale-105:hover {
    transform: scale(1.05) !important;
  }

  .theme-6 .lg\:hover\:-translate-y-2:hover {
    transform: translateY(-1rem) !important;
  }

  .theme-6 .lg\:-rotate-2 {
    transform: rotate(-2deg) !important;
  }

  .theme-6 .lg\:rounded-top-start-0 {
    border-top-left-radius: 0 !important;
  }

  .theme-6 .lg\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important;
  }

  .theme-6 .lg\:rounded-top-end-0 {
    border-top-right-radius: 0 !important;
  }

  .theme-6 .lg\:rounded-bottom-end-0 {
    border-bottom-right-radius: 0 !important;
  }

  .theme-6 .lg\:ratio-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
}

@media (width >= 1200px) {
  .theme-6 .xl\:d-block {
    display: block !important;
  }

  .theme-6 .xl\:d-flex {
    display: flex !important;
  }

  .theme-6 .xl\:d-inline-flex {
    display: inline-flex !important;
  }

  .theme-6 .xl\:d-none {
    display: none !important;
  }

  .theme-6 .xl\:w-24px {
    width: 24px !important;
  }

  .theme-6 .xl\:w-32px {
    width: 32px !important;
  }

  .theme-6 .xl\:w-48px {
    width: 48px !important;
  }

  .theme-6 .xl\:w-56px {
    width: 56px !important;
  }

  .theme-6 .xl\:w-64px {
    width: 64px !important;
  }

  .theme-6 .xl\:w-80px {
    width: 80px !important;
  }

  .theme-6 .xl\:w-150px {
    width: 150px !important;
  }

  .theme-6 .xl\:w-250px {
    width: 250px !important;
  }

  .theme-6 .xl\:w-300px {
    width: 300px !important;
  }

  .theme-6 .xl\:w-350px {
    width: 350px !important;
  }

  .theme-6 .xl\:w-400px {
    width: 400px !important;
  }

  .theme-6 .xl\:w-450px {
    width: 450px !important;
  }

  .theme-6 .xl\:w-600px {
    width: 600px !important;
  }

  .theme-6 .xl\:w-auto {
    width: auto !important;
  }

  .theme-6 .xl\:max-w-600px {
    max-width: 600px !important;
  }

  .theme-6 .xl\:max-w-700px {
    max-width: 700px !important;
  }

  .theme-6 .xl\:max-w-800px {
    max-width: 800px !important;
  }

  .theme-6 .xl\:max-w-3\/4 {
    max-width: 75% !important;
  }

  .theme-6 .xl\:max-w-md {
    max-width: 720px !important;
  }

  .theme-6 .xl\:max-w-lg {
    max-width: 1040px !important;
  }

  .theme-6 .xl\:max-w-xl {
    max-width: 1280px !important;
  }

  .theme-6 .xl\:h-48px {
    height: 48px !important;
  }

  .theme-6 .xl\:h-56px {
    height: 56px !important;
  }

  .theme-6 .xl\:h-64px {
    height: 64px !important;
  }

  .theme-6 .xl\:h-650px {
    height: 650px !important;
  }

  .theme-6 .xl\:h-screen {
    height: 100vh !important;
  }

  .theme-6 .xl\:m-9 {
    margin: 6rem !important;
  }

  .theme-6 .xl\:my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .theme-6 .xl\:mt-1 {
    margin-top: .5rem !important;
  }

  .theme-6 .xl\:mt-2 {
    margin-top: 1rem !important;
  }

  .theme-6 .xl\:mt-4 {
    margin-top: 2rem !important;
  }

  .theme-6 .xl\:mt-6 {
    margin-top: 3rem !important;
  }

  .theme-6 .xl\:mt-8 {
    margin-top: 4rem !important;
  }

  .theme-6 .xl\:mt-9 {
    margin-top: 6rem !important;
  }

  .theme-6 .xl\:mt-10 {
    margin-top: 8rem !important;
  }

  .theme-6 .xl\:me-4 {
    margin-right: 2rem !important;
  }

  .theme-6 [dir="rtl"] .rtl\:xl\:me-4 {
    margin-right: 2rem !important;
  }

  .theme-6 [dir="ltr"] .ltr\:xl\:me-7 {
    margin-right: 3.5rem !important;
  }

  .theme-6 .xl\:mb-2 {
    margin-bottom: 1rem !important;
  }

  .theme-6 .xl\:mb-3 {
    margin-bottom: 1.5rem !important;
  }

  .theme-6 .xl\:mb-6 {
    margin-bottom: 3rem !important;
  }

  .theme-6 .xl\:mb-8 {
    margin-bottom: 4rem !important;
  }

  .theme-6 .xl\:mb-9 {
    margin-bottom: 6rem !important;
  }

  .theme-6 [dir="ltr"] .ltr\:xl\:ms-4 {
    margin-left: 2rem !important;
  }

  .theme-6 [dir="rtl"] .rtl\:xl\:ms-7 {
    margin-left: 3.5rem !important;
  }

  .theme-6 .xl\:p-3 {
    padding: 1.5rem !important;
  }

  .theme-6 .xl\:p-4 {
    padding: 2rem !important;
  }

  .theme-6 .xl\:p-5 {
    padding: 2.5rem !important;
  }

  .theme-6 .xl\:p-6 {
    padding: 3rem !important;
  }

  .theme-6 .xl\:p-8 {
    padding: 4rem !important;
  }

  .theme-6 .xl\:p-9 {
    padding: 6rem !important;
  }

  .theme-6 .xl\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .theme-6 .xl\:px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .theme-6 .xl\:px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .theme-6 .xl\:px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .theme-6 .xl\:px-9 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .theme-6 .xl\:px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .theme-6 .xl\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .theme-6 .xl\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .theme-6 .xl\:py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .theme-6 .xl\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .theme-6 .xl\:pt-0 {
    padding-top: 0 !important;
  }

  .theme-6 .xl\:pt-9 {
    padding-top: 6rem !important;
  }

  .theme-6 .xl\:pt-10 {
    padding-top: 8rem !important;
  }

  .theme-6 [dir="rtl"] .rtl\:xl\:pe-6 {
    padding-right: 3rem !important;
  }

  .theme-6 .xl\:pb-9 {
    padding-bottom: 6rem !important;
  }

  .theme-6 .xl\:pb-10 {
    padding-bottom: 8rem !important;
  }

  .theme-6 [dir="ltr"] .ltr\:xl\:ps-6 {
    padding-left: 3rem !important;
  }

  .theme-6 .xl\:gap-1 {
    gap: .5rem !important;
  }

  .theme-6 .xl\:gap-2 {
    gap: 1rem !important;
  }

  .theme-6 .xl\:gap-3 {
    gap: 1.5rem !important;
  }

  .theme-6 .xl\:gap-4 {
    gap: 2rem !important;
  }

  .theme-6 .xl\:gap-5 {
    gap: 2.5rem !important;
  }

  .theme-6 .xl\:gap-6 {
    gap: 3rem !important;
  }

  .theme-6 .xl\:gap-8 {
    gap: 4rem !important;
  }

  .theme-6 .xl\:gap-9 {
    gap: 6rem !important;
  }

  .theme-6 .xl\:fs-2 {
    font-size: 1.75rem !important;
  }

  .theme-6 .xl\:fs-3 {
    font-size: 1.5rem !important;
  }

  .theme-6 .xl\:fs-4 {
    font-size: 1.25rem !important;
  }

  .theme-6 .xl\:fs-5 {
    font-size: 1.125rem !important;
  }

  .theme-6 .xl\:fs-6 {
    font-size: 1rem !important;
  }

  .theme-6 .xl\:rounded-2 {
    border-radius: 16px !important;
  }

  .theme-6 .xl\:rounded-3 {
    border-radius: 24px !important;
  }

  .theme-6 .xl\:min-w-200px {
    min-width: 200px !important;
  }

  .theme-6 .xl\:min-h-300px {
    min-height: 300px !important;
  }

  .theme-6 .xl\:min-h-700px {
    min-height: 700px !important;
  }

  .theme-6 .xl\:icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
  }
}

.theme-6 .bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--uc-gradient-stops)) !important;
}

.theme-6 .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--uc-gradient-stops)) !important;
}

.theme-6 .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--uc-gradient-stops)) !important;
}

.theme-6 .bg-gradient-45 {
  background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important;
}

.theme-6 :where(.uc-dark) .dark\:bg-gradient-45 {
  background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important;
}

.theme-6 .to-transparent {
  --uc-gradient-to: #fff0;
}

.theme-6 .from-transparent {
  --uc-gradient-from: transparent;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-6 .via-transparent {
  --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important;
}

.theme-6 .from-black {
  --uc-gradient-from: #000;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-6 .to-white {
  --uc-gradient-to: white;
}

.theme-6 .from-white {
  --uc-gradient-from: #fff;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-6 .from-primary {
  --uc-gradient-from: var(--color-primary);
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-6 .from-secondary {
  --uc-gradient-from: #fef1e7;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-6 .from-gray-800 {
  --uc-gradient-from: #100e21;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-6 .to-gray-900 {
  --uc-gradient-to: #080710;
}

.theme-6 .to-primary-25 {
  --uc-gradient-to: #f3f8f7;
}

.theme-6 .to-primary-700 {
  --uc-gradient-to: #0a463d;
}

.theme-6 .to-primary-800 {
  --uc-gradient-to: #072e28;
}

.theme-6 .from-indigo {
  --uc-gradient-from: #553cdf;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-6 .to-pink {
  --uc-gradient-to: #f06b9d;
}

.theme-6 .from-pink-100 {
  --uc-gradient-from: #fce1eb;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-6 .to-orange-100 {
  --uc-gradient-to: #fee1d2;
}

.theme-6 .from-tertiary {
  --uc-gradient-from: #e5fdc5;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-6 .from-tertiary-200 {
  --uc-gradient-from: #f5fee8;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-6 .from-tertiary-600 {
  --uc-gradient-from: #b7ca9e;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-6 :where(.uc-dark) .dark\:to-black {
  --uc-gradient-to: black;
}

.theme-6 :where(.uc-dark) .dark\:from-gray-700 {
  --uc-gradient-from: #191531;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-6 :where(.uc-dark) .dark\:from-gray-800 {
  --uc-gradient-from: #100e21;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-6 :where(.uc-dark) .dark\:to-gray-900 {
  --uc-gradient-to: #080710;
}

.theme-6 :where(.uc-dark) .dark\:from-primary-700 {
  --uc-gradient-from: #0a463d;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-6 :where(.uc-dark) .dark\:to-tertiary {
  --uc-gradient-to: #e5fdc5;
}

.theme-6 :where(.uc-dark) .dark\:from-tertiary-200 {
  --uc-gradient-from: #f5fee8;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-6 :where(.uc-dark) .dark\:from-tertiary-700 {
  --uc-gradient-from: #899876;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

.theme-6 :where(.uc-dark) .dark\:to-tertiary-800 {
  --uc-gradient-to: #5c654f;
}

.theme-6 :where(.uc-dark) .dark\:from-tertiary-800 {
  --uc-gradient-from: #5c654f;
  --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}

html[dir="rtl"] .theme-6 .uc-navbar-right {
  margin-left: unset;
  margin-right: auto;
}

html[dir="rtl"] .theme-6 .uc-navbar-left {
  margin-right: unset;
  margin-left: auto;
}

.section-outer .panel {
  padding-top: 2rem !important;
}


/* [project]/node_modules/swiper/modules/virtual.css [app-client] (css) */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}


/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: #0000;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* [project]/node_modules/swiper/modules/thumbs.css [app-client] (css) */



/* [project]/node_modules/swiper/modules/effect-fade.css [app-client] (css) */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}


/* [project]/public/assets/custom.scss.css [app-client] (css) */
.uc-navbar-toggle-icon svg [class*="line-"] {
  transition: all .2s ease-in-out;
  transition-property: transform, opacity;
  transform-origin: center;
  opacity: 1;
}

.uc-navbar-toggle-icon svg .line-3 {
  opacity: 0;
}

.uc-navbar-toggle-animate[aria-expanded="true"] svg .line-3 {
  opacity: 1;
}

.uc-navbar-toggle-animate[aria-expanded="true"] svg .line-2 {
  transform: rotate(45deg);
}

.uc-navbar-toggle-animate[aria-expanded="true"] svg .line-3 {
  transform: rotate(-45deg);
}

.uc-navbar-toggle-animate[aria-expanded="true"] svg .line-1, .uc-navbar-toggle-animate[aria-expanded="true"] svg .line-4 {
  opacity: 0;
}

.uc-navbar-toggle-animate[aria-expanded="true"] svg .line-1 {
  transform: translateY(6px)scaleX(0);
}

.uc-navbar-toggle-animate[aria-expanded="true"] svg .line-4 {
  transform: translateY(-6px)scaleX(0);
}

.headerFixed {
  top: 0;
  margin-top: 0;
  position: fixed !important;
  width: 100% !important;
}

.uc-drop.uc-open.more-menu-open {
  overflow-x: auto;
  top: 80px;
  left: 0;
  width: 1173px;
}

.uc-drop.uc-open.more-menu-open.w-100 {
  max-width: 100% !important;
}

.has-dd-menu .uc-navbar-dropdown.uc-drop {
  animation: uc-animation-slide-top-small;
  animation-duration: .15s;
  z-index: 34;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  overflow-x: auto !important;
  top: 65px !important;
  left: 0 !important;
  display: block !important;
}

.has-dd-menu .uc-products.uc-drop {
  animation: uc-animation-slide-top-small;
  animation-duration: .15s;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  overflow-x: auto !important;
  top: 65px !important;
  left: 0 !important;
  display: block !important;
}

.has-dd-menu .uc-products.uc-drop .uc-dropbar-inner.after-bg:after {
  display: none;
}

.has-dd-menu .uc-products.uc-drop .uc-dropbar-inner {
  width: 100%;
}

.has-dd-menu .uc-products.uc-drop .uc-dropbar-inner .row {
  width: 100%;
}

.has-dd-menu .uc-products.uc-drop.w-100 {
  max-width: 100% !important;
}

.has-dd-menu:hover .uc-navbar-dropdown.uc-drop, .has-dd-menu:hover .uc-products.uc-drop {
  opacity: 1;
  visibility: visible;
}

@media (width >= 1000px) {
  .sticky-element {
    position: sticky !important;
    top: 80px !important;
    height: fit-content !important;
  }

  .sticky-element2 {
    position: sticky !important;
    bottom: 80px !important;
    height: fit-content !important;
  }

  .sticky-element3 {
    position: sticky !important;
    top: 0 !important;
    height: fit-content !important;
  }
}

.mobile-menu .uc-nav-sub {
  max-height: 0;
  transition: all .3s;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
}

.mobile-menu .uc-nav-sub.active {
  opacity: 1;
  max-height: 600px;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

@media (width <= 768px) {
  .flex-sm-column {
    flex-direction: column !important;
  }

  .uc-pagination > * > * {
    padding: 5px 4px;
  }
}

.uc-dark .image-filter {
  filter: invert() brightness(2);
}

.image-filter-white {
  filter: invert() brightness(2);
}

.uc-modal {
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
  max-width: 100%;
  overflow: hidden;
}

.uc-modal.uc-open {
  opacity: 1;
  visibility: visible;
}

header.uc-header.header-six .uc-navbar-nav > li > a.uc-active {
  color: var(--color-primary) !important;
}

.menuActiveBg {
  background-color: var(--color-primary) !important;
  color: #fff !important;
}

html[dir="rtl"] .nav-y .uc-parent:after {
  right: auto;
  left: 0;
}

.uc-navbar-dropdown-nav > li > a:where(.uc-dark), :where(.uc-dark) .uc-navbar-dropdown-nav > li > a:not(.menuActive) {
  color: #999 !important;
}

.modal-video-body {
  max-width: 1600px !important;
}

.uc-dark .inActiveMenu {
  color: #999 !important;
}

.nav-y .uc-parent:after {
  transition: all .3s;
}

.nav-y .uc-parent.active:after {
  transform: rotate(-90deg);
}

.home-6 {
  --bs-secondary-rgb: 241, 226, 222;
}

.home-6 .bg-secondary {
  --bs-bg-opacity: 1;
}

.menuActive {
  color: var(--color-primary) !important;
}

.uc-dark .dark-image-filter-none {
  filter: none !important;
}

.rc-slider {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 100%;
  box-sizing: border-box;
  width: fit-content;
  margin-left: 0 !important;
}

.rc-slider .rc-slider-handle {
  border: solid 2px var(--color-primary);
  width: 16px;
  height: 16px;
  margin-top: -7px;
  opacity: 1 !important;
  background-color: #fff !important;
}

.rc-slider .rc-slider-handle:hover {
  border-color: var(--color-primary);
}

.rc-slider .rc-slider-handle-dragging {
  border-color: var(--color-primary) !important;
  box-shadow: none !important;
}

.rc-slider .rc-slider-track, .rc-slider .rc-slider-tracks {
  background-color: var(--color-primary);
}

@media (width <= 991px) {
  .w-md-100 {
    width: 100% !important;
  }

  .md-column-reverse {
    flex-direction: column-reverse;
  }
}

.has-dd-menu .uc-navbar-dropdown.uc-drop.fit-content-600 {
  width: 600px !important;
}

.uc-sticky:not(.uc-sticky-below) .uc-full-dd {
  top: 100px !important;
}

.position-static {
  position: static !important;
}

.header-seven .uc-navbar-nav {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

html:not(.uc-dark) .header-seven .uc-navbar-nav > li.has-dd-menu > a:hover {
  box-shadow: inset 0 3px var(--color-primary);
  opacity: .75;
  color: var(--color-gray-900) !important;
}

.header-eight .uc-navbar-nav > li.has-dd-menu > a:hover {
  box-shadow: inset 0 3px var(--color-primary);
  opacity: .75;
  color: #fff !important;
}

.header-eight .uc-navbar-nav {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.header-nine .uc-navbar-nav > li.has-dd-menu > a:hover {
  box-shadow: inset 0 3px var(--color-primary);
  opacity: .75;
  color: #fff !important;
}

.header-nine .uc-navbar-nav {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.header-global .uc-navbar-nav > li.has-dd-menu > a:hover {
  box-shadow: inset 0 3px var(--color-primary);
  opacity: .75;
  color: #fff !important;
}

.header-global .uc-navbar-nav {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.header-default .uc-navbar-nav {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.uc-dark .header-default .uc-navbar-nav > li.has-dd-menu > a:hover {
  box-shadow: inset 0 3px var(--color-primary);
  opacity: .75;
  color: #fff !important;
}

.Typewriter__cursor {
  display: none;
}

.header-eight .uc-navbar, .header-nine .uc-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-eight .uc-navbar-center, .header-nine .uc-navbar-center {
  position: static !important;
  transform: none !important;
}

.header-eight .uc-navbar-right, .header-nine .uc-navbar-right {
  margin-left: 0;
}

.header-eight .uc-dropbar.uc-navbar-dropdown, .header-nine .uc-dropbar.uc-navbar-dropdown {
  top: 88px !important;
}

.uc-navbar-nav > li > a {
  padding: 0;
}

.home-6-cta {
  flex-direction: row;
}

@media (width <= 992px) {
  .home-6-cta {
    flex-direction: column;
  }
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (width >= 992px) {
  .section-heading-2 {
    flex-direction: row;
  }
}

.fdr {
  flex-direction: row;
}

@media (width >= 600px) {
  .fdr-min-600 {
    flex-direction: row;
  }
}

.uc-sticky-placeholder {
  display: none !important;
}

.overflowx-auto {
  overflow-x: auto;
}

.mobile-menu .uc-offcanvas-bar a {
  color: rgba(var(--bs-dark-rgb), 1);
}

.uc-dark .mobile-menu .uc-offcanvas-bar a {
  color: #fff;
}

.theme-5 .vstack.flex-row {
  flex-direction: row !important;
}

@media (width <= 992px) {
  .theme-5 .vstack.flex-row.md-flex-column {
    flex-direction: column !important;
  }
}

@media (width <= 992px) {
  .md-flex-column {
    flex-direction: column !important;
  }
}

@media (width <= 500px) {
  .sm-flex-column {
    flex-direction: column !important;
  }
}

@media (width <= 992px) {
  .home-7 .mt-md-40 {
    margin-top: 40px;
  }
}

.white-on-light {
  filter: invert() brightness();
}

.uc-dark .white-on-light {
  filter: invert(0) brightness();
}

.uc-accordion-title {
  padding-right: 30px !important;
}

.uc-header {
  will-change: transform, opacity;
  backface-visibility: hidden;
}

#calender_frame {
  width: 100%;
  height: 100%;
  min-height: 808px;
}


/* [project]/node_modules/photoswipe/dist/photoswipe.css [app-client] (css) */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: #4f4f4f66;
  --pswp-preloader-color-secondary: #ffffffe6;
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: .003;
  contain: layout style size;
  -webkit-tap-highlight-color: #0000;
}

.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp, .pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: .005;
  background: var(--pswp-bg);
}

.pswp, .pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap, .pswp__bg, .pswp__container, .pswp__item, .pswp__content, .pswp__img, .pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img, .pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img, .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active, .pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

.pswp__container, .pswp__img, .pswp__button, .pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

.pswp .pswp__hide-on-close {
  opacity: .005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(.4, 0, .22, 1);
  z-index: 10;
  pointer-events: none;
}

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: .85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover, .pswp__button:active, .pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: .3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

div.pswp__img--placeholder, .pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  will-change: opacity;
}

.pswp__button--close {
  margin-right: 6px;
}

.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0;
}

.pswp__button--arrow--next {
  right: 0;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  transform: scale(-1, 1);
}

.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity .2s linear;
  animation: .6s linear infinite pswp-clockwise;
}

.pswp__preloader--active .pswp__icn {
  opacity: .85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: .85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}


/* [project]/node_modules/rc-slider/assets/index.css [app-client] (css) */
.rc-slider {
  position: relative;
  width: 100%;
  height: 14px;
  padding: 5px 0;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: #0000;
}

.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: #0000;
}

.rc-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #e9e9e9;
  border-radius: 6px;
}

.rc-slider-track, .rc-slider-tracks {
  position: absolute;
  height: 4px;
  background-color: #abe2fb;
  border-radius: 6px;
}

.rc-slider-track-draggable {
  z-index: 1;
  box-sizing: content-box;
  background-clip: content-box;
  border-top: 5px solid #0000;
  border-bottom: 5px solid #0000;
  transform: translateY(-5px);
}

.rc-slider-handle {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: 2px solid #96dbfa;
  border-radius: 50%;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  opacity: .8;
  user-select: none;
  touch-action: pan-x;
}

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
}

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging-delete {
  opacity: 0;
}

.rc-slider-handle:focus {
  outline: none;
  box-shadow: none;
}

.rc-slider-handle:focus-visible {
  border-color: #2db7f5;
  box-shadow: 0 0 0 3px #96dbfa;
}

.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}

.rc-slider-handle:hover {
  border-color: #57c5f7;
}

.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: #999;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.rc-slider-mark-text-active {
  color: #666;
}

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: none;
}

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  cursor: pointer;
}

.rc-slider-dot-active {
  border-color: #96dbfa;
}

.rc-slider-dot-reverse {
  margin-right: -4px;
}

.rc-slider-disabled {
  background-color: #e9e9e9;
}

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}

.rc-slider-disabled .rc-slider-handle, .rc-slider-disabled .rc-slider-dot {
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none;
  cursor: not-allowed;
}

.rc-slider-disabled .rc-slider-mark-text, .rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}

.rc-slider-vertical .rc-slider-rail {
  width: 4px;
  height: 100%;
}

.rc-slider-vertical .rc-slider-track {
  bottom: 0;
  left: 5px;
  width: 4px;
}

.rc-slider-vertical .rc-slider-track-draggable {
  border-top: 0;
  border-right: 5px solid #0000;
  border-bottom: 0;
  border-left: 5px solid #0000;
  transform: translateX(-5px);
}

.rc-slider-vertical .rc-slider-handle {
  position: absolute;
  z-index: 1;
  margin-top: 0;
  margin-left: -5px;
  touch-action: pan-y;
}

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}

.rc-slider-vertical .rc-slider-step {
  width: 4px;
  height: 100%;
}

.rc-slider-vertical .rc-slider-dot {
  margin-left: -2px;
}

.rc-slider-tooltip-zoom-down-enter, .rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused;
  display: block !important;
}

.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused;
  display: block !important;
}

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active, .rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-enter, .rc-slider-tooltip-zoom-down-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    transform: scale(0);
    transform-origin: 50% 100%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }

  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}

.rc-slider-tooltip {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: #0000;
}

.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: #0000;
}

.rc-slider-tooltip-hidden {
  display: none;
}

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px;
}

.rc-slider-tooltip-inner {
  min-width: 24px;
  height: 24px;
  padding: 6px 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: #0000;
  border-style: solid;
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}


/*# sourceMappingURL=_dab382._.css.map*/
