html {
  scroll-behavior: smooth;
}

img:is([sizes="auto" i], [sizes^="auto, " i]) {
  contain-intrinsic-size: 3000px 1500px;
}

.components-autocomplete__popover .components-popover__content {
  min-width: 200px;
  padding: 8px;
}

.components-autocomplete__result.components-button:focus:not(:disabled) {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  outline: 2px solid #0000;
}

.components-badge *,
.components-badge :after,
.components-badge :before {
  box-sizing: inherit;
}

.components-badge:where(.is-default) {
  background-color: #f0f0f0;
  color: #2f2f2f;
}

.components-button-group .components-button {
  border-radius: 0;
  box-shadow: inset 0 0 0 1px #1e1e1e;
  color: #1e1e1e;
  display: inline-flex;
}

.components-button-group .components-button+.components-button {
  margin-left: -1px;
}

.components-button-group .components-button:first-child {
  border-radius: 2px 0 0 2px;
}

.components-button-group .components-button:last-child {
  border-radius: 0 2px 2px 0;
}

.components-button-group .components-button.is-primary,
.components-button-group .components-button:focus {
  position: relative;
  z-index: 1;
}

.components-button-group .components-button.is-primary {
  box-shadow: inset 0 0 0 1px #1e1e1e;
}

.components-button:hover:not(:disabled, [aria-disabled=true]),
.components-button[aria-expanded=true] {
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-button:focus:not(:disabled) {
  box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 3px solid #0000;
}

.components-button.is-primary:hover:not(:disabled) {
  background: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
  color: var(--wp-components-color-accent-inverted, #fff);
}

.components-button.is-primary:active:not(:disabled) {
  background: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
  border-color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
  color: var(--wp-components-color-accent-inverted, #fff);
}

.components-button.is-primary:focus:not(:disabled) {
  box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-button.is-primary:disabled,
.components-button.is-primary:disabled:active:enabled,
.components-button.is-primary[aria-disabled=true],
.components-button.is-primary[aria-disabled=true]:active:enabled,
.components-button.is-primary[aria-disabled=true]:enabled {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color: #fff6;
  outline: none;
}

.components-button.is-primary:disabled:active:enabled:focus:enabled,
.components-button.is-primary:disabled:focus:enabled,
.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,
.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,
.components-button.is-primary[aria-disabled=true]:focus:enabled {
  box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-button.is-primary.is-busy:disabled,
.components-button.is-primary.is-busy[aria-disabled=true] {
  background-image: linear-gradient(-45deg, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 70%, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 70%);
  background-size: 100px 100%;
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color: var(--wp-components-color-accent-inverted, #fff);
}

.components-button.is-secondary:active:not(:disabled),
.components-button.is-tertiary:active:not(:disabled) {
  box-shadow: none;
}

.components-button.is-tertiary:disabled,
.components-button.is-secondary[aria-disabled=true],
.components-button.is-secondary[aria-disabled=true]:hover,
.components-button.is-tertiary[aria-disabled=true],
.components-button.is-tertiary[aria-disabled=true]:hover {
  background: #0000;
  color: #949494;
  transform: none;
}

.components-button.is-secondary:hover:not(:disabled, [aria-disabled=true], .is-pressed) {
  background: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000);
  box-shadow: inset 0 0 0 1px var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
  color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
}

.components-button.is-secondary:disabled:not(:focus),
.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),
.components-button.is-secondary[aria-disabled=true]:not(:focus) {
  box-shadow: inset 0 0 0 1px #ddd;
}

.components-button.is-secondary:focus:not(:disabled) {
  box-shadow: 0 0 0 currentColor inset, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-button.is-tertiary:hover:not(:disabled, [aria-disabled=true], .is-pressed) {
  background: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000);
  color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
}

.components-button.is-tertiary:active:not(:disabled, [aria-disabled=true]) {
  background: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 8%, #0000);
}

p+.components-button.is-tertiary {
  margin-left: -6px;
}

.components-button.is-tertiary:disabled:not(:focus),
.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),
.components-button.is-tertiary[aria-disabled=true]:not(:focus) {
  box-shadow: none;
  outline: none;
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link) {
  color: #cc1818;
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled, [aria-disabled=true]) {
  color: #710d0d;
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus {
  box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #cc1818;
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled, [aria-disabled=true]) {
  background: #ccc;
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,
.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true] {
  color: #949494;
}

.components-button.is-destructive.is-secondary:hover:not(:disabled, [aria-disabled=true]),
.components-button.is-destructive.is-tertiary:hover:not(:disabled, [aria-disabled=true]) {
  background: #cc18180a;
}

.components-button.is-destructive.is-secondary:active:not(:disabled, [aria-disabled=true]),
.components-button.is-destructive.is-tertiary:active:not(:disabled, [aria-disabled=true]) {
  background: #cc181814;
}

.components-button.is-link:disabled,
.components-button.is-link[aria-disabled=true] {
  color: #949494;
}

.components-button:not(:disabled, [aria-disabled=true]):active {
  color: var(--wp-components-color-foreground, #1e1e1e);
}

.components-button:disabled,
.components-button[aria-disabled=true] {
  color: #949494;
  cursor: default;
}

.components-button.is-secondary.is-busy:disabled,
.components-button.is-secondary.is-busy[aria-disabled=true] {
  background-image: linear-gradient(-45deg, #fafafa 33%, #e0e0e0 0, #e0e0e0 70%, #fafafa 0);
  background-size: 100px 100%;
}

.components-button.is-compact.has-icon:not(.has-text) {
  min-width: 32px;
  padding: 0;
  width: 32px;
}

.components-button.is-small.has-icon:not(.has-text) {
  min-width: 24px;
  padding: 0;
  width: 24px;
}

.components-button.has-icon .dashicon {
  align-items: center;
  box-sizing: initial;
  display: inline-flex;
  justify-content: center;
  padding: 2px;
}

.components-button.is-pressed:hover:not(:disabled, [aria-disabled=true]),
.components-button.is-pressed:not(:disabled, [aria-disabled=true]) {
  background: var(--wp-components-color-foreground, #1e1e1e);
}

.components-button.is-pressed:disabled,
.components-button.is-pressed[aria-disabled=true] {
  color: #949494;
}

.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),
.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary) {
  background: #949494;
  color: var(--wp-components-color-foreground-inverted, #fff);
}

.components-button.is-pressed:focus:not(:disabled) {
  box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 2px solid #0000;
}

.components-button svg {
  fill: currentColor;
  outline: none;
}

.components-button .components-visually-hidden {
  height: auto;
}

.components-checkbox-control__input[type=checkbox] {
  appearance: none;
  background: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  box-shadow: 0 0 0 #0000;
  clear: none;
  color: #1e1e1e;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  height: var(--checkbox-input-size);
  line-height: 0;
  margin: 0 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  transition: none;
  vertical-align: top;
  width: var(--checkbox-input-size);
}

.components-checkbox-control__input[type=checkbox]:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);
  outline: 2px solid #0000;
  outline-offset: 2px;
}

.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder {
  color: #1e1e1e9e;
}

.components-checkbox-control__input[type=checkbox]::-moz-placeholder {
  color: #1e1e1e9e;
}

.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder {
  color: #1e1e1e9e;
}

.components-checkbox-control__input[type=checkbox]:checked {
  background: var(--wp-admin-theme-color);
  border-color: var(--wp-admin-theme-color);
}

.components-checkbox-control__input[type=checkbox]:checked::-ms-check {
  opacity: 0;
}

.components-checkbox-control__input[type=checkbox]:checked:before,
.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
  color: #fff;
  margin: -3px -5px;
}

.components-checkbox-control__input[type=checkbox][aria-checked=mixed] {
  background: var(--wp-admin-theme-color);
  border-color: var(--wp-admin-theme-color);
}

.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
  content: "\f460";
  display: inline-block;
  float: left;
  font: normal 30px/1 dashicons;
  vertical-align: middle;
  width: 16px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.components-checkbox-control__input[type=checkbox]:disabled,
.components-checkbox-control__input[type=checkbox][aria-disabled=true] {
  background: #f0f0f0;
  border-color: #ddd;
  cursor: default;
  opacity: 1;
}

.components-checkbox-control__input[type=checkbox]:checked,
.components-checkbox-control__input[type=checkbox]:indeterminate {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-checkbox-control__input[type=checkbox]:checked::-ms-check,
.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check {
  opacity: 0;
}

.components-checkbox-control__input[type=checkbox]:checked:before {
  content: none;
}

svg.components-checkbox-control__checked,
svg.components-checkbox-control__indeterminate {
  --checkmark-size: var(--checkbox-input-size);
  fill: #fff;
  cursor: pointer;
  height: var(--checkmark-size);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  user-select: none;
  width: var(--checkmark-size);
}

.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.components-circular-option-picker .components-circular-option-picker__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.components-circular-option-picker>:not(.components-circular-option-picker__swatches) {
  position: relative;
  z-index: 0;
}

.components-circular-option-picker__option-wrapper>div {
  height: 100%;
  width: 100%;
}

.components-circular-option-picker__option[aria-pressed=true],
.components-circular-option-picker__option[aria-selected=true] {
  box-shadow: inset 0 0 0 4px;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.components-circular-option-picker__option[aria-pressed=true]+svg,
.components-circular-option-picker__option[aria-selected=true]+svg {
  border-radius: 50%;
  left: 2px;
  pointer-events: none;
  position: absolute;
  top: 2px;
  z-index: 2;
}

.components-circular-option-picker__option:focus:after {
  border: 2px solid #757575;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  content: "";
  height: calc(100% + 4px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 4px);
}

.components-circular-option-picker__button-action .components-circular-option-picker__option {
  background: #fff;
  color: #fff;
}

.components-circular-option-picker__dropdown-link-action .components-button {
  line-height: 22px;
}

.components-dropdown-menu__menu .components-palette-edit__menu-button {
  width: 100%;
}

input.components-combobox-control__input[type=text] {
  border: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 16px;
  line-height: inherit;
  margin: 0;
  min-height: auto;
  padding: 2px;
  width: 100%;
}

input.components-combobox-control__input[type=text]:focus {
  box-shadow: none;
  outline: none;
}

.components-combobox-control__suggestions-container .components-spinner {
  margin: 0;
}

.components-color-palette__custom-color-value:empty:after {
  content: "​";
  visibility: hidden;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background {
  inset: 0;
  position: absolute;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 48px);
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown {
  display: flex;
  height: 16px;
  position: absolute;
  top: 16px;
  width: 16px;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown {
  background: #fff;
  border-radius: 50%;
  color: #1e1e1e;
  height: inherit;
  min-width: 16px !important;
  padding: 2px;
  position: relative;
  width: inherit;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg {
  height: 100%;
  width: 100%;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button {
  border-radius: 50%;
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0 #00000040;
  height: inherit;
  outline: 2px solid #0000;
  padding: 0;
  width: inherit;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus {
  box-shadow: inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff, 0 0 2px 0 #00000040;
  outline: 1.5px solid #0000;
}

.block-editor-dimension-control .components-base-control__field {
  align-items: center;
  display: flex;
}

.block-editor-dimension-control .components-base-control__label {
  align-items: center;
  display: flex;
  margin-bottom: 0;
  margin-right: 1em;
}

.block-editor-dimension-control .components-base-control__label .dashicon {
  margin-right: .5em;
}

.block-editor-dimension-control.is-manual .components-base-control__label {
  width: 10em;
}

body.is-dragging-components-draggable {
  cursor: grabbing !important;
}

.components-drop-zone .components-drop-zone__content {
  align-items: center;
  background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  bottom: 0;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 50;
}

.components-drop-zone .components-drop-zone__content-inner {
  opacity: 0;
  transform: scale(.9);
}

.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content {
  opacity: 1;
}

.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner {
  opacity: 1;
  transform: scale(1);
}

.components-dropdown__content .components-popover__content {
  padding: 8px;
}

.components-dropdown__content .components-popover__content:has(.components-menu-group) {
  padding: 0;
}

.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,
.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button {
  margin: 8px;
  width: auto;
}

.components-dropdown__content [role=menuitem] {
  white-space: nowrap;
}

.components-dropdown__content .components-menu-group {
  padding: 8px;
}

.components-dropdown__content .components-menu-group+.components-menu-group {
  border-top: 1px solid #ccc;
  padding: 8px;
}

.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group {
  border-color: #1e1e1e;
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item,
.components-dropdown-menu__menu .components-menu-item {
  cursor: pointer;
  outline: none;
  padding: 6px;
  white-space: nowrap;
  width: 100%;
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,
.components-dropdown-menu__menu .components-menu-item.has-separator {
  margin-top: 6px;
  overflow: visible;
  position: relative;
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,
.components-dropdown-menu__menu .components-menu-item.has-separator:before {
  background-color: #ddd;
  box-sizing: initial;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: -3px;
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,
.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,
.components-dropdown-menu__menu .components-menu-item.is-active svg {
  background: #1e1e1e;
  border-radius: 1px;
  box-shadow: 0 0 0 1px #1e1e1e;
  color: #fff;
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,
.components-dropdown-menu__menu .components-menu-item.is-icon-only {
  width: auto;
}

.components-dropdown-menu__menu .components-menu-item__button,
.components-dropdown-menu__menu .components-menu-item__button.components-button {
  height: auto;
  min-height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: left;
}

.components-duotone-picker__color-indicator>.components-button,
.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled) {
  background: linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0);
  color: #0000;
}

.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active {
  color: #0000;
}

.components-form-toggle .components-form-toggle__track {
  background-color: #fff;
  border: 1px solid #949494;
  border-radius: 8px;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 16px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 32px;
}

.components-form-toggle .components-form-toggle__track:after {
  border-top: 16px solid #0000;
  box-sizing: border-box;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
}

.components-form-toggle .components-form-toggle__thumb {
  background-color: #1e1e1e;
  border: 6px solid #0000;
  border-radius: 50%;
  box-shadow: 0 1px 1px #00000008, 0 1px 2px #00000005, 0 3px 3px #00000005, 0 4px 4px #00000003;
  box-sizing: border-box;
  display: block;
  height: 12px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 12px;
}

.components-form-toggle.is-checked .components-form-toggle__track {
  background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-form-toggle.is-checked .components-form-toggle__track:after {
  opacity: 1;
}

.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track {
  box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 2px solid #0000;
  outline-offset: 2px;
}

.components-form-toggle.is-checked .components-form-toggle__thumb {
  background-color: #fff;
  border-width: 0;
  transform: translateX(16px);
}

.components-form-toggle.is-disabled,
.components-disabled .components-form-toggle {
  opacity: .3;
}

.components-form-toggle input.components-form-toggle__input[type=checkbox] {
  border: none;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked {
  background: none;
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:before {
  content: "";
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled, [aria-disabled=true]) {
  cursor: pointer;
}

.components-form-token-field__input-container input[type=text].components-form-token-field__input {
  background: inherit;
  border: 0;
  box-shadow: none;
  color: #1e1e1e;
  display: inline-block;
  flex: 1;
  font-family: inherit;
  font-size: 16px;
  margin-left: 4px;
  max-width: 100%;
  min-height: 24px;
  min-width: 50px;
  padding: 0;
  width: 100%;
}

.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,
.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
  box-shadow: none;
  outline: none;
}

.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input {
  width: auto;
}

.components-form-token-field__token.is-success .components-form-token-field__remove-token,
.components-form-token-field__token.is-success .components-form-token-field__token-text {
  background: #4ab866;
}

.components-form-token-field__token.is-error .components-form-token-field__remove-token,
.components-form-token-field__token.is-error .components-form-token-field__token-text {
  background: #cc1818;
}

.components-form-token-field__token.is-validating .components-form-token-field__remove-token,
.components-form-token-field__token.is-validating .components-form-token-field__token-text {
  color: #757575;
}

.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
  background: #0000;
}

.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text {
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
  background: #0000;
  color: #757575;
  position: absolute;
  right: 0;
  top: 1px;
}

.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
  color: #4ab866;
}

.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
  color: #cc1818;
  padding: 0 4px 0 6px;
}

.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
  color: #1e1e1e;
}

.components-form-token-field__remove-token.components-button:hover:not(:disabled) {
  color: #1e1e1e;
}

.components-form-token-field__suggestion[aria-disabled=true] {
  color: #949494;
  pointer-events: none;
}

.components-form-token-field__suggestion[aria-disabled=true].is-selected {
  background-color: rgba(var(--wp-components-color-accent--rgb, var(--wp-admin-theme-color--rgb)), .04);
}

.components-form-token-field__suggestion:not(.is-empty) {
  cursor: pointer;
}

.components-guide .components-modal__content {
  margin-top: 0;
  padding: 0;
}

.components-guide .components-modal__content:before {
  content: none;
}

.components-guide .components-modal__header {
  border-bottom: none;
  height: 60px;
  padding: 0;
  position: sticky;
}

.components-guide .components-modal__header .components-button {
  align-self: flex-start;
  margin: 8px 8px 0 0;
  position: static;
}

.components-guide .components-modal__header .components-button:hover svg {
  fill: #fff;
}

.components-guide .components-guide__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -60px;
  min-height: 100%;
}

.components-guide .components-guide__page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.components-guide .components-guide__footer {
  align-content: center;
  display: flex;
  height: 36px;
  justify-content: center;
  margin: 0 0 24px;
  padding: 0 32px;
  position: relative;
  width: 100%;
}

.components-guide .components-guide__page-control {
  margin: 0;
  text-align: center;
}

.components-guide .components-guide__page-control li {
  display: inline-block;
  margin: 0;
}

.components-guide .components-guide__page-control .components-button {
  color: #e0e0e0;
  margin: -6px 0;
}

.components-guide .components-guide__page-control li[aria-current=step] .components-button {
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

[role=region] {
  position: relative;
}

.is-focusing-regions [role=region]:focus:after,
[role=region].interface-interface-skeleton__content:focus-visible:after {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000000;
}

.is-focusing-regions .editor-post-publish-panel,
.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,
.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,
.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,
.is-focusing-regions [role=region]:focus:after,
.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,
[role=region].interface-interface-skeleton__content:focus-visible:after {
  outline-color: var(--wp-admin-theme-color);
  outline-offset: calc(((-1*var(--wp-admin-border-width-focus))/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);
  outline-style: solid;
  outline-width: calc((var(--wp-admin-border-width-focus)/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);
}

.components-menu-group+.components-menu-group {
  border-top: 1px solid #1e1e1e;
  padding-top: 8px;
}

.components-menu-group+.components-menu-group.has-hidden-separator {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.components-menu-group:has(>div:empty) {
  display: none;
}

.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,
.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,
.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,
.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child {
  box-sizing: initial;
  padding-right: 48px;
}

.components-menu-item__button .components-menu-items__item-icon,
.components-menu-item__button.components-button .components-menu-items__item-icon {
  display: inline-block;
  flex: 0 0 auto;
}

.components-menu-item__button .components-menu-items__item-icon.has-icon-right,
.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right {
  margin-left: 24px;
  margin-right: -2px;
}

.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,
.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right {
  margin-left: 8px;
}

.components-menu-item__button .block-editor-block-icon,
.components-menu-item__button.components-button .block-editor-block-icon {
  margin-left: -2px;
  margin-right: 8px;
}

.components-menu-item__button.components-button.is-primary .components-menu-item__item,
.components-menu-item__button.is-primary .components-menu-item__item {
  margin-right: 0;
}

.components-menu-item__button.components-button:disabled.is-tertiary,
.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,
.components-menu-item__button:disabled.is-tertiary,
.components-menu-item__button[aria-disabled=true].is-tertiary {
  background: none;
  color: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
  opacity: .3;
}

.components-menu-items-choice svg,
.components-menu-items-choice.components-button svg {
  margin-right: 12px;
}

.components-modal__frame *,
.components-modal__frame :after,
.components-modal__frame :before {
  box-sizing: inherit;
}

.components-modal__screen-overlay.is-animating-out .components-modal__frame {
  animation-name: components-modal__disappear-animation;
  animation-timing-function: cubic-bezier(1, 0, .2, 1);
}

.components-modal__header .components-modal__header-heading {
  font-size: 1.2rem;
  font-weight: 600;
}

.components-modal__header h1 {
  line-height: 1;
  margin: 0;
}

.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header {
  border-bottom-color: #ddd;
}

.components-modal__header+p {
  margin-top: 0;
}

.components-modal__header-icon-container svg {
  max-height: 36px;
  max-width: 36px;
  padding: 8px;
}

.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
  background-color: initial;
  color: #1e1e1e;
}

.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
  box-shadow: none;
}

.components-notice-list .components-notice__content {
  line-height: 2;
  margin-bottom: 12px;
  margin-top: 12px;
}

.components-notice-list .components-notice__action.components-button {
  display: block;
  margin-left: 0;
  margin-top: 8px;
}

.components-panel>.components-panel__body:first-child,
.components-panel>.components-panel__header:first-child {
  margin-top: -1px;
}

.components-panel>.components-panel__body:last-child,
.components-panel>.components-panel__header:last-child {
  border-bottom-width: 0;
}

.components-panel+.components-panel {
  margin-top: -1px;
}

.components-panel__body h3 {
  margin: 0 0 .5em;
}

.components-panel__header h2 {
  color: inherit;
  font-size: inherit;
  margin: 0;
}

.components-panel__body+.components-panel__body,
.components-panel__body+.components-panel__header,
.components-panel__header+.components-panel__body,
.components-panel__header+.components-panel__header {
  margin-top: -1px;
}

.components-panel__body>.components-panel__body-title {
  display: block;
  font-size: inherit;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.components-panel__body.is-opened>.components-panel__body-title {
  margin: -16px -16px 5px;
}

.components-panel__body>.components-panel__body-title:hover {
  background: #f0f0f0;
  border: none;
}

.components-panel__body-toggle.components-button .components-panel__arrow {
  color: #1e1e1e;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  fill: currentColor;
}

body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right {
  -ms-filter: fliph;
  filter: FlipH;
  margin-top: -10px;
  transform: scaleX(-1);
}

.components-panel__row select {
  min-width: 0;
}

.components-panel__row label {
  flex-shrink: 0;
  margin-right: 12px;
  max-width: 75%;
}

.components-panel .circle-picker {
  padding-bottom: 20px;
}

.components-placeholder__label .block-editor-block-icon,
.components-placeholder__label .dashicon,
.components-placeholder__label>svg {
  margin-right: 4px;
  fill: currentColor;
}

.components-placeholder__fieldset,
.components-placeholder__fieldset form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  width: 100%;
}

.components-placeholder__fieldset form p,
.components-placeholder__fieldset p {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.components-placeholder__fieldset.is-column-layout,
.components-placeholder__fieldset.is-column-layout form {
  flex-direction: column;
}

.components-placeholder__input[type=url] {
  border: 1px solid #949494;
  border-radius: 2px;
  box-shadow: 0 0 0 #0000;
  flex: 1 1 auto;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  padding: 6px 8px;
}

.components-placeholder__input[type=url]:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
  outline: 2px solid #0000;
}

.components-placeholder__input[type=url]::-webkit-input-placeholder {
  color: #1e1e1e9e;
}

.components-placeholder__input[type=url]::-moz-placeholder {
  color: #1e1e1e9e;
}

.components-placeholder__input[type=url]:-ms-input-placeholder {
  color: #1e1e1e9e;
}

.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link {
  margin-left: 10px;
  margin-right: 10px;
}

.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child {
  margin-right: 0;
}

.components-placeholder.is-medium .components-placeholder__instructions,
.components-placeholder.is-small .components-placeholder__instructions {
  display: none;
}

.components-placeholder.is-medium .components-placeholder__fieldset,
.components-placeholder.is-medium .components-placeholder__fieldset form,
.components-placeholder.is-small .components-placeholder__fieldset,
.components-placeholder.is-small .components-placeholder__fieldset form {
  flex-direction: column;
}

.components-placeholder.is-medium .components-button,
.components-placeholder.is-medium .components-placeholder__fieldset>*,
.components-placeholder.is-small .components-button,
.components-placeholder.is-small .components-placeholder__fieldset>* {
  justify-content: center;
  width: 100%;
}

.is-dark-theme .components-placeholder.has-illustration {
  background-color: #0000001a;
}

.components-placeholder.has-illustration .components-placeholder__fieldset {
  margin-left: 0;
  margin-right: 0;
}

.components-placeholder.has-illustration .components-button,
.components-placeholder.has-illustration .components-placeholder__instructions,
.components-placeholder.has-illustration .components-placeholder__label {
  opacity: 0;
  pointer-events: none;
}

.is-selected>.components-placeholder.has-illustration .components-button,
.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,
.is-selected>.components-placeholder.has-illustration .components-placeholder__label {
  opacity: 1;
  pointer-events: auto;
}

.is-selected .components-placeholder.has-illustration {
  overflow: auto;
}

.components-popover *,
.components-popover :after,
.components-popover :before {
  box-sizing: inherit;
}

.is-alternate .components-popover__content {
  border-radius: 2px;
  box-shadow: 0 0 0 1px #1e1e1e;
}

.is-unstyled .components-popover__content {
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.components-popover.is-expanded .components-popover__content {
  box-shadow: 0 -1px 0 0 #ccc;
  height: calc(100% - 48px);
  overflow-y: visible;
  position: static;
  width: auto;
}

.components-popover.is-expanded.is-alternate .components-popover__content {
  box-shadow: 0 -1px 0 #1e1e1e;
}

.is-alternate .components-popover__triangle-border {
  stroke: #1e1e1e;
}

.components-radio-control__input[type=radio] {
  appearance: none;
  border: 1px solid #1e1e1e;
  border-radius: 50%;
  box-shadow: 0 0 0 #0000;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  grid-column: 1;
  grid-row: 1;
  height: 24px;
  line-height: normal;
  margin: 0;
  max-width: 24px;
  min-width: 24px;
  padding: 0;
  position: relative;
  transition: none;
  width: 24px;
}

.components-radio-control__input[type=radio]:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);
  outline: 2px solid #0000;
  outline-offset: 2px;
}

.components-radio-control__input[type=radio]::-webkit-input-placeholder {
  color: #1e1e1e9e;
}

.components-radio-control__input[type=radio]::-moz-placeholder {
  color: #1e1e1e9e;
}

.components-radio-control__input[type=radio]:-ms-input-placeholder {
  color: #1e1e1e9e;
}

.components-radio-control__input[type=radio]:checked:before {
  background-color: #fff;
  border: 4px solid #fff;
  box-sizing: inherit;
  height: 12px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  border-radius: 50%;
  content: "";
}

.components-radio-control__input[type=radio]:checked {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border: none;
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-resizable-box__container.has-show-handle .components-resizable-box__handle {
  display: block;
}

.components-resizable-box__handle>div {
  height: 100%;
  outline: none;
  position: relative;
  width: 100%;
  z-index: 2;
}

.components-resizable-box__container>img {
  width: inherit;
}

iframe.components-sandbox {
  width: 100%;
}

body.lockscroll,
html.lockscroll {
  overflow: hidden;
}

.components-snackbar .components-snackbar__content-with-icon {
  padding-left: 24px;
  position: relative;
}

.components-snackbar .components-snackbar__icon {
  left: -8px;
  position: absolute;
  top: -2.9px;
}

.components-snackbar .components-snackbar__dismiss-button {
  cursor: pointer;
  margin-left: 24px;
}

.components-tab-panel__tabs[aria-orientation=vertical] {
  flex-direction: column;
}

.components-tab-panel__tabs-item:focus:not(:disabled) {
  box-shadow: none;
  outline: none;
  position: relative;
}

.components-tab-panel__tabs-item:focus-visible:before {
  box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 2px solid #0000;
}

.components-text-control__input,
.components-text-control__input[type=color],
.components-text-control__input[type=date],
.components-text-control__input[type=datetime-local],
.components-text-control__input[type=datetime],
.components-text-control__input[type=email],
.components-text-control__input[type=month],
.components-text-control__input[type=number],
.components-text-control__input[type=password],
.components-text-control__input[type=tel],
.components-text-control__input[type=text],
.components-text-control__input[type=time],
.components-text-control__input[type=url],
.components-text-control__input[type=week] {
  border: 1px solid #949494;
  border-radius: 2px;
  box-shadow: 0 0 0 #0000;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: normal;
  margin: 0;
  padding: 6px 8px;
  width: 100%;
}

.components-text-control__input:focus,
.components-text-control__input[type=color]:focus,
.components-text-control__input[type=date]:focus,
.components-text-control__input[type=datetime-local]:focus,
.components-text-control__input[type=datetime]:focus,
.components-text-control__input[type=email]:focus,
.components-text-control__input[type=month]:focus,
.components-text-control__input[type=number]:focus,
.components-text-control__input[type=password]:focus,
.components-text-control__input[type=tel]:focus,
.components-text-control__input[type=text]:focus,
.components-text-control__input[type=time]:focus,
.components-text-control__input[type=url]:focus,
.components-text-control__input[type=week]:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
  outline: 2px solid #0000;
}

.components-text-control__input::-webkit-input-placeholder,
.components-text-control__input[type=color]::-webkit-input-placeholder,
.components-text-control__input[type=date]::-webkit-input-placeholder,
.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,
.components-text-control__input[type=datetime]::-webkit-input-placeholder,
.components-text-control__input[type=email]::-webkit-input-placeholder,
.components-text-control__input[type=month]::-webkit-input-placeholder,
.components-text-control__input[type=number]::-webkit-input-placeholder,
.components-text-control__input[type=password]::-webkit-input-placeholder,
.components-text-control__input[type=tel]::-webkit-input-placeholder,
.components-text-control__input[type=text]::-webkit-input-placeholder,
.components-text-control__input[type=time]::-webkit-input-placeholder,
.components-text-control__input[type=url]::-webkit-input-placeholder,
.components-text-control__input[type=week]::-webkit-input-placeholder {
  color: #1e1e1e9e;
}

.components-text-control__input::-moz-placeholder,
.components-text-control__input[type=color]::-moz-placeholder,
.components-text-control__input[type=date]::-moz-placeholder,
.components-text-control__input[type=datetime-local]::-moz-placeholder,
.components-text-control__input[type=datetime]::-moz-placeholder,
.components-text-control__input[type=email]::-moz-placeholder,
.components-text-control__input[type=month]::-moz-placeholder,
.components-text-control__input[type=number]::-moz-placeholder,
.components-text-control__input[type=password]::-moz-placeholder,
.components-text-control__input[type=tel]::-moz-placeholder,
.components-text-control__input[type=text]::-moz-placeholder,
.components-text-control__input[type=time]::-moz-placeholder,
.components-text-control__input[type=url]::-moz-placeholder,
.components-text-control__input[type=week]::-moz-placeholder {
  color: #1e1e1e9e;
}

.components-text-control__input:-ms-input-placeholder,
.components-text-control__input[type=color]:-ms-input-placeholder,
.components-text-control__input[type=date]:-ms-input-placeholder,
.components-text-control__input[type=datetime-local]:-ms-input-placeholder,
.components-text-control__input[type=datetime]:-ms-input-placeholder,
.components-text-control__input[type=email]:-ms-input-placeholder,
.components-text-control__input[type=month]:-ms-input-placeholder,
.components-text-control__input[type=number]:-ms-input-placeholder,
.components-text-control__input[type=password]:-ms-input-placeholder,
.components-text-control__input[type=tel]:-ms-input-placeholder,
.components-text-control__input[type=text]:-ms-input-placeholder,
.components-text-control__input[type=time]:-ms-input-placeholder,
.components-text-control__input[type=url]:-ms-input-placeholder,
.components-text-control__input[type=week]:-ms-input-placeholder {
  color: #1e1e1e9e;
}

.components-text-control__input.is-next-40px-default-size,
.components-text-control__input[type=color].is-next-40px-default-size,
.components-text-control__input[type=date].is-next-40px-default-size,
.components-text-control__input[type=datetime-local].is-next-40px-default-size,
.components-text-control__input[type=datetime].is-next-40px-default-size,
.components-text-control__input[type=email].is-next-40px-default-size,
.components-text-control__input[type=month].is-next-40px-default-size,
.components-text-control__input[type=number].is-next-40px-default-size,
.components-text-control__input[type=password].is-next-40px-default-size,
.components-text-control__input[type=tel].is-next-40px-default-size,
.components-text-control__input[type=text].is-next-40px-default-size,
.components-text-control__input[type=time].is-next-40px-default-size,
.components-text-control__input[type=url].is-next-40px-default-size,
.components-text-control__input[type=week].is-next-40px-default-size {
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
}

.components-text-control__input[type=email],
.components-text-control__input[type=url] {
  direction: ltr;
}

.components-tip svg {
  align-self: center;
  fill: #f0b849;
  flex-shrink: 0;
  margin-right: 16px;
}

.components-tip p {
  margin: 0;
}

.components-toggle-control__label:not(.is-disabled) {
  cursor: pointer;
}

.components-accessible-toolbar>.components-toolbar-group:last-child {
  border-right: none;
}

.components-accessible-toolbar.is-unstyled>.components-toolbar-group {
  border-right: none;
}

.components-accessible-toolbar[aria-orientation=vertical],
.components-toolbar[aria-orientation=vertical] {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.components-accessible-toolbar .components-button,
.components-toolbar .components-button {
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 1;
}

.components-accessible-toolbar .components-button:focus:not(:disabled),
.components-toolbar .components-button:focus:not(:disabled) {
  box-shadow: none;
  outline: none;
}

.components-accessible-toolbar .components-button:before,
.components-toolbar .components-button:before {
  border-radius: 2px;
  content: "";
  display: block;
  height: 32px;
  left: 8px;
  position: absolute;
  right: 8px;
  z-index: -1;
}

.components-accessible-toolbar .components-button svg,
.components-toolbar .components-button svg {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.components-accessible-toolbar .components-button.is-pressed,
.components-accessible-toolbar .components-button.is-pressed:hover,
.components-toolbar .components-button.is-pressed,
.components-toolbar .components-button.is-pressed:hover {
  background: #0000;
}

.components-accessible-toolbar .components-button.is-pressed:before,
.components-toolbar .components-button.is-pressed:before {
  background: #1e1e1e;
}

.components-accessible-toolbar .components-button:focus:before,
.components-toolbar .components-button:focus:before {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  outline: 2px solid #0000;
}

.components-accessible-toolbar .components-button.has-icon.has-icon,
.components-toolbar .components-button.has-icon.has-icon {
  min-width: 48px;
  padding-left: 8px;
  padding-right: 8px;
}

.components-toolbar__control.components-button[data-subscript] svg {
  padding: 5px 10px 5px 0;
}

.components-toolbar__control.components-button[data-subscript]:after {
  bottom: 10px;
  content: attr(data-subscript);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 12px;
  position: absolute;
  right: 8px;
}

.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after {
  color: #fff;
}

.components-toolbar-group .components-toolbar-group.components-toolbar-group {
  border-width: 0;
  margin: 0;
}

.components-toolbar-group .components-button.components-button,
.components-toolbar-group .components-button.has-icon.has-icon {
  justify-content: center;
  min-width: 36px;
  padding-left: 6px;
  padding-right: 6px;
}

.components-toolbar-group .components-button.components-button svg,
.components-toolbar-group .components-button.has-icon.has-icon svg {
  min-width: 24px;
}

.components-toolbar-group .components-button.components-button:before,
.components-toolbar-group .components-button.has-icon.has-icon:before {
  left: 2px;
  right: 2px;
}

.components-toolbar .components-toolbar.components-toolbar {
  border-width: 0;
  margin: 0;
}

div.components-toolbar>div {
  display: flex;
  margin: 0;
}

div.components-toolbar>div+div.has-left-divider {
  margin-left: 6px;
  overflow: visible;
  position: relative;
}

div.components-toolbar>div+div.has-left-divider:before {
  background-color: #ddd;
  box-sizing: initial;
  content: "";
  display: inline-block;
  height: 20px;
  left: -3px;
  position: absolute;
  top: 8px;
  width: 1px;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex> :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid> :is(*, div) {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  undefined: undefined;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

button.ui-button-icon-only {
  width: 2.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  cursor: pointer;
  min-height: 0;
  undefined: undefined;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("https://pixelprime.co/themes/resideo-wp/demo-11/wp-content/themes/resideo/css/images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  undefined: undefined;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  background-color: #ccc;
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal .ui-slider-handle {
  background-color: #fff;
  top: -.60em;
  margin-left: -.6em;
  width: 20px;
  height: 20px;
  border: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  undefined: undefined;
  background-position: -65px -16px;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

body .ui-tooltip {
  border-width: 2px;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.file-input .btn[disabled],
.file-input .btn .disabled {
  cursor: not-allowed;
}

.file-input-new .file-preview,
.file-input-new .close,
.file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button {
  display: none;
}

.datepicker>div {
  display: none;
}

.datepicker table {
  width: 100%;
  margin: 0;
}

.datepicker thead th {
  color: #333;
}

.datepicker td,
.datepicker th {
  color: #999;
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.datepicker td.day {
  color: #333;
}

.datepicker td.day:hover {
  cursor: pointer;
  opacity: .7;
}

.datepicker td.day.disabled {
  color: #bbbbbb;
}

.datepicker td.old,
.datepicker td.new {
  color: #999;
}

.datepicker td.active,
.datepicker td.active:hover {
  background: #333;
  border-radius: .3rem;
  color: #fff;
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  background: #333;
  border-radius: .3rem;
  color: #fff;
}

.datepicker td span {
  display: block;
  width: 33%;
  height: 36px;
  line-height: 36px;
  float: left;
  margin: 0;
  cursor: pointer;
  border-radius: .3rem;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.datepicker td span:hover {
  color: #333;
  opacity: .7;
}

.datepicker td span.active {
  color: #ffffff;
  background-color: #333;
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #333;
}

.datepicker td span.old {
  color: #999;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
  color: #333;
  opacity: .7;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel.owl-loaded,
.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://pixelprime.co/themes/resideo-wp/demo-11/wp-content/themes/resideo/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--zoom-allowed .pswp__img {
  undefined: undefined;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  undefined: undefined;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  undefined: undefined;
  cursor: grabbing;
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  undefined: undefined;
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__preloader--active .pswp__preloader__icn {
  undefined: undefined;
  background: url(https://pixelprime.co/themes/resideo-wp/demo-11/wp-content/themes/resideo/css/default-skin/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  undefined: undefined;
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  undefined: undefined;
  opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.pxp-user-modal-btn {
  background-color: #0eaaa6;
  border: 1px solid #0eaaa6;
  color: #ffffff;
}

.pxp-pay-plan-btn,
.pxp-hero-search .pxp-hero-search-btn,
.pxp-dark-mode .pxp-hero-search .pxp-hero-search-btn,
.pxp-dark-mode .pxp-hero-contact-form-btn,
.pxp-dark-mode .pxp-contact-section-form-btn,
.pxp-dark-mode .pxp-agent-contact-hero-btn,
.pxp-dark-mode .pxp-save-search-btn,
.pxp-dark-mode .pxp-filter-btn,
.pxp-dark-mode .pxp-sp-agent-btn-main,
.pxp-dark-mode .pxp-blog-post-comments-form-btn,
.pxp-dark-mode .pxp-agent-comments-form-btn,
.pxp-dark-mode .pxp-agent-contact-btn,
.pxp-dark-mode .pxp-agent-contact-modal-btn,
.pxp-dark-mode .pxp-report-property-modal-btn,
.pxp-dark-mode .pxp-user-modal-btn,
.pxp-dark-mode .pxp-properties-modal-btn,
.pxp-dark-mode .contact-widget-form-send,
.pxp-side-section input[type="submit"],
.pxp-dark-mode .pxp-side-section input[type="submit"],
.pxp-dark-mode .pxp-contact-form-btn,
#dsidx.dsidx-details .dsidx-contact-form table input[type="button"],
.pxp-dark-mode #dsidx.dsidx-details .dsidx-contact-form table input[type="button"],
.pxp-dark-mode .pxp-submit-property-btn,
.pxp-dark-mode .pxp-submit-property-btn-delete-confirm,
.pxp-dark-mode .pxp-new-floor-plan-ok-btn,
.pxp-dark-mode .pxp-edit-floor-plan-ok-btn,
.pxp-dark-mode .pxp-saved-searches-btn-delete-confirm,
.pxp-dark-mode .pxp-wishlist-btn-delete-confirm,
.pxp-dark-mode .pxp-my-properties-btn-delete-confirm,
.pxp-dark-mode .pxp-my-leads-new-lead-btn,
.pxp-dark-mode .pxp-my-leads-delete-lead-btn-confirm,
.pxp-dark-mode .pxp-my-leads-delete-lead-btn-confirm,
.pxp-dark-mode .pxp-my-leads-update-lead-btn,
.pxp-dark-mode .pxp-account-settings-update-btn,
.pxp-dark-mode .pxp-my-properties-item-payment-paypal-btn,
.pxp-dark-mode .pxp-my-properties-item-payment-upgrade-btn,
.pxp-dark-mode .pxp-my-properties-item-payment-featured-btn,
.pxp-dark-mode .pxp-activate-plan-btn,
.pxp-dark-mode .pxp-pay-plan-btn,
.pxp-dark-mode .pxp-footer .pxp-side-section input[type="submit"],
.pxp-dark-mode .pxp-footer .contact-widget-form-send,
.pxp-search-properties-form input[type="submit"],
.pxp-dark-mode .pxp-search-properties-form input[type="submit"],
.wpcf7-form .wpcf7-form-control.wpcf7-submit,
.pxp-dark-mode .wpcf7-form .wpcf7-form-control.wpcf7-submit,
.pxp-dark-mode .pxp-footer .pxp-side-section .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  background-color: #0eaaa6;
  border: 1px solid #0eaaa6;
}

.pxp-blog-posts-carousel-1 .pxp-primary-cta {
  color: #0eaaa6;
}

.pxp-blog-posts-carousel-1 .pxp-primary-cta:after {
  border-top: 2px solid #0eaaa6;
}

.pxp-user-modal-btn:hover {
  color: #ffffff;
}

.pxp-pay-plan-btn:hover,
.pxp-hero-search .pxp-hero-search-btn,
.pxp-dark-mode .pxp-hero-search .pxp-hero-search-btn,
.pxp-hero-search .pxp-hero-search-btn:hover,
.pxp-dark-mode .pxp-hero-search .pxp-hero-search-btn:hover,
.pxp-dark-mode .pxp-hero-contact-form-btn,
.pxp-dark-mode .pxp-hero-contact-form-btn:hover,
.pxp-dark-mode .pxp-contact-section-form-btn,
.pxp-dark-mode .pxp-contact-section-form-btn:hover,
.pxp-dark-mode .pxp-agent-contact-hero-btn,
.pxp-dark-mode .pxp-agent-contact-hero-btn:hover,
.pxp-dark-mode .pxp-save-search-btn,
.pxp-dark-mode .pxp-save-search-btn:hover,
.pxp-dark-mode .pxp-filter-btn,
.pxp-dark-mode .pxp-filter-btn:hover,
.pxp-dark-mode .pxp-sp-agent-btn-main,
.pxp-dark-mode .pxp-sp-agent-btn-main:hover,
.pxp-dark-mode .pxp-blog-post-comments-form-btn,
.pxp-dark-mode .pxp-blog-post-comments-form-btn:hover,
.pxp-dark-mode .pxp-agent-comments-form-btn,
.pxp-dark-mode .pxp-agent-comments-form-btn:hover,
.pxp-dark-mode .pxp-agent-contact-btn,
.pxp-dark-mode .pxp-agent-contact-btn:hover,
.pxp-dark-mode .pxp-agent-contact-modal-btn,
.pxp-dark-mode .pxp-agent-contact-modal-btn:hover,
.pxp-dark-mode .pxp-report-property-modal-btn,
.pxp-dark-mode .pxp-report-property-modal-btn:hover,
.pxp-dark-mode .pxp-user-modal-btn,
.pxp-dark-mode .pxp-user-modal-btn:hover,
.pxp-dark-mode .pxp-properties-modal-btn,
.pxp-dark-mode .pxp-properties-modal-btn:hover,
.pxp-dark-mode .contact-widget-form-send,
.pxp-dark-mode .contact-widget-form-send:hover,
.pxp-side-section input[type="submit"],
.pxp-dark-mode .pxp-side-section input[type="submit"],
.pxp-side-section input[type="submit"]:hover,
.pxp-dark-mode .pxp-side-section input[type="submit"]:hover,
.pxp-dark-mode .pxp-footer .pxp-side-section input[type="submit"],
.pxp-dark-mode .pxp-footer .pxp-side-section input[type="submit"]:hover,
.pxp-dark-mode .pxp-contact-form-btn,
.pxp-dark-mode .pxp-contact-form-btn:hover,
#dsidx.dsidx-details .dsidx-contact-form table input[type="button"],
.pxp-dark-mode #dsidx.dsidx-details .dsidx-contact-form table input[type="button"],
#dsidx.dsidx-details .dsidx-contact-form table input[type="button"]:hover,
.pxp-dark-mode #dsidx.dsidx-details .dsidx-contact-form table input[type="button"]:hover,
.pxp-dark-mode .pxp-submit-property-btn,
.pxp-dark-mode .pxp-submit-property-btn:hover,
.pxp-dark-mode .pxp-submit-property-btn-delete-confirm,
.pxp-dark-mode .pxp-submit-property-btn-delete-confirm:hover,
.pxp-dark-mode .pxp-new-floor-plan-ok-btn,
.pxp-dark-mode .pxp-new-floor-plan-ok-btn:hover,
.pxp-dark-mode .pxp-edit-floor-plan-ok-btn,
.pxp-dark-mode .pxp-edit-floor-plan-ok-btn:hover,
.pxp-dark-mode .pxp-saved-searches-btn-delete-confirm,
.pxp-dark-mode .pxp-saved-searches-btn-delete-confirm:hover,
.pxp-dark-mode .pxp-wishlist-btn-delete-confirm,
.pxp-dark-mode .pxp-wishlist-btn-delete-confirm:hover,
.pxp-dark-mode .pxp-my-properties-btn-delete-confirm,
.pxp-dark-mode .pxp-my-properties-btn-delete-confirm:hover,
.pxp-dark-mode .pxp-my-leads-new-lead-btn,
.pxp-dark-mode .pxp-my-leads-new-lead-btn:hover,
.pxp-dark-mode .pxp-my-leads-delete-lead-btn-confirm,
.pxp-dark-mode .pxp-my-leads-delete-lead-btn-confirm:hover,
.pxp-dark-mode .pxp-my-leads-delete-lead-btn-confirm,
.pxp-dark-mode .pxp-my-leads-delete-lead-btn-confirm:hover,
.pxp-dark-mode .pxp-my-leads-update-lead-btn,
.pxp-dark-mode .pxp-my-leads-update-lead-btn:hover,
.pxp-dark-mode .pxp-account-settings-update-btn,
.pxp-dark-mode .pxp-account-settings-update-btn:hover,
.pxp-dark-mode .pxp-my-properties-item-payment-paypal-btn,
.pxp-dark-mode .pxp-my-properties-item-payment-paypal-btn:hover,
.pxp-dark-mode .pxp-my-properties-item-payment-upgrade-btn,
.pxp-dark-mode .pxp-my-properties-item-payment-upgrade-btn:hover,
.pxp-dark-mode .pxp-my-properties-item-payment-featured-btn,
.pxp-dark-mode .pxp-my-properties-item-payment-featured-btn:hover,
.pxp-dark-mode .pxp-activate-plan-btn,
.pxp-dark-mode .pxp-activate-plan-btn:hover,
.pxp-dark-mode .pxp-pay-plan-btn,
.pxp-dark-mode .pxp-pay-plan-btn:hover,
.pxp-dark-mode .pxp-footer .contact-widget-form-send,
.pxp-dark-mode .pxp-footer .contact-widget-form-send:hover,
.pxp-search-properties-form input[type="submit"],
.pxp-dark-mode .pxp-search-properties-form input[type="submit"],
.wpcf7-form .wpcf7-form-control.wpcf7-submit,
.pxp-dark-mode .wpcf7-form .wpcf7-form-control.wpcf7-submit,
.pxp-dark-mode .pxp-footer .pxp-side-section .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  color: #ffffff;
}

.pxp-results-list-item-1-featured-label,
.pxp-dark-mode .pxp-results-card-1-featured-label,
.pxp-dark-mode .pxp-results-card-2-featured-label,
.pxp-dark-mode .pxp-results-card-3-featured-label,
.pxp-dark-mode .pxp-results-list-item-1-featured-label {
  background: #0eaaa6;
  color: #ffffff;
}

.pxp-results-card-1.pxp-is-featured,
.pxp-dark-mode .pxp-results-card-1.pxp-is-featured,
.pxp-results-card-2.pxp-is-featured .carousel-inner,
.pxp-dark-mode .pxp-results-card-2.pxp-is-featured .carousel-inner,
.pxp-results-card-3.pxp-is-featured .carousel-inner,
.pxp-dark-mode .pxp-results-card-3.pxp-is-featured .carousel-inner,
.pxp-results-list-item-1.pxp-is-featured .carousel-inner,
.pxp-dark-mode .pxp-results-list-item-1.pxp-is-featured .carousel-inner {
  border: 2px solid #0eaaa6;
}

.pxp-price-marker:after,
.pxp-dark-mode .pxp-price-marker,
.pxp-dark-mode .pxp-price-marker:after {
  background-color: #a7d9da;
}

.pxp-dark-mode .pxp-price-marker:hover,
.pxp-dark-mode .pxp-price-marker.active {
  background-color: #000;
}

.pxp-price-marker.active:after,
.pxp-price-marker:hover:after {
  background-color: #fff;
}

.pxp-dark-mode .pxp-price-marker:hover:after,
.pxp-dark-mode .pxp-price-marker.active:after {
  background-color: #000;
}

.pxp-price-marker,
.pxp-dark-mode .pxp-price-marker {
  border: 2px solid #0eaaa6;
  color: #000000;
}

.pxp-price-marker:after,
.pxp-dark-mode .pxp-price-marker:after {
  border-right: 2px solid #0eaaa6;
  border-bottom: 2px solid #0eaaa6;
}

.pxp-agents-1-item-cta,
.pxp-dark-mode .pxp-agents-1-item-cta {
  color: #0eaaa6;
}

.pxp-footer,
.pxp-dark-mode .pxp-footer {
  background-color: #F7F7F7;
}

.pxp-primary-cta#cta-690af660570c4:after {
  border-top: 2px solid #0eaaa6;
}

#scrollzipPoint {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
}

#ianjk {
  display: none;
}

#ivg9l {
  display: none;
}

#i9wziy {
  display: none;
}

#iw4oai {
  background-image: url(https://pixelprime.co/themes/resideo-wp/demo-11/wp-content/uploads/2021/07/d11-services-hero.jpg);
}

#iw4gh1 {
  background: rgba(0, 0, 0, 0);
}

#id0sct {
  background-image: url(https://pixelprime.co/themes/resideo-wp/demo-11/wp-content/uploads/2021/07/d11-services-step-1-800x600.jpg);
}

#is0ojb {
  background-image: url(https://pixelprime.co/themes/resideo-wp/demo-11/wp-content/uploads/2021/07/d11-services-step-2-800x600.jpg);
}

#i2x4ji {
  background-image: url(https://pixelprime.co/themes/resideo-wp/demo-11/wp-content/uploads/2021/07/d11-services-step-3-800x600.jpg);
}

#cta-690af660570c4 {
  color: #0eaaa6;
}

#inq6n1 {
  background-image: url(https://pixelprime.co/themes/resideo-wp/demo-11/wp-content/uploads/2021/07/d11-services-promo-bg-1920x1280.jpg);
}

#a11y-speak-intro-text {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
  word-wrap: normal !important;
}

#a11y-speak-assertive {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
  word-wrap: normal !important;
}

#a11y-speak-polite {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
  word-wrap: normal !important;
}

#services-main-content {
  width: 100%;
}

#services-main-content .container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#services-main-content .mt-100 {
  margin-top: 100px;
}

#services-main-content .pt-200 {
  padding-top: 200px;
}

#services-main-content .pb-200 {
  padding-bottom: 200px;
}

#services-main-content .rounded-lg {
  border-radius: 0.5rem;
}

#services-main-content .hero {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

#services-main-content .hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://app.grapesjs.com/api/assets/random-image?query=real%20estate%20team&w=1920&h=900");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

#services-main-content .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

#services-main-content .hero-caption {
  position: relative;
  color: #fff;
  padding: 40px 0;
}

#services-main-content .hero-caption h1 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 8px 0;
  font-weight: 700;
}

#services-main-content .hero-caption p {
  margin: 0;
  opacity: 0.9;
}

#services-main-content .step {
  display: flex;
  align-items: center;
  gap: 30px;
}

#services-main-content .step+.step {
  margin-top: 100px;
}

#services-main-content .step-media {
  flex: 1 1 50%;
  height: 360px;
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
}

#services-main-content .step-copy {
  flex: 1 1 40%;
}

