:root, body {
  --tj-container: 1170px;
  --tj-color--main: #282262;
  --tj-color--main-rgb: 40, 34, 98;
  --tj-color--hover: #3b328a;
  --tj-color--hover-rgb: 59, 50, 138;
  --tj-color--pressed: #18124d;
  --tj-color--pressed-rgb: 24, 18, 77;
  --tj-color--surface: #E7E4DC;
  --tj-color--surface-rgb: 231, 228, 220;
  --tj-color--border: #D5D4D4;
  --tj-color--border-rgb: 213, 212, 212;
  --tj-color--bg-gradient: linear-gradient(180deg, #171F24 0%, #141414 100%);
  --tj-color--bg-header: #FFF;
  --tj-color--bg-body: #1B1B1B;
  --tj-color--bg-post: #141414;
  --tj-color--fg: #0A0A0A;
  --tj-color--fg-rgb: 10, 10, 10;
  --tj-color--accent: #FAC140;
  --tj-color--accent-rgb: 250, 193, 64;
}

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

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

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

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

ol,
ul,
dl {
  margin-block-start: 0;
  margin-block-end: 0;
}

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

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 0.75rem;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

code {
  font-size: 0.875em;
  color: var(--tj-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--tj-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

legend + * {
  clear: left;
}

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary-subtle {
  background-color: var(--tj-primary-bg-subtle) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-sm-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-sm-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-sm-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-sm-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-sm-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-sm-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-sm-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-md-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-md-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-md-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-md-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-md-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-md-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-md-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-lg-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-lg-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-lg-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-lg-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-lg-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-lg-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-lg-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-xl-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-xl-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-xl-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-xl-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-xl-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-xl-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-xl-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-xxl-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-xxl-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-xxl-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-xxl-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-xxl-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-xxl-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-xxl-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

:root,
[data-bs-theme="light"] {
  --tj-blue: #0d6efd;
  --tj-indigo: #6610f2;
  --tj-purple: #6f42c1;
  --tj-pink: #d63384;
  --tj-red: #dc3545;
  --tj-orange: #fd7e14;
  --tj-yellow: #ffc107;
  --tj-green: #198754;
  --tj-teal: #20c997;
  --tj-cyan: #0dcaf0;
  --tj-black: #000;
  --tj-white: #fff;
  --tj-gray: #6c757d;
  --tj-gray-dark: #343a40;
  --tj-gray-100: #f8f9fa;
  --tj-gray-200: #e9ecef;
  --tj-gray-300: #dee2e6;
  --tj-gray-400: #ced4da;
  --tj-gray-500: #adb5bd;
  --tj-gray-600: #6c757d;
  --tj-gray-700: #495057;
  --tj-gray-800: #343a40;
  --tj-gray-900: #212529;
  --tj-primary: #0d6efd;
  --tj-secondary: #6c757d;
  --tj-success: #198754;
  --tj-info: #0dcaf0;
  --tj-warning: #ffc107;
  --tj-danger: #dc3545;
  --tj-light: #f8f9fa;
  --tj-dark: #212529;
  --tj-primary-rgb: 13, 110, 253;
  --tj-secondary-rgb: 108, 117, 125;
  --tj-success-rgb: 25, 135, 84;
  --tj-info-rgb: 13, 202, 240;
  --tj-warning-rgb: 255, 193, 7;
  --tj-danger-rgb: 220, 53, 69;
  --tj-light-rgb: 248, 249, 250;
  --tj-dark-rgb: 33, 37, 41;
  --tj-primary-text-emphasis: #052c65;
  --tj-secondary-text-emphasis: #2b2f32;
  --tj-success-text-emphasis: #0a3622;
  --tj-info-text-emphasis: #055160;
  --tj-warning-text-emphasis: #664d03;
  --tj-danger-text-emphasis: #58151c;
  --tj-light-text-emphasis: #495057;
  --tj-dark-text-emphasis: #495057;
  --tj-primary-bg-subtle: #cfe2ff;
  --tj-secondary-bg-subtle: #e2e3e5;
  --tj-success-bg-subtle: #d1e7dd;
  --tj-info-bg-subtle: #cff4fc;
  --tj-warning-bg-subtle: #fff3cd;
  --tj-danger-bg-subtle: #f8d7da;
  --tj-light-bg-subtle: #fcfcfd;
  --tj-dark-bg-subtle: #ced4da;
  --tj-primary-border-subtle: #9ec5fe;
  --tj-secondary-border-subtle: #c4c8cb;
  --tj-success-border-subtle: #a3cfbb;
  --tj-info-border-subtle: #9eeaf9;
  --tj-warning-border-subtle: #ffe69c;
  --tj-danger-border-subtle: #f1aeb5;
  --tj-light-border-subtle: #e9ecef;
  --tj-dark-border-subtle: #adb5bd;
  --tj-white-rgb: 255, 255, 255;
  --tj-black-rgb: 0, 0, 0;
  --tj-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";
  --tj-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --tj-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --tj-body-font-family: var(--tj-font-sans-serif);
  --tj-body-font-size: 1rem;
  --tj-body-font-weight: 400;
  --tj-body-line-height: 1.5;
  --tj-body-color: #212529;
  --tj-body-color-rgb: 33, 37, 41;
  --tj-body-bg: #fff;
  --tj-body-bg-rgb: 255, 255, 255;
  --tj-emphasis-color: #000;
  --tj-emphasis-color-rgb: 0, 0, 0;
  --tj-secondary-color: rgba(33, 37, 41, 0.75);
  --tj-secondary-color-rgb: 33, 37, 41;
  --tj-secondary-bg: #e9ecef;
  --tj-secondary-bg-rgb: 233, 236, 239;
  --tj-tertiary-color: rgba(33, 37, 41, 0.5);
  --tj-tertiary-color-rgb: 33, 37, 41;
  --tj-tertiary-bg: #f8f9fa;
  --tj-tertiary-bg-rgb: 248, 249, 250;
  --tj-heading-color: inherit;
  --tj-link-color: #0d6efd;
  --tj-link-color-rgb: 13, 110, 253;
  --tj-link-decoration: underline;
  --tj-link-hover-color: #0a58ca;
  --tj-link-hover-color-rgb: 10, 88, 202;
  --tj-code-color: #d63384;
  --tj-highlight-color: #212529;
  --tj-highlight-bg: #fff3cd;
  --tj-border-width: 1px;
  --tj-border-style: solid;
  --tj-border-color: #dee2e6;
  --tj-border-color-translucent: rgba(0, 0, 0, 0.175);
  --tj-border-radius: 8px;
  --tj-border-radius-sm: 0.25rem;
  --tj-border-radius-lg: 0.5rem;
  --tj-border-radius-xl: 1rem;
  --tj-border-radius-xxl: 2rem;
  --tj-border-radius-2xl: var(--tj-border-radius-xxl);
  --tj-border-radius-pill: 50rem;
  --tj-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --tj-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --tj-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --tj-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --tj-focus-ring-width: 0.25rem;
  --tj-focus-ring-opacity: 0.25;
  --tj-focus-ring-color: rgba(13, 110, 253, 0.25);
  --tj-form-valid-color: #198754;
  --tj-form-valid-border-color: #198754;
  --tj-form-invalid-color: #dc3545;
  --tj-form-invalid-border-color: #dc3545;
}

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

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

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

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

.dropdown-menu {
  --tj-dropdown-zindex: 1000;
  --tj-dropdown-min-width: 10rem;
  --tj-dropdown-padding-x: 0;
  --tj-dropdown-padding-y: 0.5rem;
  --tj-dropdown-spacer: 0.125rem;
  --tj-dropdown-font-size: 1rem;
  --tj-dropdown-color: var(--tj-body-color);
  --tj-dropdown-bg: var(--tj-body-bg);
  --tj-dropdown-border-color: var(--tj-border-color-translucent);
  --tj-dropdown-border-radius: var(--tj-border-radius);
  --tj-dropdown-border-width: var(--tj-border-width);
  --tj-dropdown-inner-border-radius: calc(var(--tj-border-radius) - var(--tj-border-width));
  --tj-dropdown-divider-bg: var(--tj-border-color-translucent);
  --tj-dropdown-divider-margin-y: 0.5rem;
  --tj-dropdown-box-shadow: var(--tj-box-shadow);
  --tj-dropdown-link-color: var(--tj-body-color);
  --tj-dropdown-link-hover-color: var(--tj-body-color);
  --tj-dropdown-link-hover-bg: var(--tj-tertiary-bg);
  --tj-dropdown-link-active-color: #fff;
  --tj-dropdown-link-active-bg: #0d6efd;
  --tj-dropdown-link-disabled-color: var(--tj-tertiary-color);
  --tj-dropdown-item-padding-x: 1rem;
  --tj-dropdown-item-padding-y: 0.25rem;
  --tj-dropdown-header-color: #6c757d;
  --tj-dropdown-header-padding-x: 1rem;
  --tj-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--tj-dropdown-zindex);
  display: none;
  min-width: var(--tj-dropdown-min-width);
  padding: var(--tj-dropdown-padding-y) var(--tj-dropdown-padding-x);
  margin: 0;
  font-size: var(--tj-dropdown-font-size);
  color: var(--tj-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--tj-dropdown-bg);
  background-clip: padding-box;
  border: var(--tj-dropdown-border-width) solid var(--tj-dropdown-border-color);
  border-radius: var(--tj-dropdown-border-radius);
}

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

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

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

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

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

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

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

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

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

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

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

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--tj-dropdown-link-hover-color);
  background-color: var(--tj-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--tj-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--tj-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--tj-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

.dropdown .dropdown-item.active, .dropdown .dropdown-item:active {
  background-color: var(--tj-dropdown-link-hover-bg);
}

@media (min-width: 768px) {
  .dropdown .dropdown-menu {
    transition: all 0.2s ease;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
  }
  .dropdown:hover > .dropdown-menu {
    transform: scale(1);
  }
}

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

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

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

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

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

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

:root {
  --tj-breakpoint-xs: 0;
  --tj-breakpoint-sm: 576px;
  --tj-breakpoint-md: 768px;
  --tj-breakpoint-lg: 992px;
  --tj-breakpoint-xl: 1200px;
  --tj-breakpoint-xxl: 1400px;
}

.row {
  --tj-gutter-x: 1.5rem;
  --tj-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--tj-gutter-y));
  margin-right: calc(-.5 * var(--tj-gutter-x));
  margin-left: calc(-.5 * var(--tj-gutter-x));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --tj-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --tj-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --tj-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --tj-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --tj-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --tj-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --tj-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --tj-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --tj-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --tj-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --tj-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --tj-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --tj-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --tj-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --tj-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --tj-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --tj-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --tj-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --tj-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --tj-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --tj-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --tj-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --tj-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --tj-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --tj-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --tj-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --tj-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --tj-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --tj-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --tj-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --tj-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --tj-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --tj-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --tj-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --tj-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --tj-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --tj-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --tj-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --tj-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --tj-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --tj-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --tj-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --tj-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --tj-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --tj-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --tj-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --tj-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --tj-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --tj-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --tj-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --tj-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --tj-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --tj-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --tj-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --tj-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --tj-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --tj-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --tj-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --tj-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --tj-gutter-y: 3rem;
  }
}

.tj-container {
  margin: 0 auto;
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
}

@media (max-width: 1199.98px) {
  .tj-container {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
  }
}

.tj-container-content {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
  width: 100%;
}

.row {
  --tj-gutter-x: 30px;
}

.row.row-products {
  --tj-gutter-x: 30px;
  --tj-gutter-y: 48px;
}

body[class*=page-template-homepage] .row.row-products {
  --tj-gutter-x: 20px;
  --tj-gutter-y: 40px;
}

@media (max-width: 991.98px) {
  .row.row-products {
    --tj-gutter-y: 24px;
  }
}

.row.row-posts {
  --tj-gutter-x: 24px;
  --tj-gutter-y: 32px;
}

@media (max-width: 991.98px) {
  .row.row-posts {
    --tj-gutter-x: 15px;
    --tj-gutter-y: 15px;
  }
}

.row.row-single-product {
  --tj-gutter-x: 63px;
  --tj-gutter-y: 60px;
}

.navbar {
  --tj-navbar-padding-x: 0;
  --tj-navbar-padding-y: 0.5rem;
  --tj-navbar-color: rgba(var(--tj-emphasis-color-rgb), 0.65);
  --tj-navbar-hover-color: rgba(var(--tj-emphasis-color-rgb), 0.8);
  --tj-navbar-disabled-color: rgba(var(--tj-emphasis-color-rgb), 0.3);
  --tj-navbar-active-color: rgba(var(--tj-emphasis-color-rgb), 1);
  --tj-navbar-brand-padding-y: 0.3125rem;
  --tj-navbar-brand-margin-end: 1rem;
  --tj-navbar-brand-font-size: 1.25rem;
  --tj-navbar-brand-color: rgba(var(--tj-emphasis-color-rgb), 1);
  --tj-navbar-brand-hover-color: rgba(var(--tj-emphasis-color-rgb), 1);
  --tj-navbar-nav-link-padding-x: 0.5rem;
  --tj-navbar-toggler-padding-y: 0.25rem;
  --tj-navbar-toggler-padding-x: 0.75rem;
  --tj-navbar-toggler-font-size: 1.25rem;
  --tj-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --tj-navbar-toggler-border-color: rgba(var(--tj-emphasis-color-rgb), 0.15);
  --tj-navbar-toggler-border-radius: var(--tj-border-radius);
  --tj-navbar-toggler-focus-width: 0.25rem;
  --tj-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: var(--tj-navbar-padding-y) var(--tj-navbar-padding-x);
}

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

