@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{box-sizing:border-box}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge{background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-block;line-height:0;max-width:100%;min-height:24px;padding:2px 8px}.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__flex-wrapper{align-items:center;display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%}.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{appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:499;margin:0;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button{align-items:center;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);height:36px;padding:4px 12px}.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(:active){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.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(:active){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(:active){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:not(:active){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));font-weight:400;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{height:auto}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:focus{outline:3px solid #0000}.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}@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-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%}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0}.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}.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.has-icon.has-text.has-icon-right{padding-left:12px;padding-right:8px}.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(:active){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-pressed:focus{outline:2px solid #0000}.components-button svg{fill:currentColor;flex-shrink:0;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-calendar{background-color:var(--wp-components-color-background,#fff);color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;font-size:13px;font-weight:400;position:relative;z-index:0}.components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{box-sizing:border-box}.components-calendar__day{padding:0;position:relative}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-400,#ccc)}.components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__day-button{align-items:center;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:flex;font:inherit;font-variant-numeric:tabular-nums;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__day-button:before{border:none;border-radius:2px;content:"";inset:0;position:absolute;z-index:-1}.components-calendar__day-button:after{content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.components-calendar__day-button:disabled{cursor:revert}@media (forced-colors:active){.components-calendar__day-button:disabled{text-decoration:line-through}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:1px}.components-calendar__caption-label{align-items:center;border:0;display:inline-flex;position:relative;text-transform:capitalize;white-space:nowrap;z-index:1}.components-calendar__button-next,.components-calendar__button-previous{align-items:center;appearance:none;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{color:var(--wp-components-color-gray-600,#949494);cursor:revert}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__chevron{fill:currentColor;display:inline-block;height:16px;width:16px}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform:rotate(180deg);transform-origin:50%}.components-calendar__month-caption{align-content:center;display:flex;height:32px;justify-content:center;margin-bottom:12px}.components-calendar__months{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;max-width:fit-content;position:relative}.components-calendar__month-grid{border-collapse:initial;border-spacing:0 4px}.components-calendar__nav{align-items:center;display:flex;height:32px;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;justify-content:space-between;position:absolute}.components-calendar__weekday{color:var(--wp-components-color-gray-700,#757575);height:32px;padding:0;text-align:center;text-transform:uppercase;width:32px}.components-calendar__day--today:after{border:2px solid;border-radius:50%;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;z-index:1}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted,#fff)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground,#1e1e1e);border:1px solid #0000}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800,#2f2f2f)}.components-calendar__day--hidden{visibility:hidden}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-end-end-radius:0;border-start-end-radius:0}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);border-color:#0000;border-radius:0;border-style:solid;border-width:1px 0}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-end-start-radius:0;border-start-start-radius:0}.components-calendar__day--preview svg{color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 16%,#0000);inset:0;pointer-events:none;position:absolute}@media (forced-colors:active){.components-calendar__day--preview svg{color:inherit}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1)}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none}@keyframes slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:0s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1)}@media not (prefers-reduced-motion){.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:.3s}}.components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{animation-name:slide-in-left}.components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{animation-name:slide-out-left}.components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{animation-name:slide-in-right}.components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{animation-name:slide-out-right}.components-calendar__caption-after-enter{animation-name:fade-in}.components-calendar__caption-after-exit{animation-name:fade-out}.components-calendar__caption-before-enter{animation-name:fade-in}.components-calendar__caption-before-exit{animation-name:fade-out}.components-checkbox-control{--checkbox-input-size:24px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control{--checkbox-input-margin:8px}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{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;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@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]::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: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{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px}@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}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;height:var(--checkbox-input-size);line-height:0;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:top;width:var(--checkbox-input-size)}@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: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 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2h2z'/%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-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' 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-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 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-2v2H8v2H6z' 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;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{cursor:pointer}.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]{background:var(--wp-components-color-background,#fff);border:none;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);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{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;line-height:normal;padding:6px 8px}@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-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container::placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container{align-items:flex-start;display:flex;flex-wrap:wrap;padding:0;width:100%}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));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}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{fill:currentColor;line-height:0;margin:0 auto 8px;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;font-weight:400;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:32px;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:hover:not(:disabled):not([aria-disabled=true]),.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;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{overflow:hidden}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset: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__track:after{opacity:0}.components-form-toggle .components-form-toggle__thumb{border-radius:50%;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 .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.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;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-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-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container::placeholder{color:#1e1e1e9e}.components-form-token-field__input-container{cursor:text;padding:0;width:100%}.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-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));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:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;flex:1;font-family:inherit;font-size:16px;line-height:1;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{flex:1 0 100%;max-height:128px;min-width:100%;overflow-y:auto}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;list-style:none;margin:0;padding:0}.components-form-token-field__suggestion{box-sizing:border-box;color:var(--wp-components-color-foreground,#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:var(--wp-components-color-foreground-inverted,#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-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000)}.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:64px;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-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-64px;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 24px;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:24px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:24px}[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{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1) + .5px) #ffffffb3;outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1))}.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:499;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{font-weight:400;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{box-sizing:border-box}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}.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;color:#1e1e1e;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e}@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% - 128px);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%}}.components-modal__frame.is-full-screen :where(.components-modal__content){display:flex;margin-bottom:24px;padding-bottom:0}.components-modal__frame.is-full-screen :where(.components-modal__content)>:last-child{flex:1}@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;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:20px;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:flex-start}.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 24px 24px}.components-modal__content.hide-header{margin-top:0;padding-top:24px}.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-dismissible .components-notice__content{margin-right:25px}.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-bottom:4px;margin-top:4px}.components-notice__actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.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-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:499;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{height:auto}.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{fill:currentColor;color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%)}@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{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{-webkit-font-smoothing:subpixel-antialiased;align-items:flex-start;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;outline:1px solid #0000;padding:24px;position:relative;text-align:left;width:100%}.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{fill:currentColor;margin-right:4px}@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;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]::placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]{flex:1 1 auto}.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{backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex}.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}.components-placeholder.has-illustration{overflow:hidden}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{stroke:currentColor;box-sizing:initial;height:100%;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.components-popover{box-sizing:border-box}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover{will-change:transform;z-index:1000000}.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]{border:1px solid #1e1e1e;border-radius:50%;grid-column:1;grid-row:1;height:24px;margin-right:12px;max-width:24px;min-width:24px;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]{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]{appearance:none;cursor:pointer;display:inline-flex;margin:0;padding:0}.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;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__side-handle:before{opacity:0}.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)}}.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}.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{-webkit-tap-highlight-color:rgba(0,0,0,0)!important;outline:0}.components-snackbar{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,.components-snackbar__action.components-external-link{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link: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:400;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]{background:var(--wp-components-color-background,#fff);border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:var(--wp-components-color-foreground,#1e1e1e);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-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:#1e1e1e9e}.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-color:var(--wp-components-color-gray-600,#949494)}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground,#1e1e1e),#0000 38%)}.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{fill:#f0b849;align-self:center;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 var(--wp-components-color-foreground,#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:var(--wp-components-color-foreground,#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:var(--wp-components-color-background,#fff);border-right:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;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{line-height: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:var(--wp-components-color-background,#fff);border:1px solid var(--wp-components-color-foreground,#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}.components-validated-control:has(:is(input,select):invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control :is(textarea,input[type=text]):invalid[data-validity-visible]{--wp-admin-theme-color:#cc1818;--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control .components-combobox-control__suggestions-container:has(input:invalid[data-validity-visible]):not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate{position:relative}.components-validated-control__wrapper-with-error-delegate:has(select:invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid[data-validity-visible]){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:invalid[data-validity-visible]) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__error-delegate{height:100%;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.components-validated-control__indicator{align-items:flex-start;animation:components-validated-control__indicator-jump .2s cubic-bezier(.68,-.55,.27,1.55);color:var(--wp-components-color-gray-700,#757575);display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;gap:4px;line-height:16px;margin:8px 0 0}.components-validated-control__indicator.is-invalid{color:#cc1818}.components-validated-control__indicator.is-valid{color:color-mix(in srgb,#000 30%,#4ab866)}.components-validated-control__indicator-icon{flex-shrink:0}.components-validated-control__indicator-spinner{height:12px;margin:2px;width:12px}@keyframes components-validated-control__indicator-jump{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}: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.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@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% - 128px);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:88px;width:160px}.preferences__tabs-tabpanel{margin-left:160px;padding-left:24px}@media (max-width:781px){.preferences__provider{height:100%}}.preferences-modal__section{border:0;margin:0 0 2.5rem;padding:0}.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-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--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,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@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;position:relative}.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{background:#0000;border:none;cursor:pointer;height:100%;padding-left:12px;padding-right:32px;width:100%}.block-editor-global-styles-background-panel__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles-background-panel__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-background-panel__reset.block-editor-global-styles-background-panel__reset{border-radius:2px}.block-editor-global-styles-background-panel__dropdown-toggle:hover+.block-editor-global-styles-background-panel__reset,.block-editor-global-styles-background-panel__reset:focus,.block-editor-global-styles-background-panel__reset:hover{opacity:1}@media (hover:none){.block-editor-global-styles-background-panel__reset{opacity:1}}.block-editor-global-styles-background-panel__inspector-media-replace-title{text-align:start;white-space:normal;word-break:break-all}.block-editor-global-styles-background-panel__inspector-image-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);background-size:cover;border-radius:2px;box-shadow:inset 0 0 0 1px #0003;height:20px;outline:1px solid #0000;width:20px}.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]{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)}}iframe[name=editor-canvas]{background-color:var(--wp-editor-canvas-background)}.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 .block-editor-html-element-control:where(:not(:last-child)),.block-editor-block-inspector .block-editor-image-size-control:where(:not(:last-child)),.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 .block-editor-html-element-control .components-base-control,.block-editor-block-inspector .block-editor-image-size-control .components-base-control,.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-inspector-edit-contents{margin:0 16px 16px}.block-editor-block-inspector-edit-contents .block-editor-block-inspector-edit-contents__button{justify-content:center}.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;position:absolute;will-change:transform}@media (min-width:480px){.block-editor-block-list__insertion-point-inserter{display:flex}}.block-editor-block-list__insertion-point-inserter{justify-content:center;left:calc(50% - 12px);top:calc(50% - 12px)}.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-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:after{display:none}.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-parent-selector:after{display:inline-flex}.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-tools--is-dragging>.popover-slot{display:none}.block-editor-block-lock-modal{z-index:1000001}.block-editor-block-lock-modal__options{border:0;margin:0;padding:0}.block-editor-block-lock-modal__options legend{margin-bottom:16px;padding:0}.block-editor-block-lock-modal__checklist{list-style:none;margin:0;padding: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{fill:#1e1e1e;flex-shrink:0;margin-right:12px}.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-allowed-blocks-control:not(:only-child){margin-top:16px}.block-editor-block-allowed-blocks-control__button{justify-content:center;width:100%}.block-editor-block-allowed-blocks-modal{z-index:1000001}.block-editor-block-allowed-blocks-modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:-24px;left:0;margin:0 -24px -24px;padding:16px 24px;position:sticky;z-index:1}.block-editor-block-breadcrumb{list-style:none;margin:0;padding:0}.block-editor-block-breadcrumb li{display:inline-flex;margin:0;white-space:nowrap}.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{color:#1e1e1e;padding:16px}.block-editor-block-card.is-parent{padding-bottom:4px}.block-editor-block-card.is-child{padding-top:4px}.block-editor-block-card__parent-select-button{align-items:start;height:auto!important;padding:0;text-align:start}.block-editor-block-card__title{align-items:center;display:flex;flex-wrap:wrap;font-weight:499;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,.block-editor-block-card__child-indicator-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__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{fill:#1e1e1e;margin-right:10px}.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:499;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-quick-navigation__item{font-weight:400}.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{grid-column:1/-1}.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}.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:499;margin-bottom:12px;text-transform:uppercase}.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-radius:2px;height:100%}@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{border:1px solid #0000;position:relative}.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:64px;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%}@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{z-index:100}.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{box-sizing:border-box;padding:0 16px 16px}.block-editor-block-variation-transforms:where(fieldset){border:0;margin:0;min-inline-size:0}.block-editor-block-variation-transforms__button{justify-content:center;width:100%}.components-border-radius-control__header{height:16px;margin-bottom:12px}.components-border-radius-control{border:0;margin:0 0 12px;padding:0}.components-border-radius-control legend{margin-bottom:0}.components-border-radius-control .components-border-radius-control__linked-button{display:flex;justify-content:center}.components-border-radius-control .components-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{border:0;margin:0;min-width:0;padding: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{min-height:160px}.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)}.block-editor-fit-text-size-warning{margin:8px 0 0}.block-editor-fit-text-size-warning .components-notice__content{margin-right:0}.components-font-appearance-control [role=option]{color:#1e1e1e;text-transform:capitalize}.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{border:1px solid #ddd;border-radius:2px;display:block;padding:0;position:relative}.block-editor-global-styles-filters-panel__dropdown-toggle,.block-editor-global-styles__shadow-dropdown-toggle{padding:8px;width:100%}.block-editor-global-styles-filters-panel__dropdown-toggle.is-open,.block-editor-global-styles__shadow-dropdown-toggle.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__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}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-indicator{transition:transform .1s ease}}.block-editor-global-styles__shadow-indicator{will-change:transform}.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{margin-bottom:16px}.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:-4px}}.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-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;justify-content:center;padding:8px;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{height:auto;position:relative}.components-button.block-editor-block-types-list__item:disabled,.components-button.block-editor-block-types-list__item[aria-disabled=true]{cursor:default;opacity:.6}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):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,[aria-disabled=true]):hover svg{color:var(--wp-admin-theme-color)!important}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):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,[aria-disabled=true]).is-active{background:#1e1e1e;color:#fff;outline:2px solid #0000;outline-offset:-2px}.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)}.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}.modal-open .block-editor-inspector-list-view-content-popover{z-index:99999}.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__preview{flex-wrap:wrap;gap:4px}.show-icon-labels .block-editor-link-control .block-editor-link-control__preview .components-button.has-icon{padding:4px;width:auto}.show-icon-labels .block-editor-link-control .block-editor-link-control__preview .block-editor-link-control_link-information{margin-right:0;min-width:100%}.block-editor-link-control__search-input-wrapper{margin-bottom:8px;position:relative}.block-editor-link-control__help{color:#757575;font-size:12px;font-style:normal;margin-bottom:0;margin-top:-8px;padding:0 16px}.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;white-space:nowrap}.block-editor-link-control__search-item[aria-selected]{background:#f0f0f0}.block-editor-link-control__preview{background:#0000;border:0;padding:16px}.block-editor-link-control__preview .block-editor-link-control__link-information{margin-right:8px;overflow-wrap:break-word;white-space:pre-wrap}.block-editor-link-control__preview .block-editor-link-control__link-information .block-editor-link-control__preview-info{color:#757575;font-size:12px;line-height:1.1;word-break:break-all}.block-editor-link-control__preview.is-url-title .block-editor-link-control__preview-title{word-break:break-all}.block-editor-link-control__preview .block-editor-link-control__preview-icon,.block-editor-link-control__preview .block-editor-link-control__preview-image{background-color:#f0f0f0;border-radius:2px;flex-shrink:0;height:32px;position:relative;width:32px}.block-editor-link-control__preview .block-editor-link-control__preview-icon img{width:16px}.block-editor-link-control__preview.is-error .block-editor-link-control__preview-icon{max-height:32px;top:0;width:32px}.block-editor-link-control__preview .block-editor-link-control__preview-title{line-height:1.1}.block-editor-link-control__preview .block-editor-link-control__preview-title:focus{box-shadow:none}.block-editor-link-control__preview .block-editor-link-control__preview-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__preview .block-editor-link-control__preview-title mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__preview .block-editor-link-control__preview-title span{font-weight:400}.block-editor-link-control__preview .block-editor-link-control__preview-title .components-external-link__icon{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-icon img,.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-icon svg{opacity:0}.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-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__preview.is-fetching .block-editor-link-control__preview-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__preview-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__settings{border:0;margin:0;padding:0}.block-editor-link-control__setting{flex:1;margin-bottom:0;padding:8px 24px}.block-editor-link-control__setting .components-base-control:not(.components-input-control) .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{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=true] svg{transform:rotate(90deg)}.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)}.link-preview-button.components-button{border-color:#949494;box-shadow:inset 0 0 0 1px #949494;height:auto;padding:12px;width:100%}.link-preview-button__image-container{flex-shrink:0;height:24px;width:24px}.link-preview-button__image{border-radius:2px;height:100%;object-fit:cover;width:100%}.link-preview-button__content,.link-preview-button__details{flex:1;min-width:0}.link-preview-button__hint,.link-preview-button__title{display:block;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.link-preview-button__title{color:#1e1e1e;display:block;font-weight:500;margin-top:4px}.link-preview-button__hint{color:#757575;font-size:12px;font-weight:400}.link-preview-button__icon{color:#1e1e1e}.link-preview-button__badges{margin-top:8px}.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 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}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-normal{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-normal{transform:translateY(0)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-up{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-down{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-after-dragged-blocks{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.is-displacement-up{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-down{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))}.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:28px}.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__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__block-visibility,.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{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=true] .block-editor-list-view__expander svg{transform:rotate(90deg)}.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{z-index:99999}.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 #ddd;margin-top:8px;padding-bottom:8px}.block-editor-media-replace-flow__options.is-variant-toolbar .block-editor-media-replace-flow__media-upload-menu:not(:empty)+.block-editor-media-flow__url-input{border-top-color:#1e1e1e}.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__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__preview.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{word-wrap:break-word;overflow:hidden}.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:499}.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{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.preset-input-control__wrapper>*{flex:1}.preset-input-control__wrapper>.preset-input-control__custom-toggle,.preset-input-control__wrapper>.preset-input-control__icon{flex:none}.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-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}@media not (prefers-reduced-motion){.block-editor-url-input__suggestions{transition:all .15s ease-in-out}}.block-editor-url-input__suggestions{overflow-y:auto;padding:4px 0;width:302px}.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-content-only-controls__link{box-shadow:inset 0 0 0 1px #ccc;width:100%}.block-editor-content-only-controls__link:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-content-only-controls__link-row{align-items:center}.block-editor-content-only-controls__link-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.block-editor-content-only-controls__media{box-shadow:inset 0 0 0 1px #ccc;padding:8px;width:100%}.block-editor-content-only-controls__media:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-content-only-controls__media-replace-flow{display:block}.block-editor-content-only-controls__media-row{align-items:center}.block-editor-content-only-controls__media-placeholder{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:2px;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:24px;padding:0;width:24px}.block-editor-content-only-controls__media-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.block-editor-content-only-controls__media-thumbnail{align-self:center;border-radius:2px;height:24px;width:24px}.block-editor-content-only-controls__media-thumbnail img{height:100%!important;object-fit:cover;width:100%!important}.block-editor-content-only-controls__rich-text{background:#fff;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:#1e1e1e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.block-editor-content-only-controls__rich-text{transition:box-shadow .1s linear}}@media (min-width:600px){.block-editor-content-only-controls__rich-text{font-size:13px;line-height:normal}}.block-editor-content-only-controls__rich-text:focus{border-color:var(--wp-admin-theme-color,#3858e9);box-shadow:0 0 0 .5px var(--wp-admin-theme-color,#3858e9);outline:2px solid #0000}.block-editor-content-only-controls__rich-text::placeholder{color:#1e1e1e9e}.block-editor-content-only-controls__rich-text{border-color:#949494}.block-editor-content-only-controls__rich-text::placeholder{color:color-mix(in srgb,#1e1e1e,#0000 38%)}.block-editor-content-only-controls__rich-text{min-height:40px;padding:12px}.block-editor-block-fields__container{padding:0 16px}.block-editor-block-fields__container:first-of-type{border-top:1px solid #e0e0e0;padding-block-start:8px}.block-editor-block-fields__container:last-of-type{padding-block-end:16px}.block-editor-block-fields__header{margin-bottom:4px;padding:8px 0}.block-editor-block-fields__header-icon{flex:0 0 24px}.block-editor-block-fields__header-title{flex:1;margin:0!important}.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.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-hooks__grid-layout-columns-and-rows-controls,.block-editor-hooks__grid-layout-minimum-width-control{border:0;margin:0;padding:0}.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 .components-button.block-editor-block-toolbar__block-icon-button[aria-disabled=true],.block-editor-block-toolbar .components-button.block-editor-block-toolbar__block-icon-button[aria-disabled=true]:hover{color:#1e1e1e}.block-editor-block-toolbar.is-connected .block-editor-block-toolbar__block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-toolbar__block-icon{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}.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{scrollbar-color:#e0e0e0 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.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}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{will-change:transform}@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{scrollbar-gutter:auto}.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;top:15px;width:2px}.block-editor-block-toolbar__block-controls .components-toolbar-group{padding:0}.block-editor-block-toolbar__pattern-overrides-popover .components-popover__content{min-width:260px;padding:16px}.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:where(:not(.has-text)){width:auto}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)) svg{display:none}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)):after{content:attr(aria-label);font-size:12px}.show-icon-labels .block-editor-block-toolbar .block-editor-block-icon{height:0!important;min-width:0!important;width:0!important}.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-parent-selector .block-editor-block-parent-selector__button{text-wrap:nowrap;border-bottom-right-radius:0;border-top-right-radius:0;padding-left:12px;padding-right:12px}.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{grid-gap:12px;display:grid;grid-template-columns:1fr 1fr}.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:499;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{grid-gap:8px;display:grid;grid-template-columns:1fr 1fr}.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:auto;padding:24px;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{grid-gap:32px;display:grid;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:499}.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-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{border:0;margin:0;padding:0}.spacing-sizes-control .spacing-sizes-control__label,.spacing-sizes-control .spacing-sizes-control__unit-control{margin-bottom:0}.spacing-sizes-control .spacing-sizes-control__custom-value-range,.spacing-sizes-control .spacing-sizes-control__preset-range{flex:1;margin-bottom:0}.spacing-sizes-control__header{height:16px;margin-bottom:12px}.spacing-sizes-control__wrapper{align-items:center}.spacing-sizes-control__dropdown{height:24px}.spacing-sizes-control__wrapper .preset-input-control__icon{margin-left:-4px}.block-editor-block-visibility-modal{z-index:1000001}.block-editor-block-visibility-modal__options{border:0;list-style:none;margin:24px 0;padding:0}.block-editor-block-visibility-modal__options-item{align-items:center;display:flex;gap:24px;justify-content:space-between;margin:0 0 16px}.block-editor-block-visibility-modal__options-item:last-child{margin:0}.block-editor-block-visibility-modal__options-item--everywhere{align-items:start;flex-direction:column}.block-editor-block-visibility-modal__options-checkbox--everywhere{font-weight:600}.block-editor-block-visibility-modal__options-icon--checked{fill:#ddd}.block-editor-block-visibility-modal__sub-options{padding-inline-start:12px;width:100%}.block-editor-block-visibility-modal__description{color:#757575;font-size:12px}.block-editor-block-visibility-info{align-items:center;display:flex;justify-content:start;margin:0 16px 16px;padding-bottom:4px;padding-top:4px}button,pre code{padding:0;background-color:transparent}.gi,.gi-spin,.uckan-btn,[class^=gi-],hr{display:inline-block}.uckan-btn--fab.colored i,.uckan-btn.colored{color:#fff}.header__search--form input:focus+button,.uckan-btn.colored{background-color:var(--theme_color)}.adsbygoogle,.uckan-btn{text-decoration:none!important}.post-counter .uck-card,.uckan-card-big .geo__item,.widget_display_topics li{counter-increment:step-counter}:root{--theme_border:#d5d7da;--theme_border2:#d5d7da;--theme_color:#e12e2e;--theme_radius:1rem;--theme_radius2:.5rem;--theme_font:'Poppins',sans-serif;--theme_font_2:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue","Open Sans",sans-serif;--theme_shadow:0 0 3px rgba(0, 0, 0, 0.1)}.gi,[class^=gi-]{font-family:geoit-font!important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gi-search:before{content:"\f0d1"}.gi-bolt:before,.gi-flash:before{content:"\ed3c"}.gi-arrow-down:before,.gi-caret-down:before{content:"\ea50"}.gi-angle-left:before,.gi-angle-right:before,.gi-arrow-right:before,.gi-long-arrow-left:before,.gi-long-arrow-right:before{content:"\ea6c"}.gi-bookmark:before{content:"\eae4"}.gi-close:before,.gi-times:before{content:"\eb99"}.gi-clock-o:before{content:"\f20f"}.gi-user:before{content:"\f256"}.gi-sign-out:before{content:"\eed8"}.gi-share:before{content:"\f0f9"}.gi-envelope:before{content:"\ef02"}.gi-home:before{content:"\ee23"}.gi-bullhorn:before{content:"\ef98"}.gi-check:before{content:"\eb7a"}.gi-moon:before{content:"\ef72"}.gi-sun:before{content:"\f1bc"}.gi-like-o:before{content:"\f207"}.gi-like:before{content:"\f206"}.gi-font:before{content:"\ed8c"}.gi-link:before{content:"\ecaf"}.gi-bookmark-o:before{content:"\eae5"}.gi-twitter:before{content:"\f23a"}.gi-facebook:before{content:"\ecbc"}.gi-bars:before{content:"\ef3e"}.gi-pinterest:before{content:"\efff"}.gi-linkedin:before{content:"\eeb5"}.gi-github:before{content:"\edca"}.gi-youtube:before{content:"\f2d4"}.gi-youtube-play:before{content:"\f00a"}.gi-instagram:before{content:"\ee66"}.gi-apple:before{content:"\ea3f"}.gi-dribbble:before{content:"\ec64"}.gi-skype:before{content:"\f14b"}.gi-google:before{content:"\edd4"}.gi-reddit:before{content:"\f061"}.gi-behance:before{content:"\eab9"}.gi-steam:before{content:"\f190"}.gi-spotify:before{content:"\f17c"}.gi-soundcloud:before{content:"\f164"}.gi-twitch:before{content:"\f239"}.gi-whatsapp:before{content:"\f2bc"}.gi-medium:before{content:"\ef2b"}.gi-snapchat:before{content:"\f15b"}.gi-paypal:before{content:"\efdc"}.gi-loading:before{content:"\f064"}.gi-bell:before{content:"\ef9a"}.gi-telegram:before{content:"\f1ef"}.gi-quote:before{content:"\eb6a"}.gi-messenger:before{content:"\ef4a"}.gi-patreon:before{content:"\efd4"}.gi-dashboard:before{content:"\ec14"}.gi-meteor:before{content:"\ef4b"}.gi-settings:before{content:"\f0e4"}.gi-message:before{content:"\ef46"}.gi-add:before{content:"\ef3a"}.gi-add-circle-o:before,.kan-category-subscribe-button:not(.category-subscribed) .check:before{content:"\ea11"}.gi-sort:before{content:"\f15f"}.gi-discord:before{content:"\ec37"}.gi-twitter-x:before{content:"\f3e6"}.gi-add-circle:before{content:"\ea10"}.gi-threads:before{content:"\f3e1"}.gi-tiktok:before{content:"\f372"}.gi-shopping:before{content:"\f120"}.gi-spin{-moz-animation:2s linear infinite spin;-o-animation:2s linear infinite spin;-webkit-animation:2s linear infinite spin;animation:2s linear infinite spin}.gi-angle-left,.gi-long-arrow-left,.gotop .gi-arrow-down{-ms-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.woocommerce-breadcrumb .gi-arrow-down{-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item,.page-links .next,.pull-right{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.row{margin-right:-15px;margin-left:-15px}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:100%}}@media (min-width:992px){.container{width:100%}}@media (min-width:1200px){.container{width:1170px}}@media (min-width:1300px){.container{width:1270px}}@media (min-width:1400px){.container{width:1320px}}.col-12,.col-xs-12,hr,html,select{width:100%}.no-gutter{padding-right:0;padding-left:0}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-2a,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-2a,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-2a,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-2a,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.vc_columns{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.entry_author span,.geo-menu>li,.menu-top-left,.page-links .prev,.sidebar--left,.widget .ccpw_table .ccpw_icon.ccpw_coin_logo{float:left}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3,.widget #bbp_search_submit{width:25%}.col-xs-2a{width:20%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-md-2a{width:20%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.uckan-btn,img{vertical-align:middle}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}img{max-width:100%;height:auto}html{height:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;text-size-adjust:none;text-rendering:optimizelegibility;font-feature-settings:"kern";font-kerning:normal}body{background-color:#f8f8f8;font-family:var(--theme_font);font-size:15px;color:#222;line-height:1.456;font-weight:400;max-width:100vw;overflow-x:hidden}em{font-style:italic}h1,h2,h3,h4,h5,h6{font-weight:600}.uckan-btn,a{font-weight:400}h1{font-size:32px}h2{font-size:28px}h3{font-size:24px}h4{font-size:20px}.footer__top .widget p,h5{font-size:16px}h6{font-size:12px}a{transition:.3s;text-decoration:none;color:#2d2d2d}select{border:1px solid var(--theme_border);padding:15px;font-size:15px;line-height:1.5;background:url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat;background-position-x:99%;background-position-y:10px;-webkit-appearance:none;border-radius:var(--theme_radius);outline:0}button,input{border:0;-webkit-appearance:none}hr{border-color:var(--theme_border);border-top:0;margin:1em 0}.uckan-btn,button{margin:0;cursor:pointer;font-family:var(--theme_font);outline:0}input[type=button],input[type=submit],input[type=text],textarea{-webkit-appearance:none}input{background-color:#fff;font-family:var(--theme_font);outline:0;padding:1em}code{padding:3px 10px;font-size:90%;color:#007faf;background-color:#eee;border-radius:var(--theme_radius)}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}pre code{font-size:inherit;color:inherit;white-space:pre-wrap;border-radius:0}.kqa-comment-content code,pre{display:block;background:#f9f9f9;overflow:auto;padding:10px;margin:20px 0;font-size:14px;line-height:1.42857143;color:#333;word-break:break-all;-ms-word-wrap:break-word;word-wrap:break-word;border-radius:var(--theme_radius)}.uckan-btn{background:#fff;border:none;border:1px solid var(--theme_border);border-radius:var(--theme_radius);color:rgba(0,0,0,.9);position:relative;height:45px;line-height:45px;padding:0 30px;font-size:15px;transition:box-shadow .2s cubic-bezier(.4, 0, 1, 1),background-color .2s cubic-bezier(.4, 0, .2, 1),color .2s cubic-bezier(.4, 0, .2, 1);text-align:center}.uckan-btn--fab,.uckan-btn--icon{border-radius:50%;position:relative;overflow:hidden}.color-primary{color:var(--theme_color)}.uckan-btn--icon{font-size:24px;box-shadow:none;background-color:transparent;height:32px;margin-left:0;margin-right:0;min-width:32px;width:32px;padding:0;color:inherit;line-height:normal}.uckan-btn--icon i{position:absolute;top:50%;left:50%;-ms-transform:translate(-12px,-12px);-webkit-transform:translate(-12px,-12px);transform:translate(-12px,-12px);line-height:24px;width:24px}.uckan-btn--middle{height:40px;padding:0 20px;line-height:40px}.uckan-btn--small{height:35px;line-height:35px;padding:0 15px}.uckan-btn--fab{height:40px;min-width:40px;width:40px;cursor:pointer;font-size:15px;margin:auto;padding:0;background:#fff;box-shadow:0 1px 1.5px 0 rgba(0,0,0,.12);line-height:normal}.uckan-btn--fab i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-12px,-12px);transform:translate(-12px,-12px);line-height:26px;width:24px}.uckan-btn--red{background-color:#d12619;color:#fff!important}.kqa-label.questions-accepted,.kqa-question-list .questions-accepted,.uckan-btn--green{background-color:#468847;color:#fff!important}.uckan-btn--blue{background-color:#2196f3;color:#fff!important}.uckan-btn--repeater.pull-right{position:absolute;right:10px;bottom:10px;z-index:100}.uckan-btn--repeater{padding-top:0!important;padding-bottom:0!important}.header__row,.header__top{-webkit-box-direction:normal;box-sizing:border-box;padding:0}.geoit_login.has_login .login_avatar,.uckan-btn--block{display:block;width:100%}.uckan-btn--block:not(.uckan-btn--middle):not(.uckan-btn--small){height:50px;line-height:50px}.uckan-btn--rounded{border-radius:25px}.uckan-btn-group{display:flex;gap:1em}.dropdown-content:before{content:"";position:absolute;border:1px solid #fff;border-color:#fff transparent;border-width:0 8px 7px;top:-6px;right:20px}.dropdown-content{min-height:1px;min-width:175px;background:#fff;color:#222;box-shadow:0 0 10px rgba(0,0,0,.3);border-top:none;border-radius:0 0 10px 10px;text-align:left;outline:0;opacity:0;right:0;visibility:hidden;top:100%;position:absolute;will-change:width,height;transform:scale(0);transform-origin:top right;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}#header,#news-ticker,.dropdown-content ul>li,.footer__title,.form-label-group,.geoit-category-images-wrapper,.has-login-area,.header__bottom,.header__row,.header__top,.header__top--right,.header__trending,.owl-carousel.h-slider,.position,.uck-card--image,.uck-layout__container,.uck-layout__content{position:relative}.dropdown-content.collapsible-active{visibility:visible;transform:scale(1);z-index:2;opacity:1}.dropdown-content ul>li{list-style:none}.dropdown-content ul>li>a{width:100%;line-height:initial;border-left:2px solid transparent;padding:10px 1rem;font-size:14px;font-family:var(--theme_font);font-weight:400;display:block;transition:.3s;color:#222}.dropdown-content ul>li>a:hover{padding-left:5px;border-color:#222;background:#f8f8f8}.dropdown-content ul>li:last-child>a{border:0}.uck-layout__container{width:100%;display:block;z-index:10}.d-inline,.geo_login-widget [class*=user-rank-],.kqa-question-list .kqa_label,.masonry-grid .uck-card--content .date,.sidebar .col-posts,.widget-footer .col-posts{display:inline-block}.uck-layout__content{display:inline-block;width:100%;margin:2em 0;z-index:1}#header{width:100%;z-index:100}.header__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;margin:0;border:none;z-index:1000;-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);color:#fff;transition-duration:.2s;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-property:max-height,box-shadow;height:50px;background:var(--theme_color);box-shadow:none}.header__row,.header__top--left{display:-webkit-box;display:-ms-flexbox;-ms-flex-direction:row;-webkit-box-orient:horizontal}.header__bottom{background-color:#fff;-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 2px 3px 0 rgba(0,0,0,.1)}.header-default .header__bottom{border-top:1px solid #f3f3f3}.header__row{display:flex;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-item-align:stretch;align-self:stretch}.header-one .header__row,.header__middle .header__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-two .header__row{height:64px;max-height:64px}.header-two .header__logo,.kan_vc_profile_cardx .geoit-profile-card-avatar{margin-right:1em}.header-default .header__top .header__row{min-height:50px;max-height:50px}.header__top .header__row{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important;-ms-flex-wrap:wrap;flex-wrap:wrap}.geo-thumbnail img,.logo_center_wrapper,.uck-card.col-posts,.uck-layout__header--scroll .header__row{width:100%}.header__top--left{z-index:3;line-height:50px;display:flex;-webkit-box-direction:normal;flex-direction:row;font-size:15px;max-width:50%;overflow:hidden;color:rgba(255,255,255,.6)}.header__middle,.header__top--right{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.header__top--left .menu-top li{list-style:none;margin-right:10px;display:inline-block}.header__top--left .menu-top li a,.menu-top-left li a:hover,.menu-top-left li.current-menu-item a{color:#fff}.header__top--right{display:flex;line-height:50px;max-width:50%;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;border:1px solid rgba(255,255,255,.2);border-top:0;border-bottom:0}#geo_mobil_menu,.carousel__content p,.header__middle,.masonry .uck-card{-webkit-box-orient:vertical}.content.h-layout-1 .masonry:not(.masonry-grid)>.uck-card:nth-child(3n),.content:not(.h-layout-1) .masonry:not(.masonry-grid)>.uck-card:nth-child(2n),.header-two .header__top--right,.header__top--right>:last-child,.kan_col_2e3 .masonry:not(.masonry-grid)>.uck-card:nth-child(2n-1),.masonry-grid>.uck-card:nth-child(3n){border-right:0}.header__top--right>*{transition:.3s}.header__top--right>:hover:not(.header__search--form){background:rgba(0,0,0,.1)}.header_top--menu li,.menu-top-left li{display:inline-block;list-style:none}.menu-top-left li a{margin-right:1em;text-transform:uppercase;font-weight:600;font-size:15px;color:#fff}.header__top--link i{color:rgba(255,255,255,.9);margin-right:5px;font-size:17px;vertical-align:top}.header__top--social li{list-style:none;display:inline-block}.header__top--social li a{transition:.3s;display:block;width:34px;color:#fff;padding:0 10px}.header__top--social:hover li a,.tickercontainer:hover li{opacity:.5}.geoit-location-weather svg:hover,.header__top--social li a:hover,.tickercontainer li:hover{opacity:1}#header .geoit-header-link,#header button{transition:.3s;box-shadow:none;font-size:12px;font-family:var(--theme_font);padding:0 15px;color:#fff}#header .jm-post-like,.carousel-slider>.carousel:not(:first-child),.kan-category-subscribe-button.loading .check{display:none!important}.header__search,[data-toggle]{cursor:pointer}.geoit-header-link,.header__search,.header__top--social,.header__trending{position:relative;border-right:1px solid rgba(255,255,255,.2)}.header-layout-3 .header__search,.header-layout-3 .header__top--social,.header-layout-3 .header__trending{border:0}.header__search--form{background-color:#fff;-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);min-width:400px;right:0;top:100%;position:absolute;z-index:999;transition:.3s;visibility:hidden;padding:20px;opacity:0}.header__search--form.is-active{visibility:visible;opacity:1}.adblockalert,.geo-notification,.geoit_login,.owl-nav,.progress-wrap{visibility:hidden}.header__search--form form{width:100%;line-height:1;position:relative}.header__search--form input{position:relative;background:0 0;width:100%;padding:1rem;text-overflow:ellipsis;border:1px solid var(--theme_border);font-size:16px;border-radius:var(--theme_radius);transition:.3s}.geoit-menu-tag,.mobil-menu-button{color:#fff;border-radius:var(--theme_radius)}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2a{width:20%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.header__search--form input{padding-right:7rem}.header__middle .header__row .header__logo{margin:3em 0}}.geoit_login-wrapper input:focus,.header__search--form input:focus,.search-field:focus{border-color:var(--theme_color)}.header__search--form button{position:absolute;right:0;box-shadow:none;background:var(--theme_color);color:#fff!important;font-size:20px!important;padding:0 10px!important;border-radius:0 4px 4px 0!important;top:0;bottom:0;height:100% !important;transition:.3s}.header__middle{display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;width:100%;margin:0;padding:0;position:relative;background-color:#fff;z-index:10;color:#fff;transition-duration:.2s;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-property:max-height,box-shadow}.uck-layout-spacer{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.header__logo{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.logo-no{font-size:32px;font-weight:600;letter-spacing:-2px;font-family:var(--theme_font)}.header__logo--center{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header__logo .logo-center{top:50%;position:absolute;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.header__logo--left{float:left;flex-shrink:0}.header__bottom--menu-center .geo-menu{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.header__bottom--menu-left{width:100%;text-align:left}.header__bottom--menu li{list-style:none;font-family:var(--theme_font)}.mobil-menu-button{font-size:25px;display:none;padding:5px 10px;background-color:var(--theme_color);transition:background .3s}.header-one .mobil-menu-button,.owl-theme .owl-nav .owl-next{right:0}.geoit-menu-tag{text-transform:uppercase;font-size:10px!important;background:red;position:relative;margin-left:10px;margin-right:0!important;line-height:15px;padding:0 3px;display:inline-block;top:-1px}@media (max-width:1200px){.header-two .header__bottom--menu{display:none!important}}@media only screen and (min-width:992px) and (max-width:1200px){.header-two .mobile-menu-icon,.mobil-close{display:block!important;margin:0 1em}}@media (max-width:992px){.header__notification{border:0}.header__notification button{padding-right:0!important;padding-left:10px!important}.header__notification button>span{right:-5px}.header-one .header__top--right{line-height:45px}#header .container{width:100%;padding:0 1em}.header__bottom--menu.mobil-active .geo-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header__bottom--menu.mobil-active .geo-menu a{color:#222!important}.geoit-mega-menu-block,.header__bottom--menu{display:none!important}.header__bottom--menu.mobil-active{display:block!important;background:#fff;width:100%;z-index:100}.header-two .header__bottom--menu.mobil-active{position:fixed;top:64px;left:0;overflow:auto;bottom:0}.header-one .header__bottom--menu.mobil-active{position:absolute;top:64px;left:0}.header-two .header__bottom--menu .geoit-mega-menu:after,.header-two .header__bottom--menu .menu-item-has-children:after{color:#bbb!important}.header__bottom--menu li>ul{box-shadow:none!important;display:none}.header__bottom--menu li:hover>ul{display:block}.header__bottom--menu li>ul>li:hover ul{left:auto!important}.mobil-menu-button{padding:15px!important;display:block}.header__bottom--menu.mobil-active .geo-menu li{display:inline}}.header__bottom--menu li>ul{position:absolute;top:100%;right:auto;bottom:auto;left:-9999px;z-index:101;min-width:200px;list-style:none;text-align:left;background-color:#fff;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.2);box-shadow:0 2px 2px rgba(0,0,0,.2);-ms-transform:translateY(-20px);-webkit-transform:translateY(-20px);transform:translateY(-20px);-ms-transition:transform .3s;-webkit-transition:transform .3s;transition:transform .3s}.header__bottom--menu.mobil-active li>ul{position:relative;top:auto;left:auto}.header__bottom--menu li:hover>ul{left:auto;-ms-transform:none;-webkit-transform:none;transform:none}.header-one .header__bottom--menu>div>ul>li:last-child:hover>ul{left:auto;right:0}.header__bottom--menu li>ul>li:hover>ul{top:0;left:100%}.header__bottom--menu .geoit-mega-menu:after,.header__bottom--menu .menu-item-has-children:after{position:absolute;content:"\ea50";font:15px/1 geoit-font;right:5px;top:24px;color:#bbb}.geo404,.header__bottom--menu-center{width:100%;text-align:center}.header__bottom--menu .sub-menu .menu-item-has-children:after{content:"\ea50";-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);right:auto;position:relative;float:right;top:15px}.header__bottom--menu .sub-menu li{display:block;position:relative;width:100%}.header__bottom--menu .sub-menu li:last-child,.tab_content .post-list-group .uck-card-list:first-child,.widget>ul>li:last-child,.widget_display_stats dt:nth-last-child(2){border:0}.header__bottom--menu .sub-menu li a{font-size:14px;text-transform:none;letter-spacing:0;font-weight:400;color:#222;padding:0 20px;line-height:40px!important}.header__bottom--menu .sub-menu>li:hover>a{color:#222;background:#f2f2f2;box-shadow:none!important}.header__bottom--menu .header__bottom--link{display:block;padding:0 12px;font-size:15px;font-weight:600;position:relative;color:#222;text-decoration:none;line-height:64px;margin:0}.menu-item i,.menu-item span{margin-right:8px;font-size:inherit;vertical-align:middle}.menu-item svg{width:22px;height:22px;transition:.3s;margin-right:8px;vertical-align:middle}.header-two .menu-item svg,.header-two .menu-item:hover svg{fill:#fff!important}.header-two .header__bottom--menu .header__bottom--link{font-weight:500}.autocomplete-suggestion:after,.geo-menu:after,.geoit-category-images-wrapper:after,.tab_content:after{content:"";clear:both;display:block}.header__bottom--menu ul.geo-menu>li>.header__bottom--link.geoit-mega-menu,.header__bottom--menu ul.geo-menu>li>.header__bottom--link.menu-item-has-children{padding-right:20px}.header__bottom--menu ul>li:hover .geoit-mega-menu-block{display:block}.header__bottom--menu .current-menu-item,.header__bottom--menu .current-menu-parent,.header__bottom--menu li:hover>.header__bottom--link{box-shadow:inset 0 -2px 0 0 var(--theme_color);color:var(--theme_color)}.header__bottom--menu .sub-menu .current-menu-item{box-shadow:none;background:var(--theme_color)!important;color:#fff!important}.header__bottom--menu li:hover>.header__bottom--link svg{fill:var(--theme_color)}.geo_users_list .tabs,.header__bottom--menu .sub-menu a,.kan_wrapper .tabs,.sh-0,.widget #tab-menu .tabs{box-shadow:none!important}.page__content{margin-left:auto;margin-right:auto;width:100%;position:relative}.mobil_login_button,.mobile-menu-icon{display:none;z-index:2;padding:0!important}.header__logo--right{float:right;margin-left:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.mobil_login_button{padding-right:0!important;margin-right:8px}.uckan_login-button i{font-size:15px;vertical-align:sub;width:12px}.uckan_login-button[data-toggle=geoit-login] i{margin-right:5px}.mobil_login_button button,.mobile-menu-icon{color:#222!important;padding:0!important}.header-two .mobil_login_button button,.header-two .mobile-menu-icon{color:#fff!important}.mobile-menu-icon i{margin:0;font-size:34px;vertical-align:middle}.admin-bar #geo_mobil_menu{top:0!important;z-index:999999999}.admin-bar .mobil-close{top:60px!important}.goe_mobil_lr>*{margin:0 10px}@media screen and (max-width:376px){.header__logo img{max-width:225px}}@media screen and (max-width:321px){.header__logo img{max-width:190px}}.carousel__image,.geo-thumbnail,.owl-theme .owl-nav [class*=owl-]:hover{background-color:var(--theme_color)}.content__post--meta-social{margin:0 0 1em}.content--page>.tab_content,.content-header-meta .content__post--meta-social{margin:0}.content__post--meta-social a{text-decoration:none;color:#fff!important}.carousel__content p,.dark-mode #bbpress-forums div.bbp-reply-header,.dark-mode #bbpress-forums div.bbp-topic-header{color:rgba(255,255,255,.75)}#svg2,.image-responsive,.kan-banner.kan-banner-single ins{max-width:100%}.carousel-style-4,.carousel-style-5,.h-slider{margin:2em 0 0}.carousel{width:100%;height:500px}.carousel-stlye-3,.carousel-style-1,.carousel-style-2,.slider-style-3{margin:2em 0 0;display:inline-block;width:100%;height:auto}.carousel-style-4 .carousel__medium--item,.carousel-style-5 .carousel__medium--item{height:100%}.carousel__item{position:relative;width:100%;overflow:hidden;float:left}.carousel .carousel__item{padding:1px;border-radius:var(--theme_radius);background:0 0!important}@media (max-width:562px){.carousel-stlye-3,.carousel-style-1,.carousel-style-2,.carousel-style-4,.carousel-style-5,.slider-style-3{margin:1em 0 0}.carousel .carousel__item{padding:2px;border-radius:0}}.carousel__big--item{width:50%;height:500px}.carousel-style-2 .carousel__big--item,.widget-area .slider-style-2 .owl-carousel.w-slider .carousel__item,.widget-area .slider-style-2 .owl-carousel.w-slider .item .w-slider_image,.widget-area .slider-style-2 .owl-carousel.w-slider:not(.owl-loaded){height:450px}.carousel__medium--item,.carousel__small--item{width:25%;height:250px}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2a{width:20%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.carousel-style-2 .carousel__medium--item .truncate{-webkit-line-clamp:2!important}.carousel-style-2 .carousel__medium--item{width:25%;height:250px}.carousel-style-2g .carousel__big--item{height:400px;width:auto}.carousel-style-2g .carousel__medium--item{height:198px;width:auto}.carousel-style-2g{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;gap:5px;grid-auto-flow:row;grid-template-areas:"splash-1 splash-1 inner-2 inner-3" "splash-1 splash-1 splash-6 splash-6" "inner-4 inner-5 splash-6 splash-6"}.carousel-style-2g .geoit_slider-0{grid-area:splash-1}.carousel-style-2g .geoit_slider-5{grid-area:splash-6}.carousel-style-2g .geoit_slider-1{grid-area:inner-2}.carousel-style-2g .geoit_slider-2{grid-area:inner-3}.carousel-style-2g .geoit_slider-3{grid-area:inner-4}.carousel-style-2g .geoit_slider-4{grid-area:inner-5}.uck-card-list2 .uck-card--image>a{display:initial}.uck-card-list2 .uck-card--image img{border-radius:0;width:100%;height:100%!important;-o-object-fit:cover;object-fit:cover}.uck-card-list2 .uck-card--image{position:relative;overflow:hidden;-ms-grid-row:1;-ms-grid-column:1;grid-area:kan-img;height:auto;margin-right:0!important;margin-left:0!important;width:auto!important}.uck-card-list2:nth-child(2n){grid-template-areas:"kan-caption kan-img";-ms-grid-columns:auto 50%;grid-template-columns:auto 50%}.uck-card-list2 .uck-card--content{-ms-grid-row:1;-ms-grid-column:1;gap:8px;grid-area:kan-caption;display:-ms-grid;display:grid;-ms-flex-line-pack:center;align-content:center;padding:30px 50px!important}.uck-card-list2::after{content:none!important}.uck-card-list2{display:-ms-grid!important;display:grid!important;grid-template-areas:"kan-img kan-caption";-ms-grid-columns:50% auto;grid-template-columns:50% auto;padding:0!important}}.carousel-style-3{height:auto}.carousel-style-3 .carousel__medium--item{width:50%}.owl-carousel.w-slider:not(.owl-loaded){overflow:hidden}.h-slider.geo_mobile_slider,.owl-carousel.w-slider .carousel__item,.owl-carousel.w-slider .item .w-slider_image,.owl-carousel.w-slider:not(.owl-loaded),.sidebar .slider-style-2 .owl-carousel.w-slider .carousel__item,.sidebar .slider-style-2 .owl-carousel.w-slider .item .w-slider_image,.sidebar .slider-style-2 .owl-carousel.w-slider:not(.owl-loaded),.widget-homepage .owl-carousel.w-slider.loop1 .carousel__item,.widget-homepage .owl-carousel.w-slider.loop1 .item .w-slider_image{height:250px}.slider-style-2 .owl-carousel.w-slider .carousel__item,.slider-style-2 .owl-carousel.w-slider .item .w-slider_image,.slider-style-2 .owl-carousel.w-slider:not(.owl-loaded){height:500px}.slider-style-3 .carousel__item,.slider-style-3.owl-carousel.w-slider:not(.owl-loaded){height:500px!important;border-radius:0}.carousel__image{position:relative;height:100%;overflow:hidden;background-size:cover;background-position:center center;z-index:1}.carousel__medium--item .carousel__image,.carousel__small--item .carousel__image{height:100%}.owl-carousel.w-slider .owl-nav{margin:-1px 0 0}.carousel__content--meta{color:#fff;line-height:24px;margin-top:5px;font-size:12px;font-weight:400;align-items:center;display:inline-flex;flex-wrap:wrap;gap:5px;width:100%}.carousel__content p{line-height:24px;font-size:14px;font-weight:400;flex:0 0 100%;margin:0;white-space:normal;display:block;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.carousel__content--meta .author+.date{float:right;flex:1;text-align:right}.slider-style-2 .carousel__content--meta .date{font-size:15px}.kan_vc_block.kan_col_1e3 .slider-style-2 .carousel__content--meta .date,.sidebar .slider-style-2 .carousel__content--meta .date{font-size:14px}.carousel__content--meta .author{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;float:left}.carousel__content--meta .author img{vertical-align:-7px;width:25px!important;height:25px!important;display:inline-block!important;margin-right:10px;border-radius:100%}.carousel__category{position:relative;z-index:3;display:block}.geo_first_category,.geo_first_category_style-2{display:inline-block;margin-bottom:10px;position:relative;font-size:12px;text-transform:uppercase;font-family:var(--theme_font);letter-spacing:.05em}.geo_first_category{padding:0 15px;height:30px;line-height:32px;border-radius:var(--theme_radius);font-weight:600;margin-right:5px;white-space:nowrap;word-wrap:normal;background:var(--theme_color);color:#fff}.geo_first_category_style-2:before{order:2;color:#666;padding:0 .5rem;content:'-'}.geo_first_category_style-2{line-height:22px;font-weight:400;border-radius:25px;border:1px solid var(--theme_color);padding:5px 15px 5px 35px}.carousel__content .geo_first_category_style-2:before{color:rgba(255,255,255,.5)}.carousel__content .geo_first_category_style-2 .geo_first_category_dropcap{left:0!important}.carousel__content .geo_first_category_style-3{background:var(--theme_color)!important;color:#fff!important}.carousel__content .geo_first_category_style-2{color:#fff;border-color:#fff}.geo_first_category_dropcap{position:absolute;left:-2px;top:0;bottom:0;width:32px;line-height:32px;text-align:Center;float:left;margin-right:15px;font-size:10px;border-radius:100%;background:var(--theme_color);color:#fff}.owl-carousel:not(.carousel-slider)>*{opacity:0;transition:opacity .3s;visibility:hidden}.owl-carousel.owl-loaded>*,.slider-style-2 .owl-carousel>*{opacity:1;visibility:visible}.owl-carousel.owl-loaded{background:0 0}.owl-carousel.w-slider .item .w-slider_image{position:relative;height:100%;background-color:var(--theme_color);background-size:cover;background-position:center center}.geo-thumbnail{position:relative;overflow:hidden}.carousel__image:before,.geo-thumbnail:before,.owl-carousel.w-slider .item .w-slider_image:before{content:"";position:absolute;top:0;left:0;right:-1px;bottom:0;height:100%;background:linear-gradient(0deg,#000,rgba(0,0,0,.28) 90%);opacity:1;-webkit-transition:opacity .4s;transition:opacity .4s;z-index:1}.carousel__item:hover .carousel__image:before,.geo-thumbnail:hover:before,.geoit-category-image-content p,.owl-carousel.w-slider .item:hover .w-slider_image:before{opacity:.8}.carousel__content{position:absolute;top:25px;bottom:25px;left:25px;right:25px;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.kan_vc_block.kan_col_1e3 .carousel__content,.sidebar .slider-style-2 .carousel__content{top:auto;bottom:1.5em;left:1.5em;-ms-transform:none;-webkit-transform:none;transform:none;text-align:left}.carousel__content--meta .readmore{width:75%;margin:15px auto 0;background:#fff;color:#222;border:1px solid #fff;border-radius:25px;padding:10px 5px;font-size:12px;font-weight:600;display:block}.w-slider .carousel__content--meta .readmore{display:none}.slider-style-2 .carousel__content .headline{font-size:30px!important;line-height:1.4!important}.carousel-style-2 .carousel__big--item .carousel__content .headline,.w-slider_image .carousel__content .headline{font-size:22px;line-height:1.4}.carousel-style-1{padding:0 2px}#popup-box h4,.carousel-style-1 .carousel__big--item .carousel__content .headline,.carousel-style-4 .carousel__big--item .carousel__content .headline,.carousel-style-5 .carousel__big--item .carousel__content .headline,.popup__title{font-size:32px}.carousel-style-1 .carousel__big--item .carousel__content .headline,.carousel-style-3 .carousel__big--item .carousel__content .headline,.carousel-style-4 .carousel__big--item .carousel__content .headline,.carousel-style-5 .carousel__big--item .carousel__content .headline,.slider-style-2 .carousel__content .headline{line-height:1.4}.slider_mask .carousel__image:before,.slider_mask .w-slider_image:before{opacity:.9!important}.error-succ a,.geoit-popular-post-item-style3.geoit-popular-post-active a,.kan-header-mobile-skin-light.kan-header-mobile-wrapper .search-submit,.kan-header-mobile-wrapper .mobile-menu-icon,.recentcomments .comment-author-link:hover a,.slider_mask .carousel__content--meta,.wp-social-link a,body:not(.dark-mode) .header-layout-3.dark-mode .header__search--icon,body:not(.dark-mode) .header-layout-3.dark-mode .header__top--social a,body:not(.dark-mode) .header-layout-3.dark-mode .notification-button{color:#fff!important}.slider_mask .geoit_slider-0 .carousel__image:before,.slider_mask.owl-carousel.w-slider .item.geoit_slider-1 .w-slider_image:before{background-image:linear-gradient(-225deg,#2196f3 0,#3f51b5 50%,#321575 100%)!important}.slider_mask .geoit_slider-1 .carousel__image:before,.slider_mask.owl-carousel.w-slider .item.geoit_slider-1 .w-slider_image:before{background-image:linear-gradient(-225deg,#ff057c 0,#8d0b93 50%,#321575 100%)!important}.slider_mask .geoit_slider-2 .carousel__image:before,.slider_mask.owl-carousel.w-slider .item.geoit_slider-2 .w-slider_image:before{background-image:linear-gradient(to right,#6a11cb 0,#2575fc 100%)!important}.slider_mask .geoit_slider-3 .carousel__image:before,.slider_mask.owl-carousel.w-slider .item.geoit_slider-3 .w-slider_image:before{background-image:linear-gradient(to top,#1e3c72 0,#1e3c72 1%,#2a5298 100%)!important}.slider_mask .geoit_slider-4 .carousel__image:before,.slider_mask.owl-carousel.w-slider .item.geoit_slider-4 .w-slider_image:before{background-image:linear-gradient(15deg,#13547a 0,#80d0c7 100%)!important}.slider_mask .geoit_slider-5 .carousel__image:before,.slider_mask.owl-carousel.w-slider .item.geoit_slider-5 .w-slider_image:before{background-image:linear-gradient(to right,#243949 0,#517fa4 100%)!important}.slider_mask .geoit_slider-6 .carousel__image:before,.slider_mask.owl-carousel.w-slider .item.geoit_slider-6 .w-slider_image:before{background-image:linear-gradient(to top,#0ba360 0,#3cba92 100%)!important}.carousel__content .geo_first_category{margin-bottom:5px!important}.carousel__content .headline{color:#fff;margin:10px 0 0;font-weight:600;font-size:17px;-webkit-line-clamp:3;line-height:1.4}.content .carousel__content .headline,.kan_vc_block.kan_col_1e3 .carousel__content .headline,.sidebar .carousel__content .headline{font-size:17px;line-height:24px}.carousel__content .headline a{color:inherit;font-weight:600}.carousel-style-1 .carousel__medium--item .carousel__content .headline a,.carousel__small--item .carousel__content .headline a,.tab_menu_comments a{font-weight:600}.carousel__content .headline a:hover,.carousel__content--meta a,.ticker a{color:#fff}.carousel__content--meta a:hover{text-decoration:underline;text-underline-offset:5px}.owl-theme .owl-nav [class*=owl-]{position:absolute;background:#fff;border:0;margin:0;font-size:16px;width:30px;line-height:50px;height:50px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.25s;-o-transition:.25s;transition:.25s;z-index:1;padding:0}.owl-theme .owl-nav [class*=owl-]:hover{width:40px;color:#fff}.owl-nav .owl-prev{left:0}@media screen and (max-width:992px){.header-two .uckan_login-button{margin-top:19px}.header-two .header__notification{border:0}.notification-button i{font-size:20px}.mobil_login_button,.mobile-menu-icon,.uckan_login-button{display:block;font-size:inherit!important}.uckan_login-button{font-size:22px!important}.header-two .header__bottom{padding:0 1em}.header__logo--center{width:auto;display:block}#header.header-default .header__bottom,body:not(.sidebar-mobile-enable) .sidebar{display:none}.header__logo{margin:10px 0}.header__logo img{max-width:300px;max-height:60px!important}.footer-sidebar{border:0!important;flex-basis:100%!important;max-width:100%!important;flex:0 0 100%!important}.footer__bottom .header__row>*{flex:0 0 100%}.menu-footer{margin-top:20px}.menu-footer li{margin:5px!important}.header-two .header__logo{margin:0}.header__middle{background:0 0!important;display:block}.header__logo_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fff;width:100%;-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);padding:0 1em;position:relative}.header__middle .header__row{flex-direction:column}.geoit_login-wrapper{border-radius:0!important}#header .container{padding:0}.header__top--right{position:unset;border:0;z-index:10}.header__top .ticker-title{padding:0 8px!important}.header-two .header__top--right>.header__notification button{color:#fff!important}.header__top--right>.header__notification{display:block!important;position:absolute;right:0;top:0;padding-right:5px;height:40px}.header__top--right>*{display:none!important}.header__top--left{max-width:100%;padding-right:30px}.carousel__content{top:15px;left:15px;right:15px;bottom:15px}.header__top,.header__top .ticker{height:40px!important}.carousel-style-2 .carousel__medium--item{width:50%;margin-bottom:4px}.owl-carousel.w-slider .carousel__item,.owl-carousel.w-slider .item .w-slider_image,.widget-homepage .owl-carousel.w-slider.loop1 .carousel__item,.widget-homepage .owl-carousel.w-slider.loop1 .item .w-slider_image{height:250px}.geo__item{width:50%!important}.header__top .ticker{line-height:40px!important;padding-left:2.5rem}.header-default .header__top .header__row{height:40px;min-height:40px;max-height:40px}.header__top .header__top--left{line-height:40px}}@media screen and (max-width:600px){.geo__item{width:100%!important}.header-style-2 #wpadminbar{position:fixed!important}}@media (max-width:320px){.carousel__content .headline{font-size:17px}}.entry-author{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:400}.entry-author img{border-radius:100%;height:32px!important;width:32px!important;margin:0 8px 0 0!important}.content__title{position:relative;display:inline-block;width:100%}.box-sd,.geo_homepage_1col .col-1{box-shadow:var(--theme_shadow)}.geo-author-profile-widget-inner,.register-frontend,.tab_menu_comments,.widget{position:relative;background:#fff;box-shadow:var(--theme_shadow)}.geo-author-profile-widget-inner{padding:1em;height:100%;margin-right:-30px;margin-bottom:2px}.geo_homepage_1col{box-shadow:none!important;border:0!important;background:0 0!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-wrap:wrap;flex-wrap:wrap}.widget p{line-height:1.6;color:#2d2d2d}.content__title .uckan-btn i{margin-right:10px;vertical-align:middle}.content__title .uckan-btn,.kan_wrapper .widget .widgettitle{width:100%;border:0;text-align:left;font-weight:600;cursor:auto;box-shadow:none;font-size:14px;background:0 0!important;border-bottom:1px solid var(--theme_border2);text-transform:uppercase;border-radius:0;position:relative;padding:0 15px 0 40px}.kan_vc_block .content__title .uckan-btn,.widget .content__title .uckan-btn{box-shadow:none;border:0;border-bottom:1px solid var(--theme_border2)}.geoit-block-flat .widget .content__title .uckan-btn{margin-bottom:15px!important}.content__title .uckan-btn:before,.footer__title .headline:before,.kan_wrapper .widget .widgettitle:before{content:"";position:absolute;width:8px;height:8px;left:20px;top:20px;-webkit-border-radius:50%;border-radius:50%;background-color:var(--theme_color)}.block_title_style-2 .uckan-btn,.block_title_style-3 .uckan-btn,.geo-notification-content .notification-right{padding-left:20px}.block_title_style-2 .uckan-btn:before,.block_title_style-3 .uckan-btn:before,.block_title_style-6 .uckan-btn::before,.geo_breadcrumb>li:last-child:after,.geoit-category-images-overlay .geoit-category-image::before,.geoit-category-images-style2 .geoit-category-image::before,.geoit-category-images-style3 .geoit-category-image::before,.geoit-category-images-style4 .geoit-category-image::before,.geoit-category-images-style5 .geoit-category-image:before,.geoit-category-images-style7 .geoit-category-image::before,.slider-style-5 .carousel__image:before,.uck-card-list:last-child:after{content:none}.block_title_style-3 .uckan-btn:after{content:"";position:absolute;z-index:5;left:0;bottom:-1px;height:2px;width:50px;background:var(--theme_color)}.block_title_style-4 .uckan-btn:before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:10px;border-radius:0}.block_title_style-5 .uckan-btn:before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:5px;height:10px;border-radius:0}.block_title_style-6 .uckan-btn::after{content:'';position:absolute;right:0;top:0;width:70%;height:100%;background-color:var(--theme_color);transform:skew(-30deg) translateX(15px);z-index:-1}.block_title_style-6 .uckan-btn{width:auto;padding-left:15px;position:relative;z-index:1;border:0!important;padding-right:15px;background:var(--theme_color)!important;color:#fff}.footer__title .headline:before{top:8px;left:0}.masonry{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}.masonry:after{content:"";display:block;clear:both}.uck-card{float:left;clear:both;z-index:3}.content__recent-posts--group,.content__related-posts{-webkit-box-shadow:var(--theme_shadow);box-shadow:var(--theme_shadow);border-radius:var(--theme_radius);margin-bottom:20px;overflow:hidden;background:#fff}.footer-sidebar>.row>.widget,ul.tabs.tab-shortcode{box-shadow:none!important;background:0 0!important}.uck-card-list{width:100%;display:inline-block;overflow:initial;box-shadow:none;position:relative;padding:20px;float:none;margin:0}#footer,.content__post{box-shadow:var(--theme_shadow)}.page-content,.uck-card-list.post-list-video .uck-card--content{padding:1em 0}.uck-card-list:after{content:"";position:absolute;bottom:0;left:0;z-index:2;width:100%;height:1px;border-bottom:1px solid var(--theme_border2)}.masonry .uck-card--meta{padding:0;margin:0 0 10px}.carousel__content--meta .readmore,.uck-card--meta .uck-card--right{text-transform:uppercase;font-family:var(--theme_font)}.uck-card-list .uck-card--image{float:left;z-index:3;overflow:hidden;width:335px;margin-right:25px}.uck-card-list .uck-card--image img{transition:.8s}.uck-card-list .uck-card--content{padding:0;text-align:left}.uck-card-list .uck-card--left{float:left;position:relative;width:50%}.masonry-grid .uck-card-big2,.uck-card-list .uck-card--left+.uck-card--right{width:50%}.masonry .uck-card--right{margin:15px 0 0}.uck-card-list .entry_author img{margin-right:10px;float:none;width:25px;height:25px;vertical-align:-8px}.trending_post{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-wrap:wrap;flex-wrap:wrap}.uck-card-list .geo_trending_post{margin-left:0!important;margin-right:10px}@media (max-width:450px){.geo-notification{width:275px!important}.geo-notification-content .notification-left{display:none}.geo-notification-content .notification-right{padding-left:0!important}.uck-card-list{height:auto;border-bottom:1px solid var(--theme_border2)}.uck-card-list .trending-post{margin:10px 0 0!important}.uck-card-list .uck-card--image{width:100%;float:none;margin-right:0}.uck-card-list:after{content:none}}.content__recent-posts--group .post.sticky:before{content:"";font-size:.5em;position:absolute;height:30px;border:1.5em solid var(--theme_color);border-bottom-color:transparent!important;left:1em;z-index:5}.masonry .uck-card{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px}.masonry .uck-card.uck-card-grid3 .headline{line-height:1.3;font-size:1.25rem}.uck-card-grid3,.uck-card-grid4 .uck-card-flex{border:1px solid var(--theme_border2);margin-top:-1px;margin-left:-1px;padding:40px!important;transition:.2s}.uck-card-grid3 .uck-card-flex{transition:transform .3s}.uck-card-grid3:hover .uck-card-flex{transform:scale(1.025);overflow:hidden}.masonry-grid .uck-card{width:33.333333333%}.kan_col_1e3 .masonry:not(.masonry-grid)>.uck-card,.sidebar .masonry:not(.masonry-grid)>.uck-card{border-left:0;border-right:0;border-top:0;margin-top:0}@media (min-width:1020px){#related-articles .masonry .uck-card,.h-layout-1 .masonry .uck-card{width:33.33333333%}.content.h-layout-1 .masonry .uck-card.uck-card-grid3:nth-child(-n+3),.masonry .uck-card.uck-card-grid3:nth-child(-n+2){margin-top:0}.h-layout-1 .masonry-grid .uck-card{width:25%}}.masonry-grid img.avatar{border-radius:var(--theme_radius);margin-right:10px;float:left}.uck-card--content .entry_author{margin-top:0}.masonry-grid .uck-card--content .entry_author{margin-right:5px;display:inline-block}.jm-post-like .gi-spin,.uck-card .geo_trending_post{margin-left:5px}.entry_author a{font-weight:600;font-family:var(--theme_font);color:#222;margin-right:8px;font-size:14px}.entry_author .date{float:right;color:#2d2d2d}.uck-card-flex{-webkit-box-flex:1;-ms-flex:1;flex:1}@media (max-width:675px){.masonry-grid .uck-card--image img{width:100%}.masonry-grid .uck-card{width:50%}.uck-card--col_right .uck-card--image img{max-width:100px;height:auto!important}}.content__post{width:100%;background:#fff;float:none;margin:0 0 20px}#content+.code-block,#geo_mobil_menu.geo_mobil_menu_style_2 .mobile-menu-icon span,#load-more-animation,#popup-box .form-label-group>label,.content--page .slider-style-3 .carousel__content--meta,.content__gallery .content__post--article>.page-links,.gallery br+br,.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption,.geoit_pagination_links,.jm-post-like .geo-like-count,.screen-reader-text,.tab_content,.widget .ccpw_table thead,.widget_social .widget-social-accounts.social-style-2 .text{display:none}.uck-card--image .video-format{top:50%;left:50%;position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;border:3px solid #fff;border-radius:100%;width:75px;height:75px;text-indent:4px;background:rgba(0,0,0,.4);line-height:68px;text-align:center}.col-1 .uck-card--col_top,.footer-2.light-mode .footer-2-widgets,.footer-3.light-mode .footer_top,.geo_users-list,.kan-header-mobile-wrapper.kan-header-mobile-skin-light,.sidebar .uck-card--col_left,.uck-card--col_right{border-bottom:1px solid var(--theme_border2)}.carousel .uck-card--col_right,.col-1 .uck-card--col_right,.sidebar .recentpost .uck-card--col_right,.sidebar .uck-card--col_right{border-left:0}.geo-post-format{position:absolute!important;bottom:10px;width:40px;height:40px;line-height:41px;border-radius:100%;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);--webkit-backdrop-filter:blur(3px);background-color:rgba(255,255,255,.43);opacity:1;text-align:center;right:10px;z-index:3;font-size:20px;color:#fff}.geo-post-format img,.geo-post-format svg{width:25px!important;height:25px!important;display:inline-block!important;vertical-align:-4.5px;fill:#fff}.uck-card--col_right .geo-post-format{width:28px;height:28px;font-size:16px;line-height:28px}.uck-card--col_right .geo-post-format img,.uck-card--col_right .geo-post-format svg{width:18px!important;height:18px!important;display:inline-block!important;vertical-align:-4.5px;fill:#fff}#header.header-layout-4 .geoit-header-link,#header.header-layout-4 .header__top--social li a,#header.header-layout-4 button,.geo-post-format a,.header-layout-4 .ticker a{color:#222}.uck-card--image .video-format i{font-size:2em;vertical-align:middle}.uck-card--image img{width:100%;border-radius:var(--theme_radius)}.uck-card--col_right .uck-card--image img{width:150px;height:90px}.geoit_login.has_login .login_content,.uck-card--content{padding:1em 0 0}.forgot_btn:hover,.geo_breadcrumb>li:first-child>a,.geoit-ksj1 a:hover,.geoit-ksj1:hover span,.geoit_recent_comments a:hover,.gotop:hover,.headline a:hover,.menu-footer a:hover,.title-all:hover,.uck-card--content span a:hover,.uckan-card:hover .uckan-card--right>.headline,.widget>ul>li:hover a,.widget_display_stats dt:hover a{color:var(--theme_color)}.uck-card--content span{margin:5px 5px 0 0;display:inline-block}.create-menu-link,.uck-card--content .geo_first_category{display:inline-block!important}.uck-card--col_right .uck-card--content{padding:0}.ccpw_table tr td,.geoit-category-images.widget .geoit-category-images-wrapper,.geoit-weather-widget-meta .col-12,.uck-card--sidebar .uck-card--content{padding:15px}.widget-homepage .masonry .uck-card--sidebar .uck-card--content{padding:30px}.uck-card--category{position:relative;padding-left:.5em}.uck-card--category a{color:#222;font-weight:400}.uck-card--category:before{width:30px;height:12px;background-color:var(--theme_color);content:"";position:absolute;left:-2em;top:3px}.headline{font-family:var(--theme_font)}.uck-card .headline,.vc_grid-item h4{color:#222;font-size:15px;margin:5px 0}.headline a,.vc_grid-item h4{position:relative;display:inline;color:inherit;font-weight:600;background:-webkit-gradient(linear,left top,right top,from(currentColor),to(currentColor));background:-webkit-linear-gradient(left,currentColor 0,currentColor 100%);background:-o-linear-gradient(left,currentColor 0,currentColor 100%);background:linear-gradient(to right,currentColor 0,currentColor 100%);background-size:0 2px;background-position:0 95%;-webkit-transition:background-size .25s cubic-bezier(.785, .135, .15, .86);-o-transition:background-size .25s cubic-bezier(.785, .135, .15, .86);transition:background-size .25s cubic-bezier(.785, .135, .15, .86);padding:.1% 0;background-repeat:no-repeat}.headline a:hover,.vc_grid-item h4:hover{background-size:100% 2px}.author-box p,.uck-card p,.vc_grid-item p{line-height:20px;font-size:13px;-ms-word-wrap:break-word;word-wrap:break-word}.uck-card--meta{padding:10px 0 0}.uck-card--sidebar .uck-card--meta{padding:1em 15px}.entry_author img{float:left;border-radius:100%;margin:0 1em 0 0}.uck-card--left .entry_author{margin-right:10px;display:inline-block}.uck-card-list .uck-card--meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.uck-card--left+.uck-card--right{display:inline-block;text-align:right;transition:.5s}.uck-card--right a{color:var(--theme_color);display:inline-block;letter-spacing:.05em;text-transform:uppercase;font-weight:600;border:1px solid var(--theme_color);padding:8px 15px;font-size:12px;border-radius:var(--theme_radius)}.uck-card:hover .uck-card--right a{background:var(--theme_color);opacity:1;color:#fff!important}.uck-card--col_left{float:left;width:50%;padding:20px}.col-posts{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.geo-related_shortcode,.geoit_mega_card img,.sidebar .col-group,.sidebar .uck-card--col_left,.widget-footer .col-group,.widget-footer .uck-card--col_left{width:100%}.col-1 .uck-card--col_right .uck-card--content{padding:0}.geoit-popular-post-meta,.uck-card--col_left .date,.uck-card--content span{font-size:13px}.uck-card--col_left .date i,.uck-card--content span i{margin-right:5px}.geo_trending_post i{margin-right:0!important;vertical-align:bottom}.uck-card--col_left .date,.uck-card--col_top .date{margin-bottom:10px;display:inline-block}.geo-notification-content li a,.geo-post-source-link span,.geo_users-list a,.geoit-ksj1 a,.geoit-ksj1 span,.geoit-profile-card h5 a,.geoit-profile-card-info .name a,.geoit_recent_comments a,.masonry:not(.masonry-grid) .headline a,.uck-card--col_left .headline a,.uck-card--col_top .headline a,.uck-card-list .headline a{font-weight:600}.widget-homepage.geo_homepage_1col .col-1{width:49%!important;margin-right:2%;float:left;background:#fff;clear:none}.sidebar .geo_homepage_1col .col-1{width:100%;margin:0;background:#fff}.sidebar .geo_homepage_1col .col-1.right{margin-top:1em}.widget-homepage.geo_homepage_1col .col-1.right{margin-right:0}.col-1 .uck-card--col_top{padding:16.25px}.col-group{width:50%;float:right}.uck-card--col_right{width:100%;padding:20px;display:inline-block;border-left:1px solid var(--theme_border2);float:left}.geoit_authors_widget:last-child,.uck-card--col_right:last-child,.uckan-card-big{border-bottom:0}.col-group .uck-card--col_right,.geoit-popular-post-item{padding:20px!important}.recentpost.widget-full-width .uck-card--col_right{width:33.3333333333%}.recentpost.widget-homepage .uck-card--col_right{width:50%;float:left}.tab-widget{overflow:inherit!important}.tab-widget .tab_content .uck-card--col_right{width:100%;counter-increment:step-counter;border-left:0}.geoit-weather-widget-description,.uck-card--col_left .headline,.uck-card-big .headline,.uck-card-grid4 .headline{font-size:18px}.geoit-popular-post-content .headline,.kan_col_1e3 .uck-card--col_right .headline,.kan_col_3e3 .uck-card--col_right .headline,.uck-card--col_right .headline{font-size:15px}.post-counter .uck-card:before,.post-counter-php .post-counter-label,.tab-widget #tab-menu .uck-card--col_right .uck-card--image:before{position:absolute;left:-19px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:35px;height:35px;text-align:center;font-size:12px;font-weight:400;content:counter(step-counter);border-radius:50%;background:#fff;color:#222;z-index:9;line-height:36px;border:2px solid #fff}.post-counter .uck-card:before,.post-counter-php .post-counter-label{left:3px}.uck-card--col_right .uck-card--image{float:left;margin-right:15px;position:relative}.uck-card-group{display:inline-block;width:100%;margin-left:-1px}.uckan-card-big{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px}.uckan-card-big .geo-thumbnail{border-radius:var(--theme_radius)}.geo__item{padding:5px;width:100%}.widget{margin-bottom:2em;display:inline-block;width:100%}.author-page-detail,.bbp_widget_login,.category-description-content,.geoit_mega_card .uck-card--content,.kqa-page,.kqa-question-list,.masonry-grid .uck-card,.p-1,.sidebar .textwidget,.sidebar .widget-sponsor,.tagcloud,.widget>ul{padding:1em}.carousel-style-1-c .carousel__item,.geoit-popular-post-item-style2 .geoit-popular-post-content,.no-results,.sidebar .geo_login-widget .widget-social-accounts,.tab-widget .tab_content .uck-card--content,.widget>ul{padding:0}.recentcomments{color:rgba(0,0,0,.6)}.widget_product_search form,.widget_search form{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.widget_product_search label,.widget_search label{width:100%;padding-right:75px;-webkit-box-flex:1;-ms-flex:1;flex:1}.widget_product_search button,.widget_product_search input,.widget_search input{height:40px;border-radius:var(--theme_radius) 0 0 3px;width:100%}.widget_product_search button,.widget_search input.search-submit{position:absolute;border-radius:0 3px 3px 0;width:75px;background:var(--theme_color);color:#fff;text-align:center;text-transform:uppercase;font-weight:500;right:0}.widget_recent_comments>ul,.widget_recent_entries>ul{display:block;margin:0 0 0 15px;padding:15px 0;position:relative;padding-left:30px!important}.widget_recent_comments>ul:before,.widget_recent_entries>ul:before{content:"";position:absolute;left:0;top:15px;bottom:15px;width:1px;background:var(--theme_border2)}#footer .footer__title .headline:before,#footer .kan_vc_block .content__title .uckan-btn::after,#footer .kan_vc_block .content__title .uckan-btn::before,.geoit_recent_comments:before,.overlay-disable .carousel__image:before,.overlay-disable .geo-thumbnail:before,.overlay-disable .w-slider_image:before,.widget_recent_comments>ul>li::before,.widget_recent_entries>ul>li::before{content:none!important}.widget_recent_comments>ul>li,.widget_recent_entries>ul>li{border:0!important;padding:10px!important;display:flex;flex-wrap:wrap;flex-direction:column-reverse;font-size:12px}.kan-banner-header,.widget_recent_comments>ul>li:last-child,.widget_recent_entries>ul>li:last-child{margin-bottom:0}.widget_recent_comments>ul>li .post-date,.widget_recent_entries>ul>li .post-date{font-size:12px;opacity:.75;margin-bottom:3px}.widget_recent_comments>ul>li .post-date:before,.widget_recent_entries>ul>li .post-date:before{content:"";width:12px;height:12px;z-index:2;background:#ccc;border-radius:100%;border:3px solid #fff;position:absolute;left:-8px;display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition-duration:.3s}.widget_recent_comments>ul>li .post-date:after,.widget_recent_entries>ul>li .post-date:after{content:"";width:30px;height:1px;background:#ccc;position:absolute;left:0;transform:translateY(8px)}.widget_recent_comments>ul>li>a,.widget_recent_entries>ul>li>a{color:#222;background:0 0!important;padding:0;border:0!important;font-weight:600;font-size:15px;line-height:22px}.widget-social-accounts>*,.widget_recent_comments>ul>li.current_page_item .post-date:before,.widget_recent_comments>ul>li:hover .post-date:before,.widget_recent_entries>ul>li.current_page_item .post-date:before,.widget_recent_entries>ul>li:hover .post-date:before{background:var(--theme_color)}.widget_recent_comments>ul>li.current_page_item>a,.widget_recent_comments>ul>li:hover>a,.widget_recent_entries>ul>li.current_page_item>a,.widget_recent_entries>ul>li:hover>a{background-color:transparent!important;color:var(--theme_color)}.widget_recent_comments>ul>li{display:block;color:rgba(0,0,0,.75)}.widget_recent_comments>ul>li:before{content:"";width:12px;height:12px;background:var(--theme_border);border:3px solid rgba(255,255,255,.8);position:absolute;left:-5px;display:inline-block;vertical-align:middle;border-radius:50%;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition-duration:.3s}.kqa-page-filter ul li,.widget li{list-style:none}.widget>ul>li,.widget_display_stats dt{padding:10px;border-bottom:1px solid var(--theme_border2)}.widget-footer>ul>li{padding:10px 0}.widget>ul>li:before,.widget_display_stats dt:before{content:"";transition:.3s;width:8px;height:8px;border-radius:100%;display:inline-block;margin-right:1em;background:#bbb}.widget>ul>li:hover:before,.widget_display_stats dt:hover:before{background:#333}.widget-homepage{width:100%;display:inline-block}.widget-sponsor{text-align:center;margin:10px 0}.geo-notification-content .notification-right>a,.truncate{white-space:normal;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.truncate-1x{-webkit-line-clamp:1}.truncate-3x{-webkit-line-clamp:3}.sidebar p{font-size:14px;margin-bottom:10px;font-weight:400}.kan-banner.kan-banner-right{text-align:right;color:#000;-ms-flex:1;margin:1em 0;-webkit-box-flex:1;-ms-flex:1;flex:1}.kan-banner{text-align:center;position:relative;z-index:1;display:inline-block;width:100%;margin:2em 0}.geo_banner_post_header,.geo_post-submit-full h2{margin:1em 0}#page.site>#content.site-content .widget,.geo_banner_post_header .kan-banner,.geoit-category-image-content>:last-child,.geoit_recent_comments_wrapper p,.kan-category-subscribe-button i{margin:0!important}.kan-banner.kan-banner-single{margin:20px 0}.kan-banner-header-above{padding:23px 23px 23px 25px;margin:0}.kan-banner iframe{margin:0 auto;max-height:none}.kan-banner img{max-width:100%;height:auto;margin:0 auto;display:inline-block;vertical-align:middle}.adsbygoogle{margin:0 auto;padding:0!important;background:0 0!important}.forgot_btn,.geo-notification-content li:hover a,.geo-post-source-link:hover,.login_widget_top a{text-decoration:underline}.kan-banner-728 .adsbygoogle{width:728px;height:90px}.kan-banner-header .adsbygoogle,.kan-banner-right .adsbygoogle{margin:0 auto!important}.footer .adsbygoogle,.sidebar .adsbygoogle{width:100%!important;height:auto}.kan-banner.kan-banner-right ins{margin:unset!important;margin-left:auto!important}@media (max-width:767px){.kan-banner ins{width:468px;height:60px}.sp_post-share a span{display:none}}ul.tabs,ul.tabs li{height:50px;margin:0}#tab-menu,.geo_create_post,.geoit-recipe-instructions-item{display:inline-block;width:100%}ul.tabs{padding:0;display:flex;flex-wrap:wrap;list-style:none;width:100%;position:relative;border-bottom:1px solid var(--theme_border2)}@media (max-width:479px){.header__search--form{width:100%;min-width:auto}.kan-banner-728{margin:1em 0;margin-bottom:-1em!important}.single .kan-banner-728{margin:1em 0!important}.kan-banner ins{width:300px;height:250px}.kan-banner.kan-banner-header ins,.kan-banner.kan-banner-right ins{width:320px;height:100px}ul.tabs{overflow:auto}}.geoit-block-flat ul.tabs,.widget-footer .masonry .uck-card{border:1px solid var(--theme_border2)}ul.tab-shortcode li{font-size:15px;font-weight:400;text-transform:none}.register-frontend .user-submit,.widget-social-accounts>*,ul.tabs li{position:relative;text-transform:uppercase;transition:.3s;cursor:pointer}ul.tabs li{font-family:var(--theme_font);padding:0 20px;color:#222;font-size:14px;font-weight:600;text-align:center;line-height:47px;overflow:hidden}ul.tabs.tab-shortcode{height:auto;margin:0;border:1px solid var(--theme_border)}.header-layout-3 .header__bottom--menu-center,ul.tabs.tab-shortcode li{width:auto}ul.tabs li.active{box-shadow:inset 0 -2px 0 var(--theme_color);color:#222;border:0;display:block}.geoit-block-flat ul.tabs li.active{box-shadow:inset 0 -4px 0 var(--theme_color)}.tab_container{clear:both;float:left;width:100%}#tab-menu.tabs-shortcode .tab_container{padding:1em;border:1px solid var(--theme_border);margin:-1px 0 20px;font-size:16px;line-height:26px}.clearfix{clear:both}.active,.uck-card--image>a{display:block}.uckan-dark{background:#222;color:#fff}#footer,.input-area{background-color:#fff;font-size:15px}.input-area{outline:0;color:rgba(0,0,0,.6);border:0;margin-bottom:-7px;font-family:var(--theme_font_2);transition:.3s;padding:1em;resize:none;width:100%}#geoit-add-posts h1,#geoit-add-posts h2,#geoit-add-posts h3,#geoit-add-posts h4,#geoit-add-posts h5,#geoit-add-posts h6,#review-box ul li,.geo_users-list-top-item-header,.mailchimp_subsribe h3,.mailchimp_subsribe h4,.mailchimp_subsribe p,.widget-footer.widget_nav_menu li{margin-bottom:15px}#review-box .overall-score,#review-box .review-top .review-text .review-title,#review-box ul li .legeo,#review-box ul li span.right,.footer__bottom,.geo-post-submit,.geo-review-badge span,.geo_create_post label,.geoit_login-wrapper,.geoit_login-wrapper label,.register-frontend .user-submit,.ticker li,.trending-post,.widget-social-accounts>*{font-family:var(--theme_font)}.input-area.comment-content{color:rgba(0,0,0,.8);line-height:1.6}.spacer{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#footer{position:relative}#footer .footer__title .headline,#footer .kan_vc_block .content__title .uckan-btn{font-size:16px!important;margin-bottom:15px!important;padding:0 0 10px!important;font-weight:500!important;line-height:1.4!important;text-transform:none!important;height:auto!important}#footer .footer__title .headline:after,#footer .kan_vc_block .content__title .uckan-btn::after{content:''!important;position:absolute;bottom:0;left:0;width:25px;background:var(--theme_color);height:2px}#footer .kan_vc_block .content__title .uckan-btn{padding:0 0 10px!important;border:0!important;box-shadow:none!important}.footer__top{position:relative;display:flex;flex-wrap:wrap;clear:both;width:100%;padding:3em 0 1.5em}.footer-sidebar>.row>.widget{padding:0 1.5em;margin:1.5em 0;border:0!important}.footer__bottom:before{clear:both;content:""}.footer__bottom{border-top:1px solid var(--theme_border2);padding:2em 0;text-align:center}.footer__bottom .header__row{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__bottom p{font-size:15px}.menu-footer li{list-style:none;display:inline-block;margin-left:10px}.menu-footer a{font-weight:500;font-size:14px;transition:color .3s}.geo_create_post button,.geo_post-submit-full .geo_login-widget,.widget-footer,.widget-footer .uck-card{box-shadow:none}.geoit-block-flat .widget .geoit_login-wrapper,.widget-footer .tagcloud{padding:0!important}.widget-footer .uck-card--col_left,.widget-footer .uck-card--col_right{border-left:0;padding-left:0;padding-right:0}.widget-social-accounts{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px}.register-frontend .user-submit,.widget-social-accounts>*{color:#fff;-ms-flex-preferred-size:calc(50% - 10px);flex-basis:calc(50% - 10px);padding:15px 1em;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-weight:400;display:inline-block;font-size:15px;border:0;background:var(--theme_color);border-radius:var(--theme_radius)}.geoit-profile-card-inner,.geoit_login_232{padding:2em}.geoit_login-wrapper .widget-social-accounts>*{width:100%;flex-basis:100%;display:flex;justify-content:space-between;text-transform:initial;align-items:center;margin:5px 0 0}.geo-f11p241{margin-top:15px;margin-left:-5px;width:auto;margin-right:-5px}.geoit_login-wrapper .widget-social-accounts.geo-f11p241>*{-ms-flex-preferred-size:calc(50% - 10px);flex-basis:calc(50% - 10px);margin:5px;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.nsl-container,.nsl-container .nsl-container-buttons{padding:0;margin:0;width:100%;display:block}div.nsl-container .nsl-button-default div.nsl-button-label-container{text-align:right!important}.register-frontend .user-submit{width:100%;margin:1em 0 0}.forgot_pass_geo:hover,.register-frontend .user-submit:hover,.widget-social-accounts>:hover{opacity:.7}.widget-social-accounts .w-icon{float:left;margin-left:1em;font-size:15px;vertical-align:middle}.widget_social .widget-social-accounts.social-style-2 .w-icon{margin:0;float:none}.widget_social .widget-social-accounts.social-style-2>*{border:0;width:32px;flex:0 0 32px;text-align:center;padding:0;border-radius:100%;height:32px;line-height:32px}.widget_social .widget-social-accounts.social-style-3{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-column-gap:1px!important;grid-row-gap:1px!important;padding:0!important;display:grid}.widget_social .widget-social-accounts>*{border-radius:var(--theme_radius);border:0}.widget-social-accounts .text{text-transform:uppercase;padding-left:1em;text-shadow:0 0 1px #000;font-weight:700;margin-left:1em}.widget_social .widget-social-accounts.social-style-3 .text{margin:10px 0 0;padding:0;text-transform:none;font-weight:500}.widget_social .widget-social-accounts.social-style-3 .w-icon{float:none;font-size:18px;margin:0}.widget_social .widget-social-accounts.social-style-3>*{flex-direction:column;text-align:center;align-items:center;justify-content:center;display:flex;padding:15px 5px;margin:0;border-radius:0;height:100%}.content .widget-social-accounts,.sidebar .widget-social-accounts{padding:14px}.geo_post-submit-full,.geoit-category-images-style4,.geoit_login-wrapper .widget-social-accounts,.geoit_login.has_login,.swal-text{text-align:center}.addacc{background:#277a2a;display:block;padding:18px!important;margin:0 1.8rem;text-align:center}.gotop{position:fixed;right:1em;transition:.3s;border:1px solid rgba(216,216,216,.79);bottom:1em;background:#fff;text-align:center;border-radius:100%;z-index:100;font-size:1.5em;width:40px;line-height:36px;height:40px;-webkit-animation:.3s fadeInUp;animation:.3s fadeInUp}.geo-review-badge{position:absolute;top:15px;left:15px;z-index:2}.geo-review-badge span{position:absolute;left:0;top:0;width:40px;font-weight:500;text-align:center;color:#fff;height:40px;line-height:42px;font-size:12px}.geo-review-badge svg{height:40px;background:rgba(0,0,0,.8);border-radius:100%;transform:rotate(-90deg);width:40px}.geo-review-badge .progress-bar__background{fill:none;stroke:rgba(0,0,0,.2);stroke-width:2}.geo-review-badge .progress-bar__progress{fill:none;stroke:var(--theme_color);stroke-dasharray:100 100;stroke-dashoffset:100;stroke-linecap:round;stroke-width:2;transition:stroke-dashoffset 1s ease-in-out}.geo-review-box-top{margin:35px 0 30px}.geo-review-box-bottom{margin:-5px 0 30px}#review-box{border:1px solid var(--theme_border2);margin:0;position:relative}#review-box ul{margin:0;padding:2em;list-style:none}#review-box ul li{list-style:none}#review-box ul li:last-child,.dropdown-content #mode-button,.geo-post-source-link:last-child,.header-layout-3 .geo-switch-button,.kqa-question-list-item:last-child,.page_description>:last-child,.recentpostslider .h-slider,.uck-card-list .trending-post{margin:0}#review-box .overall-score{background:var(--theme_color);float:right;border-radius:100%;border:5px solid #fff;line-height:90px;width:100px;height:100px;color:#fff;margin-left:40px;text-align:center;font-size:32px;font-weight:600}#review-box .review-box-image+.review-top .overall-score{position:absolute;top:300px;right:40px}#review-box .review-top{padding:2em;border-bottom:1px solid var(--theme_border2)}#review-box .review-top .review-text .review-title{font-size:22px;font-weight:600;line-height:1;display:block;margin:8px 0 30px}#review-box .review-top .review-text p{margin-bottom:0;font-size:15px}#review-box ul li .review-criteria-bar-container{position:relative;background:rgba(0,0,0,.25);border-radius:25px;height:8px;margin-top:10px;overflow:hidden}#review-box ul li .review-criteria-bar{float:left;height:8px;border-radius:25px;background:var(--theme_color);padding:0 1em}#review-box ul li .legeo{font-weight:600}#review-box ul li span.right{font-weight:500;z-index:99;float:right}.author-box img{-webkit-border-radius:var(--theme_radius);border-radius:var(--theme_radius)}.author-box .author{font-size:16px;text-transform:capitalize;font-weight:600}.author-box p{margin:.5em 0}.navigation.pagination{width:100%;padding:1em;border-top:1px solid var(--theme_border2)}.content__gallery_nav,.navigation.pagination .nav-links{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;gap:5px;padding:0;position:relative;margin:0}.content__gallery_nav span,.navigation.pagination .page-numbers span{text-transform:uppercase;font-size:12px}.content__gallery_nav .next,.navigation.pagination .page-numbers.next{margin-left:auto}.content__gallery_nav .prev,.navigation.pagination .page-numbers.prev{margin-right:auto}.content__gallery_nav .next,.content__gallery_nav .prev,.navigation.pagination .page-numbers.next,.navigation.pagination .page-numbers.prev{padding:0 15px}.content__gallery_nav .page-numbers,.navigation.pagination .page-numbers{list-style:none;display:inline-flex;vertical-align:middle;justify-content:center;align-items:center;position:relative;font-size:15px;font-weight:500;transition:.5s;min-width:32px;padding:0 7px;height:32px;cursor:pointer;user-select:none;border-radius:32px;border:1px solid var(--theme_border2)}.navigation.pagination .page-numbers.dots{border-color:transparent!important}.content__gallery_nav .page-numbers.current,.content__gallery_nav .page-numbers:hover,.navigation.pagination .page-numbers.current,.navigation.pagination .page-numbers:hover{border-color:var(--theme_color);color:var(--theme_color)}.kan_col_2e3 .geo__item,.kan_col_auto .geo__item,.widget-homepage .geo__item{width:50%;float:left}.kan_col_3e3 .geo__item,.widget-full-width .geo__item{width:33.333333333333%}.uckan-card{width:100%;border-radius:var(--theme_radius);box-sizing:border-box;display:inline-block;border:1px solid var(--theme_border);padding:2em;margin:1em 0;position:relative}.tagcloud a,.uckan-card--right>.type{font-size:12px!important;border-radius:var(--theme_radius);margin:5px 6px 5px 0;display:inline-block;vertical-align:top;transition:.3s}.uckan-card--url{position:absolute;width:100%;height:100%;left:0;bottom:0;top:0;cursor:pointer;z-index:3}.uckan-card--left{float:left;margin-right:20px}.uckan-card--right>.type{line-height:20px;letter-spacing:.05em;text-transform:uppercase;font-weight:400;padding:1px 9px;border:1px var(--theme_border) solid;border-color:var(--theme_color);color:#fff;background:var(--theme_color);white-space:nowrap}.uckan-card--right>.headline{margin:5px 0 0;line-height:23px;font-size:16px;font-weight:600}.tagcloud a{padding:2px 10px;border:1px var(--theme_border) solid;background:0 0}.kqa-page-filter ul a.active,.kqa-page-filter ul a:hover,.tagcloud a:hover{background:var(--theme_color);border-color:var(--theme_color);color:#fff}.login_content ul li,.login_headline{border-bottom:1px solid var(--theme_border2)}.uckan_login-button img{border-radius:100%;margin:0 5px 0 0!important;height:25px!important;vertical-align:-8px}.geo-switch-button,.geoit-wc-cart-holder svg,.geoit_dark_button i,.jm-post-like img,.verify-geo svg{vertical-align:middle}.geoit_login{position:fixed;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:0;overflow:auto;z-index:99999;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;background:rgba(0,0,0,0);-webkit-box-align:center;-ms-flex-align:center;align-items:center;transition:.3s}.geoit_login.collapsible-active{background:rgba(0,0,0,.5);visibility:visible}.geoit_login-wrapper.geoitAccountPage,.geoit_login.collapsible-active .geoit_login-wrapper{opacity:1;-ms-transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}.login_headline .login-close{right:0;top:0;bottom:0;height:100%;width:50px;border-radius:0 3px 0 0}.login_headline{position:relative;font-weight:400;font-size:18px;padding:15px 30px!important}.geoit_login.has_login .login_avatar img{border-radius:100%;margin:0 0 10px}.login_content ul{margin:15px 0 0;font-size:15px}.login_content span{font-weight:600;font-size:20px}.login_content ul li{list-style:none;padding:10px}.login_content ul>li:first-child{border-top:1px solid var(--theme_border2)}.geoit_login-wrapper{background-color:#fff;color:#222;-ms-transform:scale(0);-moz-transform:scale(0);-webkit-transform:scale(0);transform:scale(0);line-height:initial;max-width:450px;margin:auto;opacity:0;width:100%;padding:0;font-size:15px;box-shadow:0 0 20px rgba(0,0,0,.2);border-radius:var(--theme_radius);transition:.3s}.widget .geoit_login-wrapper{padding:1em!important}.geoit_login-post,.widget .geoit_login-wrapper{-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);padding:0 0 1em;max-width:100%;margin:0;opacity:1;border-radius:0;box-shadow:none}.geoit_login-wrapper form>*{margin-top:15px}.geoit_login-wrapper input{width:100%;background:0 0;color:#222;border:1px solid var(--theme_border);transition:.3s;border-radius:var(--theme_radius);padding:15px}.geoit_login-wrapper #wp-submit_widget,.geoit_login-wrapper input#wp-submit{cursor:pointer;color:#fff!important;background:var(--theme_color);border-radius:var(--theme_radius);border:0;font-size:15px;font-family:var(--theme_font);font-weight:400;padding:15px}.geoit_login-wrapper label{margin:0 0 10px;font-size:15px;display:inline-block}.login-remember label{margin-bottom:0;margin-left:0}.page-links{display:inline-block;margin:1em 0;width:100%;padding:1rem;background:#f8f8f8}.page-links .page-numbers svg{position:relative;top:1px}.page-links .page-numbers{border:1px solid var(--theme_border);padding:0 10px;height:35px;line-height:35px;margin-right:2px;font-weight:500;display:inline-flex;border-radius:0;align-items:center;justify-content:center}.page-links .page-numbers.current,.page-links .page-numbers:hover{background-color:var(--theme_color);color:#fff;border-color:transparent}.sidebar .geoit_mega_card{max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.geoit_mega_cards_tab+.geoit_mega_content .geoit_mega_card{max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%;padding:0 1em}.geoit-mega-menu-block{position:absolute;z-index:101;left:0;display:none;margin-left:15px;margin-right:15px;right:0;top:100%}.jm-post-like #geo-like-loader{position:absolute;left:-20px}.jm-post-like{position:absolute;right:5px;top:5px;cursor:pointer;width:28px;line-height:28px;border-radius:100%;font-weight:400;color:#fff;text-align:center;height:auto!important;z-index:99;background:rgba(0,0,0,.5);list-style:none}.jm-post-like:hover{background:var(--theme_color);color:#fff}.carousel__item .jm-post-like,.uck-card .jm-post-like,.uck-card--col_right .jm-post-like{display:none;transition:.3s}.carousel__item:hover .jm-post-like,.uck-card--col_right:hover .jm-post-like,.uck-card:hover .jm-post-like{opacity:1;display:inline-block}.jm-post-like img{display:inline-block!important;width:16px!important;height:16px!important}#page-header h1{font-size:36px!important;line-height:1.35!important;font-weight:600;letter-spacing:-.04em}#page-header{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:20px}.page_description{max-width:80%}.geoit_has-login{font-size:16px;font-weight:600;padding:1em}.geoit_has-login .login_avatar{float:left;margin-right:1em}.geoit_has-login ul{margin:15px 0 0;border-top:1px solid #eee;display:inline-block}.geoit_has-login li{font-size:15px;width:50%;float:left;text-transform:uppercase;margin:10px 0}.geoit_has-login img{border-radius:var(--theme_radius);margin:0 0 10px}.geo_post-submit-left{z-index:2}.geo_post-submit-full,.geo_post-submit-left,.geo_post-submit-right{background:#fff;padding:1em;box-shadow:var(--theme_shadow)}.geo_post-submit-full .geo_login-widget p{width:100%;margin:1em 0}.geo_create_post label{display:block;font-size:15px;font-weight:500}.geo_create_post .geo_posting-item input,.geo_create_post select,.input-file+.js-labelFile{width:100%;padding:15px 2em;display:inline-block;background:#fff;border:1px solid #e5e5e5;margin:15px 0;box-shadow:none;transition:.3s;border-radius:25px}.geo-post-submit{background:var(--theme_color);border:0!important;cursor:pointer;width:100%;padding:1em;border-radius:var(--theme_radius);color:#fff;font-weight:600}.input-file{width:.1px;height:.1px;opacity:0;display:none;overflow:hidden;z-index:-1}.input-file+.js-labelFile{overflow:hidden;height:200px;display:flex;flex-direction:column;justify-content:center;border:1px solid #ddd;font-size:2em;border-radius:var(--theme_radius);text-overflow:ellipsis;background:#fff;white-space:nowrap;padding:1em;text-align:center;cursor:pointer}.input-file+.js-labelFile svg{width:50px;height:50px;margin:0 auto 10px}.input-file+.js-labelFile div{font-size:12px;opacity:.75;margin-top:5px}.input-file+.js-labelFile:hover{background:#f8f8f8}.geo_submit_post{text-align:center;overflow:hidden;padding:4em;position:relative;background-color:#fff}.geo_submit_post .uckan-btn i,.kan-author-subscribe-button svg,.uck-card-top>span{margin-right:5px}.geo_submit_post h4{font-size:26px;font-weight:600}.geo_submit_post p{margin:10px 0 15px}.register-frontend{text-align:left;border-radius:10px;padding:3em;font-size:15px}p.error{background:#333;padding:1em;border-radius:5px;width:calc(100% - 16px)!important;display:block!important;float:none!important;margin-bottom:1em;color:#fff!important}.geo_create_post .error{width:100%!important;padding:1em;margin:0 0 1em}.error-succ{background:#277a2a!important;color:rgba(255,255,255,.8)!important}.ticker{margin:0;height:50px;line-height:50px;overflow:hidden;list-style-type:none;color:#fff;padding-left:60px;padding-right:15px;width:100%}.ticker li{max-height:50px;font-size:12px;position:relative}.ticker-title{float:left;background:rgba(0,0,0,.1);color:#fff;padding:0 1em;position:absolute;left:0;top:0}.tab_menu_comments li{list-style:none;padding:1em;display:inline-block;line-height:28px;width:100%;border-bottom:1px solid var(--theme_border2)}.geo_mobil_menu_nav .sub-menu li a,.geo_mobil_menu_nav li:last-child a,.geoit-popular-post-item-style2:last-child,.geowidgetusers .geoit_user_ranking:last-child,.sidebar .search-field,.tab-clone li:last-child,.tab_menu_comments li:last-child{border:0}.tab_menu_comments img{margin-right:1em;border-radius:100%;float:left}.author-page-detail{padding:0;margin:0 0 1em}.author-page-detail header{height:150px;padding:2em 1em 1em;position:relative;background:url(/wp-content/themes/geoit/assets/css/assets/img/pattern.png) center/cover;margin:0 0 3.5em;border-bottom:1px solid var(--theme_border2)}.author-page-detail .avatar{border-radius:100%!important;float:left;margin-right:1em}.author-page--detail-head{position:absolute;bottom:-75px;left:1em;right:1em}.kqa-comment-user-details .verify-geo{vertical-align:middle;line-height:15px;font-size:10px}.verify-geo{margin-left:5px;cursor:pointer;display:inline-block!important}input[type=checkbox]{width:19px!important;position:relative;height:19px!important;padding:0!important;margin:0 3px 0 0;border:0!important;vertical-align:-5px;border-radius:var(--theme_radius)}input[type=checkbox]:after{content:"";display:block;width:15px;height:15px;position:absolute;left:0;top:0;background:#fff;border-radius:var(--theme_radius);-webkit-transition:.24s;transition:.24s;border:2px solid #777}input[type=checkbox]:checked:after{background-color:var(--theme_color);border-color:var(--theme_color)}input[type=checkbox]:checked:before{content:"";position:absolute;top:2px;z-index:2;left:6px;display:table;width:4px;height:10px;border:2px solid #fff;border-top-width:0;border-left-width:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.forgot_btn{display:block;text-align:center;text-underline-offset:2px;padding:0}.header-two .header__bottom--menu{display:-ms-flexbox;display:-webkit-flex;display:flex}.header-two .header__top--right>*{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center}.header-two .header__top--right button{box-shadow:none;color:#fff}.header-one .header__bottom .header__logo img,.header-two .header__bottom .header__logo img{max-height:64px!important}.header-two .header__bottom{background:var(--theme_color);padding-left:1em;z-index:2;position:fixed;top:0;left:0;right:0;color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.5)}.footer-2.dark-mode .header__top--social li a,.footer-2.dark-mode .menu-footer li a,.geo_users-list .uck-accordion--box ul,.header-two .header__bottom--menu>*>ul>li>.header__bottom--link,.header-two .logo-no,.kan-header-mobile-skin-dark.kan-header-mobile-wrapper .logo-no{color:#fff}.header-two .header__bottom--menu .geoit-mega-menu:after,.header-two .header__bottom--menu .menu-item-has-children:after{color:#f5f5f5}.header-two .header__bottom--menu .current-menu-item,.header-two .header__bottom--menu .geo-menu>li:hover>.header__bottom--link{box-shadow:inset 0 -2px 0 0 #fff}.header-two .header__top--right{max-width:100%!important}.header-two .mobil-menu-button{background:#fff!important;color:#222!important;height:auto!important;z-index:999}.error-404{margin:0 auto;padding:0 0 2em;max-width:1000px}.geo404 .b404{font-weight:300;color:#222;font-size:54px;line-height:54px;margin:1em 0 5px;display:block}.geo404 .b404+strong{font-size:30px;font-weight:400;line-height:54px;margin-bottom:5px;color:#2d2d2d}.geo404 strong{display:block;color:#555;font-size:18px}.geo404 span{font-size:200px;color:#3e3e3e}.geo404 span:empty{width:144px;height:144px;display:inline-block;border-radius:50%;border:2px dashed #3e3e3e;margin-right:12px;margin-left:20px;position:relative}.geo404 span:empty:before{content:"";position:absolute;left:9px;right:9px;top:9px;bottom:9px;border-radius:50%;border:2px dashed #3e3e3e}.geo_mobil_menu_header img,.geo_trending_post,.geoit_authors_style_3 img,.trending-post .geo_trending_post{border-radius:100%}.null-instagram-feed .clear{padding:0 15px;text-align:center}.admin-bar .header-two .header__bottom{top:32px}@media screen and (min-width:1024px){.header-style-2:not(.not-logged-in){padding-top:64px}}.geo_trending_post{background:#4ca80b;width:20px;height:20px;color:#fff!important;display:inline-block;text-align:center;line-height:20px!important;margin-left:1em}.trending-post>div{font-weight:400;display:inline-block}.carousel__content .geo_trending_post{width:25px;height:25px;margin:0;line-height:25px!important}.geo-switch-button:after,.geo-switch-button:before{line-height:15px;border-radius:50%;font-size:15px;font-family:geoit-font}.trending-post{margin:1em 0;font-size:14px}.trending-post span{font-family:geoit-font!important;color:#fff!important;margin:0 5px 0 0;vertical-align:1px}.uckan-card button{position:absolute;top:10px;right:10px;width:30px;height:30px;font-size:20px;color:rgba(0,0,0,.5);box-shadow:none;transition:.3s;z-index:4}.uckan-card button:hover{color:#000}@media screen and (max-width:782px){.admin-bar #geo_mobil_menu,.admin-bar .header-two .header__bottom{top:46px}.uckan-card{text-align:center}.uckan-card--left{float:none;margin:0 0 1em}}.geo-header-line{width:1px;height:100%;background:rgba(255,255,255,.2)}.geo-switch-button{border-radius:1.25em;background:rgba(0,0,0,.15);height:28px;line-height:28px;margin:12px 1em 10px;position:relative;-webkit-transition:background-color .25s ease-out .1s;transition:background-color .25s ease-out .1s;width:55px;cursor:pointer;display:flex;justify-content:space-between;padding:7px}.dark-mode .geo-switch-button{background:rgba(255,255,255,.15)}.header-one .geo-header-line{height:50px}.header-two .geo-switch-button{margin-top:20px}.geo-switch-button:before{z-index:1;content:"\f1bc";position:relative}.geo-switch-button:after{content:"\ef72";z-index:1;position:relative}.form-label-group>label,.geo-notification,.geo-top-menu a,.geo_users-list-top-item,.geoit-category-image-view-all,.geoit_authors_widget_title,.mailchimp-subscribe__submit,.recentcomments>a,.reg_btn{font-family:var(--theme_font)}.geo-switch-button .geo-switch{border-radius:50%;text-align:center;color:#111;background:#fff;height:20px;z-index:2;transform:translate(0,0);transition:transform .25s ease-out .1s;width:20px;position:absolute;line-height:20px;left:5px;top:4px}.geo-switch-button .geo-switch:after{content:"\f1bc";font-family:geoit-font;line-height:20px;font-size:15px;border-radius:50%}.geo-switch-button.geo-switch-on .geo-switch{transform:translateX(25px)}.geo-switch-button.geo-switch-on .geo-switch:after{content:"\ef72";color:#000}.load__image{width:100%;margin:-30px 0 0;height:60px;line-height:60px;text-align:center;position:relative}.geoit-wc-cart-holder{padding:0 1em;border-right:1px solid rgba(255,255,255,.2)}.header-layout-4 .geoit-wc-cart-holder{border-color:rgba(0,0,0,.2)}.geoit-wc-cart-holder a{position:relative;color:#fff}#header:not(.header-layout-4):not(.header-layout-3) .geoit-wc-cart-holder svg,.geo_mobil_menu_nav svg{fill:#fff}.geoit-wc-cart-count{position:absolute;right:-10px;top:-5px;width:16px;height:16px;border-radius:100%;font-size:10px;line-height:16px;text-align:center;background:#2196f3;color:#fff}#geo_mobil_menu.geo_mobil_menu_style_2 .geo_mobil_menu_nav li.menu-item-has-children:after,.header-style-2 .geoit-wc-cart-count{top:10px}.dropdown-content .geoit_dark_button{line-height:1.3}.dropdown-content #mode-button .toggle{margin-top:10px}.geoit_login-hata{background:red;color:#fff;font-size:12px;padding:10px!important;margin:-12px 0 10px;border-radius:5px}.geo_users-list .uck-accordion--box{border-color:#fff;background:0 0;text-align:left}.tab-clone li{background:rgba(0,0,0,.01);width:10%!important;text-align:left!important;font-weight:600!important;color:#6f6f6f!important;text-transform:none!important;border-right:1px solid var(--theme_border2)}.tab-clone li:nth-child(2),.tab-clone li:nth-child(7){width:20%!important}.tab-clone li:first-child,.tab-clone li:nth-child(5),.tab-clone li:nth-child(6),.tab-clone li:nth-child(8){text-align:center!important}.geo_users-list-top-item-header img{border-radius:100%;width:64px;height:auto;max-height:64px;border:4px solid rgba(255,255,255,.1)}.geoit_user_ranking_active{background:linear-gradient(45deg,#d7ebff,transparent);box-shadow:inset 3px 0 0 #158bfe}.geo_users-list-top{background-image:linear-gradient(to top,#00c6fb 0,#005bea 100%);color:#fff;text-align:center;display:flex;flex-wrap:wrap;justify-content:center;padding:2em 2em 54px}.geo_users-list-top h2 a{color:#fff;font-size:15px;display:block;margin-top:10px}.geo_users-list-top-item{-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%;padding:0 15px;order:2;display:flex;flex-direction:column;justify-content:flex-end}.geo_users-list-top-item-3,.kan-header-mobile-layout-2 .header-mobile-left{order:3}.geo_users-list-top-item-2,.kan-header-mobile-layout-2 .header-mobile-center{order:1}.geo_users-list-number{font-size:2em;font-weight:700;color:#fff;width:60%;margin:0 auto;height:100px;line-height:100px;background:#fe856e;border-radius:10px 10px 0 0;text-align:center}.geo_users-list-top-item-3 .geo_users-list-number{height:50px;background:#b3d3ff;line-height:55px}.geo_users-list-top-item-2 .geo_users-list-number{height:70px;line-height:75px;background:#96e4ee}.sidebar .geo_users-list-number{height:90px;width:100%}.sidebar .geo_users-list-top-item-2 .geo_users-list-number{line-height:75px;height:70px}.sidebar .geo_users-list-top-item-3 .geo_users-list-number{line-height:55px;height:50px}.geo63hnkj1{opacity:.75;font-size:12px}.geoit_user_ranking_wrapper{margin:-54px 20px 0;overflow:hidden;border-radius:20px 20px 0 0;background:#fff}.paged .geoit_user_ranking_wrapper{margin-top:0}#geo_mobil_menu{position:fixed;top:0;transition:.8s;left:0;font-size:16px;right:0;bottom:0;width:100%;min-height:100%;overflow:auto;z-index:9999;background:#333;background-image:linear-gradient(-20deg,#2b5876 0,#4e4376 100%);-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff}#geo_mobil_menu.collapsible-active{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.geo_mobil_menu_header{padding:1em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1)}.geo_mobil_menu_header span{color:#fff;font-weight:600;letter-spacing:-.03em;vertical-align:-2px}#geo_mobil_menu .geoit_dark_button{border:0;padding:0}#geo_mobil_menu .mobile-menu-icon,.geo_mobil_log{color:#fff!important;padding:5px 10px!important;box-shadow:none!important;border:1px solid #fff!important;position:relative;font-size:12px!important;transform:none;float:right;text-transform:uppercase;border-radius:var(--theme_radius)}.geo_mobil_log{background:green!important;border-color:green!important}.geo_mobil_menu_nav{overflow:auto;-webkit-box-flex:1;-ms-flex:1 100%;flex:1 100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.geo_mobil_menu_nav li{list-style:none;position:relative}.geo_mobil_menu_nav a{color:#fff;display:block;padding:1em;border-bottom:1px solid rgba(255,255,255,.1)}.geo_mobil_menu_nav .sub-menu{margin-left:15px;display:none;font-size:15px}#geo_mobil_menu.collapsible-active .geo_mobil_menu_nav li .sub-menu li{animation-name:none}.geo_mobil_menu_nav li.menu-item-has-children>a:after{position:absolute;content:"\ea50";font:15px/22px geoit-font;right:15px;top:17px;color:#bbb;width:22px;height:22px;text-align:center;border-radius:100%;transition:.3s;background:rgba(255,255,255,.1)}.geo_mobil_menu_nav a:hover{background:rgba(255,255,255,.02)}.geo_mobil_menu_footer{padding:1em;border-top:1px solid rgba(255,255,255,.1)}#geo_mobil_menu .search-submit{background:#fff;color:#222;height:49px}#geo_mobil_menu.geo_mobil_menu_style_2 .mobile-menu-icon:before{content:"\eb99";font-family:geoit-font;opacity:1}#geo_mobil_menu.geo_mobil_menu_style_2 .mobile-menu-icon{position:fixed!important;padding:0!important;width:43px!important;height:43px!important;line-height:43px!important;text-align:center!important;font-size:20px!important;border-radius:100%!important;right:15px;top:17px}#geo_mobil_menu.geo_mobil_menu_style_2 .geo_mobil_menu_nav a{border:0;padding:10px 1em;font-size:20px}#geo_mobil_menu.geo_mobil_menu_style_2 .geo_mobil_menu_header{border-top:1px solid rgba(255,255,255,.05);border-bottom:0}#geo_mobil_menu.geo_mobil_menu_style_2 .geo_mobil_menu_footer{border-bottom:1px solid rgba(255,255,255,.05);border-top:0;padding-right:5em}#geo_mobil_menu.geo_mobil_menu_style_2 .search-submit{border-radius:0 25px 25px 0}#geo_mobil_menu.geo_mobil_menu_style_2 .search-field{border-radius:25px 0 0 25px}#geo_mobil_menu.geo_mobil_menu_style_2{right:auto!important;display:flex!important;max-width:320px;transform:translateX(-350px);transition:.3s;flex-direction:column-reverse;-webkit-box-shadow:1px 0 5px rgba(0,0,0,.1),3px 0 25px rgba(0,0,0,.18);box-shadow:1px 0 5px rgba(0,0,0,.1),3px 0 25px rgba(0,0,0,.18)}#geo_mobil_menu.geo_mobil_menu_style_2.collapsible-active{transform:translateX(0)}.search-field{border-radius:var(--theme_radius) 0 0 var(--theme_radius);width:100%;border:1px solid var(--theme_border2)}.search-submit{background:var(--theme_color);color:#fff;width:25%;height:48px;font-size:12px;text-transform:uppercase;font-weight:500;cursor:pointer;display:inline-block;float:right;border-radius:0 var(--theme_radius) var(--theme_radius) 0}.search-form label{width:75%;display:inline-block}.cptch_block{padding:0 1em 1em}.cptch_wp_comments{border:1px solid var(--theme_border2);text-align:center}.post_status_geoit{position:absolute;right:0;top:0;padding:5px 1em;color:#fff!important}.geoit-profile-points,[class*=user-rank-]{background:rgba(34,187,103,.2);color:#22bb67;display:inline-block;padding:8px 15px;font-weight:600;border-radius:var(--theme_radius);font-size:13px}.geoit-profile-points{background:0 0;border:1px solid var(--theme_border2);color:#222;font-size:12px;font-weight:400;padding:5px 10px;border-radius:25px}.login_widget_top{font-size:15px;font-weight:400;margin:0 0 16px}.geoit_user_ranking{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;counter-increment:rank;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;font-weight:400;font-size:15px;padding:1em;transition:.3s;padding-left:4em!important;border-bottom:1px solid var(--theme_border2)}.geoit_user_ranking img{border-radius:100%;margin-right:10px;width:25px!important;height:25px!important;vertical-align:-7px}.geoit_user_ranking:hover{background:#fafafa}.geoit_user_ranking .user_count{content:counter(rank);position:absolute;left:15px;top:50%;transform:translateY(-50%);width:25px;text-align:center;border-radius:100%;font-size:11px;font-weight:400;height:25px;line-height:24px;border:1px solid #ddd;background:#fff}.page-users .geoit_user_ranking.birinci_uye .user_count{top:28px}.page-users .geoit_user_ranking.birinci_uye{padding:2em 1em}.uckan-btn-block{display:block;font-size:12px;width:100%;box-shadow:none}.featured_user_btn,.or-div span{display:inline-block;text-transform:uppercase}.featured_user_btn{padding:1em;text-align:center;font-size:12px;width:100%}.geo_ajax_preloader{position:absolute;left:1em;width:32px;height:32px;top:27px}.userLogin .geo_ajax_preloader{width:70px;height:70px}.or-div:after,.or-div:before{content:'';background:var(--theme_border);top:50%;width:40%}.or-div span:after,.or-div:after,.or-div:before{height:1px;position:absolute}.mailchimp_subsribe{padding:20px;border-top:5px solid var(--theme_color)}.nob .mailchimp_subsribe{border:0;padding-top:0}.mailchimp-subscribe__email-input{color:#666;background-color:#fff;border:1px solid #bbb;border-radius:25px;display:block;padding:11px;width:100%;margin-bottom:15px;font-size:15px;line-height:1.5}#bbp_search:focus,.mailchimp-subscribe__email-input:focus{border-color:var(--theme_color)}.mailchimp-subscribe__submit{width:100%;border:0;border-radius:var(--theme_radius);cursor:pointer;padding:10px 15px;background-color:var(--theme_color);box-shadow:none;color:#fff;font-size:15px;font-weight:400;line-height:1.5}.mailchimp-subscribe__submit:focus,.mailchimp-subscribe__submit:hover{opacity:.9}.geoit-ksj1{margin-top:1em;text-align:center;display:block}.or-div{text-align:center;margin:0 0 15px;width:100%;position:relative}.or-div span{font-size:12px!important;line-height:20px;letter-spacing:.05em;padding:5px 15px;background:0 0;margin:5px 6px 5px 0;white-space:nowrap;vertical-align:top;position:relative;z-index:1}.or-div:before{left:0}.or-div:after{right:0}.or-div span:after{content:"";background:var(--theme_border2);width:100%;left:0;right:0;top:21px;z-index:-1}.mobil-close{position:fixed!important;top:15px!important;-ms-transform:none!important;-webkit-transform:none!important;transform:none!important;right:15px!important;box-shadow:none!important}.login-close{position:absolute;right:15px;top:8px;border:2px solid var(--theme_color);background:var(--theme_color);color:#fff;transition:.3s;box-shadow:none}#popup-box,.adblockalert{position:fixed;right:0;bottom:0}#popup-box{top:0;left:0;background:rgba(51,51,51,.5);display:none;z-index:99999}.form-label-group>input,.form-label-group>label,.form-label-group>select,.form-label-group>textarea,.form-table .description,.form-table input,.form-table label{padding:15px;position:relative;z-index:2;font-size:15px;height:auto}.form-table .description{padding:0;margin:0;position:relative;font-size:12px}.form-label-group>label{position:absolute;top:0;left:0;display:block;width:100%;margin-bottom:0;cursor:text;line-height:1.5;z-index:2;font-weight:400;border:1px solid transparent;border-radius:.25rem;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}.form-label-group>:not(label)::-webkit-input-placeholder{color:transparent}.form-label-group>:not(label)::-ms-input-placeholder{color:transparent}.form-label-group>:not(label)::placeholder{color:transparent}.repeater .form-label-group>:not(label)::placeholder{color:inherit}.form-label-group>:not(label):not(:placeholder-shown){padding-top:25px;padding-bottom:5px}.form-label-group>:not(label):not(:placeholder-shown)+label{-webkit-transform:translateY(-10px);transform:translateY(-10px);font-size:15px;padding-bottom:0}.form-control,.form-table input{display:block;width:100%;padding:15px;z-index:2;font-size:1rem;line-height:1.55;background:padding-box;color:#495057;margin-bottom:1em;border:1px solid var(--theme_border);border-radius:var(--theme_radius2);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus,.form-table input:focus{color:#495057;border-color:var(--theme_color);outline:0;box-shadow:0 0 0 1px var(--theme_color)}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;cursor:no-drop;opacity:1}.form-table label{padding-left:0;display:block;font-size:15px;font-weight:500;padding-top:0}.ad_block_detected{overflow:hidden;transition:.3s}.adblockalert{top:0;left:-9999px;opacity:0;z-index:-1;background:rgba(51,51,51,.95)}.post-views:not(:first-child){margin-left:7px}.content__post-meta .post-views{margin-left:0}.post-views i{margin-right:0!important}@media only screen and (max-width:768px){.uck-card-list .uck-card--image{width:100%;margin-right:0;float:none}.uck-card-list.uck-card-list2 .uck-card--content .geo_first_category{margin:0}.uck-card-list.uck-card-list2 .uck-card--image{margin-bottom:15px}.uck-card .headline{font-size:16px;line-height:22px}.uck-card--content p{display:none}}@media only screen and (min-width:769px) and (max-width:1200px){.uck-card-list .uck-card--image{width:40%}.uck-card--meta{display:none!important}.uck-card--col_right .uck-card--image img{width:100px!important;height:auto!important}.content .geo_posts_4 .carousel__content .headline,.sidebar .geo_posts_4 .carousel__content .headline,.widget-area .geo_posts_4 .carousel__content .headline{font-size:15px}.content .geo_posts_4 .carousel__content,.sidebar .geo_posts_4 .carousel__content,.widget-area .geo_posts_4 .carousel__content{left:10px;bottom:10px;right:10px}.content .geo_posts_4 .carousel__content .carousel__category,.sidebar .geo_posts_4 .carousel__content .carousel__category,.widget-area .geo_posts_4 .carousel__content .carousel__category{display:none}}.content_post_add{box-shadow:var(--theme_shadow);background:#fff;padding:2em!important}.puan_label{position:relative;top:-2px;width:24px;height:24px;line-height:24px!important;background:#ccc}.recentcomments .comment-author-link{font-size:12px!important;line-height:20px;letter-spacing:.05em;text-transform:uppercase;padding:5px 15px;border-radius:var(--theme_radius);border:1px var(--theme_border) solid;background:0 0;margin:5px 6px 5px 0;white-space:nowrap;display:table;vertical-align:top;transition:.3s}.recentcomments .comment-author-link:hover{background:rgba(0,0,0,.6);border-color:rgba(0,0,0,.6);color:#fff}.geoit-category-image-content h5,.recentcomments,.sidebar .geoit-category-image-content h5{font-size:15px}.recentcomments>a{color:#222;font-weight:600}.content .recentpostslider .slider-style-x2.owl-carousel.w-slider .carousel__item,.content .recentpostslider .slider-style-x2.owl-carousel.w-slider:not(.owl-loaded),.kan_col_2e3 .slider-style-x2.owl-carousel.w-slider .carousel__item,.kan_vc_content .slider-style-x2.owl-carousel.w-slider .carousel__item{height:200px}.content .recentpostslider .slider-style-3 .carousel__item,.content .recentpostslider .slider-style-3:not(.owl-loaded),.kan_col_2e3.kan_vc_slider_posts .slider-style-3 .carousel__item,.kan_col_2e3.kan_vc_slider_posts .slider-style-3:not(.owl-loaded),.kan_vc_content .kan_vc_slider_posts .slider-style-3 .carousel__item,.kan_vc_content .kan_vc_slider_posts .slider-style-3:not(.owl-loaded){height:375px!important}.content .recentpostslider .slider-style-x2 .carousel__content .headline,.kan_vc_content .slider-style-x2 .carousel__content .headline{font-size:15px;font-weight:600}.uck-card-big{padding:30px;position:relative;width:100%}.blog-big-group{display:inline-block;width:100%;position:inherit}.uck-card-big .uck-card--content{background:#fff;margin:-30px 30px 30px;position:relative;padding:1em 30px 0;text-align:center}@media (max-width:768px){.uck-layout__content{margin:1em 0}.page-template-template-dashboard .uck-layout__content{margin:0}.navigation.pagination .page-numbers:not(.prev):not(.next):not(.current){display:none}.uck-card-big .uck-card--content{margin:0;padding-left:0;padding-right:0}.geoit-category-images .geoit-category-images-style4 .col-md-1{width:33.333%!important}}.uck-card-big .uck-card--right{margin-top:1em}.geoit_popup_ade{position:fixed;display:none;left:0;right:0;bottom:0;z-index:900}.geoit_popup_wrapper{position:relative;text-align:center}.geoit_popup_wrapper iframe,.geoit_popup_wrapper img,.geoit_popup_wrapper ins,video{max-width:100%;height:auto}.geoit_popup_ade #popup-close{background:#000;color:#fff;top:-30px;right:0;height:30px;width:30px;line-height:30px;font-size:16px}#popup-box .form-label-group>:not(label):not(:placeholder-shown){padding-top:15px;padding-bottom:15px}#popup-box .mailchimp_subsribe{border-top:0;padding:0}#cookie-box{z-index:99999;overflow:hidden;position:fixed;left:20px;border-radius:var(--theme_radius);display:none;background:#fff;box-shadow:0 2px 5px -2px rgba(0,0,0,.15),0 5px 17px -2px rgba(0,0,0,.15);padding:25px!important;width:310px;bottom:20px;font-size:15px;color:#3f3f3f;top:auto}@media (max-width:525px){#cookie-box{max-width:240px;left:8px;padding:20px!important}}.show-cookie{display:block!important}#cookie-box .uckan-btn{display:block;font-weight:600;font-size:12px;width:100%;margin:10px 0 0;box-shadow:none;border-radius:var(--theme_radius)}.geoit_authors .geoit_user_ranking{padding:20px!important;display:inline-block;width:100%}.geoit_authors .geoit_user_ranking img{vertical-align:top;margin-right:15px;float:left}.geoit_authors .geoit_user_ranking a{display:-webkit-box;margin-bottom:5px}.geoit_authors .geoit_user_ranking a:first-child{font-weight:600;font-size:15px}.geoit_authors .geoit_user_ranking a.autor_post:before{content:"";margin-right:8px;background:#ddd;width:8px;height:8px;border-radius:100%;vertical-align:1px;display:inline-block}.reg_btn{border:0;color:#fff!important;text-transform:uppercase;background-color:#277a2a!important}.dark-mode #geo_mobil_menu{background:#232323!important}.footer-2 .header__top--social li a{border:1px solid rgba(0,0,0,.09);border-radius:50%;color:#1a1a1a;background:rgba(255,255,255,.12);width:38px;height:38px;padding:0!important;line-height:36px;margin-right:10px;font-size:19px!important;text-align:center}.footer-2 .footer_wrapper{padding:60px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.footer-2 .footer__row:not(:last-child),.wpcf7-form p:not(:last-child){margin-bottom:20px}.footer-2 .menu-footer li a:hover,.geo-top-menu a:hover,.geoit-category-image:hover::before{opacity:.75}.footer-2.dark-mode .footer-2-widgets,.footer-3.dark-mode .footer_top{border-bottom:1px solid rgba(255,255,255,.1)}.footer-2 .menu-footer li{margin-bottom:11px;margin-left:0;margin-right:25px;font-size:14px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.footer-2 p{font-size:14px;color:#777}.footer-2 .header__top--social{margin-bottom:34px;border:0}.footer-2,.footer-3{--dark3:#242424!important}.footer-3 .header__top--social a{background:#545454;border:1px solid transparent;width:45px;height:45px;line-height:45px;margin:0 5px;text-align:center;color:#fff}.footer-3 .footer_bottom_row{display:flex;flex-wrap:wrap;justify-content:space-between;height:50px;align-items:center}.footer-3 .footer_top_row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;height:100px}.layout404{margin:5em 0}.col-auto{margin-left:auto;margin-right:auto;float:none}.form-group .postform{line-height:1.5;color:#495057;padding:15px}#error-page{min-height:auto}strong{font-weight:700}.geoit-dashboard-wrapper .uck-card-timeline-icon,.header__top--right>.geo-header-line:last-child{background:0 0}.owl-dots{position:absolute;left:15px;top:15px}.carousel-slider .owl-dots{top:35px}.kan_featured_style_carousel-12 .carousel-slider .owl-dots{top:15px}.owl-dot{background:rgba(0,0,0,.5);width:10px;height:10px;margin:0 5px;border-radius:100%;transition:.3s;display:inline-block}.owl-dot.active{background:#fff;transform:scale(1.5,1.5)}.geoit-category-image{-ms-transition:.3s;position:relative;-webkit-transition:.3s;transition:.3s;border-radius:var(--theme_radius);overflow:hidden}.geoit-category-image::before{content:"";position:absolute;top:0;left:0;right:-1px;bottom:0;height:100%;background:linear-gradient(0deg,#000,rgba(0,0,0,0) 90%);opacity:.5;-webkit-transition:opacity .4s;transition:opacity .4s;z-index:1}.geoit-category-image-content{position:absolute;left:0;bottom:0;right:0;z-index:1;padding:20px;color:#fff}.geoit-category-images-style5 .geoit-category-image{border-radius:5px 5px 0 0;overflow:hidden}.geoit-category-images-style5 .geoit-category-image-content{position:relative;background:var(--theme_color);text-align:center;border-radius:0 0 5px 5px}.geoit-category-images-style6 .geoit-category-image{border-radius:15px;overflow:hidden;height:200px}.geoit-category-images-style6 .geoit-category-image img{height:100%;width:100%;object-fit:cover}.geoit-category-images-style6 .geoit-category-image-content{display:flex;flex-direction:column;top:0;justify-content:space-between}.geoit-category-images-style1 .geoit-category-image::before,.geoit-category-images-style7 .geoit-category-image-content{background:rgba(0,0,0,.5)}.geoit-category-image-view-all{width:100%;background:rgba(255,255,255,.3);display:inline-block;height:45px;line-height:45px;text-align:center;color:#fff;font-size:15px;border-radius:10px;font-weight:500;backdrop-filter:blur(10px)}.geoit-category-image-content span{opacity:.75;font-size:16px}.geoit-category-images-style2 .geoit-category-image:hover{filter:grayscale(1)}.geoit-category-images-style2 .geoit-category-image-content{left:50%;bottom:auto;top:50%;text-align:center;border:1px solid #fff;padding:15px 25px;border-radius:50px;background:#fff;color:#222;-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.geoit-category-images-style2 .geoit-category-image-content h5{font-size:12px!important;margin:0;letter-spacing:.05em;text-transform:uppercase;font-weight:600}.geoit-category-images-style2 .geoit-category-image-content span{font-size:12px;letter-spacing:.05em;text-transform:uppercase}.geoit-category-images-style3 .geoit-category-image-content,.geoit-category-images-style4 .geoit-category-image-content{position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:none;color:#2e2e2e;padding:0;margin-top:1em}.sidebar .geoit-category-images-style3 .geoit-category-image-content,.sidebar .geoit-category-images-style4 .geoit-category-image-content{padding:5px 15px 10px}.geoit-category-images-style1 .geoit-category-image-view-all{width:auto;position:absolute;font-size:12px;right:15px;transform:translateY(-50%);top:50%;padding:10px 15px;height:auto;line-height:1.4;backdrop-filter:none}.geoit-category-images-style1 .geoit-category-image,.geoit-category-images-style1 .geoit-category-image-content{position:relative!important;top:auto;left:auto;bottom:auto;right:auto}.geoit-category-images.widget .geoit-category-image{margin:5px 0}.geoit-category-images-style1 .geoit-category-image img{margin:0!important;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.geoit-category-images-style4 img{width:100%;border-radius:100%;margin:0 auto}.geoit-popular-posts{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.geoit-popular-post-item-style2 .post-counter-label,.mt-0,.tickercontainer span.ccpw_icon img{margin-top:0!important}.geoit-popular-post-item .post-counter-label{background-color:#dee2e6;border-radius:12px;margin-right:16px;height:44px;text-align:center;display:inline-table;width:44px;min-width:44px;line-height:44px;float:left;margin-top:20px;position:relative;font-family:var(--theme_font);font-weight:500;font-size:15px;z-index:2}.dark-mode .geoit-popular-post-item .post-counter-label{background:rgba(255,255,255,.1)}.geoit-popular-post-content{padding-top:20px;position:relative;display:flex;flex-direction:column;z-index:2}.geoit-popular-post-meta p{margin-top:5px}.geoit-popular-post-meta{margin:5px 0 0}.geoit-popular-post-item-style3:before{content:"";position:absolute;top:0;left:0;right:-1px;bottom:0;height:100%;background:rgba(255,255,255,.99);opacity:1;-webkit-transition:.4s;transition:.4s;z-index:1}.geoit-popular-post-item-style3.geoit-popular-post-active:before{background:rgba(0,0,0,.4)!important}.geoit-popular-post-item-style3{background-size:cover;border:0;padding-top:3em;padding-bottom:3em;position:relative;min-height:250px;display:flex;align-items:center;background-position:center center}.kan_vc_sidebar .geoit-popular-post-item-style3,.sidebar .geoit-popular-post-item-style3{min-height:150px}.geoit-popular-post-item-style3.geoit-popular-post-active .geoit-popular-post-meta{color:#fff;opacity:.75}.geoit-popular-post-item-style2{width:100%;border-bottom:1px solid var(--theme_border2)}@media (min-width:992px){.geo_banner_post_header .kan-banner{width:41.66666667%}.widget-area .geoit-popular-post-item{float:left;width:50%;max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;flex:0 0 50%}.widget-area.full-width .geoit-popular-post-item{float:left;max-width:33.3333333%;-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;flex:0 0 33.3333333%;width:33.3333333%}}@media (max-width:425px){.header__top--social{display:none!important}#footer .header__top--social,#geo_mobil_menu .header__top--social{display:block!important}.sidebar .recentpost .grid-sizer,.sidebar .recentpost .masonry .uck-card{width:48%}.content__post{border-radius:0!important}.entry-author img{width:32px!important;height:32px!important;vertical-align:middle}.grid-sizer,.h-layout-1 .grid-sizer,.h-layout-1 .masonry:not(.masonry-grid) .uck-card,.masonry:not(.masonry-grid) .uck-card{width:100%}}.headroom{will-change:transform;z-index:100;position:relative;transition:transform .2s linear}.headroom--not-top{box-shadow:0 1px 2px 0 rgba(0,0,0,.25);transform:translateY(-100%);background:#fff;transition:none;position:fixed!important;border:0!important;top:0;left:0;right:0}.headroom--pinned{transform:translateY(0);transition:transform .4s}@media (max-width:992px){.footer-3 .menu-footer{margin:10px 0 0}.footer-3 .footer_bottom_row{height:auto;padding-top:20px;padding-bottom:20px;justify-content:center;text-align:center}.header-default .header__bottom,.header-one .header___bottom{height:auto!important}}.geo-top-menu li{float:left;margin-right:10px;list-style:none}.geo-top-menu a{color:#fff;font-size:12px;font-weight:400;letter-spacing:-.01em}.owl-nav{opacity:0!important;transition:.3s}.owl-carousel:hover .owl-nav{opacity:1!important;visibility:visible}.geoit_authors_widget{padding:15px;display:inline-block;border-bottom:1px solid var(--theme_border2);width:100%}.geoit_authors_widget img{float:left;margin-right:15px;border-radius:var(--theme_radius)}.geoit_authors_widget_title{display:block;font-weight:600}#load-more-posts-button-wrapper{text-align:center;padding:1em;border-top:1px solid var(--theme_border2)}.load-more-posts-button{font-size:12px!important;font-weight:600;border:1px solid transparent;text-transform:uppercase;display:inline-block;padding:10px 2rem;max-width:500px;width:100%;border-radius:var(--theme_radius);box-shadow:none;margin:0;background:var(--theme_color);color:#fff;vertical-align:top;transition:.3s}.load-more-posts-button:hover{background:0 0;border-color:var(--theme_color);color:var(--theme_color)}.load-more-posts-button[disabled]{cursor:no-drop}.uckan-card .uckan-card--left{margin:0 0 1em;text-align:center}.uckan-card .uckan-card--left img{border-radius:var(--theme_radius)}@media (min-width:500px){.geo-related_shortcode{width:150px!important;height:90px!important}.uckan-card .uckan-card--left{text-align:left;margin:0 2em 0 0}}.geoit_recent_comments p{opacity:.9;margin-bottom:0}.geoit_recent_comments_wrapper{margin:2em 0}.geoit_recent_comments{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1em!important;border-bottom:1px solid var(--theme_border2);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.geoit_recent_comments_avatar,.geoit_recent_comments_avatar img{width:50px!important;height:50px!important;border-radius:100%}.geoit_recent_comments_avatar{margin-right:1em;-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}@media screen and (max-width:768px){.slider-style-3 .carousel__item,.slider-style-3.owl-carousel.w-slider:not(.owl-loaded){height:250px!important;border-radius:0}.geoit_comment_avatar{width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important}.geo_users-list-number{width:100%}.uck-card-top{margin-top:15px}.menu-top{display:none}.header__bottom--menu li>ul>li>ul{margin:0 1em}.carousel-featured{padding:0}.carousel-featured .carousel__item{width:50%;margin:0;border-radius:0;height:225px}.carousel-featured .carousel__image{border-radius:0}.carousel-featured .carousel__big--item{width:100%!important;height:350px}.carousel-featured.carousel-style-5{height:353px}.carousel-featured.carousel-style-4 .carousel__medium--item{width:100%;height:350px}.slider-style-2 .owl-carousel.w-slider .carousel__item,.slider-style-2 .owl-carousel.w-slider .item .w-slider_image,.slider-style-2 .owl-carousel.w-slider:not(.owl-loaded){height:250px}.slider-style-2 .owl-carousel.h-slider{height:250px!important}.slider-style-2 .carousel__content{width:100%;padding:1em}.slider-style-2 .carousel__content .headline{font-size:18px!important}}.entry-last-modified-date,.geo-notification-header span,.kqa-question-list-left-meta,.uck-card-timeline-icon .date{font-size:12px}.geoit-data-time-header i{line-height:inherit;margin-right:5px}.geo-post-source-link{margin-bottom:5px}.kan-header-mobile-layout-1 .header-mobile-right,.slider-content-position-b .carousel__content{justify-content:flex-end}.slider-content-position-t .carousel__content{justify-content:flex-start}.justify-content-center,.slider-content-position-m .carousel__content{justify-content:center}.slider-content-h-position-r .carousel__content{align-items:flex-end;text-align:right}.slider-content-h-position-c .carousel__content{align-items:center;text-align:center!important}.slider-content-h-position-l .carousel__content{align-items:flex-start;text-align:left}.slider-content-position-m .carousel__content .carousel__content--meta>*{float:none;margin:0 5px}.slider-content-position-t .carousel__image:before,.slider-content-position-t .geo-thumbnail:before,.slider-content-position-t .w-slider_image:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dark-mode .slider_mask .carousel__image:before,.dark-mode .slider_mask .geo-thumbnail:before,.dark-mode .slider_mask .w-slider_image:before,.slider-content-position-m .carousel__image:before,.slider-content-position-m .geo-thumbnail:before,.slider-content-position-m .w-slider_image:before{background:rgba(0,0,0,.7)!important}.header-two .header__trending{padding:0 1em}.header-two .header__trending i,.sidebar .kqa-question-list-item .headline a{font-size:15px}.header-two .header__trending:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:#fff}#clearNotification{display:flex;align-items:center;gap:10px;color:#fff}.geo-notification{position:absolute;right:0;width:350px;opacity:0;top:-200%;z-index:-1;border-radius:10px;overflow:hidden;transition:.3s;background:#fff;color:#222;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}.header__notification{border-left:1px solid rgba(255,255,255,.2);position:relative}.header__notification button>span{position:absolute;right:7px;top:-5px;width:16px;height:16px;border-radius:100%;font-size:.625rem;line-height:16px;text-align:center;background:#0d9488;color:#fff;opacity:1}.notification-button{position:relative;font-size:16px!important;padding:0 18px 0 15px!important}.header-two .notification-button{margin:23px 0}.geo-notification.collapsible-active{opacity:1;visibility:visible;transform:translateY(0);top:120%;box-shadow:0 4px 30px #0000001f}.geo-notification-header{background:var(--theme_color);color:#fff;padding:25px;line-height:1;cursor:auto!important;font-size:18px;text-align:left;font-weight:500}.geo-notification i{color:var(--theme_color);margin-right:8px}.geo-notification-footer{border-top:1px solid var(--theme_border2);padding:0 20px;line-height:40px}.geo-notification-footer i{float:right;margin-top:0;transition:.3s}.geo-notification-footer a:hover i{padding-left:5px}.geo-notification-footer a{font-weight:600;text-transform:uppercase;display:block;font-size:12px}.ccpw-price-label span.name,span.name{font-weight:600!important;font-family:var(--theme_font)}.geo-notification-content{margin:0;padding:0;max-height:400px;overflow:auto}.geo-notification-content li:hover{background:rgba(0,0,0,.02)}.geo-notification-content li.new-item:after{content:"";position:absolute;right:1em;top:1em;width:.5rem;height:.5rem;border-radius:100%;background-color:var(--theme_color)}.geo-notification-content li{list-style:none;line-height:20px;position:relative;text-overflow:ellipsis;display:block;border-bottom:1px solid var(--theme_border2);-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;padding:15px 40px 15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex}.geo-notification-content li>a{position:absolute;left:0;right:0;bottom:0;top:0}.geo-notification-content .notification-right span{display:block;opacity:.7;font-size:12px}.geo-notification-content .notification-left{position:relative;width:34px;flex:0 0 34px;max-width:34px;background:#eee;height:34px;border-radius:100%}.geo-notification-content .notification-left img{width:34px;height:34px;border-radius:100%}#footer .header__top--social,.geo-notification-content li:last-child,.header-layout-3 .header__notification,.kan-header-mobile-wrapper .geoit-wc-cart-holder{border:0}.modern-scroll{overflow:auto}.modern-scroll::-webkit-scrollbar-track{background-color:transparent}.modern-scroll::-webkit-scrollbar{width:5px;background-color:transparent}.modern-scroll::-webkit-scrollbar-thumb{background:#c2c2c2;border-radius:10px}.uck-card-timeline-right{display:block;width:calc(100% - 80px);height:100%;position:relative;margin-left:80px}@media (max-width:768px){.page__content>.container,.page__content>.container>.row{padding:0;margin:0}body:not(.geoit-block-flat) .content--page,body:not(.geoit-block-flat) .sidebar{padding:0}.uck-card-timeline-right{width:calc(100% - 45px);margin-left:45px}.uck-card-timeline-left{width:70px!important}}.uck-card-timeline-left:after,.uck-card-timeline-left:before{position:absolute;width:1px;background-color:#e4e7ea;z-index:-1;content:"";top:0;bottom:50%}.uck-card-timeline-left:after{top:50%;bottom:0}.uck-card-timeline-left{width:100px;padding:10px;height:100%;position:absolute;left:0;top:0;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}.uck-card-timeline-icon{text-align:center;background:#fff;padding:20px 0}.uck-card-timeline-icon i{display:block;width:32px;height:32px;margin:0 auto 8px;line-height:32px;background:var(--theme_color);color:#fff;border-radius:100%}.uck-card-timeline:after{left:50px;width:auto;right:0}.page_description>*{margin-bottom:10px}.geoit-weather-widget-meta-content,.page_description ul{margin-left:20px}.title-all{position:absolute;right:0;top:14px;letter-spacing:-.01em;bottom:0;text-transform:uppercase;font-size:12px;text-align:right;padding:0 15px}.title-all i{margin:0 5px!important;color:var(--theme_color)}.content .widget_media_gallery .gallery,.sidebar .widget_media_gallery .gallery{padding:15px;margin:0}.h-slider{height:500px;overflow:Hidden}.w-slider{height:auto}.carousel-style-1-d{display:flex;flex-wrap:wrap}.carousel-style-1-d .kan_col_item{width:calc(50% - 30px);margin:15px;clear:none}@media screen and (min-width:768px){.carousel-style-1-a .geoit_slider-4,.carousel-style-1-b .geoit_slider-0{-webkit-order:5;-ms-flex-order:5;order:5}.carousel-style-1-a .geoit_slider-0{-webkit-order:3;-ms-flex-order:3;order:3}.carousel-style-1-a .geoit_slider-1{-webkit-order:1;-ms-flex-order:1;order:1}.carousel-style-1-a .geoit_slider-2{-webkit-order:2;-ms-flex-order:2;order:2}.carousel-style-1-a .geoit_slider-3{-webkit-order:4;-ms-flex-order:4;order:4}.carousel-style-1-a,.carousel-style-1-b{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;box-orient:vertical;box-direction:normal;height:500px}.carousel-style-1-d{display:inline-block;width:100%}.carousel-style-1-d .carousel__big--item{height:600px;padding-right:5px!important}.carousel-style-1-da .carousel__big--item{height:500px}.carousel-style-1-d .kan_col_item{width:calc(25% - 30px);margin:25px 15px;height:250px}.carousel-style-1-da span.post-views{display:none}.carousel-style-1-da .kan_col_item_group{flex:0 0 380px;max-width:380px;position:absolute;right:0;max-height:500px;overflow:hidden;top:0;bottom:0;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);--webkit-backdrop-filter:blur(30px);background-color:rgba(0,0,0,.15);z-index:10;padding:10px 0;overflow-y:auto}.kan_vc_block .carousel-style-1-da .kan_col_item_group{top:0}.carousel-style-1-da .uck-card--col_right .headline a{color:#fff}.carousel-style-1-da .uck-card--col_right{color:rgba(255,255,255,.75)}.carousel-style-1-da .uck-card--col_right .uck-card--image img{width:125px;height:75px}.carousel-style-1-da .carousel__content{padding-right:380px}.carousel-style-1-da .carousel__big--item{width:100%!important;padding:0!important}}.carousel-style-1-c,.carousel-style-1-e .carousel__big--item,.carousel-style-1-e>.uck-card{background:#fff!important;position:relative;padding:0;box-shadow:var(--theme_shadow)}.carousel-style-1-e .uck-card--content p{font-size:1.2rem;line-height:1.4}.carousel-style-1-e .uck-card--content,.kan_post_block_8.kan_col_3e3 .masonry-grid .uck-card{padding:20px}.carousel-style-1-e{display:grid!important;height:auto!important;padding:2px;background:0 0!important;box-shadow:none!important;border:0!important;grid-template-columns:[col1] 25% [col2] 47.5% [col3] 25%;grid-gap:15px;grid-template-rows:[row1] 48.2% [row2] 48.3%}.carousel-style-1-e .uck-card{height:auto;width:auto}.carousel-style-1-e .carousel__big--item .headline{font-size:28px}.carousel-style-1-e .carousel__big--item{grid-column:2;grid-row:1/3;margin-bottom:1px;padding:0;width:auto!important}@media (max-width:768px){.carousel-style-1-da .kan_col_item{margin:0}.carousel-style-1-e .uck-card--image img{border-radius:0}.carousel-style-1-e{display:flex!important;height:auto!important;flex-wrap:wrap;flex-direction:row;grid-gap:0}.carousel-style-1-e>.kan_col_item{order:2;width:50%!important;flex:0 0 50%;max-width:50%}.carousel-style-1-e .carousel__big--item{order:1;flex:0 0 100%;max-width:100%;width:100%!important}.sticky-sidebar{width:100%;flex:0 0 100%;margin-bottom:15px;max-width:100%}}.bx-viewport,.tickercontainer{height:38px!important}.carousel-style-1-c .carousel__big--item{width:60%}.carousel-style-1-d .carousel__big--item,.carousel-style-1-d .uck-card--col_right,.sidebar .geo_posts_6 .masonry-grid .uck-card{width:50%}.carousel-style-1-c .uck-card--col_right{width:40%}@media screen and (min-width:480px){.carousel-style-1-c .uck-card--col_right{padding:17px 30px!important}.carousel-style-1-da .kan_col_item{height:auto!important;margin:10px 0!important;border:0;width:100%!important;padding-top:0!important;padding-bottom:0!important}}.geoit-category-images-style4>.row{display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}.geoit-category-images-style4 .geoit-category-image,.geoit-rank-detail-points li{margin:10px 0}#geoit_login{right:8px;top:120%}.author .content--page,.header-two .geo-menu{padding-right:15px}.header__logo_wrapper .mobile-menu-icon{width:34px;height:34px}.owl-carousel-slider .owl-item,.owl-carousel-slider .owl-stage{width:100%!important}#geoit-add-posts ul{padding-left:15px}.css-transitions-only-after-page-load *{-webkit-transition:none!important;-moz-transition:none!important;-ms-transition:none!important;-o-transition:none!important;transition:none!important}.ccpw_icon-down,.ccpw_icon-up{margin:0 5px}.ccpw_icon-up{display:inline-block;transform:rotate(180deg)}.ccpw_icon-down:before,.ccpw_icon-up:before{font-family:geoit-font;content:"\ea50"}.ccpw-ticker-cont .bx-viewport{display:block!important;z-index:1;overflow:hidden;position:relative}.header___bottom{position:relative;z-index:2}.ccpw-ticker-cont{-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 2px 3px 0 rgba(0,0,0,.1);border-top:1px solid #fff;z-index:1;position:relative;display:block!important}.tickercontainer{margin:0!important}.tickercontainer li{transition:opacity .3s;line-height:38px!important}.tickercontainer li>:not(:first-child){margin-left:15px}.tickercontainer li .ccpw_icon{position:relative;top:-1px}.tickercontainer li span{font-size:15px!important;font-weight:400}.tickercontainer li span.name{font-weight:600;font-size:15px!important}.tickercontainer .ccpw_icon img{margin-top:14px;height:18px}.ccpw-price-label span.ccpw_icon,.ccpw-price-label span.ccpw_icon img{width:48px!important;height:48px!important}.tickercontainer .coin-container{margin-right:10px!important;display:flex;align-items:Center}.ccpw-price-label ul,.geo_posts_7 .tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.ccpw-ticker-cont span.price{background:#6d6d6d;padding:0 8px;border-radius:25px;font-size:12px!important;line-height:20px;color:#fff!important}.ccpw_table tr,.ccpw_table tr:last-child td,.ccpw_table tr:last-child th,.kan-header-mobile-wrapper .header__notification,.kan-header-mobile-wrapper .header__search,.slider-style-2 .owl-dot:last-child::after{border:0!important}.ccpw_table td,.ccpw_table th{border-color:var(--theme_border2)!important}.ccpw_table span.name{margin-left:15px;font-size:15px}.ccpw-container.ccpw-ticker-cont.ccpw-footer-ticker-fixedbar{background:0 0!important;bottom:-2px!important;border:0!important}.ccpw-price-label ul{display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;overflow:auto;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ccpw-price-label li{border-bottom:1px solid var(--theme_border2);border-right:1px solid var(--theme_border2);margin:0!important;padding:30px!important;position:relative;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-width:300px}.ccpw-price-label span.ccpw_icon{position:absolute;right:30px;top:30px}.ccpw-price-label span.name{display:block!important;font-size:16px!important}.widget .ccpw_table .ccpw_coin_info{white-space:normal;display:block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}table.ccpw_table{border-radius:0!important;display:inline-table}.dataTable{display:table}.dataTable tbody{display:table-row-group;vertical-align:middle}.geoit-weather-widget{background:#4d34f3;color:#fff;position:relative}@media (min-width:768px){.sidebar .geoit-category-images .col-12{width:100%}.sidebar .geoit-category-images .col-md-1{width:33.333%}.content .full-width .geoit-category-images .col-12{width:25%}.content .geoit-category-images .col-12{width:33.3333%}.content .geoit-category-images .col-md-1{width:20%}.content .full-width .geoit-category-images .col-md-1{width:8.33333333%}.carousel-style-1-e .carousel__big--item{height:auto}.geoit-weather-widget{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;align-items:center}.geoit-weather-widget-top{border-right:1px solid}}.geoit-weather-widget-left{padding-top:1em;border-top:1px solid;margin-top:1em}.geoit-weather-widget-top{text-align:center;padding:50px 30px;font-family:var(--theme_font)}.geoit-weather-widget-temp{font-size:40px;font-weight:700;margin-top:4px;line-height:1.208333}.geoit-weather-widget-temp span{font-size:40px;vertical-align:1.5em}.geoit-weather-widget-location span{margin-left:6px;font-size:22px;white-space:nowrap}.geoit-weather-widget-location svg{fill:#fff;vertical-align:2px}.geoit-weather-widget-icon{margin-bottom:15px;filter:invert(1) brightness(1)}.geoit-weather-widget-meta-icon,.site-language svg{width:24px;height:24px}.geoit-weather-widget-meta-icon svg{fill:#fff;width:100%;height:100%}.geoit-weather-widget-meta-label{opacity:.75;text-transform:uppercase;display:block;font-size:12px;margin-bottom:2px}.geoit-location-weather{position:absolute;right:15px;top:15px}.geoit-weather-widget-meta,.geoit-weather-widget-top{max-width:50%;width:100%}.geoit-location-weather svg{fill:#fff;width:22px;height:22px;opacity:.5;cursor:pointer;transition:opacity .3s}.sidebar .geo_posts_6 .slider-style-3 .carousel__item{height:250px!important}@media screen and (min-width:600px){.content .geo_posts_6 .carousel__content .headline{font-size:28px;line-height:1.4}}@media screen and (max-width:600px){.carousel-featured .carousel__category,.carousel-featured .carousel__content--meta{display:none}.carousel-featured .carousel__big--item .carousel__category{display:block}.carousel-featured .carousel__item{height:130px}.carousel__small--item .carousel__content .headline{font-size:15px}.carousel-featured.carousel-style-2 .carousel__big--item:nth-child(2){margin-top:1px}.carousel-featured .carousel__big--item,.carousel-featured.carousel-style-4 .carousel__medium--item{height:222px}.carousel-featured .carousel__big--item .carousel__content .headline{font-size:20px}.geo_posts_6 .slider-style-3 .carousel__item,.kan_post_block_5 .slider-style-3 .carousel__item{height:250px!important}}.geo_posts_7 .tabs{display:flex;height:60px;-ms-flex-wrap:wrap!important;-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.geo_posts_7 .tabs li{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;line-height:60px;height:60px;font-weight:500;flex:1;letter-spacing:.05em;font-size:14px}.geo_posts_7 ul.tabs li.active,.geo_posts_7 ul.tabs li:hover{box-shadow:inset 0 2px 1px var(--theme_color);margin-left:-1px;font-weight:600}.masonry.slider-style-3{border-top:0}.geo-lazy{will-change:opacity}.geo-lazy:not(.loaded){opacity:.5;background-color:#eee;-webkit-animation:.5s linear 100 alternate lazyload;animation:.5s linear 100 alternate lazyload}.geo-lazy[data-bg]{opacity:1!important;animation:none!important}.dark-mode .geo-lazy:not(.loaded){background-color:#161717}.sticky-sidebar{position:static}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;padding-right:15px;padding-left:15px}.geoit_widget_converter .clearfix{margin:5px 0;display:inline-block;width:100%}.header-mobile-right>*,.kan-header-mobile-layout-2 .header-mobile-left>*{margin-right:0!important;margin-left:5px!important}.geoit_widget_converter form{display:inline-block;width:100%;padding:1em}.mb-0{margin-bottom:0!important}#page.site>#content.site-content .widgettitle{font-size:18px;padding:15px;background:#fff;border-bottom:1px solid var(--theme_border2)}.mb-2{margin-bottom:2em}.mt-1{margin-top:1em!important}.progress-wrap,.progress-wrap::after{height:2.3rem;width:2.3rem;display:block;transition:.2s linear;cursor:pointer}.progress-wrap{position:fixed;right:1.5rem;bottom:1.5rem;border-radius:100%;box-shadow:inset 0 0 0 .1rem rgba(128,130,134,.25);z-index:1040;opacity:0;transform:translateY(.75rem)}@media screen and (max-width:992px){.reading-time{display:none}.col-group,.uck-card--col_left,.uck-card--col_right,.widget-homepage.geo_homepage_1col .col-1{width:100%!important;margin-right:0}.widget-homepage.geo_homepage_1col .col-1{margin-bottom:1em}.col-posts{display:block}.sidebar .row{margin:auto}.geoit-data-time-header{padding:0 15px}.geo-top-menu{margin:0 15px}.header__topâ€“left{display:block!important;width:100%}.share-button-active .progress-wrap{bottom:3.5em}}.progress-wrap::after{position:absolute;font-family:geoit-font;content:"\ea50";-ms-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);transform:rotate(-180deg);text-align:center;line-height:2.4rem;font-size:28px;color:var(--theme_color);left:0;top:0;z-index:1}.progress-wrap svg.progress-circle path{stroke:var(--theme_color);stroke-width:4;box-sizing:border-box;transition:.2s linear}.progress-wrap svg path{fill:none}.progress-wrap.active-progress{opacity:1;visibility:visible;transform:translateY(0)}.kan-header-mobile .header__bottom--menu{display:block!important;padding:0 15px;background:#fff;border-bottom:1px solid var(--theme_border)}.kan-header-mobile .geo-menu .menu-item-has-children:after{content:None}.kan-header-mobile .geo-menu li a{padding:0!important;line-height:45px!important}.kan-header-mobile .geo-menu li{flex-shrink:0}.kan-header-mobile .geo-menu{display:flex;gap:1.5rem;overflow:auto}.kan-header-mobile-wrapper{position:relative;display:none;background:var(--theme_color);top:0;height:60px;padding:0 15px}.kan-header-mobile.nav-active{height:105px}.header-mobile-left,.header-mobile-right{-webkit-box-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.kan-header-mobile-layout-1 .header-mobile-left,.kan-header-mobile-layout-1 .header-mobile-right{flex-grow:1;flex-basis:0}.header-mobile-right>*{padding:0!important}.header-mobile-left>*{padding:0!important;margin-right:5px!important;margin-left:0!important}.kan-header-mobile-wrapper .row{display:-webkit-flex;display:-ms-flexbox;display:flex;height:60px;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.kan-header-mobile-wrapper .geoit-wc-cart,.kan-header-mobile-wrapper button{box-shadow:none!important;color:#fff!important;border:0!important;width:32px;height:32px;line-height:32px;display:inline-block;text-align:center;background:rgba(0,0,0,.1);border-radius:100%}.kan-header-mobile-wrapper .geoit-wc-cart svg{width:15px;height:15px}.kan-header-mobile-wrapper .uckan_login-button img{width:32px!important;height:32px!important;object-fit:cover}.kan-header-mobile-wrapper .header__notification button>span{right:0}.kan-header-mobile-wrapper .header__notification button{padding:0!important}.kan-header-mobile-wrapper .mobile-menu-icon i{font-size:20px!important}.header__search--icon i,.kan-header-mobile-wrapper .notification-button i,.kan-header-mobile-wrapper .uckan_login-button{font-size:20px!important;vertical-align:middle}.kan-header-mobile-wrapper .geo-notification.collapsible-active{top:180%;right:-12px}.kan-header-mobile-wrapper .header__search--form button{padding:0!important;background:#000!important;width:60px!important;height:100%!important}.kan-header-mobile-wrapper #geoit_login{right:-21px}.header-mobile-center img{max-height:50px}.kan-header-mobile-layout-2 .header-mobile-right{order:2;margin-left:auto}.kan-header-mobile{position:relative;z-index:20;height:60px;width:100%;display:none}@media only screen and (max-width:992px){#header{display:none}.kan-header-mobile,.kan-header-mobile-wrapper{display:block}}#related-posts.content__related-posts,.kan-header-mobile-skin-light,.kan-header-mobile-skin-light.kan-header-mobile-wrapper .header__search--form button{background:#fff}.kan-header-mobile-skin-light .header__notification button>span{border-color:#fff!important}.kan-header-mobile-skin-light.kan-header-mobile-wrapper .mobile-menu-icon,.kan-header-mobile-skin-light.kan-header-mobile-wrapper button{color:#1e1e1e!important}.kan-header-mobile-skin-dark.kan-header-mobile-wrapper button{background:rgba(0,0,0,.125)}.autocomplete-suggestions .uck-card--col_right{padding:10px 10px 10px 0;border-left:0;border-bottom:1px solid var(--theme_border2)!important}.autocomplete-suggestions{background:#fff;padding:20px;-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);max-width:400px!important;width:100%!important;margin:0 -20px}.geoit-profile-card,.slider-style-5{box-shadow:var(--theme_shadow)}.ajax-search-all{display:block;padding:10px;text-align:center}@media only screen and (max-width:500px){.autocomplete-suggestions{max-width:100%!important;width:100%!important;margin:0}}#stories_html{min-height:118px;margin-top:2em}.stories.carousel{white-space:nowrap;height:auto;overflow:auto;padding:0!important;text-align:center;font-family:var(--theme_font_2);-webkit-overflow-scrolling:touch;overflow-scrolling:touch}.geoit_authors_style_3 .geo-Gsm21{display:block;margin-top:15px}.geoit_authors_style_3{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;text-align:center;padding:1em;max-width:100%}.geo-like-count{margin-left:3px}@media only screen and (max-width:1024px){.hidden-mobile{display:none}}@media only screen and (min-width:1024px){.hidden-desktop{display:none}}.widget_display_stats dd{display:block;float:right;position:relative;top:-35px;min-width:25px;text-align:center;clear:right}#bbp_search_submit,#favorite-toggle a,#subscription-toggle a{width:10%;text-align:center;border:1px solid transparent;text-transform:uppercase;font-family:var(--theme_font);font-size:12px;color:#fff!important;background:var(--theme_color);border-radius:var(--theme_radius);float:right}.widget #bbp_search{width:73%!important}.bbp-search-form{display:block;float:none!important;margin-bottom:2em}.widget .bbp-search-form{margin:1em}#bbp_search{width:88%!important;border-radius:var(--theme_radius);border:1px solid var(--theme_border2)}@media only screen and (max-width:480px){#bbp_search{width:75%!important;padding:10px}#bbp_search_submit{width:20%;padding:6px}}.insights-landing a:hover,body:not(.dark-mode) .header-layout-3.dark-mode .header__bottom{background:0 0!important}body:not(.dark-mode) .header-layout-3.dark-mode{--dark3:#191e25}body:not(.dark-mode) .header-layout-3.dark-mode .header__top{background:0 0;border-bottom:1px solid var(--theme_border2)}.header-layout-3 .header__middle .header__row>*{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.header-layout-3 .header__middle .header__row>.header__middle--right{text-align:right;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}#load-more-scroll-wrapper,.header-layout-3 .header__middle .header__row>.header__middle--center,.text-center{text-align:center}.header-layout-3 .geoit-wc-cart-holder,.header-layout-3 .header__search--icon,.header-layout-3 .header__top--social a,.header-layout-3 .notification-button{color:#232323!important;border:1px solid var(--theme_border);width:38px;height:38px;background:0 0;padding:0!important;border-radius:50%;line-height:36px;margin-right:8px;font-size:18px!important;text-align:center}.header-layout-3 .header__search--icon i{font-size:18px!important;vertical-align:middle}.header-layout-3 .header__search--icon:hover,.header-layout-3 .header__top--social a:hover,.header-layout-3 .notification-button:hover{background:var(--theme_color);border-color:Var(--theme_color);color:#fff!important}.header-layout-3 .header__top,.header-layout-3 .header__top--left,.header-layout-3 .ticker{height:35px;line-height:35px}.header-layout-3 .header__search--icon{margin-right:0}.header-layout-3 .header__search,.header-layout-3 .header__trending{border:0;display:inline-block}.header-layout-3 .header__middle .header__row{align-items:center;padding:30px 0}.header-layout-3 .geoit-header-link,.header-layout-3 button{background:var(--theme_color);padding:0 15px!important;height:40px;line-height:40px;color:#fff!important;border-radius:25px}.header-layout-3 .header__notification button>span{right:-5px;top:0;border-color:transparent;background-color:var(--theme_color)}.header-layout-3 .header__boottom-menu-right,.header-layout-3 .header__bottom--menu-left{display:flex;align-items:center;width:auto;gap:10px;height:100%;position:relative}.header-layout-3 .header__row{justify-content:space-between;align-items:center;margin:0}.header-layout-4 .header__bottom{z-index:100}.header-layout-3 .header___bottom{border-top:1px solid var(--theme_border2)}.header-layout-4 .header__bottom--menu-left .geo-menu>li:hover>a,.header-layout-4 .header__bottom--menu-left .geo-menu>li>a.current-menu-item,.header-layout-4 .ticker-title{background:var(--theme_color);color:#fff!important}.header-layout-4 .header__bottom--menu .geo-menu>li>.header__bottom--link{color:#fff;text-transform:uppercase;font-weight:500;font-size:15px}.header-layout-4 .header__bottom--menu-left a{box-shadow:none;padding:0 17px}.header-layout-4 .geo-header-line,.header-layout-4 .geoit-header-link,.header-layout-4 .header__notification,.header-layout-4 .header__search,.header-layout-4 .header__top--social,.header-layout-4 .header__trending{border-color:var(--theme_border)}.header-layout-4 .geo-header-line{background:var(--theme_border)}.header-layout-4 .header__top{background:#fff;border-bottom:1px solid var(--theme_border)}.header-layout-4 .header__bottom .header__bottom--menu-center,.header-layout-4 .header__bottom .header__bottom--menu-left{background:#222;border-radius:4px}.header-layout-4 .headroom--not-top{background:#222}.header-layout-4 .header__top--right>:hover:not(.header__search--form){background:#f5f5f5}.header-layout-4 .header__bottom--menu-left{margin:0 15px;padding:0}.progress-circle{height:38px;width:38px}.progress-bar__background{fill:none;stroke:#e2eff0;stroke-width:1.8}.progress-bar__progress{fill:none;stroke:#e2eff0;stroke:#78bec7;stroke-dasharray:100 100;stroke-dashoffset:100;stroke-linecap:round;stroke-width:1.8;transition:stroke-dashoffset 1s ease-in-out}.single-caption{position:absolute;bottom:0;right:0;background:rgba(0,0,0,.5);color:#fff;padding:5px 15px}#load-more-scroll-wrapper:before{content:'';clear:both;display:block}.col-animated{-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.col-animated-2{-webkit-animation-duration:.3s;animation-duration:.3s}.col-animated-3{-webkit-animation-duration:.5s;animation-duration:.5s}.col-animated-4{-webkit-animation-duration:.7s;animation-duration:.8s}.col-animated-5{-webkit-animation-duration:.9s;animation-duration:.9s}#related-articles .masonry{margin:0 -20px}#related-articles .uckan-btn{font-size:16px;background:0 0!important;margin:0;border:0!important;text-transform:none;font-weight:500!important}#related-articles .block_title_style-2 .uckan-btn,#related-articles .block_title_style-3 .uckan-btn{padding-left:0}.kqa-question-list-commenter{flex-shrink:0;width:40px;height:40px;line-height:40px;display:inline;text-align:center;background:#f1f2f3;border-radius:var(--theme_radius);margin-right:1em;border:1px solid var(--theme_border2)}.kqa-question-list-item .headline a{font-weight:500;font-size:15px}.kqa-question-list-item{display:flex;align-items:center;margin-bottom:1em}.kqa-question-list-left>*{margin:2px 0}.kqa-question-list-left{display:flex;margin-right:2em;min-width:100px;text-align:right;flex-direction:column;flex-wrap:wrap;align-items:flex-end;flex-shrink:0}.kqa-question-list-left-meta.kqa-52561{color:#468847;border:1px solid;padding:2px 5px;border-radius:var(--theme_radius)}.kqa-question-list-left-meta.kqa-525616{padding:0;border:0}.slider-style-5 .carousel__content .geo_first_category_style-2,.slider-style-5 .carousel__content .headline,.slider-style-5 .carousel__content .headline a,.slider-style-5 .carousel__content--meta,.slider-style-5 .carousel__content--meta a{color:#222!important}.slider-style-5 .carousel__image{height:300px}.kan_vc_content .slider-style-5 .carousel__image{height:175px}.slider-style-5 .carousel__item{border-right:1px solid var(--theme_border2);margin-left:1px}.slider-style-5 .carousel__content{background:#fff;position:unset;padding:25px;height:200px;justify-content:flex-start}.geo_homepage_1col{overflow:unset!important}.mb-1{margin-bottom:1em}.site-language-btn{padding:0 1em;display:flex;align-items:center;gap:5px}#geoit-featured,#geoit-featured .carousel-style-1-c,#tab-menu .tabs,.blog-big-group,.box-sd,.content__post,.content_post_add,.geo_homepage_1col .col-1,.geo_post-submit-left,.geo_users_list,.geoit-comments-show button,.geoit_author_box,.kan_vc_block,.manset_slider .owl-dots,.masonry,.register-frontend,.tab_menu_comments,.widget,.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{border-radius:var(--theme_radius2)}.carousel-style-1-da .kan_col_item_group{border-radius:0 var(--theme_radius2) var(--theme_radius2) 0}#tab-menu .tabs,.content__recent-posts--group .content__title .uckan-btn{border-radius:var(--theme_radius2) var(--theme_radius2) 0 0}.content__recent-posts--group .masonry,.content__recent-posts--group .post-list-group,.uck-card-grid4 .uck-card--image img{border-radius:0}.gallery{margin:0 auto 18px;clear:both}.gallery .gallery-item{display:inline-block;padding:5px;position:relative;text-align:center;vertical-align:top;width:100%}.gallery .gallery-item img{border:0!important;height:auto;margin:0 auto;-webkit-transition:.4s;-moz-transition:.4s;-o-transition:.4s;transition:.4s}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery .gallery-item a:hover img{opacity:.6!important;margin:-5px 0 5px}.gallery-caption{color:#2d2d2d;margin:0 0 12px}.flex-wrap{flex-wrap:wrap}.align-items-center{align-items:center}.justify-content-around{justify-content:space-around!important}.geoit-profile-card-avatar{margin-top:-6em;margin-bottom:1rem}.flex-group,.gap-05{gap:.5rem}.geoit-profile-card-avatar img{width:128px!important;border:3px solid #fff;border-radius:1rem!important;height:128px!important}.geoit-profile-card-info .name,.geoit-profile-card-info h1{line-height:1;font-size:1.25rem}.geoit-profile-card-info>:not(:last-child){margin:0 0 .75rem!important}.geoit-profile-card-social ul{margin:0;padding:0}.geoit-profile-card-social li a{width:32px;height:32px;line-height:32px;display:block;text-align:center;border-radius:100%}.geoit-profile-card-social li{list-style:none;margin-right:5px}.geoit-profile-card-body>img,.geoit-profile-card-cover{background:var(--theme_color);height:200px;object-fit:cover;width:100%;border-radius:var(--theme_radius) var(--theme_radius) 0 0}.geoit-profile-card-2 .geoit-profile-card-body>img,.geoit-profile-card-2 .geoit-profile-card-cover{height:150px}.geoit-profile-card-cover{height:100px}.geoit-profile-card h5{font-size:1.5rem}.geoit-profile-card{background:#fff;position:relative;margin-bottom:2em;border-radius:var(--theme_radius)}.text-right{text-align:right}#svhgj1 .text-muted-200{color:rgba(0,0,0,.1)}#svhgj1+div{position:absolute;left:50%;top:50%;font-size:1.25rem;font-weight:700;transform:translate(-50%,-50%)}#svhgj1{color:var(--theme_color);transform:rotate(-90deg);transform-origin:center}.stroke-current{stroke:currentColor}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;gap:1.5rem}.kan_vc_profile_cardx .geoit-profile-card-inner{padding:35px 0}.kan_vc_profile_cardx .geoit-profile-card h4{font-size:2em}.kan_vc_profile_cardx .geoit-profile-card p{opacity:.75;font-weight:400;text-transform:none}.geoit-rank-detail-points li::before{content:'';display:inline-block;width:12px;margin-right:1em;height:12px;border:1px solid var(--theme_border);border-radius:100%}.geoit-rank-detail-points li.del-item{text-decoration:line-through}.geoit-rank-detail-points li.del-item::before{border-color:green;background:green}body.geoit-block-flat{background-color:#fff}.uck-card-grid4 .uck-card-flex{background:#fff;padding:0!important;border-radius:var(--theme_radius)}.uck-card-grid4 .uck-card-flex .uck-card--content,.uck-card-grid4 .uck-card-flex .uck-card--top{padding:30px}.geoit-dashboard-iconbox{text-align:center;font-size:20px;background:#fff;font-family:var(--theme_font);border:1px solid var(--theme_border);font-weight:500;padding:2em 1em;letter-spacing:-.5px;border-radius:var(--theme_radius)}.geoit-dashboard-iconbox:hover{border-color:var(--theme_color);background-color:var(--theme_color);color:#fff}.geoit-dashboard-iconbox-icon{width:38px;height:38px;display:inline-block;line-height:37px;margin-bottom:1em;text-align:center;background:rgba(0,0,0,.075);border-radius:100%}.geoit-dashboard-iconbox-icon svg{width:32px;vertical-align:middle;height:32px}@media (min-width:962px){.kan_post_block_8 .col-posts{display:block}.kan_post_block_8.kan_col_2e3 .uck-card--col_left .uck-card--content p{display:none}.kan_post_block_8:not(.kan_col_1e3) .uck-card--col_left .uck-card--content{padding:0 2em;max-width:50%}.kan_post_block_8:not(.kan_col_1e3) .uck-card--col_left .uck-card--image{max-width:50%}.kan_post_block_8:not(.kan_col_1e3) .uck-card--col_left{width:100%;align-items:center}.kan_post_block_8.kan_col_3e3 .masonry-grid .uck-card{width:25%}}.kan-category-subscribe-button{display:inline-block;margin-left:5px;cursor:pointer;transition:.3s ease-in-out}.category .kan-category-subscribe-button{margin:0;width:auto;height:auto;line-height:normal;cursor:pointer;padding:8px 16px;text-align:center;border-radius:var(--theme_radius2);border-color:var(--theme_color);background:var(--theme_color);color:#fff;transition:.3s ease-in-out}.kan-category-subscribe-button:hover{border-color:var(--theme_color);background:var(--theme_color);color:#fff;opacity:.85}.geo_breadcrumb .kan-category-subscribe-button:hover{background:0 0!important;color:var(--theme_color)!important}.kan-author-subscribe-button #kan-loader{display:inline-block;margin-left:5px}.kan-author-subscribe-button.category-subscribed{background:#02b875;border-color:#02b875;color:#fff}.kan-author-subscribe-button{border-radius:var(--theme_radius2);margin-left:0}.kan-response-fixed{position:fixed;bottom:15px;right:15px;background:#faebd7;padding:10px 20px;border-radius:var(--theme_radius2)}.following-authors li{list-style:none;border-left:2px solid #fff;border-radius:100%;margin-left:-5px}.following-data span{font-weight:400}.following-data{font-weight:500;flex:0 0 100%;border:0!important;margin-left:0!important;width:100%}.following-authors li img{border-radius:100%;border:2px solid #fff}.geo-badge-item img{width:30px;height:34px}.geo-badge-item{position:relative;margin-right:5px}.badge-lvl{position:absolute;top:-5px;right:-5px;background:#fff;border-radius:100%;width:18px;height:18px;text-align:center;line-height:18px;font-size:12px;font-weight:700}.d-flex,.geoit_mega_cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.geoit-user-edit-link{position:absolute;right:1em;top:1em}.insights-btn{height:35px;padding:0 16px;margin-top:5px;display:table;color:#fff;background:#5d87ff;border-radius:4px;line-height:35px}.insights-landing a{font-weight:700!important}.insights-landing img{position:absolute;top:0;z-index:-1;right:0;height:100%}.geo_breadcrumb{display:flex;flex-wrap:wrap;align-items:Center;gap:5px}.geo_breadcrumb>li{font-size:14px;list-style:none!important;position:relative;display:flex;gap:0;align-items:center}.geo_breadcrumb>li:after{content:"\ea50";vertical-align:middle;margin-left:5px;font-family:geoit-font;font-size:130%;transform:rotate(-90deg);display:inline-block}.geo_breadcrumb .dropdown-tag{border:1px solid var(--theme_border);border-radius:25px;padding:5px 10px}.slider-style-2 .owl-dots{position:unset;display:flex;padding:0;text-align:center;justify-content:center;line-height:1;margin:0;width:100%}.slider-style-2 .owl-dot{flex:1;width:auto;height:auto;box-shadow:none;background:#2a2b2d;color:#fff;border-radius:0;margin:0;transform:none!important;display:inline-flex}.slider-style-2 .owl-dot::after{content:attr(aria-label);display:flex;opacity:.75;align-items:center;justify-content:center;height:48px;padding:0;width:100%;font-weight:700;background:0 0;outline:0;margin:0;border-right:1px solid rgba(255,255,255,.2);cursor:pointer}.slider-style-2 .owl-dot.active::after,.slider-style-2 .owl-dot:hover{background:var(--theme_color);opacity:1;border-color:var(--theme_color);color:#fff}.widget_display_topics li a{padding:15px 0 15px 18px;font-weight:600}.widget_display_topics li{display:flex;position:relative;align-items:center;border-bottom:1px solid var(--theme_border)!important}.widget_display_topics li::after{content:'';width:.5px;left:50px;height:100%;position:absolute;top:0;background:var(--theme_border)}.widget_display_topics li::before{content:counter(step-counter)!important;display:flex!important;justify-content:center;align-items:center;margin:0!important;position:relative;width:46px!important;height:46px!important;font-size:3em!important;background:0 0!important;flex-shrink:0;line-height:1;font-weight:700;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;-o-text-fill-color:transparent;-ms-text-fill-color:transparent;text-fill-color:transparent;-webkit-text-stroke-width:1px;-moz-text-stroke-width:1px;-o-text-stroke-width:1px;-ms-text-stroke-width:1px;text-stroke-width:1px;-webkit-text-stroke-color:#1b1c1d;-moz-text-stroke-color:#1b1c1d;-o-text-stroke-color:#1b1c1d;-ms-text-stroke-color:#1b1c1d;text-stroke-color:#1b1c1d}.wpcf7 label{width:100%;display:block;font-weight:600}.wpcf7 input,.wpcf7 select,.wpcf7 textarea{border:1px solid var(--theme_border2);margin-top:15px;background:0 0;border-radius:var(--theme_radius);width:100%;display:block;padding:15px;transition:.3s}.wpcf7-submit{clear:both;cursor:pointer;border:0!important;background:var(--theme_color)!important;color:#fff}.uck-accordion{margin:auto auto 20px;width:100%}.uck-accordion--box{position:relative;background:#fff;border:1px solid var(--theme_border);margin:10px 0;transition:.15s ease-in-out;border-radius:var(--theme_radius)}.uck-accordion--box.collapsible-active{height:auto;margin:16px 0;border-radius:var(--theme_radius)}.uck-accordion--content{display:none;-webkit-transition:height 1s;-moz-transition:height 1s;-ms-transition:height 1s;-o-transition:height 1s;transition:height 1s;width:calc(100% - 40px);padding:30px 20px}.collapsible-active .uck-accordion--content{display:block;height:auto}.uck-accordion--title{width:100%;height:50px;position:relative;display:block;cursor:pointer}.asfasf,.uck-accordion--toggle{font-weight:500;font-size:15px;margin:0!important;font-family:var(--theme_font);position:absolute;left:0;right:0;bottom:0;top:0;padding:0 70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.uck-accordion--box.collapsible-active .uck-accordion--title:before{content:'-'}.uck-accordion--box.collapsible-active .uck-accordion--title{border-bottom:1px solid var(--theme_border)}.uck-accordion--title:before{position:absolute;display:block;content:"+";font-size:32px;left:0;top:0;transition:transform .15s ease-in-out;bottom:0;width:50px;text-align:center;border-right:1px solid var(--theme_border)}.uck-accordion--content>:last-child{margin:0}.kqa-page-filter ul li:not(:last-child){margin-right:-1px}.kqa-page-filter ul a{position:relative;display:block;font-weight:500;border:1px solid var(--theme_border);text-align:center;padding:8px 10px}.kqa-page-filter ul+ul a{font-weight:400;font-size:12px;text-transform:none}.kqa-page-filter ul+ul{margin-top:-1px;z-index:1!important}.kqa-page-filter ul{display:flex;z-index:2;position:relative;flex-wrap:wrap}.geoit_entry-content input[type=submit]{background:var(--theme_color);color:#fff;display:block;width:100%;margin-top:15px;border-radius:var(--theme_radius)}.geoit_entry-content label input{background:#f5f5f5;display:block;width:100%}.header-layout-4 .geoit-wc-cart-holder a{color:#333}.justify-content-between{justify-content:space-between}.card-count {width: 48px;height: 48px;float: left;margin-right: 1rem;line-height: 48px;text-align: center;border-radius: 100%;border: 1px solid var(--theme_border)}.widget-mailchimp-subscribe {overflow: hidden}.screen-read-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}

#content .content-row:not(:first-child) .dropdown-tag {
  display: none
}table{border-width:1px;width:100%;margin:20px 0;border-spacing:0;overflow-x:auto;display:inline-block;font-size:16px;border-color:var(--theme_border);border-collapse:collapse;background-color:#fff}table+figcaption{margin-top:-10px}table th{border-width:1px;padding:1em;border-style:inset;vertical-align:middle;font-weight:600;font-family:var(--theme_font);float:none;border-color:var(--theme_border)}table td,table tr{border-collapse:collapse;margin:0}table td{border-width:1px;padding:15px!important;border-style:inset;vertical-align:middle;border-color:#eaeaea}.wp-block-table table{display:table}@media screen and (max-width:750px){table td,table th{font-size:12px!important;padding:6px!important}}@media screen and (max-width:550px){table td,table th{font-size:10px!important;padding:4px!important}embed,iframe,object{min-height:250px;height:auto}}embed,iframe,object{max-width:100%}.attachment>a>img{display:block;margin:0 auto}.geoit_entry-content{display:inline-block;width:100%;position:relative}.geoit_entry-content a:not(.wp-block-button__link):not(.headline a){font-weight:600;color:var(--theme_color)}.content__post--article .uckan-btn--,.content__post--article .uckan-btn--white{border:1px solid currentColor}.content__post--article b,.content__post--article strong{font-weight:700}.content__post--article .h1,.content__post--article .h2,.content__post--article .h3,.content__post--article .h4,.content__post--article .h5,.content__post--article .h6,.content__post--article h1,.content__post--article h2,.content__post--article h3,.content__post--article h4,.content__post--article h5,.content__post--article h6{font-weight:600;margin:0 0 20px}.content__post--article dt{color:#444}.content__post--article ol,.content__post--article ul{margin:0 0 15px 30px;font-size:16px;line-height:30px}.content__post--article ol ol,.content__post--article ol ul,.content__post--article ul ol,.content__post--article ul ul,.widget .pure-list,.wp-block-column ol,.wp-block-column ul{margin-bottom:0}.pure-list{padding-left:20px}.content__post--article dt{font-weight:600}.content__post--article address{margin-bottom:1em}blockquote .kan-banner{display:none}.wp-block-quote{font-family:var(--theme_font);font-weight:800;position:relative;font-size:1.75rem;padding-right:0;padding-left:0;padding-top:40px;margin-top:48px;margin-bottom:48px;border-left:0;border-right:0}.wp-block-quote:not(.is-large),.wp-block-quote:not(.is-style-large){position:relative;font-size:1.75rem;padding-right:0;padding-top:40px;margin-top:48px;margin-bottom:48px;color:inherit}.wp-block-quote p:first-child{font-size:inherit;margin-top:0}.wp-block-quote p:last-of-type{padding-bottom:1rem;border-bottom:1px solid var(--theme_border)}.wp-block-quote p:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.wp-block-quote p:after,.wp-block-quote p:before{content:"";display:block;clear:both}.wp-block-quote .wp-block-quote__citation{font-style:normal;color:var(--theme_color);font-family:var(--theme_font);font-size:28px;font-weight:600}.wp-block-quote.is-large,.wp-block-quote.is-style-large{padding-left:0}.wp-block-quote.is-large p,.wp-block-quote.is-large p:first-child,.wp-block-quote.is-style-large p,.wp-block-quote.is-style-large p:first-child{font-size:1.75rem;font-style:normal}.wp-block-quote.is-large .wp-block-quote__citation,.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large .wp-block-quote__citation,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1rem;font-style:normal;text-align:left}.wp-block-quote .wp-block-quote__citation,.wp-block-quote cite,.wp-block-quote footer{font-size:12px;text-transform:uppercase;font-family:var(--theme_font);float:left;margin-top:.5rem}.wp-block-quote:before{content:"";position:absolute;top:.2em;left:0;width:20px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.583 13.321C0.553 12.227 0 11 0 9.011C0 5.511 2.457 2.374 6.03 0.822998L6.923 2.201C3.588 4.005 2.936 6.346 2.676 7.822C3.213 7.544 3.916 7.447 4.605 7.511C6.409 7.678 7.831 9.159 7.831 11C7.831 11.9283 7.46225 12.8185 6.80587 13.4749C6.1495 14.1313 5.25926 14.5 4.331 14.5C3.258 14.5 2.232 14.01 1.583 13.321ZM11.583 13.321C10.553 12.227 10 11 10 9.011C10 5.511 12.457 2.374 16.03 0.822998L16.923 2.201C13.588 4.005 12.936 6.346 12.676 7.822C13.213 7.544 13.916 7.447 14.605 7.511C16.409 7.678 17.831 9.159 17.831 11C17.831 11.9283 17.4623 12.8185 16.8059 13.4749C16.1495 14.1313 15.2593 14.5 14.331 14.5C13.258 14.5 12.232 14.01 11.583 13.321Z' fill='%232F323D'/%3E%3C/svg%3E");background-repeat:no-repeat}.wp-block-quote:after{content:"";display:block;clear:both}.wp-block-pullquote{border-top:4px solid var(--theme_color);border-bottom:4px solid var(--theme_color);padding:2rem 1rem;color:var(--theme_color)}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote blockquote{margin-top:0;margin-bottom:0}.wp-block-pullquote blockquote .wp-block-pullquote__citation,.wp-block-pullquote blockquote cite,.wp-block-pullquote blockquote footer{font-style:normal;text-transform:none}.wp-block-pullquote p{font-size:1.75rem}.wp-block-pullquote .alignleft p,.wp-block-pullquote .alignright p{font-size:1rem}.content__post--article sub,.content__post--article sup{font-size:62.5%}.content__post--article sub{vertical-align:sub}.content__post--article sup{vertical-align:super}.content__post--article attachment img,.content__post--article img.size-auto,.content__post--article img.size-large,.content__post--article img.size-medium{max-width:100%;height:auto}.content__gallery img{display:block;margin-left:auto;margin-right:auto}#related-posts{margin:0 0 1em}.content__post--article img{height:auto;max-width:100%}.alignnone{margin:0 0 20px}.aligncenter,div.aligncenter{display:block;margin:0 auto 20px}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}.alignfull{width:100%}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:0 0 20px}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{position:relative;max-width:100%}.wp-caption-text{padding:1em;border-bottom:1px solid var(--theme_border);width:100%}.wp-caption-text img{display:none!important}.wp-caption.alignnone{margin:0 0 20px}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.wp-block-cover__inner-container>:first-child{margin-top:0}.wp-block-cover__inner-container>:last-child{margin-bottom:0}.wp-block-buttons{margin-bottom:20px}.wp-block-button__link{border-radius:var(--theme_radius);font-family:var(--theme_font);background:var(--theme_color);-webkit-appearance:none;color:#fff;padding:0 17px;font-size:12px;font-weight:600;line-height:42px;height:42px;letter-spacing:.03em;text-transform:uppercase;text-align:center;transition:.25s ease-in-out;display:inline-flex;align-items:center}.content__post--article table tr.alt{background:#f1f1f1}.content__post--article{width:100%;padding:30px;z-index:2;position:relative}.content-header-meta .headline,.kqa_header .headline,.woocommerce div.product .product_title{font-family:var(--theme_font);font-size:36px!important;line-height:1.35!important;font-weight:600;margin:10px 0;letter-spacing:-.04em}.content__gallery .content-header-meta .headline{font-size:2rem;line-height:1.3}.content__post-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;font-size:13px;line-height:1.25em}.content__post-meta .entry-author img{border-radius:100%;margin-right:10px}.content__post-meta>span{opacity:.75}.content__post-meta>:first-child:before{content:none}@media (min-width:768px){.content__post-meta>.entry-author+span::before{content:'-'}}.content__post-meta>span:before{content:"•";opacity:.75;margin-right:5px;display:inline-block}@media (max-width:768px){.content__post-meta>span:before{content:"·";opacity:1}.content__post-meta .entry-author{font-size:14px;}}.content__post-meta a{color:var(--theme_color);font-weight:700}.content__post-meta a:hover{text-decoration:underline}.gp-review-box-top{margin-bottom:10px}.gp-review-box-bottom{margin-bottom:10px}.content__gallery .col-md-8{text-align:center}.content__post--article>.ad.ad-single:first-child{margin-top:0!important}.content__post--article p{word-break: break-word;font-size:16px;line-height:26px;margin-bottom:20px}.content__post--article{font-family:var(--theme_font_2)}.content__post--article h1,.content__post--article h2,.content__post--article h3,.content__post--article h4,.content__post--article h5,.content__post--article h6{font-family:var(--theme_font)}.has-text-color p{color:inherit}.content__gallery .content__post--article p{margin:0 0 10px}.content__post--article p+.kan-banner{margin-bottom:0}.geoit-readmore .readlink{font-size:12px!important;line-height:20px;letter-spacing:.05em;cursor:pointer;text-transform:uppercase;padding:5px 15px;border-radius:var(--theme_radius);border:1px var(--theme_border) solid;color:#222!important;background:0 0;margin:5px 6px 5px 0;display:inline-block;vertical-align:top}.content__post--article_tags a:hover{border-color:var(--theme_color);background:var(--theme_color);color:#fff!important}.content__post--meta ul{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin:0;gap:8px;margin-top:10px}.content__post--meta li{-ms-flex-preferred-size:0;flex-basis:0;margin:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;list-style:none!important;text-align:center}.content__post--article .content__post--meta-social ul{border:0;justify-content:center;padding:0;margin:0}.content__post--article .content__post--meta-social.social_btn_default li a{padding:5px;margin:0;border-radius:0}.content__post--meta li a{display:block;padding:12px 10px;border-radius:var(--theme_radius)}.geoprevv{display:none}.social_btn_style-2 li{-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset}.social_btn_style-2 li a{border-radius:100%;width:35px;height:35px;line-height:35px;text-align:center;padding:0}.social_btn_style-3 li{flex-basis:auto;flex-grow:unset}.social_btn_style-3 li a{border-radius:100%;width:35px;height:35px;line-height:35px;border-radius:var(--theme_radius);text-align:center;padding:0}.content__post--meta:not(.social_btn_style-2):hover li a:not(:hover){opacity:.5}.geoprev{display:none}.content__post--meta li.geoprevv a{background:#777!important;color:#fff}.content__post--meta li.geoprevv+li a{background:var(--theme_color);color:#fff}.content-header-meta+hr{margin:0;border-color:var(--theme_border2)}.comment-subscription-form{padding:10px 1em;border-top:1px solid var(--theme_border2)}.toggle{position:relative;display:block;width:45px;height:25px;cursor:pointer;-webkit-tap-highlight-color:transparent;transform:translate3d(0,0,0)}.toggle:before{content:"";position:relative;top:3px;left:0;width:45px;height:20px;display:block;background:#ddd;border-radius:25px;transition:background .2s ease}.toggle span{position:absolute;top:3px;left:0;width:20px;height:20px;display:block;background:#fff;border-radius:100%;box-shadow:0 3px 8px rgba(154,153,153,.5);transition:all .2s ease}.toggle span:before{content:"";position:absolute;display:block;margin:-18px;width:56px;height:56px;background:rgba(0,0,0,.5);border-radius:100%;-webkit-transform:scale(0);transform:scale(0);opacity:1;pointer-events:none}.geo_mobile_share{position:fixed;bottom:0;display:none;height:40px;left:0;right:0;z-index:999;width:100%}.geo_mobile_share ul{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.geo_mobile_share li{list-style:none;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.geo_mobile_share li a{display:block;width:100%;text-align:center;height:40px;line-height:44px}.geo_mobile_share_btn{padding:1em 2em;background:#000;color:#fff;cursor:pointer;text-transform:uppercase;font-size:12px;display:inline-block}.geo_mobile_share_style-2 ul{position:absolute;left:0;opacity:0;width:40px;visibility:hidden;display:block!important;bottom:9999px;transition:all .3s ease}.geo_mobile_share_style-2 ul.expand{opacity:1;visibility:visible;transform:translateY(0);bottom:100%}.geo_mobile_share_style-2{bottom:1em;left:1em}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;display:inline-block;width:100%;border:1px solid transparent;border-radius:.25rem}.alert p{margin:1em 15px}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.no-comments{padding:2em;margin-top:-1px;border-top:1px solid var(--theme_border2)}#toc_container{border:1px solid var(--theme_border2);background:#fff;width:100%!important;margin:1em 0!important;padding:0}#toc_container .toc_title{padding:10px!important}#toc_container ul{margin:0!important}#toc_container li a{display:block;width:100%;color:#222!important;padding:10px 1em;border-top:1px solid var(--theme_border2)}#toc_container li:nth-child(2n) a{background:#f9f9f9}#toc_container li a:hover{background:#fdfdfd;text-decoration:none}#toc_container li a span{min-width:25px;height:25px;padding:0 5px;display:inline-block;background:#fff;border:1px solid #eee;line-height:25px;text-align:center;border-radius:25px;font-size:12px;margin-right:10px}#commentform{padding:2em}.geoit-block-flat #commentform{padding-top:0}#commentform .gglcptch{padding:1em 1em 0;margin:0!important;display:block}#commentform .comment-bottom_recaptcha .gglcptch{border-top:1px solid var(--theme_border2);padding-bottom:1em}.geoit_comment{display:-webkit-flex;display:-ms-flexbox;display:flex}.geoit_comment_avatar{margin-right:15px;width:80px;min-width:80px}.geoit_comment_avatar img{width:100%;border-radius:100%;margin-right:20px}.geoit_comment_meta .date:before{content:"-";display:inline-block;margin:0 5px;color:#bbb}.geoit_comment_footer .jm-comment-like,.geoit_comment_footer>a{font-size:12px!important;line-height:20px;font-family:var(--theme_font2);box-shadow:none!important;padding:5px 15px;border-radius:var(--theme_radius);border:1px var(--theme_border) solid;background:0 0;margin:5px 6px 5px 0;width:auto;display:inline-block;vertical-align:top}.geoit_comment_footer .jm-comment-like:hover,.geoit_comment_footer>a:hover{border-color:var(--theme_color);color:#fff;background:var(--theme_color)}.geoit_comment_footer>a:after{margin-right:2px}.geoit_comment_footer>a,.geoit_comment_footer>button,.geoit_comment_meta .date a{color:#2d2d2d}.geoit_comment_detail>*{margin-bottom:5px}.geoit_comment_footer>a:last-child:after{content:none}.geoit_author_box{margin-top:2em;position:relative;border:2px dashed var(--theme_border);border-radius:.625rem}.geoit_author_box_content p{margin-top:.5rem}@media (max-width:768px){.geoit_author_box_content p{display:none}}.geoit_author_box_avatar{float:left;flex:0 0 70px;width:70px;height:70px;margin-right:1em}i.mce-i-shortcodes-icon{background-image:url(/wp-content/themes/geoit/assets/img/kanthemes_favicon.png)}.geoit_author_box_content .colored{text-transform:uppercase;font-size:12px;font-family:var(--theme_font);font-weight:600;text-underline-offset:5px;position:absolute;right:1em;top:1em;text-decoration:underline}.geoit_author_box_content .colored:hover{color:var(--theme_color)}.geoit_author_box_content{display:flex;width:100%;padding:1rem 2em!important}.geoit_author_box_content .avatar{margin-right:1rem;width:70px;height:70px!important;border-radius:100%}.geoit_author_box_name>a{margin-right:10px}.geoit_author_box_meta .desc{margin-bottom:0;font-size:14px}.geoit_author_box_meta>*{margin:5px 0}.geoit_author_box_name a{font-size:16px;letter-spacing:-.03em;font-weight:600}.geoit_author_social_links a{margin-right:3px;font-size:16px;display:inline-block;background:0 0!important;color:#222}.comment-author,.comment-bottom--account,.geoit_author_box_name{font-family:var(--theme_font);font-weight:500}@media (max-width:768px){.geoit_author_box_content .avatar{margin:0 0 10px}}.comment-bottom--avatar{float:left;position:relative}[data-repeater-item] .form-control{padding:15px 7em 15px 15px!important}[data-repeater-item]{position:relative;margin-bottom:2em}.geoit-sc2-headline{border-left:6px solid var(--theme_color);padding:0 20px}.geoit-sc-headline,.geoit-sc-headline>span,.is-style-heading-bordered,.is-style-heading-round{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:capitalize}.is-style-heading-bordered,.is-style-heading-round{counter-increment:step-counter}.geoit-sc-headline .oajisdn2,.is-style-heading-bordered::before,.is-style-heading-round::before{flex-shrink: 0;margin-right:15px;background-color:var(--theme_color);color:#fff;border-radius:var(--theme_radius);font-weight:500;font-size:18px;width:50px;height:50px;line-height:50px;display:inline-block;text-align:center;overflow:hidden}.is-style-heading-bordered::before,.is-style-heading-round::before{content:counter(step-counter)}.geoit-sc-headline span.round,.is-style-heading-bordered::before,.is-style-heading-round::before{border-radius:100%}.geoit-sc-headline span.bordered:not(:hover),.is-style-heading-bordered:not(:hover)::before{background:0 0!important;color:var(--theme_color)}.geoit-sc-headline span.bordered,.is-style-heading-bordered::before{border:1px solid var(--theme_color)}.is-style-heading-border-left{border-left:5px solid var(--theme_color);padding-left:15px}#geoit-video-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:0 15px;margin-bottom:30px}#geoit-video-box:after{content:"";clear:both;display:block}#geoit-video-box>*{padding:0}#geoit-video-box .widget{height:436px;overflow-x:hidden;overflow-y:auto;position:relative;margin-bottom:0}#geoit-video-box .geoit-video-box-iframe{height:225px;position:relative;margin-bottom:0}#geoit-video-box .geoit-video-box-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%;outline:0}#geoit-video-box .dark-mode .widget::-webkit-scrollbar-track{background-color:transparent}#geoit-video-box .dark-mode .widget::-webkit-scrollbar{width:8px;background-color:rgba(255,255,255,.1)}#geoit-video-box .dark-mode .widget::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.2)}#geoit-video-box .dark-mode .widget::-webkit-scrollbar-track{background-color:transparent}#geoit-video-box .dark-mode .widget::-webkit-scrollbar{width:8px;background-color:rgba(255,255,255,.1)}#geoit-video-box .widget::-webkit-scrollbar-thumb{background-color:rgba(255,255,255 .2)}#geoit-video-box .current_video{display:none}#geoit-video-box .uck-card--col_right:hover{background:#f8f8f8;position:relative}.geoit-video-box-iframe-close,.video_expand_btn{position:absolute;right:0;background:rgba(0,0,0,.75);font-size:12px;cursor:pointer;display:none;z-index:1;color:#fff;padding:10px 20px;bottom:0;transition:background .3s ease}.geoit-video-box-iframe-close{display:inline-block;right:120px;padding-left:10px;padding-right:10px}#geoit-video-box .uck-card--col_right:hover .uck-card--image:before,.geoit-video-box-iframe-close:hover,.video_expand_btn:hover{background:red}#geoit-video-box .uck-card--image:before{position:absolute;top:0;left:0;content:"\f00a";font-family:geoit-font;font-size:15px;color:#fff;width:20px;z-index:2;height:20px;line-height:20px;text-align:center;transition:background .3s ease;background:rgba(0,0,0,.5)}#geoit-video-box .current_video .uck-card--image:before{background:var(--theme_color);color:#fff}@media (min-width:768px){#geoit-video-box .geoit-video-box-iframe{height:400px}}@media (min-width:992px){#geoit-video-box .geoit-video-box-iframe{height:440px}}@media (min-width:768px){.video_expand_btn{display:inline-block}#geoit-video-box.expand_active .col-md-8{width:100%!important}#geoit-video-box.expand_active .col-md-4{display:none!important}}.geoit-alert,.is-style-alert-1,.is-style-alert-2{position:relative;width:100%;font-size:16px;display:inline-block;margin:15px 0}.geoit-alert p:last-child{margin-bottom:0}.geo-alert-style-1,.is-style-alert-1{padding:2rem;border:1px solid transparent;border-radius:.25rem;color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.geo-alert-style-1.geo-alert-color-primary,.is-style-alert-1{color:#fff;background-color:var(--theme_color);border-color:var(--theme_color)}.geo-alert-style-1.geo-alert-color-primary p{color:rgba(255,255,255,.75)}.geo-alert-style-1.geo-alert-color-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.geo-alert-style-1.geo-alert-color-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.geo-alert-style-1.geo-alert-color-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.geo-alert-style-1.geo-alert-color-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.geo-alert-style-2,.is-style-alert-2{padding:2rem;border:1px solid var(--theme_border);border-radius:0;border-top-width:5px;border-top-color:var(--theme_color)}.geo-alert-style-2.geo-alert-color-info{border-top-color:#d1ecf1}.geo-alert-style-2.geo-alert-color-success{border-top-color:#277a2a}.geo-alert-style-2.geo-alert-color-danger{border-top-color:red}.geo-alert-style-2.geo-alert-color-warning{border-top-color:#ffbe00}.geo-alert-style-2.geo-alert-color-dark{border-top-color:#0a0a0a}.geoit-video-box-iframe.out .video_expand_btn{display:none}.geoit-video-box-iframe.out{position:fixed!important;bottom:1em;left:1em;border:2px solid #222;width:300px;height:175px!important;box-shadow:0 10px 20px rgba(0,0,0,.2);z-index:999;animation:fadeInUp .5s}@media (max-width:768px){.geoit-video-box-iframe.out{bottom:4em}}.blocks-gallery-grid,.wp-block-gallery{margin:0!important}.has-medium-font-size{font-size:20px!important}.geoit-video-box-iframe.out .geoit-video-box-iframe-close{display:block;bottom:auto;position:absolute;top:-2px;background:#222;z-index:10;color:#fff;font-size:20px;padding:10px;right:-42px;cursor:pointer}.geoit-video-box-iframe-close:hover{background:#444!important}@media (max-width:768px){.alignleft,.alignright{max-width:50%!important}}.wp-block-geoit-core-recipe .wp-block-heading{margin:1em 0}.wp-block-geoit-core-recipe .geoit-recipe-instructions{padding:0!important}.wp-block-geoit-core-recipe .recipe-title{margin:-30px -30px 30px!important}.geoit-recipe-header{text-align:center}.geoit-recipe,.wp-block-geoit-core-recipe{border:1px solid var(--theme_color);margin:20px 0;overflow:hidden;border-radius:var(--theme_radius)}.geoit-recipe-wrapper{padding:30px}.recipe-title{overflow:hidden;background:var(--theme_color);color:#fff;text-align:center;margin:0!important;padding:20px}.recipe-main-meta{padding:20px 0;margin:20px 0;display:flex;display:-ms-flex;display:-webkit-flex}.recipe-meta-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 10px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;border-left:1px solid rgba(0,0,0,.1);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.recipe-meta-inline:first-child{border:0}.recipe-meta-label{display:block;font-size:18px;font-weight:700}.recipe-meta-unit{margin-top:5px;font-size:22px;display:block}.geoit-nutritions-table{border-radius:var(--theme_radius) 3px 0 0;border:1px solid var(--theme_color);overflow:hidden}.geoit-nutritions-title,.geoit-nutritions-title .wp-block-heading{padding:15px;text-align:left;margin:0!important;background-color:var(--theme_color)}.geoit-nutritions-title .wp-block-heading{padding:0!important}.geoit-nutrition-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:15px 20px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;border-left:1px solid rgba(0,0,0,.1);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.geoit-nutrition-item:first-child{border-left:0}.geoit-nutrition-table-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:0;-ms-flex:0 0 80%;flex:0 0 80%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.geoit-nutritions-title,.geoit-nutritions-title .wp-block-heading{margin:0!important;font-weight:600!important;text-align:center;color:#fff;font-size:18px!important}.geoit-recipe-instructions-subtitle{margin:0!important;font-weight:600!important;font-size:18px!important}.nutrition-item-label{font-weight:700}.geoit-ingredients-header{margin:35px 0 15px!important}.geoit-ingredients-items{padding:5px 0;font-weight:500}.geoit-ingredients-items{margin:0 auto!important}.geoit-ingredients-item p{margin:0;font-size:16px!important}.geoit-ingredients-items ul{margin:0;padding:0}.geoit-ingredients-item-2,.geoit-ingredients-items li{padding:0;font-weight:400}.geoit-ingredients-item-2:before,.wp-block-geoit-core-recipe .geoit-ingredients-items li:before{content:"\eb7a";height:40px;width:40px;text-align:center;line-height:40px;text-decoration:none!important;font-size:22px;margin-right:15px;border-right:1px solid var(--theme_border);font-family:geoit-font;display:inline-block}.geoit-ingredients-item:first-child,.geoit-ingredients-items li:first-child{border-top:1px solid var(--theme_border)}.geoit-ingredients-item-2.done p,.geoit-recipe-instructions-item.done p{text-decoration:line-through}.geoit-ingredients-item,.geoit-ingredients-items li{list-style:none!important;cursor:pointer;display:flex;align-items:center;border-bottom:1px solid var(--theme_border);margin-bottom:0}.geoit-recipe-instructions{padding-top:35px;margin:0}.geoit-recipe-instructions-subtitle{font-family:var(--theme_font)}.geoit-recipe-notes{background:#fefcf1;padding:30px}.geoit-recipe-instructions-item{cursor:pointer}.geoit-recipe-instructions-item:after{content:'';display:block;clear:both}.geoit-recipe-instructions-item p{display:flex}.geoit-recipe-instructions-item:not(:last-child){margin-bottom:20px}.geoit-recipe-instructions ol li{list-style:none;width:100%;display:inline-block}.geoit-recipe-instructions ol{counter-increment:step-counter;padding:0;margin:0}.geoit-recipe-instructions li::before,.geoit-recipe-instructions-counter{width:32px;height:32px;margin-bottom:20px;font-size:13px;float:left;margin-right:15px;vertical-align:2px;line-height:31px;text-align:center;background:var(--theme_color);color:#fff;border-radius:100%}.geoit-recipe-instructions li::before{content:counter(step-counter)}.geoit_comment_detail{width:100%;overflow:hidden}@media (max-width:992px){.header-default .header__bottom,.header-one .header___bottom{height:auto!important}.nutrition-item-label,.recipe-meta-label{font-size:14px}.nutrition-item-value,.recipe-meta-unit{font-size:16px}.geoit-nutritions-table{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;overflow:hidden}.geoit-nutritions-title,.geoit-nutritions-title .wp-block-heading{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.geoit-nutrition-table-inner{padding:20px;flex:0 0 100%;flex-wrap:wrap}.geoit-nutrition-item{padding:8px;border:0}}.rank-math-link{background:0 0;text-decoration:unset!important;padding:0;margin:0;font-size:16px}.wp-block-cover{margin:20px 0}.wp-block-code{margin:20px 0;overflow:auto}.wp-block-code.has-black-background-color{border:0}.geo-post-source{border:1px solid var(--theme_border2);border-radius:var(--theme_radius);margin:15px 0;oveflow:hidden}#geo-post-source-links{padding:20px;border-top:1px solid var(--theme_border2);display:none}.geo-post-source-title{padding:20px;font-family:var(--theme_font);font-size:13px;text-transform:uppercase;border-top:3px solid var(--theme_color);letter-spacing:.05em;font-weight:600;color:#1f1f1f;position:relative}.geo-post-source-title:after{content:"\ea50";font-size:22px;position:absolute;top:20px;right:20px;font-family:geoit-font}#geo-post-source-links.collapsible-active{display:block}.review-box-image{background-color:var(--theme_border);background-size:cover;background-position:center center;height:350px}.geo-private-post{text-align:center;border-radius:15px;margin:15px 0;background:url(/wp-content/themes/geoit/assets/img/pattern.png);position:relative}.geo-private-post-inner{max-width:425px;margin:0 auto;position:relative;z-index:2;padding:70px 0}.geo-private-post:before{content:"";position:absolute;top:-110px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);height:100px;left:0;right:0}.geoit_entry-content .post-views{display:none}.geo-private-post-inner .kan-banner,.geoit-recipe-wrapper .kan-banner{display:none}.geo-private-post-inner p>*{margin:5px}.geoit_comment_footer .jm-comment-like{position:relative;top:auto;right:auto}@media (max-width:962px){.single .uck-layout__content{margin-top:0;z-index:10}}.geoit-dashboard-panel{border-radius:var(--theme_radius);position:sticky;top:0;overflow:hidden;margin-bottom:0}.geoit-dashboard-panel-top{padding:2em;border-bottom:1px solid var(--theme_border2);display:inline-block;width:100%}.geoit-dpt-avatar{float:left;margin-right:1em}.geoit-dpt-avatar img{border-radius:100%;width:64px;height:64px}.geoit-dpt-name>a{font-family:var(--theme_font);font-size:18px;font-weight:500;vertical-align:middle;margin-right:5px;letter-spacing:-1px}.geoit-dpt-name span{margin-top:5px}.geoit-dashboard-panel-menu{padding:2em}.geoit-dashboard-panel-menu .mgnjd2{font-size:18px;margin:20px 0 15px;font-family:var(--theme_font);font-weight:600;letter-spacing:-.5px}.geoit-dashboard-panel-menu a{display:flex;margin:5px 0;padding:8px 10px;font-size:14px;font-family:var(--theme_font);font-weight:400;border-radius:25px;transition:all .3s ease;align-items:center}.geoit-dashboard-panel-menu .is-active .panel-icon,.geoit-dashboard-panel-menu a:hover .panel-icon{background:rgba(255,255,255,.25)!important}.geoit-dashboard-panel-menu .is-active a{color:#fff}.geoit-dashboard-panel-menu a:hover{color:#fff}.geoit-dashboard-panel-menu li:not(.is-active) a:not(:hover){background-color:transparent!important}.geoit-dashboard-panel-menu .panel-icon{width:32px;height:32px;color:#fff;margin-right:20px;line-height:32px;text-align:center;border-radius:25px;background:inherit}.geoit-dashboard-wrapper>.row.d-flex{gap:10px 0}.geoit-dashboard-content p{font-size:16px;margin-bottom:1em}.geoit-dashboard-content h2{font-size:28px;margin-bottom:.5em}.geoit-dashboard-content #post-submit h2{font-weight:500;font-size:16px}.geoit-dashboard-content table{margin:0!important;background:0 0}.geoit-dashboard-panel-footer{padding:0 2em 2em;text-align:right}.geoit-dashboard-panel-footer i{margin-right:1em}.geoit-dashboard-card-title{font-size:1rem;margin-bottom:10px;font-weight:600}.geoit-dashboard-card p a{text-decoration:underline}.geoit-dashboard-card p{font-size:14px}.geoit-dashboard-card .uckan-btn{display:block}.geoit-dashboard-card h2{font-size:1.4rem;font-weight:500}.geoit-dashboard-card{padding:1.5rem;margin-bottom:1em}.geo-rank-progressbar{color:#fff;border-radius:var(--theme_radius);margin-bottom:1em;overflow:hidden}.geo-rank-progressbar-item{padding:7px 15px;border-radius:20px;background:var(--theme_border);width:200px;position:relative;margin:1px}.geo-rank-progressbar-item:first-child{border:0}.geo-rank-progress-bar-text{position:relative;z-index:2;text-align:right;color:var(--theme_color);margin-bottom:5px;font-size:12px}.geo-rank-progressbar-value{position:absolute;left:0;z-index:1;top:0;bottom:0;border-radius:20px}.geoit-rank-detail p{margin:0}.geoit-rank-detail h3{font-size:18px}.geoit-rank-detail-top-wrap{justify-content:space-between}.geoit-rank-detail-top-inner{margin-left:1em}#your-profile h3{font-size:18px;letter-spacing:-.5px;margin:1em 0;font-family:var(--theme_font);font-weight:600}#your-profile h3:first-child{margin-top:0}#your-profile table{width:100%}#your-profile table+table{display:none}#your-profile table tr{display:inline-block;width:100%}#your-profile table.form-avatar tr{width:100%}#your-profile table.form-avatar tr td{display:inline-block!important;vertical-align:top;width:auto!important;margin-right:1em;padding:0!important}#your-profile table.form-avatar tr td>input{float:left;margin-right:10px}#your-profile table.form-avatar tr td>input[name=basic-user-avatar-erase],#your-profile table.form-avatar tr td>input[name=cover_bg-erase]{border:0;padding:0}#your-profile table td,#your-profile table th{background:0 0;border:0;padding:0;display:block}#your-profile table th{display:block}.content__post--article_meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.content__post--top .jm-post-like #geo-like-loader,.content__post--top-meta #geo-like-loader{position:unset;margin-left:5px}.content__post--top .jm-post-like,.content__post--top-meta{height:35px!important;color:#2d2d2d;line-height:35px;width:auto!important;vertical-align:middle;font-size:14px;padding:0 10px;margin:0!important;box-shadow:none;display:inline-block!important;border:1px solid var(--theme_border);background:0 0;position:unset;border-radius:var(--theme_radius)}.content__post--top .jm-post-like:hover,.content__post--top-meta:hover{border-color:#ababab}.content__post--top+.content__post--article{padding-top:0}.content__post--top{padding:0 15px;display:flex;font-family:var(--theme_font);flex-wrap:wrap;gap:8px;text-align:right;text-align:center;justify-content:center;width:100%}.content__post--top-meta{margin-left:10px}.content-row+.content-row #decrease-text,.content-row+.content-row #increase-text{display:none!important}#decrease-text,#increase-text{font-size:18px;font-weight:300}#decrease-text span,#increase-text span{margin-left:5px}.single-layout-2{background:#fff;overflow-x:hidden}@media only screen and (min-width:992px){.single-layout-2 .masonry-grid .uck-card{width:25%}.single-layout-2 .content__post--article{float:right;width:calc(100% - 70px)}.single-layout-2 .content__post--top{width:50px;float:left;position:sticky;top:0;padding:25px 0;margin:0;text-align:left;border:0;display:flex;flex-direction:column}.single-layout-2 .content__post--top .google-news{height:125px!important}.single-layout-2 .content__post--top .google-news-link{width:100%;background:url(/wp-content/themes/geoit/assets/img/google-news2.svg) center 0 no-repeat;height:100%;margin:0}.single-layout-2 .content__post--top>*{margin:0 0 15px 0!important;width:40px!important;height:40px!important;overflow:hidden;line-height:40px!important;text-align:center}.single-layout-2 .content-header-meta,.single-layout-2 .content__post--article{padding-left:0;padding-right:0}}.content-row{margin-bottom:1em;background:0 0!important;position:relative}.infinite-enable .content-row:after{content:"";width:100%;display:block;height:5px;background:rgba(0,0,0,.25);clear:both}.comment-navigation{padding:2em;border-top:1px solid var(--theme_border2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-layout-2.infinite-enable .content-row:after{content:none!important}.single-layout-2 .alignwide{margin-left:calc(25% - 25vw);margin-right:calc(25% - 25vw)}.single-layout-2 .content__post{box-shadow:none!important;background:0 0!important;border:0!important;overflow:unset!important}.single-layout-2.dark-mode .content__post--article,.single-layout-2.dark-mode .uck-card{background:0 0!important}.single-layout-2 .content .widget{box-shadow:none;background:0 0!important;border:1px solid var(--theme_border2)}.single-layout-2 .content__recent-posts--group,.single-layout-2 .content__related-posts,.single-layout-2 .content__related-posts .uckan-btn{box-shadow:none}.single-layout-2 .masonry{border-top:0;box-shadow:none;background:0 0}.single-layout-2 .content .widget .uckan-btn{border-top:0;border-left:0;border-right:0}.single-layout-2 .content .widget .content__title .uckan-btn{border-color:var(--theme_border2)}.geoit-comments-show button:after{margin-left:.25rem;font-family:geoit-font!important;content:"\ea50";vertical-align:-4px;font-size:1.25em}.geoit-comments-show button{box-shadow:none;padding:1rem 2rem;background:var(--theme_color);box-shadow:0 0 3px rgba(0,0,0,.1);color:#fff;max-width:100%;border-radius:var(--theme_radius2)}.single-layout-2 .geoit-comments-show button{box-shadow:none;width:50%;border:0;background:#222;color:#fff}.single-layout-2 #related-posts{border:1px var(--theme_border2) solid}.geoit-block-flat.single-layout-2 #related-posts{border:0!important}.single-layout-2 #related-posts .post-list-group{box-shadow:none}.geoit-comments-show2 button:after{content:none}.geoit-comments-show2 button{padding:1em;background:#e6f2f2;color:#2f8a9f;font-size:15px;border:1px solid}.geoit-comments-show{display:flex;justify-content:center;margin-bottom:2em}.comments-hidden{display:none!important}#cis-load-img{margin:0 auto;display:block}.geoit-post-layout-cover-inner:before{position:relative;display:block;padding-bottom:33%;content:''}.geoit-post-layout-cover-inner{position:relative;display:block;color:#fff}.geoit-post-layout-cover-holder{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden}.geoit-post-layout-cover-holder img{display:block;width:100%;object-fit:cover;height:100%}.geoit-post-layout-cover-content:before{position:absolute;z-index:-1;bottom:0;left:0;display:block;width:100%;height:140%;content:'';background:var(--dark-accent);background:linear-gradient(to top,#191c20 20%,transparent 100%)}.geoit-post-layout-cover-content h1{color:#fff!important}.geoit-post-layout-cover-content .content-header-meta p,.geoit-post-layout-cover-content .content__post-meta,.geoit-post-layout-cover-content a{color:rgba(255,255,255,.7)!important}.geoit-post-layout-cover-content .content__post--meta ul{border-color:rgba(255,255,255,.1)}.geoit-post-layout-cover-content{position:relative;z-index:1;display:flex;flex:0 0 100%;flex-flow:column nowrap}.dark-mode .geoit-post-layout-cover-content:before{background:linear-gradient(to top,#3c3c3c 20%,transparent 100%)}@media only screen and (max-width:1024px){.geoit-post-layout-cover-content .content__post-meta,.geoit-post-layout-cover-content .geo_breadcrumb{display:none}.geoit-block-flat .geoit-post-layout-cover{margin-left:-1em;margin-right:-1em}.geo-truncate-mobile.geoit_entry-content:not(.is-active)::after{content:"";position:absolute;z-index:10;display:block;width:100%;height:200px;bottom:0;background:linear-gradient(to top,#fff,rgba(255,255,255,0))}.geo-truncate-mobile.geoit_entry-content:not(.is-active){position:relative;height:275px;overflow:hidden}.geoit_entry-content.is-active .kan-single-read-more{display:none!important}.geoit_entry-content:not(.is-active) .kan-single-read-more{position:absolute;left:0;right:0;bottom:0;background:var(--theme_color);color:#fff;text-align:center;padding:15px;z-index:11;display:block;border-radius:var(--theme_radius)}}#related-articles .jm-post-like{display:none}#related-articles.related_right .uck-card--col_right{border-left:0;padding-left:0}#related-articles.related_right .uck-card--col_right .uck-card--image img{width:90px;height:60px}@media only screen and (min-width:736px){#related-articles.related_right{float:right;width:320px;margin-left:25px}}.star-cb-group{font-size:0;unicode-bidi:bidi-override;direction:rtl}.star-cb-group *{font-size:1rem}.star-cb-group>input{display:none}.star-cb-group>input+label{display:inline-block;overflow:hidden;text-indent:9999px;width:1em;white-space:nowrap;cursor:pointer}.star-cb-group>input+label:before{display:inline-block;text-indent:-9999px;content:"☆";color:#888}.star-cb-group>input+label:hover:before,.star-cb-group>input+label:hover~label:before,.star-cb-group>input:checked~label:before{content:"★";color:#e52;text-shadow:0 0 1px #333}.star-cb-group>.star-cb-clear+label{text-indent:-9999px;width:.5em;margin-left:-.5em}.star-cb-group>.star-cb-clear+label:before{width:.5em}.star-cb-group:hover>input+label:before{content:"☆";color:#888;text-shadow:none}.star-cb-group:hover>input+label:hover:before,.star-cb-group:hover>input+label:hover~label:before{content:"★";color:#e52;text-shadow:0 0 1px #333}.geo-post-rating span{font-weight:700}.geo-post-rating .gi{vertical-align:middle;font-size:22px;position:relative;top:-5px}.is-style-star li::before{content:"★"}.is-style-heart li::before{content:"❤"}.is-style-arrow li::before{content:"→"}.is-style-check li::before{content:"✓"}.is-style-arrow li::before,.is-style-check li::before,.is-style-heart li::before,.is-style-star li::before{float:left;width:24px;height:24px;line-height:24px;text-align:center;background:var(--theme_color);color:#fff;border-radius:100%;margin-right:1em}.is-style-arrow li,.is-style-check li,.is-style-heart li,.is-style-star li{list-style:none}.is-style-arrow,.is-style-check,.is-style-heart,.is-style-star{margin-left:0!important;padding-left:0!important}#geo_viral_reactions{margin:1rem 0;font-family:var(--theme_font)}.geo-reaction-title{font-family:var(--theme_font);display:block;border-top:1px solid var(--theme_border2);padding:1em 0 0;font-size:1.5em;line-height:1.35em;font-weight:600;color:#1f1f1f}#geo_viral_reactions ul{margin:0;padding:0;display:flex;gap:1rem;overflow:auto}#geo_viral_reactions li.none,#geo_viral_reactions ul[data-reacted=yes] [data-reacted=no]{opacity:.5;cursor:default;pointer-events:none}#geo_viral_reactions ul[data-reacted=yes] [data-reacted=yes]{cursor:default;pointer-events:none}#geo_viral_reactions:hover li:not(:hover){opacity:.5}#geo_viral_reactions li{list-style:none;cursor:pointer}.geo-reaction-text{display:block;text-align:center;margin-top:5px;font-weight:700;line-height:1.4;font-size:14px}.geo_react_emoji_title_off .geo-reaction-text{display:none}.geo-reaction-bar span{position:absolute;left:0;right:0;z-index:3;font-size:14px;margin-top:-35px}.geo-reaction-bar{position:absolute;top:auto;bottom:0;left:0;right:0;background:var(--theme_color)}.geo-reaction-track{max-height:80px;position:relative;margin:.5rem 3px 10px;text-align:center}.geo-reaction-img img{display:inline-block}.geo-reaction-img{display:block;background-color:#f1f1f1;width:64px;margin:0 auto;border-radius:100%;height:64px;line-height:64px;text-align:center}.content__post--article_tags+.content__post--meta{margin-top:1em}.geoit-lr-page-5141 form{text-align:left}.geoit-lr-page-5141 input:-webkit-autofill,.geoit-lr-page-5141 input:-webkit-autofill:focus{transition:background-color 600000s 0s,color 600000s 0s}.geoit-lr-page-5141 input:not([type=submit]):not([type=checkbox]){border:2px solid currentColor;border-radius:6px;box-shadow:0 4px 0 0 currentColor;transition:box-shadow .3s ease-in-out}.geoit-lr-page-5141 input:focus{box-shadow:0 -4px 0 0 currentColor!important}.geoit-lr-page-5141 .geoit_login-wrapper{box-shadow:none;background:0 0}.page-template-template-dashboard.not-logged-in{background:#d5d5d5}.background-image2{position:absolute;left:0;right:0;top:1em;width:100%;height:200px;background-size:1000px 500px;background-repeat:no-repeat;background-position:center;opacity:.075}.geoit-lr-page-5141 .back-to-site{position:absolute;right:15px;top:15px;z-index:10}.geoit-lr-page-5141{position:absolute;left:0;right:0;bottom:0;top:0}.geoit-lr-page-5141-wrap{background:#efefef;width:auto;position:absolute;padding:4em 2em;box-shadow:1px 0 10px rgba(0,0,0,.1);display:flex;text-align:center;z-index:3;flex-direction:column;justify-content:center;align-items:center;position:relative}@media (min-width:768px){.geoit-lr-page-5141{padding:4em 0}.geoit-lr-page-5141-wrap{left:50%;text-align:center;border-radius:20px;max-width:600px;transition:all .3s ease;top:50%;transform:translate(-50%,-50%)}.geoit-lr-page-5141x .geoit-lr-page-5141-wrap{max-width:960px;padding:5em}}.geoit-lr-page-5141-icon{width:48px;height:48px;position:relative;line-height:48px;text-align:center;background:var(--theme_color);color:#fff;border-radius:100%;margin:0 auto 1em}.geoit-lr-page-5141-desc{margin-top:1em;font-size:18px;font-weight:400}.geoit-lr-page-5141-title{font-size:3em;line-height:1.2;font-weight:500;letter-spacing:-.02em}#your-profile td input[type=checkbox]{float:left}.wq_questionTextCtr{background:0 0!important;padding:0!important;color:#222!important;margin:1em 0 2em;position:relative}.wq_questionTextCtr h4{font-weight:600!important;padding-left:3em!important;font-size:18px!important}.wq_questionTextCtr:before{content:"";position:absolute;left:0;top:-11px;content:counter(step-counter);width:40px;height:40px;line-height:40px;text-align:center;border-radius:25px;color:#fff;background:var(--theme_color)}.wq_questionsCtr>.wq_singleQuestionWrapper{counter-increment:step-counter;border-bottom:1px solid var(--theme_border2);padding-bottom:2em;margin-bottom:2em}.wq_quizCtr .wq_singleAnswerCtr{margin:-1px!important;padding:1em!important}.wq_quizCtr .wq_singleAnswerCtr label{font-size:16px!important;font-weight:400!important}.content-header-meta .geo_trending_post{margin-left:0!important}.content__post--header{position:relative;margin-bottom:15px;z-index:1}@media screen and (max-width:992px){.content__post--header.thumbnail img{border-radius:var(--theme_radius)}.content__post--header.thumbnail{margin:0 15px 15px}}.content__post--header .jm-post-like{right:2em;top:2em}.content__post--header iframe,.content__post--header img{width:100%}.content-header-meta{padding:30px}.geoit-post-layout-cover{margin-bottom:1rem}.geoit-post-layout-cover-content .content-header-meta{padding:30px!important}.content__gallery .content-header-meta{padding-bottom:0}.content-header-meta p{font-size:1.125rem;line-height:1.25;margin:0 0 15px}.more-in-category{position:fixed;bottom:1em;right:3em;-ms-transform:translateX(100%);-moz-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-border-radius:var(--theme_radius);border-radius:var(--theme_radius);-webkit-box-shadow:0 0 20px 2px rgba(0,0,0,.1);box-shadow:0 0 20px 2px rgba(0,0,0,.1);width:320px;z-index:999;background-color:#fff;visibility:hidden;opacity:0;transition:all .3s ease-in-out}.more-in-category.active{visibility:visible;opacity:1;-webkit-transform:translateX(-10%);transform:translateX(-10%)}#content>.content-row:not(:first-child) .more-in-category{display:none}.content__single>.content-row:not(:first-child) a[href*="#respond"]{display:none}.more-meta{float:left;width:60%;padding:0 0 0 1em}.more-in-content{position:relative;width:100%}.more-in-content>:not(.geo-thumbnail){padding:10px}@media (max-width:768px){.author-box-avatar{float:none;margin:0 0 10px;display:block;width:100%}.gotop{bottom:1em}.single .gotop{bottom:3em}.content-header-meta .headline,.woocommerce div.product .product_title{font-size:2rem!important;line-height:1.2!important;font-weight:600!important}.content__post-meta span:first-child:after,.content__post-meta span:last-child:after{content:none}.author-box-content{display:block}#geo_viral_reactions ul,.author-box{text-align:center}.comment-bottom{padding:1em}.comment-bottom,.comment-bottom--left,.comment-bottom--right{display:inline-block;margin:0 0 10px;width:100%;text-align:center;height:auto}.comment-bottom--avatar img,.comment-bottom--right .comment-submit{margin:0}.comment-bottom--account,.comment-bottom--avatar{float:none!important}#comments .comment-list .comment-bottom{text-align:center}.comment.bypostauthor .comment-bottom--avatar:after,.comment.comment-author-admin .comment-bottom--avatar:after{content:none}.more-in-category{display:none}.kan-wrapper .geo__item,.widget-homepage .geo__item{width:100%}.author-box{text-align:center}.author-box .col-md-10{margin-top:1em}}#geo_viral_reactions ul,.author-box{padding-top:30px}@media (max-width:375px){.content-header-meta .headline,.woocommerce div.product .product_title{font-size:1.5rem!important}}.more-in-content .headline{font-size:15px!important;-webkit-line-clamp:2;line-height:initial;margin:0;overflow:hidden}.more-in-content .carousel__content{left:15px;bottom:15px}.more-in-content .headline a{font-weight:600}.more-in-heading{width:100%;padding:8px 1em;font-size:13px;text-transform:uppercase;font-weight:600;font-family:var(--theme_font);border-bottom:1px solid var(--theme_border2)}.more-in-heading .right:hover{color:var(--theme_color)}.more-in-heading .right{font-size:26px;position:absolute;right:5px;top:1px}.geo_highlight{padding:0 2px;background-color:#ffeb3b}.geo_dropcap{display:block;float:left;font-size:32px;width:50px;height:50px;line-height:50px;margin:5px 10px 0 0;text-align:center}.geo_dropcap.geo_dropcap-letter{margin:0 10px 0 0}.geo_dropcap.geo_dropcap-circle{background-color:var(--theme_color);color:#fff;border-radius:100%}.geo_dropcap.geo_dropcap-square{background-color:var(--theme_color);color:#fff;border-radius:0}.google-news{display:inline-block}.google-news-link{background:url(/wp-content/themes/geoit/assets/img/google-news.svg) center 0 no-repeat;display:inline-block;vertical-align:baseline;height:35px;vertical-align:middle;width:140px;border:1px solid var(--theme_border);border-radius:var(--theme_radius);background-size:100%}.trumbowyg-button-group button{box-shadow:none}#comment_list{margin-bottom:0}#comment_list h5{margin:25px 25px 0}#comments{display:inline-block;width:100%}#respond{margin-bottom:1em}#comments .comment{margin:1em 0;padding:1em 0;position:relative;border-bottom:1px solid var(--theme_border2);list-style:none}#comments .children:after{content:"";clear:both;display:block;position:relative}#comments .comment:first-child{padding-top:0;margin-top:0}#comments .comment-list>.comment:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}#comments .comment.depth-1{width:100%}#comments .comment.depth-2{width:95%;float:right}#comments .comment.depth-3{width:90%;float:right}#comments .comment.depth-4{width:85%;float:right}#comments .comment.depth-5{width:80%;float:right}#comments .comment.depth-6{width:75%;float:right}#comments .comment.depth-7{width:70%;float:right}#comments textarea{height:145px;margin-top:-1px;color:#000}.comment-submit{background:var(--theme_color);color:#fff;margin:1em}.comment .input-area{min-height:100px}.comment-bottom{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;border-top:1px solid var(--theme_border2);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:80px;padding:0 2em}.content-row #comments .comment-list{display:block}#comments #comment_list.is_active .comment-list{display:none}.content__single>.content-row:not(:first-child) .comment-list{display:none}.content__single>.content-row:not(:first-child) .is_active .comment-list{display:block}.content__single>.content-row #geo_viral_reactions{display:none}.content__single>.content-row:first-child #geo_viral_reactions{display:block}#comments #comment_list.is_active .content__title span{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#comments .comment-list{padding:2em}#comment_list .content__title span{transition:transform .3s ease;position:absolute;right:1em;top:0}#comments .comment-list li:before{content:none}.comment-author a,.comment-author cite{font-weight:600}.comment-bottom--left{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0}.comment-bottom--right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:1;flex-shrink:1}.comment-bottom--avatar img{border-radius:100%;width:50px;height:50px;margin-right:1em}.comment-bottom--account{float:right;font-size:15px;font-weight:600;color:#222;margin-top:15px}.comment-bottom--account a{font-weight:400}.comment-bottom--account .fn,.comment-bottom--account .fn a{font-weight:600}.comment-input{display:inline-block;width:100%;border:1px solid var(--theme_border2);border-right:0;border-left:0;position:relative}.comment-input input{text-indent:6em}.comment-input label{position:absolute;left:15px;top:16px;font-weight:600;text-transform:uppercase;font-family:var(--theme_font);font-size:13px;border-right:1px solid var(--theme_border2);padding-right:1.2em}.comment-input.last{margin-bottom:10px}.comment-input-group{border-bottom:1px solid var(--theme_border2)}.comment-awaiting-moderation{border:1px solid green;color:green!important;padding:5px 15px;margin:10px 0}.comment-form input[type=checkbox]{cursor:pointer;float:left}.comment-form>p{margin-bottom:1em}.content--page,.content__single{-ms-word-wrap:break-word;word-wrap:break-word}@media (max-width:962px){.content__single{padding:0!important}}.single-post #content .mailchimp_subsribe::before{display:block;position:absolute;top:-1px;left:-1px;right:-1px;height:5px;background:repeating-linear-gradient(-45deg,#e91c2e,#e91c2e 19px,transparent 10px,transparent 30px,#4882ce 20px,#4882ce 46px,transparent 40px,transparent 57px)!important;background-clip:padding-box;content:""}.single-post #content .mailchimp_subsribe{padding:40px;border:0;display:block}@media (min-width:962px){.single-post #content .mailchimp_subsribe>div{width:40%}.single-post #content .mailchimp_subsribe>form{width:60%;padding-left:2em}.single-post #content .mailchimp_subsribe{display:flex}}@media screen and (max-width:768px){.geo_mobile_share{display:block}.content__post--meta-social{display:none}.content-header-meta p{font-size:18px;margin-bottom:10px;line-height:24px}}.page-template-template-dashboard .kan-banner{display:none}.geoit-dashboard-card .insights-landing{font-size:2rem}.geoit-dashboard-card .insights-landing img{z-index:1}.geoit-dashboard-card .insights-btn{font-size:16px}.hdq_quiz{max-width:100%!important}.hdq_question{border:1px solid var(--theme_border)!important;border-radius:var(--theme_radius2)!important}.hdq_quiz .hdq_input{border:0!important;box-shadow:1px 0 5px rgba(0,0,0,.1);border-radius:var(--theme_radius)}.tags-title::after{content:'';width:0;position:absolute;top:0;left:100%;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:10px solid var(--theme_color)}.tags-title{display:inline-block;background:var(--theme_color);position:relative;height:24px;font-size:11px;line-height:24px;font-weight:700;padding:0 5px 0 7px;color:#fff;margin-right:28px;text-transform:uppercase}.content__post--article_tags a{display:inline-block;font-family:var(--theme_font);border:1px solid var(--theme_border);font-size:10px!important;padding:8px 10px 7px;text-transform:uppercase;margin:0 3px 3px 0;line-height:1;font-weight:600}.geoit-block-flat .geoit-dashboard-card{border:1px solid var(--theme_border2);padding:1em!important;border-radius:var(--theme_radius2)}.geoit-post-layout-cover-content .dropdown-content a{color:#222!important}@media (max-width:962px){.single.geoit-block-flat .uck-layout__content{padding:0 15px}.content-header-meta,.single:not(.geoit-block-flat) .content__post--article{padding:15px}.geoit-block-flat .content__post--header.thumbnail{margin-left:0!important;margin-right:0!important}}.page-template-template-trending .uck-card-list{counter-increment:step-counter}.page-template-template-trending .uck-card-list::before{content:counter(step-counter);position:absolute;left:0;top:50%;width:42px;height:42px;line-height:42px;background:#fff;border-radius:100%;transform:translateY(-50%);z-index:10;text-align:center}@media (max-width:962px){.content__single .content-row:not(:first-child)>:not(.content__post){display:none}}@media (min-width:962px){.page-template-template-trending .uck-card-list .uck-card--image{width:425px}.page-template-template-trending .uck-card .headline{font-size:1.5rem!important}}@media (max-width:962px){.page-template-default.geoit-block-flat .content__single,.page-template-template-full-width.geoit-block-flat .content__single{padding:15px!important}.page .content-header-meta .headline{margin-bottom:0!important}}.geoit_comment_footer.jm-post-like .geo-like-count{display:inline-block!important}.geoit-sponsored-post img{max-height:1.66667em;width:auto}.geoit-sponsored-post{gap:.5rem;text-decoration:none!important;font-weight:400!important;color:#2d2d2d!important;align-items:center}.geoit-dashboard-wrapper {padding:15px}.geoit_entry-content>.vc_row>.kan_column,.vc_row-no-padding .columns{padding-left:0;padding-right:0}.vc_row[data-vc-full-width=true]{left:0!important;width:auto!important;padding-left:0!important;max-width:none;padding-right:0!important;overflow:unset!important}.vc_row>.container{padding-left:0!important;padding-right:0!important;display:flex;flex-wrap:wrap;align-items:center}.vc_row{width:100%;margin-right:auto!important;margin-left:auto!important;display:flex;flex-flow:row wrap}.vc_row.vc_rtl-columns-reverse{flex-flow:row-reverse wrap}.vc_inner{margin-left:-15px!important;margin-right:-15px!important;width:auto!important}.vc_editor .columns{width:100%!important}.kan_section,.kan_wrapper,.vc_pageable-slide-wrapper{width:100%}.vc_row-o-content-bottom{align-items:flex-end}.vc_row-o-content-top{align-items:flex-start}.vc_row-o-content-center{align-items:center}.vc_row.vc_row-o-content-middle .wpb_column{display:-webkit-flex;display:-ms-flex;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:768px){.vc_row{width:100%}}@media (min-width:992px){.vc_row{width:100%}}@media (min-width:1200px){.vc_row{max-width:1170px}}@media (min-width:1300px){.vc_row{max-width:1270px}}@media (min-width:1400px){.vc_row{max-width:1320px}}.compose-mode .vc_vc_empty_space{margin:0!important}.compose-mode .vc_vc_row>[data-vc-full-width=true],.compose-mode .vc_vc_row_inner,.compose-mode .vc_vc_section>[data-vc-full-width=true]{padding-top:0!important}.kan_vc_block{position:relative;background:#fff;box-shadow:var(--theme_shadow)}.kan_vc_block .elementor-widget-container:after{content:'';display:block;clear:both}.kan_vc_block .kan_vc_block,.kan_vc_block>:not(.elementor-widget-container){box-shadow:none!important}.content__post .kan_vc_block{box-shadow:none!important;border:1px solid #ececec}.kan_vc_block .content__title .uckan-btn svg{width:16px;fill:currentColor;height:16px;margin-right:15px;vertical-align:middle}.kan_vc_block .content__title .uckan-btn{margin:0!important}.kan_vc_block:after{content:"";clear:both;display:block}.kan_vc_block_flat,.kan_vc_block_flat .widget,.kan_vc_flat,.kan_vc_flat .content__title .uckan-btn{background:0 0!important;border:0!important;box-shadow:none!important}.kan_vc_flat>:not(.content__title){margin-left:-1em}.compose-mode .uck-layout__content{z-index:2222}.vc_relative{position:relative}@media (min-width:992px){.kan_hidden_desktop{opacity:.5}.kan_hidden_desktop:before{content:"Hidden on Desktop";display:inline-block;position:absolute;right:0;top:0;padding:5px 10px;background:red;z-index:100;color:#fff;font-size:12px}}@media (max-width:992px){.kan_hidden_mobile{opacity:.5}.kan_hidden_mobile:before{content:"Hidden on Mobile";display:inline-block;position:absolute;right:0;top:0;padding:5px 10px;background:red;z-index:100;color:#fff;font-size:12px}}.kan_col_item{width:100%;float:left}.kan_col_1e3 .kan_col_item{width:100%!important}.kan_vc_posts:after{content:"";clear:both;display:block}.kan_vc_flex,.kan_wrapper .uck-card-group{display:flex;flex-wrap:wrap}.kan_vc_sidebar .uck-card--col_right{border-left:0}@media (max-width:768px){.kan_col_item{width:100%}}@media (min-width:768px){.kan_col_2e3 .kan_col_item{width:50%}.kan_col_3e3 .kan_col_item{width:33.333%}.kan_vc_posts.kan_col_3e3 .kan_post_title_big{font-size:32px}.kan_vc_posts.kan_col_2e3 .kan_post_title_big{font-size:28px;line-height:1.4}.kan_vc_posts.kan_col_1e3 .kan_post_title_big{font-size:20px;line-height:1.4}}.kan_wrapper.wpb_wrapper>.content__title,.kan_wrapper.wpb_wrapper>.vc_vc_custom_heading{margin-bottom:0}.kan_wrapper .widget .widgettitle{padding:15px 40px}.kan_wrapper .widget .widgettitle,.kan_wrapper.wpb_wrapper .content__title .uckan-btn{box-shadow:none;border-bottom:1px solid #ececec}.kan_col_1e3 .uck-card--col_left,.kan_post_block_1.kan_col_1e3 .col-group,.kan_post_block_6.kan_col_1e3 .col-group{width:100%}.kan_post_block_1.kan_col_3e3 .col-group .uck-card--col_right:last-child(-1){border:0}.kan_post_block_1.kan_col_1e3 .col-posts,.kan_post_block_6.kan_col_1e3 .col-posts{display:block}.kan_post_block_1.kan_col_1e3 .uck-card--col_right,.kan_post_block_2.kan_col_1e3 .uck-card--col_right,.kan_post_block_6.kan_col_1e3 .uck-card--col_right{border-left:0!important}@media (min-width:768px){.kan_post_block_1.kan_col_3e3 .uck-card--col_left{width:35%}.kan_post_block_1.kan_col_3e3 .col-group .uck-card--col_right{width:50%;float:left}.kan_post_block_1.kan_col_3e3 .col-group{width:65%}.kan_post_block_5.kan_col_1e3 .masonry-grid .uck-card{width:50%}.kan_post_block_4.kan_col_3e3 .kan_col_item,.kan_post_block_5.kan_col_3e3 .masonry-grid .uck-card{width:25%}.kan_post_block_8.kan_col_2e3 .kan_col_item{width:33.333%}}.uck-card--col_right2 .uck-card--content{flex:1;padding:20px}.uck-card--col_right2 .uck-card--image img,.uck-card--col_right2 .uck-card--image>a{height:100%}.uck-card--col_right2 .uck-card--image img{border-radius:0!important;object-fit:cover}.uck-card--col_right2 .uck-card--image{margin:0}.uck-card--col_right2{float:none;display:flex;flex-direction:row-reverse;padding:0}.kan_post_block_9 .carousel__image{height:250px}@media (min-width:768px){.kan_post_block_9.kan_col_3e3 .carousel__image{height:500px!important}.kan_post_block_9.kan_col_2e3 .carousel__image{height:325px!important}}.kan_post_block_5.kan_col_1e3 .slider-style-3 .carousel__item{height:250px!important}.kan_vc_slider_posts .owl-carousel{margin:0!important}.kan_vc_slider_posts .owl-dots{top:5px}@media (min-width:768px){.kan_slider_block_1 .carousel__item,.kan_slider_block_1 .owl-carousel:not(.owl-loaded){height:500px}.kan_slider_block_5.kan_col_2e3 #geoit-featured,.kan_slider_block_5.kan_col_2e3 .owl-carousel:not(.owl-loaded) #geoit-featured{height:375px}.kan_slider_block_1.kan_col_3e3 .carousel__item,.kan_slider_block_1.kan_col_3e3 .owl-carousel:not(.owl-loaded){height:500px}.kan_slider_block_1.kan_col_1e3 .carousel__content .headline{font-size:18px}}.kan_slider_block_3{box-shadow:none!important;border:0!important}.kan_wrapper .carousel{margin:0!important;padding:0!important}.kan_wrapper .carousel-slider .owl-dots{top:10px}.kan_vc_featured_posts.slider-content-position-b .carousel__content{justify-content:flex-end!important}.kan_vc_featured_posts.slider-content-position-t .carousel__content{justify-content:flex-start!important}.kan_vc_featured_posts.slider-content-position-m .carousel__content{justify-content:center!important}.kan_vc_featured_posts.slider-content-h-position-r .carousel__content{align-items:flex-end!important;text-align:right!important}.kan_vc_featured_posts.slider-content-h-position-c .carousel__content{align-items:center!important;text-align:center!important}.kan_vc_featured_posts.slider-content-h-position-l .carousel__content{align-items:flex-start!important;text-align:left!important}.kan_vc_featured_posts .container{width:100%!important;padding:0!important}.kan_vc_featured_posts .carousel{margin:0!important;padding:0!important}.kan_vc_newsletter{border-top:5px solid var(--theme_color)}.kan_vc_newsletter .mailchimp_subsribe{border:0}.kan_vc_recommended .uckan-card{margin:0!important}.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{background:#fff!important}.vc_tta.vc_general .vc_tta-panel-title{font-size:16px}.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a{color:#1a1a1a!important}.vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::after,.vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::before{border-color:#1a1a1a!important}.vc_grid-item>*{box-shadow:var(--theme_shadow);background:#fff}.vc_responsive .vc_custom_1418995850605,.vc_responsive .vc_custom_1419240502350,.vc_responsive .vc_custom_1419240516480,.vc_responsive .vc_custom_1419240595465,.vc_responsive .vc_custom_1419242120132,.vc_responsive .vc_custom_1419251874438,.vc_responsive .vc_custom_1420541757398{background:#fff!important}.vc_grid-item h4{color:#222;font-size:18px;margin:5px 0;white-space:normal;display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.vc_gitem_row .vc_gitem-col{padding:20px!important}.vc_gitem_row .vc_gitem-col>:last-child{margin-bottom:0}.vc_responsive .vc_grid-item .vc_general.vc_btn3{color:var(--theme_color);display:inline-block;letter-spacing:.05em;text-transform:uppercase;font-weight:600;border:1px solid var(--theme_color);padding:8px 15px;font-size:12px;border-radius:3px;background:0 0}.vc_responsive .vc_grid-item .vc_general.vc_btn3:hover{color:#fff}.vc_grid .vc_pageable-load-more-btn{width:100%}@media (max-width:768px){.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item{padding-right:0}}.kan_vc_overlay .vc-hoverbox-block-inner{position:relative;z-index:2}.vc-hoverbox-inner .vc-hoverbox-front:before{content:'';position:absolute;left:0;right:0;bottom:0;top:0;background:rgba(0,0,0,.5);z-index:1}.content__post .kan_vc_profile_card{border:1px solid #ececec}.content__post .kan_vc_profile_card .twPc-div{box-shadow:none;background:0 0;border:0!important}.kan_vc_profile_card .twPc-bg{background-color:#8d8d8d;border-radius:6px}.kan_wrapper .wpb_content_element p:not(:last-child){margin-bottom:20px}.vc_breadcrumb .geo_breadcrumb>li:after{color:#fff}@media (max-width:768px){#vc_hero{padding-top:70px!important;padding-bottom:70px!important}#vc_hero h1,#vc_hero h2,#vc_hero h3{font-size:3em!important}}.dark-mode .vc_tta-panel .vc_tta-panel-body{background:#313131!important}.dark-mode .vc_custom_1418995850605,.dark-mode .vc_custom_1419240502350,.dark-mode .vc_custom_1419240516480,.dark-mode .vc_custom_1419240595465,.dark-mode .vc_custom_1419242120132,.dark-mode .vc_custom_1419251874438,.dark-mode.vc_custom_1420541757398{background:#3c3c3c!important}.dark-mode .vc_tta-panel .vc_tta-panel-heading,.dark-mode .vc_tta-panel.vc_active .vc_tta-panel-heading{background-color:#313131!important}.dark-mode .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,.dark-mode .vc_tta-panel .vc_tta-panel-heading:focus,.dark-mode .vc_tta-panel .vc_tta-panel-heading:hover{background-color:#222!important}.dark-mode .vc_grid-item .vc_general.vc_btn3,.dark-mode .vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::after,.dark-mode .vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::before,.dark-mode .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,.dark-mode .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after,.dark-mode .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,.dark-mode .vc_tta-panel .vc_tta-panel-body,.dark-mode .vc_tta-panel .vc_tta-panel-body::after,.dark-mode .vc_tta-panel .vc_tta-panel-body::before,.dark-mode .vc_tta-panel .vc_tta-panel-heading,.dark-mode .vc_tta-panel.vc_active .vc_tta-panel-heading{border-color:rgba(255,255,255,.1)!important}.dark-mode .vc_grid-item h4,.dark-mode .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a{color:rgba(255,255,255,.7)}.elementor-widget-geoit-hero #geoit-featured,.kan_elementor_block #geoit-featured{margin:0;padding:0}.kan_vc_slider_posts #geoit-featured{border-radius:0!important}@media (min-width:768px){.kan_vc_recent_posts.kan_col_3e3 .masonry .uck-card{width:33.333%}.kan_vc_recent_posts.kan_col_3e3.kan_vc_recent_posts_blog-masonry2 .masonry .uck-card{width:25%}}.kan-el-studio-launch{background:var(--theme_color);color:#fff;padding:0 1em;border-radius:25px}.dark-mode .elementor-shape .elementor-shape-fill{fill:var(--dark1)}.elementor-widget-wrap .theiaStickySidebar{width:100%}.kan_vc_posts .slider-style-3{margin-top:0!important}