#services-main-content .step-copy h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #111;
}

#services-main-content .step-copy p {
  color: #6c757d;
  margin: 0;
}

#services-main-content .services-columns .section-head {
  text-align: left;
  margin-bottom: 24px;
}

#services-main-content .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 32px;
}

#services-main-content .service-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 24px;
  height: 100%;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  text-align: left;
}

#services-main-content .service-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

#services-main-content .service-icon {
  width: 64px;
  height: 64px;
  display: inline-block;
}

#services-main-content .service-card h3 {
  font-size: 20px;
  margin: 16px 0 8px 0;
  color: #111;
  font-weight: 700;
}

#services-main-content .service-card p {
  color: #6c757d;
  margin: 0;
}

#services-main-content .cta-cover {
  position: relative;
  background-image: url("https://app.grapesjs.com/api/assets/random-image?query=city%20skyline&w=1920&h=900");
  background-size: cover;
  background-position: center;
  border-radius: 0;
  color: #fff;
  overflow: hidden;
}

#services-main-content .cta-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

#services-main-content .cta-inner {
  position: relative;
  max-width: 460px;
}

#services-main-content .cta-inner h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 12px 0;
}

#services-main-content .cta-inner p {
  color: #e9ecef;
  margin: 0 0 24px 0;
}

#services-main-content .btn-primary-cta {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .02em;
  color: #0eaaa6;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
}