.navbar-brand {
  padding-top: var(--tj-navbar-brand-padding-y);
  padding-bottom: var(--tj-navbar-brand-padding-y);
  margin-right: var(--tj-navbar-brand-margin-end);
  font-size: var(--tj-navbar-brand-font-size);
  color: var(--tj-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

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

.navbar-nav {
  --tj-nav-link-padding-x: 0;
  --tj-nav-link-padding-y: 0.5rem;
  --tj-nav-link-font-weight: ;
  --tj-nav-link-color: var(--tj-navbar-color);
  --tj-nav-link-hover-color: var(--tj-navbar-hover-color);
  --tj-nav-link-disabled-color: var(--tj-navbar-disabled-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

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

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

.navbar-toggler {
  padding: var(--tj-navbar-toggler-padding-y) var(--tj-navbar-toggler-padding-x);
  font-size: var(--tj-navbar-toggler-font-size);
  line-height: 1;
  color: var(--tj-navbar-color);
  background-color: transparent;
  border: var(--tj-border-width) solid var(--tj-navbar-toggler-border-color);
  border-radius: var(--tj-navbar-toggler-border-radius);
  transition: var(--tj-navbar-toggler-transition);
}

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

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

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

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

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

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

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

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

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

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

.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--tj-navbar-nav-link-padding-x);
  padding-left: var(--tj-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: var(--tj-nav-link-padding-y) var(--tj-nav-link-padding-x);
  font-size: var(--tj-nav-link-font-size);
  font-weight: var(--tj-nav-link-font-weight);
  color: var(--tj-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

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

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

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--tj-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --tj-nav-tabs-border-width: var(--tj-border-width);
  --tj-nav-tabs-border-color: var(--tj-border-color);
  --tj-nav-tabs-border-radius: var(--tj-border-radius);
  --tj-nav-tabs-link-hover-border-color: var(--tj-secondary-bg) var(--tj-secondary-bg) var(--tj-border-color);
  --tj-nav-tabs-link-active-color: var(--tj-emphasis-color);
  --tj-nav-tabs-link-active-bg: var(--tj-body-bg);
  --tj-nav-tabs-link-active-border-color: var(--tj-border-color) var(--tj-border-color) var(--tj-body-bg);
  border-bottom: var(--tj-nav-tabs-border-width) solid var(--tj-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--tj-nav-tabs-border-width));
  border: var(--tj-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--tj-nav-tabs-border-radius);
  border-top-right-radius: var(--tj-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--tj-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--tj-nav-tabs-link-active-color);
  background-color: var(--tj-nav-tabs-link-active-bg);
  border-color: var(--tj-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--tj-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --tj-nav-pills-border-radius: var(--tj-border-radius);
  --tj-nav-pills-link-active-color: #fff;
  --tj-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--tj-nav-pills-border-radius);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--tj-nav-pills-link-active-color);
  background-color: var(--tj-nav-pills-link-active-bg);
}

.nav-underline {
  --tj-nav-underline-gap: 1rem;
  --tj-nav-underline-border-width: 0.125rem;
  --tj-nav-underline-link-active-color: var(--tj-emphasis-color);
  gap: var(--tj-nav-underline-gap);
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu {
  --tj-dropdown-zindex: 1000;
  --tj-dropdown-min-width: 10rem;
  --tj-dropdown-padding-x: 0;
  --tj-dropdown-padding-y: 0.5rem;
  --tj-dropdown-spacer: 0.125rem;
  --tj-dropdown-font-size: 1rem;
  --tj-dropdown-color: var(--tj-body-color);
  --tj-dropdown-bg: var(--tj-body-bg);
  --tj-dropdown-border-color: var(--tj-border-color-translucent);
  --tj-dropdown-border-radius: var(--tj-border-radius);
  --tj-dropdown-border-width: var(--tj-border-width);
  --tj-dropdown-inner-border-radius: calc(var(--tj-border-radius) - var(--tj-border-width));
  --tj-dropdown-divider-bg: var(--tj-border-color-translucent);
  --tj-dropdown-divider-margin-y: 0.5rem;
  --tj-dropdown-box-shadow: var(--tj-box-shadow);
  --tj-dropdown-link-color: var(--tj-body-color);
  --tj-dropdown-link-hover-color: var(--tj-body-color);
  --tj-dropdown-link-hover-bg: var(--tj-tertiary-bg);
  --tj-dropdown-link-active-color: #fff;
  --tj-dropdown-link-active-bg: #0d6efd;
  --tj-dropdown-link-disabled-color: var(--tj-tertiary-color);
  --tj-dropdown-item-padding-x: 1rem;
  --tj-dropdown-item-padding-y: 0.25rem;
  --tj-dropdown-header-color: #6c757d;
  --tj-dropdown-header-padding-x: 1rem;
  --tj-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--tj-dropdown-zindex);
  display: none;
  min-width: var(--tj-dropdown-min-width);
  padding: var(--tj-dropdown-padding-y) var(--tj-dropdown-padding-x);
  margin: 0;
  font-size: var(--tj-dropdown-font-size);
  color: var(--tj-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--tj-dropdown-bg);
  background-clip: padding-box;
  border: var(--tj-dropdown-border-width) solid var(--tj-dropdown-border-color);
  border-radius: var(--tj-dropdown-border-radius);
}

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

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

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

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

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

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

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

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

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

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

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

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--tj-dropdown-link-hover-color);
  background-color: var(--tj-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--tj-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--tj-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--tj-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

header.site-header {
  --nav-link-color: var(--wp--preset--color--foreground);
  --nav-link-hover-color: #5f5f5f;
  --nav-link-decoration: none;
  --tj-link-decoration: var(--nav-link-decoration);
  --nav-search-width: 0;
  --nav-link-font-size: var(--wp--preset--font-size--base);
  --nav-link-font-weight: 400;
  --nav-link-padding-y: 1.25rem;
  --nav-link-padding-y-md: 8px;
  --nav-link-padding-x-md: 0;
  --navbar-padding-y: 0;
  --navbar-brand-padding-y: 0;
  --icon: var(--wp--preset--color--foreground);
  --icon-hover: var(--wp--preset--color--secondary);
  --header-background: var(--tj-color--bg-header);
  transition: all .2s ease;
  position: relative;
  grid-row: unset;
  z-index: 999;
  padding-top: 0;
  border-bottom: 0;
  margin-bottom: 0 !important;
}

header.site-header > * {
  z-index: 3;
  position: relative;
}

header.site-header::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: var(--header-background);
  z-index: 0;
  opacity: 1;
  transition: opacity .2s ease;
}

@media (min-width: 992px) {
  body:not(.block-editor-page) header.site-header:not(.sticky) {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
}

header.site-header .header-search {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1200;
  transition: opacity .2s ease, visibility .2s ease;
}

header.site-header .header-search__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
}

header.site-header .header-search__dialog {
  position: relative;
  z-index: 1;
}

header.site-header .header-search__form {
  width: 100%;
}

header.site-header .header-search__field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: var(--wp--preset--color--white, #fff);
  padding: 0 8px 0 20px;
}

@media (max-width: 767.98px) {
  header.site-header .header-search__field {
    gap: 10px;
    padding: 0 6px 0 16px;
  }
}

header.site-header .header-search__icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

header.site-header .header-search__icon svg {
  width: 100%;
  height: 100%;
}

header.site-header .header-search__input {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  border: 0;
  background: transparent;
  padding: 18px 0;
  font-family: inherit;
  line-height: 1.3;
  color: var(--wp--preset--color--foreground, #000);
  outline: none;
  width: 400px;
  max-width: 100%;
}

header.site-header .header-search__input:focus {
  background: transparent;
}

header.site-header .header-search__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

header.site-header .header-search__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 991.98px) {
  header.site-header .header-search__input {
    width: auto;
  }
}

header.site-header .header-search__submit {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: var(--wp--preset--color--primary, #000);
  color: var(--wp--preset--color--white, #fff);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

header.site-header .header-search__submit:hover, header.site-header .header-search__submit:focus-visible {
  background: var(--wp--preset--color--secondary, #333);
  transform: translateY(-1px);
}

header.site-header .header-search__submit svg {
  width: 18px;
  height: 18px;
}

header.site-header .toggle-search-button {
  position: relative;
  z-index: 1301;
}

@media (max-width: 991.98px) {
  header.site-header {
    --nav-search-width: 0;
    --navbar-brand-padding-y: 0.2rem;
    padding-bottom: 0px;
  }
}

body.woocommerce-active header.site-header .site-branding {
  width: auto;
  float: none;
  margin-right: 0;
}

header.site-header a, header.site-header a:hover {
  text-decoration: var(--tj-link-decoration) !important;
}

header.site-header .navbar {
  --tj-navbar-brand-margin-end: 20px;
  --tj-navbar-padding-y: var(--navbar-padding-y);
  --tj-navbar-brand-padding-y: var(--navbar-brand-padding-y);
  padding-top: 15.1px;
  padding-bottom: 15.1px;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  header.site-header .navbar {
    padding-top: 7px;
  }
}

@media (min-width: 992px) {
  header.site-header .navbar .nav-action-sm {
    display: none;
  }
}

@media (max-width: 991.98px) {
  header.site-header .navbar .nav-action-sm {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 15px;
  }
}

@media (max-width: 991.98px) {
  header.site-header .navbar {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

header.site-header .navbar > .tj-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

header.site-header .navbar .row {
  -ms-flex-align: center;
      align-items: center;
}

header.site-header .navbar .navbar-brand img {
  width: auto;
  object-fit: contain;
  display: block;
  height: 43px;
}

header.site-header .navbar .navbar-collapse {
  position: relative;
  z-index: 9999;
}

@media (min-width: 992px) {
  header.site-header .navbar .navbar-collapse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 991.98px) {
  header.site-header .navbar .navbar-collapse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-bottom: 20px;
  }
  header.site-header .navbar .navbar-collapse .navbar-nav {
    width: 100%;
    max-height: calc(100vh - 164px);
    overflow: auto;
    padding-top: 28px;
  }
  header.site-header .navbar .navbar-collapse .search-form-toggle-navbar {
    margin-top: auto;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    margin-bottom: 50px;
  }
}

header.site-header .navbar .navbar-collapse .nav-action {
  -ms-flex-align: center;
      align-items: center;
  margin-top: -4px;
  margin-bottom: 8px;
}

header.site-header .navbar .navbar-collapse .nav-action > *:not(:first-child) {
  margin-left: 12px;
}

header.site-header .navbar .navbar-nav {
  margin: 0;
  --tj-nav-link-color: var(--nav-link-color);
  --tj-nav-link-hover-color: var(--nav-link-hover-color);
  --tj-nav-link-font-size: var(--nav-link-font-size);
  --tj-nav-link-font-weight: var(--nav-link-font-weight);
  --tj-nav-link-padding-y: var(--nav-link-padding-y);
}

header.site-header .navbar .navbar-nav .dropdown-menu {
  --tj-dropdown-font-size: var(--nav-link-font-size);
  font-size: var(--tj-dropdown-font-size);
}

@media (min-width: 992px) {
  header.site-header .navbar .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 9;
  }
}

header.site-header .navbar .navbar-nav .menu-item:hover {
  text-decoration: var(--nav-link-decoration) !important;
}

@media (max-width: 991.98px) {
  header.site-header .navbar .navbar-nav .menu-item .nav-link {
    --tj-nav-link-padding-y: var(--nav-link-padding-y-md);
    --tj-nav-link-padding-x: var(--nav-link-padding-x-md);
    padding-left: 0;
  }
}

header.site-header .navbar .navbar-nav .menu-item.dropdown {
  position: relative;
}

header.site-header .navbar .navbar-nav .menu-item.dropdown .expand {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 4px;
  z-index: 9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  header.site-header .navbar .navbar-nav .menu-item.dropdown .expand {
    width: 12px;
    height: 12px;
  }
}

header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon {
  line-height: 1;
}

header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg > * {
  transition: all 0.2s ease-in-out;
}

header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg rect[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg polyline[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg polygon[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg path[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg line[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg circle[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg ellipse[stroke]:not([stroke=none]) {
  stroke: var(--icon, #FFF);
  fill: none;
}

header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg rect[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg polyline[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg polygon[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg path[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg line[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg circle[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg ellipse[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg rect[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg polyline[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg polygon[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg path[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg line[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg circle[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg ellipse[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg circle:not([fill]):not([stroke]) {
  fill: var(--icon, #FFF);
  stroke: none;
}

header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg[stroke]:not([stroke=none]) rect[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg polyline[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg polygon[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg path[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg line[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg circle[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg ellipse[stroke]:not([stroke=none]) {
  stroke: var(--icon-hover, #FFF);
  fill: none;
}

header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg rect[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg polyline[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg polygon[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg path[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg line[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg circle[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg ellipse[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg rect[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg polyline[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg polygon[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg path[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg line[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg circle[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg ellipse[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon:hover svg circle:not([fill]):not([stroke]) {
  fill: var(--icon-hover, #FFF);
  stroke: none;
}

header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg {
  width: 100%;
  height: 100%;
  transition: all .2s ease;
}

@media (max-width: 991.98px) {
  header.site-header .navbar .navbar-nav .menu-item.dropdown .expand {
    top: 0;
    height: 50px;
    transform: unset;
  }
  header.site-header .navbar .navbar-nav .menu-item.dropdown .expand .icon svg {
    transform: rotate(-90deg);
  }
}

header.site-header .navbar .navbar-nav .menu-item.dropdown .dropdown-toggle {
  padding-right: 25px !important;
}

header.site-header .navbar .navbar-nav .menu-item.dropdown .dropdown-toggle:after {
  display: none;
}

@media (max-width: 991.98px) {
  header.site-header .navbar .navbar-nav .menu-item.dropdown .dropdown-menu {
    display: none;
    --tj-dropdown-link-color: var(--tj-nav-link-color);
    --tj-dropdown-border-width: 0;
    --tj-dropdown-padding-y: 0;
  }
  header.site-header .navbar .navbar-nav .menu-item.dropdown.show > .dropdown-menu {
    display: block;
  }
  header.site-header .navbar .navbar-nav .menu-item.dropdown.show > .expand .icon svg {
    transform: rotate(0deg) !important;
  }
}

header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu {
  border-radius: 0 0 var(--tj-dropdown-border-radius) var(--tj-dropdown-border-radius);
}

header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .nav-link {
  padding-right: 20px;
}

header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand {
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 20px;
}

@media (max-width: 767.98px) {
  header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand {
    width: 16px;
    top: 0;
    transform: unset;
  }
}

header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg > * {
  transition: all 0.2s ease-in-out;
}

header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg rect[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg polyline[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg polygon[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg path[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg line[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg circle[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg ellipse[stroke]:not([stroke=none]) {
  stroke: var(--icon, var(--tj-dropdown-link-color));
  fill: none;
}

header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg rect[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg polyline[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg polygon[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg path[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg line[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg circle[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg ellipse[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg rect[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg polyline[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg polygon[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg path[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg line[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg circle[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg ellipse[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg circle:not([fill]):not([stroke]) {
  fill: var(--icon, var(--tj-dropdown-link-color));
  stroke: none;
}

header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg[stroke]:not([stroke=none]) rect[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg polyline[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg polygon[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg path[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg line[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg circle[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg ellipse[stroke]:not([stroke=none]) {
  stroke: var(--icon-hover, var(--tj-dropdown-link-color));
  fill: none;
}

header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg rect[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg polyline[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg polygon[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg path[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg line[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg circle[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg ellipse[fill]:not([fill=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg rect[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg polyline[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg polygon[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg path[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg line[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg circle[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg ellipse[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon:hover svg circle:not([fill]):not([stroke]) {
  fill: var(--icon-hover, var(--tj-dropdown-link-color));
  stroke: none;
}

header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .expand .icon svg {
  transform: rotate(-90deg);
}

@media (min-width: 992px) {
  header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown .dropdown-menu {
    opacity: 0;
    border-radius: 0 var(--tj-dropdown-border-radius) var(--tj-dropdown-border-radius) var(--tj-dropdown-border-radius);
    transform-origin: left;
    transform: scale(0, 1);
    top: 0;
    left: 100%;
  }
  header.site-header .navbar .navbar-nav .menu-item.dropdown > .dropdown-menu .dropdown:hover > .dropdown-menu {
    opacity: 1;
    transform: scale(1, 1);
  }
}

header.site-header .navbar .navbar-nav.top-menu, header.site-header .navbar .navbar-nav.main-menu {
  --tj-nav-link-padding-y: 0;
  --tj-nav-link-padding-x: 14px;
  --tj-navbar-nav-link-padding-x: calc(32px/2);
}

header.site-header .navbar .navbar-nav.top-menu .menu-item, header.site-header .navbar .navbar-nav.main-menu .menu-item {
  text-transform: uppercase;
}

header.site-header .navbar .navbar-nav.top-menu .menu-item.current-menu-item > .nav-link, header.site-header .navbar .navbar-nav.top-menu .menu-item.current-menu-ancestor > .nav-link, header.site-header .navbar .navbar-nav.main-menu .menu-item.current-menu-item > .nav-link, header.site-header .navbar .navbar-nav.main-menu .menu-item.current-menu-ancestor > .nav-link {
  color: var(--tj-color--main);
  font-weight: 700;
}

header.site-header .navbar .navbar-nav.top-menu .menu-item:hover .nav-link, header.site-header .navbar .navbar-nav.top-menu .menu-item:hover .dropdown-item, header.site-header .navbar .navbar-nav.main-menu .menu-item:hover .nav-link, header.site-header .navbar .navbar-nav.main-menu .menu-item:hover .dropdown-item {
  color: var(--tj-color--hover);
}

@media (min-width: 992px) {
  header.site-header .navbar .navbar-nav.top-menu > .menu-item:first-child > .nav-link, header.site-header .navbar .navbar-nav.main-menu > .menu-item:first-child > .nav-link {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  header.site-header .navbar .navbar-nav.top-menu > .menu-item:last-child > .nav-link, header.site-header .navbar .navbar-nav.main-menu > .menu-item:last-child > .nav-link {
    padding-right: 0;
  }
}

header.site-header .navbar .navbar-nav.top-menu > .menu-item > .nav-link, header.site-header .navbar .navbar-nav.main-menu > .menu-item > .nav-link {
  position: relative;
  letter-spacing: .07px;
}

header.site-header .navbar .navbar-nav.top-menu > .menu-item > .nav-link > span, header.site-header .navbar .navbar-nav.main-menu > .menu-item > .nav-link > span {
  display: inline-block;
}

header.site-header .navbar .navbar-nav.top-menu > .menu-item.dropdown .dropdown-menu, header.site-header .navbar .navbar-nav.main-menu > .menu-item.dropdown .dropdown-menu {
  background-color: var(--tj-color--bg-header);
}

header.site-header .navbar .navbar-nav.top-menu > .menu-item.dropdown .dropdown-menu .dropdown-item, header.site-header .navbar .navbar-nav.main-menu > .menu-item.dropdown .dropdown-menu .dropdown-item {
  color: var(--nav-link-color);
}

header.site-header .navbar .navbar-nav.top-menu > .menu-item.dropdown .dropdown-menu .dropdown-item:hover, header.site-header .navbar .navbar-nav.main-menu > .menu-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: var(--tj-color--main);
}

@media (min-width: 768px) {
  header.site-header .navbar .navbar-nav.top-menu > .menu-item.dropdown:hover > .dropdown-menu, header.site-header .navbar .navbar-nav.main-menu > .menu-item.dropdown:hover > .dropdown-menu {
    transform: scale(1);
  }
}

header.site-header .navbar .navbar-nav.top-menu .nav-link, header.site-header .navbar .navbar-nav.top-menu .dropdown-item, header.site-header .navbar .navbar-nav.main-menu .nav-link, header.site-header .navbar .navbar-nav.main-menu .dropdown-item {
  outline: 0;
}

header.site-header .navbar .navbar-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: var(--nav-search-width);
  height: 39px;
  width: 0%;
  z-index: 9;
  max-width: calc(100% - var(--nav-search-width));
  background-color: #FFF;
  overflow: hidden;
  transition: all .2s ease;
  opacity: 0;
}

header.site-header .navbar .navbar-search .input-group {
  display: -ms-flexbox;
  display: flex;
}

header.site-header .navbar .navbar-search .input-group .form-control, header.site-header .navbar .navbar-search .input-group .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control, .wpcf7-form .wpcf7-form-control-wrap header.site-header .navbar .navbar-search .input-group .wpcf7-form-control {
  padding: .25rem 1rem;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

header.site-header .navbar .navbar-search .input-group [type="submit"] {
  background: transparent;
  border: 0;
  padding: .25rem;
  width: 32px;
}

@media (max-width: 991.98px) {
  header.site-header .navbar .navbar-search {
    top: 0;
    transform: unset;
    position: relative;
    width: auto;
    opacity: 1;
    height: auto;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
  }
}

header.site-header .navbar .navbar-search.show {
  width: 100%;
  opacity: 1;
  z-index: 999;
}

header.site-header .navbar .navbar-search.show [type="submit"] {
  display: none;
}

header.site-header .navbar .toggle-search,
header.site-header .navbar .navbar-toggler {
  outline: 0;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 38px;
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

@media (max-width: 991.98px) {
  header.site-header .navbar .toggle-search,
  header.site-header .navbar .navbar-toggler {
    width: 24px;
    height: 24px;
  }
}

header.site-header .navbar .toggle-search .icon,
header.site-header .navbar .navbar-toggler .icon {
  --icon: #333;
  --icon-hover: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
}

header.site-header .navbar .toggle-search .icon svg > *,
header.site-header .navbar .navbar-toggler .icon svg > * {
  transition: all 0.2s ease-in-out;
}

header.site-header .navbar .toggle-search .icon svg[stroke]:not([stroke=none]),
header.site-header .navbar .toggle-search .icon svg rect[stroke]:not([stroke=none]),
header.site-header .navbar .toggle-search .icon svg polyline[stroke]:not([stroke=none]),
header.site-header .navbar .toggle-search .icon svg polygon[stroke]:not([stroke=none]),
header.site-header .navbar .toggle-search .icon svg path[stroke]:not([stroke=none]),
header.site-header .navbar .toggle-search .icon svg line[stroke]:not([stroke=none]),
header.site-header .navbar .toggle-search .icon svg circle[stroke]:not([stroke=none]),
header.site-header .navbar .toggle-search .icon svg ellipse[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-toggler .icon svg[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-toggler .icon svg rect[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-toggler .icon svg polyline[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-toggler .icon svg polygon[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-toggler .icon svg path[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-toggler .icon svg line[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-toggler .icon svg circle[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-toggler .icon svg ellipse[stroke]:not([stroke=none]) {
  stroke: var(--icon, #333);
  fill: none;
}

header.site-header .navbar .toggle-search .icon svg[fill]:not([fill=none]),
header.site-header .navbar .toggle-search .icon svg rect[fill]:not([fill=none]),
header.site-header .navbar .toggle-search .icon svg polyline[fill]:not([fill=none]),
header.site-header .navbar .toggle-search .icon svg polygon[fill]:not([fill=none]),
header.site-header .navbar .toggle-search .icon svg path[fill]:not([fill=none]),
header.site-header .navbar .toggle-search .icon svg line[fill]:not([fill=none]),
header.site-header .navbar .toggle-search .icon svg circle[fill]:not([fill=none]),
header.site-header .navbar .toggle-search .icon svg ellipse[fill]:not([fill=none]),
header.site-header .navbar .toggle-search .icon svg rect[opacity]:not([opacity=none]),
header.site-header .navbar .toggle-search .icon svg polyline[opacity]:not([opacity=none]),
header.site-header .navbar .toggle-search .icon svg polygon[opacity]:not([opacity=none]),
header.site-header .navbar .toggle-search .icon svg path[opacity]:not([opacity=none]),
header.site-header .navbar .toggle-search .icon svg line[opacity]:not([opacity=none]),
header.site-header .navbar .toggle-search .icon svg circle[opacity]:not([opacity=none]),
header.site-header .navbar .toggle-search .icon svg ellipse[opacity]:not([opacity=none]),
header.site-header .navbar .toggle-search .icon svg circle:not([fill]):not([stroke]),
header.site-header .navbar .navbar-toggler .icon svg[fill]:not([fill=none]),
header.site-header .navbar .navbar-toggler .icon svg rect[fill]:not([fill=none]),
header.site-header .navbar .navbar-toggler .icon svg polyline[fill]:not([fill=none]),
header.site-header .navbar .navbar-toggler .icon svg polygon[fill]:not([fill=none]),
header.site-header .navbar .navbar-toggler .icon svg path[fill]:not([fill=none]),
header.site-header .navbar .navbar-toggler .icon svg line[fill]:not([fill=none]),
header.site-header .navbar .navbar-toggler .icon svg circle[fill]:not([fill=none]),
header.site-header .navbar .navbar-toggler .icon svg ellipse[fill]:not([fill=none]),
header.site-header .navbar .navbar-toggler .icon svg rect[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-toggler .icon svg polyline[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-toggler .icon svg polygon[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-toggler .icon svg path[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-toggler .icon svg line[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-toggler .icon svg circle[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-toggler .icon svg ellipse[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-toggler .icon svg circle:not([fill]):not([stroke]) {
  fill: var(--icon, #333);
  stroke: none;
}

header.site-header .navbar .toggle-search .icon:hover svg[stroke]:not([stroke=none]) rect[stroke]:not([stroke=none]),
header.site-header .navbar .toggle-search .icon:hover svg polyline[stroke]:not([stroke=none]),
header.site-header .navbar .toggle-search .icon:hover svg polygon[stroke]:not([stroke=none]),
header.site-header .navbar .toggle-search .icon:hover svg path[stroke]:not([stroke=none]),
header.site-header .navbar .toggle-search .icon:hover svg line[stroke]:not([stroke=none]),
header.site-header .navbar .toggle-search .icon:hover svg circle[stroke]:not([stroke=none]),
header.site-header .navbar .toggle-search .icon:hover svg ellipse[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg[stroke]:not([stroke=none]) rect[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg polyline[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg polygon[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg path[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg line[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg circle[stroke]:not([stroke=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg ellipse[stroke]:not([stroke=none]) {
  stroke: var(--icon-hover, #333);
  fill: none;
}

header.site-header .navbar .toggle-search .icon:hover svg[fill]:not([fill=none]),
header.site-header .navbar .toggle-search .icon:hover svg rect[fill]:not([fill=none]),
header.site-header .navbar .toggle-search .icon:hover svg polyline[fill]:not([fill=none]),
header.site-header .navbar .toggle-search .icon:hover svg polygon[fill]:not([fill=none]),
header.site-header .navbar .toggle-search .icon:hover svg path[fill]:not([fill=none]),
header.site-header .navbar .toggle-search .icon:hover svg line[fill]:not([fill=none]),
header.site-header .navbar .toggle-search .icon:hover svg circle[fill]:not([fill=none]),
header.site-header .navbar .toggle-search .icon:hover svg ellipse[fill]:not([fill=none]),
header.site-header .navbar .toggle-search .icon:hover svg rect[opacity]:not([opacity=none]),
header.site-header .navbar .toggle-search .icon:hover svg polyline[opacity]:not([opacity=none]),
header.site-header .navbar .toggle-search .icon:hover svg polygon[opacity]:not([opacity=none]),
header.site-header .navbar .toggle-search .icon:hover svg path[opacity]:not([opacity=none]),
header.site-header .navbar .toggle-search .icon:hover svg line[opacity]:not([opacity=none]),
header.site-header .navbar .toggle-search .icon:hover svg circle[opacity]:not([opacity=none]),
header.site-header .navbar .toggle-search .icon:hover svg ellipse[opacity]:not([opacity=none]),
header.site-header .navbar .toggle-search .icon:hover svg circle:not([fill]):not([stroke]),
header.site-header .navbar .navbar-toggler .icon:hover svg[fill]:not([fill=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg rect[fill]:not([fill=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg polyline[fill]:not([fill=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg polygon[fill]:not([fill=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg path[fill]:not([fill=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg line[fill]:not([fill=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg circle[fill]:not([fill=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg ellipse[fill]:not([fill=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg rect[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg polyline[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg polygon[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg path[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg line[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg circle[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg ellipse[opacity]:not([opacity=none]),
header.site-header .navbar .navbar-toggler .icon:hover svg circle:not([fill]):not([stroke]) {
  fill: var(--icon-hover, #333);
  stroke: none;
}

header.site-header .navbar .toggle-search .icon svg,
header.site-header .navbar .navbar-toggler .icon svg {
  width: 100%;
  height: 100%;
}

header.site-header .navbar .toggle-search .icon-open,
header.site-header .navbar .navbar-toggler .icon-open {
  opacity: 1;
}

header.site-header .navbar .toggle-search .icon-close,
header.site-header .navbar .navbar-toggler .icon-close {
  opacity: 0;
}

header.site-header .navbar .toggle-search.collapsed .icon-open,
header.site-header .navbar .navbar-toggler.collapsed .icon-open {
  opacity: 0 !important;
}

header.site-header .navbar .toggle-search.collapsed .icon-close,
header.site-header .navbar .navbar-toggler.collapsed .icon-close {
  opacity: 1 !important;
}

@media (min-width: 992px) {
  header.site-header .navbar .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  header.site-header .navbar .navbar-collapse {
    position: absolute;
    top: calc(100% - 1px);
    background-color: var(--tj-color--bg-header);
    right: -100%;
    width: 0%;
    height: calc(100vh - 58px);
    padding-left: 15px;
    padding-right: 15px;
    transition: all .3s ease;
    overflow: auto;
  }
  header.site-header .navbar .navbar-collapse.show {
    right: 0%;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  header.site-header .navbar .toggle-search,
  header.site-header .navbar .button-action {
    display: none;
  }
}

header.site-header .navbar .navbar-action {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  header.site-header .navbar .navbar-action {
    gap: 15px;
  }
}

header.site-header .navbar .navbar-action button {
  padding: 5px;
  border-radius: 999px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
}

body.navbar-collapsed header.site-header::before {
  opacity: 1;
  background-color: var(--header-background);
}

header.site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 9999;
}

header.site-header.sticky::before {
  opacity: 1;
}

body.admin-bar:not(.site-editor-php) header.site-header.sticky {
  top: 32px;
}

@media (max-width: 781px) {
  body.admin-bar:not(.site-editor-php) header.site-header.sticky {
    top: 46px;
  }
}

@media (max-width: 600px) {
  body.admin-bar:not(.site-editor-php) header.site-header.sticky.scrolled {
    top: 0;
  }
}

header.site-header.sticky.scrolled {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

header.site-header.sticky.scrolled::before {
  opacity: 1;
  background-color: var(--header-background);
}

header.site-header.sticky.scrolled .navbar-top {
  max-height: 0px;
  overflow: hidden;
  padding: 0 !important;
}

header.site-header .search-form-wrapper {
  width: auto;
  height: 32px;
}

@media (min-width: 992px) {
  header.site-header .search-form-wrapper:not(.active) {
    width: 44px;
  }
  header.site-header .search-form-wrapper.active {
    width: 401px;
  }
}

header.site-header .search-form-wrapper .form-search {
  padding: 3px 12px;
}

header.site-header .search-form-wrapper .form-search .form-control, header.site-header .search-form-wrapper .form-search .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control, .wpcf7-form .wpcf7-form-control-wrap header.site-header .search-form-wrapper .form-search .wpcf7-form-control {
  font-size: 12px;
}

header.site-header .search-form-wrapper .form-search .button-wrap [class*=btn] .icon svg {
  width: 20px;
  height: 20px;
}

.navbar > .tj-container {
  position: relative;
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    position: unset !important;
  }
}

@media (max-width: 991.98px) {
  .navbar .search-form-wrapper {
    height: auto !important;
  }
  .navbar .search-form-wrapper .form-search {
    padding: 8px 12px !important;
  }
}

@media (min-width: 992px) {
  .navbar .top-menu,
  .navbar .main-menu {
    position: unset !important;
  }
}

.navbar .top-menu .menu-item.has-menu-modal,
.navbar .main-menu .menu-item.has-menu-modal {
  position: relative;
}

.navbar .top-menu .menu-item.has-menu-modal .btn-modal,
.navbar .main-menu .menu-item.has-menu-modal .btn-modal {
  position: absolute;
  background-color: transparent;
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

@media (min-width: 992px) {
  .navbar .top-menu .menu-item.has-mega-menu,
  .navbar .main-menu .menu-item.has-mega-menu {
    position: unset !important;
  }
}

.navbar .top-menu .menu-item.has-mega-menu .dropdown-menu,
.navbar .main-menu .menu-item.has-mega-menu .dropdown-menu {
  padding: 16px;
}

@media (min-width: 992px) {
  .navbar .top-menu .menu-item.has-mega-menu .dropdown-menu,
  .navbar .main-menu .menu-item.has-mega-menu .dropdown-menu {
    background-color: var(--tj-color--bg-post) !important;
  }
  .navbar .top-menu .menu-item.has-mega-menu .dropdown-menu .dropdown-item,
  .navbar .main-menu .menu-item.has-mega-menu .dropdown-menu .dropdown-item {
    padding: 16px;
    background-color: #212121 !important;
    border-radius: 6px;
  }
}

@media (max-width: 991.98px) {
  .navbar .top-menu .menu-item.has-mega-menu .dropdown-menu .dropdown-item,
  .navbar .main-menu .menu-item.has-mega-menu .dropdown-menu .dropdown-item {
    padding: 0;
  }
}

.navbar .top-menu .menu-item.has-mega-menu > .nav-link,
.navbar .main-menu .menu-item.has-mega-menu > .nav-link {
  padding-right: var(--tj-navbar-nav-link-padding-x) !important;
}

@media (min-width: 992px) {
  .navbar .top-menu .menu-item.has-mega-menu .expand,
  .navbar .main-menu .menu-item.has-mega-menu .expand {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .navbar .top-menu .menu-item.has-mega-menu .dropdown-menu,
  .navbar .main-menu .menu-item.has-mega-menu .dropdown-menu {
    left: 0;
    width: 100%;
    position: absolute !important;
  }
}

.navbar .top-menu .menu-item.has-mega-menu .row-products,
.navbar .main-menu .menu-item.has-mega-menu .row-products {
  --tj-gutter-x: 28px;
  --tj-gutter-y: 0;
}

@media (max-width: 991.98px) {
  .navbar .top-menu .menu-item.has-mega-menu .row-products,
  .navbar .main-menu .menu-item.has-mega-menu .row-products {
    --tj-gutter-y: 10px;
  }
}

.navbar .top-menu .menu-item.has-mega-menu .row-products .product-cat-item,
.navbar .main-menu .menu-item.has-mega-menu .row-products .product-cat-item {
  position: relative;
}

.navbar .top-menu .menu-item.has-mega-menu .row-products .product-cat-item .thumb-item,
.navbar .main-menu .menu-item.has-mega-menu .row-products .product-cat-item .thumb-item {
  max-width: 100%;
  width: 100%;
  height: 196px;
  border-radius: 12px;
  object-fit: cover;
}

.navbar .top-menu .menu-item.has-mega-menu .row-products .product-cat-item .inner,
.navbar .main-menu .menu-item.has-mega-menu .row-products .product-cat-item .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #FFF;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}

.navbar .top-menu .menu-item.has-mega-menu .row-products .product-cat-item .inner .title-item,
.navbar .main-menu .menu-item.has-mega-menu .row-products .product-cat-item .inner .title-item {
  text-transform: none;
}

@media (max-width: 991.98px) {
  .navbar .top-menu .menu-item.has-mega-menu .row-products .product-cat-item > a,
  .navbar .main-menu .menu-item.has-mega-menu .row-products .product-cat-item > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  .navbar .top-menu .menu-item.has-mega-menu .row-products .product-cat-item > a .thumb-item,
  .navbar .main-menu .menu-item.has-mega-menu .row-products .product-cat-item > a .thumb-item {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    margin-right: 12px;
  }
  .navbar .top-menu .menu-item.has-mega-menu .row-products .product-cat-item > a .inner,
  .navbar .main-menu .menu-item.has-mega-menu .row-products .product-cat-item > a .inner {
    position: relative;
    width: calc(100% - 62px);
    height: auto;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    background: unset;
  }
  .navbar .top-menu .menu-item.has-mega-menu .row-products .product-cat-item > a .inner .title-item,
  .navbar .main-menu .menu-item.has-mega-menu .row-products .product-cat-item > a .inner .title-item {
    white-space: normal;
    text-transform: none;
  }
}

.navbar .main-menu .menu-item .nav-link,
.navbar .main-menu .menu-item .dropdown-item {
  font-size: 14px;
}

.navbar .language-wrap {
  display: -ms-flexbox;
  display: flex;
}

.navbar .language-wrap .nav-link,
.navbar .language-wrap .dropdown-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-transform: none;
}

.navbar .language-wrap .nav-link.dropdown-toggle > img,
.navbar .language-wrap .dropdown-item.dropdown-toggle > img {
  display: none;
}

.navbar .language-wrap .nav-link > img,
.navbar .language-wrap .dropdown-item > img {
  width: 16px !important;
  height: 16px !important;
  object-fit: cover;
  margin-right: 3px;
}

@media (max-width: 991.98px) {
  .navbar .language-wrap .nav-link {
    padding-left: 0 !important;
  }
  .navbar .language-wrap .nav-link span {
    margin-left: 0 !important;
  }
}

.navbar.navbar-top {
  position: relative;
  z-index: 9;
  background-color: #E8E8E8;
  transition: all .2s ease;
  max-height: 999px;
}

@media (max-width: 991.98px) {
  .navbar.navbar-top .row {
    --tj-gutter-y: 6px;
  }
}

.navbar.navbar-top .row [class*=col-]:first-child .top-items {
  position: relative !important;
  padding-left: 15px !important;
  margin-left: 20px !important;
}

.navbar.navbar-top .row [class*=col-]:first-child .top-items::after {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #D5D4D4;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.navbar.navbar-top, .navbar.navbar-top a {
  font-size: 12px !important;
  font-family: var(--wp--preset--font-family--content);
  color: #212121;
}

.navbar.navbar-top .nav-link {
  padding-top: 6px;
  padding-bottom: 12px;
}

.navbar.navbar-top .nav-link.lang-wrap {
  padding-top: 0px;
  padding-bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .navbar.navbar-top .nav-link.lang-wrap {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.navbar.navbar-top a {
  opacity: 1;
}

.navbar.navbar-top a:hover {
  opacity: 0.7;
}

.navbar.navbar-top .row {
  width: 100%;
}

.navbar.navbar-top .row [class*=col-] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.navbar.navbar-top .row [class*=col-]:last-child a {
  text-decoration: underline !important;
  display: inline-block;
  margin-left: 11px;
}

@media (max-width: 991.98px) {
  .navbar.navbar-top {
    padding-top: 2px !important;
    padding-bottom: 8px !important;
  }
  .navbar.navbar-top .row {
    width: auto;
  }
  .navbar.navbar-top .menu-item.dropdown {
    position: relative;
  }
  .navbar.navbar-top .menu-item.dropdown span.expand {
    height: 35px !important;
    width: 18px !important;
    --icon: #333;
    --icon-hover: #333;
  }
  .navbar.navbar-top .menu-item.dropdown span.expand .icon svg {
    transform: rotate(0deg) !important;
  }
  .navbar.navbar-top .menu-item.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: var(--tj-dropdown-box-shadow);
  }
  .navbar.navbar-top .menu-item.dropdown .dropdown-menu .dropdown-item {
    padding: var(--tj-dropdown-item-padding-y) var(--tj-dropdown-item-padding-x);
  }
  .navbar.navbar-top .menu-item.dropdown .dropdown-menu .dropdown-item:first-child {
    padding-top: 0.65rem;
  }
  .navbar.navbar-top .menu-item.dropdown .dropdown-menu .dropdown-item:last-child {
    padding-bottom: 0.65rem;
  }
  .navbar.navbar-top .menu-item.language-wrap span.expand {
    width: 100% !important;
    height: 35px !important;
    z-index: 3 !important;
  }
  .navbar.navbar-top .menu-item.language-wrap span.expand .icon {
    width: 18px;
    height: 100%;
    margin-left: auto;
  }
  .navbar.navbar-top .menu-item.language-wrap span.expand .icon svg {
    width: 18px;
  }
  .navbar.navbar-top .menu-item.language-wrap li a {
    border-bottom: 1px solid #D5D4D4;
  }
  .navbar.navbar-top .menu-item.language-wrap li:last-child a {
    border-bottom: 0;
  }
}

.navbar.navbar-top .top-items {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .navbar.navbar-top .top-items {
    padding-bottom: 3px;
  }
}

body.search-overlay-active {
  overflow: hidden;
}

body.search-overlay-active .header-search {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

footer.site-footer {
  background-color: var(--tj-color--main);
  padding: 60px 0 30px;
  font-size: 14px;
}

@media (max-width: 1366px) {
  footer.site-footer {
    padding: 32px 24px;
  }
}

footer.site-footer a {
  text-decoration: none;
}

footer.site-footer a:not(.button):not(.components-button):hover {
  opacity: .75;
}

footer.site-footer,
footer.site-footer a:not(.button):not(.components-button) {
  color: #FFF;
}

footer.site-footer .main-footer .row [class*=col-]:last-child .widget {
  max-width: 111px;
}

@media (min-width: 992px) {
  footer.site-footer .main-footer .row {
    --tj-gutter-x: 53px;
  }
  footer.site-footer .main-footer .row [class*=col-] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  footer.site-footer .main-footer .row [class*=col-]:nth-last-child(1), footer.site-footer .main-footer .row [class*=col-]:nth-last-child(2) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
  footer.site-footer .main-footer .row {
    --tj-gutter-y: 30px;
  }
}

@media (max-width: 767.98px) {
  footer.site-footer .main-footer .row {
    --tj-gutter-y: 24px;
  }
}

footer.site-footer > * {
  padding: 48px 0;
}

@media (max-width: 991.98px) {
  footer.site-footer > * {
    padding: 40px 0;
  }
}

footer.site-footer > *:first-child {
  padding-top: 0;
}

footer.site-footer > *:last-child {
  padding-bottom: 0;
}

footer.site-footer .credit {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  footer.site-footer .credit {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: left;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-top: 20px;
  }
}

footer.site-footer .credit > [class*=item-] {
  -ms-flex: 1;
      flex: 1;
}

footer.site-footer .credit, footer.site-footer .credit a {
  color: rgba(255, 255, 255, 0.8);
}

footer.site-footer .credit p {
  margin: 0;
}

footer.site-footer .credit-menu {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: -8px;
}

@media (max-width: 991.98px) {
  footer.site-footer .credit-menu {
    margin: 0 0 -8px;
  }
  footer.site-footer .credit-menu li:first-child {
    padding-left: 0;
  }
  footer.site-footer .credit-menu li:first-child a {
    padding-left: 0;
  }
  footer.site-footer .credit-menu li:last-child {
    padding-right: 0;
  }
  footer.site-footer .credit-menu li:last-child a {
    padding-right: 0;
  }
}

footer.site-footer .credit-menu li {
  position: relative;
  padding: 8px;
}

footer.site-footer .credit-menu li:not(:last-child)::after {
  content: '';
  width: 2px;
  height: calc(100% - 25px);
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

footer.site-footer .credit-menu li a {
  padding: 5px;
  color: rgba(255, 255, 255, 0.8) !important;
}

footer.site-footer .widget .widget-title {
  color: #FFF;
}

@media (max-width: 991.98px) {
  footer.site-footer .widget {
    margin-bottom: 0;
  }
}

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

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

.figure {
  display: inline-block;
}

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

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

.wp-post-image {
  max-width: 100%;
}

.btn, body .wp-element-button, body .button.wp-element-button, body .product .added_to_cart {
  --tj-btn-padding-x: 0.75rem;
  --tj-btn-padding-y: 0.375rem;
  --tj-btn-font-family: ;
  --tj-btn-font-size: 1rem;
  --tj-btn-font-weight: 400;
  --tj-btn-line-height: 1.5;
  --tj-btn-color: var(--tj-body-color);
  --tj-btn-bg: transparent;
  --tj-btn-border-width: var(--tj-border-width);
  --tj-btn-border-color: transparent;
  --tj-btn-border-radius: var(--tj-border-radius);
  --tj-btn-hover-border-color: transparent;
  --tj-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --tj-btn-disabled-opacity: 0.65;
  --tj-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--tj-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--tj-btn-padding-y) var(--tj-btn-padding-x);
  font-family: var(--tj-btn-font-family);
  font-size: var(--tj-btn-font-size);
  font-weight: var(--tj-btn-font-weight);
  line-height: var(--tj-btn-line-height);
  color: var(--tj-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--tj-btn-border-width) solid var(--tj-btn-border-color);
  border-radius: var(--tj-btn-border-radius);
  background-color: var(--tj-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn, body .wp-element-button, body .button.wp-element-button, body .product .added_to_cart {
    transition: none;
  }
}

.btn:hover, body .wp-element-button:hover, body .product .added_to_cart:hover {
  color: var(--tj-btn-hover-color);
  background-color: var(--tj-btn-hover-bg);
  border-color: var(--tj-btn-hover-border-color);
}

.btn-check + .btn:hover, body .btn-check + .wp-element-button:hover, body .product .btn-check + .added_to_cart:hover {
  color: var(--tj-btn-color);
  background-color: var(--tj-btn-bg);
  border-color: var(--tj-btn-border-color);
}

.btn:focus-visible, body .wp-element-button:focus-visible, body .product .added_to_cart:focus-visible {
  color: var(--tj-btn-hover-color);
  background-color: var(--tj-btn-hover-bg);
  border-color: var(--tj-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--tj-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn, body .btn-check:focus-visible + .wp-element-button, body .product .btn-check:focus-visible + .added_to_cart {
  border-color: var(--tj-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--tj-btn-focus-box-shadow);
}

.btn-check:checked + .btn, body .btn-check:checked + .wp-element-button, body .product .btn-check:checked + .added_to_cart,
:not(.btn-check) + .btn:active,
body :not(.btn-check) + .wp-element-button:active,
body .product :not(.btn-check) + .added_to_cart:active, .btn:first-child:active, body .wp-element-button:first-child:active, body .product .added_to_cart:first-child:active, .btn.active, body .active.wp-element-button, body .product .active.added_to_cart, .btn.show, body .show.wp-element-button, body .product .show.added_to_cart {
  color: var(--tj-btn-active-color);
  background-color: var(--tj-btn-active-bg);
  border-color: var(--tj-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, body .btn-check:checked + .wp-element-button:focus-visible, body .product .btn-check:checked + .added_to_cart:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
body :not(.btn-check) + .wp-element-button:active:focus-visible,
body .product :not(.btn-check) + .added_to_cart:active:focus-visible, .btn:first-child:active:focus-visible, body .wp-element-button:first-child:active:focus-visible, body .product .added_to_cart:first-child:active:focus-visible, .btn.active:focus-visible, body .active.wp-element-button:focus-visible, body .product .active.added_to_cart:focus-visible, .btn.show:focus-visible, body .show.wp-element-button:focus-visible, body .product .show.added_to_cart:focus-visible {
  box-shadow: var(--tj-btn-focus-box-shadow);
}

.btn:disabled, body .wp-element-button:disabled, body .product .added_to_cart:disabled, .btn.disabled, body .disabled.wp-element-button, body .product .disabled.added_to_cart,
fieldset:disabled .btn,
fieldset:disabled body .wp-element-button,
body fieldset:disabled .wp-element-button,
fieldset:disabled body .product .added_to_cart,
body .product fieldset:disabled .added_to_cart {
  color: var(--tj-btn-disabled-color);
  pointer-events: none;
  background-color: var(--tj-btn-disabled-bg);
  border-color: var(--tj-btn-disabled-border-color);
  opacity: var(--tj-btn-disabled-opacity);
}

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

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

.btn-success {
  --tj-btn-color: #fff;
  --tj-btn-bg: #198754;
  --tj-btn-border-color: #198754;
  --tj-btn-hover-color: #fff;
  --tj-btn-hover-bg: #157347;
  --tj-btn-hover-border-color: #146c43;
  --tj-btn-focus-shadow-rgb: 60, 153, 110;
  --tj-btn-active-color: #fff;
  --tj-btn-active-bg: #146c43;
  --tj-btn-active-border-color: #13653f;
  --tj-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tj-btn-disabled-color: #fff;
  --tj-btn-disabled-bg: #198754;
  --tj-btn-disabled-border-color: #198754;
}

.btn-info {
  --tj-btn-color: #000;
  --tj-btn-bg: #0dcaf0;
  --tj-btn-border-color: #0dcaf0;
  --tj-btn-hover-color: #000;
  --tj-btn-hover-bg: #31d2f2;
  --tj-btn-hover-border-color: #25cff2;
  --tj-btn-focus-shadow-rgb: 11, 172, 204;
  --tj-btn-active-color: #000;
  --tj-btn-active-bg: #3dd5f3;
  --tj-btn-active-border-color: #25cff2;
  --tj-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tj-btn-disabled-color: #000;
  --tj-btn-disabled-bg: #0dcaf0;
  --tj-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --tj-btn-color: #000;
  --tj-btn-bg: #ffc107;
  --tj-btn-border-color: #ffc107;
  --tj-btn-hover-color: #000;
  --tj-btn-hover-bg: #ffca2c;
  --tj-btn-hover-border-color: #ffc720;
  --tj-btn-focus-shadow-rgb: 217, 164, 6;
  --tj-btn-active-color: #000;
  --tj-btn-active-bg: #ffcd39;
  --tj-btn-active-border-color: #ffc720;
  --tj-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tj-btn-disabled-color: #000;
  --tj-btn-disabled-bg: #ffc107;
  --tj-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --tj-btn-color: #fff;
  --tj-btn-bg: #dc3545;
  --tj-btn-border-color: #dc3545;
  --tj-btn-hover-color: #fff;
  --tj-btn-hover-bg: #bb2d3b;
  --tj-btn-hover-border-color: #b02a37;
  --tj-btn-focus-shadow-rgb: 225, 83, 97;
  --tj-btn-active-color: #fff;
  --tj-btn-active-bg: #b02a37;
  --tj-btn-active-border-color: #a52834;
  --tj-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tj-btn-disabled-color: #fff;
  --tj-btn-disabled-bg: #dc3545;
  --tj-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --tj-btn-color: #000;
  --tj-btn-bg: #f8f9fa;
  --tj-btn-border-color: #f8f9fa;
  --tj-btn-hover-color: #000;
  --tj-btn-hover-bg: #d3d4d5;
  --tj-btn-hover-border-color: #c6c7c8;
  --tj-btn-focus-shadow-rgb: 211, 212, 213;
  --tj-btn-active-color: #000;
  --tj-btn-active-bg: #c6c7c8;
  --tj-btn-active-border-color: #babbbc;
  --tj-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tj-btn-disabled-color: #000;
  --tj-btn-disabled-bg: #f8f9fa;
  --tj-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --tj-btn-color: #fff;
  --tj-btn-bg: #212529;
  --tj-btn-border-color: #212529;
  --tj-btn-hover-color: #fff;
  --tj-btn-hover-bg: #424649;
  --tj-btn-hover-border-color: #373b3e;
  --tj-btn-focus-shadow-rgb: 66, 70, 73;
  --tj-btn-active-color: #fff;
  --tj-btn-active-bg: #4d5154;
  --tj-btn-active-border-color: #373b3e;
  --tj-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tj-btn-disabled-color: #fff;
  --tj-btn-disabled-bg: #212529;
  --tj-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --tj-btn-color: #0d6efd;
  --tj-btn-border-color: #0d6efd;
  --tj-btn-hover-color: #fff;
  --tj-btn-hover-bg: #0d6efd;
  --tj-btn-hover-border-color: #0d6efd;
  --tj-btn-focus-shadow-rgb: 13, 110, 253;
  --tj-btn-active-color: #fff;
  --tj-btn-active-bg: #0d6efd;
  --tj-btn-active-border-color: #0d6efd;
  --tj-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tj-btn-disabled-color: #0d6efd;
  --tj-btn-disabled-bg: transparent;
  --tj-btn-disabled-border-color: #0d6efd;
  --tj-gradient: none;
}

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

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

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

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

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

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

.btn-outline-dark {
  --tj-btn-color: #212529;
  --tj-btn-border-color: #212529;
  --tj-btn-hover-color: #fff;
  --tj-btn-hover-bg: #212529;
  --tj-btn-hover-border-color: #212529;
  --tj-btn-focus-shadow-rgb: 33, 37, 41;
  --tj-btn-active-color: #fff;
  --tj-btn-active-bg: #212529;
  --tj-btn-active-border-color: #212529;
  --tj-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tj-btn-disabled-color: #212529;
  --tj-btn-disabled-bg: transparent;
  --tj-btn-disabled-border-color: #212529;
  --tj-gradient: none;
}

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

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

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

.btn-lg {
  --tj-btn-padding-y: 0.5rem;
  --tj-btn-padding-x: 1rem;
  --tj-btn-font-size: 1.25rem;
  --tj-btn-border-radius: var(--tj-border-radius-lg);
}

.btn-sm {
  --tj-btn-padding-y: 0.25rem;
  --tj-btn-padding-x: 0.5rem;
  --tj-btn-font-size: 0.875rem;
  --tj-btn-border-radius: var(--tj-border-radius-sm);
}

body button, body input[type=button], body input[type=reset], body input[type=submit], body .button, body .wp-element-button, body .button.wp-element-button, body .product .added_to_cart, body .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, body .added_to_cart {
  border-radius: 999px;
  --tj-btn-bg: var(--tj-color--main);
  --tj-btn-border-color: var(--tj-color--main);
  background-color: var(--tj-btn-bg);
  border-color: var(--tj-btn-border-color);
  font-weight: 500;
}

body button:hover,
body input[type="button"]:hover,
body input[type="reset"]:hover,
body input[type="submit"]:hover,
body .button:hover,
body .wp-element-button:hover,
body .widget a.button:hover,
body .widget a.wp-element-button:hover,
body .widget .product a.added_to_cart:hover,
body .product .widget a.added_to_cart:hover {
  --tj-btn-hover-bg: var(--tj-color--hover);
  --tj-btn-hover-border-color: var(--tj-color--hover);
  background-color: var(--tj-btn-hover-bg);
  border-color: var(--tj-btn-hover-border-color);
}

body .wp-element-button, body .button.wp-element-button, body .product .added_to_cart {
  --tj-btn-color: #fff;
  --tj-btn-bg: var(--tj-color--main);
  --tj-btn-border-color: var(--tj-color--main);
  --tj-btn-hover-color: #fff;
  --tj-btn-hover-bg: var(--tj-color--hover);
  --tj-btn-hover-border-color: var(--tj-color--hover);
  --tj-btn-focus-shadow-rgb: 49, 132, 253;
  --tj-btn-active-color: #fff;
  --tj-btn-active-bg: var(--tj-color--pressed);
  --tj-btn-active-border-color: var(--tj-color--pressed);
  --tj-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  --tj-btn-disabled-color: #fff;
  --tj-btn-disabled-bg: rgba(var(--tj-color--main-rgb), .7);
  --tj-btn-disabled-border-color: rgba(var(--tj-color--main-rgb), .7);
  --tj-btn-border-radius: 999px;
}

body .wp-element-button, body .button.wp-element-button, body .product .added_to_cart, body .wp-element-button .btn, body .product .added_to_cart .btn, body .wp-element-button .wp-element-button, body .product .added_to_cart .wp-element-button, body .wp-element-button .product .added_to_cart, body .product .wp-element-button .added_to_cart, body .product .added_to_cart .added_to_cart, body .wp-element-button[class*=button-], body .product .added_to_cart[class*=button-] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

body .wp-element-button > .icon, body .product .added_to_cart > .icon, body .wp-element-button .btn > .icon, body .product .added_to_cart .btn > .icon, body .wp-element-button .wp-element-button > .icon, body .product .added_to_cart .wp-element-button > .icon, body .wp-element-button .product .added_to_cart > .icon, body .product .wp-element-button .added_to_cart > .icon, body .product .added_to_cart .added_to_cart > .icon, body .wp-element-button[class*=button-] > .icon, body .product .added_to_cart[class*=button-] > .icon {
  display: inline-block;
  line-height: 1;
}

body .wp-element-button > .icon ~ span, body .product .added_to_cart > .icon ~ span, body .wp-element-button .btn > .icon ~ span, body .product .added_to_cart .btn > .icon ~ span, body .wp-element-button .wp-element-button > .icon ~ span, body .product .added_to_cart .wp-element-button > .icon ~ span, body .wp-element-button .product .added_to_cart > .icon ~ span, body .product .wp-element-button .added_to_cart > .icon ~ span, body .product .added_to_cart .added_to_cart > .icon ~ span, body .wp-element-button[class*=button-] > .icon ~ span, body .product .added_to_cart[class*=button-] > .icon ~ span {
  margin-left: 8px;
}

body .btn, body .wp-element-button, body .button.wp-element-button, body .product .added_to_cart {
  --tj-btn-padding-x: 20px;
  --tj-btn-padding-y: 8px;
  --tj-btn-font-size: var(--wp--preset--font-size--base);
  --tj-btn-font-weight: 600;
  --tj-btn-line-height: 1.6;
  min-width: 130px;
}

@media (max-width: 767.98px) {
  body .btn, body .wp-element-button, body .button.wp-element-button, body .product .added_to_cart {
    --tj-btn-padding-x: 20px;
    --tj-btn-padding-y: 8px;
    --tj-btn-font-size: 14px;
  }
}

body .btn-primary {
  --tj-btn-color: #fff;
  --tj-btn-bg: var(--tj-color--main);
  --tj-btn-border-color: var(--tj-color--main);
  --tj-btn-hover-color: #fff;
  --tj-btn-hover-bg: var(--tj-color--hover);
  --tj-btn-hover-border-color: var(--tj-color--hover);
  --tj-btn-focus-shadow-rgb: 49, 132, 253;
  --tj-btn-active-color: #fff;
  --tj-btn-active-bg: var(--tj-color--pressed);
  --tj-btn-active-border-color: var(--tj-color--pressed);
  --tj-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  --tj-btn-disabled-color: #fff;
  --tj-btn-disabled-bg: rgba(var(--tj-color--main-rgb), .7);
  --tj-btn-disabled-border-color: rgba(var(--tj-color--main-rgb), .7);
}

body .btn-outline-primary {
  --tj-btn-color: #333333;
  --tj-btn-bg: transparent;
  --tj-btn-border-color: var(--tj-color--border);
  --tj-btn-hover-color: #fff;
  --tj-btn-hover-bg: var(--tj-color--hover);
  --tj-btn-hover-border-color: var(--tj-color--hover);
  --tj-btn-focus-shadow-rgb: 49, 132, 253;
  --tj-btn-active-color: #fff;
  --tj-btn-active-bg: transparent;
  --tj-btn-active-border-color: var(--tj-color--pressed);
  --tj-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  --tj-btn-disabled-color: #fff;
  --tj-btn-disabled-bg: rgba(var(--tj-color--main-rgb), .7);
  --tj-btn-disabled-border-color: rgba(var(--tj-color--main-rgb), .7);
}

body .btn-navbar-search {
  --tj-btn-padding-x: 12px;
  --tj-btn-padding-y: 6px;
  --tj-btn-border-color: var(--tj-color--main);
  min-width: auto;
  background-color: transparent;
  border-color: var(--tj-color--main);
}

body .button, body .wp-element-button, body .button.wp-element-button, body .product .added_to_cart {
  font-family: var(--wp--preset--font-family--content) !important;
}

body .button-link {
  --tj-btn-border-radius: 0;
  --tj-btn-border-color: transparent !important;
  --tj-btn-padding-x: 0;
  border-color: transparent !important;
  background-color: transparent !important;
  color: var(--tj-color--main);
  font-weight: 500;
  box-shadow: unset;
  border: 0;
}

body .button-link:hover {
  background-color: transparent;
  color: var(--tj-color--main);
  box-shadow: unset;
  border: 0;
}

body .button span ~ .icon, body .wp-element-button span ~ .icon, body .product .added_to_cart span ~ .icon {
  margin-left: 10px;
}

body .button .icon ~ span, body .wp-element-button .icon ~ span, body .product .added_to_cart .icon ~ span {
  margin-left: 10px;
}

body .button-cart {
  --tj-btn-padding-y: 12px;
  min-width: 296px;
  border-radius: 999px;
  font-size: 20px;
  text-transform: capitalize;
}

@media (max-width: 991.98px) {
  body .button-cart {
    min-width: unset;
    font-size: 16px;
    width: 50%;
  }
}

body .button-checkout {
  --tj-btn-padding-y: 12px;
  min-width: 200px;
  border-radius: 999px;
  font-size: 20px;
  text-transform: capitalize;
}

@media (max-width: 991.98px) {
  body .button-checkout {
    min-width: unset;
    font-size: 16px;
    width: 50%;
  }
}

body .button-plain {
  padding: 0 !important;
  color: var(--tj-color--main) !important;
  background-color: transparent !important;
  font-size: 16px !important;
}

body .button-plain .icon {
  margin-right: 8px;
}

body .mini-shopping-cart-button {
  position: relative;
  display: inline-block;
}

body .mini-shopping-cart-button .cart-count-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #e74c3c;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
}

.single_add_to_cart_button {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .single_add_to_cart_button {
    font-size: 16px;
  }
}

body a, .site-footer a {
  color: var(--tj-color--fg);
}

body a:hover, body a:focus, body a:active, .site-footer a:hover, .site-footer a:focus, .site-footer a:active {
  color: var(--tj-color--main);
}

body {
  font-family: var(--wp--preset--font-family--content);
}

body p {
  letter-spacing: .17px;
  margin-block-end: -0.3em;
}

:root :where(body) {
  line-height: 1.65;
  letter-spacing: .1px;
  font-weight: 400;
  /* TREATMENT KHUSUS UNTUK MACOS AGAR RENDERING FONT SAMA DENGAN FIGMA */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.widget ul:last-child {
  margin-bottom: 0;
}

.widget .widget-head ~ .widget-body {
  margin-top: 18px;
}

.widget .widget-head .widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: var(--wp--preset--font-family--content);
  border: 0;
}

.widget[class*=widget-list] ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.widget[class*=widget-list] ul li:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .widget[class*=widget-list] ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.widget.widget-list-link .widget-body ul li a {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
}

.widget.widget-list-link .widget-body ul li a::before {
  content: '';
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99991 20.3599C8.85157 20.3599 8.70656 20.3159 8.58321 20.2335C8.45987 20.1511 8.36374 20.034 8.30697 19.8969C8.2502 19.7599 8.23535 19.6091 8.26429 19.4636C8.29323 19.3181 8.36467 19.1844 8.46956 19.0795L15.4392 12.1099L8.46956 5.14023C8.32891 4.99957 8.24989 4.8088 8.24989 4.60988C8.24989 4.41097 8.32891 4.22019 8.46956 4.07954C8.61022 3.93888 8.80099 3.85986 8.99991 3.85986C9.19882 3.85986 9.38959 3.93888 9.53025 4.07954L17.0303 11.5795C17.0999 11.6492 17.1552 11.7319 17.1928 11.8229C17.2305 11.9139 17.2499 12.0114 17.2499 12.1099C17.2499 12.2084 17.2305 12.3059 17.1928 12.3969C17.1552 12.4879 17.0999 12.5706 17.0303 12.6402L9.53025 20.1402C9.46068 20.21 9.37801 20.2653 9.287 20.303C9.19598 20.3407 9.09842 20.36 8.99991 20.3599Z' fill='%23877650'/%3E%3C/svg%3E%0A");
}

.widget.widget-list-marketplace ul li a {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

.widget.widget-list-marketplace ul li a .icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.widget.widget-list-marketplace ul li a .icon ~ span {
  margin-left: 12px;
}

.widget.widget-list-contact ul li a {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.widget.widget-list-contact ul li a .icon svg {
  width: 24px;
  height: 24px;
}

.widget.widget-list-contact ul li a .icon ~ span {
  margin-left: 12px;
}

.widget.widget-list-social ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.widget.widget-list-social ul li:not(:last-child) {
  margin-bottom: 0;
  margin-right: 20px;
}

.widget.widget-list-social ul li a {
  background-color: rgba(var(--tj-color--fg-rgb), 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: var(--tj-color--fg);
  width: 40px;
  height: 40px;
  border-radius: 4px;
}

.widget.widget-list-social ul li a .icon svg {
  width: 24px;
  height: 24px;
}

.widget.widget-list-social ul li a:hover {
  background-color: var(--tj-color--main);
}

.widget.widget-about .logo-widget {
  margin-bottom: 34px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.widget.widget-menu ul, .widget.widget-contact ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.widget.widget-menu ul li a, .widget.widget-contact ul li a {
  padding: 5px 0;
}

.widget.widget-menu ul li a i.icon, .widget.widget-contact ul li a i.icon {
  color: var(--tj-color--accent);
}

.widget.widget-menu ul li a i.icon ~ span, .widget.widget-contact ul li a i.icon ~ span {
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .widget.widget-contact ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 240px;
  }
}

.widget.widget-social .media_social {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.widget.widget-social .media_social li a {
  color: var(--tj-color--accent);
}

.widget.widget-social .media_social li a svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 991.98px) {
  .widget.widget-marketplace {
    margin-top: 34px;
  }
}

.widget.widget-marketplace .marketplace {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 18px;
}

.widget.widget-marketplace .marketplace li a {
  color: var(--tj-color--accent);
}

.modal-popup {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.modal-popup::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(106, 106, 106, 0.4);
  opacity: 0;
  transition: opacity .3s ease;
}

.modal-popup.active {
  top: 0%;
}

.modal-popup.active::before {
  opacity: 1;
}

.modal-popup .modal-item {
  background-color: var(--tj-color--bg-header);
  padding: 28px 28px 40px;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  max-width: 650px;
  transform: translateY(100%);
  transition: transform, opacity .3s ease;
  opacity: 0;
  display: none;
}

@media (max-width: 767.98px) {
  .modal-popup .modal-item {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    border-radius: 0;
    padding: 35px 15px 25px;
  }
}

.modal-popup .modal-item.active {
  display: block;
  transform: translateY(0%);
  opacity: 1;
}

.modal-popup .modal-item .modal-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 15px;
  padding-right: 45px;
}

.modal-popup .modal-item .modal-header .modal-title {
  font-family: var(--wp--preset--font-family--content);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0;
}

.modal-popup .modal-item .modal-header .modal-logo {
  width: 105px;
  height: 48px;
  object-fit: contain;
}

.modal-popup .modal-item .modal-header .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 34px;
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  background-color: transparent;
  color: var(--tj-color--main);
  border: 1px solid var(--tj-color--main);
  opacity: .4;
  transition: all .3s ease;
}

.modal-popup .modal-item .modal-header .modal-close:hover {
  opacity: 1;
}

.modal-popup .modal-item .modal-header .modal-close .icon svg {
  width: 24px;
  height: 24px;
}

.modal-popup .modal-item .modal-body {
  max-height: 80vh;
  overflow: auto;
  margin-bottom: -25px;
  margin-right: -25px;
  padding-right: 25px;
  padding-bottom: 25px;
}

.modal-popup .modal-item .modal-body p {
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .modal-popup .modal-item .modal-body {
    max-height: calc(100vh - 48px);
  }
}

.modal-popup .modal-item .modal-body .content-head {
  text-align: center;
  margin-bottom: 32px;
}

.modal-popup .modal-item .modal-body .content-head .modal-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

@media (max-width: 991.98px) {
  .modal-popup .modal-item .modal-body .content-head .modal-title {
    font-size: 20px;
  }
}

.modal-popup .modal-item .modal-body .input-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 767.98px) {
  .modal-popup .modal-item .modal-body .input-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.modal-popup .modal-item .modal-body .input-group .input-wrap {
  position: relative;
  color: var(--tj-color--main);
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding-right: 16px;
}

@media (max-width: 767.98px) {
  .modal-popup .modal-item .modal-body .input-group .input-wrap {
    padding-right: 0;
    margin-bottom: 24px;
  }
}

.modal-popup .modal-item .modal-body .input-group .input-wrap .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}

.modal-popup .modal-item .modal-body .input-group .input-wrap .form-control, .modal-popup .modal-item .modal-body .input-group .input-wrap .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control, .wpcf7-form .wpcf7-form-control-wrap .modal-popup .modal-item .modal-body .input-group .input-wrap .wpcf7-form-control {
  border-radius: 8px;
  padding: 12px 16px 12px 48px;
  background-color: #FFF;
  color: var(--tj-color--main);
  width: 100%;
}

.modal-popup .modal-item .modal-body .input-group .btn-wrap {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.modal-popup .modal-item .modal-body .input-group .btn-wrap .btn, .modal-popup .modal-item .modal-body .input-group .btn-wrap body .wp-element-button, body .modal-popup .modal-item .modal-body .input-group .btn-wrap .wp-element-button, .modal-popup .modal-item .modal-body .input-group .btn-wrap body .product .added_to_cart, body .product .modal-popup .modal-item .modal-body .input-group .btn-wrap .added_to_cart {
  max-width: 138px;
  width: 100%;
  border-radius: 8px;
  min-width: auto;
}

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

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

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

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--tj-border-width));
  padding-bottom: calc(0.25rem + var(--tj-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--tj-secondary-color);
}

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

@media (prefers-reduced-motion: reduce) {
  .form-control, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
    transition: none;
  }
}

.form-control[type="file"], .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]), .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  color: var(--tj-body-color);
  background-color: var(--tj-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

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

.form-control:-ms-input-placeholder, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:-ms-input-placeholder {
  color: var(--tj-secondary-color);
  opacity: 1;
}

.form-control::placeholder, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  color: var(--tj-secondary-color);
  opacity: 1;
}

.form-control:disabled, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:disabled {
  background-color: var(--tj-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--tj-body-color);
  background-color: var(--tj-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--tj-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

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

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

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--tj-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--tj-border-radius-sm);
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

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

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

textarea.form-control, .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--tj-border-width) * 2));
}

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

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

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

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

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

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

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

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

.form-select {
  --tj-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--tj-body-color);
  appearance: none;
  background-color: var(--tj-body-bg);
  background-image: var(--tj-form-select-bg-img), var(--tj-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--tj-border-width) solid var(--tj-border-color);
  border-radius: var(--tj-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

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

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--tj-body-color);
}

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

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

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

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

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

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

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

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

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

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

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.form-check-input:checked[type="checkbox"] {
  --tj-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  --tj-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --tj-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

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

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --tj-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--tj-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

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

.form-switch .form-check-input:focus {
  --tj-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --tj-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

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

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

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

.btn-check[disabled] + .btn, body .btn-check[disabled] + .wp-element-button, body .product .btn-check[disabled] + .added_to_cart, .btn-check:disabled + .btn, body .btn-check:disabled + .wp-element-button, body .product .btn-check:disabled + .added_to_cart {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}

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

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

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

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

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

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

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

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

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

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--tj-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

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

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

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

.form-floating {
  position: relative;
}

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

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

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

.form-floating > .form-control, .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control:-ms-input-placeholder, .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:-ms-input-placeholder,
.form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder, .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus, .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill, .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label, .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--tj-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

.form-floating > .form-control:-webkit-autofill ~ label, .wpcf7-form .wpcf7-form-control-wrap .form-floating > .wpcf7-form-control:-webkit-autofill ~ label {
  color: rgba(var(--tj-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

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

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

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

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

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

.input-group .btn, .input-group body .wp-element-button, body .input-group .wp-element-button, .input-group body .product .added_to_cart, body .product .input-group .added_to_cart {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus, .input-group body .wp-element-button:focus, body .input-group .wp-element-button:focus, .input-group body .product .added_to_cart:focus, body .product .input-group .added_to_cart:focus {
  z-index: 5;
}

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

.input-group-lg > .form-control, .wpcf7-form .wpcf7-form-control-wrap .input-group-lg > .wpcf7-form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
body .input-group-lg > .wp-element-button,
body .product .input-group-lg > .added_to_cart {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--tj-border-radius-lg);
}

.input-group-sm > .form-control, .wpcf7-form .wpcf7-form-control-wrap .input-group-sm > .wpcf7-form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
body .input-group-sm > .wp-element-button,
body .product .input-group-sm > .added_to_cart {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--tj-border-radius-sm);
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.wpcf7-form .wpcf7-form-control-wrap .input-group:not(.has-validation) > .form-floating:not(:last-child) > .wpcf7-form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.wpcf7-form .wpcf7-form-control-wrap .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .wpcf7-form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--tj-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control, .wpcf7-form .wpcf7-form-control-wrap .input-group > .form-floating:not(:first-child) > .wpcf7-form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--tj-form-valid-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

main#main input[type=text], main#main input[type=number], main#main input[type=email], main#main input[type=tel], main#main input[type=url], main#main input[type=password], main#main input[type=search], main#main textarea, main#main .input-text {
  border: 1px solid #EBEBEB;
  border-radius: 12px;
  padding: 6px 20px;
  background-color: #FFF;
  box-shadow: unset;
  outline: 0;
}

@media (max-width: 767.98px) {
  main#main input[type=text], main#main input[type=number], main#main input[type=email], main#main input[type=tel], main#main input[type=url], main#main input[type=password], main#main input[type=search], main#main textarea, main#main .input-text {
    padding: 6px 12px;
  }
}

main#main .wc-block-components-form .wc-block-components-text-input label,
main#main .wc-block-components-text-input label {
  left: 1.2625em;
}

main#main .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label, main#main .wc-block-components-form .wc-block-components-text-input.is-active label, main#main .wc-block-components-text-input input:-webkit-autofill + label, main#main .wc-block-components-text-input.is-active label {
  top: -4px;
}

main#main .wc-block-components-quantity-selector {
  border: 0;
  width: 100px;
  display: -ms-flexbox;
  display: flex;
}

main#main .wc-block-components-quantity-selector > * {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

main#main .wc-block-components-quantity-selector::after {
  display: none;
}

main#main .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  border: 0;
  padding: 0;
  border-radius: 0;
  min-width: unset;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 52px;
}

main#main .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  min-width: unset;
  width: 25px;
  height: 25px;
  border: 1px solid #E6E6E6;
  border-radius: 999px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

main#main .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
  background-color: #f5f5f5;
  color: #B1B1B1;
}

main#main .show-password-input {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  color: var(--tj-color--main);
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 10px;
}

.form-control, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control, .form-control .wpcf7-form-control, .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-form-control {
  font-size: var(--wp--preset--font-size--base);
}

.wpcf7-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.wpcf7-form .wpcf7-response-output {
  -ms-flex-order: 0;
      order: 0;
  margin: 0 0 24px !important;
}

.wpcf7-form > * {
  -ms-flex-order: 1;
      order: 1;
}

.wpcf7-form p {
  margin-top: 0;
  margin-bottom: 24px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .wpcf7-form p {
    margin-bottom: 16px;
  }
}

.wpcf7-form p:last-of-type {
  margin-bottom: 0;
}

.wpcf7-form p > label {
  display: block;
  width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  font-weight: 400;
  color: var(--tj-color--main);
  padding: 12px 12px 12px 50px;
  border-radius: 8px;
  background-size: 24px;
  background-position: 16px center;
  background-repeat: no-repeat;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:-ms-input-placeholder {
  color: var(--tj-color--border);
  opacity: 1;
  /* Firefox */
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  color: var(--tj-color--border);
  opacity: 1;
  /* Firefox */
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: var(--tj-color--border);
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
  background-position: 16px 10px;
  height: 130px;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: 8px;
  text-align: left;
  font-size: 14px;
}

.wpcf7-form .wpcf7-submit {
  background-color: var(--tj-color--main);
  color: #FFF;
  font-weight: 500;
  padding: 12px 29px;
  border-radius: 999px;
  transition: all .3s ease;
  border: 0;
}

.wpcf7-form .wpcf7-submit:hover {
  background-color: var(--tj-color--hover);
}

.wpcf7-form .wpcf7-spinner {
  display: none;
  margin: 0 auto;
}

.wpcf7-form.submitting .wpcf7-spinner {
  display: block;
}

.search-form-wrapper {
  overflow: hidden;
  border: 1px solid var(--tj-color--main);
  border-radius: 8px;
  position: relative;
  height: 40px;
  width: 48px;
  transition: all .3s ease;
}

.search-form-wrapper .form-search {
  position: absolute;
  right: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  overflow: hidden;
  width: 400px;
}

.search-form-wrapper .form-search .form-control, .search-form-wrapper .form-search .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control, .wpcf7-form .wpcf7-form-control-wrap .search-form-wrapper .form-search .wpcf7-form-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: transparent;
  border: 0;
  color: #FFF;
  outline: 0;
  box-shadow: unset;
  padding: 0;
  padding-right: 15px;
  font-size: 14px;
}

.search-form-wrapper .form-search .form-control:-ms-input-placeholder, .search-form-wrapper .form-search .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:-ms-input-placeholder, .wpcf7-form .wpcf7-form-control-wrap .search-form-wrapper .form-search .wpcf7-form-control:-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
  /* Firefox */
}

.search-form-wrapper .form-search .form-control::placeholder, .search-form-wrapper .form-search .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder, .wpcf7-form .wpcf7-form-control-wrap .search-form-wrapper .form-search .wpcf7-form-control::placeholder {
  color: #FFF;
  opacity: 1;
  /* Firefox */
}

.search-form-wrapper .form-search .form-control::-ms-input-placeholder, .search-form-wrapper .form-search .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::-ms-input-placeholder, .wpcf7-form .wpcf7-form-control-wrap .search-form-wrapper .form-search .wpcf7-form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #FFF;
}

.search-form-wrapper .form-search .button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -8px;
}

.search-form-wrapper .form-search .button-wrap [class*=btn] {
  background-color: transparent;
  border: 0;
  width: auto;
  height: 24px;
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 8px;
  transition: all .3s ease;
}

.search-form-wrapper .form-search .button-wrap [class*=btn] .icon {
  transition: all .3s ease;
  line-height: 1;
}

.search-form-wrapper .form-search .button-wrap [class*=btn] .icon svg {
  width: 24px;
  height: 24px;
  transition: all .3s ease;
}

.search-form-wrapper .form-search .button-wrap [class*=btn]:not(:last-child) {
  border-right: 1px solid transparent;
}

.search-form-wrapper .form-search .button-wrap .btn-toggle .icon svg {
  transform: rotate(0deg);
}

.search-form-wrapper .form-search .button-wrap .btn-toggle .icon.close {
  display: none;
}

.search-form-wrapper .form-search .button-wrap .btn-toggle .icon.open {
  display: block;
}

.search-form-wrapper.active {
  width: 401px;
}

.search-form-wrapper.active .form-search .button-wrap [class*=btn]:not(:last-child) {
  border-right-color: #FFF;
}

.search-form-wrapper.active .form-search .button-wrap .btn-toggle .icon svg {
  transform: rotate(90deg);
}

.search-form-wrapper.active .form-search .button-wrap .btn-toggle .icon.close {
  display: block;
}

.search-form-wrapper.active .form-search .button-wrap .btn-toggle .icon.open {
  display: none;
}

.search-form-wrapper.expanded {
  width: 100%;
}

.search-form-wrapper.expanded .form-search {
  position: relative;
  width: 100%;
}

.search-form-wrapper.expanded .form-search .btn-toggle {
  display: none;
}

.input-qty {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.input-qty.quantity {
  float: unset !important;
}

.input-qty input[type=number] {
  -moz-appearance: textfield;
  border: 0 !important;
  background-color: transparent !important;
  box-shadow: unset;
  text-align: center;
  width: 60px !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-size: 20px;
  line-height: 1.2;
  color: #0A0A0A;
}

.input-qty input[type=number]::-webkit-outer-spin-button, .input-qty input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-qty input[type=number]::-webkit-inner-spin {
  display: none;
}

.input-qty button {
  border-radius: 999px;
  background-color: transparent;
  border: 1px solid #E6E6E6;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  font-size: 30px;
  color: #000;
  padding: 5px;
  transition: all .3s ease;
  font-weight: normal;
  line-height: 1;
}

.input-qty button[disabled] {
  background-color: #F5F5F5;
  color: #B1B1B1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  width: 24px;
  height: 24px;
  margin-left: -23px;
  margin-top: -14px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.031 9.53062L12.531 17.0306C12.4614 17.1003 12.3787 17.1557 12.2876 17.1934C12.1966 17.2312 12.099 17.2506 12.0004 17.2506C11.9019 17.2506 11.8043 17.2312 11.7132 17.1934C11.6222 17.1557 11.5394 17.1003 11.4698 17.0306L3.96979 9.53062C3.82906 9.38988 3.75 9.19901 3.75 8.99999C3.75 8.80097 3.82906 8.61009 3.96979 8.46936C4.11052 8.32863 4.30139 8.24957 4.50042 8.24957C4.69944 8.24957 4.89031 8.32863 5.03104 8.46936L12.0004 15.4397L18.9698 8.46936C19.0395 8.39968 19.1222 8.34441 19.2132 8.30669C19.3043 8.26898 19.4019 8.24957 19.5004 8.24957C19.599 8.24957 19.6965 8.26898 19.7876 8.30669C19.8786 8.34441 19.9614 8.39968 20.031 8.46936C20.1007 8.53905 20.156 8.62177 20.1937 8.71282C20.2314 8.80386 20.2508 8.90144 20.2508 8.99999C20.2508 9.09854 20.2314 9.19612 20.1937 9.28716C20.156 9.37821 20.1007 9.46093 20.031 9.53062Z' fill='%23292929'/%3E%3C/svg%3E%0A");
}

.form-search {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.form-search .input-text {
  border: 1px solid #EBEBEB;
  border-radius: 12px;
  padding: 6px 20px;
  background-color: #FFF;
  box-shadow: unset;
  width: 100%;
}

.form-search button.button, .form-search body button.wp-element-button, body .form-search button.wp-element-button, .form-search body .product button.added_to_cart, body .product .form-search button.added_to_cart {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: transparent;
  color: var(--tj-color--fg);
  padding: 8px 14px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1;
}

.woocommerce-Price-currencySymbol {
  margin-right: 2px;
}

.woocommerce-MyAccount-content h2 {
  margin-top: 30px;
  margin-bottom: 12px !important;
}

#order_review .button, #order_review body .wp-element-button, body #order_review .wp-element-button, #order_review body .product .added_to_cart, body .product #order_review .added_to_cart {
  margin: 30px auto;
  background-color: var(--tj-color--main);
}

.product-price {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #F32626;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-left: -4px;
  margin-right: -4px;
}

.product-price .price-del,
.product-price del {
  color: #868686;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 0;
}

.product-price .woocommerce-Price-amount {
  padding-left: 4px;
  padding-right: 4px;
}

@media (max-width: 767.98px) {
  .product-price {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    line-height: 1.3;
  }
  .product-price .price-del,
  .product-price del {
    display: block;
    margin-left: 0;
  }
  .product-price ins {
    display: block;
    width: 100%;
  }
  .product-price .woocommerce-Price-amount {
    margin-left: 5px;
  }
}

.deal-countdown {
  color: #FF2F2F;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  text-transform: uppercase;
}

.deal-countdown .countdown-timer {
  margin-top: 8px;
  margin-bottom: 19px;
  display: -ms-flexbox;
  display: flex;
}

.deal-countdown .countdown-timer > div {
  color: #999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  border: 1px solid #E5E5E5;
  background-color: #F4F4F4;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  padding: 9px 4px;
  margin-right: 6px;
}

.deal-countdown .countdown-timer > div:last-child {
  margin-right: 0;
}

.deal-countdown .countdown-timer > div .value {
  color: #555555;
  font-size: 20px;
}

.deal-countdown .countdown-timer > div .label {
  font-size: 14px;
  line-height: 1;
}

.woo-sctr-shortcode-wrap-wrap {
  -ms-flex-direction: column;
      flex-direction: column;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-text-before,
.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-text-after {
  color: #FF2F2F;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  text-transform: uppercase;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-1 {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-top: 8px;
  margin-bottom: 19px;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-time-separator {
  width: 6px;
  display: inline-block;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-unit-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  color: #999999;
  border: 1px solid #E5E5E5;
  background-color: #F4F4F4;
  border-radius: 13px;
  padding: 9px 8px;
  min-width: 64px;
  height: 71px;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-unit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-value {
  color: #555555 !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-text {
  font-size: 14px !important;
  line-height: 1;
}

.woocommerce-variation-price {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 1;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.woocommerce-variation-price .price {
  margin-bottom: 0 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.woocommerce-variation-price .price ins .woocommerce-Price-amount {
  color: #F32626;
}

.woocommerce-variation-price .price del .woocommerce-Price-amount {
  color: #868686;
  font-weight: 400;
  margin-left: 6px;
}

.woocommerce-variation-price .woocommerce-Price-amount {
  font-weight: 600;
}

.select-color .detail-title .selected {
  color: #292929;
}

.select-color-option, .select-size-option {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7px;
}

.select-color-option li, .select-size-option li {
  padding: 7px;
}

.select-color-option .color-swatches, .select-size-option .color-swatches, .select-size-option .size-swatches {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  position: relative;
}

.select-color-option .color-swatches input[type=radio], .select-size-option .color-swatches input[type=radio], .select-size-option .size-swatches input[type=radio] {
  display: none;
}

.select-color-option .color-swatches input[type=radio]:checked + span.text, .select-size-option .color-swatches input[type=radio]:checked + span.text, .select-size-option .size-swatches input[type=radio]:checked + span.text {
  border-color: #141414;
}

.select-color-option .color-swatches input[type=radio]:checked + span.text::after, .select-size-option .color-swatches input[type=radio]:checked + span.text::after, .select-size-option .size-swatches input[type=radio]:checked + span.text::after {
  border-color: #FFF;
}

.select-color-option .color-swatches span.text, .select-size-option .color-swatches span.text, .select-size-option .size-swatches span.text {
  display: block;
  background-color: var(--color);
  width: 74px;
  height: 40px;
  border-radius: 999px;
  position: relative;
  font-size: 0;
  color: transparent;
  border: 1px solid transparent;
  transition: all .15s ease;
  border: 1px solid #E6E6E6;
}

@media (max-width: 991.98px) {
  .select-color-option .color-swatches span.text, .select-size-option .color-swatches span.text, .select-size-option .size-swatches span.text {
    width: 50px;
  }
}

.select-color-option .color-swatches span.text::after, .select-size-option .color-swatches span.text::after, .select-size-option .size-swatches span.text::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 999px;
  transition: all .15s ease;
}

.select-color-option .color-swatches::before, .select-size-option .color-swatches::before, .select-size-option .size-swatches::before {
  content: attr(data-name);
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #141414;
  color: #FFF;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.select-color-option .color-swatches::after, .select-size-option .color-swatches::after, .select-size-option .size-swatches::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #141414;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  pointer-events: none;
}

.select-color-option .color-swatches:hover::before, .select-size-option .color-swatches:hover::before, .select-size-option .size-swatches:hover::before, .select-color-option .color-swatches:hover::after, .select-size-option .color-swatches:hover::after, .select-size-option .size-swatches:hover::after {
  opacity: 1;
  visibility: visible;
}

.select-color-option .color-swatches:hover::before, .select-size-option .color-swatches:hover::before, .select-size-option .size-swatches:hover::before {
  top: -50px;
}

.select-color-option .color-swatches:hover::after, .select-size-option .color-swatches:hover::after, .select-size-option .size-swatches:hover::after {
  top: -13px;
}

.select-size-option .size-swatches span.text {
  background-color: #FFF;
  color: #868686;
  border-color: #E6E6E6;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.select-size-option .size-swatches span.text::after {
  display: none;
}

@media (max-width: 991.98px) {
  .select-size-option .size-swatches span.text {
    font-size: 14px;
  }
}

.select-size-option .size-swatches input[type=radio]:checked + span.text {
  border-color: #333333;
  color: #333333;
  background-color: #EBEBEB;
}

.select-size-option li {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.select-size-option li label.size-swatches {
  width: 100%;
}

.woo-product-detail {
  margin-bottom: 34px;
}

.woo-product-detail.product-submit-action {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .woo-product-detail.product-submit-action {
    display: -ms-flexbox;
    display: flex;
  }
}

.woo-product-detail .detail-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 18px;
  font-family: var(--wp--preset--font-family--content);
  color: #8F8F8F;
}

@media (max-width: 991.98px) {
  .woo-product-detail .detail-title {
    font-size: 14px;
  }
}

.woo-product-detail.product-desc {
  color: #868686;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.woo-product-detail.product-desc .detail-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #292929;
}

.woo-product-detail.product-submit {
  display: -ms-flexbox;
  display: flex;
}

.woo-product-detail.product-submit > .btn:not(:last-child), body .woo-product-detail.product-submit > .wp-element-button:not(:last-child), body .product .woo-product-detail.product-submit > .added_to_cart:not(:last-child) {
  margin-right: 24px;
}

@media (max-width: 991px) {
  .woo-product-detail.product-submit > .btn:not(:last-child), body .woo-product-detail.product-submit > .wp-element-button:not(:last-child), body .product .woo-product-detail.product-submit > .added_to_cart:not(:last-child) {
    margin-right: 12px;
  }
}

@media (max-width: 991px) {
  .woo-product-detail.product-submit > .btn, body .woo-product-detail.product-submit > .wp-element-button, body .product .woo-product-detail.product-submit > .added_to_cart {
    width: 50%;
  }
}

.woo-product-detail.product-submit .single_add_to_cart_button {
  background-color: var(--tj-color--main);
  border-color: var(--tj-color--main);
}

.woo-product-detail.product-submit .single_add_to_cart_button:hover {
  background-color: var(--tj-color--hover);
  border-color: var(--tj-color--hover);
}

@media (min-width: 992px) {
  .woo-product-detail.product-submit .single_add_to_cart_button {
    min-width: 296px;
    margin-right: 24px;
  }
}

@media (max-width: 991px) {
  .woo-product-detail.product-submit .single_add_to_cart_button {
    margin-right: 12px;
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .woo-product-detail.product-submit {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .woo-product-detail.product-submit > .btn, body .woo-product-detail.product-submit > .wp-element-button, body .product .woo-product-detail.product-submit > .added_to_cart,
  .woo-product-detail.product-submit .single_add_to_cart_button {
    width: 100%;
    padding: 10px;
    margin: 0;
  }
  .woo-product-detail.product-submit .single_add_to_cart_button {
    margin-top: 12px;
  }
}

.woo-product-detail.select-size .selected-header {
  display: -ms-flexbox;
  display: flex;
}

.woo-product-detail.select-size .selected-header .view-size-chart {
  display: inline-block;
  margin-left: auto;
  color: #868686;
  text-decoration: underline;
  text-underline-offset: 6px;
  outline: 0;
}

@media (max-width: 991.98px) {
  .woo-product-detail.select-size .selected-header .view-size-chart {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .single_variation_wrap {
    width: 100%;
  }
}

.single_variation_wrap .single_variation .woocommerce-variation-description:empty,
.single_variation_wrap .single_variation .woocommerce-variation-price:empty,
.single_variation_wrap .single_variation .woocommerce-variation-availability:empty {
  display: none;
}

.single-product .variations_form table.variations,
.single-product .variations_form table.variations thead,
.single-product .variations_form table.variations tbody,
.single-product .variations_form table.variations tfoot,
.single-product .variations_form table.variations tr,
.single-product .variations_form table.variations th,
.single-product .variations_form table.variations td {
  display: block;
}

.single-product .variations_form table.variations tr {
  margin-bottom: 34px;
  position: relative;
}

.single-product .variations_form table.variations tr th.label {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.2;
}

.single-product .variations_form table.variations tr td.value .view-size-chart {
  text-decoration: underline;
  color: #868686;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.single-product .variations_form table.variations tr td.value .variable-items-wrapper {
  margin: -7px;
  max-width: 768px;
}

.single-product .variations_form table.variations tr td.value .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  width: 75px;
  height: 40px;
  padding: 0;
  box-shadow: unset;
  border: 1px solid #00000023;
  transition: border 0.2s ease;
  margin: 7px;
}

@media (max-width: 425px) {
  .single-product .variations_form table.variations tr td.value .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    width: calc(100% / 4 - 14px);
  }
}

.single-product .variations_form table.variations tr td.value .variable-items-wrapper .variable-item:not(.radio-variable-item),
.single-product .variations_form table.variations tr td.value .variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span {
  border-radius: 999px;
}

.single-product .variations_form table.variations tr td.value .variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span {
  border: 6px solid transparent;
  transition: border 0.2s ease;
}

.single-product .variations_form table.variations tr td.value .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  border-color: #141414;
}

.single-product .variations_form table.variations tr td.value .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents::before {
  display: none;
}

.single-product .variations_form table.variations tr td.value .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-span {
  border-color: #FFF;
}

.line-separator {
  padding-top: 34px;
  margin-bottom: 34px;
  position: relative;
}

.line-separator::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  border-top: 1px dashed #A3A3A3;
  top: 34px;
  left: 0;
}

.woocommerce-main .section-content-main .post-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5%;
}

.woocommerce-main .section-content-main .product-price {
  vertical-align: middle;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.woocommerce-main .section-content-main .product-price .price-nominal {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
}

.woocommerce-main .section-content-main .product-price .price-del {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}

.woocommerce-main .section-content-main .swiper-container {
  width: 100%;
}

.woocommerce-main .section-related-product {
  background-color: #F9F9F9;
}

.product-action {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991.98px) {
  .product-action {
    z-index: 15;
    top: 8px;
    right: 8px;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
}

.social-share {
  position: relative;
}

.social-share .share-dropdown .dropdown-toggle {
  color: #0A0A0A;
  background-color: #F2F2F2;
  border: 0;
  padding: 16px;
  margin: 0;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .social-share .share-dropdown .dropdown-toggle {
    width: 32px;
    height: 32px;
    padding: 0;
  }
  .social-share .share-dropdown .dropdown-toggle svg {
    width: 15px;
    height: 15px;
  }
}

.social-share .share-dropdown .dropdown-toggle::after {
  display: none;
}

.social-share .share-dropdown .dropdown-toggle span {
  display: none;
}

.social-share .share-dropdown .dropdown-menu {
  right: 0;
  z-index: 5;
}

.social-share .share-dropdown .dropdown-menu .dropdown-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.social-share .share-dropdown .dropdown-menu .dropdown-item .icon {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.social-share .share-dropdown .dropdown-menu .dropdown-item .icon svg {
  width: 16px;
  height: 16px;
}

.social-share .share-dropdown .dropdown-menu .dropdown-item .icon ~ span {
  margin-left: 8px;
}

.bookmark-product {
  position: relative;
}

.bookmark-product .button, .bookmark-product body .wp-element-button, body .bookmark-product .wp-element-button, .bookmark-product body .product .added_to_cart, body .product .bookmark-product .added_to_cart {
  color: #0A0A0A;
  background-color: #F2F2F2;
  border: 0;
  padding: 16px;
  margin: 0;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1;
}

.bookmark-product .button .icon, .bookmark-product body .wp-element-button .icon, body .bookmark-product .wp-element-button .icon, .bookmark-product body .product .added_to_cart .icon, body .product .bookmark-product .added_to_cart .icon {
  display: none;
  line-height: 1;
}

.bookmark-product .button .icon svg, .bookmark-product body .wp-element-button .icon svg, body .bookmark-product .wp-element-button .icon svg, .bookmark-product body .product .added_to_cart .icon svg, body .product .bookmark-product .added_to_cart .icon svg {
  line-height: 1;
}

.bookmark-product .button.button-bookmark .icon.on, .bookmark-product body .button-bookmark.wp-element-button .icon.on, body .bookmark-product .button-bookmark.wp-element-button .icon.on, .bookmark-product body .product .button-bookmark.added_to_cart .icon.on, body .product .bookmark-product .button-bookmark.added_to_cart .icon.on {
  display: none;
}

.bookmark-product .button.button-bookmark .icon.off, .bookmark-product body .button-bookmark.wp-element-button .icon.off, body .bookmark-product .button-bookmark.wp-element-button .icon.off, .bookmark-product body .product .button-bookmark.added_to_cart .icon.off, body .product .bookmark-product .button-bookmark.added_to_cart .icon.off {
  display: -ms-flexbox;
  display: flex;
}

.bookmark-product .button.button-bookmark.bookmarked, .bookmark-product body .button-bookmark.bookmarked.wp-element-button, body .bookmark-product .button-bookmark.bookmarked.wp-element-button, .bookmark-product body .product .button-bookmark.bookmarked.added_to_cart, body .product .bookmark-product .button-bookmark.bookmarked.added_to_cart {
  color: #ff6363;
}

.bookmark-product .button.button-bookmark.bookmarked .icon.on, .bookmark-product body .button-bookmark.bookmarked.wp-element-button .icon.on, body .bookmark-product .button-bookmark.bookmarked.wp-element-button .icon.on, .bookmark-product body .product .button-bookmark.bookmarked.added_to_cart .icon.on, body .product .bookmark-product .button-bookmark.bookmarked.added_to_cart .icon.on {
  display: -ms-flexbox;
  display: flex;
}

.bookmark-product .button.button-bookmark.bookmarked .icon.off, .bookmark-product body .button-bookmark.bookmarked.wp-element-button .icon.off, body .bookmark-product .button-bookmark.bookmarked.wp-element-button .icon.off, .bookmark-product body .product .button-bookmark.bookmarked.added_to_cart .icon.off, body .product .bookmark-product .button-bookmark.bookmarked.added_to_cart .icon.off {
  display: none;
}

.bookmark-product.single_product_div a {
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  color: #0A0A0A;
  background-color: #F2F2F2;
  border: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.bookmark-product.single_product_div a img.wishlist_text_icon_image.webtoffee_wishlist.wt-wishlist-button,
.bookmark-product.single_product_div a img.wishlist_text_icon_image.webtoffee_wishlist_remove.wt-wishlist-button {
  width: 100% !important;
  height: 16px !important;
  object-fit: contain;
  margin: 0 auto !important;
}

.bookmark-product.single_product_div a span.webtoffee_wishlist.wt-wishlist-button,
.bookmark-product.single_product_div a span.webtoffee_wishlist_remove.wt-wishlist-button {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 120px;
  text-align: center;
  font-size: .8rem;
  margin: 8px 0 0;
  color: #575757;
}

@media (max-width: 991.98px) {
  .bookmark-product.single_product_div a {
    width: 32px;
    height: 32px;
  }
  .bookmark-product.single_product_div a img.wishlist_text_icon_image.webtoffee_wishlist.wt-wishlist-button,
  .bookmark-product.single_product_div a img.wishlist_text_icon_image.webtoffee_wishlist_remove.wt-wishlist-button {
    height: 12px !important;
  }
  .bookmark-product.single_product_div a span.webtoffee_wishlist.wt-wishlist-button,
  .bookmark-product.single_product_div a span.webtoffee_wishlist_remove.wt-wishlist-button {
    background-color: #f2f2f2;
    border-radius: 5px;
    left: unset;
    right: 0;
    transform: unset;
  }
}

.mini-shopping-cart {
  position: relative;
}

@media (max-width: 991.98px) {
  .mini-shopping-cart {
    position: unset;
  }
}

.mini-shopping-cart .cart-count-badge {
  position: absolute;
  top: 14px;
  right: -7px;
  background: #e74c3c;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
}

.mini-shopping-cart .mini-cart-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 350px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: none;
}

@media (max-width: 991.98px) {
  .mini-shopping-cart .mini-cart-dropdown {
    width: 100%;
    top: 100%;
    border-radius: 0 0 8px 8px;
  }
}

.mini-shopping-cart .mini-cart-dropdown.show {
  display: block;
}

.mini-shopping-cart .mini-cart-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 15px 10px 20px;
  border-bottom: 1px solid #eee;
}

.mini-shopping-cart .mini-cart-header h3 {
  margin-bottom: 0;
  font-family: var(--wp--preset--font-family--content);
  font-size: 16px;
  font-weight: 600;
}

.mini-shopping-cart .mini-cart-header .close-cart {
  padding: 5px;
  border-radius: 999px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: transparent;
  color: #333;
}

.mini-shopping-cart .mini-cart-content {
  max-height: 400px;
  overflow-y: auto;
}

.mini-shopping-cart .mini-cart-content .mini-cart-items {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.mini-shopping-cart .mini-cart-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 15px 20px;
  border-bottom: 1px solid #f5f5f5;
}

.mini-shopping-cart .item-image {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.mini-shopping-cart .item-image img {
  border: 1px solid #E6E6E6;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.mini-shopping-cart .item-details {
  -ms-flex: 1;
      flex: 1;
}

.mini-shopping-cart .item-name {
  margin: 0 0 5px 0;
  font-family: var(--wp--preset--font-family--content);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.5%;
  color: #292929;
  text-decoration: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mini-shopping-cart .item-name,
.mini-shopping-cart .item-name a {
  font-weight: 600;
}

.mini-shopping-cart .mini-cart-footer {
  padding: 20px;
  border-top: 1px solid #eee;
}

.mini-shopping-cart .mini-cart-footer .cart-total {
  text-align: right;
}

.mini-shopping-cart .mini-cart-footer .cart-total .amount {
  color: var(--tj-color--fg);
}

.mini-shopping-cart .remove-item {
  border: 1px solid #cbcbcb;
  background-color: transparent;
  color: #919191;
  margin-bottom: auto;
  width: 23px;
  height: 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1;
  transition: all .2s ease;
}

.mini-shopping-cart .remove-item:hover {
  border-color: #e74c3c;
  color: #e74c3c;
}

.mini-shopping-cart .cart-actions {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.mini-shopping-cart .cart-actions .btn, .mini-shopping-cart .cart-actions body .wp-element-button, body .mini-shopping-cart .cart-actions .wp-element-button, .mini-shopping-cart .cart-actions body .product .added_to_cart, body .product .mini-shopping-cart .cart-actions .added_to_cart {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.mini-shopping-cart .cart-actions .btn-outline-primary {
  color: var(--tj-color--main);
  border: 1px solid var(--tj-color--main);
}

.mini-shopping-cart .cart-actions .btn-outline-primary:hover {
  color: #FFF;
}

@media (max-width: 991.98px) {
  .mini-shopping-cart .cart-actions {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .mini-shopping-cart .cart-actions .btn, .mini-shopping-cart .cart-actions body .wp-element-button, body .mini-shopping-cart .cart-actions .wp-element-button, .mini-shopping-cart .cart-actions body .product .added_to_cart, body .product .mini-shopping-cart .cart-actions .added_to_cart {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.mini-shopping-cart .empty-cart {
  padding: 20px 20px;
  text-align: center;
}

.mini-shopping-cart .empty-cart .btn, .mini-shopping-cart .empty-cart body .wp-element-button, body .mini-shopping-cart .empty-cart .wp-element-button, .mini-shopping-cart .empty-cart body .product .added_to_cart, body .product .mini-shopping-cart .empty-cart .added_to_cart {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .woocommerce-info,
  .woocommerce-noreviews,
  p.no-comments {
    font-size: 14px;
    margin-bottom: 20px !important;
  }
}

.woocommerce-no-products-found .woocommerce-info,
.woocommerce-no-products-found .woocommerce-noreviews,
.woocommerce-no-products-found p.no-comments {
  background-color: #2822620F;
  padding: 16px;
  padding-left: 50px;
  color: #292929;
  border-radius: 12px;
  overflow: hidden;
  border-left: 5px solid var(--tj-color--main);
}

.woocommerce-no-products-found .woocommerce-info::before,
.woocommerce-no-products-found .woocommerce-noreviews::before,
.woocommerce-no-products-found p.no-comments::before {
  color: currentColor;
}

.woocommerce-no-products-found .woocommerce-info::after,
.woocommerce-no-products-found .woocommerce-noreviews::after,
.woocommerce-no-products-found p.no-comments::after {
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--tj-color--main);
}

.checkout_coupon .form-row-last {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .woocommerce-ordering {
    margin-bottom: 0;
  }
}

.woocommerce-ordering select.orderby {
  border: 1px solid #EBEBEB;
  padding: 9px 16px;
  padding-left: 50px;
  font-size: 13px;
  font-weight: 500;
  background-color: #FFF;
  border-radius: 999px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 11C11 11.1823 10.9276 11.3572 10.7986 11.4861C10.6697 11.6151 10.4948 11.6875 10.3125 11.6875H4.125C3.94266 11.6875 3.7678 11.6151 3.63886 11.4861C3.50993 11.3572 3.4375 11.1823 3.4375 11C3.4375 10.8177 3.50993 10.6428 3.63886 10.5139C3.7678 10.3849 3.94266 10.3125 4.125 10.3125H10.3125C10.4948 10.3125 10.6697 10.3849 10.7986 10.5139C10.9276 10.6428 11 10.8177 11 11ZM4.125 6.1875H15.8125C15.9948 6.1875 16.1697 6.11507 16.2986 5.98614C16.4276 5.8572 16.5 5.68234 16.5 5.5C16.5 5.31766 16.4276 5.1428 16.2986 5.01386C16.1697 4.88493 15.9948 4.8125 15.8125 4.8125H4.125C3.94266 4.8125 3.7678 4.88493 3.63886 5.01386C3.50993 5.1428 3.4375 5.31766 3.4375 5.5C3.4375 5.68234 3.50993 5.8572 3.63886 5.98614C3.7678 6.11507 3.94266 6.1875 4.125 6.1875ZM8.9375 15.8125H4.125C3.94266 15.8125 3.7678 15.8849 3.63886 16.0139C3.50993 16.1428 3.4375 16.3177 3.4375 16.5C3.4375 16.6823 3.50993 16.8572 3.63886 16.9861C3.7678 17.1151 3.94266 17.1875 4.125 17.1875H8.9375C9.11984 17.1875 9.2947 17.1151 9.42364 16.9861C9.55257 16.8572 9.625 16.6823 9.625 16.5C9.625 16.3177 9.55257 16.1428 9.42364 16.0139C9.2947 15.8849 9.11984 15.8125 8.9375 15.8125ZM19.7364 13.9511C19.6726 13.8872 19.5967 13.8365 19.5133 13.8019C19.4298 13.7673 19.3403 13.7495 19.25 13.7495C19.1597 13.7495 19.0702 13.7673 18.9867 13.8019C18.9033 13.8365 18.8274 13.8872 18.7636 13.9511L16.5 16.2155V9.625C16.5 9.44266 16.4276 9.2678 16.2986 9.13886C16.1697 9.00993 15.9948 8.9375 15.8125 8.9375C15.6302 8.9375 15.4553 9.00993 15.3264 9.13886C15.1974 9.2678 15.125 9.44266 15.125 9.625V16.2155L12.8614 13.9511C12.7324 13.8221 12.5574 13.7496 12.375 13.7496C12.1926 13.7496 12.0176 13.8221 11.8886 13.9511C11.7596 14.0801 11.6871 14.2551 11.6871 14.4375C11.6871 14.6199 11.7596 14.7949 11.8886 14.9239L15.3261 18.3614C15.3899 18.4253 15.4658 18.476 15.5492 18.5106C15.6327 18.5452 15.7222 18.563 15.8125 18.563C15.9028 18.563 15.9923 18.5452 16.0758 18.5106C16.1592 18.476 16.2351 18.4253 16.2989 18.3614L19.7364 14.9239C19.8003 14.8601 19.851 14.7842 19.8856 14.7008C19.9202 14.6173 19.938 14.5278 19.938 14.4375C19.938 14.3472 19.9202 14.2577 19.8856 14.1742C19.851 14.0908 19.8003 14.0149 19.7364 13.9511Z' fill='%23212121'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left 22px center;
  appearance: none;
}

@media (min-width: 768px) {
  .wc-block-cart {
    margin-bottom: 0 !important;
  }
}

.wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: unset;
}

@media (max-width: 450px) {
  .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row:not(:last-child), .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row:not(:last-child) {
    border-bottom: 1px solid rgba(18, 18, 18, 0.11);
  }
  .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    padding: 0;
    margin-bottom: 16px;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
  .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    width: auto !important;
  }
  .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
  .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap {
    padding-right: 0;
  }
  .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin-top: 15px;
  }
}

.wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-item__image, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-item__image {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-item__image, .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-item__product, .wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-item__total, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-item__image, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-item__product, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-item__total {
  margin-bottom: 0;
}

.wc-block-cart.is-medium table.wc-block-cart-items .wc-block-cart-item__wrap, .wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-item__wrap {
  padding-left: 0px;
  padding-right: 25px;
}

.wc-block-cart.is-medium .wc-block-cart__submit,
.wc-block-cart.is-medium .wc-block-cart__sidebar, .wc-block-cart.is-mobile .wc-block-cart__submit,
.wc-block-cart.is-mobile .wc-block-cart__sidebar {
  margin-bottom: 0;
}

body.woocommerce-cart main.site-main header.entry-header .entry-title,
body.woocommerce-checkout main.site-main header.entry-header .entry-title {
  color: var(--tj-color--main);
}

@media (min-width: 992px) {
  body.woocommerce-order-received main.site-main .tj-container {
    max-width: 732px;
  }
  body.woocommerce-order-received main.site-main .tj-container header.entry-header {
    margin-bottom: 8px;
  }
  body.woocommerce-order-received main.site-main .tj-container header.entry-header .entry-title {
    font-size: 50px;
  }
  body.woocommerce-order-received main.site-main .tj-container .woocommerce-thankyou-order-details {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  body.woocommerce-order-received main.site-main .tj-container .woocommerce-thankyou-order-details li {
    color: #868686;
    text-transform: none;
  }
  body.woocommerce-order-received main.site-main .tj-container .woocommerce-thankyou-order-details li,
  body.woocommerce-order-received main.site-main .tj-container .woocommerce-thankyou-order-details li strong {
    font-size: 16px;
  }
  body.woocommerce-order-received main.site-main .tj-container .woocommerce-thankyou-order-details li strong {
    color: #43454b;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  body.woocommerce-order-received main.site-main .tj-container .woocommerce-thankyou-order-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.woocommerce-order-received main.site-main .tj-container .woocommerce-thankyou-order-details li {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  body.woocommerce-order-received main.site-main .tj-container .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--wp--preset--font-family--content);
  }
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details {
  background-color: transparent !important;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr th,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr td,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr th,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr th,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr td,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr th,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr td {
  padding: 0;
  background-color: transparent !important;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr th,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr th, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr th,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr th {
  color: var(--tj-color--main);
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr th, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr th {
  padding-bottom: 15px;
  border-bottom: 1px solid #EBEBEB;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr th,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr th,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #EBEBEB;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td a, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr td a {
    margin-right: 0;
    margin-bottom: 6px;
  }
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr td,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr th, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr td,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr th {
  padding-top: 24px;
  padding-bottom: 24px;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr .woocommerce-table__product-name, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr .woocommerce-table__product-name {
  width: 50%;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr:not(:last-child) td,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr:not(:last-child) th, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr:not(:last-child) td,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr:not(:last-child) th {
  border-bottom: 1px solid #EBEBEB;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr th, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr th {
  color: var(--tj-color--main);
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr th[scope=row],
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr th[scope=row] + td, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr th[scope=row],
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr th[scope=row] + td {
  padding: 15px 0;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr td,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr th,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr td,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr th,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr th, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr td,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr th,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr td,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr th,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr td,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr th {
  padding-left: 12px;
  padding-right: 12px;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr td:first-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr th:first-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr td:first-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr th:first-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td:first-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr th:first-child, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr td:first-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr th:first-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr td:first-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr th:first-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr td:first-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr th:first-child {
  padding-left: 0;
}

body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr td:last-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr th:last-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr td:last-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr th:last-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td:last-child,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr th:last-child, body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr td:last-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details thead tr th:last-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr td:last-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tbody tr th:last-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr td:last-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-table--order-details tfoot tr th:last-child {
  padding-right: 0;
}

body.woocommerce-page.woocommerce-order-received .woocommerce-order-details__title {
  display: none;
}

body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses {
  float: unset;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}

@media (max-width: 991.98px) {
  body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses,
  body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column {
  -ms-flex: 0 1 calc(50% - 8px);
      flex: 0 1 calc(50% - 8px);
  margin: 0;
  background-color: #F4F4F7;
  border-radius: 12px;
  margin-left: 16px;
  overflow: hidden;
}

body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address:first-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column:first-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address:first-child,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column:first-child {
  margin-left: 0;
}

@media (max-width: 991.98px) {
  body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address,
  body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column,
  body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address,
  body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin-left: 0;
    margin-top: 16px;
  }
  body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address:first-child,
  body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column:first-child,
  body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address:first-child,
  body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column:first-child {
    margin-top: 0;
  }
}

body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address address,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column address,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address address,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column address {
  margin-bottom: 0;
  padding: 20px;
  line-height: 1.5;
}

body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address .woocommerce-column__title,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column .woocommerce-Address-title,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column .woocommerce-column__title,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address .woocommerce-Address-title,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address .woocommerce-column__title,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column .woocommerce-Address-title,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title {
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #E5E5EA;
  color: #292929;
  font-family: var(--wp--preset--font-family--content);
}

body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address .woocommerce-column__title h2,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column .woocommerce-Address-title h2,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column .woocommerce-column__title h2,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address .woocommerce-Address-title h2,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address .woocommerce-column__title h2,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column .woocommerce-Address-title h2,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title h2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address .woocommerce-column__title .edit,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column .woocommerce-Address-title .edit,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column .woocommerce-column__title .edit,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address .woocommerce-Address-title .edit,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address .woocommerce-column__title .edit,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column .woocommerce-Address-title .edit,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title .edit {
  float: unset;
  margin-top: 0;
  margin-left: auto;
}

body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-Address .woocommerce-column__title,
body.woocommerce-page.woocommerce-order-received .woocommerce-Addresses .woocommerce-column .woocommerce-column__title,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-Address .woocommerce-column__title,
body.woocommerce-page.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title {
  margin-bottom: 0;
  font-size: 16px;
}

@media (min-width: 992px) {
  body.woocommerce-page .woocommerce-ResetPassword {
    max-width: 570px;
  }
  body.woocommerce-page .woocommerce-ResetPassword .form-row-first {
    width: 100%;
    float: unset;
    margin-right: 0;
  }
}

body.woocommerce-page .woocommerce-ResetPassword .woocommerce-form-row--first {
  margin-top: 24px;
}

@media (max-width: 426px) {
  .woocommerce-message .button.wc-forward, .woocommerce-message body .wc-forward.wp-element-button, body .woocommerce-message .wc-forward.wp-element-button, .woocommerce-message body .product .wc-forward.added_to_cart, body .product .woocommerce-message .wc-forward.added_to_cart {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-top: 8px;
    padding-top: 8px;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-message {
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce-message .button.wc-forward, .woocommerce-message body .wc-forward.wp-element-button, body .woocommerce-message .wc-forward.wp-element-button, .woocommerce-message body .product .wc-forward.added_to_cart, body .product .woocommerce-message .wc-forward.added_to_cart {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
}

ul#shipping_method li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

ul#shipping_method li input {
  margin-top: 6px;
}

ul#shipping_method li label {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

body {
  --section-py: 60px;
  --wp--style--root--padding-right: 16px;
  --wp--style--root--padding-left: 16px;
  --container-x: calc(calc(100vw - var(--tj-container))* 0.5);
  font-family: var(--wp--preset--font-family--content) !important;
}

@media (max-width: 991.98px) {
  body {
    --section-py: 30px;
    overflow-x: hidden;
  }
}

body h1 a, body h2 a, body h3 a, body h4 a, body h5 a {
  font-weight: inherit;
}

.wp-site-blocks {
  min-height: 100vh;
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  body.admin-bar .wp-site-blocks {
    min-height: calc(100vh - 46px);
  }
}

body #page {
  padding-top: calc(73px + 50px);
}

@media (max-width: 991.98px) {
  body #page {
    padding-top: 133px;
  }
}

body, body a {
  text-underline-offset: .4rem;
}

@media (max-width: 767.98px) {
  body.admin-bar #page {
    padding-top: 154px;
  }
}

@media (max-width: 575.98px) {
  body #page {
    padding-top: 150px;
  }
  body.admin-bar #page {
    padding-top: 150px;
  }
}

@media (max-width: 321px) {
  body #page {
    padding-top: 143px;
  }
  body.admin-bar #page {
    padding-top: 143px;
  }
}

a:focus {
  outline: 0 !important;
}

a:not(.btn), a:not(.wp-element-button) {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 992px) {
  .hide-lg {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hide-md {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hide-sm {
    display: none !important;
  }
}

#wrapper {
  min-height: 40vh;
  margin-top: 90px;
}

@media (max-width: 991.98px) {
  #wrapper {
    margin-top: 62px;
  }
}

#page {
  position: relative;
}

body #page .content-area {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}

.content-area,
main.site-main {
  margin-bottom: 0;
}

#content.site-content {
  min-height: calc(100vh - 505px);
}

body.admin-bar #content.site-content {
  min-height: calc(100vh - 512px);
}

@media (min-width: 992px) {
  body.woocommerce-account:not(.logged-in) #content.site-content,
  body.woocommerce-lost-password #content.site-content {
    padding: 60px 0;
  }
}

section.section {
  padding: var(--section-pt, calc(var(--section-py, 60px))) var(--section-pr, var(--section-px, 0)) var(--section-pb, calc(var(--section-py, 60px))) var(--section-pl, var(--section-px, 0));
  scroll-margin-top: 100px;
  background-color: var(--section-bg, transparent);
}

@media (max-width: 991.98px) {
  section.section:last-child {
    --section-pb: 60px;
  }
}

section.section .section-head {
  text-align: var(--head-align, left);
  font-weight: var(--head-weight, 500);
  color: var(--head-color, var(--tj-color--main));
  line-height: var(--head-line-height, 1);
}

@media (max-width: 991.98px) {
  section.section .section-head {
    font-size: 14px;
  }
}

section.section .section-head .inner {
  max-width: 574px;
}

section.section .section-head .title-section {
  font-size: var(--head-title, 32px);
  line-height: var(--head-title-line-height, 1.3);
  font-weight: var(--head-title-weight, 600);
  margin-top: 0;
  margin-bottom: 0;
  color: var(--head-title-color, var(--tj-color--main));
}

section.section .section-head .title-section ~ p:first-of-type {
  margin-top: 7px;
}

@media (max-width: 991.98px) {
  section.section .section-head .title-section {
    font-size: var(--head-title-sm, 24px);
  }
}

section.section .section-head ~ .section-body {
  margin-top: var(--head-mb, 28px);
}

.btn-action-sticky {
  width: 79px;
  height: 76px;
  padding: 8px 3px 4px;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  position: fixed;
  bottom: -100%;
  background-color: var(--tj-color--bg-header);
  border: 1px solid var(--tj-color--main);
  font-size: 12px;
  letter-spacing: .4px;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  transition: all .3s ease;
  box-shadow: 0px 4px 6px -2px #10182808, 0px 12px 16px -4px #10182814;
}

@media (max-width: 767.98px) {
  .btn-action-sticky {
    width: 50px;
    height: 50px;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0;
    border-radius: 12px;
  }
}

@media (max-width: 767.98px) {
  .btn-action-sticky span {
    display: none;
  }
}

header.site-header.scrolled ~ .btn-action-sticky {
  bottom: 30px;
  opacity: 1;
}

@media (max-width: 767.98px) {
  header.site-header.scrolled ~ .btn-action-sticky {
    bottom: 15px;
  }
}

.btn-action-sticky .icon {
  width: 36px;
  height: 36px;
}

@media (max-width: 767.98px) {
  .btn-action-sticky .icon {
    width: 26px;
    height: 26px;
  }
}

.btn-action-sticky .icon svg {
  width: 100%;
  height: 100%;
}

.btn-action-sticky.subscribe {
  left: 20px;
}

@media (max-width: 767.98px) {
  .btn-action-sticky.subscribe {
    left: 10px;
  }
}

.btn-action-sticky.contact {
  right: 20px;
}

@media (max-width: 767.98px) {
  .btn-action-sticky.contact {
    right: 10px;
  }
}

.button-link span {
  font-weight: 500;
  color: var(--tj-color--main);
}

.reset_variations {
  display: none !important;
}

.single-product div.product form.cart {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.page__trendsNews {
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 52px;
}

.page__trendsNews-heading {
  grid-column: 1 / span 3;
}

.cardNotFound {
  margin: 80px 0 120px;
}

.cardNotFound__media {
  width: 100%;
  height: 100%;
}

.cardNotFound__media img {
  width: 100%;
  height: 100%;
  max-height: 44px;
  object-fit: contain;
  margin: 0 auto;
}

.cardNotFound__heading {
  text-align: center;
}

.cardNotFound__heading-title {
  font-size: 267px;
  color: rgba(41, 41, 41, 0.2);
  font-family: var(--wp--preset--font-family--heading);
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 45px;
  margin-top: -60px;
}

.cardNotFound__heading-description, .cardNotFound__heading-description > * {
  color: #868686;
  font-family: var(--wp--preset--font-family--content);
  font-size: 24px;
  letter-spacing: -.2px;
  font-weight: var(--nav-link-font-weight);
  margin-bottom: 60px;
}

.cardNotFound__heading-action .wp-element-button, .cardNotFound__heading-action body .button.wp-element-button, body .cardNotFound__heading-action .button.wp-element-button, .cardNotFound__heading-action body .product .added_to_cart, body .product .cardNotFound__heading-action .added_to_cart {
  --tj-btn-padding-x: 20px;
  --tj-btn-padding-y: 17px;
  --tj-btn-font-size: 20px;
  --tj-btn-font-weight: 600;
  --tj-btn-line-height: 1.6;
  min-width: 130px;
  max-width: 296px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .cardNotFound {
    margin: 80px 0;
  }
  .cardNotFound__media img {
    max-height: 26px;
  }
  .cardNotFound__heading {
    max-width: 100%;
    margin: 0 auto;
  }
  .cardNotFound__heading-title {
    font-size: 39vw;
    margin-bottom: 16px;
    margin-top: -12.5vw;
  }
  .cardNotFound__heading-description, .cardNotFound__heading-description > * {
    font-size: 14px;
    margin-bottom: 32px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .cardNotFound__heading-action .wp-element-button, .cardNotFound__heading-action body .button.wp-element-button, body .cardNotFound__heading-action .button.wp-element-button, .cardNotFound__heading-action body .product .added_to_cart, body .product .cardNotFound__heading-action .added_to_cart {
    --tj-btn-padding-x: 20px;
    --tj-btn-padding-y: 9.87px;
    --tj-btn-font-size: 14px;
    --tj-btn-font-weight: 600;
    --tj-btn-line-height: 1.6;
    min-width: 130px;
    max-width: 172px;
    width: 100%;
  }
}

.elmInfo {
  display: grid;
  grid-template-columns: 26px auto;
  column-gap: 12px;
}

.cardContactSimple {
  padding: 60px 32.5px;
  display: grid;
  grid-template-columns: auto 563px;
  column-gap: 31px;
}

.cardContactSimple__heading {
  margin-bottom: 32px;
}

.cardContactSimple__heading-title {
  font-size: 50px;
  color: #282262;
  font-family: var(--wp--preset--font-family--heading);
  line-height: 1.2;
  margin-bottom: 7px;
  font-weight: 600;
}

.cardContactSimple__heading-description {
  color: #282262;
  font-size: 16px;
  font-weight: 600;
}

.cardContactSimple__lists {
  max-width: 405px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}

.cardContactSimple__lists, .cardContactSimple__lists a {
  color: #292929;
}

.cardContactSimple__lists a {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cardContactSimple .wpcf7 {
  padding: 20px;
  box-shadow: 0 4px 8.2px -6px rgba(0, 0, 0, 0.7);
  border-radius: 20px;
}

.cardContactSimple .wpcf7 label {
  color: #292929;
  font-size: 14px;
  margin-bottom: 12px;
}

.cardContactSimple .wpcf7 input[type=text],
.cardContactSimple .wpcf7 input[type=number],
.cardContactSimple .wpcf7 input[type=email],
.cardContactSimple .wpcf7 input[type=tel],
.cardContactSimple .wpcf7 input[type=url],
.cardContactSimple .wpcf7 input[type=password],
.cardContactSimple .wpcf7 input[type=search],
.cardContactSimple .wpcf7 textarea,
.cardContactSimple .wpcf7 .input-text {
  padding: 22px 20px !important;
  font-size: 16px;
}

.cardContactSimple .wpcf7 input[type=text]:-ms-input-placeholder,
.cardContactSimple .wpcf7 input[type=number]:-ms-input-placeholder,
.cardContactSimple .wpcf7 input[type=email]:-ms-input-placeholder,
.cardContactSimple .wpcf7 input[type=tel]:-ms-input-placeholder,
.cardContactSimple .wpcf7 input[type=url]:-ms-input-placeholder,
.cardContactSimple .wpcf7 input[type=password]:-ms-input-placeholder,
.cardContactSimple .wpcf7 input[type=search]:-ms-input-placeholder,
.cardContactSimple .wpcf7 textarea:-ms-input-placeholder,
.cardContactSimple .wpcf7 .input-text:-ms-input-placeholder {
  color: #868686;
}

.cardContactSimple .wpcf7 input[type=text]::placeholder,
.cardContactSimple .wpcf7 input[type=number]::placeholder,
.cardContactSimple .wpcf7 input[type=email]::placeholder,
.cardContactSimple .wpcf7 input[type=tel]::placeholder,
.cardContactSimple .wpcf7 input[type=url]::placeholder,
.cardContactSimple .wpcf7 input[type=password]::placeholder,
.cardContactSimple .wpcf7 input[type=search]::placeholder,
.cardContactSimple .wpcf7 textarea::placeholder,
.cardContactSimple .wpcf7 .input-text::placeholder {
  color: #868686;
}

.cardContactSimple .wpcf7 textarea {
  min-height: 127px;
}

.cardContactSimple .wpcf7 .form-action {
  margin-top: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
}

@media (max-width: 991.98px) {
  .cardContactSimple {
    padding: 60px 0;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .cardContactSimple {
    padding: 0;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .cardContactSimple__heading {
    margin-bottom: 24px;
  }
  .cardContactSimple__heading-title {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .cardContactSimple__heading-description {
    font-size: 12px;
    font-weight: 600;
  }
  .cardContactSimple__lists {
    display: grid;
    row-gap: 16px;
  }
  .cardContactSimple .wpcf7 {
    padding: 16px;
    margin-bottom: 0;
  }
  .cardContactSimple .wpcf7 input[type=text],
  .cardContactSimple .wpcf7 input[type=number],
  .cardContactSimple .wpcf7 input[type=email],
  .cardContactSimple .wpcf7 input[type=tel],
  .cardContactSimple .wpcf7 input[type=url],
  .cardContactSimple .wpcf7 input[type=password],
  .cardContactSimple .wpcf7 input[type=search],
  .cardContactSimple .wpcf7 textarea,
  .cardContactSimple .wpcf7 .input-text {
    padding: 15px 20px !important;
    font-size: 14px;
  }
  .cardContactSimple .wpcf7 .form-action {
    margin-top: 8px;
  }
}

.elmInfoSimple {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.elmInfoSimple__title {
  font-size: 40px;
  color: #282262;
  font-family: var(--wp--preset--font-family--heading);
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .elmInfoSimple__title {
    font-size: 36px;
  }
}

.elmInfoSimple__description {
  font-size: 16px;
  color: #8E8E8E;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .elmInfoSimple__description {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .elmInfoSimple {
    text-align: center;
    width: 160px;
  }
}

@media (max-width: 767.98px) {
  .elmInfoSimple {
    text-align: left;
    width: 100%;
  }
}

.sectionAbout {
  --section-py: 80px;
}

.sectionAbout__heading {
  max-width: 820px;
  margin: 0 auto 58px;
  text-align: center;
}

.sectionAbout__heading-title {
  font-size: 48px;
  color: #282262;
  font-family: var(--wp--preset--font-family--heading);
  line-height: 1.2;
  margin-bottom: 7px;
  font-weight: 600;
  margin-bottom: 24px;
}

.sectionAbout__heading-description {
  max-width: 573px;
  margin: 0 auto;
  font-size: 20px;
  color: #8E8E8E;
  line-height: 1;
}

.sectionAbout__mediaLists {
  max-width: 1090px;
  margin: 0 auto 58px;
  display: grid;
  grid-template-columns: 1fr 358px 1fr;
  gap: 19px;
  -ms-flex-align: center;
      align-items: center;
}

.sectionAbout__mediaLists-list {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.sectionAbout__mediaLists-list img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 24px;
  overflow: hidden;
}

.sectionAbout__mediaLists-list:nth-child(1) img, .sectionAbout__mediaLists-list:nth-child(3) img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.sectionAbout__infos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 96px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .sectionAbout__mediaLists {
    grid-template-columns: 1fr 1.25fr 1fr;
  }
  .sectionAbout__infos {
    -ms-flex-pack: center;
        justify-content: center;
    gap: 16px;
  }
}

@media (max-width: 767.98px) {
  .sectionAbout {
    --section-py: 32px;
    --section-px: 8px;
  }
  .sectionAbout__heading {
    margin-bottom: 32px;
  }
  .sectionAbout__heading-title {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 16px;
  }
  .sectionAbout__heading-description {
    font-size: 14px;
    color: #8E8E8E;
    line-height: 1;
  }
  .sectionAbout__mediaLists {
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 6px;
    margin-bottom: 32px;
  }
  .sectionAbout__mediaLists-list img {
    border-radius: 7.6px;
  }
  .sectionAbout__infos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 80%;
    margin: 0 auto;
    gap: 16px 48px;
  }
}

.sectionAboutContent {
  --section-py: 80px;
  background-color: #F9F9F9 !important;
}

.sectionAboutContent__main {
  display: grid;
  grid-template-columns: 1fr 426px;
  gap: 96px;
  max-width: calc(100% - calc( 129px * 2 ));
  margin: 0 auto;
}

.sectionAboutContent__content {
  margin-bottom: 24px;
}

.sectionAboutContent__content-title {
  font-size: 56px;
  color: #282262;
  font-family: var(--wp--preset--font-family--heading);
  line-height: 1.3;
  margin-bottom: 7px;
  font-weight: 600;
}

.sectionAboutContent__content-description {
  font-size: 16px;
  line-height: 1.5;
  color: #8E8E8E;
  margin-bottom: 40px;
}

.sectionAboutContent__content-action .wp-element-button, .sectionAboutContent__content-action body .button.wp-element-button, body .sectionAboutContent__content-action .button.wp-element-button, .sectionAboutContent__content-action body .product .added_to_cart, body .product .sectionAboutContent__content-action .added_to_cart {
  --tj-btn-padding-x: 16px;
  --tj-btn-padding-y: 8px;
  --tj-btn-font-size: 13px;
  --tj-btn-font-weight: 600;
  --tj-btn-line-height: 1.6;
  min-width: auto;
}

@media (max-width: 991.98px) {
  .sectionAboutContent__main {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 767.98px) {
  .sectionAboutContent__main {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sectionAboutContent__content {
    margin-bottom: 24px;
  }
  .sectionAboutContent__content-title {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 7px;
  }
  .sectionAboutContent__content-description {
    font-size: 14px;
    color: #8E8E8E;
    line-height: 1.5;
  }
  .sectionAboutContent__content-action .wp-element-button, .sectionAboutContent__content-action body .button.wp-element-button, body .sectionAboutContent__content-action .button.wp-element-button, .sectionAboutContent__content-action body .product .added_to_cart, body .product .sectionAboutContent__content-action .added_to_cart {
    --tj-btn-padding-x: 16px;
    --tj-btn-padding-y: 8px;
    --tj-btn-font-size: 13px;
    --tj-btn-font-weight: 600;
    --tj-btn-line-height: 1.6;
    min-width: auto;
  }
}
