:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.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{align-items:center;background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;box-sizing:border-box;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%;min-height:24px;padding:0 8px}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.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{align-items:center;-webkit-appearance:none;background:none;border:0;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;height:36px;margin:0;padding:6px 12px;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button.is-next-40px-default-size{height:40px}.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{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.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,.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,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.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{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.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{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.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{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.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{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));height:auto;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link:focus{border-radius:2px}.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-busy,.components-button.is-secondary.is-busy,.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%}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.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-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0;width:32px}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0;width:24px}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.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}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control{--checkbox-input-size:24px;--checkbox-input-margin:8px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.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:normal;line-height:0;margin:0 4px 0 0;outline:0;padding:6px 8px;padding:0!important;text-align:center;transition:none;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.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]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.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}@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]{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}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.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}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{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]: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}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}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)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.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{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.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:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.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__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{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%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;width:100%}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.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}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.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:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.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}@media not (prefers-reduced-motion){.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{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.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-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.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__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.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:before{background:#0000}.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-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.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}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;opacity:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.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}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.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-disabled .components-form-toggle,.components-form-toggle.is-disabled{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{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;cursor:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;width:100%}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.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%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.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{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.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{padding:0 24px 0 0;position:relative}.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,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;flex:1 0 100%;list-style:none;margin:0;max-height:128px;min-width:100%;overflow-y:auto;padding:0}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestion{box-sizing:border-box;color:#1e1e1e;display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}.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}@media (min-width:600px){.components-guide{width:600px}}.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}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.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))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[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-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.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__button.is-primary{justify-content:center}.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-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;box-sizing:border-box;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.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)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 120px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@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)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.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-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.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{box-sizing:border-box;max-width:100vw}.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{background:#fff;border:1px solid #e0e0e0}.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{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.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}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.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{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;height:auto;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);fill:currentColor}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{align-items:flex-start;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;padding:24px;position:relative;text-align:left;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:4px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.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}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.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__error{gap:8px;width:100%}.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%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex;overflow:hidden}.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}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.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}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box;will-change:transform;z-index:1000000}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.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}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{appearance:none;border:1px solid #1e1e1e;border-radius:2px;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}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.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}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.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}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]:focus{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]:checked{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-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.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}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;opacity:0;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.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}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.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-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,.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:none}}}@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)}}
/*!rtl:begin:ignore*/.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}

/*!rtl:end:ignore*/.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.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-snackbar__action.components-button{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.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-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{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;outline-offset:0}.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%}@media not (prefers-reduced-motion){.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}}@media (min-width:600px){.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}}.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{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border: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}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.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}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.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{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.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{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.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}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color)}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.preference-base-option+.preference-base-option{margin-top:16px}@media (min-width:600px){.preferences-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media (min-width:782px){.preferences-modal{width:750px}}@media (min-width:960px){.preferences-modal{height:70%}}@media (max-width:781px){.preferences-modal .components-modal__content{padding:0}}.preferences__tabs-tablist{left:16px;position:absolute!important;top:84px;width:160px}.preferences__tabs-tabpanel{margin-left:160px;padding-left:24px}@media (max-width:781px){.preferences__provider{height:100%}}.preferences-modal__section{margin:0 0 2.5rem}.preferences-modal__section:last-child{margin:0}.preferences-modal__section-legend{margin-bottom:8px}.preferences-modal__section-title{font-size:.9rem;font-weight:600;margin-top:0}.preferences-modal__section-description{color:#757575;font-size:12px;font-style:normal;margin:-8px 0 8px}.preferences-modal__section:has(.preferences-modal__section-content:empty){display:none}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color)}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-editor-autocompleters__block{white-space:nowrap}.block-editor-autocompleters__block .block-editor-block-icon{margin-right:8px}.block-editor-autocompleters__block[aria-selected=true] .block-editor-block-icon{color:inherit!important}.block-editor-autocompleters__link{white-space:nowrap}.block-editor-autocompleters__link .block-editor-block-icon{margin-right:8px}.block-editor-global-styles-background-panel__inspector-media-replace-container{border:1px solid #ddd;border-radius:2px;grid-column:1/-1}.block-editor-global-styles-background-panel__inspector-media-replace-container.is-open{background-color:#f0f0f0}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item{border:0;flex-grow:1}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__inspector-preview-inner{height:100%}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown .block-editor-global-styles-background-panel__dropdown-toggle{height:40px}.block-editor-global-styles-background-panel__image-tools-panel-item{border:1px solid #ddd;grid-column:1/-1;position:relative}.block-editor-global-styles-background-panel__image-tools-panel-item .components-drop-zone__content-icon{display:none}.block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button{color:#1e1e1e;display:block;width:100%}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:hover{color:var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading{height:100%;padding:10px 0 0;position:absolute;width:100%;z-index:1}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading svg{margin:0}.block-editor-global-styles-background-panel__dropdown-toggle,.block-editor-global-styles-background-panel__image-preview-content{height:100%;padding-left:12px;width:100%}.block-editor-global-styles-background-panel__dropdown-toggle{background:#0000;border:none;cursor:pointer}.block-editor-global-styles-background-panel__inspector-media-replace-title{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-editor-global-styles-background-panel__inspector-preview-inner .block-editor-global-styles-background-panel__inspector-image-indicator-wrapper{height:20px;min-width:auto;width:20px}.block-editor-global-styles-background-panel__inspector-image-indicator{background-size:cover;border-radius:50%;display:block;height:20px;position:relative;width:20px}.block-editor-global-styles-background-panel__inspector-image-indicator:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.block-editor-global-styles-background-panel__dropdown-content-wrapper{min-width:260px;overflow-x:hidden}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker-wrapper{background-color:#f0f0f0;border:1px solid #ddd;border-radius:2px;width:100%}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker__media--image{max-height:180px}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker:after{content:none}.modal-open .block-editor-global-styles-background-panel__popover{z-index:159890}.block-editor-global-styles-background-panel__media-replace-popover .components-popover__content{width:226px}.block-editor-global-styles-background-panel__media-replace-popover .components-button{padding:0 8px}.block-editor-global-styles-background-panel__media-replace-popover .components-button .components-menu-items__item-icon.has-icon-right{margin-left:16px}.block-editor-block-alignment-control__menu-group .components-menu-item__info{margin-top:0}iframe[name=editor-canvas]{background-color:#ddd;box-sizing:border-box;display:block;height:100%;width:100%}@media not (prefers-reduced-motion){iframe[name=editor-canvas]{transition:all .4s cubic-bezier(.46,.03,.52,.96)}}.block-editor-block-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.block-editor-block-icon.has-colors svg{fill:currentColor}@media (forced-colors:active){.block-editor-block-icon.has-colors svg{fill:CanvasText}}.block-editor-block-icon svg{max-height:24px;max-width:24px;min-height:20px;min-width:20px}.block-editor-block-inspector p:not(.components-base-control__help){margin-top:0}.block-editor-block-inspector h2,.block-editor-block-inspector h3{color:#1e1e1e;font-size:13px;margin-bottom:1.5em}.block-editor-block-inspector .components-base-control:where(:not(:last-child)),.block-editor-block-inspector .components-radio-control:where(:not(:last-child)){margin-bottom:16px}.block-editor-block-inspector .components-focal-point-picker-control .components-base-control,.block-editor-block-inspector .components-query-controls .components-base-control,.block-editor-block-inspector .components-range-control .components-base-control{margin-bottom:0}.block-editor-block-inspector .components-panel__body{border:none;border-top:1px solid #e0e0e0;margin-top:-1px}.block-editor-block-inspector__no-block-tools,.block-editor-block-inspector__no-blocks{background:#fff;display:block;font-size:13px;padding:32px 16px;text-align:center}.block-editor-block-inspector__no-block-tools{border-top:1px solid #ddd}.block-editor-block-list__insertion-point{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__insertion-point-indicator{background:var(--wp-admin-theme-color);border-radius:2px;opacity:0;position:absolute;transform-origin:center;will-change:transform,opacity}.block-editor-block-list__insertion-point.is-vertical>.block-editor-block-list__insertion-point-indicator{height:4px;top:calc(50% - 2px);width:100%}.block-editor-block-list__insertion-point.is-horizontal>.block-editor-block-list__insertion-point-indicator{bottom:0;left:calc(50% - 2px);top:0;width:4px}.block-editor-block-list__insertion-point-inserter{display:none;justify-content:center;left:calc(50% - 12px);position:absolute;top:calc(50% - 12px);will-change:transform}@media (min-width:480px){.block-editor-block-list__insertion-point-inserter{display:flex}}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div{pointer-events:none}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div>*{pointer-events:all}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter{line-height:0;position:absolute;right:0;top:0}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter:disabled{display:none}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:#1e1e1e;color:#fff;height:24px;min-width:24px;padding:0}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:var(--wp-admin-theme-color);color:#fff}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:var(--wp-admin-theme-color)}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:#1e1e1e}@keyframes hide-during-dragging{to{position:fixed;transform:translate(9999px,9999px)}}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar{border:1px solid #1e1e1e;border-radius:2px;margin-bottom:8px;margin-top:8px;overflow:visible;pointer-events:all;position:static;width:auto}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:56px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:0}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar{overflow:visible}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar,.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar-group{border-right-color:#1e1e1e}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar{background-color:#1e1e1e;color:#f0f0f0}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar.block-editor-block-contextual-toolbar{border-color:#2f2f2f}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar button{color:#ddd}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar button:hover{color:#fff}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar button:focus:before{box-shadow:inset 0 0 0 1px #1e1e1e,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar button:disabled,.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar button[aria-disabled=true]{color:#757575}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar .block-editor-block-parent-selector .block-editor-block-parent-selector__button{background-color:#1e1e1e;border-color:#2f2f2f}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar .block-editor-block-switcher__toggle{color:#f0f0f0}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar .components-toolbar,.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar .components-toolbar-group{border-right-color:#2f2f2f!important}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar .is-pressed{color:var(--wp-admin-theme-color)}.components-popover.block-editor-block-list__block-popover.is-insertion-point-visible{visibility:hidden}.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{opacity:0}@media not (prefers-reduced-motion){.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{animation:hide-during-dragging 1ms linear forwards}}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:-57px;position:absolute}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:before{content:""}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{background-color:#fff;border:1px solid #1e1e1e;padding-left:6px;padding-right:6px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{padding-left:12px;padding-right:12px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:auto;margin-left:-1px;position:relative}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-mover__move-button-container,.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-left:1px solid #1e1e1e}.is-dragging-components-draggable .components-tooltip{display:none}.components-popover.block-editor-block-popover__inbetween .block-editor-button-pattern-inserter__button{left:50%;pointer-events:all;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.block-editor-block-lock-modal{z-index:1000001}@media (min-width:600px){.block-editor-block-lock-modal .components-modal__frame{max-width:480px}}.block-editor-block-lock-modal__options legend{margin-bottom:16px;padding:0}.block-editor-block-lock-modal__checklist{margin:0}.block-editor-block-lock-modal__options-all{padding:12px 0}.block-editor-block-lock-modal__options-all .components-checkbox-control__label{font-weight:600}.block-editor-block-lock-modal__checklist-item{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:0;padding:12px 0 12px 32px}.block-editor-block-lock-modal__checklist-item .block-editor-block-lock-modal__lock-icon{flex-shrink:0;margin-right:12px;fill:#1e1e1e}.block-editor-block-lock-modal__checklist-item:hover{background-color:#f0f0f0;border-radius:2px}.block-editor-block-lock-modal__template-lock{border-top:1px solid #ddd;margin-top:16px;padding-top:16px}.block-editor-block-lock-modal__actions{margin-top:24px}.block-editor-block-lock-toolbar .components-button.has-icon{min-width:36px!important}.block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{margin-left:-6px!important}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{border-left:1px solid #1e1e1e;margin-left:6px!important;margin-right:-6px}.block-editor-block-breadcrumb{list-style:none;margin:0;padding:0}.block-editor-block-breadcrumb li{display:inline-flex;margin:0}.block-editor-block-breadcrumb li .block-editor-block-breadcrumb__separator{fill:currentColor;margin-left:-4px;margin-right:-4px;transform:scaleX(1)}.block-editor-block-breadcrumb li:last-child .block-editor-block-breadcrumb__separator{display:none}.block-editor-block-breadcrumb__current{cursor:default}.block-editor-block-breadcrumb__button.block-editor-block-breadcrumb__button,.block-editor-block-breadcrumb__current{color:#1e1e1e;font-size:inherit;padding:0 8px}.block-editor-block-card{align-items:flex-start;color:#1e1e1e;display:flex;padding:16px}.block-editor-block-card__title{align-items:center;display:flex;flex-wrap:wrap;font-weight:500;gap:4px 8px}.block-editor-block-card__title.block-editor-block-card__title{font-size:13px;line-height:1.4;margin:0}.block-editor-block-card__name{padding:3px 0}.block-editor-block-card .block-editor-block-icon{flex:0 0 24px;height:24px;margin-left:0;margin-right:12px;width:24px}.block-editor-block-card.is-synced .block-editor-block-icon{color:var(--wp-block-synced-color)}.block-editor-block-compare{height:auto}.block-editor-block-compare__wrapper{display:flex;padding-bottom:16px}.block-editor-block-compare__wrapper>div{display:flex;flex-direction:column;justify-content:space-between;max-width:600px;min-width:200px;padding:0 16px 0 0;width:50%}.block-editor-block-compare__wrapper>div button{float:right}.block-editor-block-compare__wrapper .block-editor-block-compare__converted{border-left:1px solid #ddd;padding-left:15px;padding-right:0}.block-editor-block-compare__wrapper .block-editor-block-compare__html{border-bottom:1px solid #ddd;color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:12px;line-height:1.7;padding-bottom:15px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span{background-color:#e6ffed;padding-bottom:3px;padding-top:3px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added{background-color:#acf2bd}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed{background-color:#cc1818}.block-editor-block-compare__wrapper .block-editor-block-compare__preview{padding:16px 0 0}.block-editor-block-compare__wrapper .block-editor-block-compare__preview p{font-size:12px;margin-top:0}.block-editor-block-compare__wrapper .block-editor-block-compare__action{margin-top:16px}.block-editor-block-compare__wrapper .block-editor-block-compare__heading{font-size:1em;font-weight:400;margin:.67em 0}.block-editor-block-draggable-chip-wrapper{left:0;position:absolute;top:-24px}.block-editor-block-draggable-chip{background-color:#1e1e1e;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#fff;cursor:grabbing;display:inline-flex;height:48px;padding:0 13px;position:relative;-webkit-user-select:none;user-select:none;width:max-content}.block-editor-block-draggable-chip svg{fill:currentColor}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content{justify-content:flex-start;margin:auto}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item{margin-right:6px}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item:last-child{margin-right:0}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg{min-height:18px;min-width:18px}.block-editor-block-draggable-chip .components-flex__item{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{align-items:center;background-color:initial;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{transition:all .1s linear .1s}}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled .block-editor-block-draggable-chip__disabled-icon{background:#0000 linear-gradient(-45deg,#0000 47.5%,#fff 0,#fff 52.5%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1.5px #fff;display:inline-block;height:20px;padding:0;width:20px}.block-draggable-invalid-drag-token .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{background-color:#757575;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;opacity:1}.block-editor-block-manager__no-results{font-style:italic;padding:24px 0;text-align:center}.block-editor-block-manager__search{margin:16px 0}.block-editor-block-manager__disabled-blocks-count{background-color:#fff;border:1px solid #ddd;border-width:1px 0;box-shadow:-32px 0 0 0 #fff,32px 0 0 0 #fff;padding:8px;position:sticky;text-align:center;top:-5px;z-index:2}.block-editor-block-manager__disabled-blocks-count~.block-editor-block-manager__results .block-editor-block-manager__category-title{top:31px}.block-editor-block-manager__disabled-blocks-count .is-link{margin-left:12px}.block-editor-block-manager__category{margin:0 0 24px}.block-editor-block-manager__category-title{background-color:#fff;padding:16px 0;position:sticky;top:-4px;z-index:1}.block-editor-block-manager__category-title .components-checkbox-control__label{font-weight:600}.block-editor-block-manager__checklist{margin-top:0}.block-editor-block-manager__category-title,.block-editor-block-manager__checklist-item{border-bottom:1px solid #ddd}.block-editor-block-manager__checklist-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:0;padding:8px 0 8px 16px}.components-modal__content .block-editor-block-manager__checklist-item.components-checkbox-control__input-container{margin:0 8px}.block-editor-block-manager__checklist-item .block-editor-block-icon{margin-right:10px;fill:#1e1e1e}.block-editor-block-manager__results{border-top:1px solid #ddd}.block-editor-block-manager__disabled-blocks-count+.block-editor-block-manager__results{border-top-width:0}.block-editor-block-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}@media (min-width:600px){.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{flex-direction:column}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>*{height:20px;min-width:0!important;width:100%}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>:before{height:calc(100% - 4px)}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{flex-shrink:0;top:3px}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{bottom:3px;flex-shrink:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{width:48px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container>*{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button{padding-left:0;padding-right:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{left:5px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{right:5px}}.block-editor-block-mover__drag-handle{cursor:grab}@media (min-width:600px){.block-editor-block-mover__drag-handle{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon.has-icon{padding-left:0;padding-right:0}}.components-button.block-editor-block-mover-button{overflow:hidden}.components-button.block-editor-block-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-button.block-editor-block-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-button.block-editor-block-mover-button:focus,.components-button.block-editor-block-mover-button:focus:before,.components-button.block-editor-block-mover-button:focus:enabled{box-shadow:none;outline:none}.components-button.block-editor-block-mover-button:focus-visible: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}.block-editor-block-navigation__container{min-width:280px}.block-editor-block-navigation__label{color:#757575;font-size:11px;font-weight:500;margin:0 0 12px;text-transform:uppercase}.block-editor-block-patterns-list__list-item{cursor:pointer;margin-bottom:16px;position:relative}.block-editor-block-patterns-list__list-item.is-placeholder{min-height:100px}.block-editor-block-patterns-list__list-item[draggable=true]{cursor:grab}.block-editor-block-patterns-list__item{height:100%;outline:0;scroll-margin-bottom:56px;scroll-margin-top:24px}.block-editor-block-patterns-list__item .block-editor-block-patterns-list__item-title{flex-grow:1;font-size:12px;text-align:left}.block-editor-block-patterns-list__item .block-editor-block-preview__container{align-items:center;border-radius:4px;display:flex;overflow:hidden}.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{border-radius:4px;outline:1px solid #0000001a;outline-offset:-1px}@media not (prefers-reduced-motion){.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{transition:outline .1s linear}}.block-editor-block-patterns-list__item.is-selected .block-editor-block-preview__container:after{outline-color:#1e1e1e;outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item:hover .block-editor-block-preview__container:after{outline-color:#0000004d}.block-editor-block-patterns-list__item[data-focus-visible] .block-editor-block-preview__container:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-details:not(:empty){align-items:center;margin-top:8px;padding-bottom:4px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper{height:24px;min-width:24px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper .block-editor-patterns__pattern-icon{fill:var(--wp-block-synced-color)}.block-editor-patterns__grid-pagination-wrapper .block-editor-patterns__grid-pagination{border-top:1px solid #2f2f2f;justify-content:center;padding:4px}.show-icon-labels .block-editor-patterns__grid-pagination-button{width:auto}.show-icon-labels .block-editor-patterns__grid-pagination-button span{display:none}.show-icon-labels .block-editor-patterns__grid-pagination-button:before{content:attr(aria-label)}.components-popover.block-editor-block-popover{margin:0!important;pointer-events:none;position:absolute;z-index:31}.components-popover.block-editor-block-popover .components-popover__content{margin:0!important;min-width:auto;overflow-y:visible;width:max-content}.components-popover.block-editor-block-popover:not(.block-editor-block-popover__inbetween,.block-editor-block-popover__drop-zone,.block-editor-block-list__block-side-inserter-popover) .components-popover__content *{pointer-events:all}.components-popover.block-editor-block-popover__inbetween,.components-popover.block-editor-block-popover__inbetween *{pointer-events:none}.components-popover.block-editor-block-popover__inbetween .is-with-inserter,.components-popover.block-editor-block-popover__inbetween .is-with-inserter *{pointer-events:all}.components-popover.block-editor-block-popover__drop-zone *{pointer-events:none}.components-popover.block-editor-block-popover__drop-zone .block-editor-block-popover__drop-zone-foreground{background-color:var(--wp-admin-theme-color);border-radius:2px;inset:0;position:absolute}.block-editor-block-preview__container{overflow:hidden;position:relative;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content{left:0;margin:0;min-height:auto;overflow:visible;text-align:initial;top:0;transform-origin:top left;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender{display:none}.block-editor-block-preview__container:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.block-editor-block-rename-modal{z-index:1000001}.block-editor-block-styles__preview-panel{display:none;z-index:90}@media (min-width:782px){.block-editor-block-styles__preview-panel{display:block}}.block-editor-block-styles__preview-panel .block-editor-block-icon{display:none}.block-editor-block-styles__variants{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item{box-shadow:inset 0 0 0 1px #ddd;color:#1e1e1e;display:inline-block;width:calc(50% - 4px)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:hover{box-shadow:inset 0 0 0 1px #ddd;color:var(--wp-admin-theme-color)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover{background-color:#1e1e1e;box-shadow:none}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active .block-editor-block-styles__item-text,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover .block-editor-block-styles__item-text{color:#fff}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:focus,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:focus{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}.block-editor-block-styles__variants .block-editor-block-styles__item-text{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-editor-block-styles__block-preview-container,.block-editor-block-styles__block-preview-container *{box-sizing:border-box!important}.block-editor-block-switcher{position:relative}.block-editor-block-switcher .components-button.components-dropdown-menu__toggle.has-icon.has-icon{min-width:36px}.block-editor-block-switcher__no-switcher-icon,.block-editor-block-switcher__toggle{position:relative}.components-button.block-editor-block-switcher__no-switcher-icon,.components-button.block-editor-block-switcher__toggle{display:block;height:48px;margin:0}.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.components-button.block-editor-block-switcher__toggle .block-editor-block-icon{margin:auto}.components-button.block-editor-block-switcher__no-switcher-icon{display:flex}.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{margin-left:auto;margin-right:auto;min-width:24px!important}.components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true],.components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true]:hover{color:#1e1e1e}.components-popover.block-editor-block-switcher__popover .components-popover__content{min-width:300px}.block-editor-block-switcher__popover-preview-container{bottom:0;left:0;pointer-events:none;position:absolute;top:-1px;width:100%}.block-editor-block-switcher__popover-preview{overflow:hidden}.block-editor-block-switcher__popover-preview .components-popover__content{background:#fff;border:1px solid #1e1e1e;border-radius:4px;box-shadow:none;outline:none;overflow:auto;width:300px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview{margin:16px 0;max-height:468px;overflow:hidden;padding:0 16px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview.is-pattern-list-preview{overflow:unset}.block-editor-block-switcher__preview-title{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;text-transform:uppercase}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon{min-width:36px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle{height:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{height:48px;width:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{padding:12px}.block-editor-block-switcher__preview-patterns-container{padding-bottom:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item{margin-top:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container{cursor:pointer}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{border:1px solid #0000;border-radius:2px;height:100%;position:relative}@media not (prefers-reduced-motion){.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{transition:all .05s ease-in-out}}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus,.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{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}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #1e1e1e}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title{cursor:pointer;font-size:12px;padding:4px;text-align:center}.block-editor-block-switcher__no-transforms{color:#757575;margin:0;padding:6px 8px}.block-editor-block-switcher__binding-indicator{display:block;padding:8px}.block-editor-block-types-list>[role=presentation]{display:flex;flex-wrap:wrap;overflow:hidden}.block-editor-block-pattern-setup{align-items:flex-start;border-radius:2px;display:flex;flex-direction:column;justify-content:center;width:100%}.block-editor-block-pattern-setup.view-mode-grid{padding-top:4px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar{justify-content:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:2;column-gap:24px;display:block;padding:0 32px;width:100%}@media (min-width:1440px){.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:3}}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button]{cursor:pointer}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item{scroll-margin:5px 0}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-preview__container{box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-preview__container{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}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-pattern-setup-list__item-title,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-pattern-setup-list__item-title{color:var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item{break-inside:avoid-column;margin-bottom:24px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-pattern-setup-list__item-title{cursor:pointer;font-size:12px;padding-top:8px;text-align:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__container{border:1px solid #ddd;border-radius:4px;min-height:100px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__content{width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar{align-items:center;align-self:stretch;background-color:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:row;height:60px;justify-content:space-between;margin:0;padding:16px;position:absolute;text-align:left;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls{display:flex}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions,.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation{display:flex;width:calc(50% - 36px)}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions{justify-content:flex-end}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container{height:100%;list-style:none;margin:0;overflow:hidden;padding:0;position:relative;transform-style:preserve-3d}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container *{box-sizing:border-box}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{background-color:#fff;height:100%;margin:auto;padding:0;position:absolute;top:0;width:100%;z-index:100}@media not (prefers-reduced-motion){.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{transition:transform .5s,z-index .5s}}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide{opacity:1;position:relative;z-index:102}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide{transform:translateX(-100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide{transform:translateX(100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender{display:none}.block-editor-block-pattern-setup__carousel,.block-editor-block-pattern-setup__grid{width:100%}.block-editor-block-variation-transforms{padding:0 16px 16px 52px;width:100%}.block-editor-block-variation-transforms .components-dropdown-menu__toggle{border:1px solid #757575;border-radius:2px;justify-content:left;min-height:30px;padding:6px 12px;position:relative;text-align:left;width:100%}.block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle{padding-right:24px}.block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled){border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 calc(var(--wp-admin-border-width-focus) - 1px) var(--wp-admin-theme-color)}.block-editor-block-variation-transforms .components-dropdown-menu__toggle svg{height:100%;padding:0;position:absolute;right:0;top:0}.block-editor-block-variation-transforms__popover .components-popover__content{min-width:230px}.components-border-radius-control{margin-bottom:12px}.components-border-radius-control legend{margin-bottom:8px}.components-border-radius-control .components-border-radius-control__wrapper{align-items:flex-start;display:flex;justify-content:space-between}.components-border-radius-control .components-border-radius-control__wrapper .components-border-radius-control__unit-control{flex-shrink:0;margin-bottom:0;margin-right:16px;width:calc(50% - 8px)}.components-border-radius-control .components-border-radius-control__wrapper .components-border-radius-control__range-control{flex:1;margin-right:12px}.components-border-radius-control .components-border-radius-control__input-controls-wrapper{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));margin-right:12px}.components-border-radius-control .component-border-radius-control__linked-button{display:flex;justify-content:center;margin-top:8px}.components-border-radius-control .component-border-radius-control__linked-button svg{margin-right:0}.block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator{margin-bottom:12px}.block-editor-color-gradient-control__fieldset{min-width:0}.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings,.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings>div:not(:first-of-type){display:block}@media screen and (min-width:782px){.block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches{display:grid;grid-template-columns:repeat(6,28px)}}.block-editor-block-inspector .block-editor-panel-color-gradient-settings .components-base-control{margin-bottom:inherit}.block-editor-panel-color-gradient-settings__dropdown-content .block-editor-color-gradient-control__panel{padding:16px;width:260px}.block-editor-panel-color-gradient-settings__color-indicator{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-tools-panel-color-gradient-settings__item{border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;max-width:100%;padding:0;position:relative}.block-editor-tools-panel-color-gradient-settings__item:nth-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-top:1px solid #ddd;border-top-left-radius:2px;border-top-right-radius:2px;margin-top:24px}.block-editor-tools-panel-color-gradient-settings__item:nth-last-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-bottom-left-radius:2px;border-bottom-right-radius:2px}.block-editor-tools-panel-color-gradient-settings__item>div,.block-editor-tools-panel-color-gradient-settings__item>div>button{border-radius:inherit}.block-editor-tools-panel-color-gradient-settings__dropdown{display:block;padding:0}.block-editor-tools-panel-color-gradient-settings__dropdown>button{height:auto;padding-bottom:10px;padding-top:10px;text-align:left}.block-editor-tools-panel-color-gradient-settings__dropdown>button.is-open{background:#f0f0f0;color:var(--wp-admin-theme-color)}.block-editor-tools-panel-color-gradient-settings__dropdown .block-editor-panel-color-gradient-settings__color-name{max-width:calc(100% - 44px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-panel-color-gradient-settings__dropdown{width:100%}.block-editor-panel-color-gradient-settings__dropdown .component-color-indicator{flex-shrink:0}.block-editor-panel-color-gradient-settings__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-color-gradient-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-panel-color-gradient-settings__reset.block-editor-panel-color-gradient-settings__reset{border-radius:2px}.block-editor-panel-color-gradient-settings__dropdown:hover+.block-editor-panel-color-gradient-settings__reset,.block-editor-panel-color-gradient-settings__reset:focus,.block-editor-panel-color-gradient-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-color-gradient-settings__reset{opacity:1}}.block-editor-date-format-picker{border:none;margin:0 0 16px;padding:0}.block-editor-date-format-picker__custom-format-select-control__custom-option{border-top:1px solid #ddd}.block-editor-duotone-control__popover.components-popover>.components-popover__content{padding:8px;width:260px}.block-editor-duotone-control__popover.components-popover .components-menu-group__label{padding:0}.block-editor-duotone-control__popover.components-popover .components-circular-option-picker__swatches{display:grid;gap:12px;grid-template-columns:repeat(6,28px);justify-content:space-between}.block-editor-duotone-control__unset-indicator{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.components-font-appearance-control [role=option]{color:#1e1e1e;text-transform:capitalize}.block-editor-font-family-control:not(.is-next-has-no-margin-bottom){margin-bottom:8px}.block-editor-global-styles__toggle-icon{fill:currentColor}.block-editor-global-styles__shadow-popover-container{width:230px}.block-editor-global-styles__shadow__list{display:flex;flex-wrap:wrap;gap:12px;padding-bottom:8px}.block-editor-global-styles__clear-shadow{text-align:right}.block-editor-global-styles-filters-panel__dropdown,.block-editor-global-styles__shadow-dropdown{display:block;padding:0;position:relative}.block-editor-global-styles-filters-panel__dropdown button,.block-editor-global-styles__shadow-dropdown button{padding:8px;width:100%}.block-editor-global-styles-filters-panel__dropdown button.is-open,.block-editor-global-styles__shadow-dropdown button.is-open{background-color:#f0f0f0}.block-editor-global-styles__shadow-editor__remove-button{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-editor__remove-button{transition:opacity .1s ease-in-out}}.block-editor-global-styles__shadow-dropdown:hover .block-editor-global-styles__shadow-editor__remove-button,.block-editor-global-styles__shadow-editor__remove-button:focus,.block-editor-global-styles__shadow-editor__remove-button:hover{opacity:1}@media (hover:none){.block-editor-global-styles__shadow-editor__remove-button{opacity:1}}.block-editor-global-styles-filters-panel__dropdown{border:1px solid #ddd;border-radius:2px}.block-editor-global-styles__shadow-indicator{align-items:center;appearance:none;background:none;border:1px solid #e0e0e0;border-radius:2px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:inline-flex;height:26px;padding:0;transform:scale(1);width:26px;will-change:transform}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-indicator{transition:transform .1s ease}}.block-editor-global-styles__shadow-indicator:focus{border:2px solid #757575}.block-editor-global-styles__shadow-indicator:hover{transform:scale(1.2)}.block-editor-global-styles__shadow-indicator.unset{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-global-styles-advanced-panel__custom-css-input textarea{direction:ltr;font-family:Menlo,Consolas,monaco,monospace}.block-editor-panel-duotone-settings__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-duotone-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-filters-panel__dropdown:hover .block-editor-panel-duotone-settings__reset,.block-editor-panel-duotone-settings__reset:focus,.block-editor-panel-duotone-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-duotone-settings__reset{opacity:1}}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer{z-index:30}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .components-popover__content *{pointer-events:none}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer.is-dropping-allowed .block-editor-grid-visualizer__drop-zone{pointer-events:all}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .block-editor-inserter *{pointer-events:auto}.block-editor-grid-visualizer__grid{display:grid;position:absolute}.block-editor-grid-visualizer__cell{display:grid;position:relative}.block-editor-grid-visualizer__cell .block-editor-inserter{bottom:0;color:inherit;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:32}.block-editor-grid-visualizer__cell .block-editor-inserter .block-editor-grid-visualizer__appender{box-shadow:inset 0 0 0 1px color-mix(in srgb,currentColor 20%,#0000);color:inherit;height:100%;opacity:0;overflow:hidden;padding:0!important;width:100%}.block-editor-grid-visualizer__cell.is-highlighted .block-editor-grid-visualizer__drop-zone,.block-editor-grid-visualizer__cell.is-highlighted .block-editor-inserter{background:var(--wp-admin-theme-color)}.block-editor-grid-visualizer__cell .block-editor-grid-visualizer__appender:focus,.block-editor-grid-visualizer__cell:hover .block-editor-grid-visualizer__appender{background-color:color-mix(in srgb,currentColor 20%,#0000);opacity:1}.block-editor-grid-visualizer__drop-zone{background:#cccccc1a;grid-column:1;grid-row:1;height:100%;min-height:8px;min-width:8px;width:100%}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer{z-index:30}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer .components-popover__content *{pointer-events:none}.block-editor-grid-item-resizer__box{border:1px solid var(--wp-admin-theme-color)}.block-editor-grid-item-resizer__box .components-resizable-box__handle.components-resizable-box__handle.components-resizable-box__handle{pointer-events:all}.block-editor-grid-item-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button{min-width:0!important;padding-left:0;padding-right:0;width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button svg{min-width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:before,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:enabled{box-shadow:none;outline:none}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus-visible: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}.block-editor-grid-item-mover__move-vertical-button-container{display:flex;position:relative}@media (min-width:600px){.block-editor-grid-item-mover__move-vertical-button-container{flex-direction:column;justify-content:space-around}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button{height:20px!important;min-width:0!important;width:100%}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button:before{height:calc(100% - 4px)}.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-down-button svg,.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-up-button svg{flex-shrink:0;height:20px}.editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container{height:40px;position:relative;top:-5px}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container{position:relative}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#e0e0e0;content:"";height:100%;position:absolute;top:0;width:1px}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left{padding-right:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left:before{right:0}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right{padding-left:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right:before{left:0}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover-button{white-space:nowrap}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#ddd;height:24px;top:4px}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container:before{background:#ddd;width:calc(100% - 24px)}.block-editor-height-control{border:0;margin:0;padding:0}.block-editor-iframe__container{height:100%;width:100%}.block-editor-iframe__scale-container{height:100%}.block-editor-iframe__scale-container.is-zoomed-out{position:absolute;right:0;width:var(--wp-block-editor-iframe-zoom-out-scale-container-width,100vw)}.block-editor-image-size-control{margin-bottom:1em}.block-editor-image-size-control .block-editor-image-size-control__height,.block-editor-image-size-control .block-editor-image-size-control__width{margin-bottom:1.115em}.block-editor-block-types-list__list-item{display:block;margin:0;padding:0;width:33.33%}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors{color:var(--wp-block-synced-color)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title{color:var(--wp-block-synced-color)!important;filter:brightness(.95)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg{color:var(--wp-block-synced-color)!important}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):after{background:var(--wp-block-synced-color)}.components-button.block-editor-block-types-list__item{align-items:stretch;background:#0000;color:#1e1e1e;cursor:pointer;display:flex;flex-direction:column;font-size:13px;height:auto;justify-content:center;padding:8px;position:relative;width:100%;word-break:break-word}@media not (prefers-reduced-motion){.components-button.block-editor-block-types-list__item{transition:all .05s ease-in-out}}.components-button.block-editor-block-types-list__item:disabled{cursor:default;opacity:.6}.components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title{color:var(--wp-admin-theme-color)!important;filter:brightness(.95)}.components-button.block-editor-block-types-list__item:not(:disabled):hover svg{color:var(--wp-admin-theme-color)!important}.components-button.block-editor-block-types-list__item:not(:disabled):hover:after{background:var(--wp-admin-theme-color);border-radius:2px;bottom:0;content:"";left:0;opacity:.04;pointer-events:none;position:absolute;right:0;top:0}.components-button.block-editor-block-types-list__item:not(:disabled):focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-button.block-editor-block-types-list__item:not(:disabled).is-active{background:#1e1e1e;color:#fff;outline:2px solid #0000;outline-offset:-2px}.block-editor-block-types-list__item-icon{color:#1e1e1e;padding:12px 20px}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon{transition:all .05s ease-in-out}}.block-editor-block-types-list__item-icon .block-editor-block-icon{margin-left:auto;margin-right:auto}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon svg{transition:all .15s ease-out}}.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon{cursor:grab}.block-editor-block-types-list__item-title{font-size:12px;hyphens:auto;padding:4px 2px 8px}.block-editor-block-inspector__tabs [role=tablist]{width:100%}.block-editor-inspector-popover-header{margin-bottom:16px}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}@keyframes loadingpulse{0%{opacity:1}50%{opacity:0}to{opacity:1}}.block-editor-link-control{min-width:350px;position:relative}.components-popover__content .block-editor-link-control{max-width:350px;min-width:auto;width:90vw}.show-icon-labels .block-editor-link-control .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-link-control .components-button.has-icon:before{content:attr(aria-label)}.show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top{flex-wrap:wrap;gap:4px}.show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top .components-button.has-icon{padding:4px;width:auto}.show-icon-labels .block-editor-link-control .is-preview .block-editor-link-control__search-item-header{margin-right:0;min-width:100%}.block-editor-link-control__search-input-wrapper{margin-bottom:8px;position:relative}.block-editor-link-control__search-input-container,.block-editor-link-control__search-input-wrapper{position:relative}.block-editor-link-control__field{margin:16px}.block-editor-link-control__field .components-base-control__label{color:#1e1e1e}.block-editor-link-control__search-error{margin:-8px 16px 16px}.block-editor-link-control__search-actions{padding:8px 16px 16px}.block-editor-link-control__search-results-wrapper{position:relative}.block-editor-link-control__search-results-wrapper:after,.block-editor-link-control__search-results-wrapper:before{content:"";display:block;left:-1px;pointer-events:none;position:absolute;right:16px;z-index:100}.block-editor-link-control__search-results-wrapper:before{bottom:auto;height:8px;top:0}.block-editor-link-control__search-results-wrapper:after{bottom:0;height:16px;top:auto}.block-editor-link-control__search-results{margin-top:-16px;max-height:200px;overflow-y:auto;padding:8px}.block-editor-link-control__search-results.is-loading{opacity:.2}.block-editor-link-control__search-item.components-button.components-menu-item__button{height:auto;text-align:left}.block-editor-link-control__search-item .components-menu-item__item{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%}.block-editor-link-control__search-item .components-menu-item__item mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__search-item .components-menu-item__shortcut{color:#757575;text-transform:capitalize;white-space:nowrap}.block-editor-link-control__search-item[aria-selected]{background:#f0f0f0}.block-editor-link-control__search-item.is-current{background:#0000;border:0;cursor:default;flex-direction:column;padding:16px;width:100%}.block-editor-link-control__search-item .block-editor-link-control__search-item-header{align-items:center;display:block;flex-direction:row;gap:8px;margin-right:8px;overflow-wrap:break-word;white-space:pre-wrap}.block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-info{color:#757575;font-size:12px;line-height:1.1;word-break:break-all}.block-editor-link-control__search-item.is-preview .block-editor-link-control__search-item-header{display:flex;flex:1}.block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-header{align-items:center}.block-editor-link-control__search-item.is-url-title .block-editor-link-control__search-item-title{word-break:break-all}.block-editor-link-control__search-item .block-editor-link-control__search-item-details{display:flex;flex-direction:column;gap:4px;justify-content:space-between}.block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-icon{background-color:#f0f0f0;border-radius:2px;height:32px;width:32px}.block-editor-link-control__search-item .block-editor-link-control__search-item-icon{align-items:center;display:flex;flex-shrink:0;justify-content:center;position:relative}.block-editor-link-control__search-item .block-editor-link-control__search-item-icon img{width:16px}.block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-icon{max-height:32px;top:0;width:32px}.block-editor-link-control__search-item .block-editor-link-control__search-item-title{line-height:1.1}.block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus{box-shadow:none}.block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus-visible{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;text-decoration:none}.block-editor-link-control__search-item .block-editor-link-control__search-item-title mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__search-item .block-editor-link-control__search-item-title span{font-weight:400}.block-editor-link-control__search-item .block-editor-link-control__search-item-title .components-external-link__icon{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.block-editor-link-control__search-item-top{align-items:center;display:flex;flex-direction:row;width:100%}.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon img,.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon svg{opacity:0}.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{background-color:#f0f0f0;border-radius:100%;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{animation:loadingpulse 1s linear infinite;animation-delay:.5s}}.block-editor-link-control__loading{align-items:center;display:flex;margin:16px}.block-editor-link-control__loading .components-spinner{margin-top:0}.components-button+.block-editor-link-control__search-create{overflow:visible;padding:12px 16px}.components-button+.block-editor-link-control__search-create:before{content:"";display:block;left:0;position:absolute;top:-10px;width:100%}.block-editor-link-control__search-create{align-items:center}.block-editor-link-control__search-create .block-editor-link-control__search-item-title{margin-bottom:0}.block-editor-link-control__search-create .block-editor-link-control__search-item-icon{top:0}.block-editor-link-control__drawer-inner{display:flex;flex-basis:100%;flex-direction:column;position:relative}.block-editor-link-control__setting{flex:1;margin-bottom:0;padding:8px 0 8px 24px}.block-editor-link-control__setting .components-base-control__field{display:flex}.block-editor-link-control__setting .components-base-control__field .components-checkbox-control__label{color:#1e1e1e}.block-editor-link-control__setting input{margin-left:0}.is-preview .block-editor-link-control__setting{padding:20px 8px 8px 0}.block-editor-link-control__tools{margin-top:-16px;padding:8px 8px 0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle{gap:0;padding-left:0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true]{color:#1e1e1e}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transform:rotate(90deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transition:transform .1s ease}}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transition:transform .1s ease}}.block-editor-link-control .block-editor-link-control__search-input .components-spinner{display:block}.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner{bottom:auto;left:auto;position:absolute;right:40px;top:calc(50% - 8px)}.block-editor-link-control .block-editor-link-control__search-input-wrapper.has-actions .components-spinner{right:12px;top:calc(50% + 4px)}.block-editor-list-view-tree{border-collapse:collapse;margin:0;padding:0;width:100%}.components-modal__content .block-editor-list-view-tree{margin:-12px -6px 0;width:calc(100% + 12px)}.block-editor-list-view-tree.is-dragging tbody{pointer-events:none}.block-editor-list-view-leaf{position:relative;transform:translateY(0)}.block-editor-list-view-leaf.is-draggable,.block-editor-list-view-leaf.is-draggable .block-editor-list-view-block-contents{cursor:grab}.block-editor-list-view-leaf .block-editor-list-view-block-select-button[aria-expanded=true]{color:inherit}.block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover{color:var(--wp-admin-theme-color)}.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:currentColor}@media (forced-colors:active){.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:CanvasText}}.is-dragging-components-draggable .block-editor-list-view-leaf:not(.is-selected) .block-editor-list-view-block-select-button:hover{color:inherit}.block-editor-list-view-leaf.is-selected td{background:var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced td{background:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:hover{color:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents,.block-editor-list-view-leaf.is-selected .components-button.has-icon{color:#fff}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block__menu:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff}.block-editor-list-view-leaf.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf.is-last-selected td:first-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf.is-last-selected td:last-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected):not(.is-synced-branch){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.block-editor-list-view-leaf.is-synced-branch.is-branch-selected{background:rgba(var(--wp-block-synced-color--rgb),.04)}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:first-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:last-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected) td{border-radius:0}.block-editor-list-view-leaf.is-displacement-normal{transform:translateY(0)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-normal{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-up{transform:translateY(-32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-down{transform:translateY(32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks{transform:translateY(calc(var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transform:translateY(calc(-32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transform:translateY(calc(32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-dragging{left:0;opacity:0;pointer-events:none;z-index:-9999}.block-editor-list-view-leaf .block-editor-list-view-block-contents{align-items:center;border-radius:2px;box-sizing:border-box;color:inherit;display:flex;font-family:inherit;font-size:13px;font-weight:400;height:32px;margin:0;padding:6px 4px 6px 0;position:relative;text-align:left;text-decoration:none;white-space:nowrap;width:100%}@media not (prefers-reduced-motion){.block-editor-list-view-leaf .block-editor-list-view-block-contents{transition:box-shadow .1s linear}}.components-modal__content .block-editor-list-view-leaf .block-editor-list-view-block-contents{padding-left:0;padding-right:0}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents{box-shadow:none}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus:after,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents:after{border-radius:inherit;bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";left:0;pointer-events:none;position:absolute;right:-29px;top:0;z-index:2}.block-editor-list-view-leaf.has-single-cell .block-editor-list-view-block-contents:focus:after{right:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view__menu{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);z-index:1}.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{opacity:1}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}.block-editor-list-view-leaf .block-editor-block-icon{flex:0 0 24px;margin-right:4px}.block-editor-list-view-leaf .block-editor-list-view-block__contents-cell,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{padding:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{line-height:0;vertical-align:middle;width:36px}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell>*{opacity:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:hover>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:hover>*{opacity:1}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell .components-button.has-icon,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell .components-button.has-icon{min-width:24px;padding:0;width:24px}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell{padding-right:4px}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell .components-button.has-icon{height:24px}.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell-alignment-wrapper{align-items:center;display:flex;flex-direction:column;height:100%}.block-editor-list-view-leaf .block-editor-block-mover-button{height:24px;position:relative;width:36px}.block-editor-list-view-leaf .block-editor-block-mover-button svg{height:24px;position:relative}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button{align-items:flex-end;margin-top:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button svg{bottom:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button{align-items:flex-start;margin-bottom:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button svg{top:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button:before{height:16px;left:0;min-width:100%;right:0}.block-editor-list-view-leaf .block-editor-inserter__toggle{background:#1e1e1e;color:#fff;height:24px;margin:6px 6px 6px 1px;min-width:24px}.block-editor-list-view-leaf .block-editor-inserter__toggle:active{color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__label-wrapper svg{left:2px;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title{flex:1;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title .components-truncate{position:absolute;transform:translateY(-50%);width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor-wrapper{max-width:min(110px,40%);position:relative;width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor{position:absolute;right:0;transform:translateY(-50%)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__anchor{background:#0000004d;color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__sticky{line-height:0}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__images{display:flex}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image{background-size:cover;border-radius:1px;height:18px;width:18px}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px #fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:first-child){margin-left:-6px}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-list-view-draggable-chip{opacity:.8}.block-editor-list-view-appender__cell .block-editor-list-view-appender__container,.block-editor-list-view-appender__cell .block-editor-list-view-block__contents-container,.block-editor-list-view-block__contents-cell .block-editor-list-view-appender__container,.block-editor-list-view-block__contents-cell .block-editor-list-view-block__contents-container{display:flex}.block-editor-list-view__expander{cursor:pointer;height:24px;width:24px}.block-editor-list-view-leaf[aria-level] .block-editor-list-view__expander{margin-left:192px}.block-editor-list-view-leaf[aria-level="1"] .block-editor-list-view__expander{margin-left:0}.block-editor-list-view-leaf[aria-level="2"] .block-editor-list-view__expander{margin-left:24px}.block-editor-list-view-leaf[aria-level="3"] .block-editor-list-view__expander{margin-left:48px}.block-editor-list-view-leaf[aria-level="4"] .block-editor-list-view__expander{margin-left:72px}.block-editor-list-view-leaf[aria-level="5"] .block-editor-list-view__expander{margin-left:96px}.block-editor-list-view-leaf[aria-level="6"] .block-editor-list-view__expander{margin-left:120px}.block-editor-list-view-leaf[aria-level="7"] .block-editor-list-view__expander{margin-left:144px}.block-editor-list-view-leaf[aria-level="8"] .block-editor-list-view__expander{margin-left:168px}.block-editor-list-view-leaf .block-editor-list-view__expander{visibility:hidden}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transform:rotate(90deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-drop-indicator{pointer-events:none}.block-editor-list-view-drop-indicator .block-editor-list-view-drop-indicator__line{background:var(--wp-admin-theme-color);border-radius:4px;height:4px}.block-editor-list-view-drop-indicator--preview{pointer-events:none}.block-editor-list-view-drop-indicator--preview .components-popover__content{overflow:hidden!important}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:4px;height:32px;overflow:hidden}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line--darker{background:rgba(var(--wp-admin-theme-color--rgb),.09)}.block-editor-list-view-placeholder{height:32px;margin:0;padding:0}.list-view-appender .block-editor-inserter__toggle{background-color:#1e1e1e;color:#fff;height:24px;margin:8px 0 0 24px;padding:0}.list-view-appender .block-editor-inserter__toggle.has-icon.is-next-40px-default-size{min-width:24px}.list-view-appender .block-editor-inserter__toggle:focus,.list-view-appender .block-editor-inserter__toggle:hover{background:var(--wp-admin-theme-color);color:#fff}.list-view-appender__description{display:none}.block-editor-media-placeholder__url-input-form{min-width:260px}@media (min-width:600px){.block-editor-media-placeholder__url-input-form{width:300px}}.block-editor-media-placeholder__url-input-form input{direction:ltr}.modal-open .block-editor-media-replace-flow__options{display:none}.block-editor-media-replace-flow__indicator{margin-left:4px}.block-editor-media-replace-flow__media-upload-menu:not(:empty)+.block-editor-media-flow__url-input{border-top:1px solid #1e1e1e;margin-top:8px;padding-bottom:8px}.block-editor-media-flow__url-input{margin-left:-8px;margin-right:-8px;padding:16px}.block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label{display:block;margin-bottom:8px;top:16px}.block-editor-media-flow__url-input .block-editor-link-control{width:300px}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-url-input{margin:0;padding:0}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-info,.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-title{max-width:200px;white-space:nowrap}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__tools{justify-content:flex-end;padding:16px var(--wp-admin-border-width-focus) var(--wp-admin-border-width-focus)}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current{padding:0;width:auto}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]{margin:0;width:100%}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions{padding:8px 0 0}.block-editor-media-flow__error{max-width:255px;padding:0 20px 20px}.block-editor-media-flow__error .components-with-notices-ui{max-width:255px}.block-editor-media-flow__error .components-with-notices-ui .components-notice__content{overflow:hidden;word-wrap:break-word}.block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss{position:absolute;right:10px}.block-editor-multi-selection-inspector__card{padding:16px}.block-editor-multi-selection-inspector__card-title{font-weight:500}.block-editor-multi-selection-inspector__card .block-editor-block-icon{height:24px;margin-left:-2px;padding:0 3px;width:36px}.block-editor-responsive-block-control{border-bottom:1px solid #ccc;margin-bottom:28px;padding-bottom:14px}.block-editor-responsive-block-control:last-child{border-bottom:0;padding-bottom:0}.block-editor-responsive-block-control__title{margin:0 0 .6em -3px}.block-editor-responsive-block-control__label{font-weight:600;margin-bottom:.6em;margin-left:-3px}.block-editor-responsive-block-control__inner{margin-left:-1px}.block-editor-responsive-block-control__toggle{margin-left:1px}.block-editor-responsive-block-control .components-base-control__help{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.components-popover.block-editor-rich-text__inline-format-toolbar{z-index:99998}.components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content{border-radius:2px;box-shadow:none;margin-bottom:8px;min-width:auto;outline:none;width:auto}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar{border-radius:2px}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group{background:none}.components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle,.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control{min-height:48px;min-width:48px;padding-left:12px;padding-right:12px}.block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle{justify-content:center}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon{width:auto}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon:after{content:attr(aria-label)}.block-editor-skip-to-selected-block{position:absolute;top:-9999em}.block-editor-skip-to-selected-block:focus{background:#f1f1f1;font-size:14px;font-weight:600;z-index:100000}.block-editor-tabbed-sidebar{background-color:#fff;display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:hidden}.block-editor-tabbed-sidebar__tablist-and-close-button{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding-right:8px}.block-editor-tabbed-sidebar__close-button{align-self:center;background:#fff;order:1}.block-editor-tabbed-sidebar__tablist{margin-bottom:-1px}.block-editor-tabbed-sidebar__tabpanel{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;scrollbar-gutter:auto}.block-editor-tool-selector__help{border-top:1px solid #ddd;color:#757575;margin:8px -8px -8px;min-width:280px;padding:16px}.block-editor-tool-selector__menu .components-menu-item__info{margin-left:36px;text-align:left}.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{flex-grow:1;padding:1px;position:relative}@media (min-width:600px){.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{min-width:300px;width:auto}}.block-editor-block-list__block .block-editor-url-input.is-full-width,.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,.block-editor-url-input.is-full-width,.block-editor-url-input.is-full-width__suggestions,.components-popover .block-editor-url-input.is-full-width,.components-popover .block-editor-url-input.is-full-width__suggestions{width:100%}.block-editor-block-list__block .block-editor-url-input .components-spinner,.block-editor-url-input .components-spinner,.components-popover .block-editor-url-input .components-spinner{margin:0;position:absolute;right:8px;top:calc(50% - 8px)}.block-editor-url-input__suggestions{max-height:200px;overflow-y:auto;padding:4px 0;width:302px}@media not (prefers-reduced-motion){.block-editor-url-input__suggestions{transition:all .15s ease-in-out}}.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:none}@media (min-width:600px){.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:grid}}.block-editor-url-input__suggestion{background:#fff;border:none;box-shadow:none;color:#757575;cursor:pointer;display:block;font-size:13px;height:auto;min-height:36px;text-align:left;width:100%}.block-editor-url-input__suggestion:hover{background:#ddd}.block-editor-url-input__suggestion.is-selected,.block-editor-url-input__suggestion:focus{background:var(--wp-admin-theme-color-darker-20);color:#fff;outline:none}.components-toolbar-group>.block-editor-url-input__button,.components-toolbar>.block-editor-url-input__button{position:inherit}.block-editor-url-input__button .block-editor-url-input__back{margin-right:4px;overflow:visible}.block-editor-url-input__button .block-editor-url-input__back:after{background:#ddd;content:"";display:block;height:24px;position:absolute;right:-1px;width:1px}.block-editor-url-input__button-modal{background:#fff;border:1px solid #ddd;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.block-editor-url-input__button-modal-line{align-items:flex-start;display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;min-width:0}.block-editor-url-popover__additional-controls{border-top:1px solid #1e1e1e;padding:8px}.block-editor-url-popover__input-container{padding:8px}.block-editor-url-popover__row{align-items:center;display:flex;gap:4px}.block-editor-url-popover__row>:not(.block-editor-url-popover__settings-toggle){flex-grow:1;gap:8px}.block-editor-url-popover__additional-controls .components-button.has-icon{height:auto;padding-left:8px;padding-right:8px;text-align:left}.block-editor-url-popover__additional-controls .components-button.has-icon>svg{margin-right:8px}.block-editor-url-popover__settings-toggle{flex-shrink:0}.block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon{transform:rotate(180deg)}.block-editor-url-popover__settings{border-top:1px solid #1e1e1e;display:block;padding:16px}.block-editor-url-popover__link-editor,.block-editor-url-popover__link-viewer{display:flex}.block-editor-url-popover__link-viewer-url{align-items:center;display:flex;flex-grow:1;flex-shrink:1;margin-right:8px;max-width:350px;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-url-popover__link-viewer-url.has-invalid-link{color:#cc1818}.block-editor-url-popover__expand-on-click{align-items:center;display:flex;min-width:350px;white-space:nowrap}.block-editor-url-popover__expand-on-click .text{flex-grow:1}.block-editor-url-popover__expand-on-click .text p{line-height:16px;margin:0}.block-editor-url-popover__expand-on-click .text p.description{color:#757575;font-size:12px}.block-editor-hooks__block-hooks .components-toggle-control .components-h-stack .components-h-stack{flex-direction:row}.block-editor-hooks__block-hooks .block-editor-hooks__block-hooks-helptext{color:#757575;font-size:12px;margin-bottom:16px}div.block-editor-bindings__panel{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}div.block-editor-bindings__panel button:hover .block-editor-bindings__item span{color:inherit}.border-block-support-panel .single-column{grid-column:span 1}.color-block-support-panel .block-editor-contrast-checker{grid-column:span 2;margin-top:16px}.color-block-support-panel .block-editor-contrast-checker .components-notice__content{margin-right:0}.color-block-support-panel.color-block-support-panel .color-block-support-panel__inner-wrapper{row-gap:0}.color-block-support-panel .block-editor-tools-panel-color-gradient-settings__item.first{margin-top:0}.dimensions-block-support-panel .single-column{grid-column:span 1}.block-editor-hooks__layout-constrained .components-base-control{margin-bottom:0}.block-editor-hooks__layout-constrained-helptext{color:#757575;font-size:12px;margin-bottom:0}.block-editor-hooks__flex-layout-justification-controls,.block-editor-hooks__flex-layout-orientation-controls{margin-bottom:12px}.block-editor-hooks__flex-layout-justification-controls legend,.block-editor-hooks__flex-layout-orientation-controls legend{margin-bottom:8px}.block-editor__spacing-visualizer{border-color:var(--wp-admin-theme-color);border-style:solid;bottom:0;box-sizing:border-box;left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0}.typography-block-support-panel .single-column{grid-column:span 1}.block-editor-block-toolbar{display:flex;flex-grow:1;overflow-x:auto;overflow-y:hidden;position:relative;width:100%}@media not (prefers-reduced-motion){.block-editor-block-toolbar{transition:border-color .1s linear,box-shadow .1s linear}}@media (min-width:600px){.block-editor-block-toolbar{overflow:inherit}}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group{background:none;border:0;border-right:1px solid #ddd;margin-bottom:-1px;margin-top:-1px}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button:before{background:color-mix(in srgb,var(--wp-block-synced-color) 10%,#0000);border-radius:2px}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-connected .components-toolbar-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors,.block-editor-block-toolbar.is-synced .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-synced .components-toolbar-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors{color:var(--wp-block-synced-color)}.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2),.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar,.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar-group,.block-editor-block-toolbar>:last-child,.block-editor-block-toolbar>:last-child .components-toolbar,.block-editor-block-toolbar>:last-child .components-toolbar-group{border-right:none}.block-editor-block-toolbar .components-toolbar-group:empty{display:none}.block-editor-block-contextual-toolbar{background-color:#fff;display:block;flex-shrink:3;position:sticky;top:0;width:100%;z-index:31}.block-editor-block-contextual-toolbar.components-accessible-toolbar{border:none;border-radius:0}.block-editor-block-contextual-toolbar.is-unstyled{box-shadow:0 1px 0 0 rgba(0,0,0,.133)}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{overflow:auto;overflow-y:hidden;scrollbar-color:#e0e0e0 #0000;scrollbar-gutter:stable both-edges;scrollbar-gutter:auto;scrollbar-width:thin;will-change:transform}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar{height:12px;width:12px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-track{background-color:initial}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#e0e0e0;border:3px solid #0000;border-radius:8px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover::-webkit-scrollbar-thumb{background-color:#949494}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover{scrollbar-color:#949494 #0000}@media (hover:none){.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#949494 #0000}}.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar-group:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child:after{display:none}.block-editor-block-contextual-toolbar>.block-editor-block-toolbar{flex-grow:0;width:auto}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector{margin-bottom:-1px;margin-top:-1px;position:relative}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector:after{align-items:center;background-color:#1e1e1e;border-radius:100%;content:"";display:inline-flex;height:2px;position:absolute;right:0;top:15px;width:2px}.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{margin:0!important;width:24px!important}.block-editor-block-toolbar__block-controls .components-toolbar-group{padding:0}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group{display:flex;flex-wrap:nowrap}.block-editor-block-toolbar__slot{display:inline-flex}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon{width:auto}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.show-icon-labels .components-accessible-toolbar .components-toolbar-group>div:first-child:last-child>.components-button.has-icon{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.show-icon-labels .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{height:0!important;min-width:0!important;width:0!important}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button{border-bottom-right-radius:0;border-top-right-radius:0;padding-left:12px;padding-right:12px;text-wrap:nowrap}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button .block-editor-block-icon{width:0}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__move-button-container{position:relative;width:auto}@media (min-width:600px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover-button,.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button{padding-left:8px;padding-right:8px}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-left:1px solid #ddd;margin-left:6px;margin-right:-6px;white-space:nowrap}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon{padding-left:12px;padding-right:12px}.show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button{width:auto}.show-icon-labels .components-toolbar,.show-icon-labels .components-toolbar-group{flex-shrink:1}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button+.components-button{margin-left:6px}.block-editor-block-toolbar-change-design-content-wrapper{padding:12px;width:320px}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter{background:none;border:none;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:0;padding:0}@media (min-width:782px){.block-editor-inserter{position:relative}}.block-editor-inserter__main-area{gap:16px;height:100%;position:relative}.block-editor-inserter__main-area.show-as-tabs{gap:0}@media (min-width:782px){.block-editor-inserter__main-area .block-editor-tabbed-sidebar{width:350px}}.block-editor-inserter__popover.is-quick .components-popover__content{border:none;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;outline:none}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>*{border-left:1px solid #ccc;border-right:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:first-child{border-radius:4px 4px 0 0;border-top:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:last-child{border-bottom:1px solid #ccc;border-radius:0 0 4px 4px}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>.components-button{border:1px solid #1e1e1e}.block-editor-inserter__popover .block-editor-inserter__menu{margin:-12px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tablist{top:60px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area{height:auto;overflow:visible}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container{display:none}.block-editor-inserter__toggle.components-button{align-items:center;border:none;cursor:pointer;display:inline-flex;outline:none;padding:0}@media not (prefers-reduced-motion){.block-editor-inserter__toggle.components-button{transition:color .2s ease}}.block-editor-inserter__menu{height:100%;overflow:visible;position:relative}@media (min-width:782px){.block-editor-inserter__menu.show-panel{width:630px}}.block-editor-inserter__inline-elements{margin-top:-1px}.block-editor-inserter__menu.is-bottom:after{border-bottom-color:#fff}.components-popover.block-editor-inserter__popover{z-index:99999}.block-editor-inserter__search{padding:16px 16px 0}.block-editor-inserter__no-tab-container{flex-grow:1;overflow-y:auto;position:relative}.block-editor-inserter__panel-header{align-items:center;display:inline-flex;padding:16px 16px 0;position:relative}.block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__panel-title,.block-editor-inserter__panel-title button{color:#757575;font-size:11px;font-weight:500;margin:0 12px 0 0;text-transform:uppercase}.block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input{height:36px;line-height:36px}.block-editor-inserter__panel-dropdown select{border:none}.block-editor-inserter__reusable-blocks-panel{position:relative;text-align:right}.block-editor-inserter__no-results,.block-editor-inserter__patterns-loading{padding:32px;text-align:center}.block-editor-inserter__child-blocks{padding:0 16px}.block-editor-inserter__parent-block-header{align-items:center;display:flex}.block-editor-inserter__parent-block-header h2{font-size:13px}.block-editor-inserter__parent-block-header .block-editor-block-icon{margin-right:8px}.block-editor-inserter__preview-container__popover{top:16px!important}.block-editor-inserter__preview-container{display:none;max-height:calc(100% - 32px);overflow-y:hidden;padding:16px;width:280px}@media (min-width:782px){.block-editor-inserter__preview-container{display:block}}.block-editor-inserter__preview-container .block-editor-inserter__media-list__list-item{height:100%}.block-editor-inserter__preview-container .block-editor-block-card{padding-bottom:4px;padding-left:0;padding-right:0}.block-editor-inserter__insertable-blocks-at-selection{border-bottom:1px solid #e0e0e0}.block-editor-inserter__block-patterns-tabs-container,.block-editor-inserter__media-tabs-container{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:16px}.block-editor-inserter__category-tablist{margin-bottom:8px}.block-editor-inserter__category-panel{display:flex;flex-direction:column;outline:1px solid #0000;padding:0 16px}@media (min-width:782px){.block-editor-inserter__category-panel{background:#f0f0f0;border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0;height:calc(100% + 1px);left:350px;padding:0;position:absolute;top:-1px;width:280px}.block-editor-inserter__category-panel .block-editor-block-patterns-list,.block-editor-inserter__category-panel .block-editor-inserter__media-list{padding:0 24px 16px}}.block-editor-inserter__patterns-category-panel-header{padding:8px 0}@media (min-width:782px){.block-editor-inserter__patterns-category-panel-header{padding:8px 24px}}.block-editor-inserter__patterns-category-no-results{margin-top:24px}.block-editor-inserter__patterns-filter-help{border-top:1px solid #ddd;color:#757575;min-width:280px;padding:16px}.block-editor-block-patterns-list,.block-editor-inserter__media-list{flex-grow:1;height:100%;overflow-y:auto}.block-editor-inserter__preview-content{align-items:center;background:#f0f0f0;display:grid;flex-grow:1}.block-editor-inserter__preview-content-missing{align-items:center;background:#f0f0f0;border-radius:2px;color:#757575;display:flex;flex:1;justify-content:center;min-height:144px}.block-editor-inserter__tips{border-top:1px solid #ddd;flex-shrink:0;padding:16px;position:relative}.block-editor-inserter__quick-inserter{max-width:100%;width:100%}@media (min-width:782px){.block-editor-inserter__quick-inserter{width:350px}}.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header{float:left;height:0;padding:0}.block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content,.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter__quick-inserter-separator{border-top:1px solid #ddd}.block-editor-inserter__popover.is-quick>.components-popover__content{padding:0}.block-editor-inserter__quick-inserter-expand.components-button{background:#1e1e1e;border-radius:0;color:#fff;display:block;width:100%}.block-editor-inserter__quick-inserter-expand.components-button:hover{color:#fff}.block-editor-inserter__quick-inserter-expand.components-button:active{color:#ccc}.block-editor-inserter__quick-inserter-expand.components-button.components-button:focus:not(:disabled){background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color);box-shadow:none}.block-editor-block-patterns-explorer__sidebar{bottom:0;left:0;overflow-x:visible;overflow-y:scroll;padding:24px 32px 32px;position:absolute;top:72px;width:280px}.block-editor-block-patterns-explorer__sidebar__categories-list__item{display:block;height:48px;text-align:left;width:100%}.block-editor-block-patterns-explorer__search{margin-bottom:32px}.block-editor-block-patterns-explorer__search-results-count{padding-bottom:32px}.block-editor-block-patterns-explorer__list{margin-left:280px;padding:24px 0 32px}.block-editor-block-patterns-explorer__list .block-editor-patterns__sync-status-filter .components-input-control__container{width:380px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list{display:grid;grid-gap:32px;grid-template-columns:repeat(1,1fr);margin-bottom:16px}@media (min-width:1080px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1440px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(3,1fr)}}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{min-height:240px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{height:inherit;max-height:800px;min-height:100px}.components-heading.block-editor-inserter__patterns-category-panel-title{font-weight:500}.block-editor-inserter__media-library-button.components-button,.block-editor-inserter__patterns-explore-button.components-button{justify-content:center;margin-top:16px;padding:16px;width:100%}.block-editor-inserter__media-panel{display:flex;flex-direction:column;min-height:100%;padding:0 16px}@media (min-width:782px){.block-editor-inserter__media-panel{padding:0}}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-spinner{align-items:center;display:flex;flex:1;height:100%;justify-content:center}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:24px}@media (min-width:782px){.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:0;padding:16px 24px}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search:not(:focus-within){--wp-components-color-background:#fff}}.block-editor-inserter__media-list__list-item{cursor:pointer;margin-bottom:24px;position:relative}.block-editor-inserter__media-list__list-item.is-placeholder{min-height:100px}.block-editor-inserter__media-list__list-item[draggable=true] .block-editor-inserter__media-list__list-item{cursor:grab}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview>*{outline-color:#0000004d}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview-options>button{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options{position:absolute;right:8px;top:8px}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button{background:#fff;display:none}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button.is-opened,.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:focus{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:hover{box-shadow:inset 0 0 0 2px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-inserter__media-list__item{height:100%}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview{align-items:center;border-radius:2px;display:flex;overflow:hidden}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview>*{margin:0 auto;max-width:100%;outline:1px solid #0000001a;outline-offset:-1px}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview .block-editor-inserter__media-list__item-preview-spinner{align-items:center;background:#ffffffb3;display:flex;height:100%;justify-content:center;pointer-events:none;position:absolute;width:100%}.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}@media not (prefers-reduced-motion){.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{transition:outline .1s linear}}.block-editor-inserter__media-list__item-preview-options__popover .components-menu-item__button .components-menu-item__item{min-width:auto}.block-editor-inserter__mobile-tab-navigation{height:100%;padding:16px}.block-editor-inserter__mobile-tab-navigation>*{height:100%}@media (min-width:600px){.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal{max-width:480px}}.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal p{margin:0}.block-editor-inserter__hint{margin:16px 16px 0}.block-editor-patterns__sync-status-filter .components-input-control__container select.components-select-control__input{height:40px}.block-editor-inserter__pattern-panel-placeholder{display:none}.block-editor-inserter__menu.is-zoom-out{display:flex}@media (min-width:782px){.block-editor-inserter__menu.is-zoom-out.show-panel:after{content:"";display:block;height:100%;width:300px}}@media (max-width:959px){.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}}.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:none;padding:0 24px 16px}@media (min-width:480px){.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:block}}.spacing-sizes-control .spacing-sizes-control__custom-value-input,.spacing-sizes-control .spacing-sizes-control__label{margin-bottom:0}.spacing-sizes-control .spacing-sizes-control__custom-value-range,.spacing-sizes-control .spacing-sizes-control__range-control{flex:1;margin-bottom:0}.spacing-sizes-control__header{height:16px;margin-bottom:12px}.spacing-sizes-control__dropdown{height:24px}.spacing-sizes-control__custom-select-control,.spacing-sizes-control__custom-value-input{flex:1}.spacing-sizes-control__custom-toggle,.spacing-sizes-control__icon{flex:0 0 auto}.spacing-sizes-control__icon{margin-left:-4px}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,115,161;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,97,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7,82,108;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:6,64,84;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56,51,48;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:43,39,36;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:70,54,93;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:58,44,77;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221,56,45;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:208,44,33;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87,110,116;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76,96,102;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:217,116,38;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195,105,34;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}.wp-block-popup-maker-cta-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word}.wp-block-popup-maker-cta-button__link.aligncenter,.wp-block-popup-maker-cta-button__link.has-text-align-center{text-align:center}.wp-block-popup-maker-cta-button__link.alignright,.wp-block-popup-maker-cta-button__link.has-text-align-right{text-align:right}.wp-block-popup-maker-cta-button__link.alignleft,.wp-block-popup-maker-cta-button__link.has-text-align-left{text-align:left}:where(.wp-block-popup-maker-cta-button__link){border-radius:9999px;box-shadow:none;padding:1rem 2.25rem;text-decoration:none}.wp-block-popup-maker-cta-button[style*=text-decoration] .wp-block-popup-maker-cta-button__link{text-decoration:inherit}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.has-custom-width{max-width:none}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.has-custom-width .wp-block-popup-maker-cta-button__link{width:100%}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.has-custom-font-size .wp-block-popup-maker-cta-button__link{font-size:inherit}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-100{flex-basis:100%;width:100%}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-25{width:25%}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-50{width:50%}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-75{width:75%}.wp-block-popup-maker-cta-button.is-style-squared,.wp-block-popup-maker-cta-button__link.wp-block-popup-maker-cta-button.is-style-squared{border-radius:0}.wp-block-popup-maker-cta-button.no-border-radius,.wp-block-popup-maker-cta-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-popup-maker-cta-button){font-family:inherit;font-size:var(--wp--preset--font-size--medium);font-style:normal;line-height:inherit}:root :where(.wp-block-popup-maker-cta-button:not(.is-style-outline))>.wp-block-popup-maker-cta-button__link:not(.is-style-outline){background-color:var(--wp--preset--color--contrast);border-color:var(--wp--preset--color--contrast);color:var(--wp--preset--color--base)}:root :where(.wp-block-popup-maker-cta-button:not(.is-style-outline))>.wp-block-popup-maker-cta-button__link:not(.is-style-outline):hover{background-color:color-mix(in srgb,var(--wp--preset--color--contrast) 85%,#0000);border-color:#0000;color:var(--wp--preset--color--base)}:root :where(.wp-block-popup-maker-cta-button .wp-block-popup-maker-cta-button__link.is-style-outline),:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link){border:1px
solid;padding:calc(1rem - 1px) calc(2.25rem - 1px)}:root :where(.wp-block-popup-maker-cta-button .wp-block-popup-maker-cta-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-popup-maker-cta-button .wp-block-popup-maker-cta-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link:not(.has-background)){background-color:#0000;background-image:none}:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link.wp-block-popup-maker-cta-button__link:not(.has-background):hover){background-color:color-mix(in srgb,var(--wp--preset--color--contrast) 5%,#0000)}.wp-block-popup-maker-cta-button__link:hover.has-background:not(.is-style-outline):hover,.wp-block-popup-maker-cta-button__link:hover[style*=background-color]:not(.is-style-outline){filter:brightness(.85)}.wp-block-popup-maker-cta-button__link:hover.is-style-outline:hover{filter:brightness(1.05)}@supports not (background-color:color-mix(in srgb,red 50%,blue)){:where(.wp-block-popup-maker-cta-button:not(.is-style-outline))>.wp-block-popup-maker-cta-button__link:not(.is-style-outline):hover{filter:brightness(.85)}:where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link.wp-block-popup-maker-cta-button__link:not(.has-background):hover){filter:brightness(1.05)}}.wp-block-popup-maker-cta-button{cursor:text;position:relative}.wp-block-popup-maker-cta-buttons{box-sizing:border-box}.wp-block-popup-maker-cta-buttons.is-vertical{flex-direction:column}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button:last-child{margin-bottom:0}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button{display:inline-block;margin:0}.wp-block-popup-maker-cta-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-popup-maker-cta-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-popup-maker-cta-buttons.is-content-justification-center{justify-content:center}.wp-block-popup-maker-cta-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-popup-maker-cta-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-popup-maker-cta-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-popup-maker-cta-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-popup-maker-cta-buttons.aligncenter{text-align:center}.wp-block-popup-maker-cta-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-popup-maker-cta-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-popup-maker-cta-buttons[style*=text-decoration] .wp-block-popup-maker-cta-button,.wp-block-popup-maker-cta-buttons[style*=text-decoration] .wp-block-popup-maker-cta-button__link{text-decoration:inherit}.wp-block-popup-maker-cta-buttons.has-custom-font-size .wp-block-popup-maker-cta-button__link{font-size:inherit}.wp-block-popup-maker-cta-button.aligncenter{text-align:center}:root .wp-block-popup-maker-cta-buttons.is-layout-flex:not([class*=wp-container-popup-maker-cta-buttons-is-layout-]){gap:16px}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em
0.5em 1em;padding:0.2em 1em;border:2px
solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:normal;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px
solid #dc3232;background:#fff;padding: .2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0
0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:0.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0
24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion: reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@keyframes
spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes
blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:0.5}.wpcf7 input[type="file"]{cursor:pointer}.wpcf7 input[type="file"]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}:root{--srp-global-cta-mobile:142px;--srp-global-cta-desktop:200px;--srp-global-column-title-width:500px;--srp-extendedPlayer-height:100vh}@keyframes
showElement{from{opacity:0}to{opacity:1}}@keyframes
hideElement{from{opacity:1}to{opacity:0}}@media only screen and (min-width: 1026px){#sonaar-player:not(.sr-float) .player
.store{box-sizing:border-box}#sonaar-player:not(.sr-float) .player .store .track-store{display:flex;list-style:none;margin:0;padding:0;height:100%}#sonaar-player:not(.sr-float) .player .store .track-store
li{height:100%;min-width:74px;display:flex;justify-content:center;align-items:center;border-left:1px solid rgba(255, 255, 255, 0.1);position:relative;top:0}#sonaar-player:not(.sr-float) .player .store .track-store li
a{height:auto;max-height:100%;display:block;font-size:10px;text-decoration:none;text-transform:uppercase;text-align:center;overflow:hidden;padding-left:10px;padding-right:10px}#sonaar-player:not(.sr-float) .player .store .track-store li a:hover{transition:200ms;filter:brightness(0.75)}#sonaar-player:not(.sr-float) .player .store .track-store li a
i{pointer-events:none;display:block;font-size:20px;line-height:1.5em}#sonaar-player:not(.sr-float) .player .store .track-store li
.sr_store_round_bt{border-radius:4px;padding:4px
6px;margin:0px
10px;display:flex;align-items:center;justify-content:center}#sonaar-player:not(.sr-float) .player .store .track-store li .sr_store_round_bt
i.fas{display:inline-block;margin-right:5px;font-size:12px}}@media only screen and (max-width: 426px){#sonaar-player .playlist .tracklist .track-store{display:none !important}}@media only screen and (max-width: 540px){#sonaar-player .playlist button.play, #sonaar-player .player .player-row .sr_skipBackward,
#sonaar-player .player .player-row .sr_skipForward,
#sonaar-player .player .player-row .sr_speedRate,
#sonaar-player .player .player-row
.shuffle{display:none !important}}@media only screen and (min-width: 425px) and (max-width: 1025px){#sonaar-player .playlist .tracklist .track-store{display:none !important}}#sonaar-player{position:fixed;bottom:-90px;color:#fff;background-color:#000;width:100%;z-index:8010}#sonaar-player .mejs-container{display:none !important}#sonaar-player,
#sonaar-player
.player{height:90px}@media only screen and (max-width: 540px){#sonaar-player,
#sonaar-player
.player{height:56px}#sonaar-player div.player,
#sonaar-player .player
div.player{border-width:0}}#sonaar-player.sr_hide{display:none}#sonaar-player:not(.sr_hide):not([v-cloak]){display:block !important}@media only screen and (max-width: 1025px){#sonaar-player
.store{display:none}}#sonaar-player.enable{transition:all 0.03s ease}#sonaar-player.enable .btn-player{top:0px !important}#sonaar-player.enable .btn-player
.audioBar{display:none !important}@media only screen and (max-width: 1025px){#sonaar-player.enable
.store{position:absolute;top:0px;right:0px;transform:translateY(-100%);width:auto !important;min-width:150px;border-radius:3px;z-index:10000;display:none}#sonaar-player.enable .store .track-store{font-size:14px;list-style:none;margin:0;padding:0}#sonaar-player.enable .store .track-store
li{border:none;display:block;padding:7px}#sonaar-player.enable .store .track-store li
a{text-decoration:none;display:block;text-align:center;color:inherit !important;background-color:inherit !important}#sonaar-player.enable .store .track-store li a
.fa{display:inline-block;padding-right:10px;font-size:1.4em}#sonaar-player.enable .store .track-store li a
i{margin-right:6px}#sonaar-player.enable .store .track-store li+li{border-top:1px solid rgba(138, 138, 138, 0.25)}#sonaar-player.enable
.store.opened{display:block;animation:showElement 0.25s ease-in-out both}#sonaar-player.enable .store:not(.opened){animation:hideElement 0.25s ease-in-out both}}#sonaar-player.show-list{height:100%;z-index:9999}#sonaar-player .sricon-close, #sonaar-player
.close{pointer-events:all;right:50px;top:45px;position:absolute;cursor:pointer}#sonaar-player .sricon-close.btn_playlist, #sonaar-player
.close.btn_playlist{font-size:32px}#sonaar-player .sricon-close.btn_playlist:after, #sonaar-player .sricon-close.btn_playlist:before, #sonaar-player .close.btn_playlist:after, #sonaar-player .close.btn_playlist:before{margin-left:14px}@media only screen and (max-width: 860px){#sonaar-player .sricon-close, #sonaar-player
.close{font-size:18px;top:15px;right:22px;z-index:9999}#sonaar-player .sricon-close.btn_playlist, #sonaar-player
.close.btn_playlist{font-size:18px}}#sonaar-player .sricon-close.btn-player, #sonaar-player .close.btn-player{font-size:16px;display:flex;justify-content:center;align-items:center;right:0;top:-10px;transform:translateY(-100%);width:24px;height:24px}@media only screen and (max-width: 860px){#sonaar-player .sricon-close.btn-player, #sonaar-player .close.btn-player{top:-3px}}#sonaar-player .sricon-close.btn-player .audioBar, #sonaar-player .close.btn-player
.audioBar{display:block;width:16px;height:16px;transform:rotate(180deg);position:absolute;top:4px;left:4px}#sonaar-player
.playerNowPlaying{width:342px;display:flex;align-items:center}#sonaar-player .playerNowPlaying .album-art{height:calc(100% - 16px);max-width:125px;transition:all 0.5s ease;margin-left:8px;position:relative}@media only screen and (max-width: 540px){#sonaar-player .playerNowPlaying .album-art{height:100%;margin-left:0px;max-width:90px}}#sonaar-player .playerNowPlaying .album-art .loading-icon{color:#fff;position:absolute;width:100%;top:20px;opacity:0;transition:opacity 0.75s ease;z-index:1}#sonaar-player .playerNowPlaying .album-art.loading-enable.loading .loading-icon{opacity:0.8}#sonaar-player .playerNowPlaying .album-art img:not(.hover){max-width:100%;max-height:100%;position:relative;top:50%;transform:translateY(-50%)}#sonaar-player .playerNowPlaying .album-art
img.hover{opacity:0;position:absolute;top:0;width:200px;max-width:unset;height:auto;transition:all 0.5s ease;transform:translate3d(0, 200px, 0);z-index:100}@media only screen and (min-width: 540px){#sonaar-player .playerNowPlaying .album-art:hover
img.hover{opacity:1;transform:translateY(-100%) translate3d(0, 0, 0)}}#sonaar-player .playerNowPlaying.no-image
.metadata{margin-left:10px;margin-right:0px;width:inherit}@media only screen and (max-width: 540px){#sonaar-player .playerNowPlaying.no-image
.metadata{margin-right:10px}}#sonaar-player .playerNowPlaying
.metadata{position:relative;letter-spacing:1px;width:245px;height:100%;overflow:hidden;white-space:nowrap;margin:0
0 0 20px;line-height:1.65em}#sonaar-player .playerNowPlaying .metadata .track-name,
#sonaar-player .playerNowPlaying .metadata .track-artist,
#sonaar-player .playerNowPlaying .metadata .track-album{float:left;clear:left}#sonaar-player .playerNowPlaying .metadata .track-name.scrolling,
#sonaar-player .playerNowPlaying .metadata .track-artist.scrolling,
#sonaar-player .playerNowPlaying .metadata .track-album.scrolling{transition:transform 5s linear}#sonaar-player .playerNowPlaying .metadata .track-name .duplicate,
#sonaar-player .playerNowPlaying .metadata .track-artist .duplicate,
#sonaar-player .playerNowPlaying .metadata .track-album
.duplicate{padding-left:10px}#sonaar-player .playerNowPlaying .metadata .metadata-inner{position:relative;top:50%;transform:translateY(-50%)}#sonaar-player .playerNowPlaying .metadata .metadata-inner:after{content:"";clear:both;display:table}#sonaar-player .playerNowPlaying .metadata .track-artist,
#sonaar-player .playerNowPlaying .metadata .track-album{font-size:0.7em;line-height:1em}@media only screen and (max-width: 860px){#sonaar-player .playerNowPlaying
.metadata{font-size:14px}}@media only screen and (max-width: 540px){#sonaar-player .playerNowPlaying
.metadata{font-size:12px;width:calc(100% - 50px);margin:0
10px;max-width:300px}}@media only screen and (max-width: 860px){#sonaar-player
.playerNowPlaying{width:auto;flex:1}}@media only screen and (max-width: 860px) and (min-width: 541px){#sonaar-player .no-list .playerNowPlaying
.metadata{width:calc(100% - 215px)}}#sonaar-player
.playlist{font-size:18px;box-sizing:border-box;height:calc(100vh - 90px);position:absolute;width:100%}#sonaar-player .playlist
.scroll{height:calc(100vh - 320px);width:100%;top:100px;position:absolute;display:flex;overflow-y:hidden}#sonaar-player .playlist
.container{min-height:0;width:100%;max-width:1144px;height:auto;align-self:center;margin:auto;padding:0
20px;background-color:transparent}#sonaar-player .playlist .container
.boxed{height:auto;width:100%}#sonaar-player .playlist
.title{margin-bottom:20px;display:block;text-align:center;font-size:54px;line-height:1.265em}@media only screen and (max-width: 860px){#sonaar-player .playlist
.title{box-sizing:border-box;font-size:18px;text-transform:uppercase;position:fixed;top:0;left:0;width:100vw;margin:0;padding:20px}}#sonaar-player .playlist
button.play{padding:12px
34px;border-radius:50px;border:none;font-family:Tahoma,sans-serif;font-size:14px;text-transform:uppercase;position:relative;left:50%;transform:translate(-50%, 0);margin:0
auto 50px auto;outline:none;cursor:pointer}#sonaar-player .playlist
.tracklist{list-style-type:none;margin:0;padding:0;display:table;width:100%}@media only screen and (max-width: 540px){#sonaar-player .playlist
.tracklist{display:block}}#sonaar-player .playlist .tracklist
li{filter:brightness(70%);font-weight:inherit;display:table-row;line-height:2.4em;cursor:pointer}#sonaar-player .playlist .tracklist
li.active{filter:brightness(100%);font-weight:700}@media only screen and (max-width: 860px){#sonaar-player .playlist .tracklist
li{font-size:15px}}@media only screen and (max-width: 540px){#sonaar-player .playlist .tracklist
li{display:block;line-height:1.265em;margin-bottom:1.265em;position:relative}}#sonaar-player .playlist .tracklist
span{display:table-cell}#sonaar-player .playlist .tracklist span
.content{background-color:unset;margin:0}@media only screen and (min-width: 540px){#sonaar-player .playlist .tracklist span
.content{line-height:1.3em;display:block;overflow:hidden;text-overflow:ellipsis}}@media only screen and (max-width: 540px){#sonaar-player .playlist .tracklist
span{display:inline-block}}@media only screen and (max-width: 540px){#sonaar-player .playlist .tracklist .track-status{font-size:12px;font-weight:300}}@media only screen and (max-width: 540px){#sonaar-player .playlist .tracklist
.srp_track_control{position:absolute}}#sonaar-player .playlist .tracklist .sricon-play{font-size:15px;padding-right:7px}@media only screen and (max-width: 540px){#sonaar-player .playlist .tracklist .sricon-play{font-size:12px;padding-right:0}}@media only screen and (max-width: 540px){#sonaar-player .playlist .tracklist .track-lenght{font-size:12px;font-weight:300;position:absolute;right:0px;top:0}}#sonaar-player .playlist .tracklist .track-store{display:flex;justify-content:start;column-gap:15px}#sonaar-player .playlist .tracklist .track-store
a{text-decoration:none;font-size:20px}@media only screen and (max-width: 540px){#sonaar-player .playlist .tracklist .track-title{display:block;width:100%;padding-left:20px}}@media only screen and (max-width: 540px){#sonaar-player .playlist .tracklist .track-artist,
#sonaar-player .playlist .tracklist .track-album{font-size:12px;font-weight:300;padding-left:20px}}@media only screen and (max-width: 540px){#sonaar-player .playlist .tracklist .track-artist+.track-album{padding-left:10px}}#sonaar-player.audio-playing .playlist .tracklist li.active .sricon-play:before{content:'\e81c'}#sonaar-player.srp_mobile
.playlist{z-index:15555;background:inherit;height:100%}#sonaar-player.srp_mobile .playlist
.container{align-self:normal;margin:0}#sonaar-player.srp_mobile .playlist .sricon-close.close{position:fixed;left:22px;top:18px}#sonaar-player.srp_mobile
.scroll{top:64px;height:calc(100% - 64px)}#sonaar-player.srp_mobile .player
.control{padding:0}#sonaar-player
.player{width:100%;position:absolute;left:0;bottom:0;top:auto;border-width:4px;border-style:solid;border-left:none;border-bottom:none;border-right:none}#sonaar-player .player .player-row{display:flex;height:100%}#sonaar-player .player .player-row .sr_skipBackward,
#sonaar-player .player .player-row
.sr_skipForward{font-size:25px}@media only screen and (max-width: 540px){#sonaar-player .player .player-row:before{content:"";width:100%;height:calc(100% - 5px);display:block;position:absolute;bottom:0;z-index:55}}@media only screen and (max-width: 540px){#sonaar-player .player .player-row .playerNowPlaying,
#sonaar-player .player .player-row .control,
#sonaar-player .player .player-row .sonaar-extend-button{z-index:60}}#sonaar-player .player .control--item.list:hover, #sonaar-player .player .control--item.previous:hover, #sonaar-player .player .control--item.play:hover, #sonaar-player .player .control--item.next:hover, #sonaar-player .player .control--item.shuffle:hover,
#sonaar-player .player .control--item.volume .sricon-volume:hover:before{filter:brightness(0.75);transition:300ms}#sonaar-player .player
.mobilePanel{position:absolute;top:0px;width:100%;transform:translateY(calc(-100% + 4px));z-index:50;border-bottom:4px solid}#sonaar-player .player .mobilePanel .sonaar-extend-button{position:absolute;top:0;right:0}#sonaar-player .player
.control{padding:0
15px;margin:0;list-style:none;display:flex;justify-content:flex-start;flex-wrap:wrap;column-gap:22px}#sonaar-player .player .control .control--item{position:relative;text-align:center;height:100%;cursor:pointer;opacity:1;display:flex;justify-content:center;align-items:center}#sonaar-player .player .control .control--item.play{background:unset}@media only screen and (max-width: 860px){#sonaar-player .player
.control{margin-right:20px}}@media only screen and (max-width: 767px){#sonaar-player .player
.control{margin-right:15px}}@media only screen and (max-width: 540px){#sonaar-player .player
.control{min-width:40px;margin-right:0}}@media only screen and (max-width: 860px){#sonaar-player .player
.sr_progressbar_sticky{display:none !important}}#sonaar-player
.sr_progressbar_sticky{width:auto;position:relative;display:flex;flex:1;align-items:center;margin:0
5px}#sonaar-player .sr_progressbar_sticky
.timing{font-variant-numeric:tabular-nums;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:11px;line-height:1em}#sonaar-player .sr_progressbar_sticky .sr-progress{width:calc(100% - 200px);position:absolute;height:90px;left:75px;bottom:0}#sonaar-player .sr_progressbar_sticky .sr-progress .sr-wavebar{position:absolute;height:1px;left:0;top:50%}#sonaar-player .sr_progressbar_sticky .sr-progress
.progress_totalTime{width:100%}#sonaar-player .sr_progressbar_sticky .sr-progress
.progress_currentTime{height:3px;top:calc(50% - 1px)}#sonaar-player .sr_progressbar_sticky .sr-progress
.skip{width:100%;height:100%;position:absolute;top:0;left:0}#sonaar-player .sr_progressbar_sticky
#sPlayer{display:flex;align-items:center;height:100%;opacity:0;transition:all 3000ms ease;overflow:hidden;width:calc(100% - 100px);max-height:calc(100% - 6px);left:47px}#sonaar-player .sr_progressbar_sticky
#sPlayer.sr_hide{opacity:0}#sonaar-player .sr_progressbar_sticky
#sPlayer.reveal{opacity:1}#sonaar-player
.progressLoading{background:rgba(255, 255, 255, 0.25);width:0%;height:1px;box-shadow:0 0 2px rgba(255, 255, 255, 0.5);width:calc(100% - 562px);position:absolute;left:552px;top:45px;transition:opacity 3000ms ease}#sonaar-player
.wave{position:absolute;left:30px}#sonaar-player .wave
wave{transition:width 400ms;width:100%;position:absolute;overflow-x:hidden !important}#sonaar-player.sr-float{bottom:-56px}@media only screen and (min-width: 541px){#sonaar-player.sr-float .player
.mobilePanel{border-width:0;transform:unset;top:3px}}@media only screen and (max-width: 540px){#sonaar-player.sr-float .player
.mobilePanel{transform:translateY(calc(-100% + 5px));border-width:5px}}#sonaar-player.sr-float .close.btn-player
rect{fill:#fff}#sonaar-player.sr-float .control .control--item.list.sricon-list{font-size:18px}#sonaar-player.sr-float .control .sricon-back, #sonaar-player.sr-float .control .sricon-forward, #sonaar-player.sr-float .control .sricon-play{font-size:17px}#sonaar-player
.shuffle{width:20px}#sonaar-player.hide-track-lenght .playlist .tracklist .track-lenght{display:none}#sonaar-player.hide-track-category .playlist .tracklist .track-album{display:none}#sonaar-player .sonaar-extend-button{height:100%;width:25px;display:flex;justify-content:center;align-items:center;font-size:16px;line-height:16px;text-align:center;margin-right:5px;cursor:pointer}@media only screen and (min-width: 1026px){#sonaar-player .sonaar-extend-button{display:none}}#sonaar-player .sonaar-extend-button
i{position:relative;display:block}#sonaar-player
.mobileProgress{width:100%;position:absolute;top:-6px;z-index:10;cursor:pointer}#sonaar-player .mobileProgress
.skip{position:absolute;width:100%;height:390%;top:-130%;z-index:10}@media only screen and (min-width: 861px){#sonaar-player
.mobileProgress{display:none}}#sonaar-player
.mobileProgressing{height:6px;position:relative}#sonaar-player .mobileProgressing:after{content:'';position:absolute;top:0;left:0;height:100%;width:100%}#sonaar-player
.progressDot{height:10px;width:10px;border-radius:5px;position:absolute;top:50%;left:0;transform:translate(-50%, -50%);display:none}body:not(.continuousPlayer-enable) #sonaar-player
.progressDot{opacity:0}#sonaar-player.sr-float:not(.show-list),
#sonaar-player.sr-float
.player{height:50px}#sonaar-player.sr-float:not(.sr_hide):not([v-cloak]){display:flex !important;left:unset}#sonaar-player.sr-float{background-color:unset}#sonaar-player.sr-float:not(.srp_ext_opened){pointer-events:none}#sonaar-player.sr-float.sr-pos--left{justify-content:flex-start}#sonaar-player.sr-float.sr-pos--center{justify-content:center}#sonaar-player.sr-float.sr-pos--right{justify-content:flex-end}#sonaar-player.sr-float.audio-playing .player:hover
.mobileProgress{display:block;opacity:1}@media only screen and (max-width: 861px){#sonaar-player.sr-float.audio-playing .player.audio-playing
.mobileProgress{display:block;opacity:1}}#sonaar-player.sr-float
.player{pointer-events:all;margin:20px;left:unset;border-radius:10px;width:auto;border-width:0px}#sonaar-player.sr-float .player .control .control--item{margin:0
1px}@media only screen and (min-width: 861px){#sonaar-player.sr-float .player.sr-show_controls_hover{transition:800ms width;width:342px}#sonaar-player.sr-float .player.sr-show_controls_hover:hover{width:100%}#sonaar-player.sr-float .player.sr-show_controls_hover:hover
.playerNowPlaying{width:270px}#sonaar-player.sr-float .player.sr-show_controls_hover .player-row{display:flex;justify-content:flex-end}#sonaar-player.sr-float .player.sr-show_controls_hover
.playerNowPlaying{position:absolute;width:300px;height:100%;left:0;transition:800ms width;z-index:2}}@media only screen and (max-width: 861px){#sonaar-player.sr-float .player.sr-show_controls_hover{width:calc(100% - 20px) !important;transform:unset !important}}#sonaar-player.sr-float .player:hover .close.btn-player{opacity:1}#sonaar-player.sr-float .player
.mobileProgress{transition:400ms;top:unset;bottom:-8px;width:100%;left:0px}#sonaar-player.sr-float .player
.mobileProgressing{height:3px}#sonaar-player.sr-float
.sr_progressbar_sticky{display:none}#sonaar-player.sr-float
.playlist{pointer-events:all;height:100%}#sonaar-player.sr-float .album-art img:last-child{border-radius:10px 0px 0px 10px}#sonaar-player.sr-float .playerNowPlaying
.metadata{margin:0
10px}#sonaar-player.sr-float .playerNowPlaying .metadata .track-album{display:none}#sonaar-player.sr-float .playerNowPlaying .album-art{margin-left:0;height:100%}@media only screen and (min-width: 1026px){#sonaar-player.sr-float .sonaar-extend-button{display:flex}}#sonaar-player.sr-float.enable
.store{position:absolute;top:-1px;right:70px;transform:translateY(-100%);width:auto !important;min-width:150px;border-radius:3px;z-index:10000;display:none}@media only screen and (max-width: 861px){#sonaar-player.sr-float.enable
.store{right:10px}}#sonaar-player.sr-float.enable .store .track-store{font-size:14px;list-style:none;margin:0;padding:0}#sonaar-player.sr-float.enable .store .track-store
li{border:none;display:block;padding:7px}#sonaar-player.sr-float.enable .store .track-store li
a{text-decoration:none;display:block;text-align:right;color:inherit !important;background-color:inherit !important}#sonaar-player.sr-float.enable .store .track-store li a
.fa{display:inline-block;padding-right:10px;font-size:1.4em}#sonaar-player.sr-float.enable .store .track-store li a
i{margin-right:6px}#sonaar-player.sr-float.enable .store .track-store li+li{border-top:1px solid rgba(138, 138, 138, 0.25)}#sonaar-player.sr-float.enable
.store.opened{display:block;animation:showElement 0.25s ease-in-out both}#sonaar-player.sr-float.enable .store:not(.opened){animation:hideElement 0.25s ease-in-out both}@media only screen and (max-width: 861px){#sonaar-player.sr-float
.player{width:calc(100% - 20px);max-width:unset;margin:10px}#sonaar-player.sr-float .player .close.btn-player.enable{opacity:1}#sonaar-player.sr-float .player
.mobileProgress{opacity:0;bottom:0px}}@media only screen and (min-width: 861px){#sonaar-player.sr-float
.mobileProgress{display:block;opacity:0}}@media only screen and (max-width: 540px){#sonaar-player.sr-float .player
.control{min-width:42px}}#sonaar-player.sr-float:not(.enable) .player{transition-delay:350ms;width:100% !important;max-width:100%;margin:0px;top:0px !important;left:0px !important}#sonaar-player.sr-float .close.btn-player{right:0px;top:0px}#sonaar-player.sr-float .close.btn-player.enable{transition:400ms;opacity:0;width:17px;height:15px}#sonaar-player.sr-float .close.btn-player.enable:before, #sonaar-player.sr-float .close.btn-player.enable:after{height:7px;top:5px}#sonaar-player.sr-float .close.btn-player.enable:before{left:10px}#sonaar-player.sr-float .close.btn-player.enable:after{left:6px}#sonaar-player.sr-fullwidth .sonaar_wave_base,
#sonaar-player.sr-fullwidth
.sonaar_wave_cut{height:40px}#sonaar-player.sr-mini_fullwidth:not(.show-list),
#sonaar-player.sr-mini_fullwidth
.player{height:42px}#sonaar-player.sr-mini_fullwidth{bottom:-48px}#sonaar-player.sr-mini_fullwidth
.player{border-width:2px}#sonaar-player.sr-mini_fullwidth .player .control .control--item{margin:0
1px}#sonaar-player.sr-mini_fullwidth
.mobileProgress{top:-3px}#sonaar-player.sr-mini_fullwidth
.mobileProgressing{height:3px}#sonaar-player.sr-mini_fullwidth .playerNowPlaying
.metadata{margin:0
10px}#sonaar-player.sr-mini_fullwidth .playerNowPlaying .metadata .track-album{display:none}#sonaar-player.sr-mini_fullwidth .playerNowPlaying .album-art{margin-left:0;height:100%}@media only screen and (min-width: 1026px){#sonaar-player.sr-mini_fullwidth .store .track-store li
a{font-size:8px}#sonaar-player.sr-mini_fullwidth .store .track-store li a
i{font-size:12px}}@media only screen and (max-width: 540px){#sonaar-player.sr-mini_fullwidth .player
.control{min-width:42px}}#sonaar-player.sr-mini_fullwidth .close.btn-player.enable{width:17px;height:19px}#sonaar-player.sr-mini_fullwidth .close.btn-player.enable:before, #sonaar-player.sr-mini_fullwidth .close.btn-player.enable:after{height:7px;top:5px}#sonaar-player.sr-mini_fullwidth .close.btn-player.enable:before{left:10px}#sonaar-player.sr-mini_fullwidth .close.btn-player.enable:after{left:6px}#sonaar-player.sr-mini_fullwidth .sonaar_wave_base,
#sonaar-player.sr-mini_fullwidth
.sonaar_wave_cut{height:27px}#sonaar-player.sr-mini_fullwidth .control .control--item.list.sricon-list{font-size:18px}#sonaar-player.sr-mini_fullwidth .control .sricon-back, #sonaar-player.sr-mini_fullwidth .control .sricon-forward, #sonaar-player.sr-mini_fullwidth .control .sricon-play{font-size:17px}#sonaar-player .sr_speedRate
div{color:#000;background:#fff}.sr_skip_number{font-size:10px;font-weight:600;line-height:1;position:absolute}.sr_skipBackward,.sr_skipForward{font-size:22px;cursor:pointer;user-select:none;display:flex;align-items:center;justify-content:center}.sr_speedRate{display:flex;align-items:center;justify-content:center;font-weight:400;font-size:12px;line-height:1;cursor:pointer}.sr_speedRate
div{color:#fff;background:#000;padding:3px;text-align:center;border-radius:3px;user-select:none}#sonaar-player .sr_speedRate:not(.active) div{opacity:0.5}#sonaar-player [class*="sricon-"]::before{margin-left:0;margin-right:0}#sonaar-player.audio-playing .control .sricon-play:before{content:'\e81c'}#sonaar-player .control .sricon-back, #sonaar-player .control .sricon-forward, #sonaar-player .control .sricon-shuffle, #sonaar-player .control
.srp_repeat{font-size:19px}#sonaar-player .control .sricon-play{font-size:26px}#sonaar-player .control .control--item.list.sricon-list{font-size:20px}#sonaar-player .control .control--item.list.sricon-list::before{width:30px}#sonaar-player .sricon-volume{font-size:22px}#sonaar-player.srp_mobile>.srp_spectrum_container{display:none !important}#sonaar-player .player .control .control--item.sricon-shuffle:not(.active), #sonaar-player .sricon-shuffle:not(.active){opacity:0.4}.sricon-volume.active:before, .iron-audioplayer[data-mute="true"] .sricon-volume:before{content:'\e826'}#sonaar-player
div.volume{padding:0
20px}@media only screen and (max-width: 860px){#sonaar-player
div.volume{display:none}}#sonaar-player .volume,
.iron-audioplayer
.volume{display:flex;align-items:center}#sonaar-player .volume .slider-container,
.iron-audioplayer .volume .slider-container{position:absolute;width:30px;height:100px;left:50%;top:0px;transform:translate(-50%, -100%);background:#fff;z-index:200;border:1px
solid #bbb;box-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);border-radius:1px;display:none}#sonaar-player .volume .slider-container .slide,
.iron-audioplayer .volume .slider-container
.slide{width:100%;height:70px;position:absolute;top:20px;cursor:pointer}#sonaar-player .volume .slider-container .slide:before,
.iron-audioplayer .volume .slider-container .slide:before{content:"";position:absolute;width:1px;height:100%;left:50%;top:-5px;opacity:0.5}#sonaar-player .volume .slider-container .ui-slider-range,
.iron-audioplayer .volume .slider-container .ui-slider-range{position:absolute;width:2px;height:60%;bottom:0;left:calc(50% - 1px)}#sonaar-player .volume .slider-container .ui-slider-handle,
.iron-audioplayer .volume .slider-container .ui-slider-handle{width:7px;height:7px;border-radius:100%;position:absolute;left:calc(50% - 3px);cursor:pointer}#sonaar-player .volume .slider-container .trigger,
.iron-audioplayer .volume .slider-container
.trigger{height:calc(100% - 20px);width:100%;top:10px;position:absolute}#sonaar-player .volume .slider-container:before,
.iron-audioplayer .volume .slider-container:before{width:0;height:0;border:none;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #bbb;content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}#sonaar-player .volume .slider-container:after,
.iron-audioplayer .volume .slider-container:after{width:0;height:0;border:none;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #fff;content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}#sonaar-player .volume .sricon-volume,
.iron-audioplayer .volume .sricon-volume{display:initial;width:22px;max-height:calc(90% - 12px);cursor:pointer;position:relative;line-height:0}#sonaar-player .volume .sricon-volume:hover .slider-container,
.iron-audioplayer .volume .sricon-volume:hover .slider-container{display:block}.iron-audioplayer .sr-cf-heading{position:relative;align-items:center;column-gap:10px;display:flex;overflow:hidden;width:auto;padding-bottom:10px;font-weight:600;text-transform:uppercase;border-bottom:1px solid #ffffff21}.iron-audioplayer .sr-cf-heading.srmp3-heading--hide{display:none !important}.iron-audioplayer .sr-cf-heading .srp_sort.asc::after{content:"\002B06";font-size:10px;padding-left:3px}.iron-audioplayer .sr-cf-heading .srp_sort.desc::after{content:"\002B07";font-size:10px;padding-left:3px}.iron-audioplayer .sr-cf-heading .sr-playlist-heading-child{pointer-events:auto;cursor:pointer;justify-content:left;align-items:center;overflow:hidden;text-overflow:ellipsis;text-align:left;white-space:nowrap;font-size:11px;width:100%}.iron-audioplayer.srp_has_customfields.srp_tracklist_grid .srp_tracklist_waveform_enabled .tracklist-item-title{flex:1}.iron-audioplayer.srp_has_customfields .tracklist-item-title{flex:1}.iron-audioplayer.srp_has_customfields .srp_tracklist_waveform_enabled .tracklist-item-title{flex:0 0 250px}.iron-audioplayer.srp_has_customfields .srp_tracklist_waveform_enabled .audio-track{overflow:hidden;flex:1 1 fit-content}.iron-audioplayer.srp_has_customfields .srp_tracklist_waveform_enabled .sr-playlist-cf-container{flex:0 1 fit-content}.iron-audioplayer.srp_has_customfields .sr-playlist-item{overflow-x:hidden}.iron-audioplayer.srp_has_customfields .srp_audio_trigger .audio-track{width:10%}.iron-audioplayer.srp_has_customfields .sr-playlist-cf-container{align-items:center;font-size:11px;flex:1;display:flex;overflow:hidden;justify-content:space-evenly;column-gap:10px;font-size:0.8em}.iron-audioplayer.srp_has_customfields .sr-playlist-cf-container .sr-playlist-cf-child{justify-content:left;overflow:hidden;text-overflow:ellipsis;text-align:left;width:100%;align-items:center}.iron-audioplayer.srp_has_customfields .sr-playlist-cf-container .sr-playlist-cf-child
img{margin-right:5px;max-height:20px}.iron-audioplayer.srp_has_customfields .sr-playlist-cf-container .sr-playlist-cf-child
i{margin-right:5px}.iron-audioplayer.srp_has_customfields .audio-track{flex:0 1 var(--srp-global-column-title-width)}.iron-audioplayer.srp_has_customfields .sr-playlist-cf-container{flex:0 1 calc(100% - var(--srp-global-column-title-width))}.iron-audioplayer.srp_has_customfields:not(.srp_tracklist_grid) .sr-playlist-item:not(.srp_extended) .song-store-list-menu{max-width:var(--srp-global-cta-desktop)}.iron-audioplayer.srp_has_customfields .sr-playlist-item.srp_extended .song-store-list-menu{max-width:999px}.iron-audioplayer.srp_has_customfields .sr-playlist-item .store-list{flex:0 0 var(--srp-global-cta-desktop);align-items:center}.iron-audioplayer.srp_has_customfields:not(.srp_tracklist_grid) .playlist .store-list .song-store-list-menu{justify-content:flex-start !important;width:var(--srp-global-cta-desktop);overflow:hidden;position:absolute !important;right:0}.iron-audioplayer.srp_has_customfields .srp_list:not(.srp_contentLoading) .song-store-list-menu{transition:0.2s ease}.iron-audioplayer.srp_has_customfields.playlist_has_no_ctas .store-list{display:none}.iron-audioplayer.srp_has_customfields.srp_responsive .sr-playlist-item .store-list{flex:0 0 var(--srp-global-cta-mobile)}.iron-audioplayer.srp_has_customfields.srp_responsive .playlist .store-list .song-store-list-menu{width:var(--srp-global-cta-mobile)}.iron-audioplayer.srp_has_customfields .store-list
.srp_ellipsis{font-size:14px;transition:0.15s;top:50%;transform:scale(1) translateY(-50%)}.iron-audioplayer.srp_has_customfields .srp_extended
.srp_ellipsis{opacity:0;transform:scale(0) translateY(-50%)}.iron-audioplayer.srp_has_customfields .srp_extendable
.srp_ellipsis{padding:5px;z-index:55}.iron-audioplayer.srp_has_customfields .sr-playlist-item:not(.srp_extendable) .srp_ellipsis{display:none}.iron-audioplayer
.srp_search_main{padding-bottom:20px}.iron-audioplayer .playlist
ul.srp_pagination{height:auto !important}.iron-audioplayer .playlist ul .ps__rail-y{height:0px !important}.iron-audioplayer:not(.srp_has_customfields) .playlist.srp_tracklist_waveform_enabled .tracklist-item-title{flex:0 1 350px}.iron-audioplayer .ui-slider-handle,
.iron-audioplayer .ui-slider-range{background:#000}.iron-audioplayer
.sr_skip_number{font-size:8px;line-height:11px}.iron-audioplayer .sr-playlist-item[data-post-url]:not([data-post-url=""]) .sr_track_cover{cursor:pointer}.iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .sr_shuffle{display:flex}.iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .sr_speedRate{font-size:8px;line-height:9px;font-weight:600}.iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .sr_speedRate
div{border-width:1.5px}.iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .sr_mute,
.iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .sr_unmute{width:18px}.iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .srp_wave_box.srp_progressbar_inline{display:flex;flex-wrap:wrap}.iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .srp_wave_box.srp_progressbar_inline
.player{margin-right:15px;flex-grow:1;width:unset}.iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .srp_wave_box.srp_progressbar_inline .player
.sr_progressbar{width:auto}.iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .srp_show_prevnext_bt .next, .iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .srp_show_prevnext_bt
.previous{display:block !important}.iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .srp_control_left
.srp_progressbar_inline{flex-direction:row-reverse}.iron-audioplayer.audio-playing .srp_player_boxed .sricon-play:before{content:'\e81c'}.iron-audioplayer.srp_favorites_loading .srp-fav-bt{opacity:0.3}.iron-audioplayer .srp-fav-bt{transition:opacity 0.2s}.sr_mute{display:none}.iron-audioplayer[data-mute="true"] .sr_unmute{display:none}.iron-audioplayer[data-mute="true"] .sr_mute{display:initial}.sr_shuffle{cursor:pointer}.iron-audioplayer:not([data-shuffle="true"]) .control .sricon-shuffle{opacity:0.4}.continuousPlayer-enable
#srmp3_lyricsplaying_container{transition:200ms;bottom:90px}@media only screen and (max-width: 540px){.continuousPlayer-enable
#srmp3_lyricsplaying_container{bottom:62px}}@media only screen and (max-width: 768px){.srp_sticky_ext_opened.continuousPlayer-enable
#srmp3_lyricsplaying_container{bottom:0px;z-index:10100}.srp_sticky_ext_opened.continuousPlayer-enable
#srmp3_lyrics_container{z-index:10050}}#srmp3_lyricsplaying_container{cursor:pointer;display:flex;justify-content:center;align-items:flex-end;max-width:100%;width:100%;bottom:0px;position:fixed;z-index:8000}.srmp3_lyrics
tt{font-family:inherit}.srmp3_lyrics p[begin]{margin-bottom:1em}@media only screen and (max-width: 540px){.srmp3_lyrics p[begin]{margin-bottom:0.7em}}.srmp3_lyrics p[begin]{transition:color 1s ease}.srmp3_lyrics_container{pointer-events:none;padding:4px
10px;display:flex;justify-content:center;text-align:center;color:#fff;background-color:#000;font-style:italic;font-size:21px}.srmp3_lyrics_container:before,.srmp3_lyrics_container:after{content:'♪';margin:0px
8px}#srmp3_lyrics_container{position:fixed;color:#575757;background-color:#000;top:0px;width:100%;height:100%;padding:100px;text-align:left;z-index:7999}#srmp3_lyrics_container
.srmp3_lyrics{font-size:48px;font-weight:700;line-height:1em;height:calc(100vh - 320px);top:100px;margin-top:20px;overflow-y:hidden}#srmp3_lyrics_container .srmp3_lyrics .ps__rail-y{height:0px !important}@media only screen and (max-width: 540px){#srmp3_lyrics_container
.srmp3_lyrics{font-size:24px;line-height:1em;height:calc(100vh - 150px)}}#srmp3_lyrics_container
.srmp3_lyrics_title{color:#fff;font-size:24px}@media only screen and (max-width: 540px){#srmp3_lyrics_container
.srmp3_lyrics_title{font-size:18px}}#srmp3_lyrics_container
.srmp3_lyrics_album{color:#a7a7a7;font-size:18px}@media only screen and (max-width: 540px){#srmp3_lyrics_container{padding:30px;bottom:50px}}#srmp3_lyrics_container .sricon-close-circle{position:absolute;top:50px;right:50px;font-size:48px;line-height:1;cursor:pointer}@media only screen and (max-width: 767px){#srmp3_lyrics_container .sricon-close-circle{top:25px;right:25px}}@media only screen and (max-width: 767px){#srmp3_lyrics_container .srmp3_lyrics_album,
#srmp3_lyrics_container
.srmp3_lyrics_title{padding-right:25px}}.srp_player_boxed
.srp_note{position:absolute;top:10px;left:10px;height:100%;max-height:calc(100% - 20px);width:calc(100% - 20px);overflow-y:auto}.srp_player_boxed .srp_note
h1{width:calc(100% - 35px)}.srp_note{position:relative;background:#fff;color:#000;width:100%;z-index:25;padding:25px;border-radius:4px}.sr-playlist-item
.srp_note{margin-top:10px}.srp_note
ul{margin:inherit !important;padding:15px
!important;height:initial !important;overflow-y:visible !important;overflow-x:visible !important}.srp_note ul
li{list-style:disc !important;padding:initial !important}.srp_note
.sr_close{top:20px;right:20px}.sr-playlist-item .srp_note
.sr_close{display:none}.srp_note_title,.srp-modal-title{font-size:1.7em;line-height:1.2;font-weight:inherit;color:inherit;margin-bottom:1rem}.srp-modal-subtitle{font-size:1.2em;line-height:1.2;font-weight:inherit;color:inherit;margin-bottom:1rem}.srp-modal-product-desc{margin-bottom:1rem}@media only screen and (max-width: 450px){#sonaar-player[data-ui-items="1"] .playerNowPlaying{width:calc(100% - 50px)}#sonaar-player[data-ui-items="2"] .playerNowPlaying{width:calc(100% - 100px)}#sonaar-player[data-ui-items="3"] .playerNowPlaying{width:calc(100% - 150px)}#sonaar-player[data-ui-items="4"] .playerNowPlaying{width:calc(100% - 200px)}#sonaar-player
.playerNowPlaying{width:calc(100% - 75px)}#sonaar-player[data-ui-items="1"] .playerNowPlaying.no-image{width:calc(100% - 45px)}#sonaar-player[data-ui-items="2"] .playerNowPlaying.no-image{width:calc(100% - 75px)}#sonaar-player[data-ui-items="3"] .playerNowPlaying.no-image, #sonaar-player[data-ui-items="4"] .playerNowPlaying.no-image{width:calc(100% - 115px)}#sonaar-player .playerNowPlaying.no-image{width:100%}#sonaar-player .playerNowPlaying.no-image
.metadata{width:100%}}.sonaar-player-slidefade-enter-active{transition:800ms all ease}.sonaar-player-slidefade-leave-active{transition:all 0.4s ease}.sonaar-player-slidefade-enter{transform:scale(0.8);opacity:0}.sonaar-player-slidefade-leave-to{opacity:0}@media only screen and (max-width: 1025px){.sonaar-player-storefade-enter-active{transition:all 0.03s ease}}@media only screen and (max-width: 1025px){.sonaar-player-storefade-leave-active{transition:all 0.03s ease}}@media only screen and (max-width: 1025px){.sonaar-player-storefade-enter{transform:translateY(70px)}}@media only screen and (max-width: 1025px){.sonaar-player-storefade-leave-to{transform:translateY(70px)}}.woocommerce-page.single-product .iron-audioplayer
.srp_tracklist{margin:0px}@media (max-width: 991px){.woocommerce-page.single-product .iron-audioplayer
.playlist{margin-top:0px}}.woocommerce-LoopProduct-link .tracklist-item-time{display:none}.woocommerce-LoopProduct-link .iron-audioplayer .player
.wave{margin:0px
0px}.woocommerce-LoopProduct-link .iron-audioplayer .sonaar-Artwort-box{margin-bottom:initial}.woocommerce ul.products li.product a .album-art
img{margin:0px}.woocommerce .iron-audioplayer .playlist .audio-track{text-align:left}.woocommerce ul.products li.product.srmp3-product.srmp3-product__hideimage a img.attachment-woocommerce_thumbnail, .woocommerce ul.products li.product.srmp3-product.srmp3-product__hideimage a img.woocommerce-placeholder{display:none}@media only screen and (min-width: 540px){#pusher-wrap.sonaar-list-active{-webkit-animation:blur 0.5s linear forwards;-moz-animation:blur 0.5s linear forwards;-ms-animation:blur 0.5s linear forwards;-o-animation:blur 0.5s linear forwards;animation:blur 0.5s linear forwards}}@-webkit-keyframes
blur{from{-webkit-filter:blur(0);filter:blur(0)}to{-webkit-filter:blur(20px);filter:blur(20px)}}@-moz-keyframes
blur{from{-webkit-filter:blur(0);filter:blur(0)}to{-moz-filter:blur(20px);filter:blur(20px)}}@keyframes
blur{from{-webkit-filter:blur(0);filter:blur(0)}to{-webkit-filter:blur(20px);-moz-filter:blur(20px);filter:blur(20px)}}.srp_tracklist .ps,.srmp3_lyrics.ps{height:250px;overflow:hidden !important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.srp-modal-medium-size{max-width:100%;width:800px}.srp-modal-variant-file{text-transform:uppercase;font-size:0.8em;font-weight:700}.srp-license-preview-modal
.srp_variant_terms{margin-top:35px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(255, 255, 255, 0.08)}.srp_variant_terms .view-license-button{width:100%}.srp-modal-share{max-width:100%;width:600px}.srp-modal-share .srp-share-title{margin:0
28px 0 0;padding:0;font-size:21px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.srp-modal-share .srp-share-trackinfo-container{display:flex;align-items:center;justify-content:flex-start;column-gap:15px;margin:12px
0 24px}.srp-modal-share .srp-share-trackinfo-container .srp-share-tracktitle{font-size:18px;font-weight:600;overflow:hidden}.srp-modal-share .srp-share-trackinfo-container .srp-share-img{display:flex;flex-shrink:0;width:72px;height:72px;border-radius:3px}.srp-modal-share .srp-modal-sticky-player-container{display:flex;column-gap:15px;margin-top:10px;margin-bottom:10px;align-items:center}.srp-modal-share .srp-modal-sticky-player-container input#stickyPlayerCheckbox, .srp-modal-share .srp-modal-sticky-player-container
input#stickyPlayerTimeCheckbox{width:15px;height:15px}.srp-modal-share .srp-modal-sticky-player-container .srp-modal-sticky-player-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing: .8px}.srp-modal-share .srp-modal-sticky-player-container
#stickyPlayerCurrentTime{height:30px;font-size:14px;width:85px;padding:10px}.srp-modal-share .srp-modal-linkurl-container .srp-modal-linkurl-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing: .8px}.srp-modal-share .srp-modal-linkurl-container .srp-modal-linkurl-input-container{padding:0
5px 0 12px;overflow:hidden;border:unset;position:relative;display:flex;align-items:center;width:100%;height:44px;border-radius:5px;background-color:#dfdfdf;margin:5px
0}.srp-modal-share .srp-modal-linkurl-container .srp-modal-linkurl-input-container
i{margin-left:0;margin-right:-5px;font-size:18px;color:#9b9b9b}.srp-modal-share .srp-modal-linkurl-container .srp-modal-linkurl-input-container
input{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:14px;width:100%;height:100%;padding:0
15px;font-size:13px;font-weight:500;background-color:transparent;border-radius:5px;box-shadow:none;border:none}.srp-modal-share .srp-modal-linkurl-container .srp-modal-linkurl-input-container input:focus-visible{outline:unset}.srp-modal-share .srp-modal-linkurl-container .srp-modal-linkurl-input-container
button{color:inherit;background:transparent;box-sizing:border-box;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;line-height:36px;padding:0
16px;border-radius:4px;overflow:visible}.srp-modal-share .srp-modal-socialshare-container{display:flex;align-items:flex-start;flex-wrap:wrap;margin-top:24px;column-gap:25px;row-gap:20px}.srp-modal-share .srp-modal-socialshare-container
a{text-decoration:none;color:var(--srp-global-modal-btn-bg-color);font-size:42px}.srp-modal-share .srp-modal-socialshare-container a.srp-share-mobile-more
i{font-size:26px}.srp-modal-share .srp-modal-socialshare-container a.srp-share-mobile-more{display:flex;height:42px;align-items:center}.srp-modal-share .srp-modal-socialshare-container
.sricon{-webkit-font-smoothing:antialiased;display:flex;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.srp-modal-share .srp-modal-socialshare-container .sricon:before{margin-right:0px;margin-left:0px}.srp_popup_no_image .srp-modal-product-variation-trackinfo-container{flex-direction:column-reverse}.srp-modal-product-variation{}.srp-modal-product-variation .srp-modal-product-variation-trackinfo-container{display:flex;align-items:flex-start;justify-content:flex-start;column-gap:15px;margin:12px
0 24px}.srp-modal-product-variation .srp-modal-product-variation-trackinfo-container .srp-modal-image{display:flex;flex-shrink:0;width:72px;height:72px;border-radius:3px}.srp-modal-product-variation .srp-modal-title{font-weight:700}.srp-modal-product-variation .srp-modal-variant-name{font-weight:500}.srp-modal-product-variation .srp-modal-subtitle{font-size:11px;text-transform:uppercase}.srp-modal-product-variation .srp-modal-variant-desc{font-size:11px;text-transform:uppercase;margin-top:10px}.srp-modal-variation-list{display:flex;flex-wrap:wrap;gap:10px;grid-template-columns:1fr 1fr 1fr;margin:20px
0 50px}.srp-modal-variant-selector{background-color:#0202022b;border:1px
solid #fff0;border-radius:8px;padding:10px
10px;max-width:calc(33% - 7px);min-width:170px;width:100%;cursor:pointer}.srp-modal-variant-selector:hover,.srp-modal-variant-selector.srp_selected{background-color:#02020261}@media only screen and (max-width: 860px){.srp-modal-variant-selector{max-width:initial}}.srp-modal-variant-main{display:flex;column-gap:12px;row-gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap;padding-top:20px}@media only screen and (max-width: 860px){.srp-modal-variant-main{justify-content:flex-start}}.srp-modal-variant-main,.srp_variant_terms{border-top:1px solid rgba(255, 255, 255, 0.08)}.srp_term_title{font-weight:bold;margin:10px
0}.srp_variant_terms_container.srp_variant_terms--column{display:flex;flex-wrap:wrap;column-gap:15px}.srp_variant_terms_container.srp_variant_terms--column
.srp_variant_terms{max-width:300px;min-width:150px;flex:1}.srp_variant_terms_container.srp_variant_terms--column
.srp_term_meta{width:100%}.srp_term_meta_list{display:flex;flex-wrap:wrap;align-items:center}.srp_term_meta{display:flex;align-items:center;width:calc(100% / 3);height:60px;font-size:0.9rem}.srp_term_meta:before{font-size:22px}@media only screen and (max-width: 860px){.srp_term_meta{width:50%}}.srp_term_meta i[class*=" fa-"]{font-family:'Font Awesome 5 Free';font-style:unset}.srp_term_meta_label{padding:0
5px;font-size:0.8em;text-transform:uppercase}.srp-modal-variant-price{flex-grow:1;font-size:1.3em;font-weight:bold;line-height:1}.srp-modal-custom-link
a{text-decoration:unset;font-size:16px;font-weight:600;color:var(--srp-global-modal-btn-bg-color)}.srp-modal-custom-link a:hover{color:var(--srp-global-modal-btn-bg-color);filter:brightness(0.5)}.srp-modal-custom-link
i{margin-right:5px}.srp-modal-variation-details:not(.srp_selected){display:none}.srp-modal-variation-details .srp-modal-variant-price{font-size:1.8em}.srp_reg_price{text-decoration:line-through;opacity:0.7}.srmp3_button_launcher_style-round
.srmp3_sonaar_ts_shortcode.srmp3_sonaar_ts_shortcode_button{width:200px;height:200px;border-radius:50% !important;display:flex !important;align-items:center;justify-content:center}.srmp3_sonaar_ts_shortcode.sricon-play::before{vertical-align:middle;font-size:0.75em;text-decoration:none;margin:0em
0.2em 0.22em 0em}.srmp3_sonaar_ts_shortcode.srmp3_sonaar_ts_shortcode_button{background-color:#000;border-radius:4px;padding:5px
15px;color:#fff;text-decoration:none !important;width:fit-content}.srmp3_sonaar_ts_shortcode.srmp3_sonaar_ts_shortcode_button.srmp3_sonaar_ts--block{display:block}.srp_button{color:inherit;text-decoration:inherit;display:inline-block;padding:10px
30px;border-radius:4px;background-color:#0170b9}.srp_button:hover{filter:brightness(0.7)}.srp_button .fas.fa-cart-plus{font-family:'Font Awesome 5 Free';font-weight:900}.srp_button
i{padding-right:10px}.srp_button.added:after{font-family:WooCommerce;content:"\e017";margin-left:0.53em;vertical-align:bottom}#sonaar-player .tracklist .wc-forward{font-size:0.8em !important}#sonaar-player .player-row .wc-forward{position:absolute;color:#000 !important;display:block;background:#fff;padding:10px;border:1px
#000 solid;top:-42px}.woocommerce .iron-audioplayer .sr-playlist-item .wc-forward{padding-top:0px}.srmp3_sonaar_ts_shortcode.sricon-play.audio-playing:before{content:'\e81c'}.srmp3_sonaar_ts_shortcode.audio-playing
.srp_ts_content{display:none}.srmp3_sonaar_ts_shortcode:not(.audio-playing) .srp_ts_content_pause{display:none}.srp_hidden.sr-playlist-cf-child,.srp_hidden.srp_sort{opacity:0;z-index:-1;pointer-events:none;position:absolute}.srp_filter_error{color:red;font-family:sans-serif;font-size:12px;line-height:16px;margin-top:10px}.srp-filters-container{display:flex;justify-content:start;column-gap:12px;width:100%;row-gap:12px;flex-wrap:wrap;align-items:start}.srp-filters-container
input.multiselect__input{color:inherit;margin:0px;border:none;padding:inherit;transition:unset}.srp-filters-container .srp-filters-widget{font-size:16px;width:200px}.srp-filters-container
.multiselect{color:inherit}.srp-filters-container .multiselect
.multiselect__select{height:100%;width:100%;display:flex;justify-content:flex-end;align-items:center;padding:0
15px}.srp-filters-container .multiselect .multiselect__select:before{position:static;margin-top:0;-webkit-transition:-webkit-transform 0.2s ease;transition:-webkit-transform 0.2s ease;transition:transform 0.2s ease;transition:transform 0.2s ease, -webkit-transform 0.2s ease;-webkit-transform:rotateZ(270deg);transform:rotateZ(270deg)}.srp-filters-container .multiselect.multiselect--active
.multiselect__select{-webkit-transform:unset;transform:unset}.srp-filters-container .multiselect.multiselect--active .multiselect__select:before{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}.srp-filters-container
.multiselect__placeholder{color:inherit;margin-bottom:initial;padding-top:initial}.srp-filters-container .multiselect--active{z-index:2}.srp-filters-container .srp-filters-widget .multiselect--active
.multiselect__placeholder{display:inline-block}.srp-filters-container
.multiselect__single{margin-bottom:0px}.srp-filters-container .multiselect__single, .srp-filters-container
.multiselect__multiple{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.srp-filters-container .multiselect__input, .srp-filters-container
.multiselect__single{background:unset}.srp-filters-container
.multiselect__tags{display:flex;align-items:center;padding:10px;white-space:nowrap;overflow:hidden;color:#000;background-color:#fff}.srp-filters-container .multiselect__content-wrapper{position:absolute;margin-top:-1px;width:inherit;padding:10px;font-size:14px;color:#fff;background:#000}.srp-filters-container .multiselect__content-wrapper
ul.multiselect__content{color:inherit;width:inherit}.srp-filters-container .multiselect__content-wrapper
li.multiselect__element{color:inherit}.srp-filters-container .multiselect__content-wrapper li.multiselect__element:not(:nth-last-child(3)){border-bottom:1px solid #ffffff29}.srp-filters-container
.multiselect__option{display:flex;min-height:initial;padding:12px
5px}.srp-filters-container .multiselect__option
span{overflow:hidden;text-overflow:ellipsis}.srp-filters-container .multiselect__option, .srp-filters-container .multiselect__tags, .srp-filters-container .multiselect, .srp-filters-container .multiselect__input, .srp-filters-container
.multiselect__single{font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit}.srp-filters-container .multiselect__option--selected{font-weight:inherit;color:inherit;background:unset}.srp-filters-container .multiselect__option--selected.multiselect__option--highlight{color:inherit;background:unset}.srp-filters-container .multiselect__option--selected.multiselect__option--highlight:after{color:inherit;background:unset}.srp-filters-container .multiselect__option:after{font-size:inherit}.srp-filters-container .multiselect__option--selected::after{content:"✓" !important;margin-left:20px;color:inherit}.srp-filters-container .multiselect__option:hover{background:#cccccc2b;border-radius:6px;color:inherit}.srp-filters-container .multiselect__option--highlight{background:unset;color:inherit}.srp_range_wrapper{width:100%;display:flex;column-gap:10px;flex-wrap:wrap}.srp_range_wrapper
.srp_range_container{width:200px;flex-grow:1;margin-bottom:10px;padding:20px;background-color:#fff;border-radius:4px}.srp_range_wrapper .srp_range_container
.srp_range_header{margin-bottom:10px;display:flex;font-size:14px;flex-wrap:wrap;column-gap:10px;justify-content:space-between;align-items:center}.srp_range_wrapper .srp_range_container .vue-slider-process{background-color:var(--e-global-color-primary, #000);border-radius:15px}.srp_range_wrapper .srp_range_container
.srp_range_buttons{display:flex;flex-wrap:wrap;justify-content:center;column-gap:3px;row-gap:3px}.srp_range_wrapper .srp_range_container .srp_range_buttons
.srp_filter_button{font-size:11px;padding:5px
10px;color:#fff;background-color:var(--e-global-color-primary, #000);border:unset}.srp_range_wrapper .srp_range_container .srp_range_buttons .srp_filter_button:focus{opacity:0.8;outline:unset}.srp_range_wrapper .srp_range_container .srp_range_buttons .srp_filter_button:hover{color:#fff;padding:5px
10px;background-color:var(--e-global-color-primary, #000)}.srp_range_wrapper .vue-slider{margin-bottom:30px;z-index:1}.srp_range_wrapper .vue-slider-mark{z-index:4}.srp_range_wrapper .vue-slider-mark:first-child .vue-slider-mark-step, .srp_range_wrapper .vue-slider-mark:last-child .vue-slider-mark-step{display:none}.srp_range_wrapper .vue-slider-mark-step{width:100%;height:100%;border-radius:50%;background-color:rgba(0, 0, 0, 0.16)}.srp_range_wrapper .vue-slider-mark-label{font-size:14px;white-space:nowrap}.srp_range_wrapper .vue-slider-dot-handle{cursor:pointer;width:100%;height:100%;border-radius:50%;background-color:#fff;box-sizing:border-box;box-shadow:0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32)}.srp_range_wrapper .vue-slider-dot-handle-focus{box-shadow:0px 0px 1px 2px var(--e-global-color-primary, #00000050)}.srp_range_wrapper .vue-slider-dot-tooltip-inner{font-size:14px;white-space:nowrap;padding:2px
5px;min-width:20px;text-align:center;color:#fff;border-radius:5px;border-color:var(--e-global-color-primary, #000);background-color:var(--e-global-color-primary, #000);box-sizing:content-box}.srp_range_wrapper .vue-slider-dot-tooltip-inner::after{content:"";position:absolute}.srp_range_wrapper .vue-slider-dot-tooltip-inner-top::after{top:100%;left:50%;transform:translate(-50%, 0);height:0;width:0;border-color:transparent;border-style:solid;border-width:5px;border-top-color:inherit}.srp_range_wrapper .vue-slider-dot-tooltip-wrapper{opacity:0;transition:all 0.3s}.srp_range_wrapper .vue-slider-dot-tooltip-wrapper-show{opacity:1}.srp_range_wrapper .vue-slider-dot-tooltip-inner{-webkit-transition:opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);transition:opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);transition:transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.2s linear;transition:transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1)}.srp_range_wrapper .vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner{opacity:1}.srp_range_wrapper .vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner-top{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.srp_range_wrapper .vue-slider-dot-tooltip-inner-top{-webkit-transform:translateY(50%) scale(0.01) rotate(0deg);transform:translateY(50%) scale(0.01) rotate(0deg)}.srp_range_wrapper .vue-slider-dot-tooltip-inner-top .vue-slider-dot-tooltip-text{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.srp_range_wrapper .vue-slider-mark-label{font-size:9px}.srp_chips{margin-top:8px;margin-bottom:8px;flex-wrap:wrap;justify-content:start;display:flex;column-gap:3px;row-gap:3px}.srp_chips
.srp_chip{display:flex;align-items:center;background-color:#000;color:#fff;cursor:pointer;border:1px
solid #fff;height:fit-content;font-size:12px;margin:2px;border-radius:20px;padding:3px
8px 3px 15px;text-transform:capitalize;transition:all .2s ease-out,opacity .2s ease-out}.srp_chips .srp_chip:first-child{margin-left:0px}.srp_chips .srp_chip:hover{background-color:#fff;color:#000;border-color:#000}.srp_chips .srp_chip .sricon-close-circle{font-size:18px;margin-left:5px}.srp_filter_container{}.srp_filter_container
.srp_filter_button_label{display:flex}.srp_filter_container
.srp_filter_buttons_list{margin:0;display:flex;width:100%;flex-wrap:wrap;justify-content:left;column-gap:6px;row-gap:6px;margin-top:10px;margin-bottom:10px;padding:0px}.srp_filter_container .srp_filter_buttons_list
li{white-space:nowrap;list-style:none;position:relative;clear:both}.srp_filter_container .srp_filter_buttons_list li
.srp_filter_button{overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;transition:all 300ms;border:solid 1px #c5c5c5;color:#c5c5c5;background-color:#000;padding:4px
8px;font-size:11px;border-radius:4px;cursor:pointer}.srp_filter_container .srp_filter_buttons_list li .srp_filter_button:hover:not(.srp_filter_button--active){color:#fff}.srp_filter_container .srp_filter_buttons_list li .srp_filter_button.srp_filter_button--active{background-color:#fff;color:#000}.srp_filter_container .list-enter-active, .srp_filter_container .list-leave-active{transition:opacity 0.5s, transform 0.5s}.srp_filter_container .list-enter, .srp_filter_container .list-leave-to{opacity:0;transform:translateY(-1em)}.srp_filter_container
li{opacity:1;transform:translateY(0);transition:opacity 1.5s, transform 1.5s}.srp_filter_container li.hidden-tag{opacity:0;transform:translateY(1em)}.srp-filter-more-link{font-size:14px;font-weight:400;cursor:pointer;margin-bottom:15px}.srp_pagination_container{transition:all 250ms;font-size:16px;-webkit-user-select:none;display:flex;justify-content:center;width:100%;align-items:center;height:auto;grid-gap:10px;margin-top:20px;margin-bottom:15px;color:#fff}.srp_pagination_container
.srp_pagination_arrows{transition:all 250ms;font-size:12px;border:2px
solid rgba(255, 255, 255, 0.2);cursor:pointer;pointer-events:all;-webkit-user-select:none;color:inherit;background-color:rgba(0, 0, 0, 0);min-width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px
5px;border-radius:999px}.srp_pagination_container .srp_pagination_arrows:hover{border:2px
solid white;color:inherit}.srp_pagination_container
.srp_pagination{display:flex;justify-content:center;grid-gap:10px;height:auto !important}.srp_pagination_container .srp_pagination
.disabled{pointer-events:none}.srp_pagination_container .srp_pagination .active
span{pointer-events:none;background-color:#fff;color:#000}.srp_pagination_container .srp_pagination
span{transition:all 250ms;color:inherit;background-color:rgba(0, 0, 0, 0);min-width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px
5px;border-radius:999px}.srp_pagination_container .srp_pagination span:hover{color:inherit}.srp_notfound{display:none;margin:10px}.srp_notfound .srp_notfound--title{font-weight:bold;font-size:21px}.srp_notfound .srp_notfound--subtitle{font-size:16px;opacity:0.6}[style*="visibility: hidden;"] .srp_search_main .srp_search_container, [style*="visibility: hidden;"] .srp_filter_container{visibility:hidden !important;opacity:0 !important}.srp_search_main{flex-wrap:wrap;display:flex;justify-content:space-between;align-items:center;column-gap:5px}.srp_search_main
.srp_search_container{visibility:visible !important;opacity:1 !important;color:#fff;display:flex;justify-content:flex-start;align-items:center;max-width:100%;min-height:40px;flex-grow:1}.srp_search_main .srp_search_container
.srp_search{font-family:inherit;font-size:14px;padding-left:45px !important;color:#fff;border-radius:4px;background:#000;border:none;border-width:1px;outline:none;max-width:100%;width:100%;min-height:40px;padding:15px}.srp_search_main .srp_search_container .srp_search::placeholder{color:inherit;opacity:0.5}.srp_search_main .srp_search_container
.srp_reset_search{position:relative;width:0;right:35px;pointer-events:all;cursor:pointer}.srp_search_main .srp_search_container .fa-search{position:relative;left:20px;width:0;font-size:14px;color:#828282}.srp_pagination li:not(.active) .page{cursor:pointer}.srp_tracklist_grid .srp_tracklist>ul{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:10px}.srp_tracklist_grid[data-col="6"] .srp_tracklist>ul{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.srp_tracklist_grid[data-col="5"] .srp_tracklist>ul{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.srp_tracklist_grid[data-col="4"] .srp_tracklist>ul{grid-template-columns:1fr 1fr 1fr 1fr}.srp_tracklist_grid[data-col="3"] .srp_tracklist>ul{grid-template-columns:1fr 1fr 1fr}.srp_tracklist_grid[data-col="2"] .srp_tracklist>ul{grid-template-columns:1fr 1fr}.srp_tracklist_grid[data-col="1"] .srp_tracklist>ul{grid-template-columns:1fr}@media only screen and (max-width: 768px){.srp_tracklist_grid[data-col-tablet="6"] .srp_tracklist>ul{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.srp_tracklist_grid[data-col-tablet="5"] .srp_tracklist>ul{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.srp_tracklist_grid[data-col-tablet="4"] .srp_tracklist>ul{grid-template-columns:1fr 1fr 1fr 1fr}.srp_tracklist_grid[data-col-tablet="3"] .srp_tracklist>ul{grid-template-columns:1fr 1fr 1fr}.srp_tracklist_grid[data-col-tablet="2"] .srp_tracklist>ul{grid-template-columns:1fr 1fr}.srp_tracklist_grid[data-col-tablet="1"] .srp_tracklist>ul{grid-template-columns:1fr}}@media only screen and (max-width: 767px){.srp_tracklist_grid[data-col-mobile="6"] .srp_tracklist>ul{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.srp_tracklist_grid[data-col-mobile="5"] .srp_tracklist>ul{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.srp_tracklist_grid[data-col-mobile="4"] .srp_tracklist>ul{grid-template-columns:1fr 1fr 1fr 1fr}.srp_tracklist_grid[data-col-mobile="3"] .srp_tracklist>ul{grid-template-columns:1fr 1fr 1fr}.srp_tracklist_grid[data-col-mobile="2"] .srp_tracklist>ul{grid-template-columns:1fr 1fr}.srp_tracklist_grid[data-col-mobile="1"] .srp_tracklist>ul{grid-template-columns:1fr}}.srp_tracklist_grid .sr-playlist-item-flex{flex-direction:column;gap:10px;align-items:flex-start !important;justify-content:flex-start !important}.srp_tracklist_grid .sr-playlist-item-flex .audio-track{width:100%;flex:none}.srp_tracklist_grid .sr-playlist-item-flex .store-list{width:100%;flex:none !important;margin-top:auto}.srp_tracklist_grid .sr-playlist-item-flex .store-list .song-store-list-menu{justify-content:inherit;width:100% !important}.srp_tracklist_grid .sr-playlist-item-flex .store-list .song-store-list-container{width:inherit;flex-wrap:wrap;gap:6px}.srp_tracklist_grid .sr-playlist-item-flex .store-list
.sr_store_wc_round_bt{width:100%;padding:10px}.srp_tracklist_grid .sr-playlist-item-flex .sr-playlist-cf-container{width:100%;flex:none;justify-content:flex-start;column-gap:15px;flex-wrap:wrap}.srp_tracklist_grid .sr-playlist-item-flex .sr-playlist-cf-child{flex:none !important;width:auto  !important}.srp_tracklist_grid .sr-playlist-item-flex
.srp_noteButton{margin-left:15px}.srp_tracklist_grid .sr-playlist-item-flex .srp_noteButton i:before{margin:0}.srp_tracklist_grid .sr-playlist-item-flex .srp_noteButton .sricon-info{margin-left:4px}.srp_tracklist_grid .sr-playlist-item-flex .sricon-spinner-wrap{width:20px !important;margin-top:-5px;margin-left:2px}.srp_tracklist_grid
.sr_track_cover{margin-left:-20px;margin-top:-20px;width:calc(100% + 40px) !important;max-width:unset}.srp_tracklist_grid .sr-cf-heading{display:none !important}.srp_tracklist_grid[data-playertemplate="skin_boxed_tracklist"] .srp_player_boxed+.playlist{padding-top:20px}.srp_tracklist_grid .sr-playlist-item{overflow:hidden}.srp_tracklist_grid
.srp_note_title{font-size:1.2em}.srp_tracklist_grid .srp_tracklist-item-date{height:initial;margin-left:0;padding-left:0 !important}.srp_tracklist_grid .sr-playlist-item
.srp_track_description{margin-top:0}.srp_tracklist_grid
.srp_note{padding:5px}.srp_tracklist_grid .srp_list.ps .sr-playlist-item{height:max-content}.srp_tracklist_play_cover:not(.srp_tracklist_grid) .sr_track_cover
.srp_play{transform:scale(0.5)}.srp_tracklist_play_cover
.sr_track_cover{position:relative}.srp_tracklist_play_cover .sr_track_cover:after{content:"";height:100%;width:100%;display:block;position:absolute;top:0;left:0}.srp_tracklist_play_cover .sr_track_cover
.srp_play{cursor:pointer;z-index:1}.srp_tracklist_play_cover .track-number{padding-left:0px !important}.srp_tracklist_play_cover .track-number .sricon-play{display:none}@media only screen and (min-width: 768px){.srp_tracklist_play_cover.srp_tracklist_play_cover_hover .sr_track_cover:after, .srp_tracklist_play_cover.srp_tracklist_play_cover_hover .sr_track_cover
.srp_play{transition:0.15s ease}.srp_tracklist_play_cover.srp_tracklist_play_cover_hover .sr-playlist-item:not(:hover):not(.current) .sr_track_cover:after, .srp_tracklist_play_cover.srp_tracklist_play_cover_hover .sr-playlist-item:not(:hover):not(.current) .sr_track_cover
.srp_play{opacity:0}.srp_tracklist_play_cover.srp_tracklist_play_cover_hover .sr-playlist-item:not(:hover):not(.current) .sr_track_cover
.srp_play{transform:translateY(30%)}}.srp_tracklist-item-date+.srp_tracklist-item-date{display:none}.elementor-widget-music-player .iron-audioplayer[data-playertemplate="skin_boxed_tracklist"].srp_tracklist_grid
img.sr_track_cover{max-width:unset !important}.sr_tracklenght_tooltip{opacity:0;transform:translateY(20px) scale(0.5);transition:transform 0.2s ease;z-index:9999;text-align:center;width:60px;position:absolute;background-color:black;color:white;padding:5px;border-radius:2px;font-size:11px}.sr_tracklenght_tooltip_vertical{display:none;z-index:9999;position:absolute;width:1px;background-color:black;pointer-events:none}.iron-audioplayer{position:relative}.iron-audioplayer .srp_player_boxed .srp_progressbar_inline
.control{margin-top:0px}.iron-audioplayer .srp_player_boxed .player
.srp_spectrum_container{display:flex;justify-content:flex-start}.iron-audioplayer .srp_spectrum_container, .iron-audioplayer
.srp_spectrum{transition:0.3s ease;max-height:1000px}.iron-audioplayer .playlist .srp_spectrum_container, .iron-audioplayer .playlist
.srp_spectrum{max-height:500px}.iron-audioplayer
.srp_spectrum_container{width:100%;display:flex;justify-content:center;pointer-events:none}.iron-audioplayer
.srp_spectrum{position:absolute;z-index:1}.iron-audioplayer .sr-playlist-item
.srp_spectrum{z-index:-1}.iron-audioplayer .song-store.add_to_cart_button.ajax_add_to_cart
*{pointer-events:none}.iron-audioplayer.srp_tracklist_grid
.srp_soundwave_wrapper{flex:unset;width:100%}.iron-audioplayer
.srp_soundwave_wrapper{flex:0 1 100%;width:100%}.srp_spectrum_container.srp_hidden, .srp_hidden
.srp_spectrum{opacity:0;max-height:0 !important}#sonaar-player
.srp_spectrum_container{position:absolute;z-index:10000;pointer-events:none}.srp_tracklist_hide_artist
.srp_trackartist{display:none}.swiper-box-navigation{max-width:100%;position:relative;display:flex;flex-direction:column}.swiper-box-navigation[data-v-align="top"]{flex-direction:column-reverse}.swiper-box-navigation[data-v-align="center"] .srp_swiper-navigation{position:absolute;transform:translateY(-50%)}.srp_swiper-nav-v-pos-center .swiper-box-navigation{position:absolute;width:100%;left:0;top:50%}.srp_swiper-wrap{position:relative;padding:0
0 15px 0;display:flex;flex-direction:column}.srp_swiper{color:#fff;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;max-width:100%}.srp_swiper.swiper{overflow:visible;overflow-x:clip}.srp_swiper .swiper-pagination-bullet{background:#0000006c;opacity:1}.srp_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#000}.srp_swiper .swiper-slide{min-width:1px;overflow:visible;cursor:grab}.srp_swiper .swiper-slide:active{cursor:grabbing}.srp_swiper .swiper-slide .store-list{align-items:inherit;justify-content:inherit;text-shadow:none;position:relative;margin-top:6px}.srp_swiper .swiper-slide .store-list .song-store-list-menu{align-items:inherit;justify-content:inherit}.srp_swiper .swiper-slide .store-list .fa-ellipsis-v{display:none}.srp_swiper .swiper-slide .store-list .song-store-list-container{display:flex;align-items:inherit;justify-content:inherit;flex-wrap:wrap;row-gap:4px}.srp_swiper
.srp_trackartist{display:inline-block !important}.srp_swiper
.srp_index{display:none}.srp_swiper-control{position:absolute;z-index:50}.srp_swiper-control
.srp_play{cursor:pointer}.srp_swiper-control .srp_play .sricon-play{margin-left:4px}.audio-playing .swiper-slide.srp_current .sricon-play{margin-left:0}.srp_swiper-titles{display:flex;flex-direction:column;padding:5%;z-index:1;transition:opacity 0.3s ease}.srp_swiper-album-art{background:no-repeat 50%;background-size:cover;width:100%;height:380px;position:relative;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.srp_swiper-album-art .srp_swiper-titles{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.srp_swiper-album-art
img{width:100%;height:auto}.srp_swiper-album-art:after{transition:0.3s ease;content:"";position:absolute;top:0;left:0;width:100%;height:100%}.srp_slider_play_cover_hover .swiper-slide .srp_swiper-control
.srp_play{opacity:0;scale:1.15;transform:translate(0, 10px);transition:0.15s ease}.srp_slider_play_cover_hover .swiper-slide:hover .srp_swiper-control
.srp_play{opacity:1;scale:1;transform:translate(0, 0)}.srp_swiper-title{font-size:1.3rem;text-align:inherit}.srp_swiper-track-title{text-align:inherit}.srp_swiper-album-art
.srp_swiper_overlay{width:100%;height:100%;position:absolute;top:0;left:0}.srp_swiper-album-art .srp_swiper_overlay::before{transition:opacity 0.2s;content:"";opacity:1;width:100%;height:100%;position:absolute}.srp_swiper-album-art .srp_swiper_overlay::after{transition:opacity 0.2s;content:"";opacity:0;width:100%;height:100%;position:absolute}.srp_swiper-album-art:hover .srp_swiper_overlay::after{opacity:1}.srp_swiper-album-art:hover .srp_swiper_overlay::before{opacity:0}.srp_slider_content_on_hover .srp_swiper-track-title, .srp_slider_content_on_hover .srp_swiper-title, .srp_slider_content_on_hover .store-list, .srp_slider_content_on_hover .srp_swiper-track-artist{opacity:0}.srp_slider_content_on_hover .swiper-slide:hover .srp_swiper-title, .srp_slider_content_on_hover .swiper-slide:hover .srp_swiper-track-title, .srp_slider_content_on_hover .swiper-slide:hover .store-list, .srp_slider_content_on_hover .swiper-slide:hover .srp_swiper-track-artist{opacity:1;transform:translate(0, 0)}.srp_slider_content_on_hover .srp_swiper-track-title{transform:translate(0, 20px);transition:0.4s ease;transition-delay: .1s}.srp_slider_content_on_hover .srp_swiper-track-artist{transform:translate(0, 30px);transition:0.4s ease;transition-delay: .15s}.srp_slider_content_on_hover .srp_swiper-title{transform:translate(0, 30px);transition:0.4s ease;transition-delay: .12s}.srp_slider_content_on_hover .store-list{transform:translate(0, 40px);transition:0.5s ease;transition-delay: .1s}.srp_slider_content_on_active .swiper-slide:not(.swiper-slide-active) .srp_swiper-control, .srp_slider_content_on_active .swiper-slide:not(.swiper-slide-active) .srp_swiper-titles{opacity:0}.srp_slider_content_on_active:not(.srp_slider_content_on_hover) .srp_swiper-track-title, .srp_slider_content_on_active:not(.srp_slider_content_on_hover) .srp_swiper-title, .srp_slider_content_on_active:not(.srp_slider_content_on_hover) .srp_swiper-track-artist, .srp_slider_content_on_active:not(.srp_slider_content_on_hover) .store-list{opacity:0}.srp_slider_content_on_active:not(.srp_slider_content_on_hover) .swiper-slide-active .srp_swiper-title, .srp_slider_content_on_active:not(.srp_slider_content_on_hover) .swiper-slide-active .srp_swiper-track-title, .srp_slider_content_on_active:not(.srp_slider_content_on_hover) .swiper-slide-active .srp_swiper-track-artist, .srp_slider_content_on_active:not(.srp_slider_content_on_hover) .swiper-slide-active .store-list{opacity:1;transform:translate(0, 0)}.srp_slider_content_on_active:not(.srp_slider_content_on_hover) .srp_swiper-track-title{transform:translate(0, 20px);transition:0.8s ease;transition-delay: .1s}.srp_slider_content_on_active:not(.srp_slider_content_on_hover) .srp_swiper-track-artist{transform:translate(0, 30px);transition:0.8s ease;transition-delay: .12s}.srp_slider_content_on_active:not(.srp_slider_content_on_hover) .srp_swiper-title{transform:translate(0, 40px);transition:0.8s ease;transition-delay: .18s}.srp_slider_content_on_active:not(.srp_slider_content_on_hover) .store-list{transform:translate(0, 30px);transition:0.8s ease;transition-delay: .2s}.srp_swiper .srp_swiper-navigation{position:absolute;transform:translateY(-50%);left:0}.srp_swiper-navigation{width:100%;top:50%;display:flex;justify-content:space-between;gap:15px;padding:8px;z-index:100}.srp_swiper-navigation .srp_swiper-button-prev, .srp_swiper-navigation .srp_swiper-button-next{position:static;margin-top:0;transform:initial}.srp_swiper-button-prev,.srp_swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);transform:translateY(-50%);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color));font-size:44px;overflow:hidden;color:#fff}.srp_swiper-button-prev.srp_arrow_round,.srp_swiper-button-next.srp_arrow_round{font-size:24px !important;width:calc(var(--swiper-navigation-size) + 20px);height:calc(var(--swiper-navigation-size) + 20px);border-radius:65px;border:#fff solid}.srp_swiper-button-prev.swiper-button-disabled,.srp_swiper-button-next.swiper-button-disabled{opacity:0.35;cursor:default}div.srp_swiper-button-prev:after,div.srp_swiper-button-next:after{font-family:swiper-icons;text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1;font-size:inherit}.srp_swiper-button-prev,
.swiper-rtl .srp_swiper-button-next{left:10px;right:auto}.srp_swiper-button-prev:after,
.swiper-rtl .srp_swiper-button-next:after{content:'prev'}.srp_swiper-button-next,
.swiper-rtl .srp_swiper-button-prev{right:10px;left:auto}.srp_swiper-button-next:after,
.swiper-rtl .srp_swiper-button-prev:after{content:'next'}.srp_swiper-wrap .swiper-box-pagination{position:relative;height:6px;margin-top:10px}.srp_swiper-wrap .swiper-box-pagination .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .srp_swiper-wrap .swiper-box-pagination .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{bottom:0}.srp_swiper-wrap .swiper-box-pagination .swiper-pagination-bullet{opacity:1}.srp_swiper-track-artist{text-transform:capitalize}.srp-fav-notfound{color:initial;display:flex;align-items:center;column-gap:10px}.srp-fav-notfound
i{font-size:12px}.sr_store_force_dl_bt{cursor:pointer}a.song-store.srp-fav-bt i, a.song-store.sr_store_force_share_bt i, a.song-store.sr_store_force_dl_bt i, a.song-store.sr_store_force_pl_bt
i{font-size:16px}.srp-fav-removeall-wrapper{display:flex;justify-content:flex-start}.srp-fav-removeall-wrapper .srp-fav-removeall-bt{transition:all 0.3s ease;width:auto;cursor:pointer;padding:5px
20px;margin-bottom:10px;background-color:var(--srp-global-music_player_wc_bt_bgcolor);color:var(--srp-global-music_player_wc_bt_color);display:inline-block;border-radius:4px;font-size:12px}.srp-fav-notification{opacity:0;position:fixed;bottom:80px;left:0;right:0;margin:auto;width:fit-content;padding:10px
50px;background-color:var(--srp-global-modal-btn-bg-color);color:var(--srp-global-modal-btn-txt-color);text-align:center;border-radius:5px;box-shadow:0px 0px 7px rgba(0, 0, 0, 0.3);z-index:10001;font-size:16px}.srp_extendedPlayer{transition:padding 0.1s ease}.srp_no_artwork .srp_extendedPlayer_container
.srp_extendedPlayer{overflow-y:unset;padding-top:var(--srp-extendedPlayer-height);background:unset !important;min-height:unset}.srp_no_artwork .srp_extendedPlayer_container
.srp_ext_primary{min-height:unset}.srp_extendedPlayer_scrolling_box{height:100%;display:flex;overflow-y:scroll}.srp_extendedPlayer_container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:9999;display:flex;flex-direction:column;transform:translateY(100%);opacity:0;transition:transform 300ms ease, opacity 150ms ease}#sonaar-player .srp_extendedPlayer_container
.close{border-color:#fff}#sonaar-player .srp_extendedPlayer_container .close:before, #sonaar-player .srp_extendedPlayer_container .close:after{border-color:inherit}.srp_extendedPlayer_container.srp_opened{transform:translateY(0%);opacity:1}.srp_extendedPlayer_container .srp-fav-bt{font-size:28px;color:var(--srp-global-sticky_player_waveform_progress_color, #fff)}#sonaar-player .srp_extendedPlayer_container
.sr_progressbar_sticky{flex-direction:column-reverse !important;gap:10px}#sonaar-player .srp_extendedPlayer_container .sr_progressbar_sticky
.wave{position:static;height:70px !important;width:100% !important}.srp_extendedPlayer_container
.srp_ext_primary{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;padding-top:15px;padding-bottom:45px;padding-left:25px;padding-right:25px;background:var(--srp-global-sticky_player_background)}.srp_extendedPlayer_container
.srp_ext_secondary{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:15px;gap:15px;padding-left:25px;padding-right:25px;background:var(--srp-global-sticky_player_background)}.srp_extendedPlayer_container
.srp_ext_overlay_panel{padding:15px
25px}.srp_extendedPlayer_container
.srp_extendedPlayer{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;width:100%;box-sizing:border-box}.srp_extendedPlayer_container
.srp_extendedPlayer.srp_opened_cta{transition:filter 0.3s ease;filter:brightness(0.5)}.srp_extendedPlayer_container .srp_extendedPlayer
.srp_ext_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;margin-top:15px;gap:20px}.srp_extendedPlayer_container .srp_extendedPlayer
.srp_collapse_btn{font-size:24px;line-height:1}.srp_extendedPlayer_container .srp_extendedPlayer
.srp_ellipsis_btn{font-size:20px;line-height:1;margin-right:-10px}.srp_extendedPlayer_container .srp_extendedPlayer
.srp_ext_artwork{display:flex;flex-direction:column;justify-content:center;flex-flow:row;overflow:hidden}.srp_extendedPlayer_container .srp_extendedPlayer .srp_ext_artwork
img{width:100%;height:100%;object-fit:contain}.srp_extendedPlayer_container .srp_extendedPlayer
.srp_ext_track{column-gap:10px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.srp_extendedPlayer_container .srp_extendedPlayer
.control{display:flex;justify-content:center;align-items:center;gap:30px;margin:10px
0}.srp_extendedPlayer_container .srp_extendedPlayer
.control.srp_ctrl_advanced{gap:15px}.srp_extendedPlayer_container .srp_extendedPlayer .control .sricon-play:before{font-size:38px}.srp_extendedPlayer_container .srp_extendedPlayer
.srp_ext_track_info{margin:15px
0}.srp_extendedPlayer_container .srp_extendedPlayer
.srp_track_title{font-size:18px;line-height:1.3}.srp_extendedPlayer_container .srp_extendedPlayer
.sr_progressbar_sticky{width:auto;position:relative;display:flex;flex:1;align-items:center;margin:0
5px}.srp_extendedPlayer_container .srp_extendedPlayer
.srp_ext_featured_cta{display:flex;justify-content:space-between;column-gap:5px;min-height:30px;align-items:center}.srp_extendedPlayer_container .srp_extendedPlayer .srp_ext_featured_cta .srp_ext_cta_addtocart, .srp_extendedPlayer_container .srp_extendedPlayer .srp_ext_featured_cta
.srp_ext_cta_buynow{background-color:var(--srp-global-sticky_player_labelsandbuttons, #FFF);padding:5px
10px;border-radius:6px;color:var(--srp-global-sticky_player_background, #000)}.srp_extendedPlayer_container .srp_extendedPlayer .srp_ext_featured_cta .srp_ext_cta_addtocart span, .srp_extendedPlayer_container .srp_extendedPlayer .srp_ext_featured_cta .srp_ext_cta_buynow
span{font-size:14px;font-weight:500}.srp_extendedPlayer_container .srp_extendedPlayer .srp_ext_featured_cta
a{color:inherit;background-color:unset;display:flex;column-gap:12px;align-items:center;text-decoration:none;font-size:18px;font-weight:400}.srp_extendedPlayer_container .srp_extendedPlayer .srp_ext_featured_cta_left, .srp_extendedPlayer_container .srp_extendedPlayer
.srp_ext_featured_cta_right{align-items:center;display:flex;gap:10px}.srp_extendedPlayer_container .srp_extendedPlayer
.srp_ext_featured_cta_left{font-size:18px}.srp_extendedPlayer_container .srp_extendedPlayer
.srp_ext_featured_cta_center{flex:0.9;height:175%}.srp_extendedPlayer_container .srp_extendedPlayer
.srp_ext_control{display:flex;justify-content:space-between;align-content:center}.srp_extendedPlayer_container .srp_extendedPlayer .srp_ext_control .shuffle, .srp_extendedPlayer_container .srp_extendedPlayer .srp_ext_control
.srp_repeat{font-size:18px}.srp_extendedPlayer_container .srp_extendedPlayer .srp_ext_control .control--item{display:flex;align-items:center;justify-content:flex-end}.srp_extendedPlayer_container .srp_extendedPlayer .srp_ext_control
.srp_control_right{column-gap:8px}#sonaar-player .srp_extendedPlayer_container .srp_extendedPlayer .srp_ext_control
.sr_speedRate{margin:0}.srp_extendedPlayer_container .srp_extendedPlayer .srp_control_right, .srp_extendedPlayer_container .srp_extendedPlayer
.srp_control_left{display:flex;flex:1}.srp_extendedPlayer_container .srp_extendedPlayer
.srp_control_left{justify-content:flex-start}.srp_extendedPlayer_container .srp_extendedPlayer
.srp_control_right{justify-content:flex-end}.srp_extendedPlayer_container .srp_extendedPlayer
.play{display:flex}.srp_extendedPlayer_container .srp_extendedPlayer
.list{width:28px}.srp_extendedPlayer_container
.srp_ext_overlay_panel_outside{position:absolute;height:100%;width:100%}.srp_extendedPlayer_container
.srp_ext_overlay_panel{visibility:hidden;position:absolute;bottom:0px;padding-bottom:70px;height:fit-content;width:100%;background:var(--srp-global-sticky_player_background);transform:translateY(100%);transition:0.4s ease}.srp_extendedPlayer_container
.srp_ext_overlay_panel.srp_opened{visibility:visible;transform:translateY(0%)}.srp_extendedPlayer_container .srp_ext_overlay_panel
.srp_ext_cta{display:flex;flex-direction:column;row-gap:20px;margin-top:20px}.srp_extendedPlayer_container .srp_ext_overlay_panel .srp_ext_cta
.srp_ext_track_info_wrapper{display:flex;column-gap:10px;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #ffffff20}.srp_extendedPlayer_container .srp_ext_overlay_panel .srp_ext_cta .srp_ext_track_info_wrapper
.srp_track_title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:65vw;font-size:18px}.srp_extendedPlayer_container .srp_ext_overlay_panel .srp_ext_cta .srp_ext_track_info_wrapper
.srp_artist{font-size:14px}.srp_extendedPlayer_container .srp_ext_overlay_panel .srp_ext_cta
img{max-height:65px}.srp_extendedPlayer_container .srp_ext_overlay_panel .srp_ext_cta > span
a{color:inherit;background-color:unset;display:flex;column-gap:12px;align-items:center;text-decoration:none;font-size:18px;font-weight:400}.srp_extendedPlayer_container .srp_ext_overlay_panel .srp_ext_cta > span a>i{text-align:center;width:30px}.srp_extendedPlayer_container
.srp_ext_content{display:flex;flex-direction:column;row-gap:10px}.srp_extendedPlayer_container
.srp_ext_section{word-wrap:break-word;font-size:16px;font-weight:400;background:var(--srp-global-sticky_player_background);padding:15px;border-radius:10px;filter:brightness(1.2)}.srp_extendedPlayer_container .srp_ext_section:first-child{margin-top:-28px}.srp_repeat{cursor:pointer}.srp_repeat[data-repeat-status="null"]:before{opacity:0.4}.srp_repeat[data-repeat-status="track"]:before{content:'\e83c'}.srp_repeat:before{content:'\e83b'}#sonaar-player .player .control
.srp_repeat.srp_disabled{pointer-events:none;opacity:0.4}body.srp_sticky_ext_opened{overflow-y:hidden}#make-offer-btn{float:unset;padding:10px
20px;pointer-events:auto;cursor:pointer}.single-product .srp-make-offer-btn-wrapper{margin-bottom:10px;clear:both}.single-product .single_variation_wrap .srp-make-offer-btn-wrapper{margin-top:5px}body.sr_popup-open{overflow-y:hidden}#sonaar-modal{display:none;position:fixed;top:0;left:0;z-index:10100;width:100%;height:100%;overflow:hidden;outline:0;transition:opacity .15s linear}#sonaar-modal h1, #sonaar-modal h2, #sonaar-modal h3, #sonaar-modal h4, #sonaar-modal h5, #sonaar-modal
h6{line-height:1;font-weight:500}#sonaar-modal.has-bg-image{color:#fff}#sonaar-modal.has-bg-image h1, #sonaar-modal.has-bg-image h2, #sonaar-modal.has-bg-image h3, #sonaar-modal.has-bg-image h4, #sonaar-modal.has-bg-image h5, #sonaar-modal.has-bg-image h6, #sonaar-modal.has-bg-image p, #sonaar-modal.has-bg-image label, #sonaar-modal.has-bg-image span, #sonaar-modal.has-bg-image a, #sonaar-modal.has-bg-image
button{color:#fff}#sonaar-modal.has-bg-image .sr_popup-content{border:unset;background-color:#000}#sonaar-modal.has-bg-image .sr_popup-content::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(50px) brightness(0.7);opacity:1;background-color:black}#sonaar-modal.has-bg-image .sr_popup-content .srp-popup-form{width:530px}#sonaar-modal .sr_popup-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0, -50px);transform:translate(0, -50px)}.sr_popup-open #sonaar-modal{overflow-x:hidden;overflow-y:auto}#sonaar-modal.sr_show{display:flex !important;align-items:center;min-height:100%;height:auto}#sonaar-modal.sr_show .sr_popup-dialog{-webkit-transform:none;transform:none}#sonaar-modal .sr_popup-dialog{position:relative;width:auto;max-height:100vh;overflow-y:auto;overflow-x:hidden;margin:0px
auto}@media (min-width: 576px){#sonaar-modal .sr_popup-dialog{max-width:calc(100vw - 150px);max-height:calc(100vh - 150px);margin:75px
auto}}#sonaar-modal .sr_popup-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px
solid rgba(0, 0, 0, 0.2);border-radius: .3rem;outline:0;-webkit-animation:srmp3fadein 350ms;-moz-animation:srmp3fadein 350ms;-ms-animation:srmp3fadein 350ms;-o-animation:srmp3fadein 350ms;animation:srmp3fadein 350ms}#sonaar-modal .sr_popup-content #srp-make-offer-error{color:red;font-weight:500;font-size:16px}#sonaar-modal .sr_popup-content
p{margin-bottom:initial;margin-top:initial}@media (max-width: 576px){#sonaar-modal .sr_popup-content{margin-bottom:50px}}#sonaar-modal .sr_popup-content .srp-popup-form--confirm h1, #sonaar-modal .sr_popup-content .srp-popup-form--confirm h2, #sonaar-modal .sr_popup-content .srp-popup-form--confirm h3, #sonaar-modal .sr_popup-content .srp-popup-form--confirm h4, #sonaar-modal .sr_popup-content .srp-popup-form--confirm h5, #sonaar-modal .sr_popup-content .srp-popup-form--confirm
h6{font-size:36px;line-height:0.9;margin-bottom:10px}#sonaar-modal .sr_popup-content .srp-popup-form--confirm
.srp_button{margin-top:15px}#sonaar-modal .sr_popup-content .srp-popup-form{width:430px;max-width:100%}#sonaar-modal .sr_popup-content .srp-popup-form
label{font-size:14px}#sonaar-modal .sr_popup-content .srp-popup-form
select{font-weight:600}#sonaar-modal .sr_popup-content .srp-popup-form input, #sonaar-modal .sr_popup-content .srp-popup-form textarea, #sonaar-modal .sr_popup-content .srp-popup-form
select{outline:none;transition:all .3s ease-in-out;padding:0
5px 0 12px;overflow:hidden;border:unset;position:relative;display:flex;align-items:center;width:100%;height:44px;border-radius:5px;margin:5px
0;background-color:var(--srp-global-modal-form-input-bg-color) !important;color:var(--srp-global-modal-form-input-color) !important;border:1px
solid var(--srp-global-modal-form-input-border-color)}#sonaar-modal .sr_popup-content .srp-popup-form input:focus, #sonaar-modal .sr_popup-content .srp-popup-form input:active, #sonaar-modal .sr_popup-content .srp-popup-form textarea:focus, #sonaar-modal .sr_popup-content .srp-popup-form textarea:active, #sonaar-modal .sr_popup-content .srp-popup-form select:focus, #sonaar-modal .sr_popup-content .srp-popup-form select:active{border-color:var(--srp-global-modal-btn-bg-color) !important}#sonaar-modal .sr_popup-content .srp-popup-form
textarea{padding:10px;min-height:125px;overflow:auto}#sonaar-modal .sr_popup-content .srp-popup-form input:-webkit-autofill,
#sonaar-modal .sr_popup-content .srp-popup-form textarea:-webkit-autofill,
#sonaar-modal .sr_popup-content .srp-popup-form select:-webkit-autofill{-webkit-text-fill-color:var(--srp-global-modal-form-input-color) !important;background-color:var(--srp-global-modal-form-input-bg-color) !important;color:var(--srp-global-modal-form-input-color) !important;transition:background-color 5000s ease-in-out 0s}#sonaar-modal .sr_popup-content .srp-popup-form input:-moz-autofill,
#sonaar-modal .sr_popup-content .srp-popup-form textarea:-moz-autofill,
#sonaar-modal .sr_popup-content .srp-popup-form select:-moz-autofill{background-color:var(--srp-global-modal-form-input-bg-color) !important;color:var(--srp-global-modal-form-input-color) !important}#sonaar-modal .sr_popup-content .srp-popup-form
button{border-radius:4px;background-color:var(--srp-global-modal-btn-bg-color);color:var(--srp-global-modal-btn-txt-color);margin-top:10px;width:100%}#sonaar-modal .sr_popup-content .srp-popup-form button:hover{filter:brightness(1.2)}#sonaar-modal .sr_popup-content .srp-popup-heading{display:flex;gap:15px;padding-bottom:15px;margin-bottom:15px;border-bottom:solid 1px var(--srp-global-modal-form-input-border-color)}#sonaar-modal .sr_popup-content .srp-popup-title{font-size:42px;line-height:0.9;margin:0
auto}#sonaar-modal .sr_popup-content .srp-popup-desc{margin-top:5px;font-size:14px;opacity:0.8}#sonaar-modal .sr_popup-content .srp-popup-image{min-width:80px;width:80px}#sonaar-modal .sr_popup-content .srp-popup-image
img{border-radius:3px}#sonaar-modal .srp_popup_no_image .srp-make-offer-heading{flex-direction:column-reverse}#sonaar-modal .srp-popup-form--makeoffer .srp-popup-title{font-size:36px}#sonaar-modal .srp-popup-form--makeoffer .srp-make-offer-heading{display:flex;align-items:flex-start;gap:10px;font-size:18px;margin-top:15px;border-top:solid 1px var(--srp-global-modal-form-input-border-color);padding-top:15px;margin-bottom:20px}#sonaar-modal .srp-popup-form--makeoffer .srp-make-offer-heading .srp-make-offer-product-title{font-size:21px;line-height:1.2;margin-bottom:6px;font-weight:500}#sonaar-modal .srp-popup-form--makeoffer .srp-make-offer-heading .srp-make-offer-image{max-width:70px}#sonaar-modal .srp-popup-form--makeoffer .srp-make-offer-heading .srp-make-offer-image
img{border-radius:4px}#sonaar-modal .srp-popup-form--makeoffer .srp-make-offer-description{font-size:14px}@keyframes
srmp3fadein{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}@-moz-keyframes
srmp3fadein{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes
srmp3fadein{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}@-ms-keyframes
srmp3fadein{#sonaar-modal
from{opacity:0;transform:scale(0.9)}#sonaar-modal
to{opacity:1;transform:scale(1)}}@-o-keyframes
srmp3fadein{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}#sonaar-modal .sr_popup-body{z-index:2;position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:2.5rem}.sr_popup-backdrop{position:fixed;top:0;left:0;z-index:10050;width:100vw;height:100vh;background-color:#000;opacity:0;transition:opacity .15s linear;pointer-events:none}.sr_popup-backdrop.sr_show{opacity: .75;pointer-events:initial}.sr-store-popup{cursor:pointer}.sr_close{background:transparent;height:32px;width:32px;padding:0;position:absolute;top:25px;right:25px;z-index:50;font-size:1px;cursor:pointer}.sr_close
svg{height:100%}@font-face{font-family:"saficons";src:url("https://cdn.shootingitstraightpodcast.com/wp-content/plugins/subscribe-and-follow/icons/fonts/saficons.eot?2dau0s");src:url("https://cdn.shootingitstraightpodcast.com/wp-content/plugins/subscribe-and-follow/icons/fonts/saficons.eot?2dau0s#iefix") format("embedded-opentype"),url("https://cdn.shootingitstraightpodcast.com/wp-content/plugins/subscribe-and-follow/icons/fonts/saficons.ttf?2dau0s") format("truetype"),url("https://cdn.shootingitstraightpodcast.com/wp-content/plugins/subscribe-and-follow/icons/fonts/saficons.woff?2dau0s") format("woff"),url("https://cdn.shootingitstraightpodcast.com/wp-content/plugins/subscribe-and-follow/icons/fonts/saficons.svg?2dau0s#saficons") format("svg");font-weight:normal;font-style:normal;font-display:block}[class^="icon-"],[class*=" icon-"]{font-family:"saficons" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-youtubemusic:before{content:"\e967"}.icon-googleplaymusic:before{content:"\e93f"}.icon-rumble:before{content:"\e92d"}.icon-podfriend:before{content:"\e957"}.icon-fountain:before{content:"\e95d"}.icon-threads:before{content:"\e964"}.icon-truefans:before{content:"\e965"}.icon-x:before{content:"\e966"}.icon-alexa:before{content:"\e911"}.icon-amazon:before{content:"\e912"}.icon-anchor:before{content:"\e918"}.icon-android:before{content:"\e919"}.icon-apple:before{content:"\e91a"}.icon-appleappstore:before{content:"\e91b"}.icon-applemusic:before{content:"\e90c"}.icon-applepodcasts:before{content:"\e91c"}.icon-appointment:before{content:"\e902"}.icon-audible:before{content:"\e913"}.icon-bitcoin:before{content:"\e908"}.icon-blubrry:before{content:"\e91d"}.icon-breaker:before{content:"\e91e"}.icon-bullhorn:before{content:"\e91f"}.icon-buymeacoffee:before{content:"\e914"}.icon-cashapp:before{content:"\e920"}.icon-castbox:before{content:"\e921"}.icon-castro:before{content:"\e900"}.icon-clubhouse:before{content:"\e90f"}.icon-deezer:before{content:"\e922"}.icon-diaspora:before{content:"\e923"}.icon-discord:before{content:"\e917"}.icon-dribbble:before{content:"\e924"}.icon-ethereum:before{content:"\e906"}.icon-etsy:before{content:"\e925"}.icon-facebook:before{content:"\e926"}.icon-feedly:before{content:"\e927"}.icon-flickr:before{content:"\e928"}.icon-gaana:before{content:"\e915"}.icon-gab:before{content:"\e90b"}.icon-github:before{content:"\e929"}.icon-gnusocial:before{content:"\e92a"}.icon-goodreads:before{content:"\e92b"}.icon-googleplay:before{content:"\e92c"}.icon-googlepodcasts:before{content:"\e92e"}.icon-iheartradio:before{content:"\e92f"}.icon-instagram:before{content:"\e930"}.icon-itunes:before{content:"\e963"}.icon-linkedin:before{content:"\e931"}.icon-linux:before{content:"\e901"}.icon-listennotes:before{content:"\e932"}.icon-litecoin:before{content:"\e907"}.icon-lovethepodcast:before{content:"\e909"}.icon-luminary:before{content:"\e933"}.icon-mail:before{content:"\e934"}.icon-mastodon:before{content:"\e935"}.icon-medium:before{content:"\e936"}.icon-menu:before{content:"\e937"}.icon-miro:before{content:"\e938"}.icon-mix:before{content:"\e939"}.icon-mixer:before{content:"\e93a"}.icon-nintendoswitch:before{content:"\e905"}.icon-overcast:before{content:"\e93b"}.icon-pandora:before{content:"\e93c"}.icon-parler:before{content:"\e90a"}.icon-patreon:before{content:"\e93d"}.icon-paypal:before{content:"\e93e"}.icon-pinterest:before{content:"\e940"}.icon-playerfm:before{content:"\e941"}.icon-playstation:before{content:"\e904"}.icon-plex:before{content:"\e942"}.icon-pocketcasts:before{content:"\e943"}.icon-podbean:before{content:"\e944"}.icon-podcastaddict:before{content:"\e910"}.icon-podcastrss:before{content:"\e945"}.icon-podchaser:before{content:"\e946"}.icon-podhero:before{content:"\e916"}.icon-podknife:before{content:"\e947"}.icon-quora:before{content:"\e948"}.icon-radiodotcom:before{content:"\e949"}.icon-radiopublic:before{content:"\e94a"}.icon-reddit:before{content:"\e94b"}.icon-rss:before{content:"\e94c"}.icon-signal:before{content:"\e90d"}.icon-skype:before{content:"\e94d"}.icon-slack:before{content:"\e94e"}.icon-slideshare:before{content:"\e94f"}.icon-snapchat:before{content:"\e950"}.icon-soundcloud:before{content:"\e951"}.icon-speakpipe:before{content:"\e952"}.icon-spoke:before{content:"\e953"}.icon-spotify:before{content:"\e954"}.icon-spreaker:before{content:"\e955"}.icon-stackoverflow:before{content:"\e956"}.icon-subscribebyemail:before{content:"\e958"}.icon-telegram:before{content:"\e90e"}.icon-tiktok:before{content:"\e959"}.icon-tumblr:before{content:"\e95a"}.icon-tunein:before{content:"\e95b"}.icon-twitch:before{content:"\e95c"}.icon-venmo:before{content:"\e95e"}.icon-vimeo:before{content:"\e95f"}.icon-whatsapp:before{content:"\e960"}.icon-windows8:before{content:"\e961"}.icon-xbox:before{content:"\e903"}.icon-youtube:before{content:"\e962"}.saf-demo-image{max-width:100%;width:720px;height:auto}.saf-container.saf-alignnone{display:inline-block}.saf-container.saf-alignleft{text-align:left}.saf-container.saf-aligncenter{text-align:center}.saf-container.saf-alignright{text-align:right}.saf-container.includes-feature
a{margin:0}.saf-container .saf-links{margin:0;padding:0;border:none;display:inline-block;width:auto}.saf-container .saf-links .saf-item{list-style:none;margin:4px
0 !important;border:none !important;overflow:hidden;background:none !important;padding:0
!important;clear:none;display:inline-block;vertical-align:top}.saf-container .saf-links a,.saf-container .saf-links a:visited{display:block;transition:all 300ms;padding:0px;font-weight:normal;font-size:11px;text-align:center;text-transform:none;line-height:1.1em;letter-spacing:0;margin:0;text-decoration:none !important;border:none;box-shadow:none !important;box-sizing:border-box}.saf-container .saf-links a:hover,.saf-container .saf-links a:visited:hover{text-decoration:none !important;border:none}.saf-container .saf-links a:before,.saf-container .saf-links a span,.saf-container .saf-links a:visited:before,.saf-container .saf-links a:visited
span{box-sizing:border-box;display:block;margin:0
auto 2px;font-family:'saficons';line-height:1em;font-weight:normal;transition:all 300ms;border-radius:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.saf-container .saf-links .saf-feature{overflow:hidden}.saf-container .saf-links .saf-feature
a{text-shadow:2px 2px 4px rgba(0,0,0,0.5);position:relative;width:auto;overflow:visible;border-radius:8px;display:inline-block}.saf-container .saf-links .saf-feature a:hover{text-decoration:none}.saf-container .saf-links .saf-feature a:before{position:absolute;top:50%;font-weight:normal}#saf-urls .saf-item::before,.saf-icon{font-family:'saficons';font-size:24px;margin-right:8px;font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}#saf-urls .saf-applepodcasts:before,.saf-applepodcasts a::before{content:"\e91c"}#saf-urls .saf-googlepodcasts:before,.saf-googlepodcasts a::before{content:"\e92e"}#saf-urls .saf-miro:before,.saf-miro a::before{content:"\e938"}#saf-urls .saf-rss:before,.saf-rss a::before{content:"\e94c"}#saf-urls .saf-podcastrss:before,.saf-podcastrss a::before{content:"\e945"}#saf-urls .saf-soundcloud:before,.saf-soundcloud a::before{content:"\e951"}#saf-urls .saf-tunein:before,.saf-tunein a::before{content:"\e95b"}#saf-urls .saf-iheartradio:before,.saf-iheartradio a::before{content:"\e92f"}#saf-urls .saf-blubrry:before,.saf-blubrry a::before{content:"\e91d"}#saf-urls .saf-podbean:before,.saf-podbean a::before{content:"\e944"}#saf-urls .saf-spreaker:before,.saf-spreaker a::before{content:"\e955"}#saf-urls .saf-spotify:before,.saf-spotify a::before{content:"\e954"}#saf-urls .saf-pocketcasts:before,.saf-pocketcasts a::before{content:"\e943"}#saf-urls .saf-overcast:before,.saf-overcast a::before{content:"\e93b"}#saf-urls .saf-googleplaymusic:before,.saf-googleplaymusic a::before{content:"\e93f"}#saf-urls .saf-spoke:before,.saf-spoke a::before{content:"\e953"}#saf-urls .saf-castbox:before,.saf-castbox a::before{content:"\e921"}#saf-urls .saf-radiopublic:before,.saf-radiopublic a::before{content:"\e94a"}#saf-urls .saf-plex:before,.saf-plex a::before{content:"\e942"}#saf-urls .saf-subscribebyemail:before,.saf-subscribebyemail a::before{content:"\e958"}#saf-urls .saf-youtube:before,.saf-youtube a::before{content:"\e962"}#saf-urls .saf-youtubemusic:before,.saf-youtubemusic a::before{content:"\e967"}#saf-urls .saf-vimeo:before,.saf-vimeo a::before{content:"\e95f"}#saf-urls .saf-rumble:before,.saf-rumble a::before{content:"\e92d"}#saf-urls .saf-x:before,.saf-x a::before{content:"\e966"}#saf-urls .saf-facebook:before,.saf-facebook a::before{content:"\e926"}#saf-urls .saf-linkedin:before,.saf-linkedin a::before{content:"\e931"}#saf-urls .saf-tumblr:before,.saf-tumblr a::before{content:"\e95a"}#saf-urls .saf-pinterest:before,.saf-pinterest a::before{content:"\e940"}#saf-urls .saf-mix:before,.saf-mix a::before{content:"\e939"}#saf-urls .saf-snapchat:before,.saf-snapchat a::before{content:"\e950"}#saf-urls .saf-anchor:before,.saf-anchor a::before{content:"\e918"}#saf-urls .saf-reddit:before,.saf-reddit a::before{content:"\e94b"}#saf-urls .saf-flickr:before,.saf-flickr a::before{content:"\e928"}#saf-urls .saf-instagram:before,.saf-instagram a::before{content:"\e930"}#saf-urls .saf-dribbble:before,.saf-dribbble a::before{content:"\e924"}#saf-urls .saf-goodreads:before,.saf-goodreads a::before{content:"\e92b"}#saf-urls .saf-appleappstore:before,.saf-appleappstore a::before{content:"\e91b"}#saf-urls .saf-googleplay:before,.saf-googleplay a::before{content:"\e92c"}#saf-urls .saf-apple:before,.saf-apple a::before{content:"\e91a"}#saf-urls .saf-android:before,.saf-android a::before{content:"\e919"}#saf-urls .saf-windows:before,.saf-windows a::before{content:"\e961"}#saf-urls .saf-etsy:before,.saf-etsy a::before{content:"\e925"}#saf-urls .saf-github:before,.saf-github a::before{content:"\e929"}#saf-urls .saf-speakpipe:before,.saf-speakpipe a::before{content:"\e952"}#saf-urls .saf-email:before,.saf-email a::before{content:"\e934"}#saf-urls .saf-menu:before,.saf-menu a::before{content:"\e937"}#saf-urls .saf-feedly:before,.saf-feedly a::before{content:"\e927"}#saf-urls .saf-slack:before,.saf-slack a::before{content:"\e94e"}#saf-urls .saf-slideshare:before,.saf-slideshare a::before{content:"\e94f"}#saf-urls .saf-patreon:before,.saf-patreon a::before{content:"\e93d"}#saf-urls .saf-twitch:before,.saf-twitch a::before{content:"\e95c"}#saf-urls .saf-mixer:before,.saf-mixer a::before{content:"\e93a"}#saf-urls .saf-pandora:before,.saf-pandora a::before{content:"\e93c"}#saf-urls .saf-diaspora:before,.saf-diaspora a::before{content:"\e923"}#saf-urls .saf-gnusocial:before,.saf-gnusocial a::before{content:"\e92a"}#saf-urls .saf-stackoverflow:before,.saf-stackoverflow a::before{content:"\e956"}#saf-urls .saf-podchaser:before,.saf-podchaser a::before{content:"\e946"}#saf-urls .saf-luminary:before,.saf-luminary a::before{content:"\e933"}#saf-urls .saf-medium:before,.saf-medium a::before{content:"\e936"}#saf-urls .saf-quora:before,.saf-quora a::before{content:"\e948"}#saf-urls .saf-radiodotcom:before,.saf-radiodotcom a::before{content:"\e949"}#saf-urls .saf-playerfm:before,.saf-playerfm a::before{content:"\e941"}#saf-urls .saf-listennotes:before,.saf-listennotes a::before{content:"\e932"}#saf-urls .saf-podknife:before,.saf-podknife a::before{content:"\e947"}#saf-urls .saf-breaker:before,.saf-breaker a::before{content:"\e91e"}#saf-urls .saf-bullhorn:before,.saf-bullhorn a::before{content:"\e91f"}#saf-urls .saf-deezer:before,.saf-deezer a::before{content:"\e922"}#saf-urls .saf-mastodon:before,.saf-mastodon a::before{content:"\e935"}#saf-urls .saf-tiktok:before,.saf-tiktok a::before{content:"\e959"}#saf-urls .saf-whatsapp:before,.saf-whatsapp a::before{content:"\e960"}#saf-urls .saf-cashapp:before,.saf-cashapp a::before{content:"\e920"}#saf-urls .saf-paypal:before,.saf-paypal a::before{content:"\e93e"}#saf-urls .saf-venmo:before,.saf-venmo a::before{content:"\e95e"}#saf-urls .saf-skype:before,.saf-skype a::before{content:"\e94d"}#saf-urls .saf-alexa:before,.saf-alexa a::before{content:"\e911"}#saf-urls .saf-amazon:before,.saf-amazon a::before{content:"\e912"}#saf-urls .saf-audible:before,.saf-audible a::before{content:"\e913"}#saf-urls .saf-buymeacoffee:before,.saf-buymeacoffee a::before{content:"\e914"}#saf-urls .saf-discord:before,.saf-discord a::before{content:"\e917"}#saf-urls .saf-gaana:before,.saf-gaana a::before{content:"\e915"}#saf-urls .saf-podhero:before,.saf-podhero a::before{content:"\e916"}#saf-urls .saf-gab:before,.saf-gab a::before{content:"\e90b"}#saf-urls .saf-parler:before,.saf-parler a::before{content:"\e90a"}#saf-urls .saf-threads:before,.saf-threads a::before{content:"\e964"}#saf-urls .saf-applemusic:before,.saf-applemusic a::before{content:"\e90c"}#saf-urls .saf-signal:before,.saf-signal a::before{content:"\e90d"}#saf-urls .saf-telegram:before,.saf-telegram a::before{content:"\e90e"}#saf-urls .saf-clubhouse:before,.saf-clubhouse a::before{content:"\e90f"}#saf-urls .saf-podcastaddict:before,.saf-podcastaddict a::before{content:"\e910"}#saf-urls .saf-truefans:before,.saf-truefans a::before{content:"\e965"}#saf-urls .saf-podfriend:before,.saf-podfriend a::before{content:"\e957"}#saf-urls .saf-fountain:before,.saf-fountain a::before{content:"\e95d"}#saf-urls .saf-lovethepodcast:before,.saf-lovethepodcast a::before{content:"\e909"}#saf-urls .saf-appointment:before,.saf-appointment a::before{content:"\e902"}#saf-urls .saf-xbox:before,.saf-xbox a::before{content:"\e903"}#saf-urls .saf-playstation:before,.saf-playstation a::before{content:"\e904"}#saf-urls .saf-nintendoswitch:before,.saf-nintendoswitch a::before{content:"\e905"}#saf-urls .saf-ethereum:before,.saf-ethereum a::before{content:"\e906"}#saf-urls .saf-bitcoin:before,.saf-bitcoin a::before{content:"\e908"}#saf-urls .saf-litecoin:before,.saf-litecoin a::before{content:"\e907"}#saf-urls .saf-castro:before,.saf-castro a::before{content:"\e900"}#saf-urls .saf-linux:before,.saf-linux a::before{content:"\e901"}body .extendedwopts-show{display:none}body .widgetopts-hide_title .widget-title{display:none}body .extendedwopts-md-right{text-align:right}body .extendedwopts-md-left{text-align:left}body .extendedwopts-md-center{text-align:center}body .extendedwopts-md-justify{text-align:justify}@media screen and (min-width: 1181px){body .extendedwopts-hide.extendedwopts-desktop{display:none !important}body .extendedwopts-show.extendedwopts-desktop{display:block}body .widget.clearfix-desktop{clear:both}}@media screen and (max-width: 1024px) and (orientation: Portrait){body .extendedwopts-hide.extendedwopts-tablet{display:none !important}body .extendedwopts-show.extendedwopts-tablet{display:block}body .widget.clearfix-desktop{clear:none}body .widget.clearfix-tablet{clear:both}}@media screen and (max-width: 1180px) and (orientation: landscape){body .extendedwopts-hide.extendedwopts-tablet{display:none !important}body .extendedwopts-show.extendedwopts-tablet{display:block}body .widget.clearfix-desktop{clear:none}body .widget.clearfix-tablet{clear:both}}@media screen and (max-width: 767px) and (orientation: Portrait){body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile){display:block !important}body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile){display:none !important}body .extendedwopts-hide.extendedwopts-mobile{display:none !important}body .extendedwopts-show.extendedwopts-mobile{display:block}body .widget.clearfix-desktop,
body .widget.clearfix-tablet{clear:none}body .widget.clearfix-mobile{clear:both}}@media screen and (max-width: 991px) and (orientation: landscape){body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile){display:block !important}body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile){display:none !important}body .extendedwopts-hide.extendedwopts-mobile{display:none !important}body .extendedwopts-show.extendedwopts-mobile{display:block}body .widget.clearfix-desktop,
body .widget.clearfix-tablet{clear:none}body .widget.clearfix-mobile{clear:both}}.panel-cell-style:after{content:"";display:block;clear:both;position:relative}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F}@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB}@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:'Noto Sans';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/noto-sans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aPdu2ui.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F}@font-face{font-family:'Noto Sans';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/noto-sans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5ardu2ui.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Noto Sans';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/noto-sans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a_du2ui.woff2) format('woff2');unicode-range:U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09}@font-face{font-family:'Noto Sans';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/noto-sans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aLdu2ui.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Noto Sans';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/noto-sans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a3du2ui.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Noto Sans';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/noto-sans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aHdu2ui.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB}@font-face{font-family:'Noto Sans';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/noto-sans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aDdu2ui.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Noto Sans';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/noto-sans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7duw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:'Noto Sans';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/noto-sans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aPdu2ui.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F}@font-face{font-family:'Noto Sans';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/noto-sans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5ardu2ui.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Noto Sans';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/noto-sans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a_du2ui.woff2) format('woff2');unicode-range:U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09}@font-face{font-family:'Noto Sans';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/noto-sans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aLdu2ui.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Noto Sans';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/noto-sans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a3du2ui.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Noto Sans';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/noto-sans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aHdu2ui.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB}@font-face{font-family:'Noto Sans';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/noto-sans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aDdu2ui.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Noto Sans';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/noto-sans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7duw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/roboto/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaalmZiArmlw.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/roboto/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaalmQiArmlw.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/roboto/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaalmYiArmlw.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/roboto/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaalmXiArmlw.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/roboto/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaalnoiArmlw.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/roboto/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaaln6iArmlw.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/roboto/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaalmbiArmlw.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/roboto/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaalmaiArmlw.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/roboto/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaalmUiAo.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/roboto-condensed/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpcBD5XxxKA.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/roboto-condensed/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpcBK5XxxKA.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/roboto-condensed/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpcBC5XxxKA.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/roboto-condensed/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpcBN5XxxKA.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/roboto-condensed/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpcBB5XxxKA.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/roboto-condensed/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpcBA5XxxKA.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(/home/randallb/shootingitstraightpodcast/wp-content//fonts/roboto-condensed/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpcBO5Xw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}/*********************************************************************************************
Theme Name: Podcast Plus
Theme URI: https://www.ilovewp.com/themes/podcast-plus/
Author: ilovewpcom
Author URI: https://www.ilovewp.com/
Version: 1.1.6
Requires PHP: 7.3
Tested up to: 6.7
Private: true
Description: A premium WordPress theme for podcasters, digital creators and blogs.
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ilovewp-podcastplus
Tags:
**********************************************************************************************
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html{font-size:16px;line-height:1;scroll-behavior:smooth;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em
40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,
html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px
dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clickable{cursor:pointer}h1,h2,h3,h4,h5,h6{color:#080808;font-family:"IBM Plex Sans",Arial,sans-serif;font-weight:600;line-height:1.3;margin:0}h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6
small{font-weight:normal;line-height:1}h1 small,
h2 small,
h3
small{font-size:65%}h4 small,
h5 small,
h6
small{font-size:75%}h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}table{border-top:0;margin-bottom:2em;position:relative;table-layout:fixed;width:100%;z-index:1}table
th{text-align:start}table
tr{border-bottom:1px solid #f0f0f0}table th,
table
td{font-family:inherit;font-size:inherit;padding:0.8125rem 1.25rem;vertical-align:middle}.floatleft{float:left}.floatright{float:right}.sticky,.bypostauthor{position:relative}ul,ol{list-style-position:outside;margin:0;padding:0}ul ul,
ol ol,
ul ol,
ol
ul{margin:0}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px
23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.entry-content .alignleft,
.textwidget
.alignleft{display:inline;float:left;margin:0
2.5rem 1.75rem 0}.entry-content .alignright,
.textwidget
.alignright{display:inline;float:right;margin:0
0 1.75rem 2.5rem}.entry-content .aligncenter,
.textwidget
.aligncenter{clear:both;display:block;margin:0
auto 1.75rem}body,button,input,select,textarea{color:#333;font-family:"IBM Plex Sans","Helvetica Neue",helvetica,arial,sans-serif;font-size:15px;font-size:0.9375rem;font-weight:400;line-height:1.66}p{margin:0;padding:0}dfn,cite,em,i{font-style:italic}blockquote{color:#666;font-size:1rem;font-size:1.125rem;font-style:italic;line-height:1.7;margin:0;overflow:hidden;padding:0}blockquote
cite{display:block;font-style:normal;font-weight:600;margin-top:0.5em}address{margin:0
0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;font-size:15px;font-size:0.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:15px;font-size:0.9375rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#eee;text-decoration:none}big{font-size:125%}blockquote{quotes:"" ""}q{quotes:"“" "”" "‘" "’"}blockquote:before,blockquote:after{content:""}:focus{outline:none}html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea{font-family:Tahoma,Arial,sans-serif}html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6{font-weight:700}html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea{font-family:"PingFang TC","Helvetica Neue",Helvetica,STHeitiTC-Light,Arial,sans-serif}html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea{font-family:"PingFang SC","Helvetica Neue",Helvetica,STHeitiSC-Light,Arial,sans-serif}html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6{font-weight:700}html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea{font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,sans-serif}html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6{font-weight:700;line-height:1.2}html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea{font-family:Arial,sans-serif}html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6{font-weight:700}html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6{font-weight:700;line-height:1.3}html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea{font-family:Arial,sans-serif}html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6{font-weight:700}html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea{font-family:"Arial Hebrew",Arial,sans-serif}html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6{font-weight:700}html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea{font-family:"Hiragino Kaku Gothic Pro",Meiryo,sans-serif}html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6{font-weight:700}html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea{font-family:"Apple SD Gothic Neo","Malgun Gothic","Nanum Gothic",Dotum,sans-serif}html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6{font-weight:600}html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6{line-height:1.65;font-family:"Sukhumvit Set","Helvetica Neue",Helvetica,Arial,sans-serif}html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea{line-height:1.8;font-family:"Sukhumvit Set","Helvetica Neue",Helvetica,Arial,sans-serif}html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] *{letter-spacing:0 !important}label{color:#424242;display:block;font-weight:700;margin-bottom:0.5em}fieldset{margin-bottom:1em}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea{color:#666;background:#fff;background-image:-webkit-linear-gradient(
rgba(255, 255, 255, 0),
rgba(255, 255, 255, 0)
);border:2px
solid #bbb;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;display:block;padding:0.7em;width:100%;transition:all 0.2s ease-in-out}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus{color:#222;border-color:#039;box-shadow:0 2px 8px rgba(67, 79, 91, 0.2)}select{border:1px
solid #bbb;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;height:3em;max-width:100%}input[type="radio"],input[type="checkbox"]{margin-inline-end:0.5em}input[type="radio"]+label,input[type="checkbox"]+label{font-weight:400}button,input[type="button"],input[type="submit"]{background-color:#111;border:0;-webkit-border-radius:1px;-moz-border-radius:1px;-ms-border-radius:1px;border-radius:1px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-size:0.875rem;font-weight:600;line-height:1;padding:0.8125rem 1.5rem;text-shadow:none;transition:all 0.15s ease-in-out}input+button,input+input[type="button"],input+input[type="submit"]{padding:0.75em 2em}button.secondary,input[type="reset"],input[type="button"].secondary,input[type="reset"].secondary,input[type="submit"].secondary{background-color:#ddd;color:#222}input[type="submit"]:hover,input[type="submit"]:focus{background:#039}button.secondary:hover,button.secondary:focus,input[type="reset"]:hover,input[type="reset"]:focus,input[type="button"].secondary:hover,input[type="button"].secondary:focus,input[type="reset"].secondary:hover,input[type="reset"].secondary:focus,input[type="submit"].secondary:hover,input[type="submit"].secondary:focus{background:#bbb}::-webkit-input-placeholder{color:#333;font-family:"IBM Plex Sans","Helvetica Neue",helvetica,arial,sans-serif}:-moz-placeholder{color:#333;font-family:"IBM Plex Sans","Helvetica Neue",helvetica,arial,sans-serif}::-moz-placeholder{color:#333;font-family:"IBM Plex Sans","Helvetica Neue",helvetica,arial,sans-serif;opacity:1}:-ms-input-placeholder{color:#333;font-family:"IBM Plex Sans","Helvetica Neue",helvetica,arial,sans-serif}table{border-collapse:collapse;margin:0
0 1.5em;width:100%}thead
th{border-bottom:0}th{padding:0.5rem;text-align:start}tr{border-bottom:1px solid rgba(0, 0, 0, 0.1)}td{padding:0.5rem}a{color:#039;text-decoration:none;transition:color 0.15s ease-in-out}a:hover,a:focus{color:#900}a:focus{text-decoration:underline}a:focus-visible{outline:2px
dashed;outline-offset:2px}h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6
a{color:#080808}h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus{color:#900}body{color:#040404;font-family:"IBM Plex Sans",Arial,sans-serif;font-size:62.5%;line-height:1.5rem;margin:0;padding:0;text-align:center;word-wrap:break-word;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#container{font-size:1rem;line-height:1.7em;padding:0;text-align:center;width:100%}.site-wrapper-all{margin:0
auto;position:relative}.site-wrapper-section{margin:0
auto;padding:0
50px;text-align:start;width:1200px}.centered,.title-center{text-align:center}.ht-site-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.ht-site-flex--direction-column{flex-direction:column}.ht-site-flex--direction-row{flex-direction:row}.ht-site-flex--space-between{justify-content:space-between}.ht-site-flex--align-stretch{align-items:stretch}.ht-site-cell{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ht-site-cell--nogrow{-webkit-box-flex:0 !important;-webkit-flex:none !important;-ms-flex:none !important;flex:none !important}.ht-site-flex--top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.ht-site-flex--bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.ht-site-flex--center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#site-masthead{background-color:#0c1031;color:#fff;padding:1.25rem 0}#site-masthead
a{color:#fff}#site-masthead a:hover,
#site-masthead a:focus{color:#e7ae4a}#site-logo{flex-basis:33.333333%;flex-grow:0;text-align:start;align-self:center}.site-header-centered #site-logo{align-self:center}#site-logo .custom-logo{height:auto;max-width:100%}#site-logo .site-title{font-size:1.5rem;font-weight:600;line-height:1.3;text-transform:uppercase}#site-logo .site-description{font-size:0.9375rem;font-weight:400;line-height:1.5;margin:0.75rem 0 0}#site-header-menu{align-self:center}.site-header-default #site-header-menu{padding-inline-start:5rem;text-align:end}.site-header-centered #site-header-menu{margin-top:1.875rem}#site-masthead-promo{background-color:#06081f;color:#fff;font-size:1rem;font-weight:400;line-height:1.7;padding:0.875rem 0}#site-masthead-promo .site-wrapper-section{text-align:center}#site-masthead-promo
a{color:#fff;display:inline-block;text-decoration:underline}#site-masthead-promo a:hover,
#site-masthead-promo a:focus{color:#e7ae4a}.site-header-centered #site-masthead .ht-site-flex{flex-direction:column}#site-masthead-latest-post{background-color:#0c1031;border-top:solid 1px #252846;color:rgba(255, 255, 255, 0.6);padding:5rem 0 3.75rem}#site-masthead-latest-post .ht-site-flex{gap:50px}#site-masthead-latest-post .entry-thumbnail{flex:0 1 300px}#site-masthead-latest-post
a{color:#fff}#site-masthead-latest-post a:hover,
#site-masthead-latest-post a:focus{color:#e7ae4a}#site-masthead-latest-post .entry-preview>*:not(:first-child){margin-top:1.875rem}#site-masthead-latest-post .section-label{display:inline-block;font-size:0.875rem}#site-masthead-latest-post .entry-title{font-size:2.5rem;font-weight:600;line-height:1.4}#site-masthead-latest-post .entry-excerpt{font-size:1.125rem;font-weight:400;line-height:1.8}#site-masthead-latest-post .entry-excerpt>p{margin-inline-end:auto;margin-inline-start:auto;max-width:750px}#site-masthead-latest-post .entry-excerpt
iframe{margin-top:1.875rem}#site-masthead-latest-post .site-readmore-anchor,
.site-cta-bloglink .site-readmore-anchor{background-color:#e7ae4a;color:#0c1031;display:inline-block;padding:0.75rem 2rem;text-align:center;border-radius:50px}#site-masthead-latest-post .site-readmore-anchor:hover,
#site-masthead-latest-post .site-readmore-anchor:focus,
.site-cta-bloglink .site-readmore-anchor:hover,
.site-cta-bloglink .site-readmore-anchor:focus{background-color:#0c1031;color:#e7ae4a;padding-inline-end:3rem}#site-masthead-latest-post .centered .site-readmore-anchor:hover,
#site-masthead-latest-post .centered .site-readmore-anchor:focus,
.site-cta-bloglink .site-readmore-anchor:hover,
.site-cta-bloglink .site-readmore-anchor:focus{padding-inline-start:3rem}#site-mobile-menu-toggle,
#site-mobile-menu-toggle .site-toggle-anchor{display:inline-block;font-size:20px;font-weight:600;line-height:1;text-align:center}#site-mobile-menu-toggle{display:none}#site-mobile-menu-toggle .site-toggle-anchor{background:none;border:solid 2px rgba(255, 255, 255, 0.2);color:#fff;padding:0.875rem 1.125rem;transition:all 0.5s}#site-mobile-menu-toggle .site-toggle-anchor:hover,
#site-mobile-menu-toggle .site-toggle-anchor:focus{background-color:#004991;color:#fff}#site-mobile-menu-toggle .site-toggle-icon{display:none;vertical-align:top}#site-mobile-menu-toggle .site-toggle-label{display:none;line-height:1em;margin-inline-start:6px;vertical-align:top}#site-mobile-menu-toggle .site-toggle-icon.is-visible,
#site-mobile-menu-toggle .site-toggle-label.is-visible{display:inline-block}#site-mobile-menu{display:none;padding:1.875rem 0 1.25rem;text-align:start;flex:0 1 100%}#site-mobile-menu.is-visible{display:block}#site-mobile-menu
a{color:#fff;display:block;padding:14px
0 10px;position:relative}#site-mobile-menu a:hover,
#site-mobile-menu a:focus{color:#e7ae4a}#site-mobile-menu
.menu{list-style-type:none}#site-mobile-menu .menu
li{border-top:solid 1px rgba(255, 255, 255, 0.1);font-size:1.375rem;font-weight:600;line-height:1.3;position:relative}#site-mobile-menu .sub-menu{display:none;list-style-type:none}#site-mobile-menu .sub-menu.is-visible{display:block}#site-mobile-menu .sub-menu
li{font-size:1.125rem;font-weight:400;padding-inline-start:1.25rem;text-transform:none}#site-mobile-menu .menu>li:first-of-type{border-top-width:0;padding-top:0}#site-mobile-menu .sub-menu-toggle{background:none;border-left:solid 1px rgba(255, 255, 255, 0.1);color:#fff;display:inline-block;position:absolute;right:0;top:4px;padding:12px;vertical-align:middle;z-index:2}#site-mobile-menu .sub-menu .sub-menu-toggle{padding:10px;top:3px}#site-mobile-menu .sub-menu-toggle:hover,
#site-mobile-menu .sub-menu-toggle:focus{background-color:#e7ae4a;color:#111}#site-mobile-menu .current-menu-parent > a,
#site-mobile-menu .current-menu-item>a{color:#e7ae4a;text-decoration:underline}.sf-menu,
.sf-menu
*{margin:0;padding:0;list-style:none}.sf-menu
li{position:relative}.sf-menu
ul{position:absolute;display:none;top:100%;left:0;z-index:99}.sf-menu li:hover > ul,
.sf-menu li.sfHover>ul{display:block}.sf-menu
a{display:inline-block;position:relative}.sf-menu ul
ul{top:0;left:100%}.sf-arrows .sf-with-ul:after{content:"\f107";font:12px/12px "icomoon";font-weight:900;display:inline-block;margin:8px
0 0 8px;-webkit-font-smoothing:antialiased;vertical-align:top}.sf-arrows ul .sf-with-ul:after{content:"\f105";float:right;margin-top:6px}.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after{border-left-color:white}.large-nav{position:relative;z-index:100}.large-nav .menu-item-has-children>a{position:relative}#site-primary-nav>ul>.menu-item{display:inline-block;font-size:0.9375rem;font-weight:600;margin:0
0.5rem}#site-primary-nav>ul>.menu-item>a{color:#fff;display:inline-block;padding:0.75rem 0.25rem}#site-primary-nav .sub-menu
a{color:#080808;text-align:start}#site-primary-nav .sub-menu{background:#fff;border:1px
solid rgba(0, 0, 0, 0.15);-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top-width:0;margin:0;padding:0;left:2px;text-align:start;text-transform:none;width:220px;box-shadow:0 2px 12px rgba(0, 0, 0, 0.06)}.large-nav>li>ul:before{content:"";display:block;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fff;position:absolute;top:-7px;left:31px;z-index:470}.large-nav>li>ul:after{content:"";display:block;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ddd;position:absolute;top:-8px;left:30px;z-index:460}.large-nav ul
ul{right:100%;margin-top:0px}#site-primary-nav .sub-menu .menu-item{border-bottom:1px solid rgba(0, 0, 0, 0.1);display:block;font-size:0.875rem;font-weight:400;line-height:1.5em;margin:0;text-transform:none}#site-primary-nav .sub-menu .menu-item:hover,
#site-primary-nav .sub-menu .menu-item:focus{background-color:#f3f3f3}#site-primary-nav .sub-menu .menu-item:last-child{border:none}#site-primary-nav .sub-menu
a{display:block;padding:10px
15px}#site-primary-nav > ul .current-menu-item > a,
#site-primary-nav > ul .current-menu-ancestor > a,
#site-primary-nav > ul a:hover,
#site-primary-nav > ul a:focus{color:#e7ae4a}#site-primary-nav > ul .current-menu-item > a,
#site-primary-nav > ul .current-menu-ancestor>a{text-decoration:underline}#site-primary-nav .sub-menu .current-menu-item > a,
#site-primary-nav .sub-menu a:hover,
#site-primary-nav .sub-menu a:focus{color:#900;text-decoration:underline}.site-wrapper-section-main{background-color:#fff;padding-top:5rem;padding-bottom:5rem}.site-section-intro{background-color:#eae4e0;padding:5rem 0}.site-section-wrapper-main{padding-top:5rem;padding-bottom:5rem;text-align:start}.ht-site-content-grid{display:flex;gap:50px}.page-sidebar-left .ht-site-content-grid{flex-direction:row-reverse}.page-sidebar-right .ht-site-content-grid{flex-direction:row}.ht-site-content{flex:1}.ht-site-sidebar{flex:0 1 300px;z-index:2}.ht-site-content .cell-wrapper{padding:0;position:relative;text-align:start}.ht-site-content .cell-wrapper *:last-child{margin-bottom:0}.ht-site-sidebar .cell-wrapper{padding:0;text-align:start}.ht-site-sidebar
a{text-decoration:underline}.ht-site-sidebar
img{height:auto;max-width:100%}.sidebar-widgets{font-size:0.9375rem;line-height:1.6}.sidebar-widgets
a{text-decoration:underline}.site-archive-posts,
#site-aside-primary ul,
#site-footer
ul{list-style-type:none}.section-title{font-size:1.75rem;font-weight:700}.section-title+p,.section-title+ul{margin-top:2.5rem}.site-archive-columns-2 .site-archive-posts{display:grid;grid-template-columns:repeat(2, 1fr);grid-row-gap:2.5rem;grid-column-gap:40px;justify-items:stretch;align-items:stretch}.page-sidebar-nosidebar.site-archive-columns-2 .site-archive-posts{grid-template-columns:repeat(3, 1fr)}.site-archive-posts .site-archive-post,
.site-archive-posts .site-inbetween-item
.widget{box-shadow:2px 2px 10px rgb(0 0 0 / 2%);outline:1px
solid rgba(0, 0, 0, 0.06);outline-offset:-1px}.site-archive-columns-1 .site-archive-posts>li:not(:first-child){margin-top:1.875rem}.site-archive-posts .entry-preview{background-color:#fff;font-size:0.9375rem;line-height:1.6}.site-archive-columns-2 .site-archive-posts .entry-preview,
.site-archive-posts .site-inbetween-item .widget-content-wrapper{line-height:1.5;padding:1.875rem}.site-archive-columns-2 .site-archive-posts .post-withthumbnail .entry-preview{border-top:solid 1px rgba(0, 0, 0, 0.1)}.site-archive-columns-1 .section-entry{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:space-between;padding:1.875rem;gap:40px}.site-archive-columns-1 .site-archive-post .entry-thumbnail,
.site-archive-columns-1 .site-archive-post .entry-preview{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.site-archive-columns-1 .site-archive-post .entry-thumbnail{flex-basis:200px;flex-grow:0}.entry-excerpt
iframe{max-width:100%}.site-archive-posts .entry-excerpt iframe:not(:first-child){margin-top:1.25rem}.site-archive-posts .entry-excerpt iframe:first-child{margin-bottom:1.25rem}.site-archive-posts .entry-title{font-size:1.125rem;font-weight:600;line-height:1.5}.site-archive-columns-1 .site-archive-posts .entry-title{font-size:1.25rem}.site-archive-posts .entry-preview-wrapper>*:not(:first-child){margin-top:1.25rem}.site-archive-columns-2 .site-inbetween-item{grid-column-start:1;grid-column-end:3}.page-sidebar-nosidebar.site-archive-columns-2 .site-inbetween-item{grid-column-start:1;grid-column-end:4}.entry-before-content{margin-bottom:1.875rem}.entry-after-content{margin-top:1.875rem}.site-readmore-span{display:block;font-weight:600}.site-cta-bloglink{margin-top:2.5rem;text-align:center}.site-breadcrumbs{font-size:0.875rem;line-height:1.6;margin:0
0 1.875rem}.site-breadcrumbs
a{text-decoration:underline}.entry-inner-thumbnail,.site-inner-intro-wrapper{margin-bottom:1.875rem}.entry-meta{font-size:0.875rem;font-weight:400;margin-bottom:1.25rem}.entry-meta span:not(:first-child):before{color:rgba(0, 0, 0, 0.3);content:"/";display:inline-block;margin:0
0.5rem}#site-masthead-latest-post .entry-meta span:not(:first-child):before{color:rgba(255, 255, 255, 0.25)}.entry-meta
a{color:inherit;text-decoration:underline}.entry-meta a:hover,
.entry-meta a:focus{color:#900}.page-title,
.entry-content
h1{font-size:2.5rem;font-weight:700;letter-spacing:0;line-height:1.3;margin-bottom:1.875rem;padding:0;position:relative}.entry-content,.archives-content{font-size:1.0625rem;font-weight:400;line-height:1.7;text-align:start}.entry-content{margin-bottom:3.125rem}.archives-content{font-size:1.125rem;line-height:1.7;margin:1.875rem auto 1.875rem 0;max-width:700px}.error404 .archives-content{text-align:start}.entry-content b,
.entry-content
strong{font-weight:600}.entry-content li+li{margin-top:0.25rem}.entry-content h2,
.textwidget
h2{font-size:1.5rem}.entry-content h3,
.textwidget
h3{font-size:1.375rem}.entry-content h4,
.textwidget
h4{font-size:1.275rem}.entry-content h5,
.textwidget
h5{font-size:1.1875rem}.entry-content h6,
.textwidget
h6{font-size:1.125rem}.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content
h6{font-family:inherit;font-weight:700;margin:1.875rem 0 1.875rem;line-height:1.4em}.entry-content h1:first-child{margin-top:0}.entry-content .wp-block-column *:first-child{margin-top:0}.entry-content p,
.textwidget
p{margin-top:0;margin-bottom:1.5rem}.entry-content>:first-child{margin-top:0}.entry-content
img{height:auto;margin-bottom:1.5rem;max-width:100%}.entry-content
iframe{max-width:100%}.entry-content iframe+p{margin-top:1.25rem}.fluid-width-video-wrapper{margin:1.25rem 0}.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content img.alignleft,
.entry-content
img.alignright{max-width:100%;width:auto;height:auto}.entry-content
figure{margin:0
0 1.875rem}.entry-content .wp-block-column
figure{margin-bottom:0}.entry-content .wp-block-columns:last-child{margin-bottom:0}.entry-content>.wp-block-group:not(:first-child){margin-top:1.875rem}.entry-content .wp-block-image img,
.entry-content .wp-block-media-text__media img,
.entry-content .wp-block-media-text__media
video{height:auto}.entry-content .wp-block-image
img{margin-bottom:0}.entry-content p + .site-archive-posts,
.entry-content .site-archive-posts+.site-archive-posts{margin:3.75rem 0 0}.entry-content .entry-thumbnail
figure{margin-bottom:0}.entry-content .entry-title{margin-top:0}.entry-content > :last-child,
.entry-content p:last-child,
.textwidget p:last-child{margin-bottom:0}.entry-content
blockquote{border-width:0;border-left:solid 2px #ddd;color:#333;display:block;font-size:1.25rem;font-style:normal;line-height:1.7;margin:1.25rem 1.875rem;padding:0.75rem 3.75rem;text-align:start}.entry-content .wp-block-pullquote{padding-top:0;padding-bottom:0}.entry-content .wp-block-pullquote
blockquote{margin-bottom:0}.entry-content .wp-block-pullquote
p{font-size:1.25em}.entry-content a,
.site-inbetween-item .textwidget p
a{text-decoration:underline}.entry-content
.site-section-pages
.site-columns>.wp-block-group__inner-container{display:grid;grid-template-columns:repeat(2, 50%);grid-column-gap:30px;grid-row-gap:60px}.entry-content .site-readmore-span
a{text-decoration:none}.entry-content a:hover,
.entry-content a:focus{cursor:pointer}.entry-content .table-wrapper{margin:2rem 0;overflow-x:auto;padding:0
5px 5px 0}.entry-content .table-wrapper table:first-of-type{margin-top:0}.entry-content .table-wrapper table:last-of-type{margin-bottom:0}.entry-content table,
.widget
table{border:solid 1px rgba(0, 0, 0, 0.1);margin:2rem 0;table-layout:auto;width:100%}.widget table:first-child{margin-top:0}.entry-content table caption,
.widget table
caption{font-weight:bold;margin:0
0 1rem;padding:0.5rem 20px;text-align:center}.entry-content table:last-child,
.widget table:last-child{margin-bottom:0}.entry-content table th,
.entry-content table td,
.widget table th,
.widget table
td{font-size:0.9375rem;line-height:1.5em;padding:0.75rem 1rem;text-align:start}.entry-content table td,
.widget table
td{color:#040404}.entry-content table td:first-child,
.widget table td:first-child{border-left-width:0}.entry-content table td:last-child,
.widget table td:last-child{border-right-width:0}.entry-content table thead tr,
.widget table thead
tr{border-bottom-width:0}.entry-content table tr,
.widget table
tr{border-bottom:solid 1px #e5e5e5;transition:all 0.2s ease-in-out}.entry-content table tr:first-of-type,
.widget table tr:first-of-type{border-top-width:0}.entry-content table tr:last-of-type,
.widget table tr:last-of-type{border-bottom-width:0}.entry-content tr:nth-child(odd),
.widget tr:nth-child(odd){background-color:white}.entry-content tr:nth-child(even),
.widget tr:nth-child(even){background-color:#f8f6f3}.podcastplus-block-centered{text-align:center}.entry-content .wp-block-separator{margin:2.5rem 0}.entry-content .podcastplus-block-title{font-size:1.75rem;font-weight:700}.podcastplus-block-intro .wp-block-column:not(:first-child){margin-inline-start:5rem}.podcastplus-social-icons{font-size:2.25rem}.podcastplus-social-icons
a{color:#080808;text-decoration:none}.podcastplus-social-icons a:hover,
.podcastplus-social-icons a:focus{color:#900}.podcastplus-social-icons a+a{margin:0
0 0 1rem}.podcastplus-admin-edit-notice{font-size:1rem;font-weight:600;margin-bottom:1.25rem;text-align:end}.podcastplus-block-featured-pages .wp-block-column{outline:1px
solid rgba(255, 255, 255, 0.25);outline-offset:-10px;position:relative;transition:all 0.2s ease-in-out}.podcastplus-block-featured-pages .wp-block-column:hover,
.podcastplus-block-featured-pages .wp-block-column:focus{outline:4px
solid rgba(255, 255, 255, 0.5);outline-offset:-13px}.podcastplus-block-featured-pages .wp-block-columns{gap:2.5rem}.podcastplus-block-featured-pages .entry-title{font-size:1.125rem;font-weight:600;letter-spacing:0;margin-bottom:0;width:calc(100% - 20px);position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:2}.podcastplus-block-featured-pages .entry-title
a{background-color:#0c1031;color:#fff;display:inline-block;padding:0.875rem 1.75rem}.podcastplus-block-featured-pages .entry-title a:hover,
.podcastplus-block-featured-pages .entry-title a:focus{background-color:#e7ae4a;color:#0c1031}.podcastplus-block-intro-alt
p{max-width:900px}.podcastplus-block-centered
p{margin-inline-end:auto;margin-inline-start:auto}.entry-content
hr{background-color:#e7e7e7;border:0;height:1px;margin:1.875rem 0}.entry-content
.gallery{margin:2.5rem 0;display:grid;align-items:start;grid-gap:1.25rem}.entry-content .gallery-columns-2{grid-template-columns:repeat(2, 1fr)}.entry-content .gallery-columns-3{grid-template-columns:repeat(3, 1fr)}.entry-content .gallery-columns-4{grid-template-columns:repeat(4, 1fr)}.entry-content .gallery-columns-5{grid-template-columns:repeat(5, 1fr)}.entry-content .gallery-columns-6{grid-template-columns:repeat(6, 1fr)}.entry-content .gallery-columns-7{grid-template-columns:repeat(7, 1fr)}.entry-content .gallery-columns-8{grid-template-columns:repeat(8, 1fr)}.entry-content .gallery-item{display:block;margin:0;vertical-align:top}.gallery-item .gallery-caption{margin-inline-start:0}.gallery-item
img{height:auto;margin-bottom:0;max-width:100%;width:100%}.gallery-item .gallery-caption{font-size:0.8125rem;padding:6px
10px;text-align:center}.gallery-item .post-content{text-align:center}.post-meta-tags,.site-post-navigation{border:solid 1px rgba(0, 0, 0, 0.1);font-size:0.9375rem;line-height:1.6;margin:0;padding:1.875rem;text-align:start}.site-post-navigation{gap:40px}.post-meta-tags+.site-post-navigation{margin-top:1.875rem}.site-post-navigation .site-post-nav-next{text-align:end}.site-post-navigation .post-navigation-label,
.post-meta-tags .post-navigation-label{display:inline-block;font-size:0.8125rem;font-weight:500;margin:0
0 10px;text-transform:uppercase}.site-post-navigation
a{display:block;text-decoration:underline}.post-meta-tags
a{border:solid 1px rgba(0, 0, 0, 0.12);display:inline-block;margin:4px;padding:3px
6px;text-decoration:none;text-transform:capitalize;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.post-meta-tags a:hover,
.post-meta-tags a:focus{background-color:#040404;border-color:#040404;color:#fff}.entry-content ul,
.entry-content
ol{margin:1.25rem 0 1.25rem 1.25rem;padding:0}.entry-content ol li:not(.wp-social-link),
.textwidget ol li:not(.wp-social-link){display:list-item;list-style:inside decimal}.entry-content li > ul,
.entry-content li>ol{margin:1.5rem 0 1.5rem 2rem}.entry-content
dt{font-weight:700}.entry-content
dd{margin:0
1.5em 1.5em}.entry-content ul:last-child{margin-bottom:0}.entry-content .wp-block-columns
img{margin-bottom:0}.entry-content .podcast_player,
.entry-preview
.podcast_player{margin:1.25rem 0;text-align:start}.entry-preview
.podcast_meta{display:none}.entry-preview .podcast_player .wp-video,
.entry-preview .podcast_player .mejs-video,
.entry-preview .mejs-container{max-width:100% !important;width:auto !important}.entry-content .podcast_meta,
.entry-preview
.podcast_meta{margin-bottom:1.25rem}.entry-content .podcast_meta
p{margin-bottom:0}#container .castos-player .play-progress{margin-top:0.55rem}.site-archive-columns-2
.site-archive-posts
.castos-player
.player__artwork
img{height:60px;width:60px}.site-archive-columns-2 .site-archive-posts .castos-player
.player__main{grid-template-columns:1fr}.site-archive-columns-2 .site-archive-posts .castos-player
.player__artwork{display:none}.site-archive-columns-2 .site-archive-posts .castos-player
.player__body{padding-inline-start:13px}.entry-content .powerpress_player,
.entry-preview
.powerpress_player{margin:1.25rem 0;text-align:start}.entry-preview
.powerpress_links{display:none}.entry-content
.powerpress_links{margin-bottom:0}.entry-content .powerpress_links+p:not(.powerpress_links){margin-top:1.5rem}.widget #mc_embed_signup,
.widget .mc4wp-form,.widget_newsletterwidget{background-color:#f3f3f3;padding:1.875rem}.widget #mc_embed_signup
form{padding:0}.widget #mc_embed_signup
h2{font-size:1.125rem;margin:0
0 1rem}.widget #mc_embed_signup
input{border-width:2px}.widget #mc_embed_signup .mc-field-group{padding:0;width:100%}.widget #mc_embed_signup .mc-field-group+p{margin-top:1.25rem;margin-bottom:0}.widget .mc4wp-form .mc4wp-form-fields label
input{margin-top:0.75rem}.widget .mc4wp-form .mc4wp-form-fields
p{margin-bottom:1rem}.widget .mc4wp-form .mc4wp-form-fields p:last-of-type{margin-bottom:0}.widget #mc_embed_signup .mc-field-group label,
.widget .mc4wp-form
label{color:rgba(0, 0, 0, 0.7);font-size:0.875rem;font-weight:500;margin-bottom:0.75rem}.widget #mc_embed_signup .mc-field-group input,
.widget .mc4wp-form
input{border-radius:0}.widget #mc_embed_signup .button,
.widget .mc4wp-form input[type="submit"]{background-color:#333;border:0;border-radius:50px;color:#eee;display:block;font-size:1rem;font-weight:600;height:auto;line-height:1.5;margin:1.25rem 0 0;padding:0.75rem 1rem;text-align:center;width:100%}.widget #mc_embed_signup .button:hover,
.widget #mc_embed_signup .button:focus,
.widget .mc4wp-form input[type="submit"]:hover,
.widget .mc4wp-form input[type="submit"]:focus{background-color:#040404;color:#fff}.sidebar-widgets .zoom-social-icons-widget{padding:1.875rem}.zoom-social-icons-widget p:not(.widget-title)+.zoom-social-icons-list{margin-top:1.25rem}.zoom-social-icons-widget .zoom-social_icons-list__item:last-of-type{margin-bottom:0}.woocommerce-info,.woocommerce-message{border-top-color:#039}.woocommerce-info::before,.woocommerce-message::before{color:#039}.woocommerce-ordering
select{padding:0.5rem}.woocommerce-product-details__short-description{margin-bottom:1.25rem}.woocommerce
table.shop_attributes{border:1px
solid rgba(0, 0, 0, 0.1)}.woocommerce table.shop_attributes
th{border-inline-end:1px solid rgba(0, 0, 0, 0.1)}.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes
td{padding:0.5rem 1rem}.woocommerce .woocommerce-MyAccount-navigation>ul{margin-block:0}.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product
h3{font-size:1.25rem;font-weight:700;line-height:1.5}.woocommerce form .form-row
label{font-size:1rem;font-weight:bold;line-height:1.6}.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce form .form-row .select2-container{margin-bottom:0.75rem}.woocommerce ul.products li.product .button+.added_to_cart{margin-inline-start:1rem}.woocommerce
table.shop_table{border-radius:0}.woocommerce .woocommerce-cart-form+.cart-collaterals{margin-top:1.875rem}.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{color:var(--capa-neutral-color-100);opacity:0.7}#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text{padding:0.25rem 1.25rem}.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text{width:150px}.woocommerce .quantity
.qty{padding:0.3125rem 0.5rem;width:5em}.entry-content .woocommerce
a.remove{text-decoration:none}.entry-content .attachment-woocommerce_thumbnail{margin-bottom:0}.woocommerce
.product_meta{font-size:0.875rem}.woocommerce .product_meta>span{display:block}#respond{padding:1.875rem}.logged-in-as
a{text-decoration:underline}#respond{background-color:#fff;border:solid 1px rgba(0, 0, 0, 0.1)}.comment
#respond{margin-top:1.25rem}#respond .form-submit{margin-top:1.25rem}#respond .comment-notes{font-size:0.875em;margin-bottom:1.25rem}.comments-area{margin:1.875rem 0 0;text-align:start}.comments-area .comments-title,#reply-title{font-size:1.5rem;margin:0
0 1.875rem}.page .comments-area{margin-inline-start:0}.comment-list{margin:1.75em 0}.comment-list,
.comment-list
.children{list-style-type:none;padding:0}.comment,.pingback,.trackback{padding:1.75em 0}.depth-1{border-bottom:solid 1px rgba(0, 0, 0, 0.1)}.depth-1:first-child{margin-top:0;padding-top:0}.children{margin-top:24px}.children
.comment{border-left:5px solid rgba(0, 0, 0, 0.1);padding-inline-start:1.5rem}.comment-author{float:left;margin:0
1.25rem 1.25rem 0}.comment-author
.avatar{box-shadow:2px 2px 3px rgb(0 0 0 / 6%);border:solid 3px #fff;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}.comment-meta{margin-bottom:0}.comment-meta
.fn{display:inline-block;font-size:1em;font-style:normal;font-weight:600;margin-inline-end:1rem}.says{display:none}.comment-metadata{display:inline-block;font-size:0.875em}.comment-content
a{word-wrap:break-word}.comment-tools{display:inline-block;float:right}.comment-tools
a{font-size:0.8125em;font-weight:normal}.comment-reply-link{margin-inline-start:10px}.comment-respond{padding:0
0 20px 0}.comment-list .comment-respond{padding-top:30px}.comment-content{font-size:1rem;line-height:1.7}.comment-content
p{margin:1em
0 0}.comment-form
label{display:block;font-size:1rem;font-weight:600;margin:1em
0}.comment-form label
.required{color:#900;font-weight:700}.form-allowed-tags{font-size:0.8125em}.no-comments{text-align:center}.bypostauthor{display:block}#respond input[type="submit"]{font-size:1em;font-weight:400;padding:1rem 2rem}#site-footer{background-color:#0c1031;color:rgba(255, 255, 255, 0.6);font-size:0.9375rem;line-height:1.7;padding:3.125rem 0}#site-footer
a{color:#fff;text-decoration:underline;text-underline-offset:2px}#site-footer a:hover,
#site-footer a:focus{color:#e7ae4a}#site-footer .widget-title{color:#fff;font-size:1rem;margin-bottom:1.875rem}#footer-widgets-full{font-size:1.125rem;font-weight:500;margin-bottom:3.75rem;text-align:center}#footer-widgets-full .widget-title{font-size:1.25rem}#footer-widgets-full .widget:not(:first-child),
.site-columns-footer .widget:not(:first-child),.site-columns-footer+#site-footer-credits{margin-top:2.5rem}.site-columns-footer+#site-footer-credits{border-top:solid 1px rgba(255, 255, 255, 0.06);padding-top:2.5rem}.site-columns-footer .site-column:not(:first-child){margin-inline-start:3.75rem}#site-footer-credits{font-size:0.875rem;flex-direction:row-reverse}#site-footer-nav{text-align:end}#site-footer-nav .menu-item{display:inline-block}#site-footer-nav .menu-item:not(:first-child){margin-inline-start:0.75rem}#site-footer .widget_nav_menu a:before{content:"\f105";display:inline-block;-webkit-font-smoothing:antialiased;font:10px/10px "icomoon";font-weight:900;margin:0
6px 2px 0;vertical-align:middle}.entry-inner-thumbnail .wp-post-image,
.entry-thumbnail .thumbnail,
.entry-thumbnail .wp-post-image,
.wp-caption img,
.post-thumbnail
.thumbnail{height:auto;max-width:100%;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.entry-content
.widget{margin-bottom:2.5rem}.widget{margin-bottom:1.875rem}.widget:last-of-type{margin-bottom:0}.widget:last-of-type,
.entry-content
.widget{margin-bottom:0}.widget-title{font-size:1rem;font-weight:700;margin:0
0 1.875rem;position:relative}.widget_recent_entries
li{border-bottom:solid 1px #eee;border-bottom-color:rgba(0, 0, 0, 0.1);line-height:1.75em;margin:0
0 15px;padding-bottom:15px}.widget_recent_entries li:last-of-type{border-bottom-width:0;margin-bottom:0;padding-bottom:0}.widget_recent_entries
a{line-height:1.6em}.widget_recent_entries .post-date{display:block;font-size:0.875rem;margin:1em
0 0}#searchsubmit{font-size:1rem;font-weight:400;margin-top:12px;padding:1rem 2rem}#wpstats{display:none}.entry-content .wp-caption{font-size:0.875rem;line-height:1.75em;margin-top:0;margin-bottom:2.5rem;max-width:100%;width:auto}.entry-content .wp-caption
img{margin-bottom:0}.entry-content .wp-caption .wp-caption-text{background-color:#eee;margin-top:0;padding:1.25rem}.pagination{font-size:0.9375rem;font-weight:600;margin:2.5rem 0 0;text-align:center}.pagination .page-numbers{border:solid 1px #e7e7e7;-webkit-border-radius:1px;-moz-border-radius:1px;-ms-border-radius:1px;border-radius:1px;display:inline-block;line-height:1em;margin:6px
4px;padding:0.75rem}.pagination
a{color:#06081f}.pagination .current,
.pagination a:hover,
.pagination a:focus{background-color:#06081f;border-color:#06081f;color:#fff}:root .has-small-font-size{font-size:0.9375rem !important}:root .has-regular-font-size,
:root .has-normal-font-size{font-size:1.0625rem !important;line-height:1.7}:root .has-large-font-size,
:root
.lead{font-size:1.3125rem !important}:root .has-larger-font-size{font-size:1.5rem !important;line-height:1.5}:root .is-style-center-aligned{text-align:center}:root .is-style-right-aligned{text-align:end}@media screen and (max-width: 1240px){.site-wrapper-section{padding-inline:40px;width:100%}}@media screen and (max-width: 960px){.site-header-default #site-header-menu{padding-inline-start:3.75rem}.ht-site-content{flex:1 1 70%}.ht-site-sidebar{flex:1 1 30%}}@media screen and (max-width: 768px){.site-wrapper-section{padding-inline:30px}.site-wrapper-section-main{padding-block:3.125rem}#site-logo{flex-grow:1}.site-header-default #site-header-menu{padding-inline-start:2.5rem}#site-mobile-menu-toggle{display:inline-block}#site-primary-nav{display:none}.page-sidebar-left .ht-site-content-grid,
.page-sidebar-right .ht-site-content-grid,.ht-site-content-grid,.wp-block-columns{flex-direction:column}.podcastplus-block-featured-pages .wp-block-column{margin-inline-end:auto;margin-inline-start:auto}.podcastplus-block-featured-pages .wp-block-column:not(:first-child){margin-top:1.875rem;margin-inline-start:auto}.site-archive-columns-1 .site-archive-post .entry-thumbnail{flex-basis:150px}.ht-site-sidebar{flex:1;width:100%}.sidebar-widgets{font-size:1rem;display:grid;grid-template-columns:repeat(2, 1fr);gap:40px}.sidebar-widgets>.widget{margin-bottom:0}.podcastplus-block-intro .wp-block-columns{flex-direction:column}.podcastplus-block-intro .wp-block-column:not(:first-child){margin-top:2.5rem;margin-inline-start:0}.site-columns-footer{flex-direction:column}.site-columns-footer .site-column:not(:first-child){margin:1.875rem 0 0}#site-footer-credits,#site-footer-nav{text-align:center}#site-footer-credits{flex-direction:column}#site-footer-nav{margin-bottom:1.25rem}#site-masthead-latest-post .entry-thumbnail{flex-basis:250px}#site-masthead-latest-post .entry-title{font-size:2rem}#site-masthead-latest-post .entry-excerpt{font-size:1rem;line-height:1.7}.page-title,
.entry-content
h1{font-size:2rem}}@media screen and (max-width: 640px){#site-masthead-latest-post .ht-site-flex{flex-direction:column}#site-masthead-latest-post .ht-site-flex>*{flex:1}.entry-content{margin-bottom:2.5rem}.entry-content .wp-block-separator{margin:1.875rem 0}.site-archive-columns-1 .section-entry{gap:30px}.site-archive-columns-2 .site-archive-posts{display:block}.site-archive-columns-2 .section-entry{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;padding:1.875rem}.site-archive-columns-2 .entry-thumbnail,
.site-archive-columns-2 .entry-preview{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.site-archive-columns-2 .section-entry{gap:30px}.site-archive-columns-2 .section-entry .entry-thumbnail{flex:0 1 160px}.site-archive-columns-2
.site-archive-posts
.post-withthumbnail
.entry-preview{border-top-width:0}.site-archive-columns-2 .site-archive-posts .entry-preview{padding:0}.site-archive-columns-2 .site-archive-post:not(:first-child),
.site-archive-columns-2 .site-inbetween-item{margin-top:1.875rem}.podcastplus-social-icons{font-size:2rem}#respond,.post-meta-tags,.site-post-navigation{padding:1.875rem}#site-masthead-promo{font-size:0.9375rem}.entry-content,.archives-content{font-size:1rem;line-height:1.6}:root .has-larger-font-size{font-size:1.375rem}:root .has-large-font-size,
.entry-content
p.lead{font-size:1.1875rem}.page-title,
.entry-content
h1{font-size:2rem}#footer-widgets-full{margin-bottom:2.5rem}}@media screen and (max-width: 460px){.site-wrapper-section{padding-inline:20px}#site-masthead-latest-post{padding:3.125rem 0}#site-masthead .ht-site-flex,.site-post-navigation{flex-direction:column}#site-masthead .ht-site-flex>*{flex:1}#site-logo{align-self:center;text-align:center}#site-masthead-latest-post .entry-thumbnail{text-align:center}#site-masthead-latest-post .entry-title{font-size:1.75rem}.site-header-default #site-header-menu{margin-top:1.875rem;padding-inline-start:0;text-align:center}#site-mobile-menu .menu
li{font-size:1.1875rem}.sidebar-widgets{grid-template-columns:repeat(1, 1fr)}.page-title,
.entry-content
h1{font-size:1.75rem}.entry-content .podcastplus-block-title,.section-title{font-size:1.375rem}:root .has-larger-font-size{font-size:1.3125rem}:root .has-large-font-size,
.entry-content
p.lead{font-size:1.125rem;line-height:1.5}.entry-content,.archives-content{font-size:1rem;line-height:1.5}.entry-content h2,
.textwidget h2,
.comments-area .comments-title,#reply-title{font-size:1.375rem}.site-post-navigation .site-post-nav-next{text-align:start}.site-archive-columns-1 .section-entry,
.site-archive-columns-2 .section-entry{flex-direction:column}.podcastplus-social-icons{font-size:1.75rem}#respond,.post-meta-tags,.site-post-navigation{padding:1.25rem}}@media screen and (max-width: 360px){#site-masthead-latest-post{padding:2.5rem 0}#site-mobile-menu .menu
li{font-size:1.0625rem}#site-masthead-latest-post .entry-title,
.page-title,
.entry-content
h1{font-size:1.5rem}.entry-content .podcastplus-block-title,.section-title{font-size:1.25rem}:root .has-larger-font-size{font-size:1.25rem}:root .has-large-font-size,
.entry-content
p.lead{font-size:1.0625rem;line-height:1.4}.entry-content,.archives-content{font-size:0.9375rem;line-height:1.5}.entry-content h2,
.textwidget h2,
.comments-area .comments-title,#reply-title{font-size:1.25rem}.podcastplus-social-icons{font-size:1.5rem}#respond{padding:1.25rem}.site-archive-posts .site-archive-post,
.site-archive-posts .site-inbetween-item
.widget{box-shadow:unset;outline:unset}.site-archive-posts>li:not(:first-child){border-top:solid 1px rgba(0, 0, 0, 0.1);margin-top:1.875rem;padding-top:1.875rem}.site-archive-columns-1 .section-entry,
.site-archive-columns-2 .section-entry,
.site-archive-columns-2 .site-archive-posts .entry-preview,
.site-archive-posts .site-inbetween-item .widget-content-wrapper{padding:0}.site-archive-columns-1 .site-archive-posts .entry-title{font-size:1.125rem}#site-footer,.sidebar-widgets{font-size:0.875rem}#footer-widgets-full{font-size:1rem}#footer-widgets-full .widget-title{font-size:1.125rem}.site-columns-footer+#site-footer-credits{margin-top:1.875rem;padding-top:1.875rem}.designer-credit{display:none}}@font-face{font-family:'icomoon';src:url('https://cdn.shootingitstraightpodcast.com/wp-content/themes/ilovewp-podcastplus/fonts/icomoon.ttf?tgxuuf') format('truetype'),
url('https://cdn.shootingitstraightpodcast.com/wp-content/themes/ilovewp-podcastplus/fonts/icomoon.woff?tgxuuf') format('woff'),
url('https://cdn.shootingitstraightpodcast.com/wp-content/themes/ilovewp-podcastplus/fonts/icomoon.svg?tgxuuf#icomoon') format('svg');font-weight:normal;font-style:normal;font-display:block}.icon-icomoon{font-family:'icomoon' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ilovewp-icon-angle-down:before{content:"\f107"}.ilovewp-icon-angle-left:before{content:"\f104"}.ilovewp-icon-angle-right:before{content:"\f105"}.ilovewp-icon-angle-up:before{content:"\f106"}.ilovewp-icon-arrow-down:before{content:"\f063"}.ilovewp-icon-arrow-left:before{content:"\f060"}.ilovewp-icon-arrow-right:before{content:"\f061"}.ilovewp-icon-arrow-up:before{content:"\f062"}.ilovewp-icon-bars:before{content:"\f0c9"}.ilovewp-icon-check:before{content:"\f00c"}.ilovewp-icon-check-circle:before{content:"\f058"}.ilovewp-icon-check-square:before{content:"\f14a"}.ilovewp-icon-chevron-circle-right:before{content:"\f138"}.ilovewp-icon-chevron-down:before{content:"\f078"}.ilovewp-icon-chevron-left:before{content:"\f053"}.ilovewp-icon-chevron-right:before{content:"\f054"}.ilovewp-icon-chevron-up:before{content:"\f077"}.ilovewp-icon-comment-alt:before{content:"\f27a"}.ilovewp-icon-comment-dots:before{content:"\f4ad"}.ilovewp-icon-ellipsis-v:before{content:"\f142"}.ilovewp-icon-envelope:before{content:"\f0e0"}.ilovewp-icon-envelope-open:before{content:"\f2b6"}.ilovewp-icon-envelope-open-text:before{content:"\f658"}.ilovewp-icon-heart:before{content:"\f004"}.ilovewp-icon-home:before{content:"\f015"}.ilovewp-icon-link:before{content:"\f0c1"}.ilovewp-icon-play-circle:before{content:"\f144"}.ilovewp-icon-search:before{content:"\f002"}.ilovewp-icon-tag:before{content:"\f02b"}.ilovewp-icon-video:before{content:"\f03d"}.ilovewp-icon-volume-up:before{content:"\f028"}.ilovewp-icon-apple:before{content:"\f179"}.ilovewp-icon-facebook:before{content:"\f09a"}.ilovewp-icon-instagram:before{content:"\f16d"}.ilovewp-icon-soundcloud:before{content:"\f1be"}.ilovewp-icon-spotify:before{content:"\f1bc"}.ilovewp-icon-twitch:before{content:"\f1e8"}.ilovewp-icon-twitter:before{content:"\f099"}.ilovewp-icon-youtube:before{content:"\f167"}.ilovewp-icon-long-arrow-left:before{content:"\f177"}.ilovewp-icon-long-arrow-right:before{content:"\f178"}