#services-main-content .btn-primary-cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  border-top: 2px solid #0eaaa6;
  transition: transform 0.2s ease;
  transform: scaleX(1);
  transform-origin: left;
}

#services-main-content .btn-primary-cta:hover {
  color: #0a8b88;
}

#services-main-content .btn-primary-cta:hover::after {
  border-color: #0a8b88;
  transform: scaleX(1.05);
}

#services-main-content .faq {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  align-items: start;
}

#services-main-content .faq h2 {
  font-size: 28px;
  margin: 0 0 8px 0;
  font-weight: 700;
  color: #111;
}

#services-main-content .faq p.lead {
  color: #6c757d;
  margin: 0;
}

#services-main-content .accordion {
  border: 0;
}

#services-main-content .acc-item+.acc-item {
  margin-top: 12px;
}

#services-main-content .acc-header {
  margin: 0;
  padding: 0;
}

#services-main-content .acc-button {
  width: 100%;
  text-align: left;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 14px 16px 14px 44px;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

#services-main-content .acc-button:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

#services-main-content .acc-button .acc-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
  width: 20px;
  height: 20px;
}

#services-main-content .acc-button[aria-expanded="true"] .acc-icon {
  transform: translateY(-50%) rotate(90deg);
}

#services-main-content .acc-panel {
  border-left: 1px solid #e9ecef;
  border-right: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  border-radius: 0 0 8px 8px;
  padding: 14px 16px;
  color: #6c757d;
  display: none;
  background: #fff;
}

