.fsjs-skin {
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.fsjs-skin.fsjs-initialized {
  opacity: 1;
  display: block;
}
.fsjs-skin .fsjs-block-tester {
  transition: opacity 0.2s ease-out;
  opacity: 1;
}
.fsjs-skin.fsjs-loading .fsjs-block-tester,
.fsjs-skin.fsjs-timeout .fsjs-block-tester {
  opacity: 0;
}
.fsjs-skin > .fsjs-wrapper {
  display: flex;
  justify-content: space-between;
}
.fsjs-skin .fsjs-block-tester {
  display: block;
}
.fsjs-skin .fsjs-block,
.fsjs-skin [data-axis-block] {
  box-sizing: border-box;
  padding: 0 5px;
  position: relative;
  margin: 5px;
  width: 100%;
}
.fsjs-skin [data-axis-block] {
  margin-top: 0;
  margin-bottom: 0;
}
.fsjs-skin .fsjs-label {
  line-height: 1.5em;
}
.fsjs-skin .fsjs-block-type-slider .fsjs-label,
.fsjs-skin .fsjs-block-type-slidergroup .fsjs-label {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.fsjs-skin .fsjs-block-type-slider .fsjs-label span:first-child,
.fsjs-skin .fsjs-block-type-slidergroup .fsjs-label span:first-child {
  margin-right: auto;
}
.fsjs-skin .fsjs-block-type-slider .fsjs-label .fsjs-label-unit:before,
.fsjs-skin .fsjs-block-type-slidergroup .fsjs-label .fsjs-label-unit:before {
  content: ' ';
}
.fsjs-skin .fsjs-block-opentype .fsjs-label {
  display: block;
  justify-content: flex-start;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding: 0.5rem 0;
  padding-right: 1.5em;
  line-height: 2em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
}
.fsjs-skin .fsjs-block-opentype > div {
  display: none;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.fsjs-skin [contenteditable] {
  outline: none;
}
.fsjs-skin .fsjs-button,
.fsjs-skin .fsjs-block-type-buttongroup button {
  background: #fdfdfd;
  border: 1px solid rgb(var(--color-foreground), 1);
  border-radius: 2px;
  color: inherit;
  cursor: pointer;
  flex-grow: 1;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: 2em;
  padding: 0.1em 0.5em 0;
}
.fsjs-skin .fsjs-button:hover,
.fsjs-skin .fsjs-block-type-buttongroup button:hover,
.fsjs-skin .fsjs-button:focus,
.fsjs-skin .fsjs-block-type-buttongroup button:focus {
  background: #f0f0f0;
}
.fsjs-skin .fsjs-button.fsjs-button-selected,
.fsjs-skin .fsjs-block-type-buttongroup button.fsjs-button-selected {
  background: #f0f0f0;
}
.fsjs-skin .fsjs-block-type-buttongroup > [data-property] {
  display: flex;
}
.fsjs-skin .fsjs-block-type-buttongroup button {
  border-radius: 0;
}
.fsjs-skin .fsjs-block-type-buttongroup button:first-of-type {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.fsjs-skin .fsjs-block-type-buttongroup button:last-of-type {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.fsjs-skin .fsjs-block-type-buttongroup button + button {
  margin-left: -1px;
}
.fsjs-skin .fsjs-block-type-checkboxes [data-fsjs] label {
  cursor: pointer;
  padding: 5px 0;
  display: block;
}
.fsjs-skin
  .fsjs-block-type-checkboxes
  [data-fsjs]
  label:hover
  input[type='checkbox']
  + span:before,
.fsjs-skin
  .fsjs-block-type-checkboxes
  [data-fsjs]
  label:focus
  input[type='checkbox']
  + span:before {
  background: #f0f0f0;
}
.fsjs-skin .fsjs-block-type-checkboxes input[type='checkbox'] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.fsjs-skin .fsjs-block-type-checkboxes label.fsjs-checkbox-inactive {
  pointer-events: none;
  color: #ddd;
}
.fsjs-skin
  .fsjs-block-type-checkboxes
  label.fsjs-checkbox-inactive
  input[type='checkbox']
  + span:before,
.fsjs-skin
  .fsjs-block-type-checkboxes
  label.fsjs-checkbox-inactive
  input[type='checkbox']
  + span:after {
  border-color: #ddd;
}
.fsjs-skin
  .fsjs-block-type-checkboxes
  label.fsjs-checkbox-inactive
  input[type='checkbox']:checked
  + span:after {
  background: #ddd;
}
.fsjs-skin .fsjs-block-type-checkboxes input[type='checkbox'] + span {
  position: relative;
  padding-left: 23px;
}
.fsjs-skin .fsjs-block-type-checkboxes input[type='checkbox'] + span:before,
.fsjs-skin .fsjs-block-type-checkboxes input[type='checkbox'] + span:after {
  content: ' ';
  display: block;
  border: 2px solid #000;
  position: absolute;
  left: 0;
  top: 2px;
  padding: 4px;
  height: 16px;
  width: 16px;
}
.fsjs-skin
  .fsjs-block-type-checkboxes
  input[type='checkbox']:checked
  + span:after {
  border-radius: 0;
  background: #000;
  padding: 0;
  top: 2px;
  left: 0;
}
.fsjs-skin .dk-select,
.fsjs-skin .dk-select *,
.fsjs-skin .dk-select *:before,
.fsjs-skin .dk-select *:after,
.fsjs-skin .dk-select-multi,
.fsjs-skin .dk-select-multi *,
.fsjs-skin .dk-select-multi *:before,
.fsjs-skin .dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fsjs-skin .dk-select,
.fsjs-skin .dk-select-multi {
  position: relative;
  display: block;
  vertical-align: middle;
  cursor: pointer;
}
.fsjs-skin .dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: #fdfdfd;
  border: 1px solid rgb(var(--color-foreground), 1);
  border-radius: 2px;
  padding: 0.1em 0.5em 0;
  padding-right: 1.5em;
  line-height: 2em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.fsjs-skin .dk-selected:before,
.fsjs-skin .dk-selected:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
}
.fsjs-skin .dk-selected:before {
  top: 50%;
  border: solid rgba(0, 0, 0, 0);
  border-width: 0.25em 0.25em 0;
  border-top-color: #333;
  margin: -0.125em 0.5em 0 0;
}
.fsjs-skin .dk-selected:after {
  top: 0;
  height: 100%;
  border-left: 1px solid rgb(var(--color-foreground), 1);
  margin: 0 1.5em 0 0;
}
.fsjs-skin .dk-selected-disabled {
  color: #bbb;
}
.fsjs-skin .dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}
.fsjs-skin .dk-select-open-up .dk-select-options {
  border-radius: 2px 2px 0 0;
  margin-bottom: -1px;
  bottom: 100%;
}
.fsjs-skin .dk-select-open-down .dk-select-options {
  border-radius: 0 0 2px 2px;
  margin-top: -1px;
  top: 100%;
}
.fsjs-skin .dk-select-multi .dk-select-options {
  max-height: 10em;
}
.fsjs-skin .dk-select-options {
  background-color: #fdfdfd;
  border: 1px solid rgb(var(--color-foreground), 1);
  border-radius: 2px;
  list-style: none;
  margin: 0;
  max-height: 75vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: auto;
  z-index: 100;
}
.fsjs-skin .dk-select-options-highlight .dk-option-selected {
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
}
.fsjs-skin .dk-option {
  padding: 0.1em 0.5em 0;
  line-height: 2em;
}
.fsjs-skin .dk-select-options .dk-option-highlight {
  background-color: #f0f0f0;
}
.fsjs-skin .dk-select-options .dk-option-disabled {
  color: #bbb;
  background-color: rgba(0, 0, 0, 0);
}
.fsjs-skin .dk-select-options .dk-option-hidden {
  display: none;
}
.fsjs-skin .dk-select-open-up .dk-select-options,
.fsjs-skin .dk-select-open-down .dk-select-options,
.fsjs-skin .dk-select-multi:focus .dk-select-options {
  display: block;
}
.fsjs-skin .dk-selected:hover,
.fsjs-skin .dk-selected:focus {
  outline: none;
  background: #f0f0f0;
}
.fsjs-skin .dk-select-disabled {
  opacity: 0.6;
  color: #bbb;
  cursor: not-allowed;
}
.fsjs-skin .dk-select-disabled .dk-selected:hover,
.fsjs-skin .dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}
.fsjs-skin .dk-select-disabled .dk-selected:hover:before,
.fsjs-skin .dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}
.fsjs-skin .dk-select-disabled .dk-selected:hover:after,
.fsjs-skin .dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}
.fsjs-skin select[data-dkcacheid] {
  display: none;
}
.fsjs-skin .rangeSlider {
  margin: 0.5em auto;
}
.fsjs-skin .rangeSlider,
.fsjs-skin .rangeSlider__fill {
  display: block;
  border-radius: 2px;
}
.fsjs-skin .rangeSlider {
  position: relative;
  background: rgb(var(--color-foreground), 1);
}
.fsjs-skin .rangeSlider__horizontal {
  height: 1px;
  width: 100%;
}
.fsjs-skin .rangeSlider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.fsjs-skin .rangeSlider__fill {
  background: rgb(var(--color-foreground), 1);
  position: absolute;
}
.fsjs-skin .rangeSlider__fill__horizontal {
  height: 100%;
  top: 0;
  left: 0;
}
.fsjs-skin .rangeSlider__handle {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  background: #333;
  border-radius: 50%;
  left: 0;
}
.fsjs-skin .rangeSlider__handle__horizontal {
  top: -4.5px;
}
.fsjs-skin .rangeSlider__handle:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
}
.fsjs-skin .fsjs-disabled .fsjs-label {
  color: #ddd;
}
.fsjs-skin .fsjs-disabled .rangeSlider {
  pointer-events: none;
  background-color: #ddd;
}
.fsjs-skin .fsjs-disabled .rangeSlider .rangeSlider__handle,
.fsjs-skin .fsjs-disabled .rangeSlider .rangeSlider__fill {
  background-color: #ddd;
}
.fsjs-skin .fsjs-disabled .dk-select .dk-selected {
  color: #ddd;
}
.fsjs-skin [data-fsjs-block='variation'] {
  display: none;
}
@supports (font-variation-settings: normal) {
  .fsjs-skin [data-fsjs-block='variation'] {
    display: block;
  }
}
html.dark .fsjs-skin .rangeSlider__handle {
  background: #fff;
}
.fsjs-block-type-buttongroup button {
  background: none !important;
  border: none !important;
}
.fsjs-wrapper {
  padding: 0.75rem 0;
  margin-bottom: 54px;
  border-top: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
}

