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

/*!rtl:end:ignore*/.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color)}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.preference-base-option+.preference-base-option{margin-top:16px}@media (min-width:600px){.preferences-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media (min-width:782px){.preferences-modal{width:750px}}@media (min-width:960px){.preferences-modal{height:70%}}@media (max-width:781px){.preferences-modal .components-modal__content{padding:0}}.preferences__tabs-tablist{left:16px;position:absolute!important;top:84px;width:160px}.preferences__tabs-tabpanel{margin-left:160px;padding-left:24px}@media (max-width:781px){.preferences__provider{height:100%}}.preferences-modal__section{margin:0 0 2.5rem}.preferences-modal__section:last-child{margin:0}.preferences-modal__section-legend{margin-bottom:8px}.preferences-modal__section-title{font-size:.9rem;font-weight:600;margin-top:0}.preferences-modal__section-description{color:#757575;font-size:12px;font-style:normal;margin:-8px 0 8px}.preferences-modal__section:has(.preferences-modal__section-content:empty){display:none}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color)}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-editor-autocompleters__block{white-space:nowrap}.block-editor-autocompleters__block .block-editor-block-icon{margin-right:8px}.block-editor-autocompleters__block[aria-selected=true] .block-editor-block-icon{color:inherit!important}.block-editor-autocompleters__link{white-space:nowrap}.block-editor-autocompleters__link .block-editor-block-icon{margin-right:8px}.block-editor-global-styles-background-panel__inspector-media-replace-container{border:1px solid #ddd;border-radius:2px;grid-column:1/-1}.block-editor-global-styles-background-panel__inspector-media-replace-container.is-open{background-color:#f0f0f0}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item{border:0;flex-grow:1}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__inspector-preview-inner{height:100%}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown .block-editor-global-styles-background-panel__dropdown-toggle{height:40px}.block-editor-global-styles-background-panel__image-tools-panel-item{border:1px solid #ddd;grid-column:1/-1;position:relative}.block-editor-global-styles-background-panel__image-tools-panel-item .components-drop-zone__content-icon{display:none}.block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button{color:#1e1e1e;display:block;width:100%}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:hover{color:var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading{height:100%;padding:10px 0 0;position:absolute;width:100%;z-index:1}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading svg{margin:0}.block-editor-global-styles-background-panel__dropdown-toggle,.block-editor-global-styles-background-panel__image-preview-content{height:100%;padding-left:12px;width:100%}.block-editor-global-styles-background-panel__dropdown-toggle{background:#0000;border:none;cursor:pointer}.block-editor-global-styles-background-panel__inspector-media-replace-title{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-editor-global-styles-background-panel__inspector-preview-inner .block-editor-global-styles-background-panel__inspector-image-indicator-wrapper{height:20px;min-width:auto;width:20px}.block-editor-global-styles-background-panel__inspector-image-indicator{background-size:cover;border-radius:50%;display:block;height:20px;position:relative;width:20px}.block-editor-global-styles-background-panel__inspector-image-indicator:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.block-editor-global-styles-background-panel__dropdown-content-wrapper{min-width:260px;overflow-x:hidden}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker-wrapper{background-color:#f0f0f0;border:1px solid #ddd;border-radius:2px;width:100%}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker__media--image{max-height:180px}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker:after{content:none}.modal-open .block-editor-global-styles-background-panel__popover{z-index:159890}.block-editor-global-styles-background-panel__media-replace-popover .components-popover__content{width:226px}.block-editor-global-styles-background-panel__media-replace-popover .components-button{padding:0 8px}.block-editor-global-styles-background-panel__media-replace-popover .components-button .components-menu-items__item-icon.has-icon-right{margin-left:16px}.block-editor-block-alignment-control__menu-group .components-menu-item__info{margin-top:0}iframe[name=editor-canvas]{background-color:#ddd;box-sizing:border-box;display:block;height:100%;width:100%}@media not (prefers-reduced-motion){iframe[name=editor-canvas]{transition:all .4s cubic-bezier(.46,.03,.52,.96)}}.block-editor-block-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.block-editor-block-icon.has-colors svg{fill:currentColor}@media (forced-colors:active){.block-editor-block-icon.has-colors svg{fill:CanvasText}}.block-editor-block-icon svg{max-height:24px;max-width:24px;min-height:20px;min-width:20px}.block-editor-block-inspector p:not(.components-base-control__help){margin-top:0}.block-editor-block-inspector h2,.block-editor-block-inspector h3{color:#1e1e1e;font-size:13px;margin-bottom:1.5em}.block-editor-block-inspector .components-base-control:where(:not(:last-child)),.block-editor-block-inspector .components-radio-control:where(:not(:last-child)){margin-bottom:16px}.block-editor-block-inspector .components-focal-point-picker-control .components-base-control,.block-editor-block-inspector .components-query-controls .components-base-control,.block-editor-block-inspector .components-range-control .components-base-control{margin-bottom:0}.block-editor-block-inspector .components-panel__body{border:none;border-top:1px solid #e0e0e0;margin-top:-1px}.block-editor-block-inspector__no-block-tools,.block-editor-block-inspector__no-blocks{background:#fff;display:block;font-size:13px;padding:32px 16px;text-align:center}.block-editor-block-inspector__no-block-tools{border-top:1px solid #ddd}.block-editor-block-list__insertion-point{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__insertion-point-indicator{background:var(--wp-admin-theme-color);border-radius:2px;opacity:0;position:absolute;transform-origin:center;will-change:transform,opacity}.block-editor-block-list__insertion-point.is-vertical>.block-editor-block-list__insertion-point-indicator{height:4px;top:calc(50% - 2px);width:100%}.block-editor-block-list__insertion-point.is-horizontal>.block-editor-block-list__insertion-point-indicator{bottom:0;left:calc(50% - 2px);top:0;width:4px}.block-editor-block-list__insertion-point-inserter{display:none;justify-content:center;left:calc(50% - 12px);position:absolute;top:calc(50% - 12px);will-change:transform}@media (min-width:480px){.block-editor-block-list__insertion-point-inserter{display:flex}}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div{pointer-events:none}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div>*{pointer-events:all}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter{line-height:0;position:absolute;right:0;top:0}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter:disabled{display:none}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:#1e1e1e;color:#fff;height:24px;min-width:24px;padding:0}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:var(--wp-admin-theme-color);color:#fff}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:var(--wp-admin-theme-color)}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:#1e1e1e}@keyframes hide-during-dragging{to{position:fixed;transform:translate(9999px,9999px)}}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar{border:1px solid #1e1e1e;border-radius:2px;margin-bottom:8px;margin-top:8px;overflow:visible;pointer-events:all;position:static;width:auto}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:56px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:0}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar{overflow:visible}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar,.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar-group{border-right-color:#1e1e1e}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar{background-color:#1e1e1e;color:#f0f0f0}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar.block-editor-block-contextual-toolbar{border-color:#2f2f2f}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar button{color:#ddd}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar button:hover{color:#fff}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar button:focus:before{box-shadow:inset 0 0 0 1px #1e1e1e,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar button:disabled,.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar button[aria-disabled=true]{color:#757575}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar .block-editor-block-parent-selector .block-editor-block-parent-selector__button{background-color:#1e1e1e;border-color:#2f2f2f}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar .block-editor-block-switcher__toggle{color:#f0f0f0}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar .components-toolbar,.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar .components-toolbar-group{border-right-color:#2f2f2f!important}.components-popover.block-editor-block-list__block-popover .is-inverted-toolbar .is-pressed{color:var(--wp-admin-theme-color)}.components-popover.block-editor-block-list__block-popover.is-insertion-point-visible{visibility:hidden}.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{opacity:0}@media not (prefers-reduced-motion){.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{animation:hide-during-dragging 1ms linear forwards}}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:-57px;position:absolute}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:before{content:""}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{background-color:#fff;border:1px solid #1e1e1e;padding-left:6px;padding-right:6px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{padding-left:12px;padding-right:12px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:auto;margin-left:-1px;position:relative}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-mover__move-button-container,.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-left:1px solid #1e1e1e}.is-dragging-components-draggable .components-tooltip{display:none}.components-popover.block-editor-block-popover__inbetween .block-editor-button-pattern-inserter__button{left:50%;pointer-events:all;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.block-editor-block-lock-modal{z-index:1000001}@media (min-width:600px){.block-editor-block-lock-modal .components-modal__frame{max-width:480px}}.block-editor-block-lock-modal__options legend{margin-bottom:16px;padding:0}.block-editor-block-lock-modal__checklist{margin:0}.block-editor-block-lock-modal__options-all{padding:12px 0}.block-editor-block-lock-modal__options-all .components-checkbox-control__label{font-weight:600}.block-editor-block-lock-modal__checklist-item{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:0;padding:12px 0 12px 32px}.block-editor-block-lock-modal__checklist-item .block-editor-block-lock-modal__lock-icon{flex-shrink:0;margin-right:12px;fill:#1e1e1e}.block-editor-block-lock-modal__checklist-item:hover{background-color:#f0f0f0;border-radius:2px}.block-editor-block-lock-modal__template-lock{border-top:1px solid #ddd;margin-top:16px;padding-top:16px}.block-editor-block-lock-modal__actions{margin-top:24px}.block-editor-block-lock-toolbar .components-button.has-icon{min-width:36px!important}.block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{margin-left:-6px!important}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{border-left:1px solid #1e1e1e;margin-left:6px!important;margin-right:-6px}.block-editor-block-breadcrumb{list-style:none;margin:0;padding:0}.block-editor-block-breadcrumb li{display:inline-flex;margin:0}.block-editor-block-breadcrumb li .block-editor-block-breadcrumb__separator{fill:currentColor;margin-left:-4px;margin-right:-4px;transform:scaleX(1)}.block-editor-block-breadcrumb li:last-child .block-editor-block-breadcrumb__separator{display:none}.block-editor-block-breadcrumb__current{cursor:default}.block-editor-block-breadcrumb__button.block-editor-block-breadcrumb__button,.block-editor-block-breadcrumb__current{color:#1e1e1e;font-size:inherit;padding:0 8px}.block-editor-block-card{align-items:flex-start;color:#1e1e1e;display:flex;padding:16px}.block-editor-block-card__title{align-items:center;display:flex;flex-wrap:wrap;font-weight:500;gap:4px 8px}.block-editor-block-card__title.block-editor-block-card__title{font-size:13px;line-height:1.4;margin:0}.block-editor-block-card__name{padding:3px 0}.block-editor-block-card .block-editor-block-icon{flex:0 0 24px;height:24px;margin-left:0;margin-right:12px;width:24px}.block-editor-block-card.is-synced .block-editor-block-icon{color:var(--wp-block-synced-color)}.block-editor-block-compare{height:auto}.block-editor-block-compare__wrapper{display:flex;padding-bottom:16px}.block-editor-block-compare__wrapper>div{display:flex;flex-direction:column;justify-content:space-between;max-width:600px;min-width:200px;padding:0 16px 0 0;width:50%}.block-editor-block-compare__wrapper>div button{float:right}.block-editor-block-compare__wrapper .block-editor-block-compare__converted{border-left:1px solid #ddd;padding-left:15px;padding-right:0}.block-editor-block-compare__wrapper .block-editor-block-compare__html{border-bottom:1px solid #ddd;color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:12px;line-height:1.7;padding-bottom:15px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span{background-color:#e6ffed;padding-bottom:3px;padding-top:3px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added{background-color:#acf2bd}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed{background-color:#cc1818}.block-editor-block-compare__wrapper .block-editor-block-compare__preview{padding:16px 0 0}.block-editor-block-compare__wrapper .block-editor-block-compare__preview p{font-size:12px;margin-top:0}.block-editor-block-compare__wrapper .block-editor-block-compare__action{margin-top:16px}.block-editor-block-compare__wrapper .block-editor-block-compare__heading{font-size:1em;font-weight:400;margin:.67em 0}.block-editor-block-draggable-chip-wrapper{left:0;position:absolute;top:-24px}.block-editor-block-draggable-chip{background-color:#1e1e1e;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#fff;cursor:grabbing;display:inline-flex;height:48px;padding:0 13px;position:relative;-webkit-user-select:none;user-select:none;width:max-content}.block-editor-block-draggable-chip svg{fill:currentColor}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content{justify-content:flex-start;margin:auto}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item{margin-right:6px}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item:last-child{margin-right:0}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg{min-height:18px;min-width:18px}.block-editor-block-draggable-chip .components-flex__item{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{align-items:center;background-color:initial;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{transition:all .1s linear .1s}}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled .block-editor-block-draggable-chip__disabled-icon{background:#0000 linear-gradient(-45deg,#0000 47.5%,#fff 0,#fff 52.5%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1.5px #fff;display:inline-block;height:20px;padding:0;width:20px}.block-draggable-invalid-drag-token .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{background-color:#757575;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;opacity:1}.block-editor-block-manager__no-results{font-style:italic;padding:24px 0;text-align:center}.block-editor-block-manager__search{margin:16px 0}.block-editor-block-manager__disabled-blocks-count{background-color:#fff;border:1px solid #ddd;border-width:1px 0;box-shadow:-32px 0 0 0 #fff,32px 0 0 0 #fff;padding:8px;position:sticky;text-align:center;top:-5px;z-index:2}.block-editor-block-manager__disabled-blocks-count~.block-editor-block-manager__results .block-editor-block-manager__category-title{top:31px}.block-editor-block-manager__disabled-blocks-count .is-link{margin-left:12px}.block-editor-block-manager__category{margin:0 0 24px}.block-editor-block-manager__category-title{background-color:#fff;padding:16px 0;position:sticky;top:-4px;z-index:1}.block-editor-block-manager__category-title .components-checkbox-control__label{font-weight:600}.block-editor-block-manager__checklist{margin-top:0}.block-editor-block-manager__category-title,.block-editor-block-manager__checklist-item{border-bottom:1px solid #ddd}.block-editor-block-manager__checklist-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:0;padding:8px 0 8px 16px}.components-modal__content .block-editor-block-manager__checklist-item.components-checkbox-control__input-container{margin:0 8px}.block-editor-block-manager__checklist-item .block-editor-block-icon{margin-right:10px;fill:#1e1e1e}.block-editor-block-manager__results{border-top:1px solid #ddd}.block-editor-block-manager__disabled-blocks-count+.block-editor-block-manager__results{border-top-width:0}.block-editor-block-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}@media (min-width:600px){.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{flex-direction:column}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>*{height:20px;min-width:0!important;width:100%}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>:before{height:calc(100% - 4px)}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{flex-shrink:0;top:3px}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{bottom:3px;flex-shrink:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{width:48px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container>*{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button{padding-left:0;padding-right:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{left:5px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{right:5px}}.block-editor-block-mover__drag-handle{cursor:grab}@media (min-width:600px){.block-editor-block-mover__drag-handle{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon.has-icon{padding-left:0;padding-right:0}}.components-button.block-editor-block-mover-button{overflow:hidden}.components-button.block-editor-block-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-button.block-editor-block-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-button.block-editor-block-mover-button:focus,.components-button.block-editor-block-mover-button:focus:before,.components-button.block-editor-block-mover-button:focus:enabled{box-shadow:none;outline:none}.components-button.block-editor-block-mover-button:focus-visible:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-navigation__container{min-width:280px}.block-editor-block-navigation__label{color:#757575;font-size:11px;font-weight:500;margin:0 0 12px;text-transform:uppercase}.block-editor-block-patterns-list__list-item{cursor:pointer;margin-bottom:16px;position:relative}.block-editor-block-patterns-list__list-item.is-placeholder{min-height:100px}.block-editor-block-patterns-list__list-item[draggable=true]{cursor:grab}.block-editor-block-patterns-list__item{height:100%;outline:0;scroll-margin-bottom:56px;scroll-margin-top:24px}.block-editor-block-patterns-list__item .block-editor-block-patterns-list__item-title{flex-grow:1;font-size:12px;text-align:left}.block-editor-block-patterns-list__item .block-editor-block-preview__container{align-items:center;border-radius:4px;display:flex;overflow:hidden}.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{border-radius:4px;outline:1px solid #0000001a;outline-offset:-1px}@media not (prefers-reduced-motion){.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{transition:outline .1s linear}}.block-editor-block-patterns-list__item.is-selected .block-editor-block-preview__container:after{outline-color:#1e1e1e;outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item:hover .block-editor-block-preview__container:after{outline-color:#0000004d}.block-editor-block-patterns-list__item[data-focus-visible] .block-editor-block-preview__container:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-details:not(:empty){align-items:center;margin-top:8px;padding-bottom:4px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper{height:24px;min-width:24px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper .block-editor-patterns__pattern-icon{fill:var(--wp-block-synced-color)}.block-editor-patterns__grid-pagination-wrapper .block-editor-patterns__grid-pagination{border-top:1px solid #2f2f2f;justify-content:center;padding:4px}.show-icon-labels .block-editor-patterns__grid-pagination-button{width:auto}.show-icon-labels .block-editor-patterns__grid-pagination-button span{display:none}.show-icon-labels .block-editor-patterns__grid-pagination-button:before{content:attr(aria-label)}.components-popover.block-editor-block-popover{margin:0!important;pointer-events:none;position:absolute;z-index:31}.components-popover.block-editor-block-popover .components-popover__content{margin:0!important;min-width:auto;overflow-y:visible;width:max-content}.components-popover.block-editor-block-popover:not(.block-editor-block-popover__inbetween,.block-editor-block-popover__drop-zone,.block-editor-block-list__block-side-inserter-popover) .components-popover__content *{pointer-events:all}.components-popover.block-editor-block-popover__inbetween,.components-popover.block-editor-block-popover__inbetween *{pointer-events:none}.components-popover.block-editor-block-popover__inbetween .is-with-inserter,.components-popover.block-editor-block-popover__inbetween .is-with-inserter *{pointer-events:all}.components-popover.block-editor-block-popover__drop-zone *{pointer-events:none}.components-popover.block-editor-block-popover__drop-zone .block-editor-block-popover__drop-zone-foreground{background-color:var(--wp-admin-theme-color);border-radius:2px;inset:0;position:absolute}.block-editor-block-preview__container{overflow:hidden;position:relative;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content{left:0;margin:0;min-height:auto;overflow:visible;text-align:initial;top:0;transform-origin:top left;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender{display:none}.block-editor-block-preview__container:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.block-editor-block-rename-modal{z-index:1000001}.block-editor-block-styles__preview-panel{display:none;z-index:90}@media (min-width:782px){.block-editor-block-styles__preview-panel{display:block}}.block-editor-block-styles__preview-panel .block-editor-block-icon{display:none}.block-editor-block-styles__variants{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item{box-shadow:inset 0 0 0 1px #ddd;color:#1e1e1e;display:inline-block;width:calc(50% - 4px)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:hover{box-shadow:inset 0 0 0 1px #ddd;color:var(--wp-admin-theme-color)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover{background-color:#1e1e1e;box-shadow:none}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active .block-editor-block-styles__item-text,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover .block-editor-block-styles__item-text{color:#fff}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:focus,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-styles__variants .block-editor-block-styles__item-text{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-editor-block-styles__block-preview-container,.block-editor-block-styles__block-preview-container *{box-sizing:border-box!important}.block-editor-block-switcher{position:relative}.block-editor-block-switcher .components-button.components-dropdown-menu__toggle.has-icon.has-icon{min-width:36px}.block-editor-block-switcher__no-switcher-icon,.block-editor-block-switcher__toggle{position:relative}.components-button.block-editor-block-switcher__no-switcher-icon,.components-button.block-editor-block-switcher__toggle{display:block;height:48px;margin:0}.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.components-button.block-editor-block-switcher__toggle .block-editor-block-icon{margin:auto}.components-button.block-editor-block-switcher__no-switcher-icon{display:flex}.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{margin-left:auto;margin-right:auto;min-width:24px!important}.components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true],.components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true]:hover{color:#1e1e1e}.components-popover.block-editor-block-switcher__popover .components-popover__content{min-width:300px}.block-editor-block-switcher__popover-preview-container{bottom:0;left:0;pointer-events:none;position:absolute;top:-1px;width:100%}.block-editor-block-switcher__popover-preview{overflow:hidden}.block-editor-block-switcher__popover-preview .components-popover__content{background:#fff;border:1px solid #1e1e1e;border-radius:4px;box-shadow:none;outline:none;overflow:auto;width:300px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview{margin:16px 0;max-height:468px;overflow:hidden;padding:0 16px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview.is-pattern-list-preview{overflow:unset}.block-editor-block-switcher__preview-title{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;text-transform:uppercase}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon{min-width:36px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle{height:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{height:48px;width:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{padding:12px}.block-editor-block-switcher__preview-patterns-container{padding-bottom:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item{margin-top:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container{cursor:pointer}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{border:1px solid #0000;border-radius:2px;height:100%;position:relative}@media not (prefers-reduced-motion){.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{transition:all .05s ease-in-out}}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus,.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #1e1e1e}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title{cursor:pointer;font-size:12px;padding:4px;text-align:center}.block-editor-block-switcher__no-transforms{color:#757575;margin:0;padding:6px 8px}.block-editor-block-switcher__binding-indicator{display:block;padding:8px}.block-editor-block-types-list>[role=presentation]{display:flex;flex-wrap:wrap;overflow:hidden}.block-editor-block-pattern-setup{align-items:flex-start;border-radius:2px;display:flex;flex-direction:column;justify-content:center;width:100%}.block-editor-block-pattern-setup.view-mode-grid{padding-top:4px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar{justify-content:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:2;column-gap:24px;display:block;padding:0 32px;width:100%}@media (min-width:1440px){.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:3}}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button]{cursor:pointer}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item{scroll-margin:5px 0}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-preview__container{box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-preview__container{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-pattern-setup-list__item-title,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-pattern-setup-list__item-title{color:var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item{break-inside:avoid-column;margin-bottom:24px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-pattern-setup-list__item-title{cursor:pointer;font-size:12px;padding-top:8px;text-align:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__container{border:1px solid #ddd;border-radius:4px;min-height:100px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__content{width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar{align-items:center;align-self:stretch;background-color:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:row;height:60px;justify-content:space-between;margin:0;padding:16px;position:absolute;text-align:left;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls{display:flex}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions,.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation{display:flex;width:calc(50% - 36px)}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions{justify-content:flex-end}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container{height:100%;list-style:none;margin:0;overflow:hidden;padding:0;position:relative;transform-style:preserve-3d}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container *{box-sizing:border-box}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{background-color:#fff;height:100%;margin:auto;padding:0;position:absolute;top:0;width:100%;z-index:100}@media not (prefers-reduced-motion){.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{transition:transform .5s,z-index .5s}}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide{opacity:1;position:relative;z-index:102}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide{transform:translateX(-100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide{transform:translateX(100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender{display:none}.block-editor-block-pattern-setup__carousel,.block-editor-block-pattern-setup__grid{width:100%}.block-editor-block-variation-transforms{padding:0 16px 16px 52px;width:100%}.block-editor-block-variation-transforms .components-dropdown-menu__toggle{border:1px solid #757575;border-radius:2px;justify-content:left;min-height:30px;padding:6px 12px;position:relative;text-align:left;width:100%}.block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle{padding-right:24px}.block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled){border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 calc(var(--wp-admin-border-width-focus) - 1px) var(--wp-admin-theme-color)}.block-editor-block-variation-transforms .components-dropdown-menu__toggle svg{height:100%;padding:0;position:absolute;right:0;top:0}.block-editor-block-variation-transforms__popover .components-popover__content{min-width:230px}.components-border-radius-control{margin-bottom:12px}.components-border-radius-control legend{margin-bottom:8px}.components-border-radius-control .components-border-radius-control__wrapper{align-items:flex-start;display:flex;justify-content:space-between}.components-border-radius-control .components-border-radius-control__wrapper .components-border-radius-control__unit-control{flex-shrink:0;margin-bottom:0;margin-right:16px;width:calc(50% - 8px)}.components-border-radius-control .components-border-radius-control__wrapper .components-border-radius-control__range-control{flex:1;margin-right:12px}.components-border-radius-control .components-border-radius-control__input-controls-wrapper{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));margin-right:12px}.components-border-radius-control .component-border-radius-control__linked-button{display:flex;justify-content:center;margin-top:8px}.components-border-radius-control .component-border-radius-control__linked-button svg{margin-right:0}.block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator{margin-bottom:12px}.block-editor-color-gradient-control__fieldset{min-width:0}.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings,.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings>div:not(:first-of-type){display:block}@media screen and (min-width:782px){.block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches{display:grid;grid-template-columns:repeat(6,28px)}}.block-editor-block-inspector .block-editor-panel-color-gradient-settings .components-base-control{margin-bottom:inherit}.block-editor-panel-color-gradient-settings__dropdown-content .block-editor-color-gradient-control__panel{padding:16px;width:260px}.block-editor-panel-color-gradient-settings__color-indicator{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-tools-panel-color-gradient-settings__item{border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;max-width:100%;padding:0;position:relative}.block-editor-tools-panel-color-gradient-settings__item:nth-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-top:1px solid #ddd;border-top-left-radius:2px;border-top-right-radius:2px;margin-top:24px}.block-editor-tools-panel-color-gradient-settings__item:nth-last-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-bottom-left-radius:2px;border-bottom-right-radius:2px}.block-editor-tools-panel-color-gradient-settings__item>div,.block-editor-tools-panel-color-gradient-settings__item>div>button{border-radius:inherit}.block-editor-tools-panel-color-gradient-settings__dropdown{display:block;padding:0}.block-editor-tools-panel-color-gradient-settings__dropdown>button{height:auto;padding-bottom:10px;padding-top:10px;text-align:left}.block-editor-tools-panel-color-gradient-settings__dropdown>button.is-open{background:#f0f0f0;color:var(--wp-admin-theme-color)}.block-editor-tools-panel-color-gradient-settings__dropdown .block-editor-panel-color-gradient-settings__color-name{max-width:calc(100% - 44px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-panel-color-gradient-settings__dropdown{width:100%}.block-editor-panel-color-gradient-settings__dropdown .component-color-indicator{flex-shrink:0}.block-editor-panel-color-gradient-settings__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-color-gradient-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-panel-color-gradient-settings__reset.block-editor-panel-color-gradient-settings__reset{border-radius:2px}.block-editor-panel-color-gradient-settings__dropdown:hover+.block-editor-panel-color-gradient-settings__reset,.block-editor-panel-color-gradient-settings__reset:focus,.block-editor-panel-color-gradient-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-color-gradient-settings__reset{opacity:1}}.block-editor-date-format-picker{border:none;margin:0 0 16px;padding:0}.block-editor-date-format-picker__custom-format-select-control__custom-option{border-top:1px solid #ddd}.block-editor-duotone-control__popover.components-popover>.components-popover__content{padding:8px;width:260px}.block-editor-duotone-control__popover.components-popover .components-menu-group__label{padding:0}.block-editor-duotone-control__popover.components-popover .components-circular-option-picker__swatches{display:grid;gap:12px;grid-template-columns:repeat(6,28px);justify-content:space-between}.block-editor-duotone-control__unset-indicator{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.components-font-appearance-control [role=option]{color:#1e1e1e;text-transform:capitalize}.block-editor-font-family-control:not(.is-next-has-no-margin-bottom){margin-bottom:8px}.block-editor-global-styles__toggle-icon{fill:currentColor}.block-editor-global-styles__shadow-popover-container{width:230px}.block-editor-global-styles__shadow__list{display:flex;flex-wrap:wrap;gap:12px;padding-bottom:8px}.block-editor-global-styles__clear-shadow{text-align:right}.block-editor-global-styles-filters-panel__dropdown,.block-editor-global-styles__shadow-dropdown{display:block;padding:0;position:relative}.block-editor-global-styles-filters-panel__dropdown button,.block-editor-global-styles__shadow-dropdown button{padding:8px;width:100%}.block-editor-global-styles-filters-panel__dropdown button.is-open,.block-editor-global-styles__shadow-dropdown button.is-open{background-color:#f0f0f0}.block-editor-global-styles__shadow-editor__remove-button{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-editor__remove-button{transition:opacity .1s ease-in-out}}.block-editor-global-styles__shadow-dropdown:hover .block-editor-global-styles__shadow-editor__remove-button,.block-editor-global-styles__shadow-editor__remove-button:focus,.block-editor-global-styles__shadow-editor__remove-button:hover{opacity:1}@media (hover:none){.block-editor-global-styles__shadow-editor__remove-button{opacity:1}}.block-editor-global-styles-filters-panel__dropdown{border:1px solid #ddd;border-radius:2px}.block-editor-global-styles__shadow-indicator{align-items:center;appearance:none;background:none;border:1px solid #e0e0e0;border-radius:2px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:inline-flex;height:26px;padding:0;transform:scale(1);width:26px;will-change:transform}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-indicator{transition:transform .1s ease}}.block-editor-global-styles__shadow-indicator:focus{border:2px solid #757575}.block-editor-global-styles__shadow-indicator:hover{transform:scale(1.2)}.block-editor-global-styles__shadow-indicator.unset{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-global-styles-advanced-panel__custom-css-input textarea{direction:ltr;font-family:Menlo,Consolas,monaco,monospace}.block-editor-panel-duotone-settings__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-duotone-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-filters-panel__dropdown:hover .block-editor-panel-duotone-settings__reset,.block-editor-panel-duotone-settings__reset:focus,.block-editor-panel-duotone-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-duotone-settings__reset{opacity:1}}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer{z-index:30}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .components-popover__content *{pointer-events:none}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer.is-dropping-allowed .block-editor-grid-visualizer__drop-zone{pointer-events:all}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .block-editor-inserter *{pointer-events:auto}.block-editor-grid-visualizer__grid{display:grid;position:absolute}.block-editor-grid-visualizer__cell{display:grid;position:relative}.block-editor-grid-visualizer__cell .block-editor-inserter{bottom:0;color:inherit;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:32}.block-editor-grid-visualizer__cell .block-editor-inserter .block-editor-grid-visualizer__appender{box-shadow:inset 0 0 0 1px color-mix(in srgb,currentColor 20%,#0000);color:inherit;height:100%;opacity:0;overflow:hidden;padding:0!important;width:100%}.block-editor-grid-visualizer__cell.is-highlighted .block-editor-grid-visualizer__drop-zone,.block-editor-grid-visualizer__cell.is-highlighted .block-editor-inserter{background:var(--wp-admin-theme-color)}.block-editor-grid-visualizer__cell .block-editor-grid-visualizer__appender:focus,.block-editor-grid-visualizer__cell:hover .block-editor-grid-visualizer__appender{background-color:color-mix(in srgb,currentColor 20%,#0000);opacity:1}.block-editor-grid-visualizer__drop-zone{background:#cccccc1a;grid-column:1;grid-row:1;height:100%;min-height:8px;min-width:8px;width:100%}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer{z-index:30}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer .components-popover__content *{pointer-events:none}.block-editor-grid-item-resizer__box{border:1px solid var(--wp-admin-theme-color)}.block-editor-grid-item-resizer__box .components-resizable-box__handle.components-resizable-box__handle.components-resizable-box__handle{pointer-events:all}.block-editor-grid-item-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button{min-width:0!important;padding-left:0;padding-right:0;width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button svg{min-width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:before,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:enabled{box-shadow:none;outline:none}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus-visible:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-grid-item-mover__move-vertical-button-container{display:flex;position:relative}@media (min-width:600px){.block-editor-grid-item-mover__move-vertical-button-container{flex-direction:column;justify-content:space-around}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button{height:20px!important;min-width:0!important;width:100%}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button:before{height:calc(100% - 4px)}.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-down-button svg,.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-up-button svg{flex-shrink:0;height:20px}.editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container{height:40px;position:relative;top:-5px}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container{position:relative}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#e0e0e0;content:"";height:100%;position:absolute;top:0;width:1px}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left{padding-right:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left:before{right:0}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right{padding-left:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right:before{left:0}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover-button{white-space:nowrap}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#ddd;height:24px;top:4px}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container:before{background:#ddd;width:calc(100% - 24px)}.block-editor-height-control{border:0;margin:0;padding:0}.block-editor-iframe__container{height:100%;width:100%}.block-editor-iframe__scale-container{height:100%}.block-editor-iframe__scale-container.is-zoomed-out{position:absolute;right:0;width:var(--wp-block-editor-iframe-zoom-out-scale-container-width,100vw)}.block-editor-image-size-control{margin-bottom:1em}.block-editor-image-size-control .block-editor-image-size-control__height,.block-editor-image-size-control .block-editor-image-size-control__width{margin-bottom:1.115em}.block-editor-block-types-list__list-item{display:block;margin:0;padding:0;width:33.33%}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors{color:var(--wp-block-synced-color)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title{color:var(--wp-block-synced-color)!important;filter:brightness(.95)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg{color:var(--wp-block-synced-color)!important}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):after{background:var(--wp-block-synced-color)}.components-button.block-editor-block-types-list__item{align-items:stretch;background:#0000;color:#1e1e1e;cursor:pointer;display:flex;flex-direction:column;font-size:13px;height:auto;justify-content:center;padding:8px;position:relative;width:100%;word-break:break-word}@media not (prefers-reduced-motion){.components-button.block-editor-block-types-list__item{transition:all .05s ease-in-out}}.components-button.block-editor-block-types-list__item:disabled{cursor:default;opacity:.6}.components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title{color:var(--wp-admin-theme-color)!important;filter:brightness(.95)}.components-button.block-editor-block-types-list__item:not(:disabled):hover svg{color:var(--wp-admin-theme-color)!important}.components-button.block-editor-block-types-list__item:not(:disabled):hover:after{background:var(--wp-admin-theme-color);border-radius:2px;bottom:0;content:"";left:0;opacity:.04;pointer-events:none;position:absolute;right:0;top:0}.components-button.block-editor-block-types-list__item:not(:disabled):focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-button.block-editor-block-types-list__item:not(:disabled).is-active{background:#1e1e1e;color:#fff;outline:2px solid #0000;outline-offset:-2px}.block-editor-block-types-list__item-icon{color:#1e1e1e;padding:12px 20px}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon{transition:all .05s ease-in-out}}.block-editor-block-types-list__item-icon .block-editor-block-icon{margin-left:auto;margin-right:auto}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon svg{transition:all .15s ease-out}}.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon{cursor:grab}.block-editor-block-types-list__item-title{font-size:12px;hyphens:auto;padding:4px 2px 8px}.block-editor-block-inspector__tabs [role=tablist]{width:100%}.block-editor-inspector-popover-header{margin-bottom:16px}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}@keyframes loadingpulse{0%{opacity:1}50%{opacity:0}to{opacity:1}}.block-editor-link-control{min-width:350px;position:relative}.components-popover__content .block-editor-link-control{max-width:350px;min-width:auto;width:90vw}.show-icon-labels .block-editor-link-control .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-link-control .components-button.has-icon:before{content:attr(aria-label)}.show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top{flex-wrap:wrap;gap:4px}.show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top .components-button.has-icon{padding:4px;width:auto}.show-icon-labels .block-editor-link-control .is-preview .block-editor-link-control__search-item-header{margin-right:0;min-width:100%}.block-editor-link-control__search-input-wrapper{margin-bottom:8px;position:relative}.block-editor-link-control__search-input-container,.block-editor-link-control__search-input-wrapper{position:relative}.block-editor-link-control__field{margin:16px}.block-editor-link-control__field .components-base-control__label{color:#1e1e1e}.block-editor-link-control__search-error{margin:-8px 16px 16px}.block-editor-link-control__search-actions{padding:8px 16px 16px}.block-editor-link-control__search-results-wrapper{position:relative}.block-editor-link-control__search-results-wrapper:after,.block-editor-link-control__search-results-wrapper:before{content:"";display:block;left:-1px;pointer-events:none;position:absolute;right:16px;z-index:100}.block-editor-link-control__search-results-wrapper:before{bottom:auto;height:8px;top:0}.block-editor-link-control__search-results-wrapper:after{bottom:0;height:16px;top:auto}.block-editor-link-control__search-results{margin-top:-16px;max-height:200px;overflow-y:auto;padding:8px}.block-editor-link-control__search-results.is-loading{opacity:.2}.block-editor-link-control__search-item.components-button.components-menu-item__button{height:auto;text-align:left}.block-editor-link-control__search-item .components-menu-item__item{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%}.block-editor-link-control__search-item .components-menu-item__item mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__search-item .components-menu-item__shortcut{color:#757575;text-transform:capitalize;white-space:nowrap}.block-editor-link-control__search-item[aria-selected]{background:#f0f0f0}.block-editor-link-control__search-item.is-current{background:#0000;border:0;cursor:default;flex-direction:column;padding:16px;width:100%}.block-editor-link-control__search-item .block-editor-link-control__search-item-header{align-items:center;display:block;flex-direction:row;gap:8px;margin-right:8px;overflow-wrap:break-word;white-space:pre-wrap}.block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-info{color:#757575;font-size:12px;line-height:1.1;word-break:break-all}.block-editor-link-control__search-item.is-preview .block-editor-link-control__search-item-header{display:flex;flex:1}.block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-header{align-items:center}.block-editor-link-control__search-item.is-url-title .block-editor-link-control__search-item-title{word-break:break-all}.block-editor-link-control__search-item .block-editor-link-control__search-item-details{display:flex;flex-direction:column;gap:4px;justify-content:space-between}.block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-icon{background-color:#f0f0f0;border-radius:2px;height:32px;width:32px}.block-editor-link-control__search-item .block-editor-link-control__search-item-icon{align-items:center;display:flex;flex-shrink:0;justify-content:center;position:relative}.block-editor-link-control__search-item .block-editor-link-control__search-item-icon img{width:16px}.block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-icon{max-height:32px;top:0;width:32px}.block-editor-link-control__search-item .block-editor-link-control__search-item-title{line-height:1.1}.block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus{box-shadow:none}.block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus-visible{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000;text-decoration:none}.block-editor-link-control__search-item .block-editor-link-control__search-item-title mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__search-item .block-editor-link-control__search-item-title span{font-weight:400}.block-editor-link-control__search-item .block-editor-link-control__search-item-title .components-external-link__icon{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.block-editor-link-control__search-item-top{align-items:center;display:flex;flex-direction:row;width:100%}.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon img,.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon svg{opacity:0}.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{background-color:#f0f0f0;border-radius:100%;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{animation:loadingpulse 1s linear infinite;animation-delay:.5s}}.block-editor-link-control__loading{align-items:center;display:flex;margin:16px}.block-editor-link-control__loading .components-spinner{margin-top:0}.components-button+.block-editor-link-control__search-create{overflow:visible;padding:12px 16px}.components-button+.block-editor-link-control__search-create:before{content:"";display:block;left:0;position:absolute;top:-10px;width:100%}.block-editor-link-control__search-create{align-items:center}.block-editor-link-control__search-create .block-editor-link-control__search-item-title{margin-bottom:0}.block-editor-link-control__search-create .block-editor-link-control__search-item-icon{top:0}.block-editor-link-control__drawer-inner{display:flex;flex-basis:100%;flex-direction:column;position:relative}.block-editor-link-control__setting{flex:1;margin-bottom:0;padding:8px 0 8px 24px}.block-editor-link-control__setting .components-base-control__field{display:flex}.block-editor-link-control__setting .components-base-control__field .components-checkbox-control__label{color:#1e1e1e}.block-editor-link-control__setting input{margin-left:0}.is-preview .block-editor-link-control__setting{padding:20px 8px 8px 0}.block-editor-link-control__tools{margin-top:-16px;padding:8px 8px 0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle{gap:0;padding-left:0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true]{color:#1e1e1e}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transform:rotate(90deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transition:transform .1s ease}}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transition:transform .1s ease}}.block-editor-link-control .block-editor-link-control__search-input .components-spinner{display:block}.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner{bottom:auto;left:auto;position:absolute;right:40px;top:calc(50% - 8px)}.block-editor-link-control .block-editor-link-control__search-input-wrapper.has-actions .components-spinner{right:12px;top:calc(50% + 4px)}.block-editor-list-view-tree{border-collapse:collapse;margin:0;padding:0;width:100%}.components-modal__content .block-editor-list-view-tree{margin:-12px -6px 0;width:calc(100% + 12px)}.block-editor-list-view-tree.is-dragging tbody{pointer-events:none}.block-editor-list-view-leaf{position:relative;transform:translateY(0)}.block-editor-list-view-leaf.is-draggable,.block-editor-list-view-leaf.is-draggable .block-editor-list-view-block-contents{cursor:grab}.block-editor-list-view-leaf .block-editor-list-view-block-select-button[aria-expanded=true]{color:inherit}.block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover{color:var(--wp-admin-theme-color)}.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:currentColor}@media (forced-colors:active){.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:CanvasText}}.is-dragging-components-draggable .block-editor-list-view-leaf:not(.is-selected) .block-editor-list-view-block-select-button:hover{color:inherit}.block-editor-list-view-leaf.is-selected td{background:var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced td{background:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:hover{color:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents,.block-editor-list-view-leaf.is-selected .components-button.has-icon{color:#fff}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block__menu:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff}.block-editor-list-view-leaf.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf.is-last-selected td:first-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf.is-last-selected td:last-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected):not(.is-synced-branch){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.block-editor-list-view-leaf.is-synced-branch.is-branch-selected{background:rgba(var(--wp-block-synced-color--rgb),.04)}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:first-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:last-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected) td{border-radius:0}.block-editor-list-view-leaf.is-displacement-normal{transform:translateY(0)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-normal{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-up{transform:translateY(-32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-down{transform:translateY(32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks{transform:translateY(calc(var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transform:translateY(calc(-32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transform:translateY(calc(32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-dragging{left:0;opacity:0;pointer-events:none;z-index:-9999}.block-editor-list-view-leaf .block-editor-list-view-block-contents{align-items:center;border-radius:2px;box-sizing:border-box;color:inherit;display:flex;font-family:inherit;font-size:13px;font-weight:400;height:32px;margin:0;padding:6px 4px 6px 0;position:relative;text-align:left;text-decoration:none;white-space:nowrap;width:100%}@media not (prefers-reduced-motion){.block-editor-list-view-leaf .block-editor-list-view-block-contents{transition:box-shadow .1s linear}}.components-modal__content .block-editor-list-view-leaf .block-editor-list-view-block-contents{padding-left:0;padding-right:0}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents{box-shadow:none}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus:after,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents:after{border-radius:inherit;bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";left:0;pointer-events:none;position:absolute;right:-29px;top:0;z-index:2}.block-editor-list-view-leaf.has-single-cell .block-editor-list-view-block-contents:focus:after{right:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view__menu{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);z-index:1}.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{opacity:1}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}.block-editor-list-view-leaf .block-editor-block-icon{flex:0 0 24px;margin-right:4px}.block-editor-list-view-leaf .block-editor-list-view-block__contents-cell,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{padding:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{line-height:0;vertical-align:middle;width:36px}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell>*{opacity:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:hover>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:hover>*{opacity:1}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell .components-button.has-icon,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell .components-button.has-icon{min-width:24px;padding:0;width:24px}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell{padding-right:4px}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell .components-button.has-icon{height:24px}.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell-alignment-wrapper{align-items:center;display:flex;flex-direction:column;height:100%}.block-editor-list-view-leaf .block-editor-block-mover-button{height:24px;position:relative;width:36px}.block-editor-list-view-leaf .block-editor-block-mover-button svg{height:24px;position:relative}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button{align-items:flex-end;margin-top:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button svg{bottom:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button{align-items:flex-start;margin-bottom:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button svg{top:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button:before{height:16px;left:0;min-width:100%;right:0}.block-editor-list-view-leaf .block-editor-inserter__toggle{background:#1e1e1e;color:#fff;height:24px;margin:6px 6px 6px 1px;min-width:24px}.block-editor-list-view-leaf .block-editor-inserter__toggle:active{color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__label-wrapper svg{left:2px;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title{flex:1;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title .components-truncate{position:absolute;transform:translateY(-50%);width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor-wrapper{max-width:min(110px,40%);position:relative;width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor{position:absolute;right:0;transform:translateY(-50%)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__anchor{background:#0000004d;color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__sticky{line-height:0}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__images{display:flex}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image{background-size:cover;border-radius:1px;height:18px;width:18px}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px #fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:first-child){margin-left:-6px}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-list-view-draggable-chip{opacity:.8}.block-editor-list-view-appender__cell .block-editor-list-view-appender__container,.block-editor-list-view-appender__cell .block-editor-list-view-block__contents-container,.block-editor-list-view-block__contents-cell .block-editor-list-view-appender__container,.block-editor-list-view-block__contents-cell .block-editor-list-view-block__contents-container{display:flex}.block-editor-list-view__expander{cursor:pointer;height:24px;width:24px}.block-editor-list-view-leaf[aria-level] .block-editor-list-view__expander{margin-left:192px}.block-editor-list-view-leaf[aria-level="1"] .block-editor-list-view__expander{margin-left:0}.block-editor-list-view-leaf[aria-level="2"] .block-editor-list-view__expander{margin-left:24px}.block-editor-list-view-leaf[aria-level="3"] .block-editor-list-view__expander{margin-left:48px}.block-editor-list-view-leaf[aria-level="4"] .block-editor-list-view__expander{margin-left:72px}.block-editor-list-view-leaf[aria-level="5"] .block-editor-list-view__expander{margin-left:96px}.block-editor-list-view-leaf[aria-level="6"] .block-editor-list-view__expander{margin-left:120px}.block-editor-list-view-leaf[aria-level="7"] .block-editor-list-view__expander{margin-left:144px}.block-editor-list-view-leaf[aria-level="8"] .block-editor-list-view__expander{margin-left:168px}.block-editor-list-view-leaf .block-editor-list-view__expander{visibility:hidden}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transform:rotate(90deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-drop-indicator{pointer-events:none}.block-editor-list-view-drop-indicator .block-editor-list-view-drop-indicator__line{background:var(--wp-admin-theme-color);border-radius:4px;height:4px}.block-editor-list-view-drop-indicator--preview{pointer-events:none}.block-editor-list-view-drop-indicator--preview .components-popover__content{overflow:hidden!important}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:4px;height:32px;overflow:hidden}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line--darker{background:rgba(var(--wp-admin-theme-color--rgb),.09)}.block-editor-list-view-placeholder{height:32px;margin:0;padding:0}.list-view-appender .block-editor-inserter__toggle{background-color:#1e1e1e;color:#fff;height:24px;margin:8px 0 0 24px;padding:0}.list-view-appender .block-editor-inserter__toggle.has-icon.is-next-40px-default-size{min-width:24px}.list-view-appender .block-editor-inserter__toggle:focus,.list-view-appender .block-editor-inserter__toggle:hover{background:var(--wp-admin-theme-color);color:#fff}.list-view-appender__description{display:none}.block-editor-media-placeholder__url-input-form{min-width:260px}@media (min-width:600px){.block-editor-media-placeholder__url-input-form{width:300px}}.block-editor-media-placeholder__url-input-form input{direction:ltr}.modal-open .block-editor-media-replace-flow__options{display:none}.block-editor-media-replace-flow__indicator{margin-left:4px}.block-editor-media-replace-flow__media-upload-menu:not(:empty)+.block-editor-media-flow__url-input{border-top:1px solid #1e1e1e;margin-top:8px;padding-bottom:8px}.block-editor-media-flow__url-input{margin-left:-8px;margin-right:-8px;padding:16px}.block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label{display:block;margin-bottom:8px;top:16px}.block-editor-media-flow__url-input .block-editor-link-control{width:300px}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-url-input{margin:0;padding:0}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-info,.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-title{max-width:200px;white-space:nowrap}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__tools{justify-content:flex-end;padding:16px var(--wp-admin-border-width-focus) var(--wp-admin-border-width-focus)}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current{padding:0;width:auto}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]{margin:0;width:100%}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions{padding:8px 0 0}.block-editor-media-flow__error{max-width:255px;padding:0 20px 20px}.block-editor-media-flow__error .components-with-notices-ui{max-width:255px}.block-editor-media-flow__error .components-with-notices-ui .components-notice__content{overflow:hidden;word-wrap:break-word}.block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss{position:absolute;right:10px}.block-editor-multi-selection-inspector__card{padding:16px}.block-editor-multi-selection-inspector__card-title{font-weight:500}.block-editor-multi-selection-inspector__card .block-editor-block-icon{height:24px;margin-left:-2px;padding:0 3px;width:36px}.block-editor-responsive-block-control{border-bottom:1px solid #ccc;margin-bottom:28px;padding-bottom:14px}.block-editor-responsive-block-control:last-child{border-bottom:0;padding-bottom:0}.block-editor-responsive-block-control__title{margin:0 0 .6em -3px}.block-editor-responsive-block-control__label{font-weight:600;margin-bottom:.6em;margin-left:-3px}.block-editor-responsive-block-control__inner{margin-left:-1px}.block-editor-responsive-block-control__toggle{margin-left:1px}.block-editor-responsive-block-control .components-base-control__help{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.components-popover.block-editor-rich-text__inline-format-toolbar{z-index:99998}.components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content{border-radius:2px;box-shadow:none;margin-bottom:8px;min-width:auto;outline:none;width:auto}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar{border-radius:2px}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group{background:none}.components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle,.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control{min-height:48px;min-width:48px;padding-left:12px;padding-right:12px}.block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle{justify-content:center}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon{width:auto}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon:after{content:attr(aria-label)}.block-editor-skip-to-selected-block{position:absolute;top:-9999em}.block-editor-skip-to-selected-block:focus{background:#f1f1f1;font-size:14px;font-weight:600;z-index:100000}.block-editor-tabbed-sidebar{background-color:#fff;display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:hidden}.block-editor-tabbed-sidebar__tablist-and-close-button{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding-right:8px}.block-editor-tabbed-sidebar__close-button{align-self:center;background:#fff;order:1}.block-editor-tabbed-sidebar__tablist{margin-bottom:-1px}.block-editor-tabbed-sidebar__tabpanel{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;scrollbar-gutter:auto}.block-editor-tool-selector__help{border-top:1px solid #ddd;color:#757575;margin:8px -8px -8px;min-width:280px;padding:16px}.block-editor-tool-selector__menu .components-menu-item__info{margin-left:36px;text-align:left}.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{flex-grow:1;padding:1px;position:relative}@media (min-width:600px){.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{min-width:300px;width:auto}}.block-editor-block-list__block .block-editor-url-input.is-full-width,.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,.block-editor-url-input.is-full-width,.block-editor-url-input.is-full-width__suggestions,.components-popover .block-editor-url-input.is-full-width,.components-popover .block-editor-url-input.is-full-width__suggestions{width:100%}.block-editor-block-list__block .block-editor-url-input .components-spinner,.block-editor-url-input .components-spinner,.components-popover .block-editor-url-input .components-spinner{margin:0;position:absolute;right:8px;top:calc(50% - 8px)}.block-editor-url-input__suggestions{max-height:200px;overflow-y:auto;padding:4px 0;width:302px}@media not (prefers-reduced-motion){.block-editor-url-input__suggestions{transition:all .15s ease-in-out}}.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:none}@media (min-width:600px){.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:grid}}.block-editor-url-input__suggestion{background:#fff;border:none;box-shadow:none;color:#757575;cursor:pointer;display:block;font-size:13px;height:auto;min-height:36px;text-align:left;width:100%}.block-editor-url-input__suggestion:hover{background:#ddd}.block-editor-url-input__suggestion.is-selected,.block-editor-url-input__suggestion:focus{background:var(--wp-admin-theme-color-darker-20);color:#fff;outline:none}.components-toolbar-group>.block-editor-url-input__button,.components-toolbar>.block-editor-url-input__button{position:inherit}.block-editor-url-input__button .block-editor-url-input__back{margin-right:4px;overflow:visible}.block-editor-url-input__button .block-editor-url-input__back:after{background:#ddd;content:"";display:block;height:24px;position:absolute;right:-1px;width:1px}.block-editor-url-input__button-modal{background:#fff;border:1px solid #ddd;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.block-editor-url-input__button-modal-line{align-items:flex-start;display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;min-width:0}.block-editor-url-popover__additional-controls{border-top:1px solid #1e1e1e;padding:8px}.block-editor-url-popover__input-container{padding:8px}.block-editor-url-popover__row{align-items:center;display:flex;gap:4px}.block-editor-url-popover__row>:not(.block-editor-url-popover__settings-toggle){flex-grow:1;gap:8px}.block-editor-url-popover__additional-controls .components-button.has-icon{height:auto;padding-left:8px;padding-right:8px;text-align:left}.block-editor-url-popover__additional-controls .components-button.has-icon>svg{margin-right:8px}.block-editor-url-popover__settings-toggle{flex-shrink:0}.block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon{transform:rotate(180deg)}.block-editor-url-popover__settings{border-top:1px solid #1e1e1e;display:block;padding:16px}.block-editor-url-popover__link-editor,.block-editor-url-popover__link-viewer{display:flex}.block-editor-url-popover__link-viewer-url{align-items:center;display:flex;flex-grow:1;flex-shrink:1;margin-right:8px;max-width:350px;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-url-popover__link-viewer-url.has-invalid-link{color:#cc1818}.block-editor-url-popover__expand-on-click{align-items:center;display:flex;min-width:350px;white-space:nowrap}.block-editor-url-popover__expand-on-click .text{flex-grow:1}.block-editor-url-popover__expand-on-click .text p{line-height:16px;margin:0}.block-editor-url-popover__expand-on-click .text p.description{color:#757575;font-size:12px}.block-editor-hooks__block-hooks .components-toggle-control .components-h-stack .components-h-stack{flex-direction:row}.block-editor-hooks__block-hooks .block-editor-hooks__block-hooks-helptext{color:#757575;font-size:12px;margin-bottom:16px}div.block-editor-bindings__panel{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}div.block-editor-bindings__panel button:hover .block-editor-bindings__item span{color:inherit}.border-block-support-panel .single-column{grid-column:span 1}.color-block-support-panel .block-editor-contrast-checker{grid-column:span 2;margin-top:16px}.color-block-support-panel .block-editor-contrast-checker .components-notice__content{margin-right:0}.color-block-support-panel.color-block-support-panel .color-block-support-panel__inner-wrapper{row-gap:0}.color-block-support-panel .block-editor-tools-panel-color-gradient-settings__item.first{margin-top:0}.dimensions-block-support-panel .single-column{grid-column:span 1}.block-editor-hooks__layout-constrained .components-base-control{margin-bottom:0}.block-editor-hooks__layout-constrained-helptext{color:#757575;font-size:12px;margin-bottom:0}.block-editor-hooks__flex-layout-justification-controls,.block-editor-hooks__flex-layout-orientation-controls{margin-bottom:12px}.block-editor-hooks__flex-layout-justification-controls legend,.block-editor-hooks__flex-layout-orientation-controls legend{margin-bottom:8px}.block-editor__spacing-visualizer{border-color:var(--wp-admin-theme-color);border-style:solid;bottom:0;box-sizing:border-box;left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0}.typography-block-support-panel .single-column{grid-column:span 1}.block-editor-block-toolbar{display:flex;flex-grow:1;overflow-x:auto;overflow-y:hidden;position:relative;width:100%}@media not (prefers-reduced-motion){.block-editor-block-toolbar{transition:border-color .1s linear,box-shadow .1s linear}}@media (min-width:600px){.block-editor-block-toolbar{overflow:inherit}}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group{background:none;border:0;border-right:1px solid #ddd;margin-bottom:-1px;margin-top:-1px}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button:before{background:color-mix(in srgb,var(--wp-block-synced-color) 10%,#0000);border-radius:2px}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-connected .components-toolbar-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors,.block-editor-block-toolbar.is-synced .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-synced .components-toolbar-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors{color:var(--wp-block-synced-color)}.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2),.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar,.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar-group,.block-editor-block-toolbar>:last-child,.block-editor-block-toolbar>:last-child .components-toolbar,.block-editor-block-toolbar>:last-child .components-toolbar-group{border-right:none}.block-editor-block-toolbar .components-toolbar-group:empty{display:none}.block-editor-block-contextual-toolbar{background-color:#fff;display:block;flex-shrink:3;position:sticky;top:0;width:100%;z-index:31}.block-editor-block-contextual-toolbar.components-accessible-toolbar{border:none;border-radius:0}.block-editor-block-contextual-toolbar.is-unstyled{box-shadow:0 1px 0 0 rgba(0,0,0,.133)}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{overflow:auto;overflow-y:hidden;scrollbar-color:#e0e0e0 #0000;scrollbar-gutter:stable both-edges;scrollbar-gutter:auto;scrollbar-width:thin;will-change:transform}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar{height:12px;width:12px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-track{background-color:initial}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#e0e0e0;border:3px solid #0000;border-radius:8px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover::-webkit-scrollbar-thumb{background-color:#949494}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover{scrollbar-color:#949494 #0000}@media (hover:none){.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#949494 #0000}}.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar-group:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child:after{display:none}.block-editor-block-contextual-toolbar>.block-editor-block-toolbar{flex-grow:0;width:auto}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector{margin-bottom:-1px;margin-top:-1px;position:relative}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector:after{align-items:center;background-color:#1e1e1e;border-radius:100%;content:"";display:inline-flex;height:2px;position:absolute;right:0;top:15px;width:2px}.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{margin:0!important;width:24px!important}.block-editor-block-toolbar__block-controls .components-toolbar-group{padding:0}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group{display:flex;flex-wrap:nowrap}.block-editor-block-toolbar__slot{display:inline-flex}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon{width:auto}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.show-icon-labels .components-accessible-toolbar .components-toolbar-group>div:first-child:last-child>.components-button.has-icon{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.show-icon-labels .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{height:0!important;min-width:0!important;width:0!important}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button{border-bottom-right-radius:0;border-top-right-radius:0;padding-left:12px;padding-right:12px;text-wrap:nowrap}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button .block-editor-block-icon{width:0}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__move-button-container{position:relative;width:auto}@media (min-width:600px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover-button,.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button{padding-left:8px;padding-right:8px}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-left:1px solid #ddd;margin-left:6px;margin-right:-6px;white-space:nowrap}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon{padding-left:12px;padding-right:12px}.show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button{width:auto}.show-icon-labels .components-toolbar,.show-icon-labels .components-toolbar-group{flex-shrink:1}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button+.components-button{margin-left:6px}.block-editor-block-toolbar-change-design-content-wrapper{padding:12px;width:320px}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter{background:none;border:none;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:0;padding:0}@media (min-width:782px){.block-editor-inserter{position:relative}}.block-editor-inserter__main-area{gap:16px;height:100%;position:relative}.block-editor-inserter__main-area.show-as-tabs{gap:0}@media (min-width:782px){.block-editor-inserter__main-area .block-editor-tabbed-sidebar{width:350px}}.block-editor-inserter__popover.is-quick .components-popover__content{border:none;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;outline:none}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>*{border-left:1px solid #ccc;border-right:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:first-child{border-radius:4px 4px 0 0;border-top:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:last-child{border-bottom:1px solid #ccc;border-radius:0 0 4px 4px}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>.components-button{border:1px solid #1e1e1e}.block-editor-inserter__popover .block-editor-inserter__menu{margin:-12px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tablist{top:60px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area{height:auto;overflow:visible}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container{display:none}.block-editor-inserter__toggle.components-button{align-items:center;border:none;cursor:pointer;display:inline-flex;outline:none;padding:0}@media not (prefers-reduced-motion){.block-editor-inserter__toggle.components-button{transition:color .2s ease}}.block-editor-inserter__menu{height:100%;overflow:visible;position:relative}@media (min-width:782px){.block-editor-inserter__menu.show-panel{width:630px}}.block-editor-inserter__inline-elements{margin-top:-1px}.block-editor-inserter__menu.is-bottom:after{border-bottom-color:#fff}.components-popover.block-editor-inserter__popover{z-index:99999}.block-editor-inserter__search{padding:16px 16px 0}.block-editor-inserter__no-tab-container{flex-grow:1;overflow-y:auto;position:relative}.block-editor-inserter__panel-header{align-items:center;display:inline-flex;padding:16px 16px 0;position:relative}.block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__panel-title,.block-editor-inserter__panel-title button{color:#757575;font-size:11px;font-weight:500;margin:0 12px 0 0;text-transform:uppercase}.block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input{height:36px;line-height:36px}.block-editor-inserter__panel-dropdown select{border:none}.block-editor-inserter__reusable-blocks-panel{position:relative;text-align:right}.block-editor-inserter__no-results,.block-editor-inserter__patterns-loading{padding:32px;text-align:center}.block-editor-inserter__child-blocks{padding:0 16px}.block-editor-inserter__parent-block-header{align-items:center;display:flex}.block-editor-inserter__parent-block-header h2{font-size:13px}.block-editor-inserter__parent-block-header .block-editor-block-icon{margin-right:8px}.block-editor-inserter__preview-container__popover{top:16px!important}.block-editor-inserter__preview-container{display:none;max-height:calc(100% - 32px);overflow-y:hidden;padding:16px;width:280px}@media (min-width:782px){.block-editor-inserter__preview-container{display:block}}.block-editor-inserter__preview-container .block-editor-inserter__media-list__list-item{height:100%}.block-editor-inserter__preview-container .block-editor-block-card{padding-bottom:4px;padding-left:0;padding-right:0}.block-editor-inserter__insertable-blocks-at-selection{border-bottom:1px solid #e0e0e0}.block-editor-inserter__block-patterns-tabs-container,.block-editor-inserter__media-tabs-container{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:16px}.block-editor-inserter__category-tablist{margin-bottom:8px}.block-editor-inserter__category-panel{display:flex;flex-direction:column;outline:1px solid #0000;padding:0 16px}@media (min-width:782px){.block-editor-inserter__category-panel{background:#f0f0f0;border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0;height:calc(100% + 1px);left:350px;padding:0;position:absolute;top:-1px;width:280px}.block-editor-inserter__category-panel .block-editor-block-patterns-list,.block-editor-inserter__category-panel .block-editor-inserter__media-list{padding:0 24px 16px}}.block-editor-inserter__patterns-category-panel-header{padding:8px 0}@media (min-width:782px){.block-editor-inserter__patterns-category-panel-header{padding:8px 24px}}.block-editor-inserter__patterns-category-no-results{margin-top:24px}.block-editor-inserter__patterns-filter-help{border-top:1px solid #ddd;color:#757575;min-width:280px;padding:16px}.block-editor-block-patterns-list,.block-editor-inserter__media-list{flex-grow:1;height:100%;overflow-y:auto}.block-editor-inserter__preview-content{align-items:center;background:#f0f0f0;display:grid;flex-grow:1}.block-editor-inserter__preview-content-missing{align-items:center;background:#f0f0f0;border-radius:2px;color:#757575;display:flex;flex:1;justify-content:center;min-height:144px}.block-editor-inserter__tips{border-top:1px solid #ddd;flex-shrink:0;padding:16px;position:relative}.block-editor-inserter__quick-inserter{max-width:100%;width:100%}@media (min-width:782px){.block-editor-inserter__quick-inserter{width:350px}}.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header{float:left;height:0;padding:0}.block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content,.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter__quick-inserter-separator{border-top:1px solid #ddd}.block-editor-inserter__popover.is-quick>.components-popover__content{padding:0}.block-editor-inserter__quick-inserter-expand.components-button{background:#1e1e1e;border-radius:0;color:#fff;display:block;width:100%}.block-editor-inserter__quick-inserter-expand.components-button:hover{color:#fff}.block-editor-inserter__quick-inserter-expand.components-button:active{color:#ccc}.block-editor-inserter__quick-inserter-expand.components-button.components-button:focus:not(:disabled){background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color);box-shadow:none}.block-editor-block-patterns-explorer__sidebar{bottom:0;left:0;overflow-x:visible;overflow-y:scroll;padding:24px 32px 32px;position:absolute;top:72px;width:280px}.block-editor-block-patterns-explorer__sidebar__categories-list__item{display:block;height:48px;text-align:left;width:100%}.block-editor-block-patterns-explorer__search{margin-bottom:32px}.block-editor-block-patterns-explorer__search-results-count{padding-bottom:32px}.block-editor-block-patterns-explorer__list{margin-left:280px;padding:24px 0 32px}.block-editor-block-patterns-explorer__list .block-editor-patterns__sync-status-filter .components-input-control__container{width:380px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list{display:grid;grid-gap:32px;grid-template-columns:repeat(1,1fr);margin-bottom:16px}@media (min-width:1080px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1440px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(3,1fr)}}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{min-height:240px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{height:inherit;max-height:800px;min-height:100px}.components-heading.block-editor-inserter__patterns-category-panel-title{font-weight:500}.block-editor-inserter__media-library-button.components-button,.block-editor-inserter__patterns-explore-button.components-button{justify-content:center;margin-top:16px;padding:16px;width:100%}.block-editor-inserter__media-panel{display:flex;flex-direction:column;min-height:100%;padding:0 16px}@media (min-width:782px){.block-editor-inserter__media-panel{padding:0}}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-spinner{align-items:center;display:flex;flex:1;height:100%;justify-content:center}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:24px}@media (min-width:782px){.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:0;padding:16px 24px}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search:not(:focus-within){--wp-components-color-background:#fff}}.block-editor-inserter__media-list__list-item{cursor:pointer;margin-bottom:24px;position:relative}.block-editor-inserter__media-list__list-item.is-placeholder{min-height:100px}.block-editor-inserter__media-list__list-item[draggable=true] .block-editor-inserter__media-list__list-item{cursor:grab}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview>*{outline-color:#0000004d}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview-options>button{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options{position:absolute;right:8px;top:8px}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button{background:#fff;display:none}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button.is-opened,.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:focus{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:hover{box-shadow:inset 0 0 0 2px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-inserter__media-list__item{height:100%}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview{align-items:center;border-radius:2px;display:flex;overflow:hidden}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview>*{margin:0 auto;max-width:100%;outline:1px solid #0000001a;outline-offset:-1px}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview .block-editor-inserter__media-list__item-preview-spinner{align-items:center;background:#ffffffb3;display:flex;height:100%;justify-content:center;pointer-events:none;position:absolute;width:100%}.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}@media not (prefers-reduced-motion){.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{transition:outline .1s linear}}.block-editor-inserter__media-list__item-preview-options__popover .components-menu-item__button .components-menu-item__item{min-width:auto}.block-editor-inserter__mobile-tab-navigation{height:100%;padding:16px}.block-editor-inserter__mobile-tab-navigation>*{height:100%}@media (min-width:600px){.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal{max-width:480px}}.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal p{margin:0}.block-editor-inserter__hint{margin:16px 16px 0}.block-editor-patterns__sync-status-filter .components-input-control__container select.components-select-control__input{height:40px}.block-editor-inserter__pattern-panel-placeholder{display:none}.block-editor-inserter__menu.is-zoom-out{display:flex}@media (min-width:782px){.block-editor-inserter__menu.is-zoom-out.show-panel:after{content:"";display:block;height:100%;width:300px}}@media (max-width:959px){.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}}.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:none;padding:0 24px 16px}@media (min-width:480px){.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:block}}.spacing-sizes-control .spacing-sizes-control__custom-value-input,.spacing-sizes-control .spacing-sizes-control__label{margin-bottom:0}.spacing-sizes-control .spacing-sizes-control__custom-value-range,.spacing-sizes-control .spacing-sizes-control__range-control{flex:1;margin-bottom:0}.spacing-sizes-control__header{height:16px;margin-bottom:12px}.spacing-sizes-control__dropdown{height:24px}.spacing-sizes-control__custom-select-control,.spacing-sizes-control__custom-value-input{flex:1}.spacing-sizes-control__custom-toggle,.spacing-sizes-control__icon{flex:0 0 auto}.spacing-sizes-control__icon{margin-left:-4px}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,115,161;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,97,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7,82,108;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:6,64,84;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56,51,48;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:43,39,36;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:70,54,93;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:58,44,77;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221,56,45;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:208,44,33;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87,110,116;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76,96,102;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:217,116,38;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195,105,34;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}.wp-block-popup-maker-cta-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word}.wp-block-popup-maker-cta-button__link.aligncenter,.wp-block-popup-maker-cta-button__link.has-text-align-center{text-align:center}.wp-block-popup-maker-cta-button__link.alignright,.wp-block-popup-maker-cta-button__link.has-text-align-right{text-align:right}.wp-block-popup-maker-cta-button__link.alignleft,.wp-block-popup-maker-cta-button__link.has-text-align-left{text-align:left}:where(.wp-block-popup-maker-cta-button__link){border-radius:9999px;box-shadow:none;padding:1rem 2.25rem;text-decoration:none}.wp-block-popup-maker-cta-button[style*=text-decoration] .wp-block-popup-maker-cta-button__link{text-decoration:inherit}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.has-custom-width{max-width:none}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.has-custom-width .wp-block-popup-maker-cta-button__link{width:100%}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.has-custom-font-size .wp-block-popup-maker-cta-button__link{font-size:inherit}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-100{flex-basis:100%;width:100%}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-25{width:25%}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-50{width:50%}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-75{width:75%}.wp-block-popup-maker-cta-button.is-style-squared,.wp-block-popup-maker-cta-button__link.wp-block-popup-maker-cta-button.is-style-squared{border-radius:0}.wp-block-popup-maker-cta-button.no-border-radius,.wp-block-popup-maker-cta-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-popup-maker-cta-button){font-family:inherit;font-size:var(--wp--preset--font-size--medium);font-style:normal;line-height:inherit}:root :where(.wp-block-popup-maker-cta-button:not(.is-style-outline))>.wp-block-popup-maker-cta-button__link:not(.is-style-outline){background-color:var(--wp--preset--color--contrast);border-color:var(--wp--preset--color--contrast);color:var(--wp--preset--color--base)}:root :where(.wp-block-popup-maker-cta-button:not(.is-style-outline))>.wp-block-popup-maker-cta-button__link:not(.is-style-outline):hover{background-color:color-mix(in srgb,var(--wp--preset--color--contrast) 85%,#0000);border-color:#0000;color:var(--wp--preset--color--base)}:root :where(.wp-block-popup-maker-cta-button .wp-block-popup-maker-cta-button__link.is-style-outline),:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link){border:1px
solid;padding:calc(1rem - 1px) calc(2.25rem - 1px)}:root :where(.wp-block-popup-maker-cta-button .wp-block-popup-maker-cta-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-popup-maker-cta-button .wp-block-popup-maker-cta-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link:not(.has-background)){background-color:#0000;background-image:none}:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link.wp-block-popup-maker-cta-button__link:not(.has-background):hover){background-color:color-mix(in srgb,var(--wp--preset--color--contrast) 5%,#0000)}.wp-block-popup-maker-cta-button__link:hover.has-background:not(.is-style-outline):hover,.wp-block-popup-maker-cta-button__link:hover[style*=background-color]:not(.is-style-outline){filter:brightness(.85)}.wp-block-popup-maker-cta-button__link:hover.is-style-outline:hover{filter:brightness(1.05)}@supports not (background-color:color-mix(in srgb,red 50%,blue)){:where(.wp-block-popup-maker-cta-button:not(.is-style-outline))>.wp-block-popup-maker-cta-button__link:not(.is-style-outline):hover{filter:brightness(.85)}:where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link.wp-block-popup-maker-cta-button__link:not(.has-background):hover){filter:brightness(1.05)}}.wp-block-popup-maker-cta-button{cursor:text;position:relative}.wp-block-popup-maker-cta-buttons{box-sizing:border-box}.wp-block-popup-maker-cta-buttons.is-vertical{flex-direction:column}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button:last-child{margin-bottom:0}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button{display:inline-block;margin:0}.wp-block-popup-maker-cta-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-popup-maker-cta-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-popup-maker-cta-buttons.is-content-justification-center{justify-content:center}.wp-block-popup-maker-cta-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-popup-maker-cta-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-popup-maker-cta-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-popup-maker-cta-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-popup-maker-cta-buttons.aligncenter{text-align:center}.wp-block-popup-maker-cta-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-popup-maker-cta-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-popup-maker-cta-buttons[style*=text-decoration] .wp-block-popup-maker-cta-button,.wp-block-popup-maker-cta-buttons[style*=text-decoration] .wp-block-popup-maker-cta-button__link{text-decoration:inherit}.wp-block-popup-maker-cta-buttons.has-custom-font-size .wp-block-popup-maker-cta-button__link{font-size:inherit}.wp-block-popup-maker-cta-button.aligncenter{text-align:center}:root .wp-block-popup-maker-cta-buttons.is-layout-flex:not([class*=wp-container-popup-maker-cta-buttons-is-layout-]){gap:16px}/*! pojo-accessibility - v2.1.0 - 18-12-2022 */ #pojo-a11y-toolbar { position: fixed; font-size: 16px !important; line-height: 1.4; z-index: 9999; } #pojo-a11y-toolbar.pojo-a11y-toolbar-right { right: -180px; -webkit-transition: right 750ms cubic-bezier(0.23, 1, 0.32, 1); -moz-transition: right 750ms cubic-bezier(0.23, 1, 0.32, 1); -o-transition: right 750ms cubic-bezier(0.23, 1, 0.32, 1); transition: right 750ms cubic-bezier(0.23, 1, 0.32, 1); } #pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open { right: 0; } #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle { right: 180px; } #pojo-a11y-toolbar.pojo-a11y-toolbar-left { left: -180px; -webkit-transition: left 750ms cubic-bezier(0.23, 1, 0.32, 1); -moz-transition: left 750ms cubic-bezier(0.23, 1, 0.32, 1); -o-transition: left 750ms cubic-bezier(0.23, 1, 0.32, 1); transition: left 750ms cubic-bezier(0.23, 1, 0.32, 1); } #pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open { left: 0; } #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle { left: 180px; } #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle { position: absolute; } #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a { display: inline-block; font-size: 200%; line-height: 0; padding: 10px; -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); } #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover, #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus { -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); } #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg { max-width: inherit; } #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay { border: 1px solid; font-size: 100%; width: 180px; } #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title { display: block; line-height: 2; font-weight: bold; padding: 10px 15px 0; margin: 0; } #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle a, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay { -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); } #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items { list-style: none; margin: 0; padding: 10px 0; } #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links { border-top: 1px solid; } #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a { display: block; padding: 10px 15px; font-size: 80%; line-height: 1; } #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active { font-weight: bold; } #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg { padding-right: 6px; display: inline-block; width: 1.5em; font-style: normal; font-weight: normal; font-size: inherit; line-height: 1; text-align: center; text-rendering: auto; vertical-align: middle; } #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-text { vertical-align: middle; } body.rtl #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg { padding-left: 6px; padding-right: 0; } @media (max-width: 767px) { #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title { padding: 7px 12px 0; } #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items { padding: 7px 0; } #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a { display: block; padding: 7px 12px; } } html:has(body.pojo-a11y-grayscale) { filter: grayscale(100%); } body.pojo-a11y-high-contrast { /* This stylesheet based on 0WonB.css generated by Accessibility CSS Generator, (c) Silas S. Brown 2006-2015.  Version 0.9844 */ } body.pojo-a11y-high-contrast .placebo { line-height: normal; } body.pojo-a11y-high-contrast * { -webkit-box-shadow: none !important; box-shadow: none !important; } body.pojo-a11y-high-contrast a, body.pojo-a11y-high-contrast abbr, body.pojo-a11y-high-contrast acronym, body.pojo-a11y-high-contrast address, body.pojo-a11y-high-contrast article, body.pojo-a11y-high-contrast aside, body.pojo-a11y-high-contrast b, body.pojo-a11y-high-contrast basefont, body.pojo-a11y-high-contrast bdi, body.pojo-a11y-high-contrast big, body.pojo-a11y-high-contrast blink, body.pojo-a11y-high-contrast blockquote, body.pojo-a11y-high-contrast body, body.pojo-a11y-high-contrast button, body.pojo-a11y-high-contrast canvas, body.pojo-a11y-high-contrast caption, body.pojo-a11y-high-contrast center, body.pojo-a11y-high-contrast cite, body.pojo-a11y-high-contrast code, body.pojo-a11y-high-contrast col, body.pojo-a11y-high-contrast colgroup, body.pojo-a11y-high-contrast command, body.pojo-a11y-high-contrast dd, body.pojo-a11y-high-contrast del, body.pojo-a11y-high-contrast details, body.pojo-a11y-high-contrast dfn, body.pojo-a11y-high-contrast dir, body.pojo-a11y-high-contrast div, body.pojo-a11y-high-contrast dl, body.pojo-a11y-high-contrast dt, body.pojo-a11y-high-contrast em, body.pojo-a11y-high-contrast embed, body.pojo-a11y-high-contrast fieldset, body.pojo-a11y-high-contrast figcaption, body.pojo-a11y-high-contrast figure, body.pojo-a11y-high-contrast font, body.pojo-a11y-high-contrast footer, body.pojo-a11y-high-contrast form, body.pojo-a11y-high-contrast h1, body.pojo-a11y-high-contrast h1 a, body.pojo-a11y-high-contrast h1 a b, body.pojo-a11y-high-contrast h1 abbr, body.pojo-a11y-high-contrast h1 b, body.pojo-a11y-high-contrast h1 center, body.pojo-a11y-high-contrast h1 em, body.pojo-a11y-high-contrast h1 i, body.pojo-a11y-high-contrast h1 span, body.pojo-a11y-high-contrast h1 strong, body.pojo-a11y-high-contrast h2, body.pojo-a11y-high-contrast h2 a, body.pojo-a11y-high-contrast h2 a b, body.pojo-a11y-high-contrast h2 abbr, body.pojo-a11y-high-contrast h2 b, body.pojo-a11y-high-contrast h2 center, body.pojo-a11y-high-contrast h2 em, body.pojo-a11y-high-contrast h2 i, body.pojo-a11y-high-contrast h2 span, body.pojo-a11y-high-contrast h2 strong, body.pojo-a11y-high-contrast h3, body.pojo-a11y-high-contrast h3 a, body.pojo-a11y-high-contrast h3 a b, body.pojo-a11y-high-contrast h3 abbr, body.pojo-a11y-high-contrast h3 b, body.pojo-a11y-high-contrast h3 center, body.pojo-a11y-high-contrast h3 em, body.pojo-a11y-high-contrast h3 i, body.pojo-a11y-high-contrast h3 span, body.pojo-a11y-high-contrast h3 strong, body.pojo-a11y-high-contrast h4, body.pojo-a11y-high-contrast h4 a, body.pojo-a11y-high-contrast h4 a b, body.pojo-a11y-high-contrast h4 abbr, body.pojo-a11y-high-contrast h4 b, body.pojo-a11y-high-contrast h4 center, body.pojo-a11y-high-contrast h4 em, body.pojo-a11y-high-contrast h4 i, body.pojo-a11y-high-contrast h4 span, body.pojo-a11y-high-contrast h4 strong, body.pojo-a11y-high-contrast h5, body.pojo-a11y-high-contrast h5 a, body.pojo-a11y-high-contrast h5 a b, body.pojo-a11y-high-contrast h5 abbr, body.pojo-a11y-high-contrast h5 b, body.pojo-a11y-high-contrast h5 center, body.pojo-a11y-high-contrast h5 em, body.pojo-a11y-high-contrast h5 i, body.pojo-a11y-high-contrast h5 span, body.pojo-a11y-high-contrast h5 strong, body.pojo-a11y-high-contrast h6, body.pojo-a11y-high-contrast h6 a, body.pojo-a11y-high-contrast h6 a b, body.pojo-a11y-high-contrast h6 abbr, body.pojo-a11y-high-contrast h6 b, body.pojo-a11y-high-contrast h6 center, body.pojo-a11y-high-contrast h6 em, body.pojo-a11y-high-contrast h6 i, body.pojo-a11y-high-contrast h6 span, body.pojo-a11y-high-contrast h6 strong, body.pojo-a11y-high-contrast header, body.pojo-a11y-high-contrast hgroup, body.pojo-a11y-high-contrast html, body.pojo-a11y-high-contrast i, body.pojo-a11y-high-contrast iframe, body.pojo-a11y-high-contrast img, body.pojo-a11y-high-contrast input, body.pojo-a11y-high-contrast ins, body.pojo-a11y-high-contrast kbd, body.pojo-a11y-high-contrast label, body.pojo-a11y-high-contrast legend, body.pojo-a11y-high-contrast li, body.pojo-a11y-high-contrast listing, body.pojo-a11y-high-contrast main, body.pojo-a11y-high-contrast mark, body.pojo-a11y-high-contrast marquee, body.pojo-a11y-high-contrast menu, body.pojo-a11y-high-contrast meter, body.pojo-a11y-high-contrast multicol, body.pojo-a11y-high-contrast nav, body.pojo-a11y-high-contrast nobr, body.pojo-a11y-high-contrast object, body.pojo-a11y-high-contrast ol, body.pojo-a11y-high-contrast option, body.pojo-a11y-high-contrast output, body.pojo-a11y-high-contrast p, body.pojo-a11y-high-contrast plaintext, body.pojo-a11y-high-contrast pre, body.pojo-a11y-high-contrast progress, body.pojo-a11y-high-contrast q, body.pojo-a11y-high-contrast rb, body.pojo-a11y-high-contrast rp, body.pojo-a11y-high-contrast rt, body.pojo-a11y-high-contrast ruby, body.pojo-a11y-high-contrast s, body.pojo-a11y-high-contrast samp, body.pojo-a11y-high-contrast section, body.pojo-a11y-high-contrast select, body.pojo-a11y-high-contrast small, body.pojo-a11y-high-contrast span, body.pojo-a11y-high-contrast strike, body.pojo-a11y-high-contrast strong, body.pojo-a11y-high-contrast sub, body.pojo-a11y-high-contrast summary, body.pojo-a11y-high-contrast sup, body.pojo-a11y-high-contrast svg, body.pojo-a11y-high-contrast table, body.pojo-a11y-high-contrast tbody, body.pojo-a11y-high-contrast td, body.pojo-a11y-high-contrast text, body.pojo-a11y-high-contrast textarea, body.pojo-a11y-high-contrast th, body.pojo-a11y-high-contrast thead, body.pojo-a11y-high-contrast time, body.pojo-a11y-high-contrast tr, body.pojo-a11y-high-contrast tt, body.pojo-a11y-high-contrast u, body.pojo-a11y-high-contrast ul, body.pojo-a11y-high-contrast var, body.pojo-a11y-high-contrast video, body.pojo-a11y-high-contrast xmp { -moz-appearance: none !important; -moz-user-select: text !important; -webkit-user-select: text !important; background-image: none !important; text-shadow: none !important; user-select: text !important; } body.pojo-a11y-high-contrast a, body.pojo-a11y-high-contrast abbr, body.pojo-a11y-high-contrast acronym, body.pojo-a11y-high-contrast address, body.pojo-a11y-high-contrast article, body.pojo-a11y-high-contrast aside, body.pojo-a11y-high-contrast b, body.pojo-a11y-high-contrast basefont, body.pojo-a11y-high-contrast bdi, body.pojo-a11y-high-contrast big, body.pojo-a11y-high-contrast blink, body.pojo-a11y-high-contrast blockquote, body.pojo-a11y-high-contrast body, body.pojo-a11y-high-contrast canvas, body.pojo-a11y-high-contrast caption, body.pojo-a11y-high-contrast center, body.pojo-a11y-high-contrast cite, body.pojo-a11y-high-contrast code, body.pojo-a11y-high-contrast col, body.pojo-a11y-high-contrast colgroup, body.pojo-a11y-high-contrast command, body.pojo-a11y-high-contrast dd, body.pojo-a11y-high-contrast del, body.pojo-a11y-high-contrast details, body.pojo-a11y-high-contrast dfn, body.pojo-a11y-high-contrast dir, body.pojo-a11y-high-contrast div, body.pojo-a11y-high-contrast dl, body.pojo-a11y-high-contrast dt, body.pojo-a11y-high-contrast em, body.pojo-a11y-high-contrast embed, body.pojo-a11y-high-contrast fieldset, body.pojo-a11y-high-contrast figcaption, body.pojo-a11y-high-contrast figure, body.pojo-a11y-high-contrast font, body.pojo-a11y-high-contrast footer, body.pojo-a11y-high-contrast form, body.pojo-a11y-high-contrast h1, body.pojo-a11y-high-contrast h1 a, body.pojo-a11y-high-contrast h1 a b, body.pojo-a11y-high-contrast h1 abbr, body.pojo-a11y-high-contrast h1 b, body.pojo-a11y-high-contrast h1 center, body.pojo-a11y-high-contrast h1 em, body.pojo-a11y-high-contrast h1 i, body.pojo-a11y-high-contrast h1 span, body.pojo-a11y-high-contrast h1 strong, body.pojo-a11y-high-contrast h2, body.pojo-a11y-high-contrast h2 a, body.pojo-a11y-high-contrast h2 a b, body.pojo-a11y-high-contrast h2 abbr, body.pojo-a11y-high-contrast h2 b, body.pojo-a11y-high-contrast h2 center, body.pojo-a11y-high-contrast h2 em, body.pojo-a11y-high-contrast h2 i, body.pojo-a11y-high-contrast h2 span, body.pojo-a11y-high-contrast h2 strong, body.pojo-a11y-high-contrast h3, body.pojo-a11y-high-contrast h3 a, body.pojo-a11y-high-contrast h3 a b, body.pojo-a11y-high-contrast h3 abbr, body.pojo-a11y-high-contrast h3 b, body.pojo-a11y-high-contrast h3 center, body.pojo-a11y-high-contrast h3 em, body.pojo-a11y-high-contrast h3 i, body.pojo-a11y-high-contrast h3 span, body.pojo-a11y-high-contrast h3 strong, body.pojo-a11y-high-contrast h4, body.pojo-a11y-high-contrast h4 a, body.pojo-a11y-high-contrast h4 a b, body.pojo-a11y-high-contrast h4 abbr, body.pojo-a11y-high-contrast h4 b, body.pojo-a11y-high-contrast h4 center, body.pojo-a11y-high-contrast h4 em, body.pojo-a11y-high-contrast h4 i, body.pojo-a11y-high-contrast h4 span, body.pojo-a11y-high-contrast h4 strong, body.pojo-a11y-high-contrast h5, body.pojo-a11y-high-contrast h5 a, body.pojo-a11y-high-contrast h5 a b, body.pojo-a11y-high-contrast h5 abbr, body.pojo-a11y-high-contrast h5 b, body.pojo-a11y-high-contrast h5 center, body.pojo-a11y-high-contrast h5 em, body.pojo-a11y-high-contrast h5 i, body.pojo-a11y-high-contrast h5 span, body.pojo-a11y-high-contrast h5 strong, body.pojo-a11y-high-contrast h6, body.pojo-a11y-high-contrast h6 a, body.pojo-a11y-high-contrast h6 a b, body.pojo-a11y-high-contrast h6 abbr, body.pojo-a11y-high-contrast h6 b, body.pojo-a11y-high-contrast h6 center, body.pojo-a11y-high-contrast h6 em, body.pojo-a11y-high-contrast h6 i, body.pojo-a11y-high-contrast h6 span, body.pojo-a11y-high-contrast h6 strong, body.pojo-a11y-high-contrast header, body.pojo-a11y-high-contrast hgroup, body.pojo-a11y-high-contrast html, body.pojo-a11y-high-contrast i, body.pojo-a11y-high-contrast iframe, body.pojo-a11y-high-contrast input, body.pojo-a11y-high-contrast ins, body.pojo-a11y-high-contrast kbd, body.pojo-a11y-high-contrast label, body.pojo-a11y-high-contrast legend, body.pojo-a11y-high-contrast li, body.pojo-a11y-high-contrast listing, body.pojo-a11y-high-contrast main, body.pojo-a11y-high-contrast mark, body.pojo-a11y-high-contrast marquee, body.pojo-a11y-high-contrast menu, body.pojo-a11y-high-contrast meter, body.pojo-a11y-high-contrast multicol, body.pojo-a11y-high-contrast nav:not(#pojo-a11y-toolbar), body.pojo-a11y-high-contrast nobr, body.pojo-a11y-high-contrast object, body.pojo-a11y-high-contrast ol, body.pojo-a11y-high-contrast option, body.pojo-a11y-high-contrast output, body.pojo-a11y-high-contrast p, body.pojo-a11y-high-contrast plaintext, body.pojo-a11y-high-contrast pre, body.pojo-a11y-high-contrast progress, body.pojo-a11y-high-contrast q, body.pojo-a11y-high-contrast rb, body.pojo-a11y-high-contrast rp, body.pojo-a11y-high-contrast rt, body.pojo-a11y-high-contrast ruby, body.pojo-a11y-high-contrast s, body.pojo-a11y-high-contrast samp, body.pojo-a11y-high-contrast section, body.pojo-a11y-high-contrast small, body.pojo-a11y-high-contrast span, body.pojo-a11y-high-contrast strike, body.pojo-a11y-high-contrast strong, body.pojo-a11y-high-contrast sub, body.pojo-a11y-high-contrast summary, body.pojo-a11y-high-contrast sup, body.pojo-a11y-high-contrast svg, body.pojo-a11y-high-contrast table, body.pojo-a11y-high-contrast tbody, body.pojo-a11y-high-contrast td, body.pojo-a11y-high-contrast text, body.pojo-a11y-high-contrast textarea, body.pojo-a11y-high-contrast th, body.pojo-a11y-high-contrast thead, body.pojo-a11y-high-contrast time, body.pojo-a11y-high-contrast tr, body.pojo-a11y-high-contrast tt, body.pojo-a11y-high-contrast u, body.pojo-a11y-high-contrast ul, body.pojo-a11y-high-contrast var, body.pojo-a11y-high-contrast video, body.pojo-a11y-high-contrast xmp { background: black !important; background-color: black !important; } body.pojo-a11y-high-contrast a, body.pojo-a11y-high-contrast article, body.pojo-a11y-high-contrast aside, body.pojo-a11y-high-contrast basefont, body.pojo-a11y-high-contrast bdi, body.pojo-a11y-high-contrast big, body.pojo-a11y-high-contrast blink, body.pojo-a11y-high-contrast blockquote, body.pojo-a11y-high-contrast body, body.pojo-a11y-high-contrast button, body.pojo-a11y-high-contrast canvas, body.pojo-a11y-high-contrast caption, body.pojo-a11y-high-contrast center, body.pojo-a11y-high-contrast code, body.pojo-a11y-high-contrast col, body.pojo-a11y-high-contrast colgroup, body.pojo-a11y-high-contrast command, body.pojo-a11y-high-contrast dd, body.pojo-a11y-high-contrast del, body.pojo-a11y-high-contrast details, body.pojo-a11y-high-contrast dir, body.pojo-a11y-high-contrast div, body.pojo-a11y-high-contrast dl, body.pojo-a11y-high-contrast dt, body.pojo-a11y-high-contrast embed, body.pojo-a11y-high-contrast fieldset, body.pojo-a11y-high-contrast figcaption, body.pojo-a11y-high-contrast figure, body.pojo-a11y-high-contrast font, body.pojo-a11y-high-contrast footer, body.pojo-a11y-high-contrast form, body.pojo-a11y-high-contrast header, body.pojo-a11y-high-contrast hgroup, body.pojo-a11y-high-contrast html, body.pojo-a11y-high-contrast iframe, body.pojo-a11y-high-contrast img, body.pojo-a11y-high-contrast input, body.pojo-a11y-high-contrast ins, body.pojo-a11y-high-contrast kbd, body.pojo-a11y-high-contrast label, body.pojo-a11y-high-contrast legend, body.pojo-a11y-high-contrast li, body.pojo-a11y-high-contrast listing, body.pojo-a11y-high-contrast main, body.pojo-a11y-high-contrast mark, body.pojo-a11y-high-contrast marquee, body.pojo-a11y-high-contrast menu, body.pojo-a11y-high-contrast meter, body.pojo-a11y-high-contrast multicol, body.pojo-a11y-high-contrast nav, body.pojo-a11y-high-contrast nobr, body.pojo-a11y-high-contrast object, body.pojo-a11y-high-contrast ol, body.pojo-a11y-high-contrast option, body.pojo-a11y-high-contrast output, body.pojo-a11y-high-contrast p, body.pojo-a11y-high-contrast plaintext, body.pojo-a11y-high-contrast pre, body.pojo-a11y-high-contrast progress, body.pojo-a11y-high-contrast q, body.pojo-a11y-high-contrast rb, body.pojo-a11y-high-contrast rp, body.pojo-a11y-high-contrast rt, body.pojo-a11y-high-contrast ruby, body.pojo-a11y-high-contrast s, body.pojo-a11y-high-contrast samp, body.pojo-a11y-high-contrast section, body.pojo-a11y-high-contrast select, body.pojo-a11y-high-contrast small, body.pojo-a11y-high-contrast span, body.pojo-a11y-high-contrast strike, body.pojo-a11y-high-contrast sub, body.pojo-a11y-high-contrast summary, body.pojo-a11y-high-contrast sup, body.pojo-a11y-high-contrast svg, body.pojo-a11y-high-contrast table, body.pojo-a11y-high-contrast tbody, body.pojo-a11y-high-contrast td, body.pojo-a11y-high-contrast text, body.pojo-a11y-high-contrast textarea, body.pojo-a11y-high-contrast th, body.pojo-a11y-high-contrast thead, body.pojo-a11y-high-contrast time, body.pojo-a11y-high-contrast tr, body.pojo-a11y-high-contrast tt, body.pojo-a11y-high-contrast ul, body.pojo-a11y-high-contrast var, body.pojo-a11y-high-contrast video, body.pojo-a11y-high-contrast xmp { color: white !important; } body.pojo-a11y-high-contrast abbr, body.pojo-a11y-high-contrast acronym, body.pojo-a11y-high-contrast b, body.pojo-a11y-high-contrast b span, body.pojo-a11y-high-contrast h1 b, body.pojo-a11y-high-contrast h1 strong, body.pojo-a11y-high-contrast h2 b, body.pojo-a11y-high-contrast h2 strong, body.pojo-a11y-high-contrast h3 b, body.pojo-a11y-high-contrast h3 strong, body.pojo-a11y-high-contrast h4 b, body.pojo-a11y-high-contrast h4 strong, body.pojo-a11y-high-contrast h5 b, body.pojo-a11y-high-contrast h5 strong, body.pojo-a11y-high-contrast h6 b, body.pojo-a11y-high-contrast h6 strong, body.pojo-a11y-high-contrast strong, body.pojo-a11y-high-contrast strong span { color: yellow !important; } body.pojo-a11y-high-contrast address, body.pojo-a11y-high-contrast address span, body.pojo-a11y-high-contrast cite, body.pojo-a11y-high-contrast cite span, body.pojo-a11y-high-contrast dfn, body.pojo-a11y-high-contrast dfn span, body.pojo-a11y-high-contrast em, body.pojo-a11y-high-contrast em span, body.pojo-a11y-high-contrast h1 em, body.pojo-a11y-high-contrast h1 i, body.pojo-a11y-high-contrast h2 em, body.pojo-a11y-high-contrast h2 i, body.pojo-a11y-high-contrast h3 em, body.pojo-a11y-high-contrast h3 i, body.pojo-a11y-high-contrast h4 em, body.pojo-a11y-high-contrast h4 i, body.pojo-a11y-high-contrast h5 em, body.pojo-a11y-high-contrast h5 i, body.pojo-a11y-high-contrast h6 em, body.pojo-a11y-high-contrast h6 i, body.pojo-a11y-high-contrast i, body.pojo-a11y-high-contrast i span, body.pojo-a11y-high-contrast u, body.pojo-a11y-high-contrast u span { color: #ffff80 !important; } body.pojo-a11y-high-contrast dt { border-top: thin solid grey !important; } body.pojo-a11y-high-contrast h1, body.pojo-a11y-high-contrast h1 a, body.pojo-a11y-high-contrast h1 a b, body.pojo-a11y-high-contrast h1 abbr, body.pojo-a11y-high-contrast h1 center, body.pojo-a11y-high-contrast h1 span, body.pojo-a11y-high-contrast h2, body.pojo-a11y-high-contrast h2 a, body.pojo-a11y-high-contrast h2 a b, body.pojo-a11y-high-contrast h2 abbr, body.pojo-a11y-high-contrast h2 center, body.pojo-a11y-high-contrast h2 span, body.pojo-a11y-high-contrast h3, body.pojo-a11y-high-contrast h3 a, body.pojo-a11y-high-contrast h3 a b, body.pojo-a11y-high-contrast h3 abbr, body.pojo-a11y-high-contrast h3 center, body.pojo-a11y-high-contrast h3 span, body.pojo-a11y-high-contrast h4, body.pojo-a11y-high-contrast h4 a, body.pojo-a11y-high-contrast h4 a b, body.pojo-a11y-high-contrast h4 abbr, body.pojo-a11y-high-contrast h4 center, body.pojo-a11y-high-contrast h4 span, body.pojo-a11y-high-contrast h5, body.pojo-a11y-high-contrast h5 a, body.pojo-a11y-high-contrast h5 a b, body.pojo-a11y-high-contrast h5 abbr, body.pojo-a11y-high-contrast h5 center, body.pojo-a11y-high-contrast h5 span, body.pojo-a11y-high-contrast h6, body.pojo-a11y-high-contrast h6 a, body.pojo-a11y-high-contrast h6 a b, body.pojo-a11y-high-contrast h6 abbr, body.pojo-a11y-high-contrast h6 center, body.pojo-a11y-high-contrast h6 span { color: #40c090 !important; } body.pojo-a11y-high-contrast img { background: #808080 !important; background-color: #808080 !important; } body.pojo-a11y-high-contrast abbr, body.pojo-a11y-high-contrast acronym { border-bottom: 1px dotted !important; } body.pojo-a11y-high-contrast :focus { outline: thin dotted !important; } body.pojo-a11y-high-contrast a.button, body.pojo-a11y-high-contrast a.button abbr, body.pojo-a11y-high-contrast a.button acronym, body.pojo-a11y-high-contrast a.button b, body.pojo-a11y-high-contrast a.button basefont, body.pojo-a11y-high-contrast a.button big, body.pojo-a11y-high-contrast a.button br, body.pojo-a11y-high-contrast a.button code, body.pojo-a11y-high-contrast a.button div, body.pojo-a11y-high-contrast a.button em, body.pojo-a11y-high-contrast a.button font, body.pojo-a11y-high-contrast a.button h1, body.pojo-a11y-high-contrast a.button h2, body.pojo-a11y-high-contrast a.button h3, body.pojo-a11y-high-contrast a.button h4, body.pojo-a11y-high-contrast a.button h5, body.pojo-a11y-high-contrast a.button h6, body.pojo-a11y-high-contrast a.button i, body.pojo-a11y-high-contrast a.button kbd, body.pojo-a11y-high-contrast a.button rb, body.pojo-a11y-high-contrast a.button rp, body.pojo-a11y-high-contrast a.button rt, body.pojo-a11y-high-contrast a.button ruby, body.pojo-a11y-high-contrast a.button samp, body.pojo-a11y-high-contrast a.button small, body.pojo-a11y-high-contrast a.button span, body.pojo-a11y-high-contrast a.button strong, body.pojo-a11y-high-contrast a.button tt, body.pojo-a11y-high-contrast a.button u, body.pojo-a11y-high-contrast a.button var, body.pojo-a11y-high-contrast a:link, body.pojo-a11y-high-contrast a:link abbr, body.pojo-a11y-high-contrast a:link acronym, body.pojo-a11y-high-contrast a:link b, body.pojo-a11y-high-contrast a:link basefont, body.pojo-a11y-high-contrast a:link big, body.pojo-a11y-high-contrast a:link br, body.pojo-a11y-high-contrast a:link code, body.pojo-a11y-high-contrast a:link div, body.pojo-a11y-high-contrast a:link em, body.pojo-a11y-high-contrast a:link font, body.pojo-a11y-high-contrast a:link h1, body.pojo-a11y-high-contrast a:link h2, body.pojo-a11y-high-contrast a:link h3, body.pojo-a11y-high-contrast a:link h4, body.pojo-a11y-high-contrast a:link h5, body.pojo-a11y-high-contrast a:link h6, body.pojo-a11y-high-contrast a:link i, body.pojo-a11y-high-contrast a:link kbd, body.pojo-a11y-high-contrast a:link rb, body.pojo-a11y-high-contrast a:link rp, body.pojo-a11y-high-contrast a:link rt, body.pojo-a11y-high-contrast a:link ruby, body.pojo-a11y-high-contrast a:link samp, body.pojo-a11y-high-contrast a:link small, body.pojo-a11y-high-contrast a:link span, body.pojo-a11y-high-contrast a:link strong, body.pojo-a11y-high-contrast a:link tt, body.pojo-a11y-high-contrast a:link u, body.pojo-a11y-high-contrast a:link var, body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem { color: #0080ff !important; } body.pojo-a11y-high-contrast button, body.pojo-a11y-high-contrast input, body.pojo-a11y-high-contrast textarea, body.pojo-a11y-high-contrast select, body.pojo-a11y-high-contrast table, body.pojo-a11y-high-contrast td, body.pojo-a11y-high-contrast th, body.pojo-a11y-high-contrast tr, body.pojo-a11y-high-contrast tt { border: 1px solid #ffffff !important; } body.pojo-a11y-high-contrast button { background: #600040 !important; background-color: #600040 !important; } body.pojo-a11y-high-contrast select { -webkit-appearance: listbox !important; background: #600060 !important; background-color: #600060 !important; } body.pojo-a11y-high-contrast a:visited, body.pojo-a11y-high-contrast a:visited abbr, body.pojo-a11y-high-contrast a:visited acronym, body.pojo-a11y-high-contrast a:visited b, body.pojo-a11y-high-contrast a:visited basefont, body.pojo-a11y-high-contrast a:visited big, body.pojo-a11y-high-contrast a:visited br, body.pojo-a11y-high-contrast a:visited code, body.pojo-a11y-high-contrast a:visited div, body.pojo-a11y-high-contrast a:visited em, body.pojo-a11y-high-contrast a:visited font, body.pojo-a11y-high-contrast a:visited h1, body.pojo-a11y-high-contrast a:visited h2, body.pojo-a11y-high-contrast a:visited h3, body.pojo-a11y-high-contrast a:visited h4, body.pojo-a11y-high-contrast a:visited h5, body.pojo-a11y-high-contrast a:visited h6, body.pojo-a11y-high-contrast a:visited i, body.pojo-a11y-high-contrast a:visited kbd, body.pojo-a11y-high-contrast a:visited rb, body.pojo-a11y-high-contrast a:visited rp, body.pojo-a11y-high-contrast a:visited rt, body.pojo-a11y-high-contrast a:visited ruby, body.pojo-a11y-high-contrast a:visited samp, body.pojo-a11y-high-contrast a:visited small, body.pojo-a11y-high-contrast a:visited span, body.pojo-a11y-high-contrast a:visited strong, body.pojo-a11y-high-contrast a:visited tt, body.pojo-a11y-high-contrast a:visited u, body.pojo-a11y-high-contrast a:visited var, body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem.active { color: #00ffff !important; } body.pojo-a11y-high-contrast ::selection, body.pojo-a11y-high-contrast ::-moz-selection { background: #4080c0 !important; background-color: #4080c0 !important; } body.pojo-a11y-high-contrast a.button:hover, body.pojo-a11y-high-contrast a.button:hover abbr, body.pojo-a11y-high-contrast a.button:hover acronym, body.pojo-a11y-high-contrast a.button:hover b, body.pojo-a11y-high-contrast a.button:hover basefont, body.pojo-a11y-high-contrast a.button:hover big, body.pojo-a11y-high-contrast a.button:hover br, body.pojo-a11y-high-contrast a.button:hover code, body.pojo-a11y-high-contrast a.button:hover div, body.pojo-a11y-high-contrast a.button:hover em, body.pojo-a11y-high-contrast a.button:hover font, body.pojo-a11y-high-contrast a.button:hover h1, body.pojo-a11y-high-contrast a.button:hover h2, body.pojo-a11y-high-contrast a.button:hover h3, body.pojo-a11y-high-contrast a.button:hover h4, body.pojo-a11y-high-contrast a.button:hover h5, body.pojo-a11y-high-contrast a.button:hover h6, body.pojo-a11y-high-contrast a.button:hover i, body.pojo-a11y-high-contrast a.button:hover kbd, body.pojo-a11y-high-contrast a.button:hover rb, body.pojo-a11y-high-contrast a.button:hover rp, body.pojo-a11y-high-contrast a.button:hover rt, body.pojo-a11y-high-contrast a.button:hover ruby, body.pojo-a11y-high-contrast a.button:hover samp, body.pojo-a11y-high-contrast a.button:hover small, body.pojo-a11y-high-contrast a.button:hover span, body.pojo-a11y-high-contrast a.button:hover strong, body.pojo-a11y-high-contrast a.button:hover tt, body.pojo-a11y-high-contrast a.button:hover u, body.pojo-a11y-high-contrast a.button:hover var, body.pojo-a11y-high-contrast a:link:hover, body.pojo-a11y-high-contrast a:link:hover abbr, body.pojo-a11y-high-contrast a:link:hover acronym, body.pojo-a11y-high-contrast a:link:hover b, body.pojo-a11y-high-contrast a:link:hover basefont, body.pojo-a11y-high-contrast a:link:hover big, body.pojo-a11y-high-contrast a:link:hover br, body.pojo-a11y-high-contrast a:link:hover code, body.pojo-a11y-high-contrast a:link:hover div, body.pojo-a11y-high-contrast a:link:hover em, body.pojo-a11y-high-contrast a:link:hover font, body.pojo-a11y-high-contrast a:link:hover h1, body.pojo-a11y-high-contrast a:link:hover h2, body.pojo-a11y-high-contrast a:link:hover h3, body.pojo-a11y-high-contrast a:link:hover h4, body.pojo-a11y-high-contrast a:link:hover h5, body.pojo-a11y-high-contrast a:link:hover h6, body.pojo-a11y-high-contrast a:link:hover i, body.pojo-a11y-high-contrast a:link:hover kbd, body.pojo-a11y-high-contrast a:link:hover rb, body.pojo-a11y-high-contrast a:link:hover rp, body.pojo-a11y-high-contrast a:link:hover rt, body.pojo-a11y-high-contrast a:link:hover ruby, body.pojo-a11y-high-contrast a:link:hover samp, body.pojo-a11y-high-contrast a:link:hover small, body.pojo-a11y-high-contrast a:link:hover span, body.pojo-a11y-high-contrast a:link:hover strong, body.pojo-a11y-high-contrast a:link:hover tt, body.pojo-a11y-high-contrast a:link:hover u, body.pojo-a11y-high-contrast a:link:hover var, body.pojo-a11y-high-contrast a:visited:hover, body.pojo-a11y-high-contrast a:visited:hover abbr, body.pojo-a11y-high-contrast a:visited:hover acronym, body.pojo-a11y-high-contrast a:visited:hover b, body.pojo-a11y-high-contrast a:visited:hover basefont, body.pojo-a11y-high-contrast a:visited:hover big, body.pojo-a11y-high-contrast a:visited:hover br, body.pojo-a11y-high-contrast a:visited:hover code, body.pojo-a11y-high-contrast a:visited:hover div, body.pojo-a11y-high-contrast a:visited:hover em, body.pojo-a11y-high-contrast a:visited:hover font, body.pojo-a11y-high-contrast a:visited:hover h1, body.pojo-a11y-high-contrast a:visited:hover h2, body.pojo-a11y-high-contrast a:visited:hover h3, body.pojo-a11y-high-contrast a:visited:hover h4, body.pojo-a11y-high-contrast a:visited:hover h5, body.pojo-a11y-high-contrast a:visited:hover h6, body.pojo-a11y-high-contrast a:visited:hover i, body.pojo-a11y-high-contrast a:visited:hover kbd, body.pojo-a11y-high-contrast a:visited:hover rb, body.pojo-a11y-high-contrast a:visited:hover rp, body.pojo-a11y-high-contrast a:visited:hover rt, body.pojo-a11y-high-contrast a:visited:hover ruby, body.pojo-a11y-high-contrast a:visited:hover samp, body.pojo-a11y-high-contrast a:visited:hover small, body.pojo-a11y-high-contrast a:visited:hover span, body.pojo-a11y-high-contrast a:visited:hover strong, body.pojo-a11y-high-contrast a:visited:hover tt, body.pojo-a11y-high-contrast a:visited:hover u, body.pojo-a11y-high-contrast a:visited:hover var { background: #400000 !important; background-color: #400000 !important; } body.pojo-a11y-high-contrast body > input#site + div#wrapper span.mk, body.pojo-a11y-high-contrast body > input#site + div#wrapper span.mk b, body.pojo-a11y-high-contrast input[type='reset'] { background: #400060 !important; background-color: #400060 !important; } body.pojo-a11y-high-contrast div[role='button'], body.pojo-a11y-high-contrast input[type='button'], body.pojo-a11y-high-contrast input[type='submit'] { background: #600040 !important; background-color: #600040 !important; } body.pojo-a11y-high-contrast input[type='search'] { -webkit-appearance: textfield !important; } body.pojo-a11y-high-contrast html button[disabled], body.pojo-a11y-high-contrast html input[disabled], body.pojo-a11y-high-contrast html select[disabled], body.pojo-a11y-high-contrast html textarea[disabled] { background: #404040 !important; background-color: #404040 !important; } body.pojo-a11y-high-contrast .menu li a span.label { text-transform: none !important; } body.pojo-a11y-high-contrast .menu li a span.label, body.pojo-a11y-high-contrast div.jwplayer span.jwcontrolbar, body.pojo-a11y-high-contrast div.jwplayer span.jwcontrols { display: inline !important; } body.pojo-a11y-high-contrast a:link.new, body.pojo-a11y-high-contrast a:link.new i, body.pojo-a11y-high-contrast a:link.new b, body.pojo-a11y-high-contrast span.Apple-style-span { color: #ffff40 !important; } body.pojo-a11y-high-contrast body.mediawiki img.tex { background: white !important; background-color: white !important; border: white solid 3px !important; } body.pojo-a11y-high-contrast text > tspan:first-letter, body.pojo-a11y-high-contrast text > tspan:first-line { background: inherit !important; background-color: inherit !important; color: inherit !important; } body.pojo-a11y-high-contrast div.sbtc div.sbsb_a li.sbsb_d div, body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i a, body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i b, body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i span, body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i td { background: #003050 !important; background-color: #003050 !important; } body.pojo-a11y-high-contrast img[width='18'][height='18'] { height: 18px !important; width: 18px !important; } body.pojo-a11y-high-contrast a > span.iconHelp:empty:after { content: 'Help' !important; } body.pojo-a11y-high-contrast div#gmap, body.pojo-a11y-high-contrast div#gmap * { background: initial !important; } body.pojo-a11y-negative-contrast, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) { background: #000 !important; color: #ffffff !important; } body.pojo-a11y-negative-contrast a, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a, body.pojo-a11y-negative-contrast b, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) b, body.pojo-a11y-negative-contrast blockquote, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) blockquote, body.pojo-a11y-negative-contrast button, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button, body.pojo-a11y-negative-contrast canvas, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) canvas, body.pojo-a11y-negative-contrast caption, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) caption, body.pojo-a11y-negative-contrast center, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) center, body.pojo-a11y-negative-contrast cite, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) cite, body.pojo-a11y-negative-contrast code, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) code, body.pojo-a11y-negative-contrast col, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) col, body.pojo-a11y-negative-contrast colgroup, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) colgroup, body.pojo-a11y-negative-contrast dd, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dd, body.pojo-a11y-negative-contrast details, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) details, body.pojo-a11y-negative-contrast dfn, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dfn, body.pojo-a11y-negative-contrast dir, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dir, body.pojo-a11y-negative-contrast div, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) div, body.pojo-a11y-negative-contrast dl, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dl, body.pojo-a11y-negative-contrast dt, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dt, body.pojo-a11y-negative-contrast em, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) em, body.pojo-a11y-negative-contrast embed, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) embed, body.pojo-a11y-negative-contrast fieldset, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) fieldset, body.pojo-a11y-negative-contrast figcaption, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figcaption, body.pojo-a11y-negative-contrast figure, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figure, body.pojo-a11y-negative-contrast font, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) font, body.pojo-a11y-negative-contrast footer, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) footer, body.pojo-a11y-negative-contrast form, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) form, body.pojo-a11y-negative-contrast header, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) header, body.pojo-a11y-negative-contrast i, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) i, body.pojo-a11y-negative-contrast iframe, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) iframe, body.pojo-a11y-negative-contrast img, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) img, body.pojo-a11y-negative-contrast input, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input, body.pojo-a11y-negative-contrast kbd, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) kbd, body.pojo-a11y-negative-contrast label, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) label, body.pojo-a11y-negative-contrast legend, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) legend, body.pojo-a11y-negative-contrast li, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) li, body.pojo-a11y-negative-contrast mark, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) mark, body.pojo-a11y-negative-contrast menu, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) menu, body.pojo-a11y-negative-contrast meter, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) meter, body.pojo-a11y-negative-contrast nav, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nav, body.pojo-a11y-negative-contrast nobr, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nobr, body.pojo-a11y-negative-contrast object, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) object, body.pojo-a11y-negative-contrast ol, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ol, body.pojo-a11y-negative-contrast option, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) option, body.pojo-a11y-negative-contrast pre, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) pre, body.pojo-a11y-negative-contrast progress, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) progress, body.pojo-a11y-negative-contrast q, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) q, body.pojo-a11y-negative-contrast s, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) s, body.pojo-a11y-negative-contrast section, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) section, body.pojo-a11y-negative-contrast select, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select, body.pojo-a11y-negative-contrast small, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) small, body.pojo-a11y-negative-contrast span, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) span, body.pojo-a11y-negative-contrast strike, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strike, body.pojo-a11y-negative-contrast strong, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong, body.pojo-a11y-negative-contrast sub, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sub, body.pojo-a11y-negative-contrast summary, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) summary, body.pojo-a11y-negative-contrast sup, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sup, body.pojo-a11y-negative-contrast table, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table, body.pojo-a11y-negative-contrast td, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td, body.pojo-a11y-negative-contrast textarea, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea, body.pojo-a11y-negative-contrast th, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th, body.pojo-a11y-negative-contrast time, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) time, body.pojo-a11y-negative-contrast tr, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr, body.pojo-a11y-negative-contrast tt, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt, body.pojo-a11y-negative-contrast u, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) u, body.pojo-a11y-negative-contrast ul, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ul, body.pojo-a11y-negative-contrast var, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) var, body.pojo-a11y-negative-contrast a span, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a span, body.pojo-a11y-negative-contrast strong, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong { color: yellow !important; } body.pojo-a11y-negative-contrast button, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button, body.pojo-a11y-negative-contrast input, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input, body.pojo-a11y-negative-contrast textarea, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea, body.pojo-a11y-negative-contrast select, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select, body.pojo-a11y-negative-contrast table, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table, body.pojo-a11y-negative-contrast td, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td, body.pojo-a11y-negative-contrast th, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th, body.pojo-a11y-negative-contrast tr, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr, body.pojo-a11y-negative-contrast tt, body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt { border: 1px solid #ffffff !important; } body.pojo-a11y-negative-contrast div#gmap, body.pojo-a11y-negative-contrast div#gmap * { background: initial !important; } body.pojo-a11y-light-background, body.pojo-a11y-light-background *:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link) { background: #fff !important; color: #000 !important; } body.pojo-a11y-light-background div#gmap, body.pojo-a11y-light-background div#gmap * { background: initial !important; } html:has(body.pojo-a11y-resize-font-200) { font-size: 32px; } html:has(body.pojo-a11y-resize-font-190) { font-size: 30px; } html:has(body.pojo-a11y-resize-font-180) { font-size: 28px; } html:has(body.pojo-a11y-resize-font-170) { font-size: 26px; } html:has(body.pojo-a11y-resize-font-160) { font-size: 24px; } html:has(body.pojo-a11y-resize-font-150) { font-size: 22px; } html:has(body.pojo-a11y-resize-font-140) { font-size: 20px; } html:has(body.pojo-a11y-resize-font-130) { font-size: 18px; } body.pojo-a11y-links-underline { /* Temporarily checking selectors a[onclick] , a[onclick] abbr, a[onclick] acronym, a[onclick] b, a[onclick] basefont, a[onclick] big, a[onclick] br, a[onclick] code, a[onclick] div, a[onclick] em, a[onclick] font, a[onclick] h1, a[onclick] h2, a[onclick] h3, a[onclick] h4, a[onclick] h5, a[onclick] h6, a[onclick] i, a[onclick] kbd, a[onclick] small, a[onclick] span, a[onclick] strong, a[onclick] tt, a[onclick] u, a[onclick] var, a[onclick]:active , a[onclick]:active abbr, a[onclick]:active acronym, a[onclick]:active b, a[onclick]:active basefont, a[onclick]:active big, a[onclick]:active br, a[onclick]:active code, a[onclick]:active div, a[onclick]:active em, a[onclick]:active font, a[onclick]:active h1, a[onclick]:active h2, a[onclick]:active h3, a[onclick]:active h4, a[onclick]:active h5, a[onclick]:active h6, a[onclick]:active i, a[onclick]:active kbd, a[onclick]:active small, a[onclick]:active span, a[onclick]:active strong, a[onclick]:active tt, a[onclick]:active u, a[onclick]:active var { text-decoration: underline !important; } a:link , a:link abbr, a:link acronym, a:link b, a:link basefont, a:link big, a:link br, a:link code, a:link div, a:link em, a:link font, a:link h1, a:link h2, a:link h3, a:link h4, a:link h5, a:link h6, a:link i, a:link kbd, a:link small, a:link span, a:link strong, a:link tt, a:link u, a:link var, a:link:active , a:link:active abbr, a:link:active acronym, a:link:active b, a:link:active basefont, a:link:active big, a:link:active br, a:link:active code, a:link:active div, a:link:active em, a:link:active font, a:link:active h1, a:link:active h2, a:link:active h3, a:link:active h4, a:link:active h5, a:link:active h6, a:link:active i, a:link:active kbd, a:link:active small, a:link:active span, a:link:active strong, a:link:active tt, a:link:active u, a:link:active var, a:visited , a:visited abbr, a:visited acronym, a:visited b, a:visited basefont, a:visited big, a:visited br, a:visited code, a:visited div, a:visited em, a:visited font, a:visited h1, a:visited h2, a:visited h3, a:visited h4, a:visited h5, a:visited h6, a:visited i, a:visited kbd, a:visited small, a:visited span, a:visited strong, a:visited tt, a:visited u, a:visited var, a:visited:active , a:visited:active abbr, a:visited:active acronym, a:visited:active b, a:visited:active basefont, a:visited:active big, a:visited:active br, a:visited:active code, a:visited:active div, a:visited:active em, a:visited:active font, a:visited:active h1, a:visited:active h2, a:visited:active h3, a:visited:active h4, a:visited:active h5, a:visited:active h6, a:visited:active i, a:visited:active kbd, a:visited:active small, a:visited:active span, a:visited:active strong, a:visited:active tt, a:visited:active u, a:visited:active var { text-decoration: underline !important; }*/ } body.pojo-a11y-links-underline a, body.pojo-a11y-links-underline a * { text-decoration: underline !important; } body.pojo-a11y-readable-font, body.pojo-a11y-readable-font *:not(i):not(span) { font-family: Verdana, Arial, Helvetica, sans-serif !important; } .pojo-skip-link { position: absolute; top: -1000em; } .pojo-skip-link:focus { left: 50px; top: 50px; height: auto; width: 200px; display: block; font-size: 14px; font-weight: 700; text-align: center; padding: 15px 23px 14px; background-color: #f1f1f1; color: #21759b; z-index: 100000; line-height: normal; text-decoration: none; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); } body.rtl .pojo-skip-link:focus { right: 50px; left: auto; } #pojo-a11y-toolbar *, #pojo-a11y-toolbar ::before, #pojo-a11y-toolbar ::after { box-sizing: border-box; } .pojo-a11y-visible-phone { display: none !important; } .pojo-a11y-visible-tablet { display: none !important; } .pojo-a11y-hidden-desktop { display: none !important; } .pojo-a11y-visible-desktop { display: inherit !important; } @media (min-width: 768px) and (max-width: 1024px) { .pojo-a11y-hidden-desktop { display: inherit !important; } .pojo-a11y-visible-desktop { display: none !important ; } .pojo-a11y-visible-tablet { display: inherit !important; } .pojo-a11y-hidden-tablet { display: none !important; } } @media (max-width: 767px) { .pojo-a11y-hidden-desktop { display: inherit !important; } .pojo-a11y-visible-desktop { display: none !important; } .pojo-a11y-visible-phone { display: inherit !important; } /* Use inherit to restore previous behavior */ .pojo-a11y-hidden-phone { display: none !important; } } .pojo-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }@font-face{font-family:"sxgdpr-font";src:url("/wp-content/plugins/wp-gdpr-cookies/frontend/assets/fonts/sxgdpr-font.eot?5bjsfo");src:url("/wp-content/plugins/wp-gdpr-cookies/frontend/assets/fonts/sxgdpr-font.eot?5bjsfo#iefix") format("embedded-opentype"),url("/wp-content/plugins/wp-gdpr-cookies/frontend/assets/fonts/sxgdpr-font.ttf?5bjsfo") format("truetype"),url("/wp-content/plugins/wp-gdpr-cookies/frontend/assets/fonts/sxgdpr-font.woff?5bjsfo") format("woff"),url("/wp-content/plugins/wp-gdpr-cookies/frontend/assets/fonts/sxgdpr-font.svg?5bjsfo#sxgdpr-font") format("svg");font-weight:normal;font-style:normal;font-display:block}[class^=sxgdpr-],[class*=" sxgdpr-"]{font-family:"sxgdpr-font" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sxgdpr-chevron-right:before{content:""}.sxgdpr-chevron-up:before{content:""}.sxgdpr-chevron-down:before{content:""}.sxgdpr-cookie:before{content:""}.sxgdpr-cog:before{content:""}.sxgdpr-check:before{content:""}.sxgdpr-save:before{content:""}.sxgdpr-x:before{content:""}.sxgdpr-chevron-left:before{content:""}.ccBtn{height:2.5em;text-transform:uppercase;border-radius:7.5em;background:#cf4b0c !important;color:#fff !important;font-size:1em;font-weight:600;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.625em;padding:.5625em 1.5em;text-decoration:none !important;-webkit-transition:color 200ms,background 200ms;transition:color 200ms,background 200ms}.ccBtn
i{font-size:1em;font-weight:normal;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ccBtn.ccBtn--plain{background:#fff !important;color:#0f0f10 !important}.ccBtn.ccBtn--plain:hover{background:#f2f4f6 !important}.ccBtn.ccBtn--plain:active{background:#e5e9ed !important;outline:none}.ccBtn:hover{background:#0f0f10 !important;text-decoration:none}.ccBtn:active{background:#cf4b0c !important;outline:none}.ccBtn:focus-visible{outline:solid 2px #cf4b0c !important}.ccCb{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:1.5em;position:relative;cursor:pointer}.ccCb__input{width:0;height:0;position:absolute;clip:rect(0, 0, 0, 0)}.ccCb__input:checked~.ccCb__bg{background:#cf4b0c}.ccCb__input:checked~.ccCb__icon{left:1.375em}.ccCb__input:focus-visible~.ccCb__bg{outline:solid 2px #cf4b0c !important;outline-offset:2px}.ccCb__bg{width:2.625em;height:1.5em;background:#b4c2cc;border-radius:1.875em;-webkit-transition:background 200ms;transition:background 200ms}.ccCb__icon{width:1em;height:1em;border-radius:50%;background:#fff;position:absolute;left:.25em;top:50%;margin-top:-0.5em;-webkit-transition:left 200ms;transition:left 200ms}.ccNotification{font-size:15px;position:fixed;inset:0;min-width:320px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:99999;padding:1.25rem;padding-bottom:2.5rem;line-height:1.5;visibility:visible;opacity:1;background:rgba(0,0,0,.25);-webkit-transition:visibility 200ms ease,opacity 200ms ease;transition:visibility 200ms ease,opacity 200ms ease;will-change:visibility,opacity}.ccNotification.display-none{display:none}@media(max-width: 1081px){.ccNotification{padding:16px}}.ccNotification a:not(.ccBtn){color:#f26522;text-decoration:none}.ccNotification a:not(.ccBtn):hover{text-decoration:underline}.ccNotification__inner{width:100%;max-width:1312px;background:#fff;padding:1.125rem 2rem;border-radius:.5em;-webkit-box-shadow:2px 4px 24px rgba(0,41,90,.0784313725);box-shadow:2px 4px 24px rgba(0,41,90,.0784313725)}@media(max-width: 760px){.ccNotification__inner{padding:1.125em}}.ccNotification__options{display:none;position:relative}.ccNotification__content{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;gap:2em}.ccNotification__content>div:last-child:not(:first-child){display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5em}@media(max-width: 760px){.ccNotification__content>div:last-child:not(:first-child){gap:0px}}@media(max-width: 410px){.ccNotification__content>div:last-child:not(:first-child){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.ccNotification__content>div:last-child:not(:first-child) .ccBtn{width:100%}}@media(max-width: 760px){.ccNotification__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;gap:1.25em}}@media(max-width: 760px)and (max-width: 359px){.ccNotification__content{gap:.375em}}.ccNotification__toggleOptions{position:absolute;right:1.25em;top:1.25em;background:none;padding:.3125em;line-height:1;border:none;font-size:14px;color:#cf4b0c}.ccNotification .ml-auto{margin-left:auto}.ccNotification.has-options
.ccNotification__inner{padding:0}.ccNotification.has-options
.ccNotification__content{display:none}.ccNotification.has-options
.ccNotification__options{display:block}.ccNotification.is-hidden{opacity:0;visibility:hidden}.ccCookieValues{display:none}.ccPopup{position:fixed;inset:0;z-index:2200;background:rgba(0,0,0,.25);display:-webkit-box;display:-ms-flexbox;display:flex;min-width:320px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1.25em;visibility:hidden;opacity:0;font-size:15px;-webkit-transition:visibility 200ms ease,opacity 200ms ease;transition:visibility 200ms ease,opacity 200ms ease;will-change:visibility,opacity}@media(max-width: 480px){.ccPopup{padding:0}}.ccPopup.is-visible{opacity:1;visibility:visible}.ccPopup__inner{width:100%;max-width:1312px;background:#fff;border-radius:.5em;padding:2.5em 2em 1.5em 2em;min-height:12.5em;position:relative;overflow:auto;-webkit-box-shadow:2px 4px 24px rgba(0,41,90,.0784313725);box-shadow:2px 4px 24px rgba(0,41,90,.0784313725)}@media(max-width: 760px){.ccPopup__inner{padding:2.5em 1.5em 1.5em 1.5em}}@media(max-width: 480px){.ccPopup__inner{padding-top:3.5em;border-radius:0;height:100vh}}.ccPopup__inner:empty:before{content:"";position:absolute;inset:0;background-image:url(/wp-content/plugins/wp-gdpr-cookies/frontend/assets/images/ajax-loader.svg);background-repeat:no-repeat;background-size:3em;background-position:center}.ccOptions{color:#0f0f10;font-size:1em;line-height:1.5}.ccOptions
p{margin:15px
0}.ccOptions p:first-child{margin-top:0}.ccOptions p:last-child{margin-bottom:0}.ccOptions__title{font-size:1.25em;font-weight:700}.ccOptions__title:empty+p{margin-top:0}.ccOptions__close{position:absolute;right:20px;top:20px;background:none;padding:5px;line-height:1;border:none;font-size:14px;cursor:pointer;color:#0f0f10}.ccOptions__close:focus-visible{outline:solid 2px #cf4b0c !important}.ccOptions__actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5em;margin-top:2.375em}.ccOptions__actions>*:last-child{margin-left:auto}@media(max-width: 760px){.ccOptions__actions>*:last-child{margin-left:initial}}@media(max-width: 760px){.ccOptions__actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.75em}.ccOptions__actions>*{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ccOptions__actions>*:first-child{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ccOptions__actions>*:last-child{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.ccOptions.ccOptions--standalone{-webkit-box-shadow:0px .25em 1.5em rgba(0,41,90,.0784313725);box-shadow:0px .25em 1.5em rgba(0,41,90,.0784313725)}.ccAccordion{padding:1.25em 0}.ccAccordion__header{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;gap:.5em;position:relative;cursor:pointer}.ccAccordion__header>button{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0;padding-left:1.75em;border:none;background:none;text-align:left}.ccAccordion__header>button:focus-visible{outline:solid 2px #cf4b0c !important}.ccAccordion__header:before{content:"";font-family:"sxgdpr-font";position:absolute;left:0;top:.6666666667em;font-size:.75em;pointer-events:none}.ccAccordion__body{display:none;margin:1.25em 0 0}.ccAccordion.is-active .ccAccordion__header:before{content:""}.ccAccordion.is-active
.ccAccordion__body{display:block}.ccAccordion+.ccAccordion{border-top:solid 1px #e5e9ed}.ccTable.ccTable{-webkit-box-shadow:0px .25em .875em rgba(0,41,90,.0784313725);box-shadow:0px .25em .875em rgba(0,41,90,.0784313725);font-size:15px}@media(max-width: 760px){.ccTable.ccTable{overflow:auto}}.ccTable.ccTable
table{width:100%;border-collapse:collapse;border-spacing:0}.ccTable.ccTable table tr th,.ccTable.ccTable table tr
td{padding:.5em .75em !important;text-align:left !important;vertical-align:top !important;height:auto !important;color:#0f0f10 !important;background:none !important}.ccTable.ccTable table tr
th{font-weight:700 !important;border-bottom:solid 1px #ccd3da !important;white-space:nowrap !important;font-size:.875em !important;background:#fff !important}.ccTable.ccTable table tr:nth-child(odd){background:#f7f8fa !important}.cc-h3{margin-top:3rem !important}:root{--input-height:3rem;--input-height-small:2.25rem;--input-height-large:3.125rem;--logo-width:6rem;--max-logo-width:490px;--max-page-width:160rem;--container-padding:1rem;--header-height:10.125rem}@media(max-width: 1940px){:root{--header-height:9.6875rem}}@media(max-width: 1280px){:root{--header-height:4.75rem}}.has-link-color,.text-color-link{color:#1857b5 !important}.has-link-background-color,.bg-color-link{background:#1857b5 !important}.has-alert-color,.text-color-alert{color:#c83434 !important}.has-alert-background-color,.bg-color-alert{background:#c83434 !important}.has-success-color,.text-color-success{color:#27ab83 !important}.has-success-background-color,.bg-color-success{background:#27ab83 !important}.has-warning-color,.text-color-warning{color:#fabc00 !important}.has-warning-background-color,.bg-color-warning{background:#fabc00 !important}.has-white-color,.text-color-white{color:#fff !important}.has-white-background-color,.bg-color-white{background:#fff !important}.has-black-color,.text-color-black{color:#000 !important}.has-black-background-color,.bg-color-black{background:#000 !important}.has-base-color,.text-color-base{color:#25282b !important}.has-base-background-color,.bg-color-base{background:#25282b !important}.has-primary-50-color,.text-color-primary-50{color:#fff7ed !important}.has-primary-50-background-color,.bg-color-primary-50{background:#fff7ed !important}.has-primary-100-color,.text-color-primary-100{color:#feedd6 !important}.has-primary-100-background-color,.bg-color-primary-100{background:#feedd6 !important}.has-primary-200-color,.text-color-primary-200{color:#fcd6ac !important}.has-primary-200-background-color,.bg-color-primary-200{background:#fcd6ac !important}.has-primary-300-color,.text-color-primary-300{color:#fab877 !important}.has-primary-300-background-color,.bg-color-primary-300{background:#fab877 !important}.has-primary-400-color,.text-color-primary-400{color:#f79040 !important}.has-primary-400-background-color,.bg-color-primary-400{background:#f79040 !important}.has-primary-500-color,.text-color-primary-500{color:#f36f21 !important}.has-primary-500-background-color,.bg-color-primary-500{background:#f36f21 !important}.has-primary-600-color,.text-color-primary-600{color:#e55811 !important}.has-primary-600-background-color,.bg-color-primary-600{background:#e55811 !important}.has-primary-700-color,.text-color-primary-700{color:#be4110 !important}.has-primary-700-background-color,.bg-color-primary-700{background:#be4110 !important}.has-primary-800-color,.text-color-primary-800{color:#973415 !important}.has-primary-800-background-color,.bg-color-primary-800{background:#973415 !important}.has-primary-900-color,.text-color-primary-900{color:#7a2d14 !important}.has-primary-900-background-color,.bg-color-primary-900{background:#7a2d14 !important}.has-neutral-50-color,.text-color-neutral-50{color:#f6f7f8 !important}.has-neutral-50-background-color,.bg-color-neutral-50{background:#f6f7f8 !important}.has-neutral-100-color,.text-color-neutral-100{color:#e2e4e6 !important}.has-neutral-100-background-color,.bg-color-neutral-100{background:#e2e4e6 !important}.has-neutral-200-color,.text-color-neutral-200{color:#cdd0d4 !important}.has-neutral-200-background-color,.bg-color-neutral-200{background:#cdd0d4 !important}.has-neutral-300-color,.text-color-neutral-300{color:#a6abb1 !important}.has-neutral-300-background-color,.bg-color-neutral-300{background:#a6abb1 !important}.has-neutral-400-color,.text-color-neutral-400{color:#8d9399 !important}.has-neutral-400-background-color,.bg-color-neutral-400{background:#8d9399 !important}.has-neutral-500-color,.text-color-neutral-500{color:#70767d !important}.has-neutral-500-background-color,.bg-color-neutral-500{background:#70767d !important}.has-neutral-600-color,.text-color-neutral-600{color:#5a6167 !important}.has-neutral-600-background-color,.bg-color-neutral-600{background:#5a6167 !important}.has-neutral-700-color,.text-color-neutral-700{color:#484f55 !important}.has-neutral-700-background-color,.bg-color-neutral-700{background:#484f55 !important}.has-neutral-800-color,.text-color-neutral-800{color:#373d43 !important}.has-neutral-800-background-color,.bg-color-neutral-800{background:#373d43 !important}.has-neutral-900-color,.text-color-neutral-900{color:#25282b !important}.has-neutral-900-background-color,.bg-color-neutral-900{background:#25282b !important}.has-secondary-50-color,.text-color-secondary-50{color:#eef9ff !important}.has-secondary-50-background-color,.bg-color-secondary-50{background:#eef9ff !important}.has-secondary-100-color,.text-color-secondary-100{color:#cbebff !important}.has-secondary-100-background-color,.bg-color-secondary-100{background:#cbebff !important}.has-secondary-200-color,.text-color-secondary-200{color:#8fd8ff !important}.has-secondary-200-background-color,.bg-color-secondary-200{background:#8fd8ff !important}.has-secondary-300-color,.text-color-secondary-300{color:#5abfff !important}.has-secondary-300-background-color,.bg-color-secondary-300{background:#5abfff !important}.has-secondary-400-color,.text-color-secondary-400{color:#34a1fd !important}.has-secondary-400-background-color,.bg-color-secondary-400{background:#34a1fd !important}.has-secondary-500-color,.text-color-secondary-500{color:#1d84f3 !important}.has-secondary-500-background-color,.bg-color-secondary-500{background:#1d84f3 !important}.has-secondary-600-color,.text-color-secondary-600{color:#166bdf !important}.has-secondary-600-background-color,.bg-color-secondary-600{background:#166bdf !important}.has-secondary-700-color,.text-color-secondary-700{color:#1857b5 !important}.has-secondary-700-background-color,.bg-color-secondary-700{background:#1857b5 !important}.has-secondary-800-color,.text-color-secondary-800{color:#1a4b8e !important}.has-secondary-800-background-color,.bg-color-secondary-800{background:#1a4b8e !important}.has-secondary-900-color,.text-color-secondary-900{color:#0f223f !important}.has-secondary-900-background-color,.bg-color-secondary-900{background:#0f223f !important}.has-tertiary-50-color,.text-color-tertiary-50{color:#e0fcff !important}.has-tertiary-50-background-color,.bg-color-tertiary-50{background:#e0fcff !important}.has-tertiary-100-color,.text-color-tertiary-100{color:#bef8fd !important}.has-tertiary-100-background-color,.bg-color-tertiary-100{background:#bef8fd !important}.has-tertiary-200-color,.text-color-tertiary-200{color:#87eaf2 !important}.has-tertiary-200-background-color,.bg-color-tertiary-200{background:#87eaf2 !important}.has-tertiary-300-color,.text-color-tertiary-300{color:#54d1db !important}.has-tertiary-300-background-color,.bg-color-tertiary-300{background:#54d1db !important}.has-tertiary-400-color,.text-color-tertiary-400{color:#38bec9 !important}.has-tertiary-400-background-color,.bg-color-tertiary-400{background:#38bec9 !important}.has-tertiary-500-color,.text-color-tertiary-500{color:#2cb1bc !important}.has-tertiary-500-background-color,.bg-color-tertiary-500{background:#2cb1bc !important}.has-tertiary-600-color,.text-color-tertiary-600{color:#14919b !important}.has-tertiary-600-background-color,.bg-color-tertiary-600{background:#14919b !important}.has-tertiary-700-color,.text-color-tertiary-700{color:#0e7c86 !important}.has-tertiary-700-background-color,.bg-color-tertiary-700{background:#0e7c86 !important}.has-tertiary-800-color,.text-color-tertiary-800{color:#0a6c74 !important}.has-tertiary-800-background-color,.bg-color-tertiary-800{background:#0a6c74 !important}.has-tertiary-900-color,.text-color-tertiary-900{color:#044e54 !important}.has-tertiary-900-background-color,.bg-color-tertiary-900{background:#044e54 !important}.mt-0{margin-top:0rem !important}.mr-0{margin-right:0rem !important}.mb-0{margin-bottom:0rem !important}.ml-0{margin-left:0rem !important}.mx-0{margin-left:0rem !important;margin-right:0rem !important}.my-0{margin-top:0rem !important;margin-bottom:0rem !important}.pt-0{padding-top:0rem !important}.pr-0{padding-right:0rem !important}.pb-0{padding-bottom:0rem !important}.pl-0{padding-left:0rem !important}.px-0{padding-left:0rem !important;padding-right:0rem !important}.py-0{padding-top:0rem !important;padding-bottom:0rem !important}.gap-0{gap:0rem !important}.mt-1{margin-top:0.25rem !important}.mr-1{margin-right:0.25rem !important}.mb-1{margin-bottom:0.25rem !important}.ml-1{margin-left:0.25rem !important}.mx-1{margin-left:0.25rem !important;margin-right:0.25rem !important}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.pt-1{padding-top:0.25rem !important}.pr-1{padding-right:0.25rem !important}.pb-1{padding-bottom:0.25rem !important}.pl-1{padding-left:0.25rem !important}.px-1{padding-left:0.25rem !important;padding-right:0.25rem !important}.py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.gap-1{gap:0.25rem !important}.mt-2{margin-top:0.5rem !important}.mr-2{margin-right:0.5rem !important}.mb-2{margin-bottom:0.5rem !important}.ml-2{margin-left:0.5rem !important}.mx-2{margin-left:0.5rem !important;margin-right:0.5rem !important}.my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.pt-2{padding-top:0.5rem !important}.pr-2{padding-right:0.5rem !important}.pb-2{padding-bottom:0.5rem !important}.pl-2{padding-left:0.5rem !important}.px-2{padding-left:0.5rem !important;padding-right:0.5rem !important}.py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.gap-2{gap:0.5rem !important}.mt-3{margin-top:0.75rem !important}.mr-3{margin-right:0.75rem !important}.mb-3{margin-bottom:0.75rem !important}.ml-3{margin-left:0.75rem !important}.mx-3{margin-left:0.75rem !important;margin-right:0.75rem !important}.my-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important}.pt-3{padding-top:0.75rem !important}.pr-3{padding-right:0.75rem !important}.pb-3{padding-bottom:0.75rem !important}.pl-3{padding-left:0.75rem !important}.px-3{padding-left:0.75rem !important;padding-right:0.75rem !important}.py-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important}.gap-3{gap:0.75rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.gap-4{gap:1rem !important}.mt-5{margin-top:1.25rem !important}.mr-5{margin-right:1.25rem !important}.mb-5{margin-bottom:1.25rem !important}.ml-5{margin-left:1.25rem !important}.mx-5{margin-left:1.25rem !important;margin-right:1.25rem !important}.my-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.pt-5{padding-top:1.25rem !important}.pr-5{padding-right:1.25rem !important}.pb-5{padding-bottom:1.25rem !important}.pl-5{padding-left:1.25rem !important}.px-5{padding-left:1.25rem !important;padding-right:1.25rem !important}.py-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.gap-5{gap:1.25rem !important}.mt-6{margin-top:1.5rem !important}.mr-6{margin-right:1.5rem !important}.mb-6{margin-bottom:1.5rem !important}.ml-6{margin-left:1.5rem !important}.mx-6{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-6{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.pt-6{padding-top:1.5rem !important}.pr-6{padding-right:1.5rem !important}.pb-6{padding-bottom:1.5rem !important}.pl-6{padding-left:1.5rem !important}.px-6{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.gap-6{gap:1.5rem !important}.mt-7{margin-top:1.75rem !important}.mr-7{margin-right:1.75rem !important}.mb-7{margin-bottom:1.75rem !important}.ml-7{margin-left:1.75rem !important}.mx-7{margin-left:1.75rem !important;margin-right:1.75rem !important}.my-7{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.pt-7{padding-top:1.75rem !important}.pr-7{padding-right:1.75rem !important}.pb-7{padding-bottom:1.75rem !important}.pl-7{padding-left:1.75rem !important}.px-7{padding-left:1.75rem !important;padding-right:1.75rem !important}.py-7{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.gap-7{gap:1.75rem !important}.mt-8{margin-top:2rem !important}.mr-8{margin-right:2rem !important}.mb-8{margin-bottom:2rem !important}.ml-8{margin-left:2rem !important}.mx-8{margin-left:2rem !important;margin-right:2rem !important}.my-8{margin-top:2rem !important;margin-bottom:2rem !important}.pt-8{padding-top:2rem !important}.pr-8{padding-right:2rem !important}.pb-8{padding-bottom:2rem !important}.pl-8{padding-left:2rem !important}.px-8{padding-left:2rem !important;padding-right:2rem !important}.py-8{padding-top:2rem !important;padding-bottom:2rem !important}.gap-8{gap:2rem !important}.mt-9{margin-top:2.25rem !important}.mr-9{margin-right:2.25rem !important}.mb-9{margin-bottom:2.25rem !important}.ml-9{margin-left:2.25rem !important}.mx-9{margin-left:2.25rem !important;margin-right:2.25rem !important}.my-9{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.pt-9{padding-top:2.25rem !important}.pr-9{padding-right:2.25rem !important}.pb-9{padding-bottom:2.25rem !important}.pl-9{padding-left:2.25rem !important}.px-9{padding-left:2.25rem !important;padding-right:2.25rem !important}.py-9{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.gap-9{gap:2.25rem !important}.mt-10{margin-top:2.5rem !important}.mr-10{margin-right:2.5rem !important}.mb-10{margin-bottom:2.5rem !important}.ml-10{margin-left:2.5rem !important}.mx-10{margin-left:2.5rem !important;margin-right:2.5rem !important}.my-10{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.pt-10{padding-top:2.5rem !important}.pr-10{padding-right:2.5rem !important}.pb-10{padding-bottom:2.5rem !important}.pl-10{padding-left:2.5rem !important}.px-10{padding-left:2.5rem !important;padding-right:2.5rem !important}.py-10{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.gap-10{gap:2.5rem !important}.mt-11{margin-top:2.75rem !important}.mr-11{margin-right:2.75rem !important}.mb-11{margin-bottom:2.75rem !important}.ml-11{margin-left:2.75rem !important}.mx-11{margin-left:2.75rem !important;margin-right:2.75rem !important}.my-11{margin-top:2.75rem !important;margin-bottom:2.75rem !important}.pt-11{padding-top:2.75rem !important}.pr-11{padding-right:2.75rem !important}.pb-11{padding-bottom:2.75rem !important}.pl-11{padding-left:2.75rem !important}.px-11{padding-left:2.75rem !important;padding-right:2.75rem !important}.py-11{padding-top:2.75rem !important;padding-bottom:2.75rem !important}.gap-11{gap:2.75rem !important}.mt-12{margin-top:3rem !important}.mr-12{margin-right:3rem !important}.mb-12{margin-bottom:3rem !important}.ml-12{margin-left:3rem !important}.mx-12{margin-left:3rem !important;margin-right:3rem !important}.my-12{margin-top:3rem !important;margin-bottom:3rem !important}.pt-12{padding-top:3rem !important}.pr-12{padding-right:3rem !important}.pb-12{padding-bottom:3rem !important}.pl-12{padding-left:3rem !important}.px-12{padding-left:3rem !important;padding-right:3rem !important}.py-12{padding-top:3rem !important;padding-bottom:3rem !important}.gap-12{gap:3rem !important}.mt-13{margin-top:3.25rem !important}.mr-13{margin-right:3.25rem !important}.mb-13{margin-bottom:3.25rem !important}.ml-13{margin-left:3.25rem !important}.mx-13{margin-left:3.25rem !important;margin-right:3.25rem !important}.my-13{margin-top:3.25rem !important;margin-bottom:3.25rem !important}.pt-13{padding-top:3.25rem !important}.pr-13{padding-right:3.25rem !important}.pb-13{padding-bottom:3.25rem !important}.pl-13{padding-left:3.25rem !important}.px-13{padding-left:3.25rem !important;padding-right:3.25rem !important}.py-13{padding-top:3.25rem !important;padding-bottom:3.25rem !important}.gap-13{gap:3.25rem !important}.mt-14{margin-top:3.5rem !important}.mr-14{margin-right:3.5rem !important}.mb-14{margin-bottom:3.5rem !important}.ml-14{margin-left:3.5rem !important}.mx-14{margin-left:3.5rem !important;margin-right:3.5rem !important}.my-14{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.pt-14{padding-top:3.5rem !important}.pr-14{padding-right:3.5rem !important}.pb-14{padding-bottom:3.5rem !important}.pl-14{padding-left:3.5rem !important}.px-14{padding-left:3.5rem !important;padding-right:3.5rem !important}.py-14{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.gap-14{gap:3.5rem !important}.mt-15{margin-top:3.75rem !important}.mr-15{margin-right:3.75rem !important}.mb-15{margin-bottom:3.75rem !important}.ml-15{margin-left:3.75rem !important}.mx-15{margin-left:3.75rem !important;margin-right:3.75rem !important}.my-15{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.pt-15{padding-top:3.75rem !important}.pr-15{padding-right:3.75rem !important}.pb-15{padding-bottom:3.75rem !important}.pl-15{padding-left:3.75rem !important}.px-15{padding-left:3.75rem !important;padding-right:3.75rem !important}.py-15{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.gap-15{gap:3.75rem !important}.mt-16{margin-top:4rem !important}.mr-16{margin-right:4rem !important}.mb-16{margin-bottom:4rem !important}.ml-16{margin-left:4rem !important}.mx-16{margin-left:4rem !important;margin-right:4rem !important}.my-16{margin-top:4rem !important;margin-bottom:4rem !important}.pt-16{padding-top:4rem !important}.pr-16{padding-right:4rem !important}.pb-16{padding-bottom:4rem !important}.pl-16{padding-left:4rem !important}.px-16{padding-left:4rem !important;padding-right:4rem !important}.py-16{padding-top:4rem !important;padding-bottom:4rem !important}.gap-16{gap:4rem !important}@media only screen and (min-width: 1281px){.mt-lg-0{margin-top:0rem !important}.mr-lg-0{margin-right:0rem !important}.mb-lg-0{margin-bottom:0rem !important}.ml-lg-0{margin-left:0rem !important}.mx-lg-0{margin-left:0rem !important;margin-right:0rem !important}.my-lg-0{margin-top:0rem !important;margin-bottom:0rem !important}.pt-lg-0{padding-top:0rem !important}.pr-lg-0{padding-right:0rem !important}.pb-lg-0{padding-bottom:0rem !important}.pl-lg-0{padding-left:0rem !important}.px-lg-0{padding-left:0rem !important;padding-right:0rem !important}.py-lg-0{padding-top:0rem !important;padding-bottom:0rem !important}.mt-lg-1{margin-top:0.25rem !important}.mr-lg-1{margin-right:0.25rem !important}.mb-lg-1{margin-bottom:0.25rem !important}.ml-lg-1{margin-left:0.25rem !important}.mx-lg-1{margin-left:0.25rem !important;margin-right:0.25rem !important}.my-lg-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.pt-lg-1{padding-top:0.25rem !important}.pr-lg-1{padding-right:0.25rem !important}.pb-lg-1{padding-bottom:0.25rem !important}.pl-lg-1{padding-left:0.25rem !important}.px-lg-1{padding-left:0.25rem !important;padding-right:0.25rem !important}.py-lg-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.mt-lg-2{margin-top:0.5rem !important}.mr-lg-2{margin-right:0.5rem !important}.mb-lg-2{margin-bottom:0.5rem !important}.ml-lg-2{margin-left:0.5rem !important}.mx-lg-2{margin-left:0.5rem !important;margin-right:0.5rem !important}.my-lg-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.pt-lg-2{padding-top:0.5rem !important}.pr-lg-2{padding-right:0.5rem !important}.pb-lg-2{padding-bottom:0.5rem !important}.pl-lg-2{padding-left:0.5rem !important}.px-lg-2{padding-left:0.5rem !important;padding-right:0.5rem !important}.py-lg-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.mt-lg-3{margin-top:0.75rem !important}.mr-lg-3{margin-right:0.75rem !important}.mb-lg-3{margin-bottom:0.75rem !important}.ml-lg-3{margin-left:0.75rem !important}.mx-lg-3{margin-left:0.75rem !important;margin-right:0.75rem !important}.my-lg-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important}.pt-lg-3{padding-top:0.75rem !important}.pr-lg-3{padding-right:0.75rem !important}.pb-lg-3{padding-bottom:0.75rem !important}.pl-lg-3{padding-left:0.75rem !important}.px-lg-3{padding-left:0.75rem !important;padding-right:0.75rem !important}.py-lg-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important}.mt-lg-4{margin-top:1rem !important}.mr-lg-4{margin-right:1rem !important}.mb-lg-4{margin-bottom:1rem !important}.ml-lg-4{margin-left:1rem !important}.mx-lg-4{margin-left:1rem !important;margin-right:1rem !important}.my-lg-4{margin-top:1rem !important;margin-bottom:1rem !important}.pt-lg-4{padding-top:1rem !important}.pr-lg-4{padding-right:1rem !important}.pb-lg-4{padding-bottom:1rem !important}.pl-lg-4{padding-left:1rem !important}.px-lg-4{padding-left:1rem !important;padding-right:1rem !important}.py-lg-4{padding-top:1rem !important;padding-bottom:1rem !important}.mt-lg-5{margin-top:1.25rem !important}.mr-lg-5{margin-right:1.25rem !important}.mb-lg-5{margin-bottom:1.25rem !important}.ml-lg-5{margin-left:1.25rem !important}.mx-lg-5{margin-left:1.25rem !important;margin-right:1.25rem !important}.my-lg-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.pt-lg-5{padding-top:1.25rem !important}.pr-lg-5{padding-right:1.25rem !important}.pb-lg-5{padding-bottom:1.25rem !important}.pl-lg-5{padding-left:1.25rem !important}.px-lg-5{padding-left:1.25rem !important;padding-right:1.25rem !important}.py-lg-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.mt-lg-6{margin-top:1.5rem !important}.mr-lg-6{margin-right:1.5rem !important}.mb-lg-6{margin-bottom:1.5rem !important}.ml-lg-6{margin-left:1.5rem !important}.mx-lg-6{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-lg-6{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.pt-lg-6{padding-top:1.5rem !important}.pr-lg-6{padding-right:1.5rem !important}.pb-lg-6{padding-bottom:1.5rem !important}.pl-lg-6{padding-left:1.5rem !important}.px-lg-6{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-lg-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.mt-lg-7{margin-top:1.75rem !important}.mr-lg-7{margin-right:1.75rem !important}.mb-lg-7{margin-bottom:1.75rem !important}.ml-lg-7{margin-left:1.75rem !important}.mx-lg-7{margin-left:1.75rem !important;margin-right:1.75rem !important}.my-lg-7{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.pt-lg-7{padding-top:1.75rem !important}.pr-lg-7{padding-right:1.75rem !important}.pb-lg-7{padding-bottom:1.75rem !important}.pl-lg-7{padding-left:1.75rem !important}.px-lg-7{padding-left:1.75rem !important;padding-right:1.75rem !important}.py-lg-7{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.mt-lg-8{margin-top:2rem !important}.mr-lg-8{margin-right:2rem !important}.mb-lg-8{margin-bottom:2rem !important}.ml-lg-8{margin-left:2rem !important}.mx-lg-8{margin-left:2rem !important;margin-right:2rem !important}.my-lg-8{margin-top:2rem !important;margin-bottom:2rem !important}.pt-lg-8{padding-top:2rem !important}.pr-lg-8{padding-right:2rem !important}.pb-lg-8{padding-bottom:2rem !important}.pl-lg-8{padding-left:2rem !important}.px-lg-8{padding-left:2rem !important;padding-right:2rem !important}.py-lg-8{padding-top:2rem !important;padding-bottom:2rem !important}.mt-lg-9{margin-top:2.25rem !important}.mr-lg-9{margin-right:2.25rem !important}.mb-lg-9{margin-bottom:2.25rem !important}.ml-lg-9{margin-left:2.25rem !important}.mx-lg-9{margin-left:2.25rem !important;margin-right:2.25rem !important}.my-lg-9{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.pt-lg-9{padding-top:2.25rem !important}.pr-lg-9{padding-right:2.25rem !important}.pb-lg-9{padding-bottom:2.25rem !important}.pl-lg-9{padding-left:2.25rem !important}.px-lg-9{padding-left:2.25rem !important;padding-right:2.25rem !important}.py-lg-9{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.mt-lg-10{margin-top:2.5rem !important}.mr-lg-10{margin-right:2.5rem !important}.mb-lg-10{margin-bottom:2.5rem !important}.ml-lg-10{margin-left:2.5rem !important}.mx-lg-10{margin-left:2.5rem !important;margin-right:2.5rem !important}.my-lg-10{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.pt-lg-10{padding-top:2.5rem !important}.pr-lg-10{padding-right:2.5rem !important}.pb-lg-10{padding-bottom:2.5rem !important}.pl-lg-10{padding-left:2.5rem !important}.px-lg-10{padding-left:2.5rem !important;padding-right:2.5rem !important}.py-lg-10{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.mt-lg-11{margin-top:2.75rem !important}.mr-lg-11{margin-right:2.75rem !important}.mb-lg-11{margin-bottom:2.75rem !important}.ml-lg-11{margin-left:2.75rem !important}.mx-lg-11{margin-left:2.75rem !important;margin-right:2.75rem !important}.my-lg-11{margin-top:2.75rem !important;margin-bottom:2.75rem !important}.pt-lg-11{padding-top:2.75rem !important}.pr-lg-11{padding-right:2.75rem !important}.pb-lg-11{padding-bottom:2.75rem !important}.pl-lg-11{padding-left:2.75rem !important}.px-lg-11{padding-left:2.75rem !important;padding-right:2.75rem !important}.py-lg-11{padding-top:2.75rem !important;padding-bottom:2.75rem !important}.mt-lg-12{margin-top:3rem !important}.mr-lg-12{margin-right:3rem !important}.mb-lg-12{margin-bottom:3rem !important}.ml-lg-12{margin-left:3rem !important}.mx-lg-12{margin-left:3rem !important;margin-right:3rem !important}.my-lg-12{margin-top:3rem !important;margin-bottom:3rem !important}.pt-lg-12{padding-top:3rem !important}.pr-lg-12{padding-right:3rem !important}.pb-lg-12{padding-bottom:3rem !important}.pl-lg-12{padding-left:3rem !important}.px-lg-12{padding-left:3rem !important;padding-right:3rem !important}.py-lg-12{padding-top:3rem !important;padding-bottom:3rem !important}.mt-lg-13{margin-top:3.25rem !important}.mr-lg-13{margin-right:3.25rem !important}.mb-lg-13{margin-bottom:3.25rem !important}.ml-lg-13{margin-left:3.25rem !important}.mx-lg-13{margin-left:3.25rem !important;margin-right:3.25rem !important}.my-lg-13{margin-top:3.25rem !important;margin-bottom:3.25rem !important}.pt-lg-13{padding-top:3.25rem !important}.pr-lg-13{padding-right:3.25rem !important}.pb-lg-13{padding-bottom:3.25rem !important}.pl-lg-13{padding-left:3.25rem !important}.px-lg-13{padding-left:3.25rem !important;padding-right:3.25rem !important}.py-lg-13{padding-top:3.25rem !important;padding-bottom:3.25rem !important}.mt-lg-14{margin-top:3.5rem !important}.mr-lg-14{margin-right:3.5rem !important}.mb-lg-14{margin-bottom:3.5rem !important}.ml-lg-14{margin-left:3.5rem !important}.mx-lg-14{margin-left:3.5rem !important;margin-right:3.5rem !important}.my-lg-14{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.pt-lg-14{padding-top:3.5rem !important}.pr-lg-14{padding-right:3.5rem !important}.pb-lg-14{padding-bottom:3.5rem !important}.pl-lg-14{padding-left:3.5rem !important}.px-lg-14{padding-left:3.5rem !important;padding-right:3.5rem !important}.py-lg-14{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.mt-lg-15{margin-top:3.75rem !important}.mr-lg-15{margin-right:3.75rem !important}.mb-lg-15{margin-bottom:3.75rem !important}.ml-lg-15{margin-left:3.75rem !important}.mx-lg-15{margin-left:3.75rem !important;margin-right:3.75rem !important}.my-lg-15{margin-top:3.75rem !important;margin-bottom:3.75rem !important}.pt-lg-15{padding-top:3.75rem !important}.pr-lg-15{padding-right:3.75rem !important}.pb-lg-15{padding-bottom:3.75rem !important}.pl-lg-15{padding-left:3.75rem !important}.px-lg-15{padding-left:3.75rem !important;padding-right:3.75rem !important}.py-lg-15{padding-top:3.75rem !important;padding-bottom:3.75rem !important}.mt-lg-16{margin-top:4rem !important}.mr-lg-16{margin-right:4rem !important}.mb-lg-16{margin-bottom:4rem !important}.ml-lg-16{margin-left:4rem !important}.mx-lg-16{margin-left:4rem !important;margin-right:4rem !important}.my-lg-16{margin-top:4rem !important;margin-bottom:4rem !important}.pt-lg-16{padding-top:4rem !important}.pr-lg-16{padding-right:4rem !important}.pb-lg-16{padding-bottom:4rem !important}.pl-lg-16{padding-left:4rem !important}.px-lg-16{padding-left:4rem !important;padding-right:4rem !important}.py-lg-16{padding-top:4rem !important;padding-bottom:4rem !important}}h1,.h1,.text-6xl{font-size:3.25rem;font-family:"Poppins",sans-serif;line-height:1.38;font-weight:700}.text-5xl,h1{font-size:3rem;font-family:"Poppins",sans-serif;line-height:1.33;font-weight:700}h2,.h2,.text-4xl{font-size:2.5rem;font-family:"Poppins",sans-serif;line-height:1.3;font-weight:700}h3,.h3,.text-3xl{font-size:1.875rem;font-family:"Poppins",sans-serif;line-height:1.2;font-weight:700}h4,.h4,.text-2xl{font-size:1.5rem;font-family:"Poppins",sans-serif;line-height:1.33}h5,.h5,.text-xl{font-size:1.25rem;font-family:"Poppins",sans-serif;line-height:1.4}.text-l{font-size:1.125rem;line-height:1.55}.text-base{font-size:1rem;line-height:1.625}.text-sm{font-size:.875rem;line-height:1.5}.text-xs{font-size:.75rem;line-height:1.33}@media only screen and (min-width: 1281px){.text-lg-6xl{font-size:3.25rem;font-family:"Poppins",sans-serif;line-height:1.38;font-weight:700}}@media only screen and (min-width: 1281px){.text-lg-5xl{font-size:3rem;font-family:"Poppins",sans-serif;line-height:1.33;font-weight:700}}@media only screen and (min-width: 1281px){.text-lg-4xl{font-size:2.5rem;font-family:"Poppins",sans-serif;line-height:1.3;font-weight:700}}@media only screen and (min-width: 1281px){.text-lg-3xl{font-size:1.875rem;font-family:"Poppins",sans-serif;line-height:1.2;font-weight:700}}@media only screen and (min-width: 1281px){.text-lg-2xl{font-size:1.5rem;font-family:"Poppins",sans-serif;line-height:1.33}}@media only screen and (min-width: 1281px){.text-lg-xl{font-size:1.25rem;font-family:"Poppins",sans-serif;line-height:1.4}}@media only screen and (min-width: 1281px){.text-lg-l{font-size:1.125rem;line-height:1.55}}img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:rgba(0,0,0,0);text-decoration:none}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{max-width:100%;height:auto;vertical-align:top}svg:not(:root){overflow:hidden}figure{margin:1em
40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px
solid silver;margin:0
2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}body,html{height:100%}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}a:hover{text-decoration:underline}@font-face{font-family:"iconfont";src:url("/wp-content/themes/gea-college/assets/fonts/iconfont/iconfont.eot?qocyra");src:url("/wp-content/themes/gea-college/assets/fonts/iconfont/iconfont.eot?qocyra#iefix") format("embedded-opentype"),url("/wp-content/themes/gea-college/assets/fonts/iconfont/iconfont.ttf?qocyra") format("truetype"),url("/wp-content/themes/gea-college/assets/fonts/iconfont/iconfont.woff?qocyra") format("woff"),url("/wp-content/themes/gea-college/assets/fonts/iconfont/iconfont.svg?qocyra#iconfont") format("svg");font-weight:normal;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:"iconfont" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow-square-out:before{content:""}.icon-dot:before{content:""}.icon-link-2:before{content:""}.icon-whats-app-2:before{content:""}.icon-viber-2:before{content:""}.icon-ig-2:before{content:""}.icon-messenger-2:before{content:""}.icon-medal:before{content:""}.icon-ig:before{content:""}.icon-tiktok:before{content:""}.icon-youtube:before{content:""}.icon-arrow-left-1:before{content:""}.icon-arrow-down-1:before{content:""}.icon-arrow-up-1:before{content:""}.icon-arrow-right-1:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-up:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-up:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-down-1:before{content:""}.icon-chevron-left-1:before{content:""}.icon-chevron-right-1:before{content:""}.icon-chevron-up-1:before{content:""}.icon-x:before{content:""}.icon-linked-in:before{content:""}.icon-facebook:before{content:""}.icon-person-arms-spread-1:before{content:""}.icon-link:before{content:""}.icon-download:before{content:""}.icon-envelope:before{content:""}.icon-envelope-1:before{content:""}.icon-envelope-2:before{content:""}.icon-exam:before{content:""}.icon-files:before{content:""}.icon-file-text:before{content:""}.icon-fire:before{content:""}.icon-gear:before{content:""}.icon-globe:before{content:""}.icon-globe-1:before{content:""}.icon-globe-stand:before{content:""}.icon-graduation-cap:before{content:""}.icon-graph:before{content:""}.icon-hand-coins:before{content:""}.icon-hand-heart:before{content:""}.icon-handshake:before{content:""}.icon-hash:before{content:""}.icon-hourglass:before{content:""}.icon-id-card:before{content:""}.icon-infinity:before{content:""}.icon-info:before{content:""}.icon-lightbulb:before{content:""}.icon-list:before{content:""}.icon-magnifying-glass:before{content:""}.icon-pin:before{content:""}.icon-pin-line:before{content:""}.icon-pin-line-1:before{content:""}.icon-megaphone:before{content:""}.icon-monitor-play:before{content:""}.icon-notebook:before{content:""}.icon-paper-plane:before{content:""}.icon-pen:before{content:""}.icon-pen-line:before{content:""}.icon-pen-nib:before{content:""}.icon-pen-nib-1:before{content:""}.icon-percent:before{content:""}.icon-phone:before{content:""}.icon-phone-1:before{content:""}.icon-phone-call:before{content:""}.icon-phone-call-1:before{content:""}.icon-play:before{content:""}.icon-presentation-chart:before{content:""}.icon-printer:before{content:""}.icon-push-pin:before{content:""}.icon-read-cv-logo:before{content:""}.icon-scales:before{content:""}.icon-share:before{content:""}.icon-share-1:before{content:""}.icon-share-2:before{content:""}.icon-share-3:before{content:""}.icon-shirt:before{content:""}.icon-star:before{content:""}.icon-star-1:before{content:""}.icon-student:before{content:""}.icon-target:before{content:""}.icon-target-1:before{content:""}.icon-thumbs-up:before{content:""}.icon-trend-up:before{content:""}.icon-user:before{content:""}.icon-user-list:before{content:""}.icon-users:before{content:""}.icon-users-1:before{content:""}.icon-video:before{content:""}.icon-watch:before{content:""}.icon-at:before{content:""}.icon-backpack:before{content:""}.icon-bag:before{content:""}.icon-book:before{content:""}.icon-bookmark:before{content:""}.icon-bookmarks:before{content:""}.icon-book-open:before{content:""}.icon-book-open-1:before{content:""}.icon-books:before{content:""}.icon-curly-brackets:before{content:""}.icon-briefcase:before{content:""}.icon-buildings:before{content:""}.icon-calculator:before{content:""}.icon-calendar:before{content:""}.icon-calendar-1:before{content:""}.icon-certificate:before{content:""}.icon-chalkboard-teacher:before{content:""}.icon-chart-bar:before{content:""}.icon-chart-donut:before{content:""}.icon-chart-line:before{content:""}.icon-chart-line-down:before{content:""}.icon-chart-line-up:before{content:""}.icon-chart-pie:before{content:""}.icon-chart-scatter:before{content:""}.icon-chat:before{content:""}.icon-chat-1:before{content:""}.icon-chat-2:before{content:""}.icon-chat-3:before{content:""}.icon-check:before{content:""}.icon-check-square:before{content:""}.icon-clipboard-text:before{content:""}.icon-crown:before{content:""}.icon-cursor-click:before{content:""}.icon-cursor-click-1:before{content:""}.icon-database:before{content:""}html{font-size:16px;scrollbar-gutter:stable}body{font-family:"Raleway",sans-serif;color:#25282b;font-size:1rem;font-weight:500;line-height:1.5;min-width:320px;letter-spacing:.02rem}body.overflow-hidden{overflow:hidden}body:has([data-overlay]){overflow:hidden}html::-webkit-scrollbar,body::-webkit-scrollbar,body *::-webkit-scrollbar{width:.375rem;height:.375rem}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track,body *::-webkit-scrollbar-track{margin:0;background:#fff;border-radius:0;width:.375rem;height:.375rem}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,body *::-webkit-scrollbar-thumb{background-color:#25282b;border-radius:0}@-moz-document url-prefix(){html,body,body
*{scrollbar-width:thin;scrollbar-color:#25282b}}:focus-visible{outline:solid .125rem #0f223f;outline-offset:.125rem;border-radius:.125rem}a{color:#25282b}p{margin:1rem 0}p:first-child{margin-top:0}p:last-child{margin-bottom:0}p.error{color:#c83434}p:empty{display:none}.text-center{text-align:center}.text-right{text-align:right}.d-none{display:none !important}.d-block{display:block}@media only screen and (max-width: 1280px){.d-none-mobile{display:none !important}}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.p-error{color:#c83434;font-weight:bold}h1,h2,h3,h4,h5{font-family:"Poppins",sans-serif;letter-spacing:0;font-weight:700}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child{margin-bottom:0}hr{margin:1.5rem 0;height:.0625rem;background:#cdd0d4}.text-6xl,.text-5xl,.text-4xl,.text-3xl,.text-2xl,.text-xl{letter-spacing:.01rem;margin:1em
0}.text-6xl:first-child,.text-5xl:first-child,.text-4xl:first-child,.text-3xl:first-child,.text-2xl:first-child,.text-xl:first-child{margin-top:0}.text-6xl:last-child,.text-5xl:last-child,.text-4xl:last-child,.text-3xl:last-child,.text-2xl:last-child,.text-xl:last-child{margin-bottom:0}@media only screen and (max-width: 1280px){.text-2xl{font-size:1.75rem;line-height:1.2143}}hr{margin:1.5rem 0;border:none;height:.0625rem;background:#a6abb1}.fw-normal{font-weight:normal !important}.fw-bold{font-weight:700 !important}.fw-semibold{font-weight:600 !important}.fw-500{font-weight:500 !important}.link{text-decoration:underline;color:#1857b5 !important}.link:hover{text-decoration:none}.w-100{width:100%}.title>div{max-width:62.5rem}.title
p{margin:0;font-size:1.125rem;letter-spacing:0}@media only screen and (max-width: 1280px){.title
p{font-size:1rem}}.title
h2{margin:0;color:#0f223f}.title h2+*{margin-top:1rem}.title:not(:last-child){margin-bottom:3rem}@media only screen and (max-width: 1280px){.title:not(:last-child){margin-bottom:1.5rem}}.ul-list{list-style:none;padding:0}.ul-list:first-child{margin-top:0}.ul-list:last-child{margin-bottom:0}.ul-list
li{position:relative;padding-left:2em}.ul-list li:before{font-family:"iconfont";color:#f36f21;line-height:1;font-size:1.2em;min-width:1em;text-align:center;-ms-flex-item-align:start;align-self:flex-start;position:absolute;top:.1em;left:0}.ul-list li+li{margin-top:1rem}.ul-list.ul-list--1{counter-reset:list-counter}.ul-list.ul-list--1
li{counter-increment:list-counter}.ul-list.ul-list--1 li:before{content:counter(list-counter) ".";font-family:"Raleway",sans-serif;font-weight:bold;color:#be4110}.ul-list.ul-list--2 li:before{content:""}.ul-list.ul-list--3 li:before{content:""}.ul-list.ul-list--4 li:before{content:""}.ul-list.ul-list--5>li{padding:1rem}.ul-list.ul-list--5>li:nth-child(even){background:#f6f7f8}.ul-list.ul-list--5>li+li{margin:0}.text-block h1,.text-block h2,.text-block h3,.text-block h4,.text-block
h5{margin:1.5em 0 1em 0 !important}.text-block h1:first-child,.text-block h2:first-child,.text-block h3:first-child,.text-block h4:first-child,.text-block h5:first-child{margin-top:0;margin-top:0 !important}.text-block h1:last-child,.text-block h2:last-child,.text-block h3:last-child,.text-block h4:last-child,.text-block h5:last-child{margin-bottom:0;margin-bottom:0 !important}.text-block p,.text-block
ul{margin:1.5rem 0}.text-block p:first-child,.text-block ul:first-child{margin-top:0;margin-top:0 !important}.text-block p:last-child,.text-block ul:last-child{margin-bottom:0;margin-bottom:0 !important}.text-block a:not(.btn){color:#1857b5}.text-block
img.alignleft{float:left;margin-right:1.5rem;margin-bottom:1.5rem}.text-block
img.alignright{float:right;margin-left:1.5rem;margin-bottom:1.5rem}.text-block-part>*:first-child{margin-top:0}.text-block-part>*:last-child{margin-bottom:0}.text-block-part a:not(.btn){color:#1857b5}.tbg{margin-bottom:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.tbg
.title{margin:0}@media only screen and (min-width: 1281px){.page-layout .tbg>div:not(:first-child):last-child{margin-left:auto}}@media only screen and (max-width: 1280px){.tbg{margin-bottom:2rem}}.tbg:first-child{margin-top:0}.tbg:last-child{margin-bottom:0}.dfas{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}.video-play{width:3.5rem;height:3.5rem;min-height:3.5rem;border-radius:50%;border:solid .125rem #fff;background:#000;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;color:#fff;font-size:1.5rem;text-shadow:none;-webkit-transition:border,background,color;transition:border,background,color;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.video-play:before{content:"";font-family:"iconfont"}a:hover:has(>.video-play),div:hover:has(>.video-play){cursor:pointer}a:hover:has(>.video-play) .video-play,div:hover:has(>.video-play) .video-play{background:#f36f21;border:solid .25rem #feedd6;color:#000}.grecaptcha-badge{opacity:0;display:none;visibility:hidden}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0, 0, 0, 0);overflow:hidden}@media only screen and (max-width: 1280px){[data-desktop]{display:none !important}}@media only screen and (min-width: 1281px){[data-mobile]{display:none !important}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px
solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;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;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important}.swiper-button-next svg,.swiper-button-prev
svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-transform-origin:center;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev
svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;-webkit-transform:translate3d(0px, -50%, 0);transform:translate3d(0px, -50%, 0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0
var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;-ms-touch-action:none;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;-ms-touch-action:none;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0
auto}.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0, 0, 0, 0.1);--f-spinner-color-2:rgba(17, 24, 28, 0.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner
svg{width:100%;height:100%;vertical-align:top;-webkit-animation:f-spinner-rotate 2s linear infinite;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg
*{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);-webkit-animation:f-spinner-dash 2s ease-in-out infinite;animation:f-spinner-dash 2s ease-in-out infinite}@-webkit-keyframes f-spinner-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes f-spinner-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{-webkit-animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{-webkit-animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@-webkit-keyframes f-throwOutUp{to{-webkit-transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutUp{to{-webkit-transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@-webkit-keyframes f-throwOutDown{to{-webkit-transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}@keyframes f-throwOutDown{to{-webkit-transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{-webkit-animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp;animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{-webkit-animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@-webkit-keyframes f-zoomInUp{from{-webkit-transform:scale(0.975) translate3d(0, 16px, 0);transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomInUp{from{-webkit-transform:scale(0.975) translate3d(0, 16px, 0);transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes f-zoomOutDown{to{-webkit-transform:scale(0.975) translate3d(0, 16px, 0);transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}@keyframes f-zoomOutDown{to{-webkit-transform:scale(0.975) translate3d(0, 16px, 0);transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{-webkit-animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{-webkit-animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@-webkit-keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes f-fadeOut{100%{opacity:0}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{-webkit-animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{-webkit-animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@-webkit-keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@-webkit-keyframes f-fadeFastOut{100%{opacity:0}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{-webkit-animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{-webkit-animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@-webkit-keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes f-fadeSlowOut{100%{opacity:0}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{-webkit-animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{-webkit-animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@-webkit-keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes f-crossfadeOut{100%{opacity:0}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@-webkit-keyframes f-slideInPrev{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes f-slideInPrev{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes f-slideInNext{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes f-slideOutNext{100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes f-slideOutNext{100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes f-slideOutPrev{100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes f-slideOutPrev{100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}.f-classicIn.from-next{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{-webkit-animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@-webkit-keyframes f-classicInNext{0%{-webkit-transform:translateX(-75px);transform:translateX(-75px);opacity:0}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInNext{0%{-webkit-transform:translateX(-75px);transform:translateX(-75px);opacity:0}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes f-classicInPrev{0%{-webkit-transform:translateX(75px);transform:translateX(75px);opacity:0}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{-webkit-transform:translateX(75px);transform:translateX(75px);opacity:0}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes f-classicOutNext{100%{-webkit-transform:translateX(-75px);transform:translateX(-75px);opacity:0}}@keyframes f-classicOutNext{100%{-webkit-transform:translateX(-75px);transform:translateX(-75px);opacity:0}}@-webkit-keyframes f-classicOutPrev{100%{-webkit-transform:translateX(75px);transform:translateX(75px);opacity:0}}@keyframes f-classicOutPrev{100%{-webkit-transform:translateX(75px);transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:content-box;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);-webkit-box-shadow:var(--f-button-shadow);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;-webkit-transition:var(--f-button-transition);transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;-webkit-box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button
svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;-webkit-transition:opacity .15s ease;transition:opacity .15s ease;-webkit-transform:var(--f-button-transform);transform:var(--f-button-transform);-webkit-filter:var(--f-button-svg-filter);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next
svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox
body{-ms-touch-action:none;touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24, 24, 27, 0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255, 255, 255, 0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;-webkit-transform-origin:top left;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{-webkit-box-sizing:inherit;box-sizing:inherit}.fancybox__container::-ms-backdrop{background-color:rgba(0,0,0,0)}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__track{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0
auto;height:100%}.fancybox__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;margin:0
var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";-webkit-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading
.fancybox__content{opacity:0}.is-draggable
.fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.can-zoom_in
.fancybox__content{cursor:-webkit-zoom-in;cursor:zoom-in}.can-zoom_out
.fancybox__content{cursor:-webkit-zoom-out;cursor:zoom-out}.is-dragging
.fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;-webkit-transition:none;transition:none;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging
.fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-filter:blur(0px);filter:blur(0px)}.fancybox__caption{-ms-flex-item-align:center;align-self:center;max-width:100%;-ms-flex-negative:0;flex-shrink:0;margin:0;padding:14px
0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing
.fancybox__caption{opacity:0;visibility:hidden}.is-compact
.fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color, #fff);--f-button-hover-color:var(--fancybox-color, #fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer
.fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);-webkit-transition:all .25s ease;transition:all .25s ease}.is-compact
.fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer
.fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0, 0, 0, 0.6);--f-button-active-bg:rgba(0, 0, 0, 0.6);--f-button-hover-bg:rgba(0, 0, 0, 0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24, 24, 27, 0.3);--f-button-active-bg:rgba(24, 24, 27, 0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle
.fancybox__nav{-webkit-animation:.15s ease-out both f-fadeOut;animation:.15s ease-out both f-fadeOut}.is-idle.is-compact
.fancybox__footer{pointer-events:none;-webkit-animation:.15s ease-out both f-fadeOut;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){-webkit-animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn;animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{-webkit-animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){-webkit-animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{-webkit-animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video
.fancybox__content{max-width:100%;-ms-flex-negative:1;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf
.fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf
.fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video
.fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video
.fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map
.fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0
!important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0
!important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-perspective:1000px;perspective:1000px;-webkit-transform:translateZ(0);transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:-webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner
svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.f-thumbs__track{display:-webkit-box;display:-ms-flexbox;display:flex}.f-thumbs__slide{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading
img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-webkit-max-content;width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);-webkit-transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);-webkit-transition:none;transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{-webkit-transition:-webkit-transform .33s ease;transition:-webkit-transform .33s ease;transition:transform .33s ease;transition:transform .33s ease, -webkit-transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{-webkit-transition:clip-path .33s ease;transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{-webkit-filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0
-100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;-ms-touch-action:manipulation;touch-action:manipulation;opacity:var(--f-thumb-opacity);-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path:inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);-webkit-animation:f-fadeIn .2s ease-out;animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px
0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0
var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0
8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0
0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity, 1);-webkit-transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0
var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact
.fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing
.fancybox__thumbs{-webkit-transition:none !important;transition:none !important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24, 24, 27, 0.65);--f-button-hover-bg:rgba(70, 70, 73, 0.65);--f-button-active-bg:rgba(90, 90, 93, 0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact
.fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle
.fancybox__toolbar{pointer-events:none;-webkit-animation:.15s ease-out both f-fadeOut;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.fancybox__toolbar__column.is-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.fancybox__infobar{padding:0
5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__infobar
span{padding:0
5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:-webkit-box;display:-ms-flexbox;display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:-webkit-box;display:-ms-flexbox;display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:-webkit-box;display:-ms-flexbox;display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-webkit-box;display:flex}:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-ms-flexbox;display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-webkit-box;display:-ms-flexbox;display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.fancybox__container{--fancybox-color:#333;--fancybox-bg:#202020;--f-spinner-color-1:rgba(0, 0, 0, 0.1);--f-spinner-color-2:rgba(17, 24, 28, 0.8)}.fancybox__nav{--f-button-next-pos:12px;--f-button-prev-pos:12px;--f-button-width:48px;--f-button-height:48px;--f-button-color:#333;--f-button-hover-color:#333;--f-button-bg:#e5e7eb;--f-button-hover-bg:#e5e7eb;--f-button-active-bg:#e5e7eb;--f-button-svg-height:20px;--f-button-svg-width:20px;--f-button-svg-stroke-width:3;--f-button-svg-filter:none}.fancybox__toolbar{--f-button-color:#0d0c22;--f-button-hover-color:#0d0c22;--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:none;background:#fff;border-bottom:1px solid #e5e7eb;text-shadow:none}.fancybox__slide{padding:12px
0px}.fancybox__thumbs.is-classic{--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-width:68px;--f-thumb-height:68px;--f-thumb-gap:12px;--f-thumb-offset:5px;--f-thumb-outline:0}.fancybox__thumbs.is-classic .f-thumbs__slide{border:1px
solid #d1d5db;border-radius:4px;-webkit-transition:all .2s;transition:all .2s}.fancybox__thumbs.is-classic .f-thumbs__slide:hover,.fancybox__thumbs.is-classic .f-thumbs__slide.is-nav-selected{border:.0625rem solid}.page-loader{position:fixed;z-index:100;inset:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:999999999;background:url(/wp-content/themes/gea-college/assets/images/loader.svg) no-repeat center #fff;background-size:4rem}.page-loader
img{width:4rem;pointer-events:none}.is-loading{position:relative}.is-loading:before{content:"";position:absolute;z-index:200;inset:0;background:url(/wp-content/themes/gea-college/assets/images/loader.svg) no-repeat center;background-size:2rem}.is-loading>*{pointer-events:none;opacity:.65}.is-loading.mobileMenu:before{background-size:4rem}input,select,textarea{font-family:"Raleway",sans-serif;border-radius:.375em;height:var(--input-height);font-size:1rem;font-weight:500;padding:.75rem 1rem;width:100%;vertical-align:top;letter-spacing:.02rem;border:solid .0625rem #8d9399;outline:none;background:#fff}input[readonly],input[disabled],select[readonly],select[disabled],textarea[readonly],textarea[disabled]{cursor:default;pointer-events:none;background:#e2e4e6}input.placeholder,select.placeholder,textarea.placeholder{color:#373d43}input:-moz-placeholder,select:-moz-placeholder,textarea:-moz-placeholder{color:#373d43}input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:#373d43}input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#373d43}input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#373d43}input.error,select.error,textarea.error{border-color:#c83434;border-width:.125rem}input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill{background-color:#fff !important;-webkit-box-shadow:0 0 0px 1000px #fff inset}input[type=number],select[type=number],textarea[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button,select[type=number]::-webkit-inner-spin-button,select[type=number]::-webkit-outer-spin-button,textarea[type=number]::-webkit-inner-spin-button,textarea[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=password],select[type=password],textarea[type=password]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:solid .125rem #14919b;outline-offset:.125rem;border-radius:.5rem;border-radius:.5rem}input[type=time]::-webkit-calendar-picker-indicator,select[type=time]::-webkit-calendar-picker-indicator,textarea[type=time]::-webkit-calendar-picker-indicator{background:none;display:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button,select[type=number]::-webkit-outer-spin-button,select[type=number]::-webkit-inner-spin-button,textarea[type=number]::-webkit-outer-spin-button,textarea[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;-moz-appearance:textfield}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus,select:-webkit-autofill:active,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:active{-webkit-background-clip:text}select{padding:.5625rem .9375rem}select[data-edu-program]{display:none}.education-select{display:none}.selectW{position:relative}.selectW:after{content:"";font-family:"iconfont";position:absolute;right:0;top:0;height:100%;width:2.5rem;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;font-size:1rem;pointer-events:none}.selectW
select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:2.5rem}.selectW:has(select[style*=none]){display:none}.file-upload-message,label.error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#c83434;font-size:.875rem;margin-top:.625rem;font-weight:600}.file-upload-message:empty,label.error:empty{display:none}.inputLimit{position:relative}.inputLimit__counter{font-size:.75rem;color:#5a6167;position:absolute;right:0;bottom:calc(100% + .625rem)}.inputLimit
textarea{height:3.25rem;padding:0}.inputLimit:focus-within{outline:solid .125rem #14919b;outline-offset:.125rem;border-radius:.5rem}.inputLimit:focus-within input,.inputLimit:focus-within
textarea{outline:none}.inputLimit.inputLimit--textarea{border:solid .0625rem #a6abb1;border-radius:.375rem;background:#fff}.inputLimit.inputLimit--textarea:has(.error){border-color:#c83434;border-width:.125rem}.inputLimit.inputLimit--textarea
textarea{height:12.5rem;padding:.5rem 1rem;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;resize:none}.cb{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:top;gap:1rem}.cb:has(input:focus-visible) .cb__icon{outline:solid .125rem #14919b;outline-offset:.125rem;border-radius:.5rem;border-radius:.375rem}.cb
input{width:0;height:0;position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.cb input:disabled~.cb__label{cursor:no-drop}.cb input:disabled~.cb__icon{border-color:#a6abb1;background:#e2e4e6}.cb input:not(:disabled)~.cb__label{cursor:pointer}.cb input:checked~.cb__icon{background:#0f223f;border-color:#0f223f}.cb input:checked~.cb__icon:before{content:"";color:#fff}.cb input[type=radio]:checked~.cb__icon{border-color:#0f223f}.cb input[type=radio]:checked~.cb__icon:before{content:"";background:#0f223f}.cb input[type=radio]~.cb__icon{border:none;border-radius:50%;width:1.5rem;height:1.5rem;border:solid .0625rem #8d9399;background:#fff;border-radius:50%;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}.cb input[type=radio]~.cb__icon:before{content:"";width:.875rem;height:.875rem;border-radius:50%;background:none}.cb input.error~.cb__icon{border-color:#c83434;border-width:.125rem}.cb__icon{-ms-flex-item-align:center;align-self:center;width:1.5rem;min-width:1.5rem;height:1.5rem;border:solid .0625rem #8d9399;border-radius:.375rem;background:#fff;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;-ms-flex-item-align:start;align-self:flex-start;cursor:pointer}.cb__icon:before{font-family:"iconfont";font-size:1rem}.cb__label{letter-spacing:0;color:#373d43;font-weight:500}.input-list>div+div{margin-top:1rem}.input-list:has(input.error) .cb__icon{border-color:#c83434;border-width:.125rem}.file-upload{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}.file-upload:has(input.error) .file-upload__trigger
.btn{border-color:#c83434}.file-upload__trigger{overflow:hidden;cursor:pointer}.file-upload__trigger
input{width:0;height:0;position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.file-upload__file{font-weight:500;color:#373d43;font-size:.875rem}.file-upload__file
span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem}.file-upload__file span
i{cursor:pointer;font-size:1.5rem}.file-upload-message{margin:.5rem 0 0;display:none}button{letter-spacing:.02rem}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:top;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem;border:none;border-radius:7.5rem;padding:.75rem 1.25rem;min-height:2.75rem;background:#f36f21;font-size:1rem;letter-spacing:.02rem;color:#0f223f;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;-webkit-transition:background,color,border-color;transition:background,color,border-color;position:relative;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.btn>span,.btn>strong{position:relative}.btn>span:before,.btn>strong:before{content:"";position:absolute;left:0;bottom:.125rem;width:0;height:.0625rem;background:#0f223f;-webkit-transition:width 150ms ease;transition:width 150ms ease}.btn:not([aria-expanded]):hover:not(:active)>span:before,.btn:not([aria-expanded]):hover:not(:active)>strong:before{width:100%}.btn
i{font-size:1.25rem}.btn:hover{background:#f79040;text-decoration:none}.btn:focus-visible{outline:solid .125rem #0f223f;outline-offset:.25rem}.btn:focus-visible:before{content:"";position:absolute;inset:-0.25rem;border:solid .125rem #fff;border-radius:7.5rem}.btn:focus-visible.btn--outlined:before{inset:-0.25rem}.btn:active{background:#fab877}.btn.btn--lg{gap:.75rem;font-size:1.125rem;padding:.75rem 2rem;min-height:3.125rem}.btn.btn--lg
i{font-size:1.5rem}.btn.btn--lg i:not(:first-child){margin-right:-0.5rem}.btn.btn--sm{font-size:.875rem;padding:.5rem 1rem;min-height:2.25rem}.btn.btn--secondary{background:#0f223f;color:#fff;position:relative}.btn.btn--secondary>span,.btn.btn--secondary>strong{position:relative}.btn.btn--secondary>span:before,.btn.btn--secondary>strong:before{content:"";position:absolute;left:0;bottom:.125rem;width:0;height:.0625rem;background:#fff;-webkit-transition:width 150ms ease;transition:width 150ms ease}.btn.btn--secondary:not([aria-expanded]):hover:not(:active)>span:before,.btn.btn--secondary:not([aria-expanded]):hover:not(:active)>strong:before{width:100%}.btn.btn--secondary:hover{background:#044e54}.btn.btn--secondary:active{background:#0e7c86}.btn.btn--tertiary{background:none;padding:.5rem 1rem;position:relative}.btn.btn--tertiary>span,.btn.btn--tertiary>strong{position:relative}.btn.btn--tertiary>span:before,.btn.btn--tertiary>strong:before{content:"";position:absolute;left:0;bottom:.125rem;width:0;height:.0625rem;background:#be4110;-webkit-transition:width 150ms ease;transition:width 150ms ease}.btn.btn--tertiary:not([aria-expanded]):hover:not(:active)>span:before,.btn.btn--tertiary:not([aria-expanded]):hover:not(:active)>strong:before{width:100%}.btn.btn--tertiary:hover{color:#be4110}.btn.btn--link{padding:0;background:none}.btn.btn--info{background:#54d1db;color:#0f223f}.btn.btn--info:not(.btn--icon){border-top-right-radius:0;border-bottom-right-radius:0}.btn.btn--info
i{font-size:1.5rem}.btn.btn--info:hover{background:#2cb1bc}.btn.btn--info.is-active,.btn.btn--info:active{background:#0f223f;color:#fff}.btn.btn--info.is-active i.icon-link:before{content:""}.btn.btn--info:focus-visible:before{border-radius:7.5rem 0 0 7.5rem}.btn.btn--outlined{background:none;border:solid .125rem #0f223f;color:#0f223f}.btn.btn--outlined:hover{border-color:#f36f21;background:#f6f7f8}.btn.btn--outlined:active{border-color:#be4110;background:#f6f7f8}.btn.btn--outlined.btn--light{background:none;border-color:#fff;color:#fff;position:relative}.btn.btn--outlined.btn--light>span,.btn.btn--outlined.btn--light>strong{position:relative}.btn.btn--outlined.btn--light>span:before,.btn.btn--outlined.btn--light>strong:before{content:"";position:absolute;left:0;bottom:.125rem;width:0;height:.0625rem;background:#fff;-webkit-transition:width 150ms ease;transition:width 150ms ease}.btn.btn--outlined.btn--light:not([aria-expanded]):hover:not(:active)>span:before,.btn.btn--outlined.btn--light:not([aria-expanded]):hover:not(:active)>strong:before{width:100%}.btn.btn--outlined.btn--light:hover{border-color:#f36f21}.btn.btn--outlined.btn--light:active{border-color:#be4110}.btn.btn--outlined.btn--icon{background:none !important}.btn.btn--icon{padding:.5rem;min-height:0;height:2.75rem;width:2.75rem}.btn.btn--icon
i{font-size:1.5rem}@media only screen and (max-width: 1280px){.btn.btn--icon
i{font-size:1.25rem}}.btn.btn--dropdown.ldd [data-lng-lg]{text-transform:none;display:none}@media only screen and (min-width: 1941px){.btn.btn--dropdown.ldd [data-lng-lg]{display:block}.btn.btn--dropdown.ldd [data-lng-sh]{display:none}}.btn.btn--white{background:#fff;color:#000;position:relative}.btn.btn--white>span,.btn.btn--white>strong{position:relative}.btn.btn--white>span:before,.btn.btn--white>strong:before{content:"";position:absolute;left:0;bottom:.125rem;width:0;height:.0625rem;background:#000;-webkit-transition:width 150ms ease;transition:width 150ms ease}.btn.btn--white:not([aria-expanded]):hover:not(:active)>span:before,.btn.btn--white:not([aria-expanded]):hover:not(:active)>strong:before{width:100%}.btn.btn--white:hover{background:#e0fcff}.btn.btn--white:active{background:#bef8fd}.btn.btn--ghost{background:none;color:#0f223f}.btn.btn--ghost:hover{background:#f6f7f8}.btn.btn--ghost:active{background:#e2e4e6}.btn.skip-to-content-btn{position:absolute;z-index:210;left:1rem;top:1rem}.btn.skip-to-content-btn:not(:focus):not(:focus-visible){opacity:0;pointer-events:none}.btn#scroll-to-top{position:fixed;right:-3rem;bottom:1rem;z-index:190;padding:.375rem 1rem;opacity:0;visibility:hidden;-webkit-transition:opacity,right,visibility;transition:opacity,right,visibility;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.btn#scroll-to-top
i{font-size:1.5rem}.btn#scroll-to-top.is-visible{right:1rem;opacity:1;visibility:visible}.btn[disabled],.btn.disabled{border-color:#cdd0d4;background:#cdd0d4;color:#fff !important;pointer-events:none}.btn[disabled].btn--link,.btn.disabled.btn--link{background:none}.btn[disabled].btn--outline,.btn.disabled.btn--outline{border-color:#cdd0d4;background:none}[data-toggle-accessibility].is-active i:before,[data-toggle-accessibility].is-visible i:before,[data-toggle-search].is-active i:before,[data-toggle-search].is-visible i:before{content:"";font-weight:bold}@media only screen and (min-width: 1281px){.secondary-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.secondary-nav
.dropdown{margin:-1rem 1.375rem -0.875rem 0}}@media only screen and (min-width: 1281px)and (max-width: 1500px){.secondary-nav
.dropdown{margin-right:0}}@media only screen and (min-width: 1281px){.secondary-nav>ul{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;font-size:.875rem}.secondary-nav>ul>li{position:relative}.secondary-nav>ul>li.has-children>button,.secondary-nav>ul>li.has-children>a{background:none;border:none}.secondary-nav>ul>li.has-children>button>span,.secondary-nav>ul>li.has-children>a>span{position:relative;padding-right:1.25rem}.secondary-nav>ul>li.has-children>button>span:after,.secondary-nav>ul>li.has-children>a>span:after{content:"";font-family:"iconfont";-webkit-transform:none;transform:none;position:absolute;font-size:.875rem;line-height:1;right:0;top:50%;margin-top:-0.4375rem;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.secondary-nav>ul>li.has-children>button[aria-expanded=true]+.sub-menu,.secondary-nav>ul>li.has-children>a[aria-expanded=true]+.sub-menu{opacity:1;visibility:visible;margin-top:.5rem}.secondary-nav>ul>li.has-children>button[aria-expanded=true]>span:before,.secondary-nav>ul>li.has-children>a[aria-expanded=true]>span:before{width:100%}.secondary-nav>ul>li.has-children>button[aria-expanded=true]>span:after,.secondary-nav>ul>li.has-children>a[aria-expanded=true]>span:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.secondary-nav>ul>li button,.secondary-nav>ul>li>a{background:none;border:none;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.secondary-nav>ul>li button>span,.secondary-nav>ul>li button>strong,.secondary-nav>ul>li>a>span,.secondary-nav>ul>li>a>strong{position:relative}.secondary-nav>ul>li button>span:before,.secondary-nav>ul>li button>strong:before,.secondary-nav>ul>li>a>span:before,.secondary-nav>ul>li>a>strong:before{content:"";position:absolute;left:0;bottom:.0625rem;width:0;height:.125rem;background:#25282b;-webkit-transition:width 150ms ease;transition:width 150ms ease}.secondary-nav>ul>li button:not([aria-expanded]):hover:not(:active)>span:before,.secondary-nav>ul>li button:not([aria-expanded]):hover:not(:active)>strong:before,.secondary-nav>ul>li>a:not([aria-expanded]):hover:not(:active)>span:before,.secondary-nav>ul>li>a:not([aria-expanded]):hover:not(:active)>strong:before{width:100%}.secondary-nav>ul>li button span,.secondary-nav>ul>li>a
span{padding:.25rem 0;display:-webkit-box;display:-ms-flexbox;display:flex}.secondary-nav>ul>li button:hover,.secondary-nav>ul>li>a:hover{text-decoration:none}.secondary-nav>ul>li button.is-active>span:before,.secondary-nav>ul>li>a.is-active>span:before{width:100%}.secondary-nav>ul>li>ul{position:absolute;z-index:101;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:100%;width:auto;background:#fff;list-style:none;margin:0;padding:2rem 2.5rem;border-radius:1rem;-webkit-box-shadow:0 .25rem 1rem rgba(29,58,88,.16);box-shadow:0 .25rem 1rem rgba(29,58,88,.16);white-space:nowrap;opacity:0;visibility:hidden;margin-top:1.5rem;-webkit-transition:opacity,visibility,margin;transition:opacity,visibility,margin;-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transition-timing-function:ease;transition-timing-function:ease}.secondary-nav>ul>li>ul li
a{color:#25282b;font-weight:600}.secondary-nav>ul>li>ul li+li{margin-top:1rem}.secondary-nav>ul>li:hover>a>span:before{width:100%}}@media only screen and (min-width: 1281px)and (max-width: 1940px){.secondary-nav>ul{gap:.75rem}}@media only screen and (min-width: 1281px){.main-nav{-webkit-box-flex:1;-ms-flex:1;flex:1}.main-nav>ul{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem 1.5rem;font-size:1rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.main-nav>ul>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (min-width: 1281px)and (min-width: 1941px){.main-nav>ul>li{padding:0}}@media only screen and (min-width: 1281px){.main-nav>ul>li:first-child{padding-left:0}.main-nav>ul>li:last-child{padding-right:0}.main-nav>ul>li button,.main-nav>ul>li>a{font-weight:700;color:#000;background:none;border:none;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;text-decoration:none !important;position:relative}.main-nav>ul>li button>span,.main-nav>ul>li button>strong,.main-nav>ul>li>a>span,.main-nav>ul>li>a>strong{position:relative}.main-nav>ul>li button>span:before,.main-nav>ul>li button>strong:before,.main-nav>ul>li>a>span:before,.main-nav>ul>li>a>strong:before{content:"";position:absolute;left:0;bottom:-0.5rem;width:0;height:.25rem;background:#f36f21;-webkit-transition:width 150ms ease;transition:width 150ms ease}.main-nav>ul>li button:not([aria-expanded]):hover:not(:active)>span:before,.main-nav>ul>li button:not([aria-expanded]):hover:not(:active)>strong:before,.main-nav>ul>li>a:not([aria-expanded]):hover:not(:active)>span:before,.main-nav>ul>li>a:not([aria-expanded]):hover:not(:active)>strong:before{width:100%}.main-nav>ul>li button button,.main-nav>ul>li>a
button{display:none}.main-nav>ul>li button.is-active>span:before,.main-nav>ul>li>a.is-active>span:before{width:100%}.main-nav>ul>li.has-children>button>span,.main-nav>ul>li.has-children>a>span{position:relative;padding-right:1.25rem}.main-nav>ul>li.has-children>button>span:after,.main-nav>ul>li.has-children>a>span:after{content:"";font-family:"iconfont";-webkit-transform:none;transform:none;position:absolute;font-size:.875rem;line-height:1;right:0;top:50%;margin-top:-0.4375rem;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.main-nav>ul>li.has-children>button[aria-expanded=true]+.sub-menu,.main-nav>ul>li.has-children>a[aria-expanded=true]+.sub-menu{opacity:1;visibility:visible;margin-top:0}.main-nav>ul>li.has-children>button[aria-expanded=true]>span:before,.main-nav>ul>li.has-children>a[aria-expanded=true]>span:before{width:100%}.main-nav>ul>li.has-children>button[aria-expanded=true]>span:after,.main-nav>ul>li.has-children>a[aria-expanded=true]>span:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.main-nav>ul>li:hover>button>span:before,.main-nav>ul>li:hover>a>span:before{width:100%}}.mobile-side-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mobile-side-menu__trigger{padding:.5rem 1rem;margin-inline:-1rem;border-bottom:solid .125rem #a6abb1;width:calc(100% + 2rem)}.mobile-side-menu
button{width:100%;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;gap:.5rem;height:2.75rem;color:#0f223f;background:none;border:none;padding:0;line-height:1}.mobile-side-menu button[aria-expanded=true] i:before{content:"";font-weight:bold}.mobile-side-menu button
span{font-weight:600;font-size:1.125rem}.mobile-side-menu button
i{width:2.75rem;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;font-size:1.25rem}.mobile-side-menu
nav{width:100%;padding:.5rem 0 1.5rem;display:none}.mobile-side-menu nav
a{display:block;padding:1rem 1rem 1rem 1.5rem;font-size:1rem;color:#484f55;font-weight:500;border-bottom:solid .125rem #cdd0d4}.mobile-side-menu nav a:hover{text-decoration:none;color:#0f223f}.mobile-side-menu nav a.is-active{font-weight:600;color:#0f223f;border-bottom-color:#f36f21}.mobile-side-menu.is-visible
nav{display:block}.tertiary-nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem}@media(max-width: 1680px){.tertiary-nav .btn.btn--info{border-radius:50%;padding:.5rem;width:2.75rem}.tertiary-nav .btn.btn--info
strong{display:none}.tertiary-nav .btn.btn--info:focus-visible:before{border-radius:50%}}ul.ul--frt{text-align:right;font-size:1rem;font-weight:600}ul.ul--frt li button,ul.ul--frt li
a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;-webkit-transition:color;transition:color;background:none;border:none;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}ul.ul--frt li button strong:before,ul.ul--frt li a strong:before{content:none}ul.ul--frt li button i,ul.ul--frt li a
i{font-size:1.25rem}ul.ul--frt li button:hover,ul.ul--frt li a:hover{text-decoration:none}ul.ul--frt li button:hover>strong,ul.ul--frt li button:hover>span,ul.ul--frt li a:hover>strong,ul.ul--frt li a:hover>span{text-decoration:underline}ul.ul--frt li button.is-active,ul.ul--frt li a.is-active{color:#be4110}ul.ul--frt li+li{margin-top:1rem}@media only screen and (min-width: 1281px){.sub-menu{position:absolute;z-index:100;left:0;top:100%;width:100%;padding:.25rem 0 0;opacity:0;visibility:hidden;margin-top:.75rem;-webkit-transition:opacity,visibility,margin;transition:opacity,visibility,margin;-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transition-timing-function:ease;transition-timing-function:ease;font-weight:500}.sub-menu__container{overflow:hidden;background:#f6f7f8;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 .25rem 1rem rgba(29,58,88,.16);box-shadow:0 .25rem 1rem rgba(29,58,88,.16)}.sub-menu__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:105rem}.sub-menu__inner .sub-menu__col-group:first-child+.sub-menu__col .ul--frt{text-align:left}.sub-menu__inner .sub-menu__col-group:first-child+.sub-menu__col .ul--frt
a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sub-menu__inner .sub-menu__col:has(.image-block){padding:1.5rem}.sub-menu__inner>.sub-menu__col-group:first-child,.sub-menu__inner>.sub-menu__col:first-child{background:#fff;position:relative}.sub-menu__inner>.sub-menu__col-group:first-child>*,.sub-menu__inner>.sub-menu__col:first-child>*{position:relative;z-index:2}.sub-menu__inner>.sub-menu__col-group:first-child:before,.sub-menu__inner>.sub-menu__col:first-child:before{content:"";position:absolute;width:100vw;max-width:91.25rem;right:0;top:0;height:100%;background:#fff}.sub-menu__inner:has(.sub-menu__col-group .sub-menu__col:first-child:last-child)>.sub-menu__col{width:auto}.sub-menu
a{color:#25282b}.sub-menu a
.tag{color:#2cb1bc;font-weight:700;margin-left:.5rem}.sub-menu
ul{list-style:none;margin:0;padding:0}.sub-menu ul:not(.ul--frt) a.is-active{text-decoration:underline}.sub-menu__col-group{display:-webkit-box;display:-ms-flexbox;display:flex}.sub-menu__col-group .sub-menu__col
p{margin-bottom:1.25rem}.sub-menu__col-group .sub-menu__col ul li+li{margin-top:.75rem}.sub-menu__col{width:22.5rem;padding:2.5rem 2rem}.sub-menu__col:not(:first-child) p{margin-bottom:1.25rem}.sub-menu__col:not(:first-child) ul li+li{margin-top:.75rem}.sub-menu__col:nth-child(2)+div:not(:last-child){position:relative}.sub-menu__col:nth-child(2)+div:not(:last-child):before{content:"";position:absolute;left:0;top:2.5rem;height:calc(100% - 5rem);width:.0625rem;background:#e2e4e6}}@media only screen and (min-width: 1281px)and (max-width: 1450px){.sub-menu__col{width:20rem}}.social-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.25rem;font-size:2rem;line-height:1}.social-nav
a{color:#0f223f;text-decoration:none;-webkit-transition:color;transition:color;line-height:0;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.social-nav a:hover{color:#044e54}.social-nav a:active{color:#0e7c86}.breadcrumbs-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.4375rem;font-size:.875rem;font-weight:600;color:#484f55;padding:1rem 0}.breadcrumbs-nav
a{color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.4375rem}.breadcrumbs-nav a:not(:last-child):after{content:"";font-family:"iconfont";width:.875rem;height:.875rem;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}.breadcrumbs-nav a:hover{text-decoration:none}.breadcrumbs-nav a:hover
span{text-decoration:underline}.sidebar-nav{padding:2rem 0 0;position:sticky;top:9rem}.sidebar-nav
a{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.125rem 1.5rem;border-radius:.5rem 0 0 .5rem;font-size:1rem;font-weight:500;color:#484f55;border-right:solid .25rem #cdd0d4}.sidebar-nav a.is-active{background:#f6f7f8;font-weight:600;border-color:#f36f21;color:#0f223f}.sidebar-nav a:not(.is-active){position:relative}.sidebar-nav a:not(.is-active)>span,.sidebar-nav a:not(.is-active)>strong{position:relative}.sidebar-nav a:not(.is-active)>span:before,.sidebar-nav a:not(.is-active)>strong:before{content:"";position:absolute;left:0;bottom:.125rem;width:0;height:.0625rem;background:#484f55;-webkit-transition:width 150ms ease;transition:width 150ms ease}.sidebar-nav a:not(.is-active):not([aria-expanded]):hover:not(:active)>span:before,.sidebar-nav a:not(.is-active):not([aria-expanded]):hover:not(:active)>strong:before{width:100%}.sidebar-nav a:hover{text-decoration:none}.article-share{text-align:center;margin:3rem 0}.article-share
p{font-weight:bold;color:#373d43;margin:0
0 1rem}.article-share
nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.article-share nav
a{font-size:3rem;line-height:1;color:#0f223f;text-decoration:none;-webkit-transition:color;transition:color;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.article-share nav a:hover{color:#044e54}.article-share nav a:active{color:#0e7c86}.image-block
img{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);-webkit-transition-duration:350ms;transition-duration:350ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}a.image-block:hover
img{-webkit-transform:scale3d(1.1, 1.1, 1);transform:scale3d(1.1, 1.1, 1)}.image-block[data-type=header] .image-block__image{overflow:hidden;border-radius:.5rem}.image-block[data-type=header] .image-block__image
img{height:12.75rem;width:100%;-o-object-fit:cover;object-fit:cover}.image-block[data-type=header] .image-block__content{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625rem;font-weight:600}.image-block[data-type=header] .image-block__content
i{font-size:1.25rem}.image-block[data-type=header]:hover{text-decoration:none}.image-block[data-type=header]:hover .image-block__content
strong{text-decoration:underline}.search__container
form{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:50rem;margin:0
auto;background:#fff;border-radius:4rem;border:solid .0625rem #8d9399;position:relative}.search__container form
input{height:3rem;border-radius:4rem;background:none;border:none;padding-right:7rem}.search__container form input:focus-visible{outline-offset:.25rem}.search__container form
button{position:absolute;right:0;top:0;height:3.125rem;margin:-0.0625rem -0.0625rem -0.0625rem 0}form.is-loading:before{background-size:3rem}.newsletter{margin-top:1.5rem}.newsletter
p{margin-bottom:.75rem}.newsletter
button{margin-top:1rem}@media only screen and (max-width: 1280px){.newsletter
button{width:100%}}.formRow{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;color:#373d43}.formRow
hr{margin:1rem 0}.formRow
a{color:#5a6167}.formRow__label{display:block;margin-bottom:.75rem;color:#0f223f;font-weight:700}.formRow__cell{-webkit-box-flex:1;-ms-flex:1;flex:1}.formRow__title{font-weight:bold;color:#be4110;font-family:"Poppins",sans-serif;font-size:1.25rem}.formRow__subtitle{font-weight:500;margin:.5rem 0 0}.formRow.formRow--submit{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:3rem}@media only screen and (max-width: 1280px){.formRow.formRow--submit{margin-top:1.5rem}}.formRow:has([data-type=hr])+.formRow
.formRow__title{margin-top:0}.formRow:not(:first-child) .formRow__title{margin-top:1.5rem}.formRow+*{margin-top:1.5rem}@media only screen and (max-width: 1280px){.formRow{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.formRow+*{margin-top:1rem}}.education-select{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;gap:1rem}@media only screen and (max-width: 1280px){.education-select{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.education-select+*{margin-top:1rem}}.ibl{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:top;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.ibl
i{width:1.5rem;min-width:1.5rem;height:1.5rem;font-size:1.5rem;color:#f36f21}a.ibl:hover{text-decoration:none}a.ibl:hover strong,a.ibl:hover
span{text-decoration:underline}.quick-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.quick-links
a{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;gap:.625rem;color:#fff;font-size:1.125rem;-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;padding:0
2rem;-webkit-transition:color;transition:color;position:relative;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.quick-links a>span,.quick-links a>strong{position:relative}.quick-links a>span:before,.quick-links a>strong:before{content:"";position:absolute;left:0;bottom:0;width:0;height:.0625rem;background:#fab877;-webkit-transition:width 150ms ease;transition:width 150ms ease}.quick-links a:not([aria-expanded]):hover:not(:active)>span:before,.quick-links a:not([aria-expanded]):hover:not(:active)>strong:before{width:100%}.quick-links a
i{font-size:1.5rem;color:#54d1db}.quick-links a:focus-visible{outline:none}.quick-links a:focus-visible
strong{outline:solid .125rem #14919b}.quick-links a:hover{text-decoration:none}.quick-links a:hover
strong{color:#fab877}@media only screen and (min-width: 1281px){.quick-links a+a:before{content:"";background:#14919b;width:.1875rem;border-radius:.1875rem;height:2.75rem;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media only screen and (max-width: 1280px){.quick-links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.quick-links
a{padding:0
0 0 1rem}}.image-text{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem}.image-text__image,.image-text__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.image-text__image{position:relative}.image-text__image
img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;height:100%;width:100%}@media only screen and (min-width: 1281px){.image-text__image
img{position:absolute;left:0;top:0;width:50vw;max-width:79.0625rem}}@media only screen and (max-width: 1280px){.image-text__image
img{min-height:15.625rem}}@media only screen and (max-width: 1280px){.image-text__image{margin:0
-1rem}}.image-text__video{position:absolute;inset:0;z-index:5;padding:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1rem}.image-text__video:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(0.25deg, rgba(0, 0, 0, 0.7) 28.28%, rgba(255, 255, 255, 0) 97.81%);background-blend-mode:multiply,normal}@media only screen and (min-width: 1281px){.image-text__video:after{width:50vw;max-width:79.0625rem}}.image-text__video .video-play{margin:-0.5rem}.image-text__video .text-xl{color:#fff;text-shadow:0px 0px 0px #87eaf2;--number-of-lines:3;--font-size:1.5rem;--line-height:1.33;max-height:calc(var(--number-of-lines)*var(--font-size)*var(--line-height));display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:var(--number-of-lines)}@media only screen and (max-width: 1280px){.image-text__video .text-xl{--font-size:1.25rem;--line-height:1.4}}.image-text__video .video-play,.image-text__video .text-xl{position:relative;z-index:5}.image-text__content{-ms-flex-item-align:center;align-self:center;font-weight:600;font-size:1.125rem;padding:4.5rem 0}@media only screen and (min-width: 1281px){.image-text__content .text-block{max-width:36.25rem}}.image-text__content
h2{margin:0}.image-text__content h2+*{margin-top:2rem}.image-text__content:first-child:last-child .text-block{max-width:none}@media only screen and (max-width: 1280px){.image-text__content{font-size:1rem;padding:2.5rem 0}}.page-layout .image-text .image-text__image
img{width:100%}@media only screen and (max-width: 1280px){.image-text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}}.badge-block{border-radius:1rem;background:#fff;text-align:center;-webkit-box-shadow:0 .25rem 1rem rgba(29,58,88,.16);box-shadow:0 .25rem 1rem rgba(29,58,88,.16);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:100%;padding:2.5rem 1.5rem}.badge-block__icon{font-size:3rem;height:3rem;line-height:1;color:#2cb1bc}.badge-block__suptitle{color:#70767d;letter-spacing:0}.badge-block__suptitle+.badge-block__title{margin-top:-0.5rem}.badge-block__subtitle{color:#0f223f}.badge-block__title{color:#0f223f;margin:0;font-weight:700}.badge-block__title+.badge-block__subtitle{margin-top:-0.5rem}.badge-block__description{font-weight:600;font-size:1rem;line-height:1.75;color:#373d43}@media only screen and (max-width: 1280px){.badge-block{padding:2rem 1.5rem}}.post-block[data-type="0"]:not([data-horizontal="1"]){position:relative;height:30rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.post-block[data-type="0"]:not([data-horizontal="1"]) img{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);-webkit-transition-duration:350ms;transition-duration:350ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}a.post-block[data-type="0"]:not([data-horizontal="1"]):hover
img{-webkit-transform:scale3d(1.1, 1.1, 1);transform:scale3d(1.1, 1.1, 1)}@media only screen and (max-width: 1280px){.post-block[data-type="0"]:not([data-horizontal="1"]){height:18.75rem}}.post-block[data-type="0"]:not([data-horizontal="1"]) .post-block__image{position:absolute;z-index:-1;inset:0;border-radius:.5rem;overflow:hidden}.post-block[data-type="0"]:not([data-horizontal="1"]) .post-block__image:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(0.25deg, rgba(0, 0, 0, 0.7) 28.28%, rgba(255, 255, 255, 0) 97.81%);background-blend-mode:multiply,normal;opacity:1;-webkit-transition:opacity;transition:opacity;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.post-block[data-type="0"]:not([data-horizontal="1"]) .post-block__image
img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-block[data-type="0"]:not([data-horizontal="1"]) .post-block__content{position:relative;z-index:5;padding:2rem;color:#fff;text-shadow:.125rem .125rem 1rem #000}.post-block[data-type="0"]:not([data-horizontal="1"]) .post-block__date{margin-bottom:.5rem;font-weight:600}.post-block[data-type="0"]:not([data-horizontal="1"]) .post-block__title{--number-of-lines:5;--font-size:1.5rem;--line-height:1.333;margin:0;font-family:"Poppins",sans-serif;font-size:var(--font-size);line-height:var(--line-height);max-height:calc(var(--number-of-lines)*var(--font-size)*var(--line-height));display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:var(--number-of-lines);height:calc(var(--number-of-lines)*var(--font-size)*var(--line-height))}@media only screen and (max-width: 1280px){.post-block[data-type="0"]:not([data-horizontal="1"]) .post-block__title{height:auto !important;--font-size:1.25rem;--line-height:1.4}}.post-block[data-type="0"]:not([data-horizontal="1"]):hover{text-decoration:none}.post-block[data-type="0"]:not([data-horizontal="1"]):hover .post-block__title{text-decoration:underline}.post-block[data-type="0"][data-horizontal="1"]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:3rem;padding:2rem 0}.post-block[data-type="0"][data-horizontal="1"]:first-child{padding-top:0}.post-block[data-type="0"][data-horizontal="1"]:last-child{padding-bottom:0}.post-block[data-type="0"][data-horizontal="1"] .post-block__image{width:18.75rem;position:relative;height:12.5rem}.post-block[data-type="0"][data-horizontal="1"] .post-block__image
img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;-webkit-box-shadow:0 .25rem 1rem rgba(29,58,88,.16);box-shadow:0 .25rem 1rem rgba(29,58,88,.16)}.post-block[data-type="0"][data-horizontal="1"] .post-block__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.post-block[data-type="0"][data-horizontal="1"] .post-block__date{margin-bottom:1rem;font-weight:600;color:#be4110}.post-block[data-type="0"][data-horizontal="1"] .post-block__title{font-weight:bold;margin:0;color:#0f223f;position:relative}.post-block[data-type="0"][data-horizontal="1"] .post-block__title>span,.post-block[data-type="0"][data-horizontal="1"] .post-block__title>strong{position:relative}.post-block[data-type="0"][data-horizontal="1"] .post-block__title>span:before,.post-block[data-type="0"][data-horizontal="1"] .post-block__title>strong:before{content:"";position:absolute;left:0;bottom:.125rem;width:0;height:.0625rem;background:#be4110;-webkit-transition:width 150ms ease;transition:width 150ms ease}.post-block[data-type="0"][data-horizontal="1"] .post-block__title:not([aria-expanded]):hover:not(:active)>span:before,.post-block[data-type="0"][data-horizontal="1"] .post-block__title:not([aria-expanded]):hover:not(:active)>strong:before{width:100%}.post-block[data-type="0"][data-horizontal="1"] .post-block__excerpt{margin-top:1rem}.post-block[data-type="0"][data-horizontal="1"]:hover{text-decoration:none}.post-block[data-type="0"][data-horizontal="1"]:hover .post-block__title{text-decoration:underline}.post-block[data-type="0"][data-horizontal="1"]+.post-block{border-top:1px solid #f36f21}@media only screen and (max-width: 860px){.post-block[data-type="0"][data-horizontal="1"]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.post-block[data-type="0"][data-horizontal="1"] .post-block__image{width:100%}}.post-block .event-date-block{position:absolute;z-index:5;top:0;left:2rem;padding:1rem 1.25rem;border-radius:0 0 .5rem .5rem;color:#000;text-align:left;-webkit-box-shadow:0 .25rem 1rem rgba(29,58,88,.16);box-shadow:0 .25rem 1rem rgba(29,58,88,.16)}.post-block[data-type=search]{display:-webkit-box;display:-ms-flexbox;display:flex;margin:1rem 0}.post-block[data-type=search]+*{border-top:solid .0625rem #cdd0d4;padding-top:1rem}.post-block[data-type=search]:hover{text-decoration:none}.post-block[data-type=search]:hover .post-block__title{text-decoration:underline}a.post-block:focus-visible{outline-width:.25rem;outline-offset:.25rem}.event-block{display:-webkit-box;display:-ms-flexbox;display:flex;gap:3rem;padding:2rem 0}.event-block:first-child{padding-top:0}.event-block:last-child{padding-bottom:0}.event-block__date{width:12.5rem;height:12.5rem;position:relative;-webkit-box-shadow:0 .25rem 1rem rgba(29,58,88,.16);box-shadow:0 .25rem 1rem rgba(29,58,88,.16)}.event-block__date .event-date-block{height:100%;border-radius:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;color:#000;font-size:1.5rem;line-height:1.333;letter-spacing:0}@media only screen and (max-width: 860px){.event-block__date{width:100%}}.event-block__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.event-block__content>*{margin:0}.event-block__content>*+*{margin-top:1rem}.event-block__categories{color:#be4110;font-weight:600}.event-block__title{font-weight:bold;color:#0f223f}.event-block__excerpt{font-weight:500}.event-block__info{width:12.5rem;font-weight:500}.event-block__info
strong{color:#be4110;display:block}.event-block__info
p{margin:0}.event-block__info p+p{margin-top:.5rem}@media only screen and (max-width: 860px){.event-block__info{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem}.event-block__info
p{margin:0
!important}}.event-block:hover{text-decoration:none}.event-block:hover .event-block__title{text-decoration:underline}.event-block+*{border-top:1px solid #f36f21}@media only screen and (max-width: 860px){.event-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}}.event-date-block{background:#f36f21;font-family:"Poppins",sans-serif;font-weight:bold;font-size:1.25rem;line-height:1.4;text-align:center}.event-date-block.is-expired{background:#cdd0d4}.vg-block{position:relative;height:25rem;display:-webkit-box;display:-ms-flexbox;display:flex}.vg-block:focus-visible{outline-width:.25rem;outline-offset:.25rem}.vg-block
img{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);-webkit-transition-duration:350ms;transition-duration:350ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}a.vg-block:hover
img{-webkit-transform:scale3d(1.1, 1.1, 1);transform:scale3d(1.1, 1.1, 1)}@media only screen and (max-width: 1280px){.vg-block{height:18.75rem}}.vg-block__image{position:absolute;z-index:-1;inset:0;border-radius:.5rem;overflow:hidden}.vg-block__image:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(0.25deg, rgba(0, 0, 0, 0.7) 28.28%, rgba(255, 255, 255, 0) 97.81%);background-blend-mode:multiply,normal;opacity:1;-webkit-transition:opacity;transition:opacity;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.vg-block__image
img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vg-block__title{--number-of-lines:5;--font-size:1.5rem;--line-height:1.333;font-size:var(--font-size);line-height:var(--line-height);max-height:calc(var(--number-of-lines)*var(--font-size)*var(--line-height));display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:var(--number-of-lines)}@media only screen and (max-width: 1280px){.vg-block__title{--font-size:1.25rem;--line-height:1.4}}.vg-block__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;gap:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:5;padding:2rem;color:#fff;text-shadow:.125rem .125rem 1rem #000}.vg-block__content .video-play{margin:-0.5rem 0 0 -0.5rem}.vg-block__icon{width:3.5rem;height:3.5rem;border-radius:50%;border:solid .125rem #fff;background:#000;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}.vg-block__icon
i{font-size:1.5rem}.vg-block[data-type=image] .vg-block__image:before{content:none}.vg-block:hover{text-decoration:none}.vg-block:hover .vg-block__title{text-decoration:underline}.vs-block{position:relative;border-radius:.5rem;overflow:hidden;display:block}.vs-block:after{content:"";position:absolute;z-index:5;inset:0;background:linear-gradient(0.25deg, rgba(0, 0, 0, 0.9) 0.23%, rgba(0, 0, 0, 0) 51.51%);background-blend-mode:multiply,normal;-webkit-transition:opacity;transition:opacity;pointer-events:none;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.vs-block__video
img{width:100%}.vs-block__video iframe,.vs-block__video
video{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;left:0;top:0}.vs-block__description{position:absolute;left:0;bottom:0;width:100%;text-align:center;z-index:8;color:#fff;padding:2rem 2rem 2.5rem;pointer-events:none}.vs-block__description h3,.vs-block__description
p{margin:0}.vs-block__description h3+*,.vs-block__description p+*{margin-top:.5rem}.vs-block__play{position:absolute;inset: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;z-index:6}.vs-block__description,.vs-block__play{opacity:0;-webkit-transition:opacity;transition:opacity;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.vs-block.is-playing-background .vs-block__description,.vs-block.is-playing-background .vs-block__play,.vs-block:hover .vs-block__description,.vs-block:hover .vs-block__play{opacity:1}.vs-block.is-playing:after,.vs-block.is-playing .vs-block__play,.vs-block.is-playing .vs-block__description{opacity:0;pointer-events:none}.vs-block[data-type="1"] .vs-block__play{display:none}.testemonial-block{display:-webkit-box;display:-ms-flexbox;display:flex;gap:3rem}.testemonial-block__content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:2rem 0 2rem 6rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 1281px){.page-layout .testemonial-block__content{padding-block:0}}.testemonial-block__image{width:23rem;-webkit-box-shadow:0 .25rem 1rem rgba(29,58,88,.16);box-shadow:0 .25rem 1rem rgba(29,58,88,.16)}.testemonial-block__image
img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem}@media only screen and (min-width: 1281px){.page-layout .testemonial-block__image{width:16.5625rem;height:15.625rem}}.testemonial-block__title{margin:0;position:relative}.testemonial-block__title:before{content:"";position:absolute;left:-5rem;top:-1rem;width:3.5rem;height:3.5rem;background:url(/wp-content/themes/gea-college/assets/images/icon-quote.svg) no-repeat;background-size:100%}@media only screen and (min-width: 1281px){.page-layout .testemonial-block__title:before{left:-6rem;top:0}}.testemonial-block__title
strong{font-weight:600}.testemonial-block__title+*{margin-top:1rem}.testemonial-block__description{font-size:1.125rem;color:#484f55}@media only screen and (max-width: 1280px){.testemonial-block__description{font-size:1rem}}.testemonial-block__author{color:#0a6c74;font-size:1rem;font-weight:700;margin-top:3rem}@media only screen and (min-width: 1281px){.page-layout .testemonial-block__author{margin-top:auto;padding-top:1.5rem}}@media only screen and (max-width: 1280px){.testemonial-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.testemonial-block .testemonial-block__image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;height:18.75rem}.testemonial-block .testemonial-block__title{padding:0
0 0 3rem;position:relative}.testemonial-block .testemonial-block__title:before{content:"";position:absolute;left:0;top:-0.15rem;width:2rem;height:2rem;background:url(/wp-content/themes/gea-college/assets/images/icon-quote.svg) no-repeat;background-size:100%}.testemonial-block .testemonial-block__author{margin-top:1rem}.testemonial-block .testemonial-block__content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding:0}.testemonial-block .testemonial-block__content:before{content:none}}.cta{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem}.cta__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.cta__content>div{max-width:57.5rem}.cta__content
h3{margin:0}.cta__content h3+*{margin-top:2rem}@media only screen and (max-width: 1280px){.cta__content h3+*{margin-top:1.5rem}}.cta__content
a{text-decoration:underline}.cta__content a:hover{text-decoration:none}.cta__content
p{font-weight:600}.cta__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}@media only screen and (min-width: 1281px){.cta__actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 1280px){.cta__actions{gap:.5rem}}.cta[data-type="1"],.cta[data-type="3"]{padding:3.5rem;border-radius:1.5rem;-webkit-box-shadow:0 .25rem 1rem rgba(29,58,88,.16);box-shadow:0 .25rem 1rem rgba(29,58,88,.16)}@media only screen and (max-width: 1280px){.cta[data-type="1"],.cta[data-type="3"]{padding:2rem;border-radius:1rem}}@media only screen and (max-width: 860px){.cta[data-type="1"],.cta[data-type="3"]{padding:1.5rem}}.cta[data-type="1"]{background:-webkit-gradient(linear, left top, right top, color-stop(10.5%, rgba(0, 0, 0, 0)), to(rgba(243, 111, 33, 0.2))),#0f223f;background:linear-gradient(90deg, rgba(0, 0, 0, 0) 10.5%, rgba(243, 111, 33, 0.2) 100%),#0f223f}.cta[data-type="3"]{background:#f6f7f8}.cta[data-type="0"] .cta__content a,.cta[data-type="1"] .cta__content
a{color:#f36f21}.cta[data-type="2"] .cta__content,.cta[data-type="3"] .cta__content{color:#25282b}.cta[data-type="2"] .cta__content h3,.cta[data-type="3"] .cta__content
h3{color:#0f223f}.cta[data-type="2"] .cta__content a,.cta[data-type="3"] .cta__content
a{color:#1857b5}@media only screen and (max-width: 1280px){.cta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.itc{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4rem}.itc__content,.itc__image{-webkit-box-flex:1;-ms-flex:1;flex:1}.itc__content .d-flex{margin-top:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}.itc__image{position:relative}.itc__image
img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;-webkit-filter:drop-shadow(0px 8px 32px rgba(29, 58, 88, 0.16));filter:drop-shadow(0px 8px 32px rgba(29, 58, 88, 0.16))}@media only screen and (min-width: 1281px){.itc__image
img{position:absolute;left:0;top:0}}.itc[data-type="1"],.itc[data-type="2"]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.itc[data-type="1"] .itc__image img,.itc[data-type="2"] .itc__image
img{position:static}.itc[data-type="2"] .itc__image img:first-child{-o-object-fit:contain;object-fit:contain;position:absolute;inset:0;width:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media only screen and (min-width: 1281px){.page-layout
.itc{gap:3rem}}@media only screen and (max-width: 1280px){.itc{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.itc
.itc__image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.itc .itc__image
img{min-height:15.625rem}.itc
.itc__content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.itc .itc__image,.itc
.itc__content{width:100%}}.faq{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem}.faq__title{width:100%;max-width:25rem}.faq__title
h2{background:#fff}.faq__content{-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (min-width: 1281px){.page-layout
.faq{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.page-layout .faq
.faq__title{max-width:none}}@media only screen and (max-width: 1280px){.faq{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.faq
.faq__title{max-width:none}}.person-block__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.person-block__image{height:20.25rem;margin-bottom:2rem;overflow:hidden;border-radius:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.person-block__image
img{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);-webkit-transition-duration:350ms;transition-duration:350ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}a.person-block__image:hover
img{-webkit-transform:scale3d(1.1, 1.1, 1);transform:scale3d(1.1, 1.1, 1)}.person-block__image
img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}@media only screen and (min-width: 1281px){.person-block__image
img{position:absolute;left:0;top:0}}.person-block__name{margin:0}.person-block__title{margin:0;color:#5a6167}.person-block__description{font-weight:500}.person-block__button{margin-top:1rem}.person-block[data-type="1"]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem}.person-block[data-type="1"] .person-block__image{width:18.75rem;height:20.25rem;margin:0}.person-block[data-type="1"] .person-block__content{padding:2rem 0;-webkit-box-flex:1;-ms-flex:1;flex:1}.person-block[data-type="1"] .person-block__button{margin-top:.5rem}@media only screen and (max-width: 580px){.person-block[data-type="1"]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.person-block[data-type="1"] .person-block__image{width:100%;height:auto;min-height:0}.person-block[data-type="1"] .person-block__image
img{height:15.625rem}.person-block[data-type="1"] .person-block__content{padding:0;gap:1rem}}.contact-block{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem}.contact-block__image{width:14.0625rem}.contact-block__image
img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem}@media only screen and (min-width: 1281px){.contact-block__image{position:relative}.contact-block__image
img{position:absolute;inset:0}}.contact-block__content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:2rem 3rem;background:#f6f7f8;border-radius:.5rem}.contact-block__suptitle{margin:0
0 2rem;color:#5a6167}@media only screen and (max-width: 1280px){.contact-block__suptitle{margin-bottom:1rem}}.contact-block__name{margin:0
0 .5rem;font-weight:600;color:#0f223f}.contact-block__title{color:#484f55;font-weight:500}.contact-block__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-top:1.5rem}.contact-block__actions
a.ibl{color:#1857b5;font-size:1.125rem;gap:1rem}.contact-block__actions a.ibl
strong{font-weight:500}.contact-block+*{margin-top:2rem}@media only screen and (max-width: 1280px){.contact-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.contact-block .contact-block__image{width:100%;min-height:0}.contact-block .contact-block__image
img{min-height:15.625rem;border-radius:.5rem .5rem 0 0}.contact-block .contact-block__content{padding:1.5rem}}.video-container{position:relative;width:100%;padding-bottom:56.25%;background:url(/wp-content/themes/gea-college/assets/images/loader.svg) no-repeat center;background-size:5rem}.video-container
iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.pvc{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem}.pvc__video{-webkit-box-flex:1;-ms-flex:1;flex:1}.pvc__content{width:18.125rem;padding-top:3rem}.pvc__content:first-child:last-child{width:100%}.pvc__content
h3{color:#e2e4e6;margin-bottom:1.5rem}@media only screen and (max-width: 1280px){.pvc{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pvc
.pvc__video{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.pvc
.pvc__content{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;padding-top:2.5rem}.pvc .pvc__content
h3{padding-right:1.5rem}}.pdb{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem}.pdb__image{width:18.75rem;max-height:25rem}.pdb__image
img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem}.pdb__content{-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width: 860px){.pdb{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pdb
.pdb__image{width:100%;max-height:none;margin-top:2rem}}.cfpl{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4rem;margin-top:3rem}.cfpl__form,.cfpl__info{-webkit-box-flex:1;-ms-flex:1;flex:1}.cfpl__form
a{color:#5a6167}@media only screen and (max-width: 1280px){.cfpl{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2.5rem;margin-top:0}}.google-map{height:31.25rem;border-radius:.5rem;border:solid .0625rem #8d9399;overflow:hidden}.google-map
img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.quote-block{color:#fff;position:relative;z-index:5;padding-left:6.25rem}@media only screen and (max-width: 1280px){.quote-block{margin-inline:-1rem;padding:0
2rem 0 6rem}}.quote-block:before{content:"";position:absolute;left:0;top:0;width:3.5rem;height:3.5rem;background:url(/wp-content/themes/gea-college/assets/images/icon-quote.svg) no-repeat;background-size:100%}@media only screen and (max-width: 1280px){.quote-block:before{width:2.5rem;height:2.5rem;left:2rem}}.quote-block__content{font-family:"Poppins",sans-serif;color:#fff;font-size:1.5rem;font-weight:600;line-height:1.33}@media only screen and (max-width: 1280px){.quote-block__content{font-size:1.25rem}}.quote-block__author{color:#cdd0d4;font-weight:700;font-size:1rem;margin-top:2rem}@media only screen and (max-width: 1280px){.quote-block__author{margin-top:1rem}}.file-list
a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;border-bottom:solid .0625rem #a6abb1;padding:1rem;font-size:1rem;word-break:break-word;-webkit-transition:background;transition:background;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.file-list a
strong{font-weight:600}.file-list a>i{margin-left:auto;font-size:1.5rem}.file-list a+*{margin-top:1rem}.file-list a:hover{text-decoration:none;background:#f6f7f8}.thank-you{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;margin:5rem 0}.thank-you h2,.thank-you
p{margin:0}@media only screen and (max-width: 1280px){.thank-you{margin:2.5rem 0;gap:1.5rem}}.hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:4rem 0;min-height:28.75rem}@media only screen and (max-width: 1280px){.hero{padding:2.5rem 0;min-height:0}}.hero:after{content:"";position:absolute;z-index:5;inset:0;background:rgba(37,40,43,.5)}.hero__image{position:absolute;inset:0}.hero__image
img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__content{position:relative;z-index:6;color:#fff;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1rem}@media only screen and (max-width: 1280px){.hero__content{max-width:none}}.hero__content>div:first-child{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:58.125rem}.hero__content
p{margin:0;text-shadow:0px 8px 32px rgba(29,58,88,.16);font-weight:600}.hero__content
h1{text-shadow:0px 8px 32px rgba(29,58,88,.16);margin:0}.hero__content h1+*{margin-top:1rem}.hero__content
h2{margin-bottom:1rem}.hero__content .d-flex{margin-top:2.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem}@media only screen and (max-width: 1280px){.hero__content .d-flex{margin-top:1.5rem;gap:.5rem}}@media only screen and (max-width: 1280px){.hero__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.hero__ll{max-width:16rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.hero__ll:has(>div:first-child:last-child){-ms-flex-item-align:center;align-self:center}.hero__ll
img{width:100%}@media only screen and (max-width: 1280px){.hero__ll{max-width:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.hero__ll
img{max-height:5rem;-o-object-fit:cover;object-fit:cover}}.hero.hero--sm{min-height:0}@media only screen and (max-width: 1280px){.video{display:none}}.video
video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;position:absolute;left:0;top:0;z-index:1}.video
button{position:absolute;z-index:10;right:2rem;bottom:2rem}.video button.is-paused i:before{content:""}section[data-section=faq-decor] .container,section[data-section=badges] .container,section[data-section=video-gallery] .container,section[data-section=logo-list-wp] .container,section[data-section=cpt-events] .container,section[data-section=file-list] .container,section[data-section=contact-list] .container,section[data-section=cpt-posts] .container{position:relative}section[data-section=faq-decor] .container:after,section[data-section=badges] .container:after,section[data-section=video-gallery] .container:after,section[data-section=logo-list-wp] .container:after,section[data-section=cpt-events] .container:after,section[data-section=file-list] .container:after,section[data-section=contact-list] .container:after,section[data-section=cpt-posts] .container:after{content:"";position:absolute;inset:0;pointer-events:none;z-index:-1}section[data-section=hero]{position:relative;background-position:center;background-repeat:no-repeat;background-size:cover}section[data-section=hero]+[data-section=page-layout]{padding-top:3.375rem}section[data-section=quick-links]{background:#0f223f;padding:1.5rem 0}section[data-section=featured-content]{background:#f36f21}section[data-section=cta]{background:-webkit-gradient(linear, left top, right top, color-stop(10.5%, rgba(0, 0, 0, 0)), to(rgba(243, 111, 33, 0.2))),#0f223f;background:linear-gradient(90deg, rgba(0, 0, 0, 0) 10.5%, rgba(243, 111, 33, 0.2) 100%),#0f223f;padding:4rem 0;color:#fff}section[data-section=cta][data-type="1"],section[data-section=cta][data-type="3"]{background:none}section[data-section=cta][data-type="2"]{background:#f6f7f8}@media only screen and (max-width: 1280px){section[data-section=cta]{padding:2.5rem 0}}section[data-section=cpt-posts]{padding:5rem 0}@media only screen and (max-width: 1280px){section[data-section=cpt-posts]{padding:2.5rem 0 1.5rem}}section[data-section=cpt-posts] .container:after{top:0;right:-5rem;background:url(/wp-content/themes/gea-college/assets/images/dots-2.svg) no-repeat right top;background-size:11.25rem}@media only screen and (max-width: 1280px){section[data-section=cpt-posts] .container:after{top:0;right:-2rem;background-size:4.25rem}}@media only screen and (min-width: 1281px){.page-layout section[data-section=cpt-posts] .container:after{content:none}}section[data-section=cpt-events]{padding:5rem 0}@media only screen and (max-width: 1280px){section[data-section=cpt-events]{padding:2.5rem 0 1.5rem}}section[data-section=cpt-events] .container:after{bottom:-3.5rem;left:-3rem;background:url(/wp-content/themes/gea-college/assets/images/dots-3.svg) no-repeat left bottom;background-size:11.25rem}@media only screen and (max-width: 1280px){section[data-section=cpt-events] .container:after{bottom:3.5rem;left:-3rem;background-size:6.25rem}}section[data-section=page-not-found]{padding:5rem 0}@media only screen and (max-width: 1280px){section[data-section=page-not-found]{padding:2.5rem 0}}section[data-section=divider]{padding:1.5rem 0}section[data-section=divider] hr{margin:0}section[data-section=search]{padding:2.5rem 0}section[data-section=cta-button]{padding:1rem 0}section[data-section=cta-button] .d-flex{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}section[data-section=contact-list]{padding:2.5rem 0}section[data-section=contact-list] .container:after{top:1rem;right:-2rem;background:url(/wp-content/themes/gea-college/assets/images/dots-6.svg) no-repeat right top;background-size:8.625rem}section[data-section=logo-list-wp],section[data-section=logo-list]{padding:5rem 0}@media only screen and (max-width: 1280px){section[data-section=logo-list-wp],section[data-section=logo-list]{padding:2.5rem 0}}section[data-section=price-blocks]{padding:5rem 0}section[data-section=price-blocks] .title>div{max-width:none}@media only screen and (max-width: 1280px){section[data-section=price-blocks]{padding:2.5rem 0}}section[data-section=content]{padding:3rem 0}section[data-section=content]:has(.container>h2:last-child),section[data-section=content]:has(.container>h3:last-child){padding-bottom:0 !important}@media only screen and (max-width: 1280px){section[data-section=content]{padding:2.5rem 0 1.5rem}}section[data-section=image]{padding:2.5rem 0}section[data-section=image] img{border-radius:.5rem;width:100%}@media only screen and (min-width: 1281px){section[data-section=logo-list-wp] .container:after{top:-4rem;right:-2rem;background:url(/wp-content/themes/gea-college/assets/images/dots-7.svg) no-repeat right top;background-size:11rem}}section[data-section=file-list]{padding:3rem 0}@media only screen and (max-width: 1280px){section[data-section=file-list]{padding:2.5rem 0}}section[data-section=file-list] .container:after{top:-2rem;right:-2rem;background:url(/wp-content/themes/gea-college/assets/images/dots-1.svg) no-repeat right top;background-size:10rem}section[data-section=quote]{padding:6.875rem 0;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}section[data-section=quote]:before{content:"";position:absolute;inset:0;background:-webkit-gradient(linear, left bottom, left top, from(rgba(15, 34, 63, 0.7)), to(rgba(15, 34, 63, 0.7)));background:linear-gradient(0deg, rgba(15, 34, 63, 0.7), rgba(15, 34, 63, 0.7))}@media only screen and (max-width: 1280px){section[data-section=quote]{padding:2.5rem 0;margin-inline:-1rem}}@media only screen and (min-width: 1281px){.page-layout section[data-section=quote]{margin:3rem 0;padding-inline:3rem !important}}section[data-section=form]{padding:5rem 0}@media only screen and (max-width: 1280px){section[data-section=form]{padding:2.5rem 0}}section[data-section=people-list]{padding:5rem 0}@media only screen and (max-width: 1280px){section[data-section=people-list]{padding:2.5rem 0}}section[data-section=column-content]{padding:5rem 0}@media only screen and (max-width: 1280px){section[data-section=column-content]{padding:2.5rem 0}}section[data-section=page-layout]:first-child{padding-top:3.375rem}section[data-section=cards]{padding:4rem 0}@media only screen and (max-width: 1280px){section[data-section=cards]{padding:2.5rem 0}}section[data-section=testemonials]{padding:5rem 0}@media only screen and (max-width: 1280px){section[data-section=testemonials]{padding:2.5rem 0 1.5rem}}section[data-section=image-text-cta]{padding:5rem 0}@media only screen and (max-width: 1280px){section[data-section=image-text-cta]{padding:2.5rem 0}}section[data-section=mobile-sidemenu]{display:none}@media only screen and (max-width: 1280px){section[data-section=mobile-sidemenu]{display:block}}section[data-section=table]{padding:5rem 0}@media only screen and (max-width: 1280px){section[data-section=table]{padding:2.5rem 0}}section[data-section=thank-you]{padding:5rem 0}section[data-section=thank-you] a:not(.btn){color:#1857b5;text-decoration:underline}section[data-section=thank-you] a:not(.btn):hover{text-decoration:none}@media only screen and (max-width: 1280px){section[data-section=thank-you]{padding:2.5rem 0}}section[data-section=faq-decor],section[data-section=faq]{padding:4rem 0}@media only screen and (max-width: 1280px){section[data-section=faq-decor],section[data-section=faq]{padding:2.5rem 0}}section[data-section=faq-decor] .container:after{bottom:-3.6rem;left:-3.4rem;background:url(/wp-content/themes/gea-college/assets/images/dots-5.svg) no-repeat left bottom;background-size:10rem}@media only screen and (max-width: 1280px){section[data-section=faq-decor] .container:after{content:none}}@media only screen and (min-width: 1281px){.page-layout section[data-section=faq-decor] .container:after{content:none}}section[data-section=video-statements]{padding:5rem 0}@media only screen and (max-width: 1280px){section[data-section=video-statements]{padding:2.5rem 0 1.5rem}}section[data-section=video-gallery]{padding:5rem 0}@media only screen and (max-width: 1280px){section[data-section=video-gallery]{padding:2.5rem 0 1.5rem}}section[data-section=video-gallery] .container:after{height:calc(100% + 8rem);width:calc(100% + 9rem);left:-8rem;top:-4rem;height:calc(100% + 8rem);width:calc(100% + 9rem);background:url(/wp-content/themes/gea-college/assets/images/dots-4.svg) no-repeat left bottom,url(/wp-content/themes/gea-college/assets/images/dots-4-1.svg) no-repeat right top;background-size:16.25rem,3.625rem}@media only screen and (max-width: 1280px){section[data-section=video-gallery] .container:after{left:-5rem;top:-3rem;height:calc(100% + 3rem);width:calc(100% + 7rem);background:url(/wp-content/themes/gea-college/assets/images/dots-4.svg) no-repeat left bottom,url(/wp-content/themes/gea-college/assets/images/dots-4-1.svg) no-repeat right top;background-size:7.25rem,3.625rem}}section[data-section=badges]{padding:5rem 0}section[data-section=badges] .container:after{top:-3rem;right:-5rem;background:url(/wp-content/themes/gea-college/assets/images/dots-1.svg) no-repeat right top;background-size:11.875rem}@media only screen and (max-width: 1280px){section[data-section=badges] .container:after{top:-1.25rem;right:-2rem;background-size:6rem}}@media only screen and (min-width: 1281px){.page-layout section[data-section=badges] .container:after{top:-2.5rem;right:-2.5rem;background-size:8.875rem}}@media only screen and (max-width: 1280px){section[data-section=badges]{padding:2.5rem 0 1.5rem}}section[data-section=article]{padding:2.5rem 0 4rem}section[data-section=article-header]{background:#f6f7f8;padding:2.5rem 0}@media only screen and (max-width: 1280px){section[data-section=article-header]{padding:1rem 0 2rem 0 !important}}@media only screen and (min-width: 1281px){.page-layout section:not([data-section=cta-button]){padding-top:3rem !important;padding-bottom:3rem !important}}@media only screen and (max-width: 1280px){.page-layout
section{padding:2rem 0}}.carousel-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem}.carousel-navigation.is-hidden{display:none}.carousel-navigation .btn
i{font-size:1.25rem;font-weight:bold}.carousel-navigation .btn:disabled{color:#a6abb1 !important}.swiper-outer{width:calc(100% + 1rem);margin:-0.5rem}.swiper-outer
.swiper{padding:.5rem}.swiper{opacity:0}.swiper.swiper-initialized{opacity:1;-webkit-transition:opacity 10ms;transition:opacity 10ms}.swiper-mobile-nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swiper-mobile-nav:has(.carousel-navigation:not(.is-hidden)){margin-top:1.5rem}.swiper-mobile-nav>*:first-child:last-child{margin-left:auto}.swiper-pagination{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;gap:0;top:auto !important;bottom:2.75rem !important;height:2rem}.swiper-pagination .swiper-pagination-bullet{width:2rem;height:2rem;padding:.5rem;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;opacity:.4;border-radius:0;background:none;margin:0
!important;-webkit-transition:opacity,width;transition:opacity,width;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-pagination .swiper-pagination-bullet:focus-visible{outline:solid .125rem #5abfff;outline-offset:.125rem;border-radius:.125rem}.swiper-pagination .swiper-pagination-bullet:before{content:"";-webkit-box-flex:1;-ms-flex:1;flex:1;height:.5rem;background:#fff;background:#fff;border-radius:.5rem}.swiper-pagination .swiper-pagination-bullet:hover{opacity:1}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1;width:3rem}[data-slider=badges-block]{overflow:initial}[data-slider=badges-block] .swiper-slide{height:initial}@media only screen and (min-width: 1281px){[data-slider=badges-block] .swiper-wrapper{--gap:2rem;--columns:4;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--gap)}[data-slider=badges-block] .swiper-wrapper>div{-webkit-box-flex:1;-ms-flex:1 1 calc((100% - var(--gap)*(var(--columns) - 1))/var(--columns));flex:1 1 calc((100% - var(--gap)*(var(--columns) - 1))/var(--columns))}.page-layout [data-slider=badges-block] .swiper-wrapper{--columns:3}[data-slider=badges-block] .swiper-wrapper .swiper-slide{margin:0
!important;width:100% !important}[data-slider=badges-block][data-per-row="3"] .swiper-wrapper{--columns:3}}@media only screen and (max-width: 1280px){[data-slider=cpt-posts]{overflow:initial}[data-slider=cpt-posts] .swiper-slide{height:initial}}.pb-slider{position:relative;-webkit-transition:height 300ms ease;transition:height 300ms ease}.pb-slider
.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 1280px){.pb-slider
.container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}}.pb-slider__item{position:absolute;left:0;top:0;width:100%;pointer-events:none;opacity:0;visibility:hidden;-webkit-transition:visibility,opacity;transition:visibility,opacity;-webkit-transition-duration:600ms;transition-duration:600ms;-webkit-transition-timing-function:ease;transition-timing-function:ease}.pb-slider__item.is-active{pointer-events:all;opacity:1;visibility:visible;z-index:5}.pb-slider__item.is-active .pb-slider__bg>div{opacity:1;visibility:visible;-webkit-transform:none;transform:none}@media only screen and (max-width: 1280px){.pb-slider__item{padding:2.5rem 0}}.pb-slider__bg{width:50%;position:relative}.pb-slider__bg:before,.pb-slider__bg:after{content:"";position:absolute;top:0;height:100%}.pb-slider__bg:before{right:6.25rem;width:50vw;max-width:73.75rem;background:rgba(0,0,0,.6)}.pb-slider__bg:after{right:-6.25rem;width:12.5rem;background:url(/wp-content/themes/gea-college/assets/images/wave-bg.svg) no-repeat left top;opacity:.6;background-size:auto 100%}.pb-slider__bg>div{padding:5rem 0;position:relative;z-index:5;max-width:32rem;opacity:0;visibility:hidden;-webkit-transform:translateX(-20%);transform:translateX(-20%);-webkit-transition:visibility,opacity,-webkit-transform;transition:visibility,opacity,-webkit-transform;transition:visibility,opacity,transform;transition:visibility,opacity,transform,-webkit-transform;-webkit-transition-duration:800ms;transition-duration:800ms;-webkit-transition-timing-function:ease;transition-timing-function:ease}@media only screen and (max-width: 1280px){.pb-slider__bg>div{padding:2rem 0;max-width:none}}@media only screen and (max-width: 1280px){.pb-slider__bg{width:100%;padding:0}.pb-slider__bg:before{right:-1rem;width:calc(100% + 2rem);max-width:none}.pb-slider__bg:after{content:none}}.pb-slider__content{position:relative;z-index:5;color:#fff}.pb-slider__content .text-block{font-size:1.125rem;font-weight:500}.pb-slider__content .text-block+*{margin-top:2.5rem}.pb-slider__image{position:absolute;inset:0}.pb-slider__image:before{content:"";position:absolute;inset:0;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));background:linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))}.pb-slider__image
img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pb-slider__blocks{--gap:0.5rem;--columns:3;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-item-align:center;align-self:center;gap:var(--gap);-webkit-box-flex:1;-ms-flex:1;flex:1;padding:5rem 0;max-width:32rem}.pb-slider__blocks>button{-webkit-box-flex:1;-ms-flex:1 1 calc((100% - var(--gap)*(var(--columns) - 1))/var(--columns));flex:1 1 calc((100% - var(--gap)*(var(--columns) - 1))/var(--columns));background:#f36f21;border-radius:.5rem;padding:.75rem;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;color:#000;text-align:center;height:12rem;border:none;-webkit-box-shadow:0 .25rem 1rem rgba(29,58,88,.16);box-shadow:0 .25rem 1rem rgba(29,58,88,.16);-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.pb-slider__blocks>button:first-child,.pb-slider__blocks>button:nth-child(2){-webkit-box-flex:1;-ms-flex:1 1 calc((100% - var(--gap)*1)/2);flex:1 1 calc((100% - var(--gap)*1)/2)}.pb-slider__blocks>button
strong{--number-of-lines:4;--font-size:1.25rem;--line-height:1.333;font-family:"Poppins",sans-serif;font-weight:600;font-size:var(--font-size);line-height:var(--line-height);max-height:calc(var(--number-of-lines)*var(--font-size)*var(--line-height));display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:var(--number-of-lines)}.pb-slider__blocks>button:hover,.pb-slider__blocks>button.is-active{background:#f79040}@media only screen and (max-width: 1280px){.pb-slider__blocks{max-width:none;padding:0}.pb-slider__blocks>button{height:8rem}.pb-slider__blocks>button
strong{--number-of-lines:4;--font-size:1rem;--line-height:1.333}}.card{word-break:break-word}.card[data-type="0"]{height:18.75rem;border-radius:.5rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.card[data-type="0"] img{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);-webkit-transition-duration:350ms;transition-duration:350ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}a.card[data-type="0"]:hover
img{-webkit-transform:scale3d(1.1, 1.1, 1);transform:scale3d(1.1, 1.1, 1)}.card[data-type="0"] .card__image{position:absolute;inset:0;border-radius:.5rem;overflow:hidden}.card[data-type="0"] .card__image:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(0.25deg, rgba(0, 0, 0, 0.7) 19.15%, rgba(0, 0, 0, 0) 61.96%);background-blend-mode:multiply,normal;opacity:1;-webkit-transition:opacity;transition:opacity;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.card[data-type="0"] .card__image
img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card[data-type="0"] .card__content{padding:2rem;position:relative;z-index:5;color:#fff;word-break:break-word;-ms-hyphens:auto;hyphens:auto}@media only screen and (max-width: 1280px){.card[data-type="0"]{height:15.625rem}}.card[data-type="0"]:hover{text-decoration:none}.card[data-type="0"]:hover .card__content .text-2xl{text-decoration:underline}.card[data-type="1"]{text-align:center}.card[data-type="1"] .card__icon{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;margin-bottom:1rem}.card[data-type="1"] .card__icon
i{font-size:3rem;line-height:1;color:#2cb1bc}.card[data-type="1"] .card__title{--number-of-lines:3;--font-size:1.5rem;--line-height:1.333;margin:0
0 1rem;font-weight:bold;font-family:"Poppins",sans-serif;font-size:var(--font-size);line-height:var(--line-height);max-height:calc(var(--number-of-lines)*var(--font-size)*var(--line-height));display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:var(--number-of-lines)}.card[data-type="1"] .card__suptitle{margin:0
0 1rem}.card[data-type="1"] .card__subtitle{margin:0}.card[data-type="1"] .card__content{font-weight:500;margin-top:1.5rem}.card[data-type="1"] .card__image{height:12.5rem;margin:1.5rem 0}.card[data-type="1"] .card__image:first-child{margin-top:0}.card[data-type="1"] .card__image:last-child{margin-bottom:0}.card[data-type="1"] .card__image
img{border-radius:.5rem;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card[data-type="1"] .card__actions{margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.card[data-type="1"][data-sub-type="0"]{padding:2.5rem 1.5rem;border-radius:1rem;-webkit-box-shadow:0 .25rem 1rem rgba(29,58,88,.16);box-shadow:0 .25rem 1rem rgba(29,58,88,.16);height:100%}.card[data-type="1"][data-sub-type="0"],.card[data-type="1"][data-sub-type="1"]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card[data-type="1"][data-sub-type="0"] .card__title,.card[data-type="1"][data-sub-type="1"] .card__title{margin:0
0 1.5rem}.card[data-type="1"][data-sub-type="0"] .card__content,.card[data-type="1"][data-sub-type="1"] .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:0}.card[data-card=contact]{background:#f6f7f8;padding:4rem;border-radius:1rem}@media only screen and (max-width: 1280px){.card[data-card=contact]{border-radius:0;padding:2.5rem 1rem;margin-inline:-1rem}}.card[data-card=contact] .d-flex{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:3rem}.card[data-card=form]{background:#f6f7f8;padding:4rem;border-radius:1rem}.card[data-card=form] .title>div{max-width:none}.card[data-card=form] .title>div
p{color:#484f55}.card[data-card=form]+hr{margin:4rem 0}@media only screen and (max-width: 1280px){.card[data-card=form]+hr{margin:2.5rem 0}}.card[data-card=form] form.is-loading:before{background-size:4rem}.card[data-card=form][data-theme="1"]{color:#fff;background:-webkit-gradient(linear, left top, right top, color-stop(10.5%, rgba(0, 0, 0, 0)), to(rgba(243, 111, 33, 0.2))),-webkit-gradient(linear, left bottom, left top, from(#0f223f), to(#0f223f)),#f6f7f8;background:linear-gradient(90deg, rgba(0, 0, 0, 0) 10.5%, rgba(243, 111, 33, 0.2) 100%),linear-gradient(0deg, #0f223f, #0f223f),#f6f7f8}.card[data-card=form][data-theme="1"] .title>div
p{color:#e2e4e6}.card[data-card=form][data-theme="1"] .formRow
.formRow__title{color:#f36f21}.card[data-card=form][data-theme="1"] .formRow
.formRow__subtitle{color:#e2e4e6}.card[data-card=form][data-theme="1"] .formRow
.formRow__label{color:#fff}.card[data-card=form][data-theme="1"] .formRow .text-color-secondary-900{color:#fff !important}.card[data-card=form][data-theme="1"] .formRow .text-color-secondary-900
a{color:#fff !important}.card[data-card=form][data-theme="1"] .formRow .text-color-neutral-600{color:#e2e4e6 !important}.card[data-card=form][data-theme="1"] .formRow .text-color-neutral-600
a{color:#e2e4e6 !important}.card[data-card=form][data-theme="1"] .formRow .cb
.cb__label{color:#fff}.card[data-card=form][data-theme="1"] .formRow .cb input:checked~.cb__icon{background:#f36f21}.card[data-card=form][data-theme="1"] .formRow
.link{color:#f36f21 !important}.card[data-card=form][data-theme="1"] .formRow .btn.btn--sm.btn--ghost{color:#fff;background:none !important}.card[data-card=form][data-theme="1"] .formRow .btn.btn--sm.btn--ghost>strong:before{background:#fff}.card[data-card=form][data-theme="1"] .formRow .btn.btn--lg.btn--outlined{border-color:#fff;color:#fff;background:none !important}.card[data-card=form][data-theme="1"] .formRow .btn.btn--lg.btn--outlined>strong:before{background:#fff}.card[data-card=form][data-theme="1"] .formRow .file-upload__file{color:#fff}.card[data-card=form][data-theme="1"] a:not(.btn):focus-visible{outline:solid .125rem #14919b;outline-offset:.125rem;border-radius:.5rem}@media only screen and (max-width: 1280px){.card[data-card=form]{border-radius:0;padding:2.5rem 1rem;margin-inline:-1rem}}.card[data-card=price]{padding:2.5rem 1.5rem;border-radius:1rem;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem;-webkit-box-shadow:0 .25rem 1rem rgba(29,58,88,.16);box-shadow:0 .25rem 1rem rgba(29,58,88,.16)}@media only screen and (min-width: 1281px){.card[data-card=price]:first-child:last-child{max-width:calc(50% - .5rem)}}.card[data-card=price]>*{margin:0}.card[data-card=price].is-special{border:solid .375rem #f36f21}.accordion{border-bottom:solid .0625rem #a6abb1}.accordion__trigger{border:none;background:none;width:100%;text-align:left;padding:1.5rem;font-size:1.125rem;font-weight:600;color:#000;text-align:left;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;gap:.5rem}.accordion__trigger strong.text-2xl{color:#be4110;margin-right:.875rem;line-height:0;position:relative;top:.125rem}.accordion__trigger:after{content:"";font-family:"iconfont";font-size:1.5rem;line-height:1;font-weight:normal}.accordion__trigger[aria-expanded=true]{color:#be4110}.accordion__trigger[aria-expanded=true]:after{content:""}.accordion__trigger[aria-expanded=true]~.accordion__content{display:block}@media only screen and (max-width: 1280px){.accordion__trigger{padding-inline:1rem}}@media only screen and (max-width: 580px){.accordion__trigger{padding-inline:0rem}}.accordion__content{display:none;padding:0
1.5rem 1.5rem}.accordion__content a:not(.btn){color:#1857b5;text-decoration:underline}.accordion__content a:not(.btn):hover{text-decoration:none}.accordion__content ul:not(.ul-list),.accordion__content ol:not(.ul-list){padding-left:1.625rem}@media only screen and (max-width: 1280px){.accordion__content{padding-inline:1rem}}@media only screen and (max-width: 580px){.accordion__content{padding-inline:0rem}}@media only screen and (min-width: 1281px){.accordion+*{margin-top:1.5rem}}[data-overlay]{position:fixed;z-index:210;inset:0;background:rgba(37,40,43,.3);display:grid;place-items:center;opacity:0;padding:1rem;overflow:auto;min-width:320px;visibility:hidden;-webkit-transition:opacity 200ms ease,visibility 200ms ease;transition:opacity 200ms ease,visibility 200ms ease}[data-overlay].is-visible{opacity:1;visibility:visible}[data-overlay].is-visible
.offcanvas{-webkit-transform:none;transform:none}[data-overlay]:first-child:not(:last-child) .popup{opacity:0}@media only screen and (max-width: 1280px){[data-overlay]{padding:0}}.popup{background:#fff;padding:2rem;border-radius:.5rem;width:100%;min-height:5.9375rem;max-width:66.5rem;position:relative;overflow:hidden;overflow-y:auto;-webkit-transition:opacity 250ms;transition:opacity 250ms;-webkit-box-shadow:0 .25rem 1rem rgba(29,58,88,.16);box-shadow:0 .25rem 1rem rgba(29,58,88,.16)}.popup.is-loading{min-height:10rem}.popup.is-loading:before{content:"";position:absolute;inset:0;z-index:2;background:url(/wp-content/themes/gea-college/assets/images/loader.svg) no-repeat center;background-size:3rem}.popup__content
.title{padding-right:2rem}.popup__content>h2{margin-bottom:1.5rem;padding-right:2rem}.popup__close{position:absolute;z-index:100;right:1.5rem;top:1.5rem}.popup__close
i{font-size:1.25rem !important;font-weight:600}.popup__close:first-child:last-child{display:none}@media only screen and (max-width: 1280px){.popup__close{right:0;top:0}}.popup[data-type=newsletter]{max-width:31.25rem}.popup[data-type=video]{max-width:79.375rem}@media only screen and (max-width: 1280px){.popup[data-type=video] .popup__close{right:.5rem;top:.5rem}}.popup[data-theme=dark]{background:#25282b;color:#fff}@media only screen and (max-width: 1280px){.popup{padding:1rem;max-width:none !important;max-height:100%;width:100%;border-radius:0}.popup .formRow .d-flex
.btn{-webkit-box-flex:1;-ms-flex:1;flex:1}}.offcanvas{position:fixed;right:0;top:0;height:100%;width:100%;max-width:23.125rem;min-width:320px;-webkit-box-shadow:0 .25rem 1rem rgba(29,58,88,.16);box-shadow:0 .25rem 1rem rgba(29,58,88,.16);background:#fff;z-index:205;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform 200ms ease;transition:-webkit-transform 200ms ease;transition:transform 200ms ease;transition:transform 200ms ease, -webkit-transform 200ms ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;overflow-y:auto}.offcanvas::-webkit-scrollbar{width:.25rem;height:.25rem}.offcanvas::-webkit-scrollbar-track{margin:0;background:#fff;border-radius:0;width:.25rem;height:.25rem}.offcanvas::-webkit-scrollbar-thumb{background-color:#25282b;border-radius:0}@-moz-document url-prefix(){.offcanvas{scrollbar-width:thin;scrollbar-color:#25282b}}.offcanvas__header{padding:1.5rem 1.5rem 0;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;gap:.5rem}@media only screen and (max-width: 460px){.offcanvas__header{padding:1rem 1rem 0}}.offcanvas__body{padding:1.5rem;padding-bottom:.5rem;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width: 460px){.offcanvas__body{padding:1rem}}.offcanvas__footer{padding:0
1.5rem 1rem 1.5rem}@media only screen and (max-width: 460px){.offcanvas__footer{padding:0
1rem .5rem 1rem}}.offcanvas__title
.ib{line-height:1.5}@media only screen and (max-width: 460px){.offcanvas{max-width:none}}.offcanvas-carousel{width:calc(100% + 1.5rem)}.pfc{margin-top:3rem;margin-bottom:2rem}.pfc.is-loading:before{background-size:4rem}.pfc__filter
form{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem}.pfc__filter form>div
label{display:block;color:#0f223f;margin-bottom:.75rem;font-weight:bold}.pfc__filter form>div:first-child:not(:last-child){-webkit-box-flex:1;-ms-flex:1;flex:1}.pfc__filter form>div:last-child:not(:first-child){width:18.75rem}@media only screen and (max-width: 860px){.pfc__filter
form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.pfc__filter form>div{width:100% !important}}.pfc__content{margin-top:3rem}@media only screen and (max-width: 860px){.pfc__content{margin-top:2rem}}@media only screen and (max-width: 860px){.pfc{margin-top:0;margin-bottom:0}}.post-search{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.post-search
input{-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:4rem;padding-right:7rem}.post-search
button{height:3rem;position:absolute;right:0;top:0}.pagination{margin-top:3rem;width:100% !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.pagination ul.page-numbers{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pagination .page-numbers:not(ul){width:2.75rem;height:2.75rem;border-radius:50%;border:solid .125rem rgba(0,0,0,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;background:#fff;-webkit-transition:background,border;transition:background,border;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:1rem;font-weight:600;line-height:1;color:#484f55;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.pagination .page-numbers:not(ul).current{border-color:#f36f21 !important}a.page-numbers{border-color:#a6abb1 !important}a.page-numbers:hover{border-color:#f36f21 !important;text-decoration:none}.article-image{position:relative;margin:1rem 0 2rem}.article-image
img{width:100%;max-height:25rem;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;-webkit-box-shadow:0 .25rem 1rem rgba(29,58,88,.16);box-shadow:0 .25rem 1rem rgba(29,58,88,.16)}@media only screen and (max-width: 1280px){.article-image
img{height:12.5rem}}.article-image .event-date-block{position:absolute;left:2rem;top:0;text-transform:uppercase;padding:.5rem 1rem;border-radius:0 0 .5rem .5rem;font-family:"Poppins",sans-serif;font-size:1.25rem;font-weight:bold;text-align:left}.article-categories{font-size:.875rem;color:#70767d}.article-title{margin:.5rem 0 1.5rem;color:#0f223f}.article-title
h1{margin:0}@media only screen and (max-width: 1280px){.article-title{margin-bottom:.5rem}}.article-event-info{font-size:1.125rem;font-weight:600;color:#5a6167;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.25rem .5rem;margin:-1rem 0 1.5rem}.article-event-info
span{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem}.article-event-info span:before{content:"•"}@media only screen and (max-width: 860px){.article-event-info{font-size:1rem;margin-top:-0.5rem}.article-event-info
span{width:100%}}.article-author
.author{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.75rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.article-author .author__image
img{width:3rem;height:3rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}.article-author .author__image
i{width:3rem;height:3rem;border-radius:50%;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;background:#e2e4e6;font-size:1.5rem}.article-author .author__info .text-l{margin:0;line-height:1.5}.article-share{padding-top:3.5rem;margin-top:3.5rem;border-top:solid .0625rem #cdd0d4}.article-share .product-share{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;text-align:center}.article{font-size:1.125rem;font-weight:500}.article a:not(.btn):not(.vg-block){color:#1857b5;text-decoration:underline}.article a:not(.btn):not(.vg-block):hover{text-decoration:none}.article
p{margin:2rem 0}.article p:first-child{margin-top:0;margin-top:0 !important}.article p:last-child{margin-bottom:0;margin-bottom:0 !important}.article .wp-block-table{margin:3rem 0;overflow:auto}.article .wp-block-table:first-child{margin-top:0}.article .wp-block-table:last-child{margin-bottom:0}.article .wp-block-table.tabela-2 th:first-child,.article .wp-block-table.tabela-2 td:first-child{width:90%}.article .wp-block-table
table{width:100%;min-width:440px;font-size:1rem}.article .wp-block-table table.has-fixed-layout{table-layout:fixed;width:100%}.article .wp-block-table table th,.article .wp-block-table table
td{padding:1rem;text-align:left;vertical-align:top}.article .wp-block-table table
th{font-size:.875rem;border-bottom:solid .0625rem #cdd0d4}.article .wp-block-table table tr:nth-child(even){background:#f6f7f8}.article .wp-block-table table tbody>tr:last-child>td{border-bottom:solid .0625rem #cdd0d4}.article .wp-block-table table tfoot tr:first-child>td{border:solid .0625rem #cdd0d4;border-width:.0625rem 0}.article .wp-block-video{margin:3rem 0}.article .wp-block-video:first-child{margin-top:0}.article .wp-block-video:last-child{margin-bottom:0}.article .wp-block-separator{margin:3rem 0;background:#cdd0d4}.article .wp-block-separator:first-child{margin-top:0}.article .wp-block-separator:last-child{margin-bottom:0}@media only screen and (max-width: 1280px){.article .wp-block-separator{margin:2rem 0}}.article .wp-block-heading{margin:2rem 0}@media only screen and (max-width: 1280px){h2.wp-block-heading{font-size:1.875rem}h3.wp-block-heading{font-size:1.5rem}h4.wp-block-heading{font-size:1.25rem}}.article .wp-block-heading:first-child{margin-top:0}.article .wp-block-heading:last-child{margin-bottom:0}.article .wp-block-gallery{--gap:1rem;--columns:3;margin:3rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--gap)}.article .wp-block-gallery>*{-webkit-box-flex:1;-ms-flex:1 1 calc((100% - var(--gap)*(var(--columns) - 1))/var(--columns));flex:1 1 calc((100% - var(--gap)*(var(--columns) - 1))/var(--columns))}.article .wp-block-gallery:first-child{margin-top:0}.article .wp-block-gallery:last-child{margin-bottom:0}.article .wp-block-gallery .wp-block-image{margin:0}.article .wp-block-gallery .wp-block-image
img{width:100%;height:18.75rem;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width: 1280px){.article .wp-block-gallery{margin:2.5rem 0}}@media only screen and (max-width: 860px){.article .wp-block-gallery{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article .wp-block-gallery .wp-block-image{width:100%}.article .wp-block-gallery .wp-block-image
img{height:12.5rem}}.article .wp-block-image{margin:3rem 0}.article .wp-block-image
figure{margin:0}.article .wp-block-image:first-child{margin-top:0}.article .wp-block-image:last-child{margin-bottom:0}.article .wp-block-image
img{border-radius:.5rem;width:100% !important}@media only screen and (max-width: 1280px){.article .wp-block-image{margin:2.5rem 0}}.article .wp-element-caption{margin:.5rem 0;font-style:italic;font-size:.875rem}.article .wp-element-caption:first-child{margin-top:0}.article .wp-element-caption:last-child{margin-bottom:0}.article section[data-section=cta-button]{padding:0}.article section[data-section=cta-button] .container{padding:0}.toastContainer{position:fixed;z-index:222;right:0;bottom:0;padding:1rem;min-width:320px;width:100%;pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:.5rem;max-height:calc(100vh - 2rem);max-height:calc(100dvh - 2rem);overflow:hidden}.toastContainer
.toast{margin:0;max-width:calc(100% - 2rem);-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;-webkit-transition:opacity 200ms ease-out,-webkit-transform 200ms ease-out;transition:opacity 200ms ease-out,-webkit-transform 200ms ease-out;transition:transform 200ms ease-out,opacity 200ms ease-out;transition:transform 200ms ease-out,opacity 200ms ease-out,-webkit-transform 200ms ease-out}@media only screen and (max-width: 580px){.toastContainer
.toast{max-width:none;width:100%;padding:1rem;border-radius:0}}@media only screen and (max-width: 580px){.toastContainer{padding:0}}.toast{pointer-events:all;background:#54d1db;padding:1rem;border-radius:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;font-size:.875rem;line-height:1.5;color:#25282b;font-weight:600;margin-bottom:1rem}.toast:empty{display:none}.toast:empty:before{content:none !important}.toast
ul{list-style:none;margin:0;padding:0}.toast ul li+li{margin-top:.5rem}.toast
a{color:inherit}.toast.is-visible{opacity:1;-webkit-transform:none;transform:none}.woocommerce-error,.woocommerce-NoticeGroup div,.woocommerce-NoticeGroup
ul{background:#5abfff;padding:1.5rem 1.5rem 1.5rem 3.5rem;border-radius:.5rem;gap:.5rem;list-style:none;margin:0;position:relative}.woocommerce-error li+li,.woocommerce-NoticeGroup div li+li,.woocommerce-NoticeGroup ul li+li{margin-top:.25rem}.woocommerce-error:before,.woocommerce-NoticeGroup div:before,.woocommerce-NoticeGroup ul:before{content:"";font-family:"iconfont";font-size:1.5rem;line-height:1;font-weight:normal;position:absolute;top:1.5rem;left:1.125rem}.woocommerce-error,.woocommerce-NoticeGroup div.woocommerce-error,.woocommerce-NoticeGroup ul.woocommerce-error{background:#c83434;color:#fff}.woocommerce-error:before{content:"" !important}.woocommerce-error
a{color:#fff !important}.woocommerce-NoticeGroup{font-size:1rem;line-height:1.5;color:#25282b;margin-bottom:2rem}.dropdown{position:relative;z-index:200}.dropdown__trigger{text-transform:uppercase;font-size:.875rem;gap:.375rem}.dropdown__trigger
i{position:relative;top:-0.0625rem;display:-webkit-box;display:-ms-flexbox;display:flex}.dropdown__trigger i:before{-webkit-transform:none;transform:none;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.dropdown__trigger>*{pointer-events:none}.dropdown__trigger[aria-expanded=true].btn,.dropdown__trigger[aria-expanded=true]{background:#e2e4e6}.dropdown__trigger[aria-expanded=true].btn i.icon-chevron-down-1:before,.dropdown__trigger[aria-expanded=true] i.icon-chevron-down-1:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dropdown__trigger[aria-expanded=true].btn+.dropdown__menu,.dropdown__trigger[aria-expanded=true]+.dropdown__menu{display:block}.dropdown__trigger:focus-visible{outline-offset:-0.125rem}.dropdown__menu{position:absolute;right:0;top:calc(100% + .25rem);background:#fff;-webkit-box-shadow:0 .25rem 1rem rgba(29,58,88,.16);box-shadow:0 .25rem 1rem rgba(29,58,88,.16);display:none;overflow:hidden;border-radius:.5rem}.dropdown__menu
ul{list-style:none;margin:0;padding:0}.dropdown__menu ul li
a{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.75rem 1rem;font-weight:500}.dropdown__menu ul li a:focus-visible{outline-offset:-0.5rem}.dropdown__menu ul li a.is-active{background:#f6f7f8}.header{--logo-width:490px;position:sticky;top:0;z-index:202;background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.15);box-shadow:0 0 5px rgba(0,0,0,.15)}@media only screen and (min-width: 1941px){.header{padding-left:var(--logo-width)}}@media only screen and (max-width: 1940px){.header{--logo-width:12.75rem}}@media(max-width: 1500px){.header{--logo-width:11rem}}@media only screen and (max-width: 1280px){.header{height:var(--header-height)}.header+main{padding-top:var(--header-height)}}@media only screen and (min-width: 1281px){.header__top-bg{background:#f36f21;padding:1.25rem 1rem 1.25rem 3.125rem;border-bottom-left-radius:1.5rem;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;color:#000;position:relative}.header__top-bg
a{color:#000}}@media only screen and (min-width: 1281px)and (min-width: 2300px){.header__top-bg .secondary-nav
ul{gap:4rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (min-width: 1281px)and (min-width: 1280px)and (max-width: 2299px){.header__top-bg .secondary-nav
ul{gap:1.5rem}}@media only screen and (min-width: 1281px)and (min-width: 1941px){.header__top-bg .secondary-nav
ul{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media only screen and (min-width: 1281px)and (max-width: 1940px){.header__top-bg{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:1.25rem 1rem .875rem 2rem}.header__top-bg .secondary-nav
ul{-webkit-box-flex:1;-ms-flex:1;flex:1;gap:2rem;row-gap:0;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 1281px)and (max-width: 1940px)and (max-width: 1600px){.header__top-bg .secondary-nav
ul{-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}}@media only screen and (min-width: 1281px)and (max-width: 1940px){.header__top{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;padding-left:4rem}}@media only screen and (min-width: 1281px)and (max-width: 1500px){.header__top{padding-left:1rem}}.header__bottom{padding:1.5rem 0;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;gap:1rem}@media(min-width: 2300px){.header__bottom .main-nav
ul{gap:.5rem 4rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (min-width: 1281px)and (min-width: 1941px){.header__bottom{padding-left:3.125rem}}@media only screen and (min-width: 1281px)and (min-width: 1280px)and (max-width: 1980px){.header__bottom{padding-left:0}}@media only screen and (min-width: 1281px)and (max-width: 1940px){.header__bottom{padding-left:4rem}.header__bottom .main-nav
ul{-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}}@media only screen and (min-width: 1281px)and (max-width: 1940px)and (max-width: 1600px){.header__bottom .main-nav
ul{-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}}@media only screen and (min-width: 1281px)and (max-width: 1500px){.header__bottom{padding:1.5rem 1rem}}.header__accessibility,.header__quick_links{position:absolute;z-index:20;right:-2rem;top:calc(.25rem + var(--header-height));height:calc(100vh - var(--header-height) - .25rem);width:100vw;max-width:18.75rem;padding:2rem;background:#fff;overflow:auto;pointer-events:none;opacity:0;visibility:hidden;-webkit-transition:opacity,visibility,right;transition:opacity,visibility,right;-webkit-box-shadow:0 .25rem 1rem rgba(29,58,88,.16);box-shadow:0 .25rem 1rem rgba(29,58,88,.16);-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.header__accessibility p,.header__quick_links
p{color:#0f223f;font-weight:700;margin:0
0 1.5rem}.header__accessibility ul,.header__quick_links
ul{list-style:none;margin:0;padding:0}.header__accessibility ul .ibl,.header__quick_links ul
.ibl{gap:.75rem}.header__accessibility ul .ibl strong,.header__quick_links ul .ibl
strong{font-weight:600}.header__accessibility ul li+li,.header__quick_links ul li+li{margin-top:1rem}.header__accessibility ul+p,.header__quick_links ul+p{border-top:solid .0625rem #a6abb1;padding-top:2.5rem;margin-top:2.5rem}.header__accessibility.is-active,.header__quick_links.is-active{opacity:1;visibility:visible;right:0;pointer-events:all}@media only screen and (max-width: 1280px){.header__accessibility,.header__quick_links{max-width:none;min-width:320px;padding:1.5rem}}.header__accessibility ul.ul-accessibility{margin-inline:-2rem}.header__accessibility ul.ul-accessibility
a{font-size:1rem !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;padding:.5rem 2rem;font-weight:600}.header__accessibility ul.ul-accessibility a
span{font-size:1rem !important}.header__accessibility ul.ul-accessibility a span.pojo-a11y-toolbar-icon{width:1.5rem;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;line-height:1}.header__accessibility ul.ul-accessibility a span.pojo-a11y-toolbar-icon
svg{width:1.25rem !important}.header__accessibility ul.ul-accessibility
a.active{background:#f36f21;color:#fff}.header__mobile_title{background:-webkit-gradient(linear, left top, right top, color-stop(10.5%, rgba(0, 0, 0, 0)), to(rgba(243, 111, 33, 0.2))),-webkit-gradient(linear, left bottom, left top, from(#0f223f), to(#0f223f)),#0f223f;background:linear-gradient(90deg, rgba(0, 0, 0, 0) 10.5%, rgba(243, 111, 33, 0.2) 100%),linear-gradient(0deg, #0f223f, #0f223f),#0f223f;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;padding:.875rem 1rem;color:#fff}.header__mobile_title
strong{font-weight:600}.header__logo{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;width:var(--logo-width);max-width:var(--max-logo-width)}.header__logo
.logo{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;width:20.9375rem;max-width:335px}.header__logo .logo
img{width:100%}@media only screen and (max-width: 1940px){.header__logo{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.header__logo
.logo{width:10.3125rem}}@media only screen and (min-width: 1941px){.header__logo{height:100%;padding:2rem;position:absolute;top:0;left:0}}@media only screen and (max-width: 1280px){.header__container{position:absolute;z-index:10;left:0;top:0;width:100%;height:100vh;height:100dvh;pointer-events:none;padding-top:var(--header-height)}}@media only screen and (max-width: 1280px){.header__inner{background:#fff;height:100%;pointer-events:all;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header__inner
.header__top{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;position:relative;padding-top:1rem;margin-top:1rem}.header__inner .header__top:before{content:"";position:absolute;left:1rem;top:0rem;width:calc(100% - 2rem);height:.0625rem;background:#cdd0d4}.header__inner
.header__bottom{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}}.header__mobile{display:none}@media only screen and (max-width: 1280px){.header__mobile{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;gap:.5rem;padding:1rem}.header__mobile>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.header__mobile
.logo{width:9.125rem;display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (max-width: 1280px)and (max-width: 340px){.header__mobile
.logo{width:8.125rem}}.header__search{background:#f6f7f8;padding:1.5rem 0;position:absolute;z-index:5;top:calc(100% + .25rem);right:0;width:100vw;-webkit-transition:opacity,visibility,margin;transition:opacity,visibility,margin;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.header__search:not(.is-visible){opacity:0;visibility:hidden;pointer-events:none;margin-top:.75rem}@media only screen and (max-width: 1280px){.header{position:fixed;left:0;top:0;min-width:320px;width:100%}.header
.hmc{width:100%;letter-spacing:.02rem}.header .hmc
.hmc__header{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;gap:.5rem;width:100%}.header .hmc .hmc__header>div{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .hmc .hmc__header [data-toggle-menu].is-visible{background:#f79040}.header .hmc .hmc__header [data-toggle-menu].is-visible i:before{content:"";font-weight:bold}.header .hmc
.hmc__body{position:fixed;min-width:320px;top:var(--header-height);left:0;width:100%;height:calc(100% - var(--header-height));background:#fff;z-index:100;overflow:auto;-webkit-transition:opacity,visibility,left;transition:opacity,visibility,left;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.header .hmc .hmc__body
h4{padding:1rem;font-style:italic}.header .hmc .hmc__body
ul{list-style:none;margin:0;padding:0}.header .hmc .hmc__body ul li.has-children>a{padding-right:3.5rem}.header .hmc .hmc__body ul li.is-title{padding:1rem 0;margin:0
1rem;color:#5a6167;border-bottom:solid .0625rem #cdd0d4}.header .hmc .hmc__body ul li.is-header{padding:1rem;background:-webkit-gradient(linear, left top, right top, color-stop(10.5%, rgba(0, 0, 0, 0)), to(rgba(243, 111, 33, 0.2))),-webkit-gradient(linear, left bottom, left top, from(#0f223f), to(#0f223f)),#0f223f;background:linear-gradient(90deg, rgba(0, 0, 0, 0) 10.5%, rgba(243, 111, 33, 0.2) 100%),linear-gradient(0deg, #0f223f, #0f223f),#0f223f;color:#fff}.header .hmc .hmc__body ul li.is-header
strong{font-weight:600}.header .hmc .hmc__body ul li.is-header
button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:.5rem;background:none;border:none;padding:0;text-align:left;color:#fff}.header .hmc .hmc__body ul li.is-header button
i{font-size:1.5rem}.header .hmc .hmc__body ul button,.header .hmc .hmc__body ul
a{position:relative;padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;color:#0f223f;font-weight:700;background:none;border:none;width:100%}.header .hmc .hmc__body ul button span[data-show-submenu],.header .hmc .hmc__body ul button button,.header .hmc .hmc__body ul a span[data-show-submenu],.header .hmc .hmc__body ul a
button{width:3rem;height:100%;border:none;position:absolute;right: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;font-size:1rem;color:#0f223f;background:none;pointer-events:none}.header .hmc .hmc__body ul button span[data-show-submenu] i,.header .hmc .hmc__body ul button button i,.header .hmc .hmc__body ul a span[data-show-submenu] i,.header .hmc .hmc__body ul a button
i{font-weight:bold}.header .hmc .hmc__body ul button.active,.header .hmc .hmc__body ul button.is-active,.header .hmc .hmc__body ul a.active,.header .hmc .hmc__body ul a.is-active{background:#f36f21}.header .hmc .hmc__body ul button.pojo-a11y-toolbar-link,.header .hmc .hmc__body ul button.d-flex,.header .hmc .hmc__body ul a.pojo-a11y-toolbar-link,.header .hmc .hmc__body ul a.d-flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem}.header .hmc .hmc__body ul button.pojo-a11y-toolbar-link>i,.header .hmc .hmc__body ul button.d-flex>i,.header .hmc .hmc__body ul a.pojo-a11y-toolbar-link>i,.header .hmc .hmc__body ul a.d-flex>i{font-size:1.5rem}.header .hmc .hmc__body ul button.pojo-a11y-toolbar-link .pojo-a11y-toolbar-icon,.header .hmc .hmc__body ul button.d-flex .pojo-a11y-toolbar-icon,.header .hmc .hmc__body ul a.pojo-a11y-toolbar-link .pojo-a11y-toolbar-icon,.header .hmc .hmc__body ul a.d-flex .pojo-a11y-toolbar-icon{width:1.5rem;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;line-height:1}.header .hmc .hmc__body ul button.pojo-a11y-toolbar-link .pojo-a11y-toolbar-icon svg,.header .hmc .hmc__body ul button.d-flex .pojo-a11y-toolbar-icon svg,.header .hmc .hmc__body ul a.pojo-a11y-toolbar-link .pojo-a11y-toolbar-icon svg,.header .hmc .hmc__body ul a.d-flex .pojo-a11y-toolbar-icon
svg{width:1.25rem !important}.header .hmc .hmc__body ul button:hover,.header .hmc .hmc__body ul a:hover{text-decoration:none}.header .hmc .hmc__body ul button:hover span:not([data-show-submenu]),.header .hmc .hmc__body ul a:hover span:not([data-show-submenu]){text-decoration:underline}.header .hmc .hmc__body ul.sub-menu{position:fixed;min-width:320px;left:0;top:var(--header-height);width:100%;height:calc(100% - var(--header-height));overflow:auto;background:#fff;display:none;z-index:5}.header .hmc .hmc__body ul.sub-menu.is-visible{display:block}.header .hmc .hmc__body ul+ul:before{content:"";display:block;padding-top:1rem;margin:1rem 1rem 0;border-top:solid .0625rem #cdd0d4}.header .hmc .hmc__body ul+ul>li.is-header{display:none}.header .hmc.is-visible .hmc__header
nav{display:none}.header .hmc:not(.is-visible) .hmc__body{opacity:0;visibility:hidden;left:-2rem;pointer-events:none}}body.pojo-a11y-resize-font-130 .header .secondary-nav ul,body.pojo-a11y-resize-font-130 .header .main-nav
ul{max-width:none !important}.page-container{max-width:var(--max-page-width);margin:0
auto;position:relative;min-width:320px;overflow-x:clip}.container{width:100%;margin:0
auto;max-width:calc(82rem + var(--container-padding)*2);padding:0
var(--container-padding)}.container.container--small{max-width:calc(54rem + var(--container-padding)*2)}.page-layout{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4rem}.page-layout
.container{padding:0}.page-layout__main{width:calc(100% - 22.125rem)}.page-layout__sidebar{width:18.125rem}@media only screen and (max-width: 1280px){.page-layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.page-layout .page-layout__main,.page-layout .page-layout__sidebar{width:100%}.page-layout .page-layout__sidebar{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;display:none}.page-layout .page-layout__sidebar .sidebar-nav{padding:0;position:initial}}[data-flex-grid]{--columns:3;--gap:1rem;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--gap)}[data-flex-grid]>*{width:calc(100%/var(--columns) - var(--gap) + var(--gap)/var(--columns))}[data-flex-grid][data-flex-grid=column-cards]{--gap:2rem;--columns:4}@media only screen and (max-width: 1280px){[data-flex-grid][data-flex-grid=column-cards]{--columns:2;--gap:1rem}[data-flex-grid][data-flex-grid=column-cards]:has([data-sub-type="1"]){row-gap:2rem}}@media only screen and (max-width: 860px){[data-flex-grid][data-flex-grid=column-cards]{--columns:1}}@media only screen and (min-width: 1281px){[data-flex-grid][data-flex-grid=column-cards]:has(.card[data-sub-type="1"]){row-gap:4rem}.page-layout [data-flex-grid][data-flex-grid=column-cards]{--columns:2}[data-flex-grid][data-flex-grid=column-cards][data-per-row="3"]{--columns:3}[data-flex-grid][data-flex-grid=column-cards][data-per-row="2"]{--columns:2}}[data-flex-grid][data-flex-grid=column-cards]+[data-flex-grid=column-cards]{margin-top:var(--gap)}[data-flex-grid][data-flex-grid=price-blocks]{--gap:2rem}[data-flex-grid][data-flex-grid=price-blocks]+p{margin-top:3rem}@media only screen and (max-width: 1280px){[data-flex-grid][data-flex-grid=price-blocks]+p{margin-top:1.5rem}}[data-flex-grid][data-flex-grid=price-blocks]>*{-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width: 1280px){[data-flex-grid][data-flex-grid=price-blocks]{--gap:1rem}}@media only screen and (max-width: 860px){[data-flex-grid][data-flex-grid=price-blocks]{--columns:1}[data-flex-grid][data-flex-grid=price-blocks]>*{-webkit-box-flex:0;-ms-flex:none;flex:none}}[data-grid]{--columns:6;--gap:2rem;display:grid;gap:var(--gap);grid-template-columns:repeat(var(--columns), 1fr)}[data-grid][data-grid=logo-list]{--gap:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 1280px){[data-grid][data-grid=logo-list]{--columns:4}}@media only screen and (max-width: 860px){[data-grid][data-grid=logo-list]{--columns:3;--gap:1rem}}[data-grid][data-grid=cards]{--columns:4}@media only screen and (max-width: 1280px){[data-grid][data-grid=cards]{--columns:3;--gap:1rem}}@media only screen and (max-width: 860px){[data-grid][data-grid=cards]{--columns:2}}@media only screen and (max-width: 580px){[data-grid][data-grid=cards]{--columns:1}}[data-grid][data-grid=footer]{--columns:5}@media only screen and (min-width: 1281px){[data-grid][data-grid=footer]>div:first-child,[data-grid][data-grid=footer]>div:last-child{min-width:18.75rem}}@media only screen and (max-width: 1280px){[data-grid][data-grid=footer]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}[data-grid][data-grid=footer] [data-column]{width:100%;-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}[data-grid][data-grid=footer] [data-column="1"]{margin-bottom:1rem;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}[data-grid][data-grid=footer] [data-column="5"]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}[data-grid][data-grid=footer] [data-column="2"],[data-grid][data-grid=footer] [data-column="3"],[data-grid][data-grid=footer] [data-column="4"]{width:calc(33.333% - 1.35rem)}}@media only screen and (max-width: 1280px)and (max-width: 460px){[data-grid][data-grid=footer] [data-column="2"],[data-grid][data-grid=footer] [data-column="3"],[data-grid][data-grid=footer] [data-column="4"]{width:100%}}[data-flex-grid-basis]{--gap:2rem;--columns:4;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--gap)}[data-flex-grid-basis]>div{-webkit-box-flex:1;-ms-flex:1 1 calc((100% - var(--gap)*(var(--columns) - 1))/var(--columns));flex:1 1 calc((100% - var(--gap)*(var(--columns) - 1))/var(--columns))}@media only screen and (min-width: 1281px){[data-flex-grid-basis][data-per-row="3"],.page-layout [data-flex-grid-basis]{--columns:3;grid-template-columns:repeat(var(--columns), 1fr)}}@media only screen and (max-width: 1280px){[data-flex-grid-basis]{--gap:1rem;--columns:3}}@media only screen and (max-width: 860px){[data-flex-grid-basis]{--columns:2}}@media only screen and (max-width: 580px){[data-flex-grid-basis]{--columns:1}}.footer{background:#fff;font-size:.875rem;font-weight:500}.footer .social-nav{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer
.logo{display:-webkit-box;display:-ms-flexbox;display:flex;width:13.75rem}@media only screen and (max-width: 1280px){.footer
.logo{width:10.625rem}}.footer
.ibl{margin-top:1.5rem}.footer
ul{list-style:none;margin:0;padding:0}.footer ul li+li{margin-top:1rem}.footer p+ul{margin-top:1.5rem}.footer__top{padding:5rem 0 3.5rem}@media only screen and (max-width: 1280px){.footer__top{padding:2.5rem 0}}.footer__bottom{text-align:center;padding:0
0 1.5rem;font-size:.875rem}.footer__bottom .d-flex{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.footer__bottom .d-flex
nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2.5rem;row-gap:.5rem;font-weight:600}.footer__bottom .d-flex+div{margin-top:2rem;padding-top:1rem}@media only screen and (max-width: 1280px){.footer__bottom .d-flex+div{margin-top:1.5rem}}@media only screen and (max-width: 1280px){.footer__bottom .d-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem}}