#services-main-content .acc-item.open .acc-panel {
  display: block;
}

#services-main-content .footer {
  background-color: #a6d9dc;
  color: #111;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
}

#services-main-content .footer .brand {
  font-weight: 900;
  font-size: 24px;
  text-decoration: none;
  color: #111;
  display: inline-block;
  margin-bottom: 8px;
}

#services-main-content .footer .address p {
  margin: 0;
}

#services-main-content .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  margin-right: 10px;
  transition: background 0.2s ease, transform 0.2s ease;
}

#services-main-content .social a:hover {
  background: #fff;
  transform: translateY(-1px);
}

#services-main-content .footer h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px 0;
}

#services-main-content .footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#services-main-content .footer ul li+li {
  margin-top: 6px;
}

#services-main-content .footer a.link {
  color: #111;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

#services-main-content .footer a.link:hover {
  opacity: 0.7;
}

#services-main-content .footer-bottom {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
}

#ij0jbf {
  background-image: url('https://app.grapesjs.com/api/assets/random-image?query=home%20search&w=1200&h=800');
}

#i8ye4g {
  background-image: url('https://app.grapesjs.com/api/assets/random-image?query=online%20booking&w=1200&h=800');
}

#izvh2j {
  background-image: url('https://app.grapesjs.com/api/assets/random-image?query=travel%20neighborhood&w=1200&h=800');
}