/* Custom */
.fsjs-skin .dk-selected,
.fsjs-skin .dk-selected:hover,
.fsjs-skin .dk-selected:focus {
  background: none;
  border: none;
}

.fsjs-skin .dk-selected::before {
  border-width: 0.5em 0.25em 0;
}

html.dark .fsjs-skin .dk-selected::before {
  border-top-color: #fff;
}

.fsjs-skin .dk-selected::after {
  display: none;
}

html.dark .fsjs-skin .dk-select-options {
  background-color: #3a3a3a;
}

.fsjs-skin .dk-select-options .dk-option-highlight {
  background-color: #f2f1d5;
}

.fsjs-block-alignment button {
  font-size: 0 !important;
  height: 28px;
  max-width: 50px;
  background-size: 100% !important;
}

.fsjs-block-alignment > div[data-fsjs] {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  gap: 2rem;
  margin-top: 0.8rem;
}

.fsjs-block-alignment button[data-choice='left'] {
  background-image: url("data:image/svg+xml,%3Csvg width='91' height='50' viewBox='0 0 91 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_222_347)'%3E%3Cpath d='M87.7138 5.46468H2.73234C1.22677 5.46468 0 4.23792 0 2.73234C0 1.22677 1.22677 0 2.73234 0H87.7323C89.2379 0 90.4647 1.22677 90.4647 2.73234C90.4647 4.23792 89.2379 5.46468 87.7323 5.46468H87.7138Z' fill='%23231B1B'/%3E%3Cpath d='M68.5502 20.2974H2.73234C1.22677 20.2974 0 19.0707 0 17.5651C0 16.0595 1.22677 14.8328 2.73234 14.8328H68.5688C70.0743 14.8328 71.3011 16.0595 71.3011 17.5651C71.3011 19.0707 70.0743 20.2974 68.5688 20.2974H68.5502Z' fill='%23231B1B'/%3E%3Cpath d='M79.5539 35.1488H2.73234C1.22677 35.1488 0 33.922 0 32.4164C0 30.9108 1.22677 29.6841 2.73234 29.6841H79.5539C81.0595 29.6841 82.2862 30.9108 82.2862 32.4164C82.2862 33.922 81.0595 35.1488 79.5539 35.1488Z' fill='%23231B1B'/%3E%3Cpath d='M87.7138 50.0001H2.73234C1.22677 50.0001 0 48.7733 0 47.2677C0 45.7622 1.22677 44.5354 2.73234 44.5354H87.7323C89.2379 44.5354 90.4647 45.7622 90.4647 47.2677C90.4647 48.7733 89.2379 50.0001 87.7323 50.0001H87.7138Z' fill='%23231B1B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_222_347'%3E%3Crect width='90.4461' height='50' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
}

html.dark .fsjs-block-alignment button[data-choice='left'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-justify-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E") !important;
}

.fsjs-block-alignment button[data-choice='center'] {
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='50' viewBox='0 0 90 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_222_354)'%3E%3Cpath d='M87.0923 5.79762H2.90769C1.30549 5.79762 0 4.49611 0 2.89881C0 1.30151 1.30549 0 2.90769 0H87.0923C88.6945 0 90 1.30151 90 2.89881C90 4.49611 88.6945 5.79762 87.0923 5.79762Z' fill='%23231B1B'/%3E%3Cpath d='M77.5977 20.4495H12.4021C10.7999 20.4495 9.49438 19.148 9.49438 17.5507C9.49438 15.9534 10.7999 14.6519 12.4021 14.6519H77.6175C79.2197 14.6519 80.5252 15.9534 80.5252 17.5507C80.5252 19.148 79.2197 20.4495 77.6175 20.4495H77.5977Z' fill='%23231B1B'/%3E%3Cpath d='M83.0571 35.1209H6.94285C5.34065 35.1209 4.03516 33.8194 4.03516 32.2221C4.03516 30.6247 5.34065 29.3232 6.94285 29.3232H83.0374C84.6395 29.3232 85.945 30.6247 85.945 32.2221C85.945 33.8194 84.6395 35.1209 83.0374 35.1209H83.0571Z' fill='%23231B1B'/%3E%3Cpath d='M87.0923 49.7727H2.90769C1.30549 49.7727 0 48.4712 0 46.8739C0 45.2766 1.30549 43.9751 2.90769 43.9751H87.0923C88.6945 43.9751 90 45.2766 90 46.8739C90 48.4712 88.6945 49.7727 87.0923 49.7727Z' fill='%23231B1B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_222_354'%3E%3Crect width='90' height='49.7727' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
}

html.dark .fsjs-block-alignment button[data-choice='center'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-text-center' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E") !important;
}

.fsjs-block-alignment button[data-choice='right'] {
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='50' viewBox='0 0 90 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_222_360)'%3E%3Cpath d='M2.71887 44.5354H87.2996C88.7978 44.5354 90.0185 45.7622 90.0185 47.2677C90.0185 48.7733 88.7978 50.0001 87.2996 50.0001H2.71887C1.22072 50.0001 0 48.7733 0 47.2677C0 45.7622 1.22072 44.5354 2.71887 44.5354Z' fill='%23231B1B'/%3E%3Cpath d='M21.7877 29.7026H87.2994C88.7976 29.7026 90.0183 30.9294 90.0183 32.435C90.0183 33.9406 88.7976 35.1673 87.2994 35.1673H21.7877C20.2896 35.1673 19.0688 33.9406 19.0688 32.435C19.0688 30.9294 20.2896 29.7026 21.7877 29.7026Z' fill='%23231B1B'/%3E%3Cpath d='M10.8385 14.8513H87.2812C88.7793 14.8513 90 16.0781 90 17.5837C90 19.0892 88.7793 20.316 87.2812 20.316H10.8385C9.34034 20.316 8.11963 19.0892 8.11963 17.5837C8.11963 16.0781 9.34034 14.8513 10.8385 14.8513Z' fill='%23231B1B'/%3E%3Cpath d='M2.71887 0H87.2996C88.7978 0 90.0185 1.22677 90.0185 2.73234C90.0185 4.23792 88.7978 5.46468 87.2996 5.46468H2.71887C1.22072 5.46468 0 4.23792 0 2.73234C0 1.22677 1.22072 0 2.71887 0Z' fill='%23231B1B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_222_360'%3E%3Crect width='90' height='50' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
}

html.dark .fsjs-block-alignment button[data-choice='right'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-justify-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E") !important;
}