#i1trbo {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin: 0 0 8px 0;
}

#ierwah {
  margin: 0;
  color: #6c757d;
}

#iu04jo {
  margin-top: 8px;
}

#iw7pnz {
  margin-top: 16px;
}

#ixydk6 {
  flex: 1 1 280px;
  min-width: 260px;
}

#iibzct {
  flex: 1 1 180px;
  min-width: 160px;
}

#is85lc {
  flex: 1 1 180px;
  min-width: 160px;
}

#ivuuaj {
  flex: 1 1 220px;
  min-width: 180px;
}

#idu8lp {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media not (prefers-reduced-motion) {

  .components-button.is-secondary.is-busy:disabled,
  .components-button.is-secondary.is-busy[aria-disabled=true] {
    animation: components-button__busy-animation 2.5s linear infinite;
  }

  .components-checkbox-control__input[type=checkbox] {
    transition: border-color .1s ease-in-out;
  }

  .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content {
    transition: opacity .2s ease-in-out;
  }

  .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner {
    transition: opacity .1s ease-in-out .1s, transform .1s ease-in-out .1s;
  }

  .components-form-toggle .components-form-toggle__track {
    transition: background-color .2s ease, border-color .2s ease;
  }

  .components-form-toggle .components-form-toggle__track:after {
    transition: opacity .2s ease;
  }

  .components-form-toggle .components-form-toggle__thumb {
    transition: transform .2s ease, background-color .2s ease-out;
  }

  .components-panel__body>.components-panel__body-title {
    transition: background .1s ease-in-out;
  }

  .components-panel__body-toggle.components-button .components-panel__arrow {
    transition: color .1s ease-in-out;
  }

  .components-placeholder__input[type=url] {
    transition: box-shadow .1s linear;
  }

  .components-placeholder.has-illustration .components-button,
  .components-placeholder.has-illustration .components-placeholder__instructions,
  .components-placeholder.has-illustration .components-placeholder__label {
    transition: opacity .1s linear;
  }

  .components-radio-control__input[type=radio] {
    transition: box-shadow .1s linear;
  }

  .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,
  .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,
  .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,
  .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
    animation: components-resizable-box__top-bottom-animation .1s ease-out 0s;
    animation-fill-mode: forwards;
  }

  .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,
  .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,
  .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,
  .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before {
    animation: components-resizable-box__left-right-animation .1s ease-out 0s;
    animation-fill-mode: forwards;
  }

  .components-text-control__input,
  .components-text-control__input[type=color],
  .components-text-control__input[type=date],
  .components-text-control__input[type=datetime-local],
  .components-text-control__input[type=datetime],
  .components-text-control__input[type=email],
  .components-text-control__input[type=month],
  .components-text-control__input[type=number],
  .components-text-control__input[type=password],
  .components-text-control__input[type=tel],
  .components-text-control__input[type=text],
  .components-text-control__input[type=time],
  .components-text-control__input[type=url],
  .components-text-control__input[type=week] {
    transition: box-shadow .1s linear;
  }

  .components-accessible-toolbar .components-button:before,
  .components-toolbar .components-button:before {
    animation: components-button__appear-animation .1s ease;
    animation-fill-mode: forwards;
  }
}

@keyframes components-animate__appear-animation {
  0% {
    transform: translateY(-2em) scaleY(0) scaleX(0);
  }

  to {
    transform: translateY(0) scaleY(1) scaleX(1);
  }
}

@keyframes components-animate__slide-in-animation {
  to {
    transform: translateX(0);
  }
}

@keyframes components-animate__loading {
  0% {
    opacity: .5;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: .5;
  }
}

@media (forced-colors:active) {
  .components-button svg {
    fill: CanvasText;
  }

  .components-placeholder__label .block-editor-block-icon,
  .components-placeholder__label .dashicon,
  .components-placeholder__label>svg {
    fill: CanvasText;
  }
}

@keyframes components-button__busy-animation {
  0% {
    background-position: 200px 0;
  }
}

@keyframes __wp-base-styles-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes __wp-base-styles-fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes components-modal__appear-animation {
  0% {
    opacity: 0;
    transform: scale(.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes components-modal__disappear-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(.9);
  }
}

@keyframes components-resizable-box__top-bottom-animation {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes components-resizable-box__left-right-animation {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes components-button__appear-animation {
  0% {
    transform: scaleY(0);
  }

  to {
    transform: scaleY(1);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@media (max-width: 992px) {
  #services-main-content .step {
    flex-direction: column;
  }

  #services-main-content .step-media {
    width: 100%;
  }

  #services-main-content .services-grid {
    grid-template-columns: 1fr;
  }

  #services-main-content .faq {
    grid-template-columns: 1fr;
  }

  #services-main-content .cta-inner {
    max-width: 100%;
  }
}

@media (max-width:782px) {
  .components-base-control .components-base-control__field .components-select-control__input {
    font-size: 16px;
  }
}

@media (min-width:600px) {
  .components-checkbox-control__input[type=checkbox] {
    font-size: 13px;
    line-height: normal;
  }

  svg.components-checkbox-control__checked,
  svg.components-checkbox-control__indeterminate {
    --checkmark-size: calc(var(--checkbox-input-size) + 4px);
  }

  input.components-combobox-control__input[type=text] {
    font-size: 13px;
  }

  .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    font-size: 13px;
  }

  .components-guide .components-guide__page {
    min-height: 300px;
  }

  .components-placeholder__input[type=url] {
    font-size: 13px;
    line-height: normal;
  }

  .components-radio-control__input[type=radio] {
    font-size: 13px;
    line-height: normal;
    height: 16px;
    max-width: 16px;
    min-width: 16px;
    width: 16px;
  }

  .components-radio-control__input[type=radio]:checked:before {
    height: 8px;
    width: 8px;
  }

  .components-text-control__input,
  .components-text-control__input[type=color],
  .components-text-control__input[type=date],
  .components-text-control__input[type=datetime-local],
  .components-text-control__input[type=datetime],
  .components-text-control__input[type=email],
  .components-text-control__input[type=month],
  .components-text-control__input[type=number],
  .components-text-control__input[type=password],
  .components-text-control__input[type=tel],
  .components-text-control__input[type=text],
  .components-text-control__input[type=time],
  .components-text-control__input[type=url],
  .components-text-control__input[type=week] {
    font-size: 13px;
    line-height: normal;
  }
}

@media (min-width:782px) {

  .components-checkbox-control__input[type=checkbox]:checked:before,
  .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
    margin: -4px 0 0 -5px;
  }

  .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
    float: none;
    font-size: 21px;
  }
}

@media (max-width: 480px) {
  #services-main-content .hero-caption h1 {
    font-size: 28px;
  }

  #services-main-content .step-media {
    height: 240px;
  }

  #services-main-content .pt-200 {
    padding-top: 140px;
  }

  #services-main-content .pb-200 {
    padding-bottom: 140px;
  }
}

@media (min-resolution:192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {

  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(https://pixelprime.co/themes/resideo-wp/demo-11/wp-content/themes/resideo/css/default-skin/default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}


.pb-30{
    padding-bottom: 30px !important;   
}
}