@charset "UTF-8";@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 rgba(0,0,0,0);}.components-badge{box-sizing:border-box;}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit;}.components-badge{background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-block;line-height:0;max-width:100%;min-height:24px;padding:2px 8px;}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f;}.components-badge.has-icon{padding-inline-start:4px;}.components-badge.is-info{--base-color:#3858e9;}.components-badge.is-warning{--base-color:#f0b849;}.components-badge.is-error{--base-color:#cc1818;}.components-badge.is-success{--base-color:#4ab866;}.components-badge__flex-wrapper{align-items:center;display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%;}.components-badge__icon{flex-shrink:0;}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.components-button-group{display:inline-block;}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex;}.components-button-group .components-button+.components-button{margin-left:-1px;}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px;}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0;}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1;}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e;}.components-button{-webkit-appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;margin:0;text-decoration:none;}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear;}}.components-button{align-items:center;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);height:36px;padding:6px 12px;}.components-button.is-next-40px-default-size{height:40px;}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));}.components-button:focus:not(: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 rgba(0,0,0,0);}.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 rgba(0,0,0,0);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:rgba(255,255,255,.4);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 rgba(0,0,0,0);}.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:rgba(0,0,0,0);color:#949494;transform:none;}.components-button.is-secondary{background:rgba(0,0,0,0);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 rgba(0,0,0,0);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%,rgba(0,0,0,0));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:rgba(0,0,0,0);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%,rgba(0,0,0,0));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%,rgba(0,0,0,0));}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:rgba(204,24,24,.04);}.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:rgba(204,24,24,.08);}.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));margin:0;outline:none;padding:0;text-align:left;text-decoration:underline;}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out;}}.components-button.is-link{height:auto;}.components-button.is-link:focus{border-radius:2px;}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494;}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e);}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default;}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite;}}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%;}.components-button.is-compact{height:32px;}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0;}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px;}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0;}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px;}.components-button.has-icon.is-next-40px-default-size{min-width:40px;}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px;}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px;}.components-button.has-icon.has-text.has-icon-right{padding-left:12px;padding-right:8px;}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff);}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e);}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494;}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff);}.components-button.is-pressed:focus:not(: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 rgba(0,0,0,0);}.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-calendar{background-color:var(--wp-components-color-background,#fff);color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;font-size:13px;font-weight:400;position:relative;z-index:0;}.components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{box-sizing:border-box;}.components-calendar__day{padding:0;position:relative;}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-600,#949494);}.components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));}.components-calendar__day-button{align-items:center;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:flex;font:inherit;font-variant-numeric:tabular-nums;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px;}.components-calendar__day-button:before{border:none;border-radius:2px;content:"";inset:0;position:absolute;z-index:-1;}.components-calendar__day-button:after{content:"";inset:0;pointer-events:none;position:absolute;z-index:1;}.components-calendar__day-button:disabled{cursor:revert;}@media (forced-colors:active){.components-calendar__day-button:disabled{text-decoration:line-through;}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:1px;}.components-calendar__caption-label{align-items:center;border:0;display:inline-flex;position:relative;text-transform:capitalize;white-space:nowrap;z-index:1;}.components-calendar__button-next,.components-calendar__button-previous{align-items:center;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px;}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{color:var(--wp-components-color-gray-600,#949494);cursor:revert;}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));}.components-calendar__chevron{display:inline-block;fill:currentColor;height:16px;width:16px;}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform:rotate(180deg);transform-origin:50%;}.components-calendar__month-caption{align-content:center;display:flex;height:32px;justify-content:center;margin-bottom:12px;}.components-calendar__months{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;max-width:fit-content;position:relative;}.components-calendar__month-grid{border-collapse:initial;border-spacing:0 4px;}.components-calendar__nav{align-items:center;display:flex;height:32px;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;justify-content:space-between;position:absolute;}.components-calendar__weekday{color:var(--wp-components-color-gray-700,#757575);height:32px;padding:0;text-align:center;text-transform:uppercase;width:32px;}.components-calendar__day--today:after{border:2px solid;border-radius:50%;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;z-index:1;}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted,#fff);}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground,#1e1e1e);border:1px solid rgba(0,0,0,0);}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-600,#949494);}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800,#2f2f2f);}.components-calendar__day--hidden{visibility:hidden;}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-end-end-radius:0;border-start-end-radius:0;}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,rgba(0,0,0,0));border-color:rgba(0,0,0,0);border-radius:0;border-style:solid;border-width:1px 0;}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-end-start-radius:0;border-start-start-radius:0;}.components-calendar__day--preview svg{color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 16%,rgba(0,0,0,0));inset:0;pointer-events:none;position:absolute;}@media (forced-colors:active){.components-calendar__day--preview svg{color:inherit;}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1);}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none;}@keyframes slide-in-left{0%{transform:translateX(-100%);}to{transform:translateX(0);}}@keyframes slide-in-right{0%{transform:translateX(100%);}to{transform:translateX(0);}}@keyframes slide-out-left{0%{transform:translateX(0);}to{transform:translateX(-100%);}}@keyframes slide-out-right{0%{transform:translateX(0);}to{transform:translateX(100%);}}@keyframes fade-in{0%{opacity:0;}to{opacity:1;}}@keyframes fade-out{0%{opacity:1;}to{opacity:0;}}.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:0s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1);}@media not (prefers-reduced-motion){.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:.3s;}}.components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{animation-name:slide-in-left;}.components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{animation-name:slide-out-left;}.components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{animation-name:slide-in-right;}.components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{animation-name:slide-out-right;}.components-calendar__caption-after-enter{animation-name:fade-in;}.components-calendar__caption-after-exit{animation-name:fade-out;}.components-calendar__caption-before-enter{animation-name:fade-in;}.components-calendar__caption-before-exit{animation-name:fade-out;}.components-checkbox-control{--checkbox-input-size:24px;}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px;}}.components-checkbox-control{--checkbox-input-margin:8px;}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size);}.components-checkbox-control__input[type=checkbox]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 rgba(0,0,0,0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-right:12px;padding:6px 8px;transition:none;}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear;}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal;}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:rgba(30,30,30,.62);}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:rgba(30,30,30,.62);}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:rgba(30,30,30,.62);}.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:"";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;}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;height:var(--checkbox-input-size);line-height:0;margin:0 4px 0 0;outline:0;padding:0 !important;text-align:center;vertical-align:top;width:var(--checkbox-input-size);}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out;}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus) * 2) var(--wp-admin-theme-color);outline:2px solid rgba(0,0,0,0);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:rgba(0,0,0,0);border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;display:inline-block;height:100% !important;vertical-align:top;}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease;}}.components-circular-option-picker__option{cursor:pointer;}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px !important;}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1;}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2;}.components-circular-option-picker__option:after{border:1px solid rgba(0,0,0,0);border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);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,rgba(0,0,0,0) 48%,#ddd 0,#ddd 52%,rgba(0,0,0,0) 0);border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);display:inline-block;height:20px;padding:0;width:20px;}.components-combobox-control{width:100%;}input.components-combobox-control__input[type=text]{background:var(--wp-components-color-background,#fff);border:none;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%;}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px;}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none;}.components-combobox-control__suggestions-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 rgba(0,0,0,0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px;}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear;}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal;}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid rgba(0,0,0,0);}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:rgba(30,30,30,.62);}.components-combobox-control__suggestions-container::-moz-placeholder{color:rgba(30,30,30,.62);}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:rgba(30,30,30,.62);}.components-combobox-control__suggestions-container{align-items:flex-start;display:flex;flex-wrap:wrap;padding:0;width:100%;}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid rgba(0,0,0,0);}.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 rgba(0,0,0,.2);box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid rgba(0,0,0,0);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%,rgba(0,0,0,0) 0,rgba(0,0,0,0) 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,rgba(0,0,0,0) 0,rgba(0,0,0,0) 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 rgba(0,0,0,.2),inset 1px 0 0 0 rgba(0,0,0,.2),inset -1px 0 0 0 rgba(0,0,0,.2);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%,rgba(0,0,0,0) 0,rgba(0,0,0,0) 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,rgba(0,0,0,0) 0,rgba(0,0,0,0) 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 rgba(0,0,0,.25);height:inherit;outline:2px solid rgba(0,0,0,0);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 rgba(0,0,0,.25);outline:1.5px solid rgba(0,0,0,0);}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px;}.components-custom-gradient-picker__inserter{direction:ltr;}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px;}.components-custom-gradient-picker__ui-line{position:relative;z-index:0;}body.is-dragging-components-draggable{cursor:move;cursor:grabbing !important;}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px;}.components-draggable__clone{background:rgba(0,0,0,0);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:rgba(0,0,0,0);}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,rgba(0,0,0,0) 48%,#ddd 0,#ddd 52%,rgba(0,0,0,0) 0);color:rgba(0,0,0,0);}.components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]),.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:rgba(0,0,0,0);}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%;}.components-color-list-picker__color-picker{margin:8px 0;}.components-color-list-picker__swatch-color{margin:2px;}.components-external-link{text-decoration:none;}.components-external-link__contents{text-decoration:underline;}.components-external-link__icon{font-weight:400;margin-left:.5ch;}.components-form-toggle{display:inline-block;height:16px;position:relative;}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;position:relative;vertical-align:top;width:32px;}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease;}}.components-form-toggle .components-form-toggle__track{overflow:hidden;}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid rgba(0,0,0,0);box-sizing:border-box;content:"";inset:0;position:absolute;}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease;}}.components-form-toggle .components-form-toggle__track:after{opacity:0;}.components-form-toggle .components-form-toggle__thumb{border-radius:50%;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px;}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out;}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid rgba(0,0,0,0);box-shadow:0 1px 1px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.02),0 3px 3px rgba(0,0,0,.02),0 4px 4px rgba(0,0,0,.01);}.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 rgba(0,0,0,0);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 rgba(0,0,0,0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px;}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear;}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal;}}.components-form-token-field__input-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid rgba(0,0,0,0);}.components-form-token-field__input-container::-webkit-input-placeholder{color:rgba(30,30,30,.62);}.components-form-token-field__input-container::-moz-placeholder{color:rgba(30,30,30,.62);}.components-form-token-field__input-container:-ms-input-placeholder{color:rgba(30,30,30,.62);}.components-form-token-field__input-container{cursor:text;padding:0;width:100%;}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd;}.components-form-token-field__input-container.is-active{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid rgba(0,0,0,0);}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;flex:1;font-family:inherit;font-size:16px;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:rgba(0,0,0,0);}.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:rgba(0,0,0,0);color:#757575;position:absolute;right:0;top:1px;}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866;}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px;}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e;}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset;}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1);}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap;}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial;}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e;}.components-form-token-field__suggestions-list{flex:1 0 100%;max-height:128px;min-width:100%;overflow-y:auto;}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out;}}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;list-style:none;margin:0;padding:0;}.components-form-token-field__suggestion{box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px;}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-foreground-inverted,#fff);}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none;}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,rgba(0,0,0,0));}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer;}@media (min-width:600px){.components-guide{width:600px;}}.components-guide .components-modal__content{margin-top:0;padding:0;}.components-guide .components-modal__content:before{content:none;}.components-guide .components-modal__header{border-bottom:none;height:64px;padding:0;position:sticky;}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static;}.components-guide .components-modal__header .components-button:hover svg{fill:#fff;}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-64px;min-height:100%;}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative;}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px;}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 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(var(--wp-admin-border-width-focus) * -2 / var(--wp-block-editor-iframe-zoom-out-scale,1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus) * 2 / var(--wp-block-editor-iframe-zoom-out-scale,1));}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px;}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0;}.components-menu-group:has(>div:empty){display:none;}.components-menu-group__label{color:#757575;font-size:11px;font-weight: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:rgba(0,0,0,.35);bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000;}@keyframes __wp-base-styles-fade-in{0%{opacity:0;}to{opacity:1;}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards;}}@keyframes __wp-base-styles-fade-out{0%{opacity:1;}to{opacity:0;}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards;}}.components-modal__frame{box-sizing:border-box;}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit;}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px rgba(0,0,0,.08),0 15px 27px rgba(0,0,0,.07),0 30px 36px rgba(0,0,0,.04),0 50px 43px rgba(0,0,0,.02);color:#1e1e1e;display:flex;margin:40px 0 0;overflow:hidden;width:100%;}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e;}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration);}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1);}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 128px);max-width:calc(100% - 32px);min-width:350px;width:auto;}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px);}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px);}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%;}.components-modal__frame.has-size-small{max-width:384px;}.components-modal__frame.has-size-medium{max-width:512px;}.components-modal__frame.has-size-large{max-width:840px;}}@media (min-width:960px){.components-modal__frame{max-height:70%;}}@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 rgba(0,0,0,0);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:flex-start;}.components-modal__header-icon-container{display:inline-block;}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px;}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 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 rgba(0,0,0,0);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,.components-notice__action.components-button.is-link{margin-left:12px;}.components-notice__action.components-button.is-secondary{vertical-align:initial;}.components-notice__action.components-button{margin-right:8px;}.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;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%;}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out;}}.components-panel__body-toggle.components-button{height:auto;}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));}.components-panel__body-toggle.components-button .components-panel__arrow{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 rgba(0,0,0,0);}.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 rgba(0,0,0,0);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 rgba(0,0,0,0);}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:rgba(30,30,30,.62);}.components-placeholder__input[type=url]::-moz-placeholder{color:rgba(30,30,30,.62);}.components-placeholder__input[type=url]:-ms-input-placeholder{color:rgba(30,30,30,.62);}.components-placeholder__input[type=url]{flex:1 1 auto;}.components-placeholder__error{gap:8px;width:100%;}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px;}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0;}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none;}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column;}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%;}.components-placeholder.is-small{padding:16px;}.components-placeholder.has-illustration{backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex;}.is-dark-theme .components-placeholder.has-illustration{background-color:rgba(0,0,0,.1);}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0;}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none;}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear;}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto;}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0;}.components-placeholder.has-illustration{overflow:hidden;}.is-selected .components-placeholder.has-illustration{overflow:auto;}.components-placeholder__preview{display:flex;justify-content:center;}.components-placeholder__illustration{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;}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit;}.components-popover{will-change:transform;z-index:1000000;}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000 !important;}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px rgba(0,0,0,.05),0 4px 5px rgba(0,0,0,.04),0 12px 12px rgba(0,0,0,.03),0 16px 16px rgba(0,0,0,.02);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:rgba(0,0,0,0);stroke-width:1px;stroke:#ccc;}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e;}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0;}.components-radio-control__group-wrapper.has-help{margin-block-end:12px;}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content);}.components-radio-control__input[type=radio]{border:1px solid #1e1e1e;border-radius:50%;grid-column:1;grid-row:1;height:24px;margin-right:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px;}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear;}}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px;}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px;}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px;}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none;}.components-radio-control__input[type=radio]{appearance:none;cursor:pointer;display:inline-flex;margin:0;padding:0;}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus) * 2) var(--wp-admin-theme-color);outline:2px solid rgba(0,0,0,0);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 rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.02),0 3px 3px rgba(0,0,0,.02),0 4px 4px rgba(0,0,0,.01);content:"";cursor:inherit;display:block;height:15px;outline:2px solid rgba(0,0,0,0);position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px;}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px;}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform;}}.components-resizable-box__side-handle:before{opacity:0;}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2;}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%;}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0;}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards;}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards;}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none;}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0);}to{opacity:1;transform:scaleX(1);}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0);}to{opacity:1;transform:scaleY(1);}}.components-resizable-box__handle-right{right:-11.5px;}.components-resizable-box__handle-left{left:-11.5px;}.components-resizable-box__handle-top{top:-11.5px;}.components-resizable-box__handle-bottom{bottom:-11.5px;}.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative;}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%;}.components-sandbox{overflow:hidden;}iframe.components-sandbox{width:100%;}body.lockscroll,html.lockscroll{overflow:hidden;}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0) !important;}.components-snackbar{backdrop-filter:blur(16px) saturate(180%);background:rgba(0,0,0,.85);border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.05),0 2px 3px rgba(0,0,0,.04),0 6px 6px rgba(0,0,0,.03),0 8px 8px rgba(0,0,0,.02);box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%;}@media (min-width:600px){.components-snackbar{width:fit-content;}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default;}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative;}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px;}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px;}.components-snackbar__action.components-button,.components-snackbar__action.components-external-link{color:#fff;flex-shrink:0;margin-left:32px;}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff;}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{color:currentColor;text-decoration:none;}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4;}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000;}.components-snackbar-list__notice-container{padding-top:8px;position:relative;}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row;}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column;}.components-tab-panel__tabs-item{background:rgba(0,0,0,0);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 rgba(0,0,0,0);outline-offset:-1px;}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 rgba(0,0,0,0);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 rgba(0,0,0,0);}.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 rgba(0,0,0,0);outline-offset:0;}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{background:var(--wp-components-color-background,#fff);border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 rgba(0,0,0,0);color:var(--wp-components-color-foreground,#1e1e1e);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%;}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear;}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal;}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid rgba(0,0,0,0);}.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:rgba(30,30,30,.62);}.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:rgba(30,30,30,.62);}.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:rgba(30,30,30,.62);}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border-color:var(--wp-components-color-gray-600,#949494);}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground,#1e1e1e),rgba(0,0,0,0) 38%);}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px;}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr;}.components-tip{color:#757575;display:flex;}.components-tip svg{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 var(--wp-components-color-foreground,#1e1e1e);border-radius:2px;display:inline-flex;flex-shrink:0;}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none;}.components-accessible-toolbar.is-unstyled{border:none;}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none;}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column;}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1;}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none;}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1;}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards;}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative;}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:rgba(0,0,0,0);}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:var(--wp-components-color-foreground,#1e1e1e);}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid rgba(0,0,0,0);}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px;}@keyframes components-button__appear-animation{0%{transform:scaleY(0);}to{transform:scaleY(1);}}.components-toolbar__control.components-button{position:relative;}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0;}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px;}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff;}.components-toolbar-group{background-color:var(--wp-components-color-background,#fff);border-right:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;min-height:48px;padding-left:6px;padding-right:6px;}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0;}.components-toolbar-group{line-height:0;}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px;}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px;}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px;}.components-toolbar{background-color:var(--wp-components-color-background,#fff);border:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px;}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0;}div.components-toolbar>div{display:flex;margin:0;}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative;}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px;}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.05),0 2px 3px rgba(0,0,0,.04),0 6px 6px rgba(0,0,0,.03),0 8px 8px rgba(0,0,0,.02);color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002;}.components-tooltip__shortcut{margin-left:8px;}.components-validated-control:has(:is(input,select):user-invalid) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818;}.components-validated-control :is(textarea,input[type=text]):user-invalid{--wp-admin-theme-color:#cc1818;--wp-components-color-accent:#cc1818;border-color:#cc1818;}.components-validated-control .components-combobox-control__suggestions-container:has(input:user-invalid):not(:has([aria-expanded=true])){border-color:#cc1818;}.components-validated-control__wrapper-with-error-delegate{position:relative;}.components-validated-control__wrapper-with-error-delegate:has(select:user-invalid) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818;}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid){--wp-components-color-accent:#cc1818;}.components-validated-control__wrapper-with-error-delegate:has(input:user-invalid) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818;border-color:#cc1818;}.components-validated-control__error-delegate{height:100%;opacity:0;pointer-events:none;position:absolute;top:0;width:100%;}.components-validated-control__indicator{align-items:flex-start;animation:components-validated-control__indicator-jump .2s cubic-bezier(.68,-.55,.27,1.55);color:var(--wp-components-color-gray-700,#757575);display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:.75rem;gap:4px;line-height:16px;margin:8px 0 0;}.components-validated-control__indicator.is-invalid{color:#cc1818;}.components-validated-control__indicator.is-valid{color:color-mix(in srgb,#000 30%,#4ab866);}.components-validated-control__indicator-icon{flex-shrink:0;}.components-validated-control__indicator-spinner{height:12px;margin:2px;width:12px;}@keyframes components-validated-control__indicator-jump{0%{opacity:0;transform:translateY(-4px);}to{opacity:1;transform:translateY(0);}}:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px;}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px;}}.preference-base-option+.preference-base-option{margin-top:16px;}@media (min-width:600px){.preferences-modal{height:calc(100% - 128px);width:calc(100% - 32px);}}@media (min-width:782px){.preferences-modal{width:750px;}}@media (min-width:960px){.preferences-modal{height:70%;}}@media (max-width:781px){.preferences-modal .components-modal__content{padding:0;}}.preferences__tabs-tablist{left:16px;position:absolute !important;top:88px;width:160px;}.preferences__tabs-tabpanel{margin-left:160px;padding-left:24px;}@media (max-width:781px){.preferences__provider{height:100%;}}.preferences-modal__section{border:0;margin:0 0 2.5rem;padding:0;}.preferences-modal__section:last-child{margin:0;}.preferences-modal__section-legend{margin-bottom:8px;}.preferences-modal__section-title{font-size:.9rem;font-weight:600;margin-top:0;}.preferences-modal__section-description{color:#757575;font-size:12px;font-style:normal;margin:-8px 0 8px;}.preferences-modal__section:has(.preferences-modal__section-content:empty){display:none;}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px;}}.block-editor-autocompleters__block{white-space:nowrap;}.block-editor-autocompleters__block .block-editor-block-icon{margin-right:8px;}.block-editor-autocompleters__block[aria-selected=true] .block-editor-block-icon{color:inherit !important;}.block-editor-autocompleters__link{white-space:nowrap;}.block-editor-autocompleters__link .block-editor-block-icon{margin-right:8px;}.block-editor-global-styles-background-panel__inspector-media-replace-container{border:1px solid #ddd;border-radius:2px;grid-column:1/-1;position:relative;}.block-editor-global-styles-background-panel__inspector-media-replace-container.is-open{background-color:#f0f0f0;}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item{border:0;flex-grow:1;}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block;}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__inspector-preview-inner{height:100%;}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown{display:block;}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown .block-editor-global-styles-background-panel__dropdown-toggle{height:40px;}.block-editor-global-styles-background-panel__image-tools-panel-item{border:1px solid #ddd;grid-column:1/-1;position:relative;}.block-editor-global-styles-background-panel__image-tools-panel-item .components-drop-zone__content-icon{display:none;}.block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block;}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button{color:#1e1e1e;display:block;width:100%;}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:hover{color:var(--wp-admin-theme-color);}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading{height:100%;padding:10px 0 0;position:absolute;width:100%;z-index:1;}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading svg{margin:0;}.block-editor-global-styles-background-panel__dropdown-toggle{background:rgba(0,0,0,0);border:none;cursor:pointer;height:100%;padding-left:12px;padding-right:32px;width:100%;}.block-editor-global-styles-background-panel__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px;}@media not (prefers-reduced-motion){.block-editor-global-styles-background-panel__reset{transition:opacity .1s ease-in-out;}}.block-editor-global-styles-background-panel__reset.block-editor-global-styles-background-panel__reset{border-radius:2px;}.block-editor-global-styles-background-panel__dropdown-toggle:hover+.block-editor-global-styles-background-panel__reset,.block-editor-global-styles-background-panel__reset:focus,.block-editor-global-styles-background-panel__reset:hover{opacity:1;}@media (hover:none){.block-editor-global-styles-background-panel__reset{opacity:1;}}.block-editor-global-styles-background-panel__inspector-media-replace-title{text-align:start;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 rgba(0,0,0,0);border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);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]{box-sizing:border-box;display:block;height:100%;width:100%;}@media not (prefers-reduced-motion){iframe[name=editor-canvas]{transition:all .4s cubic-bezier(.46,.03,.52,.96);}}iframe[name=editor-canvas]{background-color:var(--wp-editor-canvas-background);}.block-editor-block-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px;}.block-editor-block-icon.has-colors svg{fill:currentColor;}@media (forced-colors:active){.block-editor-block-icon.has-colors svg{fill:CanvasText;}}.block-editor-block-icon svg{max-height:24px;max-width:24px;min-height:20px;min-width:20px;}.block-editor-block-inspector p:not(.components-base-control__help){margin-top:0;}.block-editor-block-inspector h2,.block-editor-block-inspector h3{color:#1e1e1e;font-size:13px;margin-bottom:1.5em;}.block-editor-block-inspector .block-editor-html-element-control:where(:not(:last-child)),.block-editor-block-inspector .block-editor-image-size-control:where(:not(:last-child)),.block-editor-block-inspector .components-base-control:where(:not(:last-child)),.block-editor-block-inspector .components-radio-control:where(:not(:last-child)){margin-bottom:16px;}.block-editor-block-inspector .block-editor-html-element-control .components-base-control,.block-editor-block-inspector .block-editor-image-size-control .components-base-control,.block-editor-block-inspector .components-focal-point-picker-control .components-base-control,.block-editor-block-inspector .components-query-controls .components-base-control,.block-editor-block-inspector .components-range-control .components-base-control{margin-bottom:0;}.block-editor-block-inspector .components-panel__body{border:none;border-top:1px solid #e0e0e0;margin-top:-1px;}.block-editor-block-inspector__no-block-tools,.block-editor-block-inspector__no-blocks{background:#fff;display:block;font-size:13px;padding:32px 16px;text-align:center;}.block-editor-block-inspector__no-block-tools{border-top:1px solid #ddd;}.block-editor-block-inspector-edit-contents-button{justify-content:center;margin-top:8px;}.block-editor-block-list__insertion-point{bottom:0;left:0;position:absolute;right:0;top:0;}.block-editor-block-list__insertion-point-indicator{background:var(--wp-admin-theme-color);border-radius:2px;opacity:0;position:absolute;transform-origin:center;will-change:transform,opacity;}.block-editor-block-list__insertion-point.is-vertical>.block-editor-block-list__insertion-point-indicator{height:4px;top:calc(50% - 2px);width:100%;}.block-editor-block-list__insertion-point.is-horizontal>.block-editor-block-list__insertion-point-indicator{bottom:0;left:calc(50% - 2px);top:0;width:4px;}.block-editor-block-list__insertion-point-inserter{display:none;position:absolute;will-change:transform;}@media (min-width:480px){.block-editor-block-list__insertion-point-inserter{display:flex;}}.block-editor-block-list__insertion-point-inserter{justify-content:center;left:calc(50% - 12px);top:calc(50% - 12px);}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div{pointer-events:none;}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div>*{pointer-events:all;}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter{line-height:0;position:absolute;right:0;top:0;}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter:disabled{display:none;}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:#1e1e1e;color:#fff;height:24px;min-width:24px;padding:0;}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:var(--wp-admin-theme-color);color:#fff;}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:var(--wp-admin-theme-color);}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:#1e1e1e;}@keyframes hide-during-dragging{to{position:fixed;transform:translate(9999px,9999px);}}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar{border:1px solid #1e1e1e;border-radius:2px;margin-bottom:8px;margin-top:8px;overflow:visible;pointer-events:all;position:static;width:auto;}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:56px;}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:0;}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar{overflow:visible;}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar,.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar-group{border-right-color:#1e1e1e;}.components-popover.block-editor-block-list__block-popover.is-insertion-point-visible{visibility:hidden;}.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{opacity:0;}@media not (prefers-reduced-motion){.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{animation:hide-during-dragging 1ms linear forwards;}}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:-57px;position:absolute;}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:before{content:"";}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .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-tools--is-dragging>.popover-slot{display:none;}.block-editor-block-lock-modal{z-index:1000001;}.block-editor-block-lock-modal__options{border:0;margin:0;padding:0;}.block-editor-block-lock-modal__options legend{margin-bottom:16px;padding:0;}.block-editor-block-lock-modal__checklist{list-style:none;margin:0;padding:0;}.block-editor-block-lock-modal__options-all{padding:12px 0;}.block-editor-block-lock-modal__options-all .components-checkbox-control__label{font-weight:600;}.block-editor-block-lock-modal__checklist-item{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:0;padding:12px 0 12px 32px;}.block-editor-block-lock-modal__checklist-item .block-editor-block-lock-modal__lock-icon{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-allowed-blocks-control:not(:only-child){margin-top:16px;}.block-editor-block-allowed-blocks-control__button{justify-content:center;width:100%;}.block-editor-block-allowed-blocks-modal{z-index:1000001;}.block-editor-block-allowed-blocks-modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:-32px;left:0;margin:0 -32px -32px;padding:16px 32px;position:sticky;z-index:1;}.block-editor-block-breadcrumb{list-style:none;margin:0;padding:0;}.block-editor-block-breadcrumb li{display:inline-flex;margin:0;}.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 rgba(0,0,0,.05),0 2px 3px rgba(0,0,0,.04),0 6px 6px rgba(0,0,0,.03),0 8px 8px rgba(0,0,0,.02);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:rgba(0,0,0,0) linear-gradient(-45deg,rgba(0,0,0,0) 47.5%,#fff 0,#fff 52.5%,rgba(0,0,0,0) 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 rgba(0,0,0,.05),0 2px 3px rgba(0,0,0,.04),0 6px 6px rgba(0,0,0,.03),0 8px 8px rgba(0,0,0,.02);opacity:1;}.block-editor-block-manager__no-results{font-style:italic;padding:24px 0;text-align:center;}.block-editor-block-manager__category{margin:0 0 24px;}.block-editor-block-manager__category-title{background-color:#fff;padding:16px 0;position:sticky;top:-4px;z-index:1;}.block-editor-block-manager__category-title .components-checkbox-control__label{font-weight:600;}.block-editor-block-manager__checklist{margin-top:0;}.block-editor-block-manager__category-title,.block-editor-block-manager__checklist-item{border-bottom:1px solid #ddd;}.block-editor-block-manager__checklist-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:0;padding:8px 0 8px 16px;}.components-modal__content .block-editor-block-manager__checklist-item.components-checkbox-control__input-container{margin:0 8px;}.block-editor-block-manager__checklist-item .block-editor-block-icon{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 rgba(0,0,0,0);}.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 rgba(0,0,0,.1);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:rgba(0,0,0,.3);}.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 rgba(0,0,0,0);}.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-radius:2px;height:100%;}@media not (prefers-reduced-motion){.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{transition:all .05s ease-in-out;}}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{border:1px solid rgba(0,0,0,0);position:relative;}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus,.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid rgba(0,0,0,0);}.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 rgba(0,0,0,0);outline-offset:2px;}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-pattern-setup-list__item-title,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-pattern-setup-list__item-title{color:var(--wp-admin-theme-color);}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item{break-inside:avoid-column;margin-bottom:24px;}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-pattern-setup-list__item-title{cursor:pointer;font-size:12px;padding-top:8px;text-align:center;}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__container{border:1px solid #ddd;border-radius:4px;min-height:100px;}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__content{width:100%;}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar{align-items:center;align-self:stretch;background-color:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:row;height:64px;justify-content:space-between;margin:0;padding:16px;position:absolute;text-align:left;width:100%;}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls{display:flex;}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions,.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation{display:flex;width:calc(50% - 36px);}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions{justify-content:flex-end;}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:100%;}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container{height:100%;list-style:none;margin:0;overflow:hidden;padding:0;position:relative;transform-style:preserve-3d;}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container *{box-sizing:border-box;}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{background-color:#fff;height:100%;margin:auto;padding:0;position:absolute;top:0;width:100%;}@media not (prefers-reduced-motion){.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{transition:transform .5s,z-index .5s;}}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{z-index:100;}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide{opacity:1;position:relative;z-index:102;}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide{transform:translateX(-100%);z-index:101;}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide{transform:translateX(100%);z-index:101;}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender{display:none;}.block-editor-block-pattern-setup__carousel,.block-editor-block-pattern-setup__grid{width:100%;}.block-editor-block-variation-transforms:where(fieldset){border:0;margin:0;padding:0;}.block-editor-block-variation-transforms{box-sizing:border-box;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__header{height:16px;margin-bottom:12px;}.components-border-radius-control{border:0;margin:0 0 12px;padding:0;}.components-border-radius-control legend{margin-bottom:0;}.components-border-radius-control .components-border-radius-control__input-controls-wrapper{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));margin-right:12px;}.components-border-radius-control .components-border-radius-control__linked-button{display:flex;justify-content:center;}.components-border-radius-control .components-border-radius-control__linked-button svg{margin-right:0;}.components-border-radius-control__custom-select-control,.components-border-radius-control__range-control{flex:1;}.components-border-radius-control__icon{flex:0 0 auto;}.block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator{margin-bottom:12px;}.block-editor-color-gradient-control__fieldset{border:0;margin:0;min-width:0;padding:0;}.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings,.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings>div:not(:first-of-type){display:block;}@media screen and (min-width:782px){.block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches{display:grid;grid-template-columns:repeat(6,28px);}}.block-editor-block-inspector .block-editor-panel-color-gradient-settings .components-base-control{margin-bottom:inherit;}.block-editor-panel-color-gradient-settings__dropdown-content .block-editor-color-gradient-control__panel{padding:16px;width:260px;}.block-editor-panel-color-gradient-settings__color-indicator{background:linear-gradient(-45deg,rgba(0,0,0,0) 48%,#ddd 0,#ddd 52%,rgba(0,0,0,0) 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,rgba(0,0,0,0) 48%,#ddd 0,#ddd 52%,rgba(0,0,0,0) 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{border:1px solid #ddd;border-radius:2px;display:block;padding:0;position:relative;}.block-editor-global-styles-filters-panel__dropdown-toggle,.block-editor-global-styles__shadow-dropdown-toggle{padding:8px;width:100%;}.block-editor-global-styles-filters-panel__dropdown-toggle.is-open,.block-editor-global-styles__shadow-dropdown-toggle.is-open{background-color:#f0f0f0;}.block-editor-global-styles__shadow-editor__remove-button{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px;}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-editor__remove-button{transition:opacity .1s ease-in-out;}}.block-editor-global-styles__shadow-dropdown:hover .block-editor-global-styles__shadow-editor__remove-button,.block-editor-global-styles__shadow-editor__remove-button:focus,.block-editor-global-styles__shadow-editor__remove-button:hover{opacity:1;}@media (hover:none){.block-editor-global-styles__shadow-editor__remove-button{opacity:1;}}.block-editor-global-styles__shadow-indicator{align-items:center;appearance:none;background:none;border:1px solid #e0e0e0;border-radius:2px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:inline-flex;height:26px;padding:0;transform:scale(1);width:26px;}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-indicator{transition:transform .1s ease;}}.block-editor-global-styles__shadow-indicator{will-change:transform;}.block-editor-global-styles__shadow-indicator:focus{border:2px solid #757575;}.block-editor-global-styles__shadow-indicator:hover{transform:scale(1.2);}.block-editor-global-styles__shadow-indicator.unset{background:linear-gradient(-45deg,rgba(0,0,0,0) 48%,#ddd 0,#ddd 52%,rgba(0,0,0,0) 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%,rgba(0,0,0,0));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%,rgba(0,0,0,0));opacity:1;}.block-editor-grid-visualizer__drop-zone{background:rgba(204,204,204,.1);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 rgba(0,0,0,0);}.block-editor-grid-item-mover__move-vertical-button-container{display:flex;position:relative;}@media (min-width:600px){.block-editor-grid-item-mover__move-vertical-button-container{flex-direction:column;justify-content:space-around;}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button{height:20px !important;min-width:0 !important;width:100%;}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button:before{height:calc(100% - 4px);}.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-down-button svg,.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-up-button svg{flex-shrink:0;height:20px;}.editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container{height:40px;position:relative;top:-4px;}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container{position:relative;}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#e0e0e0;content:"";height:100%;position:absolute;top:0;width:1px;}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#1e1e1e;}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left{padding-right:6px;}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left:before{right:0;}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right{padding-left:6px;}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right:before{left:0;}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%;}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#1e1e1e;}}.show-icon-labels .block-editor-grid-item-mover-button{white-space:nowrap;}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#ddd;height:24px;top:4px;}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container:before{background:#ddd;width:calc(100% - 24px);}.block-editor-height-control{border:0;margin:0;padding:0;}.block-editor-iframe__container{height:100%;width:100%;}.block-editor-iframe__scale-container{height:100%;}.block-editor-iframe__scale-container.is-zoomed-out{position:absolute;right:0;width:var(--wp-block-editor-iframe-zoom-out-scale-container-width,100vw);}.block-editor-block-types-list__list-item{display:block;margin:0;padding:0;width:33.33%;}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors{color:var(--wp-block-synced-color);}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title{color:var(--wp-block-synced-color) !important;filter:brightness(.95);}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg{color:var(--wp-block-synced-color) !important;}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):after{background:var(--wp-block-synced-color);}.components-button.block-editor-block-types-list__item{align-items:stretch;background:rgba(0,0,0,0);color:#1e1e1e;cursor:pointer;display:flex;flex-direction:column;font-size:13px;justify-content:center;padding:8px;width:100%;word-break:break-word;}@media not (prefers-reduced-motion){.components-button.block-editor-block-types-list__item{transition:all .05s ease-in-out;}}.components-button.block-editor-block-types-list__item{height:auto;position:relative;}.components-button.block-editor-block-types-list__item:disabled,.components-button.block-editor-block-types-list__item[aria-disabled=true]{cursor:default;opacity:.6;}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover .block-editor-block-types-list__item-title{color:var(--wp-admin-theme-color) !important;filter:brightness(.95);}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover svg{color:var(--wp-admin-theme-color) !important;}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover:after{background:var(--wp-admin-theme-color);border-radius:2px;bottom:0;content:"";left:0;opacity:.04;pointer-events:none;position:absolute;right:0;top:0;}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]).is-active{background:#1e1e1e;color:#fff;outline:2px solid rgba(0,0,0,0);outline-offset:-2px;}.components-button.block-editor-block-types-list__item:not(:disabled):focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);}.block-editor-block-types-list__item-icon{color:#1e1e1e;padding:12px 20px;}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon{transition:all .05s ease-in-out;}}.block-editor-block-types-list__item-icon .block-editor-block-icon{margin-left:auto;margin-right:auto;}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon svg{transition:all .15s ease-out;}}.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon{cursor:grab;}.block-editor-block-types-list__item-title{font-size:12px;hyphens:auto;padding:4px 2px 8px;}.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__help{color:#757575;font-size:12px;font-style:normal;margin-bottom:0;margin-top:-8px;padding:0 16px;}.block-editor-link-control__search-input-container,.block-editor-link-control__search-input-wrapper{position:relative;}.block-editor-link-control__field{margin:16px;}.block-editor-link-control__field .components-base-control__label{color:#1e1e1e;}.block-editor-link-control__search-error{margin:-8px 16px 16px;}.block-editor-link-control__search-actions{padding:8px 16px 16px;}.block-editor-link-control__search-results-wrapper{position:relative;}.block-editor-link-control__search-results-wrapper:after,.block-editor-link-control__search-results-wrapper:before{content:"";display:block;left:-1px;pointer-events:none;position:absolute;right:16px;z-index:100;}.block-editor-link-control__search-results-wrapper:before{bottom:auto;height:8px;top:0;}.block-editor-link-control__search-results-wrapper:after{bottom:0;height:16px;top:auto;}.block-editor-link-control__search-results{margin-top:-16px;max-height:200px;overflow-y:auto;padding:8px;}.block-editor-link-control__search-results.is-loading{opacity:.2;}.block-editor-link-control__search-item.components-button.components-menu-item__button{height:auto;text-align:left;}.block-editor-link-control__search-item .components-menu-item__item{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%;}.block-editor-link-control__search-item .components-menu-item__item mark{background-color:initial;color:inherit;font-weight:600;}.block-editor-link-control__search-item .components-menu-item__shortcut{color:#757575;white-space:nowrap;}.block-editor-link-control__search-item[aria-selected]{background:#f0f0f0;}.block-editor-link-control__search-item.is-current{background:rgba(0,0,0,0);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 rgba(0,0,0,0);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__settings{border:0;margin:0;padding:0;}.block-editor-link-control__setting{flex:1;margin-bottom:0;padding:8px 24px;}.block-editor-link-control__setting .components-base-control:not(.components-input-control) .components-base-control__field{display:flex;}.block-editor-link-control__setting .components-base-control__field .components-checkbox-control__label{color:#1e1e1e;}.block-editor-link-control__setting input{margin-left:0;}.is-preview .block-editor-link-control__setting{padding:20px 8px 8px 0;}.block-editor-link-control__tools{margin-top:-16px;padding:8px 8px 0;}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle{gap:0;padding-left:0;}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true]{color:#1e1e1e;}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{visibility:visible;}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transition:transform .1s ease;}}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transform:rotate(90deg);}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transform:rotate(0deg);visibility:visible;}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transition:transform .1s ease;}}.block-editor-link-control .block-editor-link-control__search-input .components-spinner{display:block;}.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner{bottom:auto;left:auto;position:absolute;right:40px;top:calc(50% - 8px);}.block-editor-link-control .block-editor-link-control__search-input-wrapper.has-actions .components-spinner{right:12px;top:calc(50% + 4px);}.block-editor-list-view-tree{border-collapse:collapse;margin:0;padding:0;width:100%;}.components-modal__content .block-editor-list-view-tree{margin:-12px -6px 0;width:calc(100% + 12px);}.block-editor-list-view-tree.is-dragging tbody{pointer-events:none;}.block-editor-list-view-leaf{position:relative;transform:translateY(0);}.block-editor-list-view-leaf.is-draggable,.block-editor-list-view-leaf.is-draggable .block-editor-list-view-block-contents{cursor:grab;}.block-editor-list-view-leaf .block-editor-list-view-block-select-button[aria-expanded=true]{color:inherit;}.block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover{color:var(--wp-admin-theme-color);}.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:currentColor;}@media (forced-colors:active){.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:CanvasText;}}.is-dragging-components-draggable .block-editor-list-view-leaf:not(.is-selected) .block-editor-list-view-block-select-button:hover{color:inherit;}.block-editor-list-view-leaf.is-selected td{background:var(--wp-admin-theme-color);}.block-editor-list-view-leaf.is-selected.is-synced td{background:var(--wp-block-synced-color);}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:hover{color:var(--wp-block-synced-color);}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color);}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents,.block-editor-list-view-leaf.is-selected .components-button.has-icon{color:#fff;}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);}.block-editor-list-view-leaf.is-selected.is-synced .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color);}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block__menu:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff;}.block-editor-list-view-leaf.is-first-selected td:first-child{border-top-left-radius:2px;}.block-editor-list-view-leaf.is-first-selected td:last-child{border-top-right-radius:2px;}.block-editor-list-view-leaf.is-last-selected td:first-child{border-bottom-left-radius:2px;}.block-editor-list-view-leaf.is-last-selected td:last-child{border-bottom-right-radius:2px;}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected):not(.is-synced-branch){background:rgba(var(--wp-admin-theme-color--rgb),.04);}.block-editor-list-view-leaf.is-synced-branch.is-branch-selected{background:rgba(var(--wp-block-synced-color--rgb),.04);}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px;}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px;}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px;}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px;}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:first-child{border-bottom-left-radius:2px;}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:last-child{border-bottom-right-radius:2px;}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected) td{border-radius:0;}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-normal{transition:transform .2s;}}.block-editor-list-view-leaf.is-displacement-normal{transform:translateY(0);}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-up{transition:transform .2s;}}.block-editor-list-view-leaf.is-displacement-up{transform:translateY(-32px);}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-down{transition:transform .2s;}}.block-editor-list-view-leaf.is-displacement-down{transform:translateY(32px);}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks{transition:transform .2s;}}.block-editor-list-view-leaf.is-after-dragged-blocks{transform:translateY(calc(var(--wp-admin--list-view-dragged-items-height,32px) * -1));}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transition:transform .2s;}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transform:translateY(calc(-32px + var(--wp-admin--list-view-dragged-items-height,32px) * -1));}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transition:transform .2s;}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transform:translateY(calc(32px + var(--wp-admin--list-view-dragged-items-height,32px) * -1));}.block-editor-list-view-leaf.is-dragging{left:0;opacity:0;pointer-events:none;z-index:-9999;}.block-editor-list-view-leaf .block-editor-list-view-block-contents{align-items:center;border-radius:2px;box-sizing:border-box;color:inherit;display:flex;font-family:inherit;font-size:13px;font-weight:400;height:32px;margin:0;padding:6px 4px 6px 0;position:relative;text-align:left;text-decoration:none;white-space:nowrap;width:100%;}@media not (prefers-reduced-motion){.block-editor-list-view-leaf .block-editor-list-view-block-contents{transition:box-shadow .1s linear;}}.components-modal__content .block-editor-list-view-leaf .block-editor-list-view-block-contents{padding-left:0;padding-right:0;}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents{box-shadow:none;}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus:after,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents:after{border-radius:inherit;bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";left:0;pointer-events:none;position:absolute;right:-29px;top:0;z-index:2;}.block-editor-list-view-leaf.has-single-cell .block-editor-list-view-block-contents:focus:after{right:0;}.block-editor-list-view-leaf .block-editor-list-view-block__menu:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view__menu{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);z-index:1;}.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{opacity:1;}@keyframes __wp-base-styles-fade-in{0%{opacity:0;}to{opacity:1;}}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards;}}.block-editor-list-view-leaf .block-editor-block-icon{flex:0 0 24px;margin-right:4px;}.block-editor-list-view-leaf .block-editor-list-view-block__contents-cell,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{padding:0;}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{line-height:0;vertical-align:middle;width:28px;}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell>*{opacity:0;}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:hover>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:hover>*{opacity:1;}.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell-alignment-wrapper{align-items:center;display:flex;flex-direction:column;height:100%;}.block-editor-list-view-leaf .block-editor-block-mover-button{height:24px;position:relative;width:36px;}.block-editor-list-view-leaf .block-editor-block-mover-button svg{height:24px;position:relative;}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button{align-items:flex-end;margin-top:-6px;}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button svg{bottom:-4px;}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button{align-items:flex-start;margin-bottom:-6px;}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button svg{top:-4px;}.block-editor-list-view-leaf .block-editor-block-mover-button:before{height:16px;left:0;min-width:100%;right:0;}.block-editor-list-view-leaf .block-editor-inserter__toggle{background:#1e1e1e;color:#fff;height:24px;margin:6px 6px 6px 1px;min-width:24px;}.block-editor-list-view-leaf .block-editor-inserter__toggle:active{color:#fff;}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__label-wrapper svg{left:2px;position:relative;}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title{flex:1;position:relative;}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title .components-truncate{position:absolute;transform:translateY(-50%);width:100%;}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor-wrapper{max-width:min(110px,40%);position:relative;width:100%;}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor{position:absolute;right:0;transform:translateY(-50%);}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__anchor{background:rgba(0,0,0,.3);color:#fff;}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__block-visibility,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__sticky{line-height:0;}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__images{display:flex;}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image{background-size:cover;border-radius:1px;height:18px;width:18px;}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px #fff;}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:first-child){margin-left:-6px;}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px var(--wp-admin-theme-color);}.block-editor-list-view-draggable-chip{opacity:.8;}.block-editor-list-view-appender__cell .block-editor-list-view-appender__container,.block-editor-list-view-appender__cell .block-editor-list-view-block__contents-container,.block-editor-list-view-block__contents-cell .block-editor-list-view-appender__container,.block-editor-list-view-block__contents-cell .block-editor-list-view-block__contents-container{display:flex;}.block-editor-list-view__expander{cursor:pointer;height:24px;width:24px;}.block-editor-list-view-leaf[aria-level] .block-editor-list-view__expander{margin-left:192px;}.block-editor-list-view-leaf[aria-level="1"] .block-editor-list-view__expander{margin-left:0;}.block-editor-list-view-leaf[aria-level="2"] .block-editor-list-view__expander{margin-left:24px;}.block-editor-list-view-leaf[aria-level="3"] .block-editor-list-view__expander{margin-left:48px;}.block-editor-list-view-leaf[aria-level="4"] .block-editor-list-view__expander{margin-left:72px;}.block-editor-list-view-leaf[aria-level="5"] .block-editor-list-view__expander{margin-left:96px;}.block-editor-list-view-leaf[aria-level="6"] .block-editor-list-view__expander{margin-left:120px;}.block-editor-list-view-leaf[aria-level="7"] .block-editor-list-view__expander{margin-left:144px;}.block-editor-list-view-leaf[aria-level="8"] .block-editor-list-view__expander{margin-left:168px;}.block-editor-list-view-leaf .block-editor-list-view__expander{visibility:hidden;}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{visibility:visible;}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transition:transform .2s ease;}}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transform:rotate(90deg);}.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transform:rotate(0deg);visibility:visible;}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transition:transform .2s ease;}}.block-editor-list-view-drop-indicator{pointer-events:none;}.block-editor-list-view-drop-indicator .block-editor-list-view-drop-indicator__line{background:var(--wp-admin-theme-color);border-radius:4px;height:4px;}.block-editor-list-view-drop-indicator--preview{pointer-events:none;}.block-editor-list-view-drop-indicator--preview .components-popover__content{overflow:hidden !important;}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:4px;height:32px;overflow:hidden;}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line--darker{background:rgba(var(--wp-admin-theme-color--rgb),.09);}.block-editor-list-view-placeholder{height:32px;margin:0;padding:0;}.list-view-appender .block-editor-inserter__toggle{background-color:#1e1e1e;color:#fff;height:24px;margin:8px 0 0 24px;padding:0;}.list-view-appender .block-editor-inserter__toggle.has-icon.is-next-40px-default-size{min-width:24px;}.list-view-appender .block-editor-inserter__toggle:focus,.list-view-appender .block-editor-inserter__toggle:hover{background:var(--wp-admin-theme-color);color:#fff;}.list-view-appender__description{display:none;}.block-editor-media-placeholder__url-input-form{min-width:260px;}@media (min-width:600px){.block-editor-media-placeholder__url-input-form{width:300px;}}.block-editor-media-placeholder__url-input-form input{direction:ltr;}.modal-open .block-editor-media-replace-flow__options{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__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-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{flex-grow:1;padding:1px;position:relative;}@media (min-width:600px){.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{min-width:300px;width:auto;}}.block-editor-block-list__block .block-editor-url-input.is-full-width,.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,.block-editor-url-input.is-full-width,.block-editor-url-input.is-full-width__suggestions,.components-popover .block-editor-url-input.is-full-width,.components-popover .block-editor-url-input.is-full-width__suggestions{width:100%;}.block-editor-block-list__block .block-editor-url-input .components-spinner,.block-editor-url-input .components-spinner,.components-popover .block-editor-url-input .components-spinner{margin:0;position:absolute;right:8px;top:calc(50% - 8px);}.block-editor-url-input__suggestions{max-height:200px;}@media not (prefers-reduced-motion){.block-editor-url-input__suggestions{transition:all .15s ease-in-out;}}.block-editor-url-input__suggestions{overflow-y:auto;padding:4px 0;width:302px;}.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:none;}@media (min-width:600px){.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:grid;}}.block-editor-url-input__suggestion{background:#fff;border:none;box-shadow:none;color:#757575;cursor:pointer;display:block;font-size:13px;height:auto;min-height:36px;text-align:left;width:100%;}.block-editor-url-input__suggestion:hover{background:#ddd;}.block-editor-url-input__suggestion.is-selected,.block-editor-url-input__suggestion:focus{background:var(--wp-admin-theme-color-darker-20);color:#fff;outline:none;}.components-toolbar-group>.block-editor-url-input__button,.components-toolbar>.block-editor-url-input__button{position:inherit;}.block-editor-url-input__button .block-editor-url-input__back{margin-right:4px;overflow:visible;}.block-editor-url-input__button .block-editor-url-input__back:after{background:#ddd;content:"";display:block;height:24px;position:absolute;right:-1px;width:1px;}.block-editor-url-input__button-modal{background:#fff;border:1px solid #ddd;box-shadow:0 1px 1px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.02),0 3px 3px rgba(0,0,0,.02),0 4px 4px rgba(0,0,0,.01);}.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-hooks__grid-layout-columns-and-rows-controls,.block-editor-hooks__grid-layout-minimum-width-control{border:0;margin:0;padding:0;}.block-editor__spacing-visualizer{border-color:var(--wp-admin-theme-color);border-style:solid;bottom:0;box-sizing:border-box;left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0;}.typography-block-support-panel .single-column{grid-column:span 1;}.block-editor-block-toolbar{display:flex;flex-grow:1;overflow-x:auto;overflow-y:hidden;position:relative;width:100%;}@media not (prefers-reduced-motion){.block-editor-block-toolbar{transition:border-color .1s linear,box-shadow .1s linear;}}@media (min-width:600px){.block-editor-block-toolbar{overflow:inherit;}}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group{background:none;border:0;border-right:1px solid #ddd;margin-bottom:-1px;margin-top:-1px;}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button:before{background:color-mix(in srgb,var(--wp-block-synced-color) 10%,rgba(0,0,0,0));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 .block-editor-block-switcher__no-switcher-icon[aria-disabled=true] .block-editor-block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-switcher__no-switcher-icon[aria-disabled=true] .block-editor-block-icon{color:var(--wp-block-synced-color);}.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2),.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar,.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar-group,.block-editor-block-toolbar>:last-child,.block-editor-block-toolbar>:last-child .components-toolbar,.block-editor-block-toolbar>:last-child .components-toolbar-group{border-right:none;}.block-editor-block-toolbar .components-toolbar-group:empty{display:none;}.block-editor-block-contextual-toolbar{background-color:#fff;display:block;flex-shrink:3;position:sticky;top:0;width:100%;z-index:31;}.block-editor-block-contextual-toolbar.components-accessible-toolbar{border:none;border-radius:0;}.block-editor-block-contextual-toolbar.is-unstyled{box-shadow:0 1px 0 0 rgba(0,0,0,.133);}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{overflow:auto;overflow-y:hidden;}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar{height:12px;width:12px;}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-track{background-color:initial;}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#e0e0e0;border:3px solid rgba(0,0,0,0);border-radius:8px;}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover::-webkit-scrollbar-thumb{background-color:#949494;}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#e0e0e0 rgba(0,0,0,0);scrollbar-gutter:stable both-edges;scrollbar-width:thin;}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover{scrollbar-color:#949494 rgba(0,0,0,0);}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{will-change:transform;}@media (hover:none){.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#949494 rgba(0,0,0,0);}}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-gutter:auto;}.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar-group:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child:after{display:none;}.block-editor-block-contextual-toolbar>.block-editor-block-toolbar{flex-grow:0;width:auto;}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector{margin-bottom:-1px;margin-top:-1px;position:relative;}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector:after{align-items:center;background-color:#1e1e1e;border-radius:100%;content:"";display:inline-flex;height:2px;position:absolute;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:where(:not(.has-text)){width:auto;}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)) svg{display:none;}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)):after{content:attr(aria-label);font-size:12px;}.show-icon-labels .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 rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.02),0 3px 3px rgba(0,0,0,.02),0 4px 4px rgba(0,0,0,.01);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 rgba(0,0,0,0);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:auto;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-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:rgba(0,0,0,.3);}.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 rgba(0,0,0,0);}.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 rgba(0,0,0,.1);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:rgba(255,255,255,.7);display:flex;height:100%;justify-content:center;pointer-events:none;position:absolute;width:100%;}.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus) * -1);outline-width:var(--wp-admin-border-width-focus);}@media not (prefers-reduced-motion){.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{transition:outline .1s linear;}}.block-editor-inserter__media-list__item-preview-options__popover .components-menu-item__button .components-menu-item__item{min-width:auto;}.block-editor-inserter__mobile-tab-navigation{height:100%;padding:16px;}.block-editor-inserter__mobile-tab-navigation>*{height:100%;}@media (min-width:600px){.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal{max-width:480px;}}.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal p{margin:0;}.block-editor-inserter__hint{margin:16px 16px 0;}.block-editor-patterns__sync-status-filter .components-input-control__container select.components-select-control__input{height:40px;}.block-editor-inserter__pattern-panel-placeholder{display:none;}.block-editor-inserter__menu.is-zoom-out{display:flex;}@media (min-width:782px){.block-editor-inserter__menu.is-zoom-out.show-panel:after{content:"";display:block;height:100%;width:300px;}}@media (max-width:959px){.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column;}}.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column;}.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:none;padding:0 24px 16px;}@media (min-width:480px){.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:block;}}.spacing-sizes-control{border:0;margin:0;padding:0;}.spacing-sizes-control .spacing-sizes-control__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,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,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.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px;}@media (min-resolution:192dpi){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.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--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.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--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:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--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.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--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.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--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:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--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%,rgba(0,0,0,0));border-color:rgba(0,0,0,0);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:rgba(0,0,0,0);background-image:none;}:root :where(.wp-block-popup-maker-cta-button .wp-block-popup-maker-cta-button__link.is-style-outline:not(.has-background)).nitro-lazy,:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link:not(.has-background)).nitro-lazy{background-image:none !important;}: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%,rgba(0,0,0,0));}.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;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-fw{width:1.28571429em;text-align:center;}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none;}.fa-ul>li{position:relative;}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center;}.fa-li.fa-lg{left:-1.85714286em;}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em;}.fa-pull-left{float:left;}.fa-pull-right{float:right;}.fa.fa-pull-left{margin-right:.3em;}.fa.fa-pull-right{margin-left:.3em;}.pull-right{float:right;}.pull-left{float:left;}.fa.pull-left{margin-right:.3em;}.fa.pull-right{margin-left:.3em;}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8);}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1);}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1);}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none;}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center;}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:#fff;}.fa-glass:before{content:"";}.fa-music:before{content:"";}.fa-search:before{content:"";}.fa-envelope-o:before{content:"";}.fa-heart:before{content:"";}.fa-star:before{content:"";}.fa-star-o:before{content:"";}.fa-user:before{content:"";}.fa-film:before{content:"";}.fa-th-large:before{content:"";}.fa-th:before{content:"";}.fa-th-list:before{content:"";}.fa-check:before{content:"";}.fa-remove:before,.fa-close:before,.fa-times:before{content:"";}.fa-search-plus:before{content:"";}.fa-search-minus:before{content:"";}.fa-power-off:before{content:"";}.fa-signal:before{content:"";}.fa-gear:before,.fa-cog:before{content:"";}.fa-trash-o:before{content:"";}.fa-home:before{content:"";}.fa-file-o:before{content:"";}.fa-clock-o:before{content:"";}.fa-road:before{content:"";}.fa-download:before{content:"";}.fa-arrow-circle-o-down:before{content:"";}.fa-arrow-circle-o-up:before{content:"";}.fa-inbox:before{content:"";}.fa-play-circle-o:before{content:"";}.fa-rotate-right:before,.fa-repeat:before{content:"";}.fa-refresh:before{content:"";}.fa-list-alt:before{content:"";}.fa-lock:before{content:"";}.fa-flag:before{content:"";}.fa-headphones:before{content:"";}.fa-volume-off:before{content:"";}.fa-volume-down:before{content:"";}.fa-volume-up:before{content:"";}.fa-qrcode:before{content:"";}.fa-barcode:before{content:"";}.fa-tag:before{content:"";}.fa-tags:before{content:"";}.fa-book:before{content:"";}.fa-bookmark:before{content:"";}.fa-print:before{content:"";}.fa-camera:before{content:"";}.fa-font:before{content:"";}.fa-bold:before{content:"";}.fa-italic:before{content:"";}.fa-text-height:before{content:"";}.fa-text-width:before{content:"";}.fa-align-left:before{content:"";}.fa-align-center:before{content:"";}.fa-align-right:before{content:"";}.fa-align-justify:before{content:"";}.fa-list:before{content:"";}.fa-dedent:before,.fa-outdent:before{content:"";}.fa-indent:before{content:"";}.fa-video-camera:before{content:"";}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"";}.fa-pencil:before{content:"";}.fa-map-marker:before{content:"";}.fa-adjust:before{content:"";}.fa-tint:before{content:"";}.fa-edit:before,.fa-pencil-square-o:before{content:"";}.fa-share-square-o:before{content:"";}.fa-check-square-o:before{content:"";}.fa-arrows:before{content:"";}.fa-step-backward:before{content:"";}.fa-fast-backward:before{content:"";}.fa-backward:before{content:"";}.fa-play:before{content:"";}.fa-pause:before{content:"";}.fa-stop:before{content:"";}.fa-forward:before{content:"";}.fa-fast-forward:before{content:"";}.fa-step-forward:before{content:"";}.fa-eject:before{content:"";}.fa-chevron-left:before{content:"";}.fa-chevron-right:before{content:"";}.fa-plus-circle:before{content:"";}.fa-minus-circle:before{content:"";}.fa-times-circle:before{content:"";}.fa-check-circle:before{content:"";}.fa-question-circle:before{content:"";}.fa-info-circle:before{content:"";}.fa-crosshairs:before{content:"";}.fa-times-circle-o:before{content:"";}.fa-check-circle-o:before{content:"";}.fa-ban:before{content:"";}.fa-arrow-left:before{content:"";}.fa-arrow-right:before{content:"";}.fa-arrow-up:before{content:"";}.fa-arrow-down:before{content:"";}.fa-mail-forward:before,.fa-share:before{content:"";}.fa-expand:before{content:"";}.fa-compress:before{content:"";}.fa-plus:before{content:"";}.fa-minus:before{content:"";}.fa-asterisk:before{content:"";}.fa-exclamation-circle:before{content:"";}.fa-gift:before{content:"";}.fa-leaf:before{content:"";}.fa-fire:before{content:"";}.fa-eye:before{content:"";}.fa-eye-slash:before{content:"";}.fa-warning:before,.fa-exclamation-triangle:before{content:"";}.fa-plane:before{content:"";}.fa-calendar:before{content:"";}.fa-random:before{content:"";}.fa-comment:before{content:"";}.fa-magnet:before{content:"";}.fa-chevron-up:before{content:"";}.fa-chevron-down:before{content:"";}.fa-retweet:before{content:"";}.fa-shopping-cart:before{content:"";}.fa-folder:before{content:"";}.fa-folder-open:before{content:"";}.fa-arrows-v:before{content:"";}.fa-arrows-h:before{content:"";}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"";}.fa-twitter-square:before{content:"";}.fa-facebook-square:before{content:"";}.fa-camera-retro:before{content:"";}.fa-key:before{content:"";}.fa-gears:before,.fa-cogs:before{content:"";}.fa-comments:before{content:"";}.fa-thumbs-o-up:before{content:"";}.fa-thumbs-o-down:before{content:"";}.fa-star-half:before{content:"";}.fa-heart-o:before{content:"";}.fa-sign-out:before{content:"";}.fa-linkedin-square:before{content:"";}.fa-thumb-tack:before{content:"";}.fa-external-link:before{content:"";}.fa-sign-in:before{content:"";}.fa-trophy:before{content:"";}.fa-github-square:before{content:"";}.fa-upload:before{content:"";}.fa-lemon-o:before{content:"";}.fa-phone:before{content:"";}.fa-square-o:before{content:"";}.fa-bookmark-o:before{content:"";}.fa-phone-square:before{content:"";}.fa-twitter:before{content:"";}.fa-facebook-f:before,.fa-facebook:before{content:"";}.fa-github:before{content:"";}.fa-unlock:before{content:"";}.fa-credit-card:before{content:"";}.fa-feed:before,.fa-rss:before{content:"";}.fa-hdd-o:before{content:"";}.fa-bullhorn:before{content:"";}.fa-bell:before{content:"";}.fa-certificate:before{content:"";}.fa-hand-o-right:before{content:"";}.fa-hand-o-left:before{content:"";}.fa-hand-o-up:before{content:"";}.fa-hand-o-down:before{content:"";}.fa-arrow-circle-left:before{content:"";}.fa-arrow-circle-right:before{content:"";}.fa-arrow-circle-up:before{content:"";}.fa-arrow-circle-down:before{content:"";}.fa-globe:before{content:"";}.fa-wrench:before{content:"";}.fa-tasks:before{content:"";}.fa-filter:before{content:"";}.fa-briefcase:before{content:"";}.fa-arrows-alt:before{content:"";}.fa-group:before,.fa-users:before{content:"";}.fa-chain:before,.fa-link:before{content:"";}.fa-cloud:before{content:"";}.fa-flask:before{content:"";}.fa-cut:before,.fa-scissors:before{content:"";}.fa-copy:before,.fa-files-o:before{content:"";}.fa-paperclip:before{content:"";}.fa-save:before,.fa-floppy-o:before{content:"";}.fa-square:before{content:"";}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"";}.fa-list-ul:before{content:"";}.fa-list-ol:before{content:"";}.fa-strikethrough:before{content:"";}.fa-underline:before{content:"";}.fa-table:before{content:"";}.fa-magic:before{content:"";}.fa-truck:before{content:"";}.fa-pinterest:before{content:"";}.fa-pinterest-square:before{content:"";}.fa-google-plus-square:before{content:"";}.fa-google-plus:before{content:"";}.fa-money:before{content:"";}.fa-caret-down:before{content:"";}.fa-caret-up:before{content:"";}.fa-caret-left:before{content:"";}.fa-caret-right:before{content:"";}.fa-columns:before{content:"";}.fa-unsorted:before,.fa-sort:before{content:"";}.fa-sort-down:before,.fa-sort-desc:before{content:"";}.fa-sort-up:before,.fa-sort-asc:before{content:"";}.fa-envelope:before{content:"";}.fa-linkedin:before{content:"";}.fa-rotate-left:before,.fa-undo:before{content:"";}.fa-legal:before,.fa-gavel:before{content:"";}.fa-dashboard:before,.fa-tachometer:before{content:"";}.fa-comment-o:before{content:"";}.fa-comments-o:before{content:"";}.fa-flash:before,.fa-bolt:before{content:"";}.fa-sitemap:before{content:"";}.fa-umbrella:before{content:"";}.fa-paste:before,.fa-clipboard:before{content:"";}.fa-lightbulb-o:before{content:"";}.fa-exchange:before{content:"";}.fa-cloud-download:before{content:"";}.fa-cloud-upload:before{content:"";}.fa-user-md:before{content:"";}.fa-stethoscope:before{content:"";}.fa-suitcase:before{content:"";}.fa-bell-o:before{content:"";}.fa-coffee:before{content:"";}.fa-cutlery:before{content:"";}.fa-file-text-o:before{content:"";}.fa-building-o:before{content:"";}.fa-hospital-o:before{content:"";}.fa-ambulance:before{content:"";}.fa-medkit:before{content:"";}.fa-fighter-jet:before{content:"";}.fa-beer:before{content:"";}.fa-h-square:before{content:"";}.fa-plus-square:before{content:"";}.fa-angle-double-left:before{content:"";}.fa-angle-double-right:before{content:"";}.fa-angle-double-up:before{content:"";}.fa-angle-double-down:before{content:"";}.fa-angle-left:before{content:"";}.fa-angle-right:before{content:"";}.fa-angle-up:before{content:"";}.fa-angle-down:before{content:"";}.fa-desktop:before{content:"";}.fa-laptop:before{content:"";}.fa-tablet:before{content:"";}.fa-mobile-phone:before,.fa-mobile:before{content:"";}.fa-circle-o:before{content:"";}.fa-quote-left:before{content:"";}.fa-quote-right:before{content:"";}.fa-spinner:before{content:"";}.fa-circle:before{content:"";}.fa-mail-reply:before,.fa-reply:before{content:"";}.fa-github-alt:before{content:"";}.fa-folder-o:before{content:"";}.fa-folder-open-o:before{content:"";}.fa-smile-o:before{content:"";}.fa-frown-o:before{content:"";}.fa-meh-o:before{content:"";}.fa-gamepad:before{content:"";}.fa-keyboard-o:before{content:"";}.fa-flag-o:before{content:"";}.fa-flag-checkered:before{content:"";}.fa-terminal:before{content:"";}.fa-code:before{content:"";}.fa-mail-reply-all:before,.fa-reply-all:before{content:"";}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"";}.fa-location-arrow:before{content:"";}.fa-crop:before{content:"";}.fa-code-fork:before{content:"";}.fa-unlink:before,.fa-chain-broken:before{content:"";}.fa-question:before{content:"";}.fa-info:before{content:"";}.fa-exclamation:before{content:"";}.fa-superscript:before{content:"";}.fa-subscript:before{content:"";}.fa-eraser:before{content:"";}.fa-puzzle-piece:before{content:"";}.fa-microphone:before{content:"";}.fa-microphone-slash:before{content:"";}.fa-shield:before{content:"";}.fa-calendar-o:before{content:"";}.fa-fire-extinguisher:before{content:"";}.fa-rocket:before{content:"";}.fa-maxcdn:before{content:"";}.fa-chevron-circle-left:before{content:"";}.fa-chevron-circle-right:before{content:"";}.fa-chevron-circle-up:before{content:"";}.fa-chevron-circle-down:before{content:"";}.fa-html5:before{content:"";}.fa-css3:before{content:"";}.fa-anchor:before{content:"";}.fa-unlock-alt:before{content:"";}.fa-bullseye:before{content:"";}.fa-ellipsis-h:before{content:"";}.fa-ellipsis-v:before{content:"";}.fa-rss-square:before{content:"";}.fa-play-circle:before{content:"";}.fa-ticket:before{content:"";}.fa-minus-square:before{content:"";}.fa-minus-square-o:before{content:"";}.fa-level-up:before{content:"";}.fa-level-down:before{content:"";}.fa-check-square:before{content:"";}.fa-pencil-square:before{content:"";}.fa-external-link-square:before{content:"";}.fa-share-square:before{content:"";}.fa-compass:before{content:"";}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"";}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"";}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"";}.fa-euro:before,.fa-eur:before{content:"";}.fa-gbp:before{content:"";}.fa-dollar:before,.fa-usd:before{content:"";}.fa-rupee:before,.fa-inr:before{content:"";}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"";}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"";}.fa-won:before,.fa-krw:before{content:"";}.fa-bitcoin:before,.fa-btc:before{content:"";}.fa-file:before{content:"";}.fa-file-text:before{content:"";}.fa-sort-alpha-asc:before{content:"";}.fa-sort-alpha-desc:before{content:"";}.fa-sort-amount-asc:before{content:"";}.fa-sort-amount-desc:before{content:"";}.fa-sort-numeric-asc:before{content:"";}.fa-sort-numeric-desc:before{content:"";}.fa-thumbs-up:before{content:"";}.fa-thumbs-down:before{content:"";}.fa-youtube-square:before{content:"";}.fa-youtube:before{content:"";}.fa-xing:before{content:"";}.fa-xing-square:before{content:"";}.fa-youtube-play:before{content:"";}.fa-dropbox:before{content:"";}.fa-stack-overflow:before{content:"";}.fa-instagram:before{content:"";}.fa-flickr:before{content:"";}.fa-adn:before{content:"";}.fa-bitbucket:before{content:"";}.fa-bitbucket-square:before{content:"";}.fa-tumblr:before{content:"";}.fa-tumblr-square:before{content:"";}.fa-long-arrow-down:before{content:"";}.fa-long-arrow-up:before{content:"";}.fa-long-arrow-left:before{content:"";}.fa-long-arrow-right:before{content:"";}.fa-apple:before{content:"";}.fa-windows:before{content:"";}.fa-android:before{content:"";}.fa-linux:before{content:"";}.fa-dribbble:before{content:"";}.fa-skype:before{content:"";}.fa-foursquare:before{content:"";}.fa-trello:before{content:"";}.fa-female:before{content:"";}.fa-male:before{content:"";}.fa-gittip:before,.fa-gratipay:before{content:"";}.fa-sun-o:before{content:"";}.fa-moon-o:before{content:"";}.fa-archive:before{content:"";}.fa-bug:before{content:"";}.fa-vk:before{content:"";}.fa-weibo:before{content:"";}.fa-renren:before{content:"";}.fa-pagelines:before{content:"";}.fa-stack-exchange:before{content:"";}.fa-arrow-circle-o-right:before{content:"";}.fa-arrow-circle-o-left:before{content:"";}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"";}.fa-dot-circle-o:before{content:"";}.fa-wheelchair:before{content:"";}.fa-vimeo-square:before{content:"";}.fa-turkish-lira:before,.fa-try:before{content:"";}.fa-plus-square-o:before{content:"";}.fa-space-shuttle:before{content:"";}.fa-slack:before{content:"";}.fa-envelope-square:before{content:"";}.fa-wordpress:before{content:"";}.fa-openid:before{content:"";}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"";}.fa-mortar-board:before,.fa-graduation-cap:before{content:"";}.fa-yahoo:before{content:"";}.fa-google:before{content:"";}.fa-reddit:before{content:"";}.fa-reddit-square:before{content:"";}.fa-stumbleupon-circle:before{content:"";}.fa-stumbleupon:before{content:"";}.fa-delicious:before{content:"";}.fa-digg:before{content:"";}.fa-pied-piper-pp:before{content:"";}.fa-pied-piper-alt:before{content:"";}.fa-drupal:before{content:"";}.fa-joomla:before{content:"";}.fa-language:before{content:"";}.fa-fax:before{content:"";}.fa-building:before{content:"";}.fa-child:before{content:"";}.fa-paw:before{content:"";}.fa-spoon:before{content:"";}.fa-cube:before{content:"";}.fa-cubes:before{content:"";}.fa-behance:before{content:"";}.fa-behance-square:before{content:"";}.fa-steam:before{content:"";}.fa-steam-square:before{content:"";}.fa-recycle:before{content:"";}.fa-automobile:before,.fa-car:before{content:"";}.fa-cab:before,.fa-taxi:before{content:"";}.fa-tree:before{content:"";}.fa-spotify:before{content:"";}.fa-deviantart:before{content:"";}.fa-soundcloud:before{content:"";}.fa-database:before{content:"";}.fa-file-pdf-o:before{content:"";}.fa-file-word-o:before{content:"";}.fa-file-excel-o:before{content:"";}.fa-file-powerpoint-o:before{content:"";}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"";}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"";}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"";}.fa-file-movie-o:before,.fa-file-video-o:before{content:"";}.fa-file-code-o:before{content:"";}.fa-vine:before{content:"";}.fa-codepen:before{content:"";}.fa-jsfiddle:before{content:"";}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"";}.fa-circle-o-notch:before{content:"";}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"";}.fa-ge:before,.fa-empire:before{content:"";}.fa-git-square:before{content:"";}.fa-git:before{content:"";}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"";}.fa-tencent-weibo:before{content:"";}.fa-qq:before{content:"";}.fa-wechat:before,.fa-weixin:before{content:"";}.fa-send:before,.fa-paper-plane:before{content:"";}.fa-send-o:before,.fa-paper-plane-o:before{content:"";}.fa-history:before{content:"";}.fa-circle-thin:before{content:"";}.fa-header:before{content:"";}.fa-paragraph:before{content:"";}.fa-sliders:before{content:"";}.fa-share-alt:before{content:"";}.fa-share-alt-square:before{content:"";}.fa-bomb:before{content:"";}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"";}.fa-tty:before{content:"";}.fa-binoculars:before{content:"";}.fa-plug:before{content:"";}.fa-slideshare:before{content:"";}.fa-twitch:before{content:"";}.fa-yelp:before{content:"";}.fa-newspaper-o:before{content:"";}.fa-wifi:before{content:"";}.fa-calculator:before{content:"";}.fa-paypal:before{content:"";}.fa-google-wallet:before{content:"";}.fa-cc-visa:before{content:"";}.fa-cc-mastercard:before{content:"";}.fa-cc-discover:before{content:"";}.fa-cc-amex:before{content:"";}.fa-cc-paypal:before{content:"";}.fa-cc-stripe:before{content:"";}.fa-bell-slash:before{content:"";}.fa-bell-slash-o:before{content:"";}.fa-trash:before{content:"";}.fa-copyright:before{content:"";}.fa-at:before{content:"";}.fa-eyedropper:before{content:"";}.fa-paint-brush:before{content:"";}.fa-birthday-cake:before{content:"";}.fa-area-chart:before{content:"";}.fa-pie-chart:before{content:"";}.fa-line-chart:before{content:"";}.fa-lastfm:before{content:"";}.fa-lastfm-square:before{content:"";}.fa-toggle-off:before{content:"";}.fa-toggle-on:before{content:"";}.fa-bicycle:before{content:"";}.fa-bus:before{content:"";}.fa-ioxhost:before{content:"";}.fa-angellist:before{content:"";}.fa-cc:before{content:"";}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"";}.fa-meanpath:before{content:"";}.fa-buysellads:before{content:"";}.fa-connectdevelop:before{content:"";}.fa-dashcube:before{content:"";}.fa-forumbee:before{content:"";}.fa-leanpub:before{content:"";}.fa-sellsy:before{content:"";}.fa-shirtsinbulk:before{content:"";}.fa-simplybuilt:before{content:"";}.fa-skyatlas:before{content:"";}.fa-cart-plus:before{content:"";}.fa-cart-arrow-down:before{content:"";}.fa-diamond:before{content:"";}.fa-ship:before{content:"";}.fa-user-secret:before{content:"";}.fa-motorcycle:before{content:"";}.fa-street-view:before{content:"";}.fa-heartbeat:before{content:"";}.fa-venus:before{content:"";}.fa-mars:before{content:"";}.fa-mercury:before{content:"";}.fa-intersex:before,.fa-transgender:before{content:"";}.fa-transgender-alt:before{content:"";}.fa-venus-double:before{content:"";}.fa-mars-double:before{content:"";}.fa-venus-mars:before{content:"";}.fa-mars-stroke:before{content:"";}.fa-mars-stroke-v:before{content:"";}.fa-mars-stroke-h:before{content:"";}.fa-neuter:before{content:"";}.fa-genderless:before{content:"";}.fa-facebook-official:before{content:"";}.fa-pinterest-p:before{content:"";}.fa-whatsapp:before{content:"";}.fa-server:before{content:"";}.fa-user-plus:before{content:"";}.fa-user-times:before{content:"";}.fa-hotel:before,.fa-bed:before{content:"";}.fa-viacoin:before{content:"";}.fa-train:before{content:"";}.fa-subway:before{content:"";}.fa-medium:before{content:"";}.fa-yc:before,.fa-y-combinator:before{content:"";}.fa-optin-monster:before{content:"";}.fa-opencart:before{content:"";}.fa-expeditedssl:before{content:"";}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"";}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"";}.fa-battery-2:before,.fa-battery-half:before{content:"";}.fa-battery-1:before,.fa-battery-quarter:before{content:"";}.fa-battery-0:before,.fa-battery-empty:before{content:"";}.fa-mouse-pointer:before{content:"";}.fa-i-cursor:before{content:"";}.fa-object-group:before{content:"";}.fa-object-ungroup:before{content:"";}.fa-sticky-note:before{content:"";}.fa-sticky-note-o:before{content:"";}.fa-cc-jcb:before{content:"";}.fa-cc-diners-club:before{content:"";}.fa-clone:before{content:"";}.fa-balance-scale:before{content:"";}.fa-hourglass-o:before{content:"";}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"";}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"";}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"";}.fa-hourglass:before{content:"";}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"";}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"";}.fa-hand-scissors-o:before{content:"";}.fa-hand-lizard-o:before{content:"";}.fa-hand-spock-o:before{content:"";}.fa-hand-pointer-o:before{content:"";}.fa-hand-peace-o:before{content:"";}.fa-trademark:before{content:"";}.fa-registered:before{content:"";}.fa-creative-commons:before{content:"";}.fa-gg:before{content:"";}.fa-gg-circle:before{content:"";}.fa-tripadvisor:before{content:"";}.fa-odnoklassniki:before{content:"";}.fa-odnoklassniki-square:before{content:"";}.fa-get-pocket:before{content:"";}.fa-wikipedia-w:before{content:"";}.fa-safari:before{content:"";}.fa-chrome:before{content:"";}.fa-firefox:before{content:"";}.fa-opera:before{content:"";}.fa-internet-explorer:before{content:"";}.fa-tv:before,.fa-television:before{content:"";}.fa-contao:before{content:"";}.fa-500px:before{content:"";}.fa-amazon:before{content:"";}.fa-calendar-plus-o:before{content:"";}.fa-calendar-minus-o:before{content:"";}.fa-calendar-times-o:before{content:"";}.fa-calendar-check-o:before{content:"";}.fa-industry:before{content:"";}.fa-map-pin:before{content:"";}.fa-map-signs:before{content:"";}.fa-map-o:before{content:"";}.fa-map:before{content:"";}.fa-commenting:before{content:"";}.fa-commenting-o:before{content:"";}.fa-houzz:before{content:"";}.fa-vimeo:before{content:"";}.fa-black-tie:before{content:"";}.fa-fonticons:before{content:"";}.fa-reddit-alien:before{content:"";}.fa-edge:before{content:"";}.fa-credit-card-alt:before{content:"";}.fa-codiepie:before{content:"";}.fa-modx:before{content:"";}.fa-fort-awesome:before{content:"";}.fa-usb:before{content:"";}.fa-product-hunt:before{content:"";}.fa-mixcloud:before{content:"";}.fa-scribd:before{content:"";}.fa-pause-circle:before{content:"";}.fa-pause-circle-o:before{content:"";}.fa-stop-circle:before{content:"";}.fa-stop-circle-o:before{content:"";}.fa-shopping-bag:before{content:"";}.fa-shopping-basket:before{content:"";}.fa-hashtag:before{content:"";}.fa-bluetooth:before{content:"";}.fa-bluetooth-b:before{content:"";}.fa-percent:before{content:"";}.fa-gitlab:before{content:"";}.fa-wpbeginner:before{content:"";}.fa-wpforms:before{content:"";}.fa-envira:before{content:"";}.fa-universal-access:before{content:"";}.fa-wheelchair-alt:before{content:"";}.fa-question-circle-o:before{content:"";}.fa-blind:before{content:"";}.fa-audio-description:before{content:"";}.fa-volume-control-phone:before{content:"";}.fa-braille:before{content:"";}.fa-assistive-listening-systems:before{content:"";}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"";}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"";}.fa-glide:before{content:"";}.fa-glide-g:before{content:"";}.fa-signing:before,.fa-sign-language:before{content:"";}.fa-low-vision:before{content:"";}.fa-viadeo:before{content:"";}.fa-viadeo-square:before{content:"";}.fa-snapchat:before{content:"";}.fa-snapchat-ghost:before{content:"";}.fa-snapchat-square:before{content:"";}.fa-pied-piper:before{content:"";}.fa-first-order:before{content:"";}.fa-yoast:before{content:"";}.fa-themeisle:before{content:"";}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"";}.fa-fa:before,.fa-font-awesome:before{content:"";}.fa-handshake-o:before{content:"";}.fa-envelope-open:before{content:"";}.fa-envelope-open-o:before{content:"";}.fa-linode:before{content:"";}.fa-address-book:before{content:"";}.fa-address-book-o:before{content:"";}.fa-vcard:before,.fa-address-card:before{content:"";}.fa-vcard-o:before,.fa-address-card-o:before{content:"";}.fa-user-circle:before{content:"";}.fa-user-circle-o:before{content:"";}.fa-user-o:before{content:"";}.fa-id-badge:before{content:"";}.fa-drivers-license:before,.fa-id-card:before{content:"";}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"";}.fa-quora:before{content:"";}.fa-free-code-camp:before{content:"";}.fa-telegram:before{content:"";}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"";}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"";}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"";}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"";}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"";}.fa-shower:before{content:"";}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"";}.fa-podcast:before{content:"";}.fa-window-maximize:before{content:"";}.fa-window-minimize:before{content:"";}.fa-window-restore:before{content:"";}.fa-times-rectangle:before,.fa-window-close:before{content:"";}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"";}.fa-bandcamp:before{content:"";}.fa-grav:before{content:"";}.fa-etsy:before{content:"";}.fa-imdb:before{content:"";}.fa-ravelry:before{content:"";}.fa-eercast:before{content:"";}.fa-microchip:before{content:"";}.fa-snowflake-o:before{content:"";}.fa-superpowers:before{content:"";}.fa-wpexplorer:before{content:"";}.fa-meetup:before{content:"";}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative;}.owl-carousel{display:none;width:100%;z-index:1;}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden;}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none;}.owl-carousel .owl-item img{display:block;width:100%;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none;}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block;}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;font:inherit;}.owl-carousel.owl-loading{opacity:0;display:block;}.owl-carousel.owl-hidden{opacity:0;}.owl-carousel.owl-refresh .owl-item{visibility:hidden;}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.owl-carousel.owl-grab{cursor:move;cursor:grab;}.owl-carousel.owl-rtl{direction:rtl;}.owl-carousel.owl-rtl .owl-item{float:right;}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both;}.owl-carousel .owl-animated-in{z-index:0;}.owl-carousel .owl-animated-out{z-index:1;}.owl-carousel .fadeOut{animation-name:fadeOut;}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}.owl-height{transition:height .5s ease-in-out;}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease;}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0;}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d;}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000;}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("https://www.arohieye.in/wp-content/plugins/blog-designer-pack/assets/css/owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease;}.owl-carousel .owl-video-play-icon.nitro-lazy{background:none !important;}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3);}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none;}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease;}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%;}.bdpp-wrap,.bdpp-wrap *{outline:none !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.bdpp-wrap img,.bdpp-wrap .bdpp-img{box-shadow:none;border-radius:0;max-width:100%;max-height:100%;}.bdpp-hide{display:none;}.bdpp-text-center{text-align:center;}.bdpp-text-right{text-align:right;}.bdpp-first{clear:both;}.bdpp-clearfix:before,.bdpp-clearfix:after{content:"";display:table;}.bdpp-clearfix:after{clear:both;}.bdpp-paging{width:100%;padding:.9375em 0;text-align:center;color:#666;clear:both;}.bdpp-paging a{color:#fff !important;background-color:#333;padding:7px 10px;margin:0 1px 6px 2px;display:inline-block;text-align:center;line-height:normal;box-shadow:none;text-shadow:none;font-size:14px;border:1px solid #333;text-decoration:none !important;-webkit-transition:all .3s ease;transition:all .3s ease;outline:0;}.bdpp-paging .page-numbers.current{color:#666;background:transparent;padding:7px 10px;margin:0 1px 6px 2px;display:inline-block;text-align:center;line-height:normal;box-shadow:none;text-shadow:none;font-size:14px;text-transform:uppercase;border:1px solid #666;text-decoration:none !important;}.bdpp-paging a:hover,.bdpp-paging a:focus,.bdpp-paging a:visited:hover{color:#666 !important;background:#fff;outline:0;}.bdpp-paging a.prev,.bdpp-paging a.next{min-width:110px;}.bdpp-paging a:after{content:"" !important;}.bdpp-load-more{display:inline-block;border:1px solid #ccc;padding:8px 12px;font-size:14px;cursor:pointer;line-height:normal;}.bdpp-load-more:hover{background-color:#eee;}.bdpp-load-more i{margin:0 0 0 5px;vertical-align:middle;}.bdpp-loader{display:none;border:4px solid #ddd;border-top:4px solid #3498db;border-radius:50%;width:20px;height:20px;animation:bdpp-spin 2s linear infinite;margin:0 0 0 5px;vertical-align:middle;}.bdpp-ajax-disabled{opacity:.6;}h2.bdpp-post-title{font-size:26px;line-height:32px;}.bdpp-post-carousel-wrap h2.bdpp-post-title{font-size:24px;line-height:28px;}h3.bdpp-post-title{font-size:20px;line-height:26px;}h4.bdpp-post-title{font-size:16px;line-height:22px;}@keyframes bdpp-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.bdpp-rdmr-btn{position:relative;-moz-transition:all .5s ease-out 0s;-ms-transition:all .5s ease-out 0s;-o-transition:all .5s ease-out 0s;transition:all .5s ease-out 0s;text-decoration:none !important;color:#888;border:2px solid #888;padding:8px 15px;font-size:13px;display:inline-block;box-sizing:border-box;line-height:normal !important;margin-top:15px;}.bdpp-rdmr-btn:hover,.bdpp-rdmr-btn:focus{background:#03a9f5;color:#fff !important;border-color:#0593d4;}.bdpp-post-cats{display:inline-block;color:#666;z-index:1;position:relative;}.bdpp-post-cats a{text-decoration:none !important;color:#555;-moz-transition:all .5s ease-out 0s;-ms-transition:all .5s ease-out 0s;-o-transition:all .5s ease-out 0s;transition:all .5s ease-out 0s;font-size:13px;padding:3px 2px;line-height:normal;display:inline-block;margin:0 0 5px 0;border-bottom:3px solid #f1f1f1;}.bdpp-post-cats a:hover{border-color:#03a9f5;}.bdpp-post-title{margin:15px 0 0 0 !important;}.bdpp-post-title a{text-decoration:none !important;border:0 !important;}.bdpp-post-meta{line-height:normal;margin:10px 0 0px 0;color:#666;font-size:12px;}.bdpp-post-meta-down{margin:20px 0 0px 0;}.bdpp-post-meta span{font-size:13px;display:inline-block;}.bdpp-post-meta .bdpp-post-meta-sep{margin:0 3px;}.bdpp-post-meta .bdpp-post-meta-data{margin:0 5px 5px 2px;}.bdpp-post-meta a{color:#888;}.bdpp-post-meta span i.fa,.bdpp-post-meta span svg{margin-right:8px;}.bdpp-post-meta span i{font-family:FontAwesome;}.bdpp-post-content{margin-top:15px;}.bdpp-post-img-bg{margin-bottom:15px;text-align:center;position:relative;background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}.bdpp-post-slider-wrap .bdpp-post-img-bg{margin-bottom:0px;}.bdp-post-image-bg a{display:block;line-height:0;}.bdpp-post-img-bg{overflow:hidden;line-height:0px;}.bdpp-post-widget .bdpp-no-thumb .bdpp-post-img-bg{background:#f1f1f1;height:100px;}.bdpp-post-img-bg img{display:inline-block;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;}.bdpp-post-img-bg:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}.bdpp-post-img-link{position:relative;}.bdpp-post-linkoverlay{position:absolute;width:100%;top:0px;bottom:0px;z-index:1;left:0px;right:0px;}.bdpp-post-grid{margin-bottom:40px;}.bdpp-format-icon{display:inline-block;}.bdpp-format-icon .bdpp-post-icon{font-size:18px;width:40px;height:40px;line-height:36px;background:rgba(0,0,0,.5);border:2px solid #fff;border-radius:100%;}.bdpp-post-video .bdpp-format-icon .bdpp-post-icon{padding-left:4px;}.bdpp-post-meta .bdpp-post-tags a.bdpp-post-cat-link{background:none !important;padding:0px !important;}.bdpp-ticker-wrp.inf-news-ticker{display:block;width:100%;border:2px solid #2096cd;background:#fff;height:40px;position:relative;line-height:36px;overflow:hidden;border-radius:2px;font-size:14px;}.bdpp-ticker-wrp .inf-label{left:0;top:0;bottom:0;height:100%;position:absolute;background-color:#2096cd;text-align:center;color:#fff;font-weight:bold;padding:0 15px;white-space:nowrap;}.bdpp-ticker-wrp .inf-ticker{position:absolute;left:0;top:0;bottom:0;height:100%;right:0;overflow:hidden;}.bdpp-ticker-wrp .inf-ticker ul{display:block;line-height:inherit !important;height:100%;list-style:none;padding:0;margin:0;left:0;bottom:0;width:100%;position:absolute;}.bdpp-ticker-wrp .inf-ticker ul li{white-space:nowrap;margin:0 !important;padding:0 10px;overflow:hidden !important;text-overflow:ellipsis;text-decoration:none;-webkit-transition:color .2s linear;-moz-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;position:absolute;width:100%;display:none;color:#333;}.bdpp-ticker-wrp .inf-ticker ul li a{white-space:nowrap;text-overflow:ellipsis;text-decoration:none;color:#333;position:relative;display:block;overflow:hidden;}.bdpp-ticker-wrp .inf-ticker ul li a:hover{color:#069;text-decoration:underline;}.bdpp-ticker-wrp .inf-loader-text{padding:0 10px;}.bdpp-ticker-wrp .inf-seperator{display:inline-block;float:left;margin-right:15px;width:30px;height:40px;background-position:center;background-size:contain;background-repeat:no-repeat;position:relative;}.bdpp-ticker-wrp .inf-seperator.inf-ticker-dot{margin-right:0;}.bdpp-ticker-wrp .inf-seperator.inf-ticker-dot:after{content:"";position:absolute;width:8px;height:8px;background:#333;border-radius:50%;top:50%;margin-top:-4px;left:50%;margin-left:-4px;}.bdpp-ticker-wrp .inf-controls{width:auto;right:0;top:0;bottom:0;height:100%;position:absolute;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.bdpp-ticker-wrp .inf-controls span.inf-ctrl-btn{width:30px;float:left;height:100%;cursor:pointer;border:none;border-left:solid 1px #eee;text-align:center;background-color:#f6f6f6;outline:none;}.bdpp-ticker-wrp .inf-controls span.inf-ctrl-btn:hover{background-color:#eee;}.bdpp-ticker-wrp .inf-arrow{margin:0;display:inline-block;height:8px;position:relative;width:8px;}.bdpp-ticker-wrp .inf-arrow::after{border-bottom-style:solid;border-bottom-width:2px;border-right-style:solid;border-right-width:2px;content:"";display:inline-block;height:8px;left:0;position:absolute;top:0;width:8px;}.bdpp-ticker-wrp .inf-arrow.inf-next{-moz-transform:rotate(315deg);-ms-transform:rotate(315deg);-webkit-transform:rotate(315deg);transform:rotate(315deg);left:-3px;}.bdpp-ticker-wrp .inf-arrow.inf-prev{-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(135deg);left:3px;}.bdpp-ticker-wrp .inf-arrow{color:#999;}.bdpp-ticker-wrp .inf-arrow::after{border-color:inherit;}.bdpp-ticker-wrp .inf-action{background-color:#999;color:#999;}.bdpp-ticker-wrp.inf-direction-rtl{direction:rtl;}.bdpp-ticker-wrp.inf-direction-rtl .inf-label{left:auto;right:0;}.bdpp-ticker-wrp.inf-direction-rtl .inf-controls{right:auto;left:0;}.bdpp-ticker-wrp.inf-direction-rtl .inf-seperator{margin-left:15px;margin-right:0;float:right;}.bdpp-ticker-wrp.inf-direction-rtl .inf-controls button{border-left:none;border-right:solid 1px #eee;}.bdpp-post-grid-inr-wrap{margin-left:-.9375em;margin-right:-.9375em;}.bdpp-equal-height .bdpp-post-grid-inr-wrap{display:flex;flex-wrap:wrap;}.bdpp-post-grid-wrap.bdpp-design-1 .bdpp-post-grid-content{text-align:center;}.bdpp-post-grid-wrap.bdpp-design-1 .bdpp-format-icon{position:absolute;left:0px;right:0px;top:50%;color:#fff;-webkit-transform:translate(0%,-50%);-khtml-transform:translate(0%,-50%);-moz-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);-o-transform:translate(0%,-50%);transform:translate(0%,-50%);}.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-post-grid-content{background:#f9f9f9;padding-bottom:15px;text-align:center;}.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-no-thumb .bdpp-post-grid-content{padding-bottom:0px;}.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-post-image-bg{margin-bottom:0px;}.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-post-margin-content{background:#fff;padding:20px 20px 20px 20px;max-width:85%;margin:-50px auto 0 auto;position:relative;}.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-no-thumb .bdpp-post-margin-content{max-width:100%;border:10px solid #f9f9f9;margin:0px !important;}.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-format-icon{display:block;position:relative;margin-top:-40px;color:#fff;}.bdpp-post-grid-wrap.bdpp-design-2 .bdpp-format-icon .bdpp-post-icon{box-shadow:0 0 22px -1px rgba(36,36,43,.2);}.bdpp-equal-height.bdpp-design-2 .bdpp-post-grid-content{display:flex;flex-direction:column;height:100%;}.bdpp-equal-height.bdpp-design-2 .bdpp-post-margin-content{flex:auto;-ms-flex:auto;-webkit-flex:auto;-moz-flex:auto;width:100%;}.bdpp-post-list-inr-wrap{margin-left:-.9375em;margin-right:-.9375em;}.bdpp-post-list-main{margin-bottom:30px;}.bdpp-post-list-main .bdpp-format-icon{position:absolute;left:0px;right:0px;top:50%;color:#fff;-webkit-transform:translate(0%,-50%);-khtml-transform:translate(0%,-50%);-moz-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);-o-transform:translate(0%,-50%);transform:translate(0%,-50%);}.bdpp-post-list-wrap.bdpp-design-1 .bdpp-post-meta{}.bdpp-post-list-wrap.bdpp-design-2 .bdpp-post-list-right{text-align:center;}.bdpp-post-carousel-wrap .owl-item .owl-lazy:not([src]),.bdpp-post-carousel-wrap .owl-item .owl-lazy[src^=""]{max-height:none;}.bdpp-post-carousel-wrap .owl-item .bdpp-no-thumb .owl-lazy{opacity:1;}.bdpp-post-carousel-wrap .owl-item img.owl-lazy{transition:opacity .4s ease,transform .3s ease-in-out;}.bdpp-post-carousel-wrap{position:relative;}.bdpp-post-carousel-wrap.bdpp-has-arrows{padding-top:43px;}.bdpp-post-carousel-wrap .owl-nav{position:absolute;top:0;text-align:right;right:0;margin:0px !important;}.bdpp-post-carousel-wrap .owl-nav .owl-next,.bdpp-post-carousel-wrap .owl-nav .owl-prev{display:inline-block;text-align:center !important;background:#555;color:#fff;margin-left:3px;line-height:normal !important;font-size:25px;padding:2px 15px 4px 15px !important;border-radius:0px;box-shadow:none;-moz-transition:all .5s ease-out 0s;-ms-transition:all .5s ease-out 0s;-o-transition:all .5s ease-out 0s;transition:all .5s ease-out 0s;}.bdpp-post-carousel-wrap .owl-nav .owl-next:hover,.bdpp-post-carousel-wrap .owl-nav .owl-prev:hover,.bdpp-post-carousel-wrap .owl-nav .owl-next:focus,.bdpp-post-carousel-wrap .owl-nav .owl-prev:focus{background:#03a9f5;}.bdpp-post-carousel-wrap .owl-dots{width:100%;text-align:center;}.bdpp-post-carousel-wrap .owl-dots .owl-dot{width:10px !important;height:10px !important;padding:0px !important;background:#555;margin:0 2px;border-radius:100%;display:inline-block;box-shadow:none;}.bdpp-post-carousel-wrap .owl-dots .owl-dot.active{background:#fd6e4f;}.bdpp-post-carousel-wrap .owl-nav .disabled{opacity:.4;cursor:initial;}.bdpp-post-carousel-wrap.bdpp-design-1 .bdpp-post-carousel-content{text-align:center;}.bdpp-post-carousel-wrap.bdpp-design-1 .bdpp-format-icon{position:absolute;left:0px;right:0px;top:50%;color:#fff;-webkit-transform:translate(0%,-50%);-khtml-transform:translate(0%,-50%);-moz-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);-o-transform:translate(0%,-50%);transform:translate(0%,-50%);}.bdpp-equal-height .owl-stage{display:flex;flex-wrap:wrap;}.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-post-carousel-content{background:#f9f9f9;padding-bottom:15px;text-align:center;}.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-no-thumb .bdpp-post-carousel-content{padding-bottom:0px;}.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-post-image-bg{margin-bottom:0px;}.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-post-margin-content{background:#fff;padding:20px 20px 20px 20px;max-width:85%;margin:-50px auto 0 auto;position:relative;}.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-no-thumb .bdpp-post-margin-content{max-width:100%;border:10px solid #f9f9f9;margin:0px !important;}.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-format-icon{display:block;position:relative;margin-top:-40px;color:#fff;}.bdpp-post-carousel-wrap.bdpp-design-2 .bdpp-format-icon .bdpp-post-icon{box-shadow:0 0 22px -1px rgba(36,36,43,.2);}.bdpp-equal-height.bdpp-design-2 .bdpp-post-slide{height:100%;}.bdpp-equal-height.bdpp-design-2 .bdpp-post-carousel-content{display:flex;flex-direction:column;height:100%;}.bdpp-equal-height.bdpp-design-2 .bdpp-post-margin-content{flex:auto;-ms-flex:auto;-webkit-flex:auto;-moz-flex:auto;width:100%;}.bdpp-post-slider-wrap .owl-item .owl-lazy:not([src]),.bdpp-post-slider-wrap .owl-item .owl-lazy[src^=""]{max-height:none;}.bdpp-post-slider-wrap .owl-item .bdpp-no-thumb .owl-lazy{opacity:1;}.bdpp-post-slider-wrap.bdpp-equal-height .owl-stage{padding-bottom:0px;}.bdpp-post-slider-wrap .bdpp-post-img-bg{height:400px;}.bdpp-post-slider-wrap{position:relative;}.bdpp-post-slider-wrap .owl-nav{position:absolute;top:50%;margin-top:-30px;left:0;right:0;-webkit-transform:translate(0%,-50%);-khtml-transform:translate(0%,-50%);-moz-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);-o-transform:translate(0%,-50%);transform:translate(0%,-50%);}.bdpp-post-slider-wrap .owl-nav .owl-next,.bdpp-post-slider-wrap .owl-nav .owl-prev{display:inline-block;text-align:center !important;position:absolute;line-height:normal !important;cursor:pointer;background:rgba(0,0,0,.8);color:#fff;margin:0;font-size:40px;padding:2px 15px 6px 15px;box-shadow:none;border-radius:0px;-moz-transition:all .5s ease-out 0s;-ms-transition:all .5s ease-out 0s;-o-transition:all .5s ease-out 0s;transition:all .5s ease-out 0s;}.bdpp-post-slider-wrap .owl-nav .owl-next:hover,.bdpp-post-slider-wrap .owl-nav .owl-prev:hover,.bdpp-post-slider-wrap .owl-nav .owl-next:focus,.bdpp-post-slider-wrap .owl-nav .owl-prev:focus{background:#03a9f5;}.bdpp-post-slider-wrap .owl-nav .disabled{display:none;}.bdpp-post-slider-wrap .owl-nav .owl-next{right:0px;}.bdpp-post-slider-wrap .owl-nav .owl-prev{left:0px;}.bdpp-post-slider-wrap.owl-rtl .owl-nav .owl-next{left:0px;right:auto;}.bdpp-post-slider-wrap.owl-rtl .owl-nav .owl-prev{right:0px;left:auto;}.bdpp-post-slider-wrap .owl-dots{position:absolute;bottom:12px;width:100%;text-align:center;line-height:0;}.bdpp-post-slider-wrap .owl-dots .owl-dot{width:10px !important;height:10px !important;background:#555;margin:0 2px;padding:0px !important;border-radius:100%;display:inline-block;box-shadow:none;}.bdpp-post-slider-wrap .owl-dots .owl-dot.active{background:#fd6e4f;}.bdpp-post-slider-wrap .bdpp-post-desc{line-height:normal;}.bdpp-post-slider-wrap .bdpp-post-slider-content{position:relative;}.bdpp-post-slider-wrap .bdpp-no-thumb .bdpp-post-img-bg{background-color:#ddd;}.bdpp-post-slider-wrap.bdpp-design-1 .bdpp-format-icon{display:block;text-align:center;margin-bottom:15px;}.bdpp-post-slider-wrap.bdpp-design-1 .bdpp-post-icon{color:#fff;}.bdpp-post-slider-wrap.bdpp-design-1 .bdpp-post-img-bg{position:relative;width:100%;display:table;vertical-align:middle;text-align:center;overflow:hidden;background-repeat:no-repeat;background-position:center;}.bdpp-post-slider-wrap.bdpp-design-1 .bdpp-featured-meta{margin:0;padding:1.5rem 2rem;position:absolute;top:50%;left:50%;width:90%;max-width:500px;-webkit-transform:translate(-50%,-50%);-khtml-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:rgba(255,255,255,.8);z-index:99;}.bdpp-post-slider-wrap.bdpp-design-1 .bdpp-post-cats .bdpp-post-cat-link{padding:4px 8px;background:#000;border:0px;font-size:10px;color:#fff !important;text-transform:uppercase;}.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-post-icon{color:#fff;}.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-post-slider-content{position:static;}.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-post-slide{background:#e9eff9;}.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-col-left{padding-left:0px;}.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-col-right{background:#fff;z-index:2;position:absolute;padding:20px;right:50px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-format-icon{position:absolute;left:0px;right:0px;top:50%;color:#fff;-webkit-transform:translate(0%,-50%);-khtml-transform:translate(0%,-50%);-moz-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);-o-transform:translate(0%,-50%);transform:translate(0%,-50%);}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-columns{padding:1px !important;}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-img-bg,.bdpp-post-grid-box-wrap .bdpp-post-grid-content{height:100%;}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-img-bg{background-size:cover;background-repeat:no-repeat;background-position:center center;position:relative;overflow:hidden;-webkit-transition:all 200ms linear;transition:all 200ms linear;}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-img-bg::before{position:absolute;z-index:0;left:0;top:0;right:0;bottom:0;content:"";-webkit-transition:all 200ms linear;transition:all 200ms linear;}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-img-bg::before{background-color:rgba(0,0,0,.3);}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-title,.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-title a,.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-meta,.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-meta span,.bdpp-post-grid-box-wrap .bdpp-post-gridbox-main .bdpp-post-content-overlay .bdpp-post-content{color:#fff;}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-left{margin-bottom:20px;}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-right .bdpp-post-img-bg{margin-bottom:0px;}.bdpp-post-grid-box-wrap .bdpp-post-gridbox-right{padding-left:0px !important;margin-bottom:25px;}h4.bdpp-post-title{margin-top:5px !important;}.bdpp-post-grid-box-wrap .bdpp-post-content-overlay{line-height:25px;}.bdpp-post-grid-box-wrap .bdpp-post-grid-content{position:relative;}.bdpp-post-grid-box-wrap .bdpp-post-content-overlay{z-index:1;}.bdpp-post-grid-box-wrap.bdpp-design-1 .bdpp-post-grid-box-inr-wrap{font-size:0;margin-left:-.9375em;margin-right:-.9375em;}.bdpp-post-grid-box-wrap.bdpp-design-1 .bdpp-post-gridbox-left{font-size:15px;}.bdpp-post-grid-box-wrap.bdpp-design-1 .bdpp-post-gridbox-right{float:none !important;display:inline-block;vertical-align:top;font-size:15px;}.bdpp-post-grid-box-wrap.bdpp-design-1 .bdpp-format-icon{position:absolute;text-align:center;left:0px;right:0px;top:50%;color:#fff;-webkit-transform:translate(0%,-50%);-khtml-transform:translate(0%,-50%);-moz-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);-o-transform:translate(0%,-50%);transform:translate(0%,-50%);}.bdpp-post-masonry-wrap.bdpp-effect-2 .bdpp-post-grid{-webkit-transform:translateY(200px);transform:translateY(200px);-webkit-animation:BdppMoveUp .65s ease forwards;animation:BdppMoveUp .65s ease forwards;}@-webkit-keyframes BdppMoveUp{0%{}100%{-webkit-transform:translateY(0);opacity:1;}}@keyframes BdppMoveUp{0%{}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;}}.bdpp-post-widget-wrap .owl-item .owl-lazy:not([src]),.bdpp-post-widget-wrap .owl-item .owl-lazy[src^=""]{max-height:none;}.bdpp-post-widget-wrap .owl-item .bdpp-no-thumb .owl-lazy{opacity:1;}.bdpp-post-widget-wrap{margin-left:-.9375em;margin-right:-.9375em;}.bdpp-post-widget-wrap .bdpp-post-list-left{padding-right:0px;}.bdpp-post-widget-wrap .bdpp-post-widget-main{margin-bottom:25px;}.bdpp-post-widget-wrap .bdpp-post-widget-main:last-child{margin-bottom:0px;}.bdpp-post-widget-wrap .bdpp-post-img-bg{margin-bottom:0px;}.bdpp-post-widget-wrap .bdpp-post-cats a,.bdpp-post-date{font-size:11px;}.bdpp-post-widget-wrap .owl-dots .owl-dot{width:10px !important;height:10px !important;padding:0px !important;background:#555;margin:0 2px;border-radius:100%;display:inline-block;box-shadow:none;}.bdpp-post-widget-wrap .owl-dots .owl-dot.active{background:#fd6e4f;}.bdpp-post-widget-wrap .owl-dots{width:100%;text-align:center;}.bdpp-post-widget-wrap .bdpp-post-desc{margin-top:10px;line-height:normal;}.bdpp-post-widget-wrap.bdpp-design-1 .bdpp-post-cats{margin-bottom:5px !important;}.bdpp-post-widget-wrap.bdpp-design-1 h4.bdpp-post-title{margin-top:0px !important;}.bdpp-post-widget-wrap.bdpp-design-6 .bdpp-post-img-bg{margin-bottom:10px;}.bdpp-wrap .bdpp-ticker-post-img{display:inline-block;width:30px;height:30px;max-height:30px;max-width:30px;vertical-align:middle;border-radius:50%;}.bdpp-ticker-post-img-wrap{display:inline-block;margin-right:10px;}.bdpp-post-scroling-wdgt .bdpp-post-img-bg a.bdpp-post-link-bg:after{content:"";position:absolute;background:rgba(0,0,0,.4);left:0;right:0;top:0;bottom:0;}.bdpp-post-scroling-wdgt .bdpp-post-img-bg a.bdpp-post-link-bg{display:block;position:relative;height:300px;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover;}.bdpp-post-scroling-wdgt .bdpp-post-widget-overlay{position:absolute;left:0;right:0;z-index:1;bottom:0px;padding:15px;}.bdpp-post-scroling-wdgt{visibility:hidden;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:opacity .5s linear;transition:opacity .5s linear;height:300;}.inf-vticker-initialized{visibility:visible !important;opacity:1 !important;}.bdpp-post-scroling-wdgt ul{margin:0 !important;padding:0px !important;list-style:none !important;width:100%;}.bdpp-post-scroling-wdgt ul li{list-style:none !important;}.bdpp-post-scroling-wdgt ul li:before,.bdpp-post-scroling-wdgt ul li:after{content:none !important;padding:0px !important;margin:0px !important;}.bdpp-post-scroling-wdgt .bdpp-post-list-content{padding:15px 0;}.bdpp-post-scroling-wdgt .bdpp-post-cats a{text-decoration:none !important;font-size:11px;text-transform:capitalize;padding:3px 3px;}.bdpp-post-scroling-wdgt .bdpp-post-cats{margin-bottom:8px;}.bdpp-post-scroling-wdgt h4.bdpp-post-title{margin:0 0 8px 0 !important;}.bdpp-post-scroling-wdgt .bdpp-vscroll-btn-wrap{margin-bottom:10px;padding-left:.9375em;padding-right:.9375em;}.bdpp-post-scroling-wdgt .post-vticker-up,.bdpp-post-scroling-wdgt .post-vticker-down{background:rgba(0,0,0,.5);font-size:13px;cursor:pointer;display:inline-block;padding:5px 10px;color:#fff;line-height:normal !important;-moz-transition:all .5s ease-out 0s;-ms-transition:all .5s ease-out 0s;-o-transition:all .5s ease-out 0s;transition:all .5s ease-out 0s;}.bdpp-post-scroling-wdgt .post-vticker-up:hover,.bdpp-post-scroling-wdgt .post-vticker-down:hover,.bdpp-post-scroling-wdgt .post-vticker-up:focus,.bdpp-post-scroling-wdgt .post-vticker-down:focus{background:#03a9f5;}.bdpp-column,.bdpp-columns{padding-left:.9375em;padding-right:.9375em;width:100%;float:left;position:relative;}.bdpp-col-s-1{width:8.33333%;}.bdpp-col-s-2{width:16.66667%;}.bdpp-col-s-3{width:25%;}.bdpp-col-s-4{width:33.33333%;}.bdpp-col-s-5{width:41.66667%;}.bdpp-col-s-6{width:50%;}.bdpp-col-s-7{width:58.33333%;}.bdpp-col-s-8{width:66.66667%;}.bdpp-col-s-9{width:75%;}.bdpp-col-s-10{width:83.33333%;}.bdpp-col-s-11{width:91.66667%;}.bdpp-col-s-12{width:100%;}@media only screen and (min-width: 40.0625em){.bdpp-column,.bdpp-columns{position:relative;padding-left:.9375em;padding-right:.9375em;float:left;}.bdpp-col-1{width:100%;}.bdpp-col-2{width:50%;}.bdpp-col-3{width:33.33%;}.bdpp-col-4{width:25%;}.bdpp-col-5{width:20%;}.bdpp-col-6{width:16.6666%;}.bdpp-col-7{width:14.28571%;}.bdpp-col-8{width:12.5%;}.bdpp-col-9{width:11.1111%;}.bdpp-col-10{width:10%;}.bdpp-col-11{width:9.0909%;}.bdpp-col-12{width:8.3333%;}}@media only screen and (min-width: 640px) and (max-width: 768px){.bdpp-post-grid.bdpp-columns{width:50%;}.bdpp-post-grid.bdpp-col-1{width:100%;}.bdpp-post-grid-wrap .bdpp-first{clear:none;}.bdpp-post-grid-wrap .bdpp-post-grid:nth-child(2n+1){clear:both;}}@media only screen and (max-width: 40.0625em){.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-col-right{position:relative;top:0;right:0;-webkit-transform:translateY(0%);transform:translateY(0%);background:none;padding:0px;margin-top:-40px;margin-bottom:15px;}.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-col-right .bdpp-featured-meta{max-width:85%;margin:0 auto;background:#fff;padding:15px;}.bdpp-post-slider-wrap.bdpp-design-2 .bdpp-col-left{padding:15px;}h2.bdpp-post-title{font-size:22px;line-height:28px;}}.bdpp-pb-shrt-prev-wrap{background-color:#dddfe3;border:1px solid #ccc;color:#32373c;font-size:14px;padding:8px;text-align:center;line-height:22px;}.bdpp-pb-shrt-title span{border-bottom:2px solid #32373c;display:inline-block;font-size:16px;font-weight:600;margin-bottom:10px;}.rtl .bdpp-post-content-overlay,.rtl .bdpp-post-overlay{text-align:right !important;}.rtl .bdpp-post-meta span i.fa,.rtl .bdpp-post-meta span svg{margin:0 0 0 5px;}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important;}.wpcf7 .hidden-fields-container{display:none;}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2;}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none;}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450;}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232;}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28;}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900;}.wpcf7-form-control-wrap{position:relative;}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:normal;display:block;}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em;}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em;}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" ";}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative;}form.submitting .wpcf7-spinner{visibility:visible;}.wpcf7-spinner::before{content:"";position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite;}@media (prefers-reduced-motion: reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms;}}@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}@keyframes blink{from{opacity:0;}50%{opacity:1;}to{opacity:0;}}.wpcf7 [inert]{opacity:.5;}.wpcf7 input[type="file"]{cursor:pointer;}.wpcf7 input[type="file"]:disabled{cursor:default;}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed;}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr;}.wpcf7-reflection > output{display:list-item;list-style:none;}.wpcf7-reflection > output[hidden]{display:none;}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900);}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;}.fa-1x{font-size:1em;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-6x{font-size:6em;}.fa-7x{font-size:7em;}.fa-8x{font-size:8em;}.fa-9x{font-size:9em;}.fa-10x{font-size:10em;}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em;}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em;}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em;}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em;}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em;}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em;}.fa-fw{text-align:center;width:1.25em;}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0;}.fa-ul>li{position:relative;}.fa-li{left:calc(var(--fa-li-width,2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit;}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em);}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em);}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em);}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear);}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear);}.fa-spin-reverse{--fa-animation-direction:reverse;}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8));}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s;}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1);}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25));}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1);}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25));}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4);}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4);}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1);}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125));}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1);}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125));}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg);}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg);}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg);}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg);}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg);}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg);}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg);}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg);}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg);}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg);}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg);}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg);}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg);}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg);}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg);}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg);}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg);}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg);}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(1turn);transform:rotate(1turn);}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(1turn);transform:rotate(1turn);}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg);}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg);}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg);}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1);}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1);}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1);}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none));}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em;}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto);}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:var(--fa-inverse,#fff);}.fa-0:before{content:"0";}.fa-1:before{content:"1";}.fa-2:before{content:"2";}.fa-3:before{content:"3";}.fa-4:before{content:"4";}.fa-5:before{content:"5";}.fa-6:before{content:"6";}.fa-7:before{content:"7";}.fa-8:before{content:"8";}.fa-9:before{content:"9";}.fa-a:before{content:"A";}.fa-address-book:before,.fa-contact-book:before{content:"";}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"";}.fa-align-center:before{content:"";}.fa-align-justify:before{content:"";}.fa-align-left:before{content:"";}.fa-align-right:before{content:"";}.fa-anchor:before{content:"";}.fa-anchor-circle-check:before{content:"";}.fa-anchor-circle-exclamation:before{content:"";}.fa-anchor-circle-xmark:before{content:"";}.fa-anchor-lock:before{content:"";}.fa-angle-down:before{content:"";}.fa-angle-left:before{content:"";}.fa-angle-right:before{content:"";}.fa-angle-up:before{content:"";}.fa-angle-double-down:before,.fa-angles-down:before{content:"";}.fa-angle-double-left:before,.fa-angles-left:before{content:"";}.fa-angle-double-right:before,.fa-angles-right:before{content:"";}.fa-angle-double-up:before,.fa-angles-up:before{content:"";}.fa-ankh:before{content:"";}.fa-apple-alt:before,.fa-apple-whole:before{content:"";}.fa-archway:before{content:"";}.fa-arrow-down:before{content:"";}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"";}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"";}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"";}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"";}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"";}.fa-arrow-down-up-across-line:before{content:"";}.fa-arrow-down-up-lock:before{content:"";}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"";}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"";}.fa-arrow-left:before{content:"";}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"";}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"";}.fa-arrow-right:before{content:"";}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"";}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"";}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"";}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"";}.fa-arrow-right-to-city:before{content:"";}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"";}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"";}.fa-arrow-trend-down:before{content:"";}.fa-arrow-trend-up:before{content:"";}.fa-arrow-turn-down:before,.fa-level-down:before{content:"";}.fa-arrow-turn-up:before,.fa-level-up:before{content:"";}.fa-arrow-up:before{content:"";}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"";}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"";}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"";}.fa-arrow-up-from-bracket:before{content:"";}.fa-arrow-up-from-ground-water:before{content:"";}.fa-arrow-up-from-water-pump:before{content:"";}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"";}.fa-arrow-up-right-dots:before{content:"";}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"";}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"";}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"";}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"";}.fa-arrows-down-to-line:before{content:"";}.fa-arrows-down-to-people:before{content:"";}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"";}.fa-arrows-left-right-to-line:before{content:"";}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"";}.fa-arrows-spin:before{content:"";}.fa-arrows-split-up-and-left:before{content:"";}.fa-arrows-to-circle:before{content:"";}.fa-arrows-to-dot:before{content:"";}.fa-arrows-to-eye:before{content:"";}.fa-arrows-turn-right:before{content:"";}.fa-arrows-turn-to-dots:before{content:"";}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"";}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"";}.fa-arrows-up-to-line:before{content:"";}.fa-asterisk:before{content:"*";}.fa-at:before{content:"@";}.fa-atom:before{content:"";}.fa-audio-description:before{content:"";}.fa-austral-sign:before{content:"";}.fa-award:before{content:"";}.fa-b:before{content:"B";}.fa-baby:before{content:"";}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"";}.fa-backward:before{content:"";}.fa-backward-fast:before,.fa-fast-backward:before{content:"";}.fa-backward-step:before,.fa-step-backward:before{content:"";}.fa-bacon:before{content:"";}.fa-bacteria:before{content:"";}.fa-bacterium:before{content:"";}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"";}.fa-bahai:before{content:"";}.fa-baht-sign:before{content:"";}.fa-ban:before,.fa-cancel:before{content:"";}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"";}.fa-band-aid:before,.fa-bandage:before{content:"";}.fa-barcode:before{content:"";}.fa-bars:before,.fa-navicon:before{content:"";}.fa-bars-progress:before,.fa-tasks-alt:before{content:"";}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"";}.fa-baseball-ball:before,.fa-baseball:before{content:"";}.fa-baseball-bat-ball:before{content:"";}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"";}.fa-basketball-ball:before,.fa-basketball:before{content:"";}.fa-bath:before,.fa-bathtub:before{content:"";}.fa-battery-0:before,.fa-battery-empty:before{content:"";}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"";}.fa-battery-3:before,.fa-battery-half:before{content:"";}.fa-battery-2:before,.fa-battery-quarter:before{content:"";}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"";}.fa-bed:before{content:"";}.fa-bed-pulse:before,.fa-procedures:before{content:"";}.fa-beer-mug-empty:before,.fa-beer:before{content:"";}.fa-bell:before{content:"";}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"";}.fa-bell-slash:before{content:"";}.fa-bezier-curve:before{content:"";}.fa-bicycle:before{content:"";}.fa-binoculars:before{content:"";}.fa-biohazard:before{content:"";}.fa-bitcoin-sign:before{content:"";}.fa-blender:before{content:"";}.fa-blender-phone:before{content:"";}.fa-blog:before{content:"";}.fa-bold:before{content:"";}.fa-bolt:before,.fa-zap:before{content:"";}.fa-bolt-lightning:before{content:"";}.fa-bomb:before{content:"";}.fa-bone:before{content:"";}.fa-bong:before{content:"";}.fa-book:before{content:"";}.fa-atlas:before,.fa-book-atlas:before{content:"";}.fa-bible:before,.fa-book-bible:before{content:"";}.fa-book-bookmark:before{content:"";}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"";}.fa-book-medical:before{content:"";}.fa-book-open:before{content:"";}.fa-book-open-reader:before,.fa-book-reader:before{content:"";}.fa-book-quran:before,.fa-quran:before{content:"";}.fa-book-dead:before,.fa-book-skull:before{content:"";}.fa-bookmark:before{content:"";}.fa-border-all:before{content:"";}.fa-border-none:before{content:"";}.fa-border-style:before,.fa-border-top-left:before{content:"";}.fa-bore-hole:before{content:"";}.fa-bottle-droplet:before{content:"";}.fa-bottle-water:before{content:"";}.fa-bowl-food:before{content:"";}.fa-bowl-rice:before{content:"";}.fa-bowling-ball:before{content:"";}.fa-box:before{content:"";}.fa-archive:before,.fa-box-archive:before{content:"";}.fa-box-open:before{content:"";}.fa-box-tissue:before{content:"";}.fa-boxes-packing:before{content:"";}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"";}.fa-braille:before{content:"";}.fa-brain:before{content:"";}.fa-brazilian-real-sign:before{content:"";}.fa-bread-slice:before{content:"";}.fa-bridge:before{content:"";}.fa-bridge-circle-check:before{content:"";}.fa-bridge-circle-exclamation:before{content:"";}.fa-bridge-circle-xmark:before{content:"";}.fa-bridge-lock:before{content:"";}.fa-bridge-water:before{content:"";}.fa-briefcase:before{content:"";}.fa-briefcase-medical:before{content:"";}.fa-broom:before{content:"";}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"";}.fa-brush:before{content:"";}.fa-bucket:before{content:"";}.fa-bug:before{content:"";}.fa-bug-slash:before{content:"";}.fa-bugs:before{content:"";}.fa-building:before{content:"";}.fa-building-circle-arrow-right:before{content:"";}.fa-building-circle-check:before{content:"";}.fa-building-circle-exclamation:before{content:"";}.fa-building-circle-xmark:before{content:"";}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"";}.fa-building-flag:before{content:"";}.fa-building-lock:before{content:"";}.fa-building-ngo:before{content:"";}.fa-building-shield:before{content:"";}.fa-building-un:before{content:"";}.fa-building-user:before{content:"";}.fa-building-wheat:before{content:"";}.fa-bullhorn:before{content:"";}.fa-bullseye:before{content:"";}.fa-burger:before,.fa-hamburger:before{content:"";}.fa-burst:before{content:"";}.fa-bus:before{content:"";}.fa-bus-alt:before,.fa-bus-simple:before{content:"";}.fa-briefcase-clock:before,.fa-business-time:before{content:"";}.fa-c:before{content:"C";}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"";}.fa-calculator:before{content:"";}.fa-calendar:before{content:"";}.fa-calendar-check:before{content:"";}.fa-calendar-day:before{content:"";}.fa-calendar-alt:before,.fa-calendar-days:before{content:"";}.fa-calendar-minus:before{content:"";}.fa-calendar-plus:before{content:"";}.fa-calendar-week:before{content:"";}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"";}.fa-camera-alt:before,.fa-camera:before{content:"";}.fa-camera-retro:before{content:"";}.fa-camera-rotate:before{content:"";}.fa-campground:before{content:"";}.fa-candy-cane:before{content:"";}.fa-cannabis:before{content:"";}.fa-capsules:before{content:"";}.fa-automobile:before,.fa-car:before{content:"";}.fa-battery-car:before,.fa-car-battery:before{content:"";}.fa-car-burst:before,.fa-car-crash:before{content:"";}.fa-car-on:before{content:"";}.fa-car-alt:before,.fa-car-rear:before{content:"";}.fa-car-side:before{content:"";}.fa-car-tunnel:before{content:"";}.fa-caravan:before{content:"";}.fa-caret-down:before{content:"";}.fa-caret-left:before{content:"";}.fa-caret-right:before{content:"";}.fa-caret-up:before{content:"";}.fa-carrot:before{content:"";}.fa-cart-arrow-down:before{content:"";}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"";}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"";}.fa-cart-plus:before{content:"";}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"";}.fa-cash-register:before{content:"";}.fa-cat:before{content:"";}.fa-cedi-sign:before{content:"";}.fa-cent-sign:before{content:"";}.fa-certificate:before{content:"";}.fa-chair:before{content:"";}.fa-blackboard:before,.fa-chalkboard:before{content:"";}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"";}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"";}.fa-charging-station:before{content:"";}.fa-area-chart:before,.fa-chart-area:before{content:"";}.fa-bar-chart:before,.fa-chart-bar:before{content:"";}.fa-chart-column:before{content:"";}.fa-chart-gantt:before{content:"";}.fa-chart-line:before,.fa-line-chart:before{content:"";}.fa-chart-pie:before,.fa-pie-chart:before{content:"";}.fa-chart-simple:before{content:"";}.fa-check:before{content:"";}.fa-check-double:before{content:"";}.fa-check-to-slot:before,.fa-vote-yea:before{content:"";}.fa-cheese:before{content:"";}.fa-chess:before{content:"";}.fa-chess-bishop:before{content:"";}.fa-chess-board:before{content:"";}.fa-chess-king:before{content:"";}.fa-chess-knight:before{content:"";}.fa-chess-pawn:before{content:"";}.fa-chess-queen:before{content:"";}.fa-chess-rook:before{content:"";}.fa-chevron-down:before{content:"";}.fa-chevron-left:before{content:"";}.fa-chevron-right:before{content:"";}.fa-chevron-up:before{content:"";}.fa-child:before{content:"";}.fa-child-dress:before{content:"";}.fa-child-reaching:before{content:"";}.fa-child-rifle:before{content:"";}.fa-children:before{content:"";}.fa-church:before{content:"";}.fa-circle:before{content:"";}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"";}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"";}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"";}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"";}.fa-check-circle:before,.fa-circle-check:before{content:"";}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"";}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"";}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"";}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"";}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"";}.fa-circle-dot:before,.fa-dot-circle:before{content:"";}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"";}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"";}.fa-circle-h:before,.fa-hospital-symbol:before{content:"";}.fa-adjust:before,.fa-circle-half-stroke:before{content:"";}.fa-circle-info:before,.fa-info-circle:before{content:"";}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"";}.fa-circle-minus:before,.fa-minus-circle:before{content:"";}.fa-circle-nodes:before{content:"";}.fa-circle-notch:before{content:"";}.fa-circle-pause:before,.fa-pause-circle:before{content:"";}.fa-circle-play:before,.fa-play-circle:before{content:"";}.fa-circle-plus:before,.fa-plus-circle:before{content:"";}.fa-circle-question:before,.fa-question-circle:before{content:"";}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"";}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"";}.fa-circle-stop:before,.fa-stop-circle:before{content:"";}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"";}.fa-circle-user:before,.fa-user-circle:before{content:"";}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"";}.fa-city:before{content:"";}.fa-clapperboard:before{content:"";}.fa-clipboard:before{content:"";}.fa-clipboard-check:before{content:"";}.fa-clipboard-list:before{content:"";}.fa-clipboard-question:before{content:"";}.fa-clipboard-user:before{content:"";}.fa-clock-four:before,.fa-clock:before{content:"";}.fa-clock-rotate-left:before,.fa-history:before{content:"";}.fa-clone:before{content:"";}.fa-closed-captioning:before{content:"";}.fa-cloud:before{content:"";}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"";}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"";}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"";}.fa-cloud-meatball:before{content:"";}.fa-cloud-moon:before{content:"";}.fa-cloud-moon-rain:before{content:"";}.fa-cloud-rain:before{content:"";}.fa-cloud-showers-heavy:before{content:"";}.fa-cloud-showers-water:before{content:"";}.fa-cloud-sun:before{content:"";}.fa-cloud-sun-rain:before{content:"";}.fa-clover:before{content:"";}.fa-code:before{content:"";}.fa-code-branch:before{content:"";}.fa-code-commit:before{content:"";}.fa-code-compare:before{content:"";}.fa-code-fork:before{content:"";}.fa-code-merge:before{content:"";}.fa-code-pull-request:before{content:"";}.fa-coins:before{content:"";}.fa-colon-sign:before{content:"";}.fa-comment:before{content:"";}.fa-comment-dollar:before{content:"";}.fa-comment-dots:before,.fa-commenting:before{content:"";}.fa-comment-medical:before{content:"";}.fa-comment-slash:before{content:"";}.fa-comment-sms:before,.fa-sms:before{content:"";}.fa-comments:before{content:"";}.fa-comments-dollar:before{content:"";}.fa-compact-disc:before{content:"";}.fa-compass:before{content:"";}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"";}.fa-compress:before{content:"";}.fa-computer:before{content:"";}.fa-computer-mouse:before,.fa-mouse:before{content:"";}.fa-cookie:before{content:"";}.fa-cookie-bite:before{content:"";}.fa-copy:before{content:"";}.fa-copyright:before{content:"";}.fa-couch:before{content:"";}.fa-cow:before{content:"";}.fa-credit-card-alt:before,.fa-credit-card:before{content:"";}.fa-crop:before{content:"";}.fa-crop-alt:before,.fa-crop-simple:before{content:"";}.fa-cross:before{content:"";}.fa-crosshairs:before{content:"";}.fa-crow:before{content:"";}.fa-crown:before{content:"";}.fa-crutch:before{content:"";}.fa-cruzeiro-sign:before{content:"";}.fa-cube:before{content:"";}.fa-cubes:before{content:"";}.fa-cubes-stacked:before{content:"";}.fa-d:before{content:"D";}.fa-database:before{content:"";}.fa-backspace:before,.fa-delete-left:before{content:"";}.fa-democrat:before{content:"";}.fa-desktop-alt:before,.fa-desktop:before{content:"";}.fa-dharmachakra:before{content:"";}.fa-diagram-next:before{content:"";}.fa-diagram-predecessor:before{content:"";}.fa-diagram-project:before,.fa-project-diagram:before{content:"";}.fa-diagram-successor:before{content:"";}.fa-diamond:before{content:"";}.fa-diamond-turn-right:before,.fa-directions:before{content:"";}.fa-dice:before{content:"";}.fa-dice-d20:before{content:"";}.fa-dice-d6:before{content:"";}.fa-dice-five:before{content:"";}.fa-dice-four:before{content:"";}.fa-dice-one:before{content:"";}.fa-dice-six:before{content:"";}.fa-dice-three:before{content:"";}.fa-dice-two:before{content:"";}.fa-disease:before{content:"";}.fa-display:before{content:"";}.fa-divide:before{content:"";}.fa-dna:before{content:"";}.fa-dog:before{content:"";}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"$";}.fa-dolly-box:before,.fa-dolly:before{content:"";}.fa-dong-sign:before{content:"";}.fa-door-closed:before{content:"";}.fa-door-open:before{content:"";}.fa-dove:before{content:"";}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"";}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"";}.fa-download:before{content:"";}.fa-dragon:before{content:"";}.fa-draw-polygon:before{content:"";}.fa-droplet:before,.fa-tint:before{content:"";}.fa-droplet-slash:before,.fa-tint-slash:before{content:"";}.fa-drum:before{content:"";}.fa-drum-steelpan:before{content:"";}.fa-drumstick-bite:before{content:"";}.fa-dumbbell:before{content:"";}.fa-dumpster:before{content:"";}.fa-dumpster-fire:before{content:"";}.fa-dungeon:before{content:"";}.fa-e:before{content:"E";}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"";}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"";}.fa-earth-africa:before,.fa-globe-africa:before{content:"";}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"";}.fa-earth-asia:before,.fa-globe-asia:before{content:"";}.fa-earth-europe:before,.fa-globe-europe:before{content:"";}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"";}.fa-egg:before{content:"";}.fa-eject:before{content:"";}.fa-elevator:before{content:"";}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"";}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"";}.fa-envelope:before{content:"";}.fa-envelope-circle-check:before{content:"";}.fa-envelope-open:before{content:"";}.fa-envelope-open-text:before{content:"";}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"";}.fa-equals:before{content:"=";}.fa-eraser:before{content:"";}.fa-ethernet:before{content:"";}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"";}.fa-exclamation:before{content:"!";}.fa-expand:before{content:"";}.fa-explosion:before{content:"";}.fa-eye:before{content:"";}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"";}.fa-eye-low-vision:before,.fa-low-vision:before{content:"";}.fa-eye-slash:before{content:"";}.fa-f:before{content:"F";}.fa-angry:before,.fa-face-angry:before{content:"";}.fa-dizzy:before,.fa-face-dizzy:before{content:"";}.fa-face-flushed:before,.fa-flushed:before{content:"";}.fa-face-frown:before,.fa-frown:before{content:"";}.fa-face-frown-open:before,.fa-frown-open:before{content:"";}.fa-face-grimace:before,.fa-grimace:before{content:"";}.fa-face-grin:before,.fa-grin:before{content:"";}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"";}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"";}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"";}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"";}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"";}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"";}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"";}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"";}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"";}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"";}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"";}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"";}.fa-face-kiss:before,.fa-kiss:before{content:"";}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"";}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"";}.fa-face-laugh:before,.fa-laugh:before{content:"";}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"";}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"";}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"";}.fa-face-meh:before,.fa-meh:before{content:"";}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"";}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"";}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"";}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"";}.fa-face-smile:before,.fa-smile:before{content:"";}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"";}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"";}.fa-face-surprise:before,.fa-surprise:before{content:"";}.fa-face-tired:before,.fa-tired:before{content:"";}.fa-fan:before{content:"";}.fa-faucet:before{content:"";}.fa-faucet-drip:before{content:"";}.fa-fax:before{content:"";}.fa-feather:before{content:"";}.fa-feather-alt:before,.fa-feather-pointed:before{content:"";}.fa-ferry:before{content:"";}.fa-file:before{content:"";}.fa-file-arrow-down:before,.fa-file-download:before{content:"";}.fa-file-arrow-up:before,.fa-file-upload:before{content:"";}.fa-file-audio:before{content:"";}.fa-file-circle-check:before{content:"";}.fa-file-circle-exclamation:before{content:"";}.fa-file-circle-minus:before{content:"";}.fa-file-circle-plus:before{content:"";}.fa-file-circle-question:before{content:"";}.fa-file-circle-xmark:before{content:"";}.fa-file-code:before{content:"";}.fa-file-contract:before{content:"";}.fa-file-csv:before{content:"";}.fa-file-excel:before{content:"";}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"";}.fa-file-image:before{content:"";}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"";}.fa-file-invoice:before{content:"";}.fa-file-invoice-dollar:before{content:"";}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"";}.fa-file-medical:before{content:"";}.fa-file-pdf:before{content:"";}.fa-file-edit:before,.fa-file-pen:before{content:"";}.fa-file-powerpoint:before{content:"";}.fa-file-prescription:before{content:"";}.fa-file-shield:before{content:"";}.fa-file-signature:before{content:"";}.fa-file-video:before{content:"";}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"";}.fa-file-word:before{content:"";}.fa-file-archive:before,.fa-file-zipper:before{content:"";}.fa-fill:before{content:"";}.fa-fill-drip:before{content:"";}.fa-film:before{content:"";}.fa-filter:before{content:"";}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"";}.fa-filter-circle-xmark:before{content:"";}.fa-fingerprint:before{content:"";}.fa-fire:before{content:"";}.fa-fire-burner:before{content:"";}.fa-fire-extinguisher:before{content:"";}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"";}.fa-burn:before,.fa-fire-flame-simple:before{content:"";}.fa-fish:before{content:"";}.fa-fish-fins:before{content:"";}.fa-flag:before{content:"";}.fa-flag-checkered:before{content:"";}.fa-flag-usa:before{content:"";}.fa-flask:before{content:"";}.fa-flask-vial:before{content:"";}.fa-floppy-disk:before,.fa-save:before{content:"";}.fa-florin-sign:before{content:"";}.fa-folder-blank:before,.fa-folder:before{content:"";}.fa-folder-closed:before{content:"";}.fa-folder-minus:before{content:"";}.fa-folder-open:before{content:"";}.fa-folder-plus:before{content:"";}.fa-folder-tree:before{content:"";}.fa-font:before{content:"";}.fa-football-ball:before,.fa-football:before{content:"";}.fa-forward:before{content:"";}.fa-fast-forward:before,.fa-forward-fast:before{content:"";}.fa-forward-step:before,.fa-step-forward:before{content:"";}.fa-franc-sign:before{content:"";}.fa-frog:before{content:"";}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"";}.fa-g:before{content:"G";}.fa-gamepad:before{content:"";}.fa-gas-pump:before{content:"";}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"";}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"";}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"";}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"";}.fa-gavel:before,.fa-legal:before{content:"";}.fa-cog:before,.fa-gear:before{content:"";}.fa-cogs:before,.fa-gears:before{content:"";}.fa-gem:before{content:"";}.fa-genderless:before{content:"";}.fa-ghost:before{content:"";}.fa-gift:before{content:"";}.fa-gifts:before{content:"";}.fa-glass-water:before{content:"";}.fa-glass-water-droplet:before{content:"";}.fa-glasses:before{content:"";}.fa-globe:before{content:"";}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"";}.fa-gopuram:before{content:"";}.fa-graduation-cap:before,.fa-mortar-board:before{content:"";}.fa-greater-than:before{content:">";}.fa-greater-than-equal:before{content:"";}.fa-grip-horizontal:before,.fa-grip:before{content:"";}.fa-grip-lines:before{content:"";}.fa-grip-lines-vertical:before{content:"";}.fa-grip-vertical:before{content:"";}.fa-group-arrows-rotate:before{content:"";}.fa-guarani-sign:before{content:"";}.fa-guitar:before{content:"";}.fa-gun:before{content:"";}.fa-h:before{content:"H";}.fa-hammer:before{content:"";}.fa-hamsa:before{content:"";}.fa-hand-paper:before,.fa-hand:before{content:"";}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"";}.fa-allergies:before,.fa-hand-dots:before{content:"";}.fa-fist-raised:before,.fa-hand-fist:before{content:"";}.fa-hand-holding:before{content:"";}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"";}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"";}.fa-hand-holding-hand:before{content:"";}.fa-hand-holding-heart:before{content:"";}.fa-hand-holding-medical:before{content:"";}.fa-hand-lizard:before{content:"";}.fa-hand-middle-finger:before{content:"";}.fa-hand-peace:before{content:"";}.fa-hand-point-down:before{content:"";}.fa-hand-point-left:before{content:"";}.fa-hand-point-right:before{content:"";}.fa-hand-point-up:before{content:"";}.fa-hand-pointer:before{content:"";}.fa-hand-scissors:before{content:"";}.fa-hand-sparkles:before{content:"";}.fa-hand-spock:before{content:"";}.fa-handcuffs:before{content:"";}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"";}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"";}.fa-hands-bound:before{content:"";}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"";}.fa-hands-clapping:before{content:"";}.fa-hands-holding:before{content:"";}.fa-hands-holding-child:before{content:"";}.fa-hands-holding-circle:before{content:"";}.fa-hands-praying:before,.fa-praying-hands:before{content:"";}.fa-handshake:before{content:"";}.fa-hands-helping:before,.fa-handshake-angle:before{content:"";}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"";}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"";}.fa-handshake-slash:before{content:"";}.fa-hanukiah:before{content:"";}.fa-hard-drive:before,.fa-hdd:before{content:"";}.fa-hashtag:before{content:"#";}.fa-hat-cowboy:before{content:"";}.fa-hat-cowboy-side:before{content:"";}.fa-hat-wizard:before{content:"";}.fa-head-side-cough:before{content:"";}.fa-head-side-cough-slash:before{content:"";}.fa-head-side-mask:before{content:"";}.fa-head-side-virus:before{content:"";}.fa-header:before,.fa-heading:before{content:"";}.fa-headphones:before{content:"";}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"";}.fa-headset:before{content:"";}.fa-heart:before{content:"";}.fa-heart-circle-bolt:before{content:"";}.fa-heart-circle-check:before{content:"";}.fa-heart-circle-exclamation:before{content:"";}.fa-heart-circle-minus:before{content:"";}.fa-heart-circle-plus:before{content:"";}.fa-heart-circle-xmark:before{content:"";}.fa-heart-broken:before,.fa-heart-crack:before{content:"";}.fa-heart-pulse:before,.fa-heartbeat:before{content:"";}.fa-helicopter:before{content:"";}.fa-helicopter-symbol:before{content:"";}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"";}.fa-helmet-un:before{content:"";}.fa-highlighter:before{content:"";}.fa-hill-avalanche:before{content:"";}.fa-hill-rockslide:before{content:"";}.fa-hippo:before{content:"";}.fa-hockey-puck:before{content:"";}.fa-holly-berry:before{content:"";}.fa-horse:before{content:"";}.fa-horse-head:before{content:"";}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"";}.fa-hospital-user:before{content:"";}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"";}.fa-hotdog:before{content:"";}.fa-hotel:before{content:"";}.fa-hourglass-2:before,.fa-hourglass-half:before,.fa-hourglass:before{content:"";}.fa-hourglass-empty:before{content:"";}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"";}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"";}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"";}.fa-home-lg:before,.fa-house-chimney:before{content:"";}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"";}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"";}.fa-house-chimney-user:before{content:"";}.fa-house-chimney-window:before{content:"";}.fa-house-circle-check:before{content:"";}.fa-house-circle-exclamation:before{content:"";}.fa-house-circle-xmark:before{content:"";}.fa-house-crack:before{content:"";}.fa-house-fire:before{content:"";}.fa-house-flag:before{content:"";}.fa-house-flood-water:before{content:"";}.fa-house-flood-water-circle-arrow-right:before{content:"";}.fa-house-laptop:before,.fa-laptop-house:before{content:"";}.fa-house-lock:before{content:"";}.fa-house-medical:before{content:"";}.fa-house-medical-circle-check:before{content:"";}.fa-house-medical-circle-exclamation:before{content:"";}.fa-house-medical-circle-xmark:before{content:"";}.fa-house-medical-flag:before{content:"";}.fa-house-signal:before{content:"";}.fa-house-tsunami:before{content:"";}.fa-home-user:before,.fa-house-user:before{content:"";}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"";}.fa-hurricane:before{content:"";}.fa-i:before{content:"I";}.fa-i-cursor:before{content:"";}.fa-ice-cream:before{content:"";}.fa-icicles:before{content:"";}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"";}.fa-id-badge:before{content:"";}.fa-drivers-license:before,.fa-id-card:before{content:"";}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"";}.fa-igloo:before{content:"";}.fa-image:before{content:"";}.fa-image-portrait:before,.fa-portrait:before{content:"";}.fa-images:before{content:"";}.fa-inbox:before{content:"";}.fa-indent:before{content:"";}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"";}.fa-industry:before{content:"";}.fa-infinity:before{content:"";}.fa-info:before{content:"";}.fa-italic:before{content:"";}.fa-j:before{content:"J";}.fa-jar:before{content:"";}.fa-jar-wheat:before{content:"";}.fa-jedi:before{content:"";}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"";}.fa-jet-fighter-up:before{content:"";}.fa-joint:before{content:"";}.fa-jug-detergent:before{content:"";}.fa-k:before{content:"K";}.fa-kaaba:before{content:"";}.fa-key:before{content:"";}.fa-keyboard:before{content:"";}.fa-khanda:before{content:"";}.fa-kip-sign:before{content:"";}.fa-first-aid:before,.fa-kit-medical:before{content:"";}.fa-kitchen-set:before{content:"";}.fa-kiwi-bird:before{content:"";}.fa-l:before{content:"L";}.fa-land-mine-on:before{content:"";}.fa-landmark:before{content:"";}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"";}.fa-landmark-flag:before{content:"";}.fa-language:before{content:"";}.fa-laptop:before{content:"";}.fa-laptop-code:before{content:"";}.fa-laptop-file:before{content:"";}.fa-laptop-medical:before{content:"";}.fa-lari-sign:before{content:"";}.fa-layer-group:before{content:"";}.fa-leaf:before{content:"";}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"";}.fa-arrows-alt-h:before,.fa-left-right:before{content:"";}.fa-lemon:before{content:"";}.fa-less-than:before{content:"<";}.fa-less-than-equal:before{content:"";}.fa-life-ring:before{content:"";}.fa-lightbulb:before{content:"";}.fa-lines-leaning:before{content:"";}.fa-chain:before,.fa-link:before{content:"";}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"";}.fa-lira-sign:before{content:"";}.fa-list-squares:before,.fa-list:before{content:"";}.fa-list-check:before,.fa-tasks:before{content:"";}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"";}.fa-list-dots:before,.fa-list-ul:before{content:"";}.fa-litecoin-sign:before{content:"";}.fa-location-arrow:before{content:"";}.fa-location-crosshairs:before,.fa-location:before{content:"";}.fa-location-dot:before,.fa-map-marker-alt:before{content:"";}.fa-location-pin:before,.fa-map-marker:before{content:"";}.fa-location-pin-lock:before{content:"";}.fa-lock:before{content:"";}.fa-lock-open:before{content:"";}.fa-locust:before{content:"";}.fa-lungs:before{content:"";}.fa-lungs-virus:before{content:"";}.fa-m:before{content:"M";}.fa-magnet:before{content:"";}.fa-magnifying-glass:before,.fa-search:before{content:"";}.fa-magnifying-glass-arrow-right:before{content:"";}.fa-magnifying-glass-chart:before{content:"";}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"";}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"";}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"";}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"";}.fa-manat-sign:before{content:"";}.fa-map:before{content:"";}.fa-map-location:before,.fa-map-marked:before{content:"";}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"";}.fa-map-pin:before{content:"";}.fa-marker:before{content:"";}.fa-mars:before{content:"";}.fa-mars-and-venus:before{content:"";}.fa-mars-and-venus-burst:before{content:"";}.fa-mars-double:before{content:"";}.fa-mars-stroke:before{content:"";}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"";}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"";}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"";}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"";}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"";}.fa-mask:before{content:"";}.fa-mask-face:before{content:"";}.fa-mask-ventilator:before{content:"";}.fa-masks-theater:before,.fa-theater-masks:before{content:"";}.fa-mattress-pillow:before{content:"";}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"";}.fa-medal:before{content:"";}.fa-memory:before{content:"";}.fa-menorah:before{content:"";}.fa-mercury:before{content:"";}.fa-comment-alt:before,.fa-message:before{content:"";}.fa-meteor:before{content:"";}.fa-microchip:before{content:"";}.fa-microphone:before{content:"";}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"";}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"";}.fa-microphone-slash:before{content:"";}.fa-microscope:before{content:"";}.fa-mill-sign:before{content:"";}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"";}.fa-minus:before,.fa-subtract:before{content:"";}.fa-mitten:before{content:"";}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"";}.fa-mobile-button:before{content:"";}.fa-mobile-retro:before{content:"";}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"";}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"";}.fa-money-bill:before{content:"";}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"";}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"";}.fa-money-bill-transfer:before{content:"";}.fa-money-bill-trend-up:before{content:"";}.fa-money-bill-wave:before{content:"";}.fa-money-bill-wheat:before{content:"";}.fa-money-bills:before{content:"";}.fa-money-check:before{content:"";}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"";}.fa-monument:before{content:"";}.fa-moon:before{content:"";}.fa-mortar-pestle:before{content:"";}.fa-mosque:before{content:"";}.fa-mosquito:before{content:"";}.fa-mosquito-net:before{content:"";}.fa-motorcycle:before{content:"";}.fa-mound:before{content:"";}.fa-mountain:before{content:"";}.fa-mountain-city:before{content:"";}.fa-mountain-sun:before{content:"";}.fa-mug-hot:before{content:"";}.fa-coffee:before,.fa-mug-saucer:before{content:"";}.fa-music:before{content:"";}.fa-n:before{content:"N";}.fa-naira-sign:before{content:"";}.fa-network-wired:before{content:"";}.fa-neuter:before{content:"";}.fa-newspaper:before{content:"";}.fa-not-equal:before{content:"";}.fa-note-sticky:before,.fa-sticky-note:before{content:"";}.fa-notes-medical:before{content:"";}.fa-o:before{content:"O";}.fa-object-group:before{content:"";}.fa-object-ungroup:before{content:"";}.fa-oil-can:before{content:"";}.fa-oil-well:before{content:"";}.fa-om:before{content:"";}.fa-otter:before{content:"";}.fa-dedent:before,.fa-outdent:before{content:"";}.fa-p:before{content:"P";}.fa-pager:before{content:"";}.fa-paint-roller:before{content:"";}.fa-paint-brush:before,.fa-paintbrush:before{content:"";}.fa-palette:before{content:"";}.fa-pallet:before{content:"";}.fa-panorama:before{content:"";}.fa-paper-plane:before{content:"";}.fa-paperclip:before{content:"";}.fa-parachute-box:before{content:"";}.fa-paragraph:before{content:"";}.fa-passport:before{content:"";}.fa-file-clipboard:before,.fa-paste:before{content:"";}.fa-pause:before{content:"";}.fa-paw:before{content:"";}.fa-peace:before{content:"";}.fa-pen:before{content:"";}.fa-pen-alt:before,.fa-pen-clip:before{content:"";}.fa-pen-fancy:before{content:"";}.fa-pen-nib:before{content:"";}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"";}.fa-edit:before,.fa-pen-to-square:before{content:"";}.fa-pencil-alt:before,.fa-pencil:before{content:"";}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"";}.fa-people-carry-box:before,.fa-people-carry:before{content:"";}.fa-people-group:before{content:"";}.fa-people-line:before{content:"";}.fa-people-pulling:before{content:"";}.fa-people-robbery:before{content:"";}.fa-people-roof:before{content:"";}.fa-pepper-hot:before{content:"";}.fa-percent:before,.fa-percentage:before{content:"%";}.fa-male:before,.fa-person:before{content:"";}.fa-person-arrow-down-to-line:before{content:"";}.fa-person-arrow-up-from-line:before{content:"";}.fa-biking:before,.fa-person-biking:before{content:"";}.fa-person-booth:before{content:"";}.fa-person-breastfeeding:before{content:"";}.fa-person-burst:before{content:"";}.fa-person-cane:before{content:"";}.fa-person-chalkboard:before{content:"";}.fa-person-circle-check:before{content:"";}.fa-person-circle-exclamation:before{content:"";}.fa-person-circle-minus:before{content:"";}.fa-person-circle-plus:before{content:"";}.fa-person-circle-question:before{content:"";}.fa-person-circle-xmark:before{content:"";}.fa-digging:before,.fa-person-digging:before{content:"";}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"";}.fa-female:before,.fa-person-dress:before{content:"";}.fa-person-dress-burst:before{content:"";}.fa-person-drowning:before{content:"";}.fa-person-falling:before{content:"";}.fa-person-falling-burst:before{content:"";}.fa-person-half-dress:before{content:"";}.fa-person-harassing:before{content:"";}.fa-hiking:before,.fa-person-hiking:before{content:"";}.fa-person-military-pointing:before{content:"";}.fa-person-military-rifle:before{content:"";}.fa-person-military-to-person:before{content:"";}.fa-person-praying:before,.fa-pray:before{content:"";}.fa-person-pregnant:before{content:"";}.fa-person-rays:before{content:"";}.fa-person-rifle:before{content:"";}.fa-person-running:before,.fa-running:before{content:"";}.fa-person-shelter:before{content:"";}.fa-person-skating:before,.fa-skating:before{content:"";}.fa-person-skiing:before,.fa-skiing:before{content:"";}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"";}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"";}.fa-person-swimming:before,.fa-swimmer:before{content:"";}.fa-person-through-window:before{content:"";}.fa-person-walking:before,.fa-walking:before{content:"";}.fa-person-walking-arrow-loop-left:before{content:"";}.fa-person-walking-arrow-right:before{content:"";}.fa-person-walking-dashed-line-arrow-right:before{content:"";}.fa-person-walking-luggage:before{content:"";}.fa-blind:before,.fa-person-walking-with-cane:before{content:"";}.fa-peseta-sign:before{content:"";}.fa-peso-sign:before{content:"";}.fa-phone:before{content:"";}.fa-phone-alt:before,.fa-phone-flip:before{content:"";}.fa-phone-slash:before{content:"";}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"";}.fa-photo-film:before,.fa-photo-video:before{content:"";}.fa-piggy-bank:before{content:"";}.fa-pills:before{content:"";}.fa-pizza-slice:before{content:"";}.fa-place-of-worship:before{content:"";}.fa-plane:before{content:"";}.fa-plane-arrival:before{content:"";}.fa-plane-circle-check:before{content:"";}.fa-plane-circle-exclamation:before{content:"";}.fa-plane-circle-xmark:before{content:"";}.fa-plane-departure:before{content:"";}.fa-plane-lock:before{content:"";}.fa-plane-slash:before{content:"";}.fa-plane-up:before{content:"";}.fa-plant-wilt:before{content:"";}.fa-plate-wheat:before{content:"";}.fa-play:before{content:"";}.fa-plug:before{content:"";}.fa-plug-circle-bolt:before{content:"";}.fa-plug-circle-check:before{content:"";}.fa-plug-circle-exclamation:before{content:"";}.fa-plug-circle-minus:before{content:"";}.fa-plug-circle-plus:before{content:"";}.fa-plug-circle-xmark:before{content:"";}.fa-add:before,.fa-plus:before{content:"+";}.fa-plus-minus:before{content:"";}.fa-podcast:before{content:"";}.fa-poo:before{content:"";}.fa-poo-bolt:before,.fa-poo-storm:before{content:"";}.fa-poop:before{content:"";}.fa-power-off:before{content:"";}.fa-prescription:before{content:"";}.fa-prescription-bottle:before{content:"";}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"";}.fa-print:before{content:"";}.fa-pump-medical:before{content:"";}.fa-pump-soap:before{content:"";}.fa-puzzle-piece:before{content:"";}.fa-q:before{content:"Q";}.fa-qrcode:before{content:"";}.fa-question:before{content:"?";}.fa-quote-left-alt:before,.fa-quote-left:before{content:"";}.fa-quote-right-alt:before,.fa-quote-right:before{content:"";}.fa-r:before{content:"R";}.fa-radiation:before{content:"";}.fa-radio:before{content:"";}.fa-rainbow:before{content:"";}.fa-ranking-star:before{content:"";}.fa-receipt:before{content:"";}.fa-record-vinyl:before{content:"";}.fa-ad:before,.fa-rectangle-ad:before{content:"";}.fa-list-alt:before,.fa-rectangle-list:before{content:"";}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"";}.fa-recycle:before{content:"";}.fa-registered:before{content:"";}.fa-repeat:before{content:"";}.fa-mail-reply:before,.fa-reply:before{content:"";}.fa-mail-reply-all:before,.fa-reply-all:before{content:"";}.fa-republican:before{content:"";}.fa-restroom:before{content:"";}.fa-retweet:before{content:"";}.fa-ribbon:before{content:"";}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"";}.fa-exchange-alt:before,.fa-right-left:before{content:"";}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"";}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"";}.fa-ring:before{content:"";}.fa-road:before{content:"";}.fa-road-barrier:before{content:"";}.fa-road-bridge:before{content:"";}.fa-road-circle-check:before{content:"";}.fa-road-circle-exclamation:before{content:"";}.fa-road-circle-xmark:before{content:"";}.fa-road-lock:before{content:"";}.fa-road-spikes:before{content:"";}.fa-robot:before{content:"";}.fa-rocket:before{content:"";}.fa-rotate:before,.fa-sync-alt:before{content:"";}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"";}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"";}.fa-route:before{content:"";}.fa-feed:before,.fa-rss:before{content:"";}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"";}.fa-rug:before{content:"";}.fa-ruler:before{content:"";}.fa-ruler-combined:before{content:"";}.fa-ruler-horizontal:before{content:"";}.fa-ruler-vertical:before{content:"";}.fa-rupee-sign:before,.fa-rupee:before{content:"";}.fa-rupiah-sign:before{content:"";}.fa-s:before{content:"S";}.fa-sack-dollar:before{content:"";}.fa-sack-xmark:before{content:"";}.fa-sailboat:before{content:"";}.fa-satellite:before{content:"";}.fa-satellite-dish:before{content:"";}.fa-balance-scale:before,.fa-scale-balanced:before{content:"";}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"";}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"";}.fa-school:before{content:"";}.fa-school-circle-check:before{content:"";}.fa-school-circle-exclamation:before{content:"";}.fa-school-circle-xmark:before{content:"";}.fa-school-flag:before{content:"";}.fa-school-lock:before{content:"";}.fa-cut:before,.fa-scissors:before{content:"";}.fa-screwdriver:before{content:"";}.fa-screwdriver-wrench:before,.fa-tools:before{content:"";}.fa-scroll:before{content:"";}.fa-scroll-torah:before,.fa-torah:before{content:"";}.fa-sd-card:before{content:"";}.fa-section:before{content:"";}.fa-seedling:before,.fa-sprout:before{content:"";}.fa-server:before{content:"";}.fa-shapes:before,.fa-triangle-circle-square:before{content:"";}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"";}.fa-share-from-square:before,.fa-share-square:before{content:"";}.fa-share-alt:before,.fa-share-nodes:before{content:"";}.fa-sheet-plastic:before{content:"";}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"";}.fa-shield-blank:before,.fa-shield:before{content:"";}.fa-shield-cat:before{content:"";}.fa-shield-dog:before{content:"";}.fa-shield-alt:before,.fa-shield-halved:before{content:"";}.fa-shield-heart:before{content:"";}.fa-shield-virus:before{content:"";}.fa-ship:before{content:"";}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"";}.fa-shoe-prints:before{content:"";}.fa-shop:before,.fa-store-alt:before{content:"";}.fa-shop-lock:before{content:"";}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"";}.fa-shower:before{content:"";}.fa-shrimp:before{content:"";}.fa-random:before,.fa-shuffle:before{content:"";}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"";}.fa-sign-hanging:before,.fa-sign:before{content:"";}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"";}.fa-signature:before{content:"";}.fa-map-signs:before,.fa-signs-post:before{content:"";}.fa-sim-card:before{content:"";}.fa-sink:before{content:"";}.fa-sitemap:before{content:"";}.fa-skull:before{content:"";}.fa-skull-crossbones:before{content:"";}.fa-slash:before{content:"";}.fa-sleigh:before{content:"";}.fa-sliders-h:before,.fa-sliders:before{content:"";}.fa-smog:before{content:"";}.fa-smoking:before{content:"";}.fa-snowflake:before{content:"";}.fa-snowman:before{content:"";}.fa-snowplow:before{content:"";}.fa-soap:before{content:"";}.fa-socks:before{content:"";}.fa-solar-panel:before{content:"";}.fa-sort:before,.fa-unsorted:before{content:"";}.fa-sort-desc:before,.fa-sort-down:before{content:"";}.fa-sort-asc:before,.fa-sort-up:before{content:"";}.fa-spa:before{content:"";}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"";}.fa-spell-check:before{content:"";}.fa-spider:before{content:"";}.fa-spinner:before{content:"";}.fa-splotch:before{content:"";}.fa-spoon:before,.fa-utensil-spoon:before{content:"";}.fa-spray-can:before{content:"";}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"";}.fa-square:before{content:"";}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"";}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"";}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"";}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"";}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"";}.fa-check-square:before,.fa-square-check:before{content:"";}.fa-envelope-square:before,.fa-square-envelope:before{content:"";}.fa-square-full:before{content:"";}.fa-h-square:before,.fa-square-h:before{content:"";}.fa-minus-square:before,.fa-square-minus:before{content:"";}.fa-square-nfi:before{content:"";}.fa-parking:before,.fa-square-parking:before{content:"";}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"";}.fa-square-person-confined:before{content:"";}.fa-phone-square:before,.fa-square-phone:before{content:"";}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"";}.fa-plus-square:before,.fa-square-plus:before{content:"";}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"";}.fa-poll:before,.fa-square-poll-vertical:before{content:"";}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"";}.fa-rss-square:before,.fa-square-rss:before{content:"";}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"";}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"";}.fa-square-virus:before{content:"";}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"";}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"";}.fa-stairs:before{content:"";}.fa-stamp:before{content:"";}.fa-star:before{content:"";}.fa-star-and-crescent:before{content:"";}.fa-star-half:before{content:"";}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"";}.fa-star-of-david:before{content:"";}.fa-star-of-life:before{content:"";}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"";}.fa-stethoscope:before{content:"";}.fa-stop:before{content:"";}.fa-stopwatch:before{content:"";}.fa-stopwatch-20:before{content:"";}.fa-store:before{content:"";}.fa-store-slash:before{content:"";}.fa-street-view:before{content:"";}.fa-strikethrough:before{content:"";}.fa-stroopwafel:before{content:"";}.fa-subscript:before{content:"";}.fa-suitcase:before{content:"";}.fa-medkit:before,.fa-suitcase-medical:before{content:"";}.fa-suitcase-rolling:before{content:"";}.fa-sun:before{content:"";}.fa-sun-plant-wilt:before{content:"";}.fa-superscript:before{content:"";}.fa-swatchbook:before{content:"";}.fa-synagogue:before{content:"";}.fa-syringe:before{content:"";}.fa-t:before{content:"T";}.fa-table:before{content:"";}.fa-table-cells:before,.fa-th:before{content:"";}.fa-table-cells-large:before,.fa-th-large:before{content:"";}.fa-columns:before,.fa-table-columns:before{content:"";}.fa-table-list:before,.fa-th-list:before{content:"";}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"";}.fa-tablet-android:before,.fa-tablet:before{content:"";}.fa-tablet-button:before{content:"";}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"";}.fa-tablets:before{content:"";}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"";}.fa-tag:before{content:"";}.fa-tags:before{content:"";}.fa-tape:before{content:"";}.fa-tarp:before{content:"";}.fa-tarp-droplet:before{content:"";}.fa-cab:before,.fa-taxi:before{content:"";}.fa-teeth:before{content:"";}.fa-teeth-open:before{content:"";}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"";}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"";}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"";}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"";}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"";}.fa-temperature-high:before{content:"";}.fa-temperature-low:before{content:"";}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"";}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"";}.fa-tenge-sign:before,.fa-tenge:before{content:"";}.fa-tent:before{content:"";}.fa-tent-arrow-down-to-line:before{content:"";}.fa-tent-arrow-left-right:before{content:"";}.fa-tent-arrow-turn-left:before{content:"";}.fa-tent-arrows-down:before{content:"";}.fa-tents:before{content:"";}.fa-terminal:before{content:"";}.fa-text-height:before{content:"";}.fa-remove-format:before,.fa-text-slash:before{content:"";}.fa-text-width:before{content:"";}.fa-thermometer:before{content:"";}.fa-thumbs-down:before{content:"";}.fa-thumbs-up:before{content:"";}.fa-thumb-tack:before,.fa-thumbtack:before{content:"";}.fa-ticket:before{content:"";}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"";}.fa-timeline:before{content:"";}.fa-toggle-off:before{content:"";}.fa-toggle-on:before{content:"";}.fa-toilet:before{content:"";}.fa-toilet-paper:before{content:"";}.fa-toilet-paper-slash:before{content:"";}.fa-toilet-portable:before{content:"";}.fa-toilets-portable:before{content:"";}.fa-toolbox:before{content:"";}.fa-tooth:before{content:"";}.fa-torii-gate:before{content:"";}.fa-tornado:before{content:"";}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"";}.fa-tower-cell:before{content:"";}.fa-tower-observation:before{content:"";}.fa-tractor:before{content:"";}.fa-trademark:before{content:"";}.fa-traffic-light:before{content:"";}.fa-trailer:before{content:"";}.fa-train:before{content:"";}.fa-subway:before,.fa-train-subway:before{content:"";}.fa-train-tram:before,.fa-tram:before{content:"";}.fa-transgender-alt:before,.fa-transgender:before{content:"";}.fa-trash:before{content:"";}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"";}.fa-trash-alt:before,.fa-trash-can:before{content:"";}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"";}.fa-tree:before{content:"";}.fa-tree-city:before{content:"";}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"";}.fa-trophy:before{content:"";}.fa-trowel:before{content:"";}.fa-trowel-bricks:before{content:"";}.fa-truck:before{content:"";}.fa-truck-arrow-right:before{content:"";}.fa-truck-droplet:before{content:"";}.fa-shipping-fast:before,.fa-truck-fast:before{content:"";}.fa-truck-field:before{content:"";}.fa-truck-field-un:before{content:"";}.fa-truck-front:before{content:"";}.fa-ambulance:before,.fa-truck-medical:before{content:"";}.fa-truck-monster:before{content:"";}.fa-truck-moving:before{content:"";}.fa-truck-pickup:before{content:"";}.fa-truck-plane:before{content:"";}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"";}.fa-teletype:before,.fa-tty:before{content:"";}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"";}.fa-level-down-alt:before,.fa-turn-down:before{content:"";}.fa-level-up-alt:before,.fa-turn-up:before{content:"";}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"";}.fa-u:before{content:"U";}.fa-umbrella:before{content:"";}.fa-umbrella-beach:before{content:"";}.fa-underline:before{content:"";}.fa-universal-access:before{content:"";}.fa-unlock:before{content:"";}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"";}.fa-arrows-alt-v:before,.fa-up-down:before{content:"";}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"";}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"";}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"";}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"";}.fa-upload:before{content:"";}.fa-user:before{content:"";}.fa-user-astronaut:before{content:"";}.fa-user-check:before{content:"";}.fa-user-clock:before{content:"";}.fa-user-doctor:before,.fa-user-md:before{content:"";}.fa-user-cog:before,.fa-user-gear:before{content:"";}.fa-user-graduate:before{content:"";}.fa-user-friends:before,.fa-user-group:before{content:"";}.fa-user-injured:before{content:"";}.fa-user-alt:before,.fa-user-large:before{content:"";}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"";}.fa-user-lock:before{content:"";}.fa-user-minus:before{content:"";}.fa-user-ninja:before{content:"";}.fa-user-nurse:before{content:"";}.fa-user-edit:before,.fa-user-pen:before{content:"";}.fa-user-plus:before{content:"";}.fa-user-secret:before{content:"";}.fa-user-shield:before{content:"";}.fa-user-slash:before{content:"";}.fa-user-tag:before{content:"";}.fa-user-tie:before{content:"";}.fa-user-times:before,.fa-user-xmark:before{content:"";}.fa-users:before{content:"";}.fa-users-between-lines:before{content:"";}.fa-users-cog:before,.fa-users-gear:before{content:"";}.fa-users-line:before{content:"";}.fa-users-rays:before{content:"";}.fa-users-rectangle:before{content:"";}.fa-users-slash:before{content:"";}.fa-users-viewfinder:before{content:"";}.fa-cutlery:before,.fa-utensils:before{content:"";}.fa-v:before{content:"V";}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"";}.fa-vault:before{content:"";}.fa-vector-square:before{content:"";}.fa-venus:before{content:"";}.fa-venus-double:before{content:"";}.fa-venus-mars:before{content:"";}.fa-vest:before{content:"";}.fa-vest-patches:before{content:"";}.fa-vial:before{content:"";}.fa-vial-circle-check:before{content:"";}.fa-vial-virus:before{content:"";}.fa-vials:before{content:"";}.fa-video-camera:before,.fa-video:before{content:"";}.fa-video-slash:before{content:"";}.fa-vihara:before{content:"";}.fa-virus:before{content:"";}.fa-virus-covid:before{content:"";}.fa-virus-covid-slash:before{content:"";}.fa-virus-slash:before{content:"";}.fa-viruses:before{content:"";}.fa-voicemail:before{content:"";}.fa-volcano:before{content:"";}.fa-volleyball-ball:before,.fa-volleyball:before{content:"";}.fa-volume-high:before,.fa-volume-up:before{content:"";}.fa-volume-down:before,.fa-volume-low:before{content:"";}.fa-volume-off:before{content:"";}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"";}.fa-vr-cardboard:before{content:"";}.fa-w:before{content:"W";}.fa-walkie-talkie:before{content:"";}.fa-wallet:before{content:"";}.fa-magic:before,.fa-wand-magic:before{content:"";}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"";}.fa-wand-sparkles:before{content:"";}.fa-warehouse:before{content:"";}.fa-water:before{content:"";}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"";}.fa-wave-square:before{content:"";}.fa-weight-hanging:before{content:"";}.fa-weight-scale:before,.fa-weight:before{content:"";}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"";}.fa-wheat-awn-circle-exclamation:before{content:"";}.fa-wheelchair:before{content:"";}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"";}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"";}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"";}.fa-wind:before{content:"";}.fa-window-maximize:before{content:"";}.fa-window-minimize:before{content:"";}.fa-window-restore:before{content:"";}.fa-wine-bottle:before{content:"";}.fa-wine-glass:before{content:"";}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"";}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"";}.fa-worm:before{content:"";}.fa-wrench:before{content:"";}.fa-x:before{content:"X";}.fa-x-ray:before{content:"";}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"";}.fa-xmarks-lines:before{content:"";}.fa-y:before{content:"Y";}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"";}.fa-yin-yang:before{content:"";}.fa-z:before{content:"Z";}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}:host,:root{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400;}.fa-42-group:before,.fa-innosoft:before{content:"";}.fa-500px:before{content:"";}.fa-accessible-icon:before{content:"";}.fa-accusoft:before{content:"";}.fa-adn:before{content:"";}.fa-adversal:before{content:"";}.fa-affiliatetheme:before{content:"";}.fa-airbnb:before{content:"";}.fa-algolia:before{content:"";}.fa-alipay:before{content:"";}.fa-amazon:before{content:"";}.fa-amazon-pay:before{content:"";}.fa-amilia:before{content:"";}.fa-android:before{content:"";}.fa-angellist:before{content:"";}.fa-angrycreative:before{content:"";}.fa-angular:before{content:"";}.fa-app-store:before{content:"";}.fa-app-store-ios:before{content:"";}.fa-apper:before{content:"";}.fa-apple:before{content:"";}.fa-apple-pay:before{content:"";}.fa-artstation:before{content:"";}.fa-asymmetrik:before{content:"";}.fa-atlassian:before{content:"";}.fa-audible:before{content:"";}.fa-autoprefixer:before{content:"";}.fa-avianex:before{content:"";}.fa-aviato:before{content:"";}.fa-aws:before{content:"";}.fa-bandcamp:before{content:"";}.fa-battle-net:before{content:"";}.fa-behance:before{content:"";}.fa-behance-square:before{content:"";}.fa-bilibili:before{content:"";}.fa-bimobject:before{content:"";}.fa-bitbucket:before{content:"";}.fa-bitcoin:before{content:"";}.fa-bity:before{content:"";}.fa-black-tie:before{content:"";}.fa-blackberry:before{content:"";}.fa-blogger:before{content:"";}.fa-blogger-b:before{content:"";}.fa-bluetooth:before{content:"";}.fa-bluetooth-b:before{content:"";}.fa-bootstrap:before{content:"";}.fa-bots:before{content:"";}.fa-btc:before{content:"";}.fa-buffer:before{content:"";}.fa-buromobelexperte:before{content:"";}.fa-buy-n-large:before{content:"";}.fa-buysellads:before{content:"";}.fa-canadian-maple-leaf:before{content:"";}.fa-cc-amazon-pay:before{content:"";}.fa-cc-amex:before{content:"";}.fa-cc-apple-pay:before{content:"";}.fa-cc-diners-club:before{content:"";}.fa-cc-discover:before{content:"";}.fa-cc-jcb:before{content:"";}.fa-cc-mastercard:before{content:"";}.fa-cc-paypal:before{content:"";}.fa-cc-stripe:before{content:"";}.fa-cc-visa:before{content:"";}.fa-centercode:before{content:"";}.fa-centos:before{content:"";}.fa-chrome:before{content:"";}.fa-chromecast:before{content:"";}.fa-cloudflare:before{content:"";}.fa-cloudscale:before{content:"";}.fa-cloudsmith:before{content:"";}.fa-cloudversify:before{content:"";}.fa-cmplid:before{content:"";}.fa-codepen:before{content:"";}.fa-codiepie:before{content:"";}.fa-confluence:before{content:"";}.fa-connectdevelop:before{content:"";}.fa-contao:before{content:"";}.fa-cotton-bureau:before{content:"";}.fa-cpanel:before{content:"";}.fa-creative-commons:before{content:"";}.fa-creative-commons-by:before{content:"";}.fa-creative-commons-nc:before{content:"";}.fa-creative-commons-nc-eu:before{content:"";}.fa-creative-commons-nc-jp:before{content:"";}.fa-creative-commons-nd:before{content:"";}.fa-creative-commons-pd:before{content:"";}.fa-creative-commons-pd-alt:before{content:"";}.fa-creative-commons-remix:before{content:"";}.fa-creative-commons-sa:before{content:"";}.fa-creative-commons-sampling:before{content:"";}.fa-creative-commons-sampling-plus:before{content:"";}.fa-creative-commons-share:before{content:"";}.fa-creative-commons-zero:before{content:"";}.fa-critical-role:before{content:"";}.fa-css3:before{content:"";}.fa-css3-alt:before{content:"";}.fa-cuttlefish:before{content:"";}.fa-d-and-d:before{content:"";}.fa-d-and-d-beyond:before{content:"";}.fa-dailymotion:before{content:"";}.fa-dashcube:before{content:"";}.fa-deezer:before{content:"";}.fa-delicious:before{content:"";}.fa-deploydog:before{content:"";}.fa-deskpro:before{content:"";}.fa-dev:before{content:"";}.fa-deviantart:before{content:"";}.fa-dhl:before{content:"";}.fa-diaspora:before{content:"";}.fa-digg:before{content:"";}.fa-digital-ocean:before{content:"";}.fa-discord:before{content:"";}.fa-discourse:before{content:"";}.fa-dochub:before{content:"";}.fa-docker:before{content:"";}.fa-draft2digital:before{content:"";}.fa-dribbble:before{content:"";}.fa-dribbble-square:before{content:"";}.fa-dropbox:before{content:"";}.fa-drupal:before{content:"";}.fa-dyalog:before{content:"";}.fa-earlybirds:before{content:"";}.fa-ebay:before{content:"";}.fa-edge:before{content:"";}.fa-edge-legacy:before{content:"";}.fa-elementor:before{content:"";}.fa-ello:before{content:"";}.fa-ember:before{content:"";}.fa-empire:before{content:"";}.fa-envira:before{content:"";}.fa-erlang:before{content:"";}.fa-ethereum:before{content:"";}.fa-etsy:before{content:"";}.fa-evernote:before{content:"";}.fa-expeditedssl:before{content:"";}.fa-facebook:before{content:"";}.fa-facebook-f:before{content:"";}.fa-facebook-messenger:before{content:"";}.fa-facebook-square:before{content:"";}.fa-fantasy-flight-games:before{content:"";}.fa-fedex:before{content:"";}.fa-fedora:before{content:"";}.fa-figma:before{content:"";}.fa-firefox:before{content:"";}.fa-firefox-browser:before{content:"";}.fa-first-order:before{content:"";}.fa-first-order-alt:before{content:"";}.fa-firstdraft:before{content:"";}.fa-flickr:before{content:"";}.fa-flipboard:before{content:"";}.fa-fly:before{content:"";}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"";}.fa-fonticons:before{content:"";}.fa-fonticons-fi:before{content:"";}.fa-fort-awesome:before{content:"";}.fa-fort-awesome-alt:before{content:"";}.fa-forumbee:before{content:"";}.fa-foursquare:before{content:"";}.fa-free-code-camp:before{content:"";}.fa-freebsd:before{content:"";}.fa-fulcrum:before{content:"";}.fa-galactic-republic:before{content:"";}.fa-galactic-senate:before{content:"";}.fa-get-pocket:before{content:"";}.fa-gg:before{content:"";}.fa-gg-circle:before{content:"";}.fa-git:before{content:"";}.fa-git-alt:before{content:"";}.fa-git-square:before{content:"";}.fa-github:before{content:"";}.fa-github-alt:before{content:"";}.fa-github-square:before{content:"";}.fa-gitkraken:before{content:"";}.fa-gitlab:before{content:"";}.fa-gitter:before{content:"";}.fa-glide:before{content:"";}.fa-glide-g:before{content:"";}.fa-gofore:before{content:"";}.fa-golang:before{content:"";}.fa-goodreads:before{content:"";}.fa-goodreads-g:before{content:"";}.fa-google:before{content:"";}.fa-google-drive:before{content:"";}.fa-google-pay:before{content:"";}.fa-google-play:before{content:"";}.fa-google-plus:before{content:"";}.fa-google-plus-g:before{content:"";}.fa-google-plus-square:before{content:"";}.fa-google-wallet:before{content:"";}.fa-gratipay:before{content:"";}.fa-grav:before{content:"";}.fa-gripfire:before{content:"";}.fa-grunt:before{content:"";}.fa-guilded:before{content:"";}.fa-gulp:before{content:"";}.fa-hacker-news:before{content:"";}.fa-hacker-news-square:before{content:"";}.fa-hackerrank:before{content:"";}.fa-hashnode:before{content:"";}.fa-hips:before{content:"";}.fa-hire-a-helper:before{content:"";}.fa-hive:before{content:"";}.fa-hooli:before{content:"";}.fa-hornbill:before{content:"";}.fa-hotjar:before{content:"";}.fa-houzz:before{content:"";}.fa-html5:before{content:"";}.fa-hubspot:before{content:"";}.fa-ideal:before{content:"";}.fa-imdb:before{content:"";}.fa-instagram:before{content:"";}.fa-instagram-square:before{content:"";}.fa-instalod:before{content:"";}.fa-intercom:before{content:"";}.fa-internet-explorer:before{content:"";}.fa-invision:before{content:"";}.fa-ioxhost:before{content:"";}.fa-itch-io:before{content:"";}.fa-itunes:before{content:"";}.fa-itunes-note:before{content:"";}.fa-java:before{content:"";}.fa-jedi-order:before{content:"";}.fa-jenkins:before{content:"";}.fa-jira:before{content:"";}.fa-joget:before{content:"";}.fa-joomla:before{content:"";}.fa-js:before{content:"";}.fa-js-square:before{content:"";}.fa-jsfiddle:before{content:"";}.fa-kaggle:before{content:"";}.fa-keybase:before{content:"";}.fa-keycdn:before{content:"";}.fa-kickstarter:before{content:"";}.fa-kickstarter-k:before{content:"";}.fa-korvue:before{content:"";}.fa-laravel:before{content:"";}.fa-lastfm:before{content:"";}.fa-lastfm-square:before{content:"";}.fa-leanpub:before{content:"";}.fa-less:before{content:"";}.fa-line:before{content:"";}.fa-linkedin:before{content:"";}.fa-linkedin-in:before{content:"";}.fa-linode:before{content:"";}.fa-linux:before{content:"";}.fa-lyft:before{content:"";}.fa-magento:before{content:"";}.fa-mailchimp:before{content:"";}.fa-mandalorian:before{content:"";}.fa-markdown:before{content:"";}.fa-mastodon:before{content:"";}.fa-maxcdn:before{content:"";}.fa-mdb:before{content:"";}.fa-medapps:before{content:"";}.fa-medium-m:before,.fa-medium:before{content:"";}.fa-medrt:before{content:"";}.fa-meetup:before{content:"";}.fa-megaport:before{content:"";}.fa-mendeley:before{content:"";}.fa-microblog:before{content:"";}.fa-microsoft:before{content:"";}.fa-mix:before{content:"";}.fa-mixcloud:before{content:"";}.fa-mixer:before{content:"";}.fa-mizuni:before{content:"";}.fa-modx:before{content:"";}.fa-monero:before{content:"";}.fa-napster:before{content:"";}.fa-neos:before{content:"";}.fa-nfc-directional:before{content:"";}.fa-nfc-symbol:before{content:"";}.fa-nimblr:before{content:"";}.fa-node:before{content:"";}.fa-node-js:before{content:"";}.fa-npm:before{content:"";}.fa-ns8:before{content:"";}.fa-nutritionix:before{content:"";}.fa-octopus-deploy:before{content:"";}.fa-odnoklassniki:before{content:"";}.fa-odnoklassniki-square:before{content:"";}.fa-old-republic:before{content:"";}.fa-opencart:before{content:"";}.fa-openid:before{content:"";}.fa-opera:before{content:"";}.fa-optin-monster:before{content:"";}.fa-orcid:before{content:"";}.fa-osi:before{content:"";}.fa-padlet:before{content:"";}.fa-page4:before{content:"";}.fa-pagelines:before{content:"";}.fa-palfed:before{content:"";}.fa-patreon:before{content:"";}.fa-paypal:before{content:"";}.fa-perbyte:before{content:"";}.fa-periscope:before{content:"";}.fa-phabricator:before{content:"";}.fa-phoenix-framework:before{content:"";}.fa-phoenix-squadron:before{content:"";}.fa-php:before{content:"";}.fa-pied-piper:before{content:"";}.fa-pied-piper-alt:before{content:"";}.fa-pied-piper-hat:before{content:"";}.fa-pied-piper-pp:before{content:"";}.fa-pied-piper-square:before{content:"";}.fa-pinterest:before{content:"";}.fa-pinterest-p:before{content:"";}.fa-pinterest-square:before{content:"";}.fa-pix:before{content:"";}.fa-playstation:before{content:"";}.fa-product-hunt:before{content:"";}.fa-pushed:before{content:"";}.fa-python:before{content:"";}.fa-qq:before{content:"";}.fa-quinscape:before{content:"";}.fa-quora:before{content:"";}.fa-r-project:before{content:"";}.fa-raspberry-pi:before{content:"";}.fa-ravelry:before{content:"";}.fa-react:before{content:"";}.fa-reacteurope:before{content:"";}.fa-readme:before{content:"";}.fa-rebel:before{content:"";}.fa-red-river:before{content:"";}.fa-reddit:before{content:"";}.fa-reddit-alien:before{content:"";}.fa-reddit-square:before{content:"";}.fa-redhat:before{content:"";}.fa-renren:before{content:"";}.fa-replyd:before{content:"";}.fa-researchgate:before{content:"";}.fa-resolving:before{content:"";}.fa-rev:before{content:"";}.fa-rocketchat:before{content:"";}.fa-rockrms:before{content:"";}.fa-rust:before{content:"";}.fa-safari:before{content:"";}.fa-salesforce:before{content:"";}.fa-sass:before{content:"";}.fa-schlix:before{content:"";}.fa-screenpal:before{content:"";}.fa-scribd:before{content:"";}.fa-searchengin:before{content:"";}.fa-sellcast:before{content:"";}.fa-sellsy:before{content:"";}.fa-servicestack:before{content:"";}.fa-shirtsinbulk:before{content:"";}.fa-shopify:before{content:"";}.fa-shopware:before{content:"";}.fa-simplybuilt:before{content:"";}.fa-sistrix:before{content:"";}.fa-sith:before{content:"";}.fa-sitrox:before{content:"";}.fa-sketch:before{content:"";}.fa-skyatlas:before{content:"";}.fa-skype:before{content:"";}.fa-slack-hash:before,.fa-slack:before{content:"";}.fa-slideshare:before{content:"";}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"";}.fa-snapchat-square:before{content:"";}.fa-soundcloud:before{content:"";}.fa-sourcetree:before{content:"";}.fa-speakap:before{content:"";}.fa-speaker-deck:before{content:"";}.fa-spotify:before{content:"";}.fa-square-font-awesome:before{content:"";}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"";}.fa-squarespace:before{content:"";}.fa-stack-exchange:before{content:"";}.fa-stack-overflow:before{content:"";}.fa-stackpath:before{content:"";}.fa-staylinked:before{content:"";}.fa-steam:before{content:"";}.fa-steam-square:before{content:"";}.fa-steam-symbol:before{content:"";}.fa-sticker-mule:before{content:"";}.fa-strava:before{content:"";}.fa-stripe:before{content:"";}.fa-stripe-s:before{content:"";}.fa-studiovinari:before{content:"";}.fa-stumbleupon:before{content:"";}.fa-stumbleupon-circle:before{content:"";}.fa-superpowers:before{content:"";}.fa-supple:before{content:"";}.fa-suse:before{content:"";}.fa-swift:before{content:"";}.fa-symfony:before{content:"";}.fa-teamspeak:before{content:"";}.fa-telegram-plane:before,.fa-telegram:before{content:"";}.fa-tencent-weibo:before{content:"";}.fa-the-red-yeti:before{content:"";}.fa-themeco:before{content:"";}.fa-themeisle:before{content:"";}.fa-think-peaks:before{content:"";}.fa-tiktok:before{content:"";}.fa-trade-federation:before{content:"";}.fa-trello:before{content:"";}.fa-tumblr:before{content:"";}.fa-tumblr-square:before{content:"";}.fa-twitch:before{content:"";}.fa-twitter:before{content:"";}.fa-twitter-square:before{content:"";}.fa-typo3:before{content:"";}.fa-uber:before{content:"";}.fa-ubuntu:before{content:"";}.fa-uikit:before{content:"";}.fa-umbraco:before{content:"";}.fa-uncharted:before{content:"";}.fa-uniregistry:before{content:"";}.fa-unity:before{content:"";}.fa-unsplash:before{content:"";}.fa-untappd:before{content:"";}.fa-ups:before{content:"";}.fa-usb:before{content:"";}.fa-usps:before{content:"";}.fa-ussunnah:before{content:"";}.fa-vaadin:before{content:"";}.fa-viacoin:before{content:"";}.fa-viadeo:before{content:"";}.fa-viadeo-square:before{content:"";}.fa-viber:before{content:"";}.fa-vimeo:before{content:"";}.fa-vimeo-square:before{content:"";}.fa-vimeo-v:before{content:"";}.fa-vine:before{content:"";}.fa-vk:before{content:"";}.fa-vnv:before{content:"";}.fa-vuejs:before{content:"";}.fa-watchman-monitoring:before{content:"";}.fa-waze:before{content:"";}.fa-weebly:before{content:"";}.fa-weibo:before{content:"";}.fa-weixin:before{content:"";}.fa-whatsapp:before{content:"";}.fa-whatsapp-square:before{content:"";}.fa-whmcs:before{content:"";}.fa-wikipedia-w:before{content:"";}.fa-windows:before{content:"";}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"";}.fa-wix:before{content:"";}.fa-wizards-of-the-coast:before{content:"";}.fa-wodu:before{content:"";}.fa-wolf-pack-battalion:before{content:"";}.fa-wordpress:before{content:"";}.fa-wordpress-simple:before{content:"";}.fa-wpbeginner:before{content:"";}.fa-wpexplorer:before{content:"";}.fa-wpforms:before{content:"";}.fa-wpressr:before{content:"";}.fa-xbox:before{content:"";}.fa-xing:before{content:"";}.fa-xing-square:before{content:"";}.fa-y-combinator:before{content:"";}.fa-yahoo:before{content:"";}.fa-yammer:before{content:"";}.fa-yandex:before{content:"";}.fa-yandex-international:before{content:"";}.fa-yarn:before{content:"";}.fa-yelp:before{content:"";}.fa-yoast:before{content:"";}.fa-youtube:before{content:"";}.fa-youtube-square:before{content:"";}.fa-zhihu:before{content:"";}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";}.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400;}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900;}.hmcabw-main-wrapper{border:1px solid #ddd;margin:20px 0;background:transparent;padding:5px;}.hmcabw-main-wrapper .hmcabw-parent-container{border:0px solid #000;width:100%;clear:both;display:flex;flex-wrap:wrap;min-height:80px;margin:0;}.hmcabw-main-wrapper .hmcabw-parent-container .hmcabw-image-container{min-width:50px;border:0px solid #090;min-height:80px;margin-right:5px;padding:5px 0 0 5px;text-align:center;}.hmcabw-main-wrapper .hmcabw-parent-container .hmcabw-image-container img{margin:5px auto 0;}.hmcabw-main-wrapper .hmcabw-parent-container .hmcabw-image-container.square img{border-radius:0px;}.hmcabw-main-wrapper .hmcabw-parent-container .hmcabw-image-container.rounded img{border-radius:15px;}.hmcabw-main-wrapper .hmcabw-parent-container .hmcabw-image-container.circle img{border-radius:50%;}.hmcabw-main-wrapper .hmcabw-parent-container .hmcabw-info-container{flex:1;border:0px solid #f00;min-height:80px;padding:5px 15px;}.hmcabw-main-wrapper .hmcabw-parent-container .hmcabw-info-container h3.hmcabw-name{border:0px solid #000;margin:0;margin-top:2px;padding:0;font-size:24px;line-height:30px;color:#242424;}.hmcab-name-border-main{height:4px;width:80px;margin:10px 0px;background-color:#999;border-radius:4px;}.hmcabw-main-wrapper .hmcabw-parent-container .hmcabw-info-container .hmcabw-title{border:0px solid #000;margin:0 0 8px 0;padding:0;font-size:18px;font-weight:400;color:#242424;}.hmcabw-main-wrapper .hmcabw-parent-container .hmcabw-info-container p.hmcabw-bio-info{border:0px solid #000;margin:5px 0;padding:0;display:block;text-decoration:none;}.hmcabw-main-wrapper .hmcabw-email-url-container{width:100%;margin:0;margin:10px 0;padding:0;padding-left:5px;clear:both;display:flex;flex-wrap:wrap;border:0px solid #000;}.hmcabw-main-wrapper .hmcabw-email-url-container span.hmcabw-email,.hmcabw-main-wrapper .hmcabw-email-url-container a.hmcabw-website{border:0px solid #000;margin:0;padding:0;line-height:24px;font-size:12px;color:#666;display:inline-block;margin-right:10px;}.hmcabw-main-wrapper .hmcabw-email-url-container a.hmcabw-website{text-decoration:none;}.hmcabw-main-wrapper .hmcabw-social-container{width:100%;margin:0;border-top:1px solid #ddd;padding-top:5px;display:inline-block;}.hmcabw-main-wrapper .hmcabw-social-container a.cab-front-social-icon{background:#000;color:#fff;font-size:18px;text-align:center;line-height:33px;width:35px;height:35px;display:inline-block;margin-right:5px;margin-bottom:5px;transition:all .6s linear;transform:translateY(0);}.hmcabw-main-wrapper.temp_1 .hmcabw-social-container a.cab-front-social-icon:hover,.hmcabw-main-wrapper.temp_2 .hmcabw-social-container a.cab-front-social-icon:hover,.hmcabw-main-wrapper.temp_3 .hmcabw-social-container a.cab-front-social-icon:hover,.hmcabw-main-wrapper.temp_4 .hmcabw-social-container a.cab-front-social-icon:hover,.hmcabw-main-wrapper.temp_5 .hmcabw-social-container a.cab-front-social-icon:hover,.hmcabw-main-wrapper.temp_6 .hmcabw-social-container a.cab-front-social-icon:hover,.hmcabw-main-wrapper.temp_7 .hmcabw-social-container a.cab-front-social-icon:hover{opacity:.5;}.hmcabw-main-wrapper .hmcabw-social-container a.cab-front-social-icon.rounded{border-radius:10px;}.hmcabw-main-wrapper .hmcabw-social-container a.cab-front-social-icon.circle{border-radius:50%;}.hmcabw-main-wrapper.temp_1 .hmcabw-parent-container .hmcabw-info-container .hmcab-name-border-main{background-color:#00bfff;}.hmcabw-main-wrapper.temp_1 .hmcabw-email-url-container>div p.hmcabw-email,.hmcabw-main-wrapper.temp_1 .hmcabw-email-url-container>div a.hmcabw-website,.hmcabw-main-wrapper.temp_1 .hmcabw-email-url-container>div p.hmcabw-email>span,.hmcabw-main-wrapper.temp_1 .hmcabw-email-url-container>div a.hmcabw-website>span{color:#00bfff;}.hmcabw-main-wrapper.temp_1 div.hmcabw-social-container>a.cab-front-social-icon{background:#00bfff;}.hmcabw-main-wrapper.temp_2 .hmcabw-parent-container .hmcabw-info-container .hmcab-name-border-main{background-color:#deb887;}.hmcabw-main-wrapper.temp_2 .hmcabw-email-url-container>div p.hmcabw-email,.hmcabw-main-wrapper.temp_2 .hmcabw-email-url-container>div a.hmcabw-website,.hmcabw-main-wrapper.temp_2 .hmcabw-email-url-container>div p.hmcabw-email>span,.hmcabw-main-wrapper.temp_2 .hmcabw-email-url-container>div a.hmcabw-website>span{color:#deb887;}.hmcabw-main-wrapper.temp_2 div.hmcabw-social-container>a.cab-front-social-icon{background:#deb887;}.hmcabw-main-wrapper.temp_3 .hmcabw-parent-container .hmcabw-info-container .hmcab-name-border-main{background-color:#555;}.hmcabw-main-wrapper.temp_3 .hmcabw-email-url-container>div p.hmcabw-email,.hmcabw-main-wrapper.temp_3 .hmcabw-email-url-container>div a.hmcabw-website,.hmcabw-main-wrapper.temp_3 .hmcabw-email-url-container>div p.hmcabw-email>span,.hmcabw-main-wrapper.temp_3 .hmcabw-email-url-container>div a.hmcabw-website>span{color:#555;}.hmcabw-main-wrapper.temp_3 div.hmcabw-social-container>a.cab-front-social-icon{background:#555;}.hmcabw-main-wrapper.temp_4 .hmcabw-parent-container .hmcabw-info-container .hmcab-name-border-main{background-color:#9932cc;}.hmcabw-main-wrapper.temp_4 .hmcabw-email-url-container>div p.hmcabw-email,.hmcabw-main-wrapper.temp_4 .hmcabw-email-url-container>div a.hmcabw-website,.hmcabw-main-wrapper.temp_4 .hmcabw-email-url-container>div p.hmcabw-email>span,.hmcabw-main-wrapper.temp_4 .hmcabw-email-url-container>div a.hmcabw-website>span{color:#9932cc;}.hmcabw-main-wrapper.temp_4 div.hmcabw-social-container>a.cab-front-social-icon{background:#9932cc;border:1px solid #9932cc;}.hmcabw-main-wrapper.temp_4 div.hmcabw-social-container>a.cab-front-social-icon:hover{border:1px solid #9932cc;background:#fff;color:#9932cc;}.hmcabw-main-wrapper.temp_5 .hmcabw-parent-container .hmcabw-info-container .hmcab-name-border-main{background-color:#b22222;}.hmcabw-main-wrapper.temp_5 .hmcabw-email-url-container>div p.hmcabw-email,.hmcabw-main-wrapper.temp_5 .hmcabw-email-url-container>div a.hmcabw-website,.hmcabw-main-wrapper.temp_5 .hmcabw-email-url-container>div p.hmcabw-email>span,.hmcabw-main-wrapper.temp_5 .hmcabw-email-url-container>div a.hmcabw-website>span{color:#b22222;}.hmcabw-main-wrapper.temp_5 div.hmcabw-social-container>a.cab-front-social-icon{background:#b22222;}.hmcabw-main-wrapper.temp_6 .hmcabw-parent-container .hmcabw-info-container .hmcab-name-border-main{background-color:#20b2aa;}.hmcabw-main-wrapper.temp_6 .hmcabw-email-url-container>div p.hmcabw-email,.hmcabw-main-wrapper.temp_6 .hmcabw-email-url-container>div a.hmcabw-website,.hmcabw-main-wrapper.temp_6 .hmcabw-email-url-container>div p.hmcabw-email>span,.hmcabw-main-wrapper.temp_6 .hmcabw-email-url-container>div a.hmcabw-website>span{color:#20b2aa;}.hmcabw-main-wrapper.temp_6 div.hmcabw-social-container>a.cab-front-social-icon{background:#20b2aa;}.hmcabw-main-wrapper.simple .hmcabw-social-container{border-top:0;}.hmcabw-main-wrapper.simple .hmcabw-email-url-container,.hmcabw-main-wrapper.left-aligned .hmcabw-email-url-container,.hmcabw-main-wrapper.centered .hmcabw-email-url-container{padding-left:0;}.hmcabw-main-wrapper.left-aligned .hmcabw-parent-container,.hmcabw-main-wrapper.centered .hmcabw-parent-container{display:block;}.hmcabw-main-wrapper.left-aligned .hmcabw-parent-container .hmcabw-image-container{text-align:left;padding-left:12px;}.hmcabw-main-wrapper.centered .hmcabw-parent-container .hmcabw-info-container{text-align:center;}.hmcabw-main-wrapper.centered .hmcabw-parent-container .hmcabw-info-container .hmcab-name-border-main{margin:10px auto;}.hmcabw-main-wrapper.centered .hmcabw-email-url-container{text-align:center;display:block;}.hmcabw-main-wrapper.mango .hmcabw-social-container{width:150px;border-top:none;margin-top:10px;display:block;}@media (max-width:600px){.hmcabw-main-wrapper .hmcabw-parent-container{display:block;}.hmcabw-main-wrapper .hmcabw-parent-container .hmcabw-image-container,.hmcabw-main-wrapper.left-aligned .hmcabw-parent-container .hmcabw-image-container{width:100%;text-align:center;}.hmcabw-main-wrapper .hmcabw-parent-container .hmcabw-image-container img{width:150px;}.hmcabw-main-wrapper .hmcabw-parent-container .hmcabw-info-container{text-align:center;}.hmcab-name-border-main{margin:10px auto;}.hmcabw-email-url-container{text-align:center;}.hmcabw-main-wrapper .hmcabw-email-url-container>span.hmcabw-email,.hmcabw-main-wrapper .hmcabw-email-url-container>a.hmcabw-website{width:100%;}.hmcabw-main-wrapper .hmcabw-social-container{text-align:center;}}.hmcabw-main-wrapper-widget{border:1px solid #ddd;margin:20px 0;background:transparent;padding:10px;text-align:center;position:relative;overflow:hidden;}.hmcabw-main-wrapper-widget .hmcabw-image-container{border:0px solid #000;width:100%;height:100px;padding:0;position:absolute;top:0;right:0;}.hmcabw-main-wrapper-widget .hmcabw-image-container img{position:absolute;left:0;right:0;margin:auto;}.hmcabw-main-wrapper-widget .hmcabw-image-container.square img{border-radius:0px;}.hmcabw-main-wrapper-widget .hmcabw-image-container.rounded img{border-radius:15px;}.hmcabw-main-wrapper-widget .hmcabw-image-container.circle img{border-radius:50%;}.hmcabw-main-wrapper-widget .hmcabw-info-container{border:0px solid #000;width:100%;min-height:80px;display:inline-block;position:relative;}.hmcabw-main-wrapper-widget .hmcabw-info-container>h3.hmcabw-name{border:0px solid #090;margin:5px 0 0;padding:0;font-size:22px;line-height:33px;width:100%;text-align:center;display:block;color:#242424;font-weight:600;}.hmcabw-main-wrapper-widget .hmcabw-info-container .hmcabw-title{border:0px solid #f00;display:block;width:100%;line-height:24px;margin:5px 0 0;padding:0px;font-size:18px;font-weight:400;color:#242424;text-align:center;}.hmcab-name-border{height:4px;width:80px;margin:10px auto;background-color:#999;border-radius:4px;}.hmcabw-main-wrapper-widget .hmcabw-info-container .hmcabw-bio-info{border:0px solid #9932cc;width:100%;margin:0;padding:0;display:block;text-decoration:none;}.hmcabw-main-wrapper-widget .hmcabw-info-container .hmcabw-bio-info p,.hmcabw-main-wrapper-widget .hmcabw-info-container .hmcabw-bio-info a{text-decoration:none;margin-bottom:10px;margin-top:0;}.hmcabw-main-wrapper-widget .hmcabw-email-url-container{border:0px solid #000;width:100%;margin:5px 0;padding:0;}.hmcabw-main-wrapper-widget .hmcabw-email-url-container>span.hmcabw-email,.hmcabw-main-wrapper-widget .hmcabw-email-url-container a.hmcabw-website{border:0px solid #000;margin:0;padding:0;line-height:22px;font-size:12px;color:#666;display:inline-block;}.hmcabw-main-wrapper-widget .hmcabw-email-url-container a.hmcabw-website{text-decoration:none;}.hmcabw-main-wrapper-widget .hmcabw-social-container{width:100%;margin:0;border-top:1px solid #ddd;padding-top:5px;display:inline-block;}.hmcabw-main-wrapper-widget .hmcabw-social-container a.cab-front-social-icon{background:#000;color:#fff;font-size:18px;text-align:center;line-height:33px;width:35px;height:35px;display:inline-block;margin-right:5px;margin-bottom:5px;}.hmcabw-main-wrapper-widget.temp_1 .hmcabw-social-container a.cab-front-social-icon:hover,.hmcabw-main-wrapper-widget.temp_2 .hmcabw-social-container a.cab-front-social-icon:hover,.hmcabw-main-wrapper-widget.temp_3 .hmcabw-social-container a.cab-front-social-icon:hover,.hmcabw-main-wrapper-widget.temp_4 .hmcabw-social-container a.cab-front-social-icon:hover,.hmcabw-main-wrapper-widget.temp_5 .hmcabw-social-container a.cab-front-social-icon:hover,.hmcabw-main-wrapper-widget.temp_6 .hmcabw-social-container a.cab-front-social-icon:hover,.hmcabw-main-wrapper-widget.temp_7 .hmcabw-social-container a.cab-front-social-icon:hover{opacity:.5;}.hmcabw-main-wrapper-widget .hmcabw-social-container a.cab-front-social-icon.rounded{border-radius:10px;}.hmcabw-main-wrapper-widget .hmcabw-social-container a.cab-front-social-icon.circle{border-radius:50%;}.hmcabw-main-wrapper-widget .hmcabw-social-container a.cab-front-social-icon::after,.hmcabw-main-wrapper-widget .hmcabw-social-container a.cab-front-social-icon::before{white-space:none;}.hmcabw-main-wrapper-widget.temp_1 .hmcabw-info-container .hmcab-name-border{background-color:#00bfff;}.hmcabw-main-wrapper-widget.temp_1 .hmcabw-email-url-container>div p.hmcabw-email,.hmcabw-main-wrapper-widget.temp_1 .hmcabw-email-url-container>div a.hmcabw-website,.hmcabw-main-wrapper-widget.temp_1 .hmcabw-email-url-container>div p.hmcabw-email>span,.hmcabw-main-wrapper-widget.temp_1 .hmcabw-email-url-container>div a.hmcabw-website>span{color:#00bfff;}.hmcabw-main-wrapper-widget.temp_1 div.hmcabw-social-container>a.cab-front-social-icon{background:#00bfff;}.hmcabw-main-wrapper-widget.temp_2 .hmcabw-info-container .hmcab-name-border{background-color:#deb887;}.hmcabw-main-wrapper-widget.temp_2 .hmcabw-email-url-container>div p.hmcabw-email,.hmcabw-main-wrapper-widget.temp_2 .hmcabw-email-url-container>div a.hmcabw-website,.hmcabw-main-wrapper-widget.temp_2 .hmcabw-email-url-container>div p.hmcabw-email>span,.hmcabw-main-wrapper-widget.temp_2 .hmcabw-email-url-container>div a.hmcabw-website>span{color:#deb887;}.hmcabw-main-wrapper-widget.temp_2 div.hmcabw-social-container>a.cab-front-social-icon{background:#deb887;}.hmcabw-main-wrapper-widget.temp_3 .hmcabw-info-container .hmcab-name-border{background-color:#555;}.hmcabw-main-wrapper-widget.temp_3 .hmcabw-email-url-container>div p.hmcabw-email,.hmcabw-main-wrapper-widget.temp_3 .hmcabw-email-url-container>div a.hmcabw-website,.hmcabw-main-wrapper-widget.temp_3 .hmcabw-email-url-container>div p.hmcabw-email>span,.hmcabw-main-wrapper-widget.temp_3 .hmcabw-email-url-container>div a.hmcabw-website>span{color:#555;}.hmcabw-main-wrapper-widget.temp_3 div.hmcabw-social-container>a.cab-front-social-icon{background:#555;}.hmcabw-main-wrapper-widget.temp_4 .hmcabw-info-container .hmcab-name-border{background-color:#9932cc;}.hmcabw-main-wrapper-widget.temp_4 .hmcabw-email-url-container>div p.hmcabw-email,.hmcabw-main-wrapper-widget.temp_4 .hmcabw-email-url-container>div a.hmcabw-website,.hmcabw-main-wrapper-widget.temp_4 .hmcabw-email-url-container>div p.hmcabw-email>span,.hmcabw-main-wrapper-widget.temp_4 .hmcabw-email-url-container>div a.hmcabw-website>span{color:#9932cc;}.hmcabw-main-wrapper-widget.temp_4 div.hmcabw-social-container>a.cab-front-social-icon{background:#9932cc;}.hmcabw-main-wrapper-widget.temp_5 .hmcabw-info-container .hmcab-name-border{background-color:#b22222;}.hmcabw-main-wrapper-widget.temp_5 .hmcabw-email-url-container>div p.hmcabw-email,.hmcabw-main-wrapper-widget.temp_5 .hmcabw-email-url-container>div a.hmcabw-website,.hmcabw-main-wrapper-widget.temp_5 .hmcabw-email-url-container>div p.hmcabw-email>span,.hmcabw-main-wrapper-widget.temp_5 .hmcabw-email-url-container>div a.hmcabw-website>span{color:#b22222;}.hmcabw-main-wrapper-widget.temp_5 div.hmcabw-social-container>a.cab-front-social-icon{background:#b22222;}.hmcabw-main-wrapper-widget.temp_6 .hmcabw-info-container .hmcab-name-border{background-color:#20b2aa;}.hmcabw-main-wrapper-widget.temp_6 .hmcabw-email-url-container>div p.hmcabw-email,.hmcabw-main-wrapper-widget.temp_6 .hmcabw-email-url-container>div a.hmcabw-website,.hmcabw-main-wrapper-widget.temp_6 .hmcabw-email-url-container>div p.hmcabw-email>span,.hmcabw-main-wrapper-widget.temp_6 .hmcabw-email-url-container>div a.hmcabw-website>span{color:#20b2aa;}.hmcabw-main-wrapper-widget.temp_6 div.hmcabw-social-container>a.cab-front-social-icon{background:#20b2aa;}.sticky-buttons,.sticky-buttons .sb-item,.sticky-buttons .sb-link,.sticky-buttons .sb-sub{all:unset;box-sizing:border-box;}.sticky-buttons{--z-index:9;--margin-inline:0;--margin-block:0;--color:#383838;--bg:#81d742;--block-size:30px;--size:16px;--icon-text:12px;--icon-text-weight:normal;--shadow:none;--gap:0px;--br-icon:0;--br-label:0;--popover-inline:270px;--popover-size:16px;--popover-block:550px;--popover-backdrop:rgba(0,0,0,.85);--popover-border-color:#222;--popover-padding:10px;display:flex;gap:var(--gap);inset:auto;line-height:1;margin-block:var(--margin-block);margin-inline:var(--margin-inline);position:fixed;z-index:var(--z-index);}.sticky-buttons.is-absolute{position:absolute;}.sticky-buttons.is-static{position:relative;}@media print{.sticky-buttons{display:none;}}.sticky-buttons.is-hidden{display:none;}.sticky-buttons .sb-item{position:relative;}.sticky-buttons .sb-link{cursor:pointer;display:block;line-height:1;position:relative;}.sticky-buttons .sb-link:after{block-size:calc(var(--block-size) + var(--gap) * 2);content:"";display:block;inline-size:calc(var(--block-size) + var(--gap) * 2);left:calc(var(--gap) * -1);position:absolute;top:calc(var(--gap) * -1);}.sticky-buttons.-shadow{--shadow:0 0 8px rgba(0,0,0,.5);}.sticky-buttons.-small{--block-size:30px;--size:16px;}.sticky-buttons.-medium{--block-size:40px;--size:20px;}.sticky-buttons.-large{--block-size:50px;--size:24px;}.sticky-buttons.-custom{--size:24px;--block-size:calc(var(--size) * 2);}.sticky-buttons.-square{--br-icon:0;--br-label:0;}.sticky-buttons.-rsquare{--br-icon:.25em;--br-label:.25em;}.sticky-buttons.-circle{--br-icon:50%;--br-label:.25em;}.sticky-buttons.-ellipse{--br-icon:25% 75%;--br-label:.25em;}.sticky-buttons li{--_icon-color:var(--color);--_icon-hcolor:var(--bg);--_icon-bcolor:var(--bg);--_icon-bhcolor:var(--color);}.sticky-buttons .sb-icon{align-items:center;background:var(--_icon-bcolor);block-size:var(--block-size);border-radius:var(--br-icon);box-shadow:var(--shadow);color:var(--_icon-color);cursor:pointer;display:inline-flex;flex-direction:column;font-size:var(--size);inline-size:var(--block-size);justify-content:center;line-height:1;row-gap:.25em;text-align:center;transition:all .5s;}.sticky-buttons .sb-icon.has-text-above{flex-direction:column-reverse;}.sticky-buttons .sb-icon .sb-icon-text{font-size:var(--icon-text);font-weight:var(--icon-text-weight);line-height:1;}.sticky-buttons .sb-icon img{display:inline-block;max-block-size:var(--size);max-inline-size:var(--size);}.sticky-buttons .sb-icon.sb-img-full img{max-block-size:var(--block-size);max-inline-size:var(--block-size);}.sticky-buttons a.is-active .sb-icon,.sticky-buttons a:focus .sb-icon,.sticky-buttons a:hover .sb-icon,.sticky-buttons button.is-active .sb-icon,.sticky-buttons button:focus .sb-icon,.sticky-buttons button:hover .sb-icon{animation:none;background:var(--_icon-bhcolor);color:var(--_icon-hcolor);}.sticky-buttons{--_font-family:inherit;--_font-style:normal;--_font-weight:normal;--_label-box:var(--block-size);--_label-size:var(--size);}.sticky-buttons.-left-bottom .sb-label,.sticky-buttons.-left-center .sb-label,.sticky-buttons.-left-top .sb-label,.sticky-buttons.-right-bottom .sb-label,.sticky-buttons.-right-center .sb-label,.sticky-buttons.-right-top .sb-label{inset-block-start:calc(( var(--block-size) - var(--_label-box) ) / 2);}.sticky-buttons li{--_label-color:var(--bg);--_label-hcolor:var(--bg);--_label-bcolor:var(--color);--_label-bhcolor:var(--color);}.sticky-buttons .sb-label{background:var(--_label-bcolor);block-size:var(--_label-box);border-radius:var(--br-label);box-shadow:var(--shadow);color:var(--_label-color);cursor:pointer;font-family:var(--_font-family);font-size:var(--_label-size);font-style:var(--_font-style);font-weight:var(--_font-weight);line-height:var(--_label-box);margin-inline:calc(var(--size) / 2);opacity:0;padding:0 10px;position:absolute;vertical-align:middle;visibility:hidden;white-space:nowrap;}.sticky-buttons .sb-label.-visible{opacity:1;transform:none !important;visibility:visible;}.sticky-buttons .sb-label:before{background-color:inherit;block-size:calc(var(--_label-size) / 2);content:"";display:block;inline-size:calc(var(--_label-size) / 2);inset:50% auto auto calc(var(--_label-size) / 4 * -1);position:absolute;transform:translateY(-50%) rotate(45deg);}.sticky-buttons a.is-active .sb-label,.sticky-buttons a:focus .sb-label,.sticky-buttons a:hover .sb-label,.sticky-buttons button.is-active .sb-label,.sticky-buttons button:focus .sb-label,.sticky-buttons button:hover .sb-label{background:var(--_label-bhcolor);color:var(--_label-hcolor);opacity:1;visibility:visible;}.sticky-buttons a.is-active .sb-label,.sticky-buttons a:focus .sb-label,.sticky-buttons button.is-active .sb-label,.sticky-buttons button:focus .sb-label{z-index:2;}.sticky-buttons a:hover .sb-label,.sticky-buttons button:hover .sb-label{z-index:3;}.sticky-buttons.-left-bottom,.sticky-buttons.-left-center,.sticky-buttons.-left-top,.sticky-buttons.-right-bottom,.sticky-buttons.-right-center,.sticky-buttons.-right-top{flex-direction:column;}.sticky-buttons.-left-top{inset:0 auto auto 0;}.sticky-buttons.-left-center{inset:50% auto auto 0;transform:translateY(-50%);}.sticky-buttons.-left-bottom{inset:auto auto 0 0;}.sticky-buttons.-right-bottom .sb-label,.sticky-buttons.-right-center .sb-label,.sticky-buttons.-right-top .sb-label{inset:auto 100% auto auto;}.sticky-buttons.-right-bottom .sb-label:before,.sticky-buttons.-right-center .sb-label:before,.sticky-buttons.-right-top .sb-label:before{inset:50% calc(var(--_label-size) / 4 * -1) auto auto;}.sticky-buttons.-right-top{inset:0 0 auto auto;}.sticky-buttons.-right-center{inset:50% 0 auto auto;transform:translateY(-50%);}.sticky-buttons.-right-bottom{inset:auto 0 0 auto;}.sticky-buttons.-top-center .sb-label,.sticky-buttons.-top-left .sb-label,.sticky-buttons.-top-right .sb-label{inset:100% auto auto 0;margin-block:12px;margin-inline:0;}.sticky-buttons.-top-center .sb-label:before,.sticky-buttons.-top-left .sb-label:before,.sticky-buttons.-top-right .sb-label:before{inset:0 auto calc(var(--_label-size) / 4 * -1) auto;}.sticky-buttons.-top-left{inset:0 auto auto 0;}.sticky-buttons.-top-center{inset:0 auto auto 50%;transform:translateX(-50%);}.sticky-buttons.-top-right{inset:0 0 auto auto;}.sticky-buttons.-top-right .sb-label{inset:100% 0 auto auto;}.sticky-buttons.-top-right .sb-label:before{inset:0 calc(var(--_label-size) / 2) calc(var(--_label-size) / 4 * -1) auto;}.sticky-buttons.-bottom-center .sb-label,.sticky-buttons.-bottom-left .sb-label,.sticky-buttons.-bottom-right .sb-label{inset:auto auto 100% 0;margin-block:12px;margin-inline:0;}.sticky-buttons.-bottom-center .sb-label:before,.sticky-buttons.-bottom-left .sb-label:before,.sticky-buttons.-bottom-right .sb-label:before{inset:100% auto calc(var(--_label-size) / 4 * -1) auto;}.sticky-buttons.-bottom-left{inset:auto auto 0 0;}.sticky-buttons.-bottom-center{inset:auto auto 0 50%;transform:translateX(-50%);}.sticky-buttons.-bottom-right{inset:auto 0 0 auto;}.sticky-buttons.-bottom-right .sb-label{inset:auto 0 100% auto;}.sticky-buttons.-bottom-right .sb-label:before{inset:100% calc(var(--_label-size) / 2) calc(var(--_label-size) / 4 * -1) auto;}.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fas,.far,.fab,.fa{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em);}:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa)::before{content:var(--fa);content:var(--fa)/"";}.fa-1x{font-size:1em;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-6x{font-size:6em;}.fa-7x{font-size:7em;}.fa-8x{font-size:8em;}.fa-9x{font-size:9em;}.fa-10x{font-size:10em;}.fa-2xs{font-size:calc(10 / 16 * 1em);line-height:calc(1 / 10 * 1em);vertical-align:calc(( 6 / 10 - .375 ) * 1em);}.fa-xs{font-size:calc(12 / 16 * 1em);line-height:calc(1 / 12 * 1em);vertical-align:calc(( 6 / 12 - .375 ) * 1em);}.fa-sm{font-size:calc(14 / 16 * 1em);line-height:calc(1 / 14 * 1em);vertical-align:calc(( 6 / 14 - .375 ) * 1em);}.fa-lg{font-size:calc(20 / 16 * 1em);line-height:calc(1 / 20 * 1em);vertical-align:calc(( 6 / 20 - .375 ) * 1em);}.fa-xl{font-size:calc(24 / 16 * 1em);line-height:calc(1 / 24 * 1em);vertical-align:calc(( 6 / 24 - .375 ) * 1em);}.fa-2xl{font-size:calc(32 / 16 * 1em);line-height:calc(1 / 32 * 1em);vertical-align:calc(( 6 / 32 - .375 ) * 1em);}.fa-width-auto{--fa-width:auto;}.fa-fw,.fa-width-fixed{--fa-width:1.25em;}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0;}.fa-ul > li{position:relative;}.fa-li{inset-inline-start:calc(-1 * var(--fa-li-width,2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit;}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.0625em);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em);}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em);}.fa-pull-right,.fa-pull-end{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em);}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear);}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear);}.fa-spin-reverse{--fa-animation-direction:reverse;}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8));}@media (prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none !important;transition:none !important;}}@keyframes fa-beat{0%,90%{transform:scale(1);}45%{transform:scale(var(--fa-beat-scale,1.25));}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0);}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em));}64%{transform:scale(1,1) translateY(0);}100%{transform:scale(1,1) translateY(0);}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4);}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1);}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125));}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));}}@keyframes fa-shake{0%{transform:rotate(-15deg);}4%{transform:rotate(15deg);}8%,24%{transform:rotate(-18deg);}12%,28%{transform:rotate(18deg);}16%{transform:rotate(-22deg);}20%{transform:rotate(22deg);}32%{transform:rotate(-12deg);}36%{transform:rotate(12deg);}40%,100%{transform:rotate(0deg);}}@keyframes fa-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.fa-rotate-90{transform:rotate(90deg);}.fa-rotate-180{transform:rotate(180deg);}.fa-rotate-270{transform:rotate(270deg);}.fa-flip-horizontal{transform:scale(-1,1);}.fa-flip-vertical{transform:scale(1,-1);}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1);}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0));}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em;}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto);}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:var(--fa-inverse,#fff);}.fa-0{--fa:"0";}.fa-1{--fa:"1";}.fa-2{--fa:"2";}.fa-3{--fa:"3";}.fa-4{--fa:"4";}.fa-5{--fa:"5";}.fa-6{--fa:"6";}.fa-7{--fa:"7";}.fa-8{--fa:"8";}.fa-9{--fa:"9";}.fa-exclamation{--fa:"!";}.fa-hashtag{--fa:"#";}.fa-dollar-sign{--fa:"$";}.fa-dollar{--fa:"$";}.fa-usd{--fa:"$";}.fa-percent{--fa:"%";}.fa-percentage{--fa:"%";}.fa-asterisk{--fa:"*";}.fa-plus{--fa:"+";}.fa-add{--fa:"+";}.fa-less-than{--fa:"<";}.fa-equals{--fa:"=";}.fa-greater-than{--fa:">";}.fa-question{--fa:"?";}.fa-at{--fa:"@";}.fa-a{--fa:"A";}.fa-b{--fa:"B";}.fa-c{--fa:"C";}.fa-d{--fa:"D";}.fa-e{--fa:"E";}.fa-f{--fa:"F";}.fa-g{--fa:"G";}.fa-h{--fa:"H";}.fa-i{--fa:"I";}.fa-j{--fa:"J";}.fa-k{--fa:"K";}.fa-l{--fa:"L";}.fa-m{--fa:"M";}.fa-n{--fa:"N";}.fa-o{--fa:"O";}.fa-p{--fa:"P";}.fa-q{--fa:"Q";}.fa-r{--fa:"R";}.fa-s{--fa:"S";}.fa-t{--fa:"T";}.fa-u{--fa:"U";}.fa-v{--fa:"V";}.fa-w{--fa:"W";}.fa-x{--fa:"X";}.fa-y{--fa:"Y";}.fa-z{--fa:"Z";}.fa-faucet{--fa:"";}.fa-faucet-drip{--fa:"";}.fa-house-chimney-window{--fa:"";}.fa-house-signal{--fa:"";}.fa-temperature-arrow-down{--fa:"";}.fa-temperature-down{--fa:"";}.fa-temperature-arrow-up{--fa:"";}.fa-temperature-up{--fa:"";}.fa-trailer{--fa:"";}.fa-bacteria{--fa:"";}.fa-bacterium{--fa:"";}.fa-box-tissue{--fa:"";}.fa-hand-holding-medical{--fa:"";}.fa-hand-sparkles{--fa:"";}.fa-hands-bubbles{--fa:"";}.fa-hands-wash{--fa:"";}.fa-handshake-slash{--fa:"";}.fa-handshake-alt-slash{--fa:"";}.fa-handshake-simple-slash{--fa:"";}.fa-head-side-cough{--fa:"";}.fa-head-side-cough-slash{--fa:"";}.fa-head-side-mask{--fa:"";}.fa-head-side-virus{--fa:"";}.fa-house-chimney-user{--fa:"";}.fa-house-laptop{--fa:"";}.fa-laptop-house{--fa:"";}.fa-lungs-virus{--fa:"";}.fa-people-arrows{--fa:"";}.fa-people-arrows-left-right{--fa:"";}.fa-plane-slash{--fa:"";}.fa-pump-medical{--fa:"";}.fa-pump-soap{--fa:"";}.fa-shield-virus{--fa:"";}.fa-sink{--fa:"";}.fa-soap{--fa:"";}.fa-stopwatch-20{--fa:"";}.fa-shop-slash{--fa:"";}.fa-store-alt-slash{--fa:"";}.fa-store-slash{--fa:"";}.fa-toilet-paper-slash{--fa:"";}.fa-users-slash{--fa:"";}.fa-virus{--fa:"";}.fa-virus-slash{--fa:"";}.fa-viruses{--fa:"";}.fa-vest{--fa:"";}.fa-vest-patches{--fa:"";}.fa-arrow-trend-down{--fa:"";}.fa-arrow-trend-up{--fa:"";}.fa-arrow-up-from-bracket{--fa:"";}.fa-austral-sign{--fa:"";}.fa-baht-sign{--fa:"";}.fa-bitcoin-sign{--fa:"";}.fa-bolt-lightning{--fa:"";}.fa-book-bookmark{--fa:"";}.fa-camera-rotate{--fa:"";}.fa-cedi-sign{--fa:"";}.fa-chart-column{--fa:"";}.fa-chart-gantt{--fa:"";}.fa-clapperboard{--fa:"";}.fa-clover{--fa:"";}.fa-code-compare{--fa:"";}.fa-code-fork{--fa:"";}.fa-code-pull-request{--fa:"";}.fa-colon-sign{--fa:"";}.fa-cruzeiro-sign{--fa:"";}.fa-display{--fa:"";}.fa-dong-sign{--fa:"";}.fa-elevator{--fa:"";}.fa-filter-circle-xmark{--fa:"";}.fa-florin-sign{--fa:"";}.fa-folder-closed{--fa:"";}.fa-franc-sign{--fa:"";}.fa-guarani-sign{--fa:"";}.fa-gun{--fa:"";}.fa-hands-clapping{--fa:"";}.fa-house-user{--fa:"";}.fa-home-user{--fa:"";}.fa-indian-rupee-sign{--fa:"";}.fa-indian-rupee{--fa:"";}.fa-inr{--fa:"";}.fa-kip-sign{--fa:"";}.fa-lari-sign{--fa:"";}.fa-litecoin-sign{--fa:"";}.fa-manat-sign{--fa:"";}.fa-mask-face{--fa:"";}.fa-mill-sign{--fa:"";}.fa-money-bills{--fa:"";}.fa-naira-sign{--fa:"";}.fa-notdef{--fa:"";}.fa-panorama{--fa:"";}.fa-peseta-sign{--fa:"";}.fa-peso-sign{--fa:"";}.fa-plane-up{--fa:"";}.fa-rupiah-sign{--fa:"";}.fa-stairs{--fa:"";}.fa-timeline{--fa:"";}.fa-truck-front{--fa:"";}.fa-turkish-lira-sign{--fa:"";}.fa-try{--fa:"";}.fa-turkish-lira{--fa:"";}.fa-vault{--fa:"";}.fa-wand-magic-sparkles{--fa:"";}.fa-magic-wand-sparkles{--fa:"";}.fa-wheat-awn{--fa:"";}.fa-wheat-alt{--fa:"";}.fa-wheelchair-move{--fa:"";}.fa-wheelchair-alt{--fa:"";}.fa-bangladeshi-taka-sign{--fa:"";}.fa-bowl-rice{--fa:"";}.fa-person-pregnant{--fa:"";}.fa-house-chimney{--fa:"";}.fa-home-lg{--fa:"";}.fa-house-crack{--fa:"";}.fa-house-medical{--fa:"";}.fa-cent-sign{--fa:"";}.fa-plus-minus{--fa:"";}.fa-sailboat{--fa:"";}.fa-section{--fa:"";}.fa-shrimp{--fa:"";}.fa-brazilian-real-sign{--fa:"";}.fa-chart-simple{--fa:"";}.fa-diagram-next{--fa:"";}.fa-diagram-predecessor{--fa:"";}.fa-diagram-successor{--fa:"";}.fa-earth-oceania{--fa:"";}.fa-globe-oceania{--fa:"";}.fa-bug-slash{--fa:"";}.fa-file-circle-plus{--fa:"";}.fa-shop-lock{--fa:"";}.fa-virus-covid{--fa:"";}.fa-virus-covid-slash{--fa:"";}.fa-anchor-circle-check{--fa:"";}.fa-anchor-circle-exclamation{--fa:"";}.fa-anchor-circle-xmark{--fa:"";}.fa-anchor-lock{--fa:"";}.fa-arrow-down-up-across-line{--fa:"";}.fa-arrow-down-up-lock{--fa:"";}.fa-arrow-right-to-city{--fa:"";}.fa-arrow-up-from-ground-water{--fa:"";}.fa-arrow-up-from-water-pump{--fa:"";}.fa-arrow-up-right-dots{--fa:"";}.fa-arrows-down-to-line{--fa:"";}.fa-arrows-down-to-people{--fa:"";}.fa-arrows-left-right-to-line{--fa:"";}.fa-arrows-spin{--fa:"";}.fa-arrows-split-up-and-left{--fa:"";}.fa-arrows-to-circle{--fa:"";}.fa-arrows-to-dot{--fa:"";}.fa-arrows-to-eye{--fa:"";}.fa-arrows-turn-right{--fa:"";}.fa-arrows-turn-to-dots{--fa:"";}.fa-arrows-up-to-line{--fa:"";}.fa-bore-hole{--fa:"";}.fa-bottle-droplet{--fa:"";}.fa-bottle-water{--fa:"";}.fa-bowl-food{--fa:"";}.fa-boxes-packing{--fa:"";}.fa-bridge{--fa:"";}.fa-bridge-circle-check{--fa:"";}.fa-bridge-circle-exclamation{--fa:"";}.fa-bridge-circle-xmark{--fa:"";}.fa-bridge-lock{--fa:"";}.fa-bridge-water{--fa:"";}.fa-bucket{--fa:"";}.fa-bugs{--fa:"";}.fa-building-circle-arrow-right{--fa:"";}.fa-building-circle-check{--fa:"";}.fa-building-circle-exclamation{--fa:"";}.fa-building-circle-xmark{--fa:"";}.fa-building-flag{--fa:"";}.fa-building-lock{--fa:"";}.fa-building-ngo{--fa:"";}.fa-building-shield{--fa:"";}.fa-building-un{--fa:"";}.fa-building-user{--fa:"";}.fa-building-wheat{--fa:"";}.fa-burst{--fa:"";}.fa-car-on{--fa:"";}.fa-car-tunnel{--fa:"";}.fa-child-combatant{--fa:"";}.fa-child-rifle{--fa:"";}.fa-children{--fa:"";}.fa-circle-nodes{--fa:"";}.fa-clipboard-question{--fa:"";}.fa-cloud-showers-water{--fa:"";}.fa-computer{--fa:"";}.fa-cubes-stacked{--fa:"";}.fa-envelope-circle-check{--fa:"";}.fa-explosion{--fa:"";}.fa-ferry{--fa:"";}.fa-file-circle-exclamation{--fa:"";}.fa-file-circle-minus{--fa:"";}.fa-file-circle-question{--fa:"";}.fa-file-shield{--fa:"";}.fa-fire-burner{--fa:"";}.fa-fish-fins{--fa:"";}.fa-flask-vial{--fa:"";}.fa-glass-water{--fa:"";}.fa-glass-water-droplet{--fa:"";}.fa-group-arrows-rotate{--fa:"";}.fa-hand-holding-hand{--fa:"";}.fa-handcuffs{--fa:"";}.fa-hands-bound{--fa:"";}.fa-hands-holding-child{--fa:"";}.fa-hands-holding-circle{--fa:"";}.fa-heart-circle-bolt{--fa:"";}.fa-heart-circle-check{--fa:"";}.fa-heart-circle-exclamation{--fa:"";}.fa-heart-circle-minus{--fa:"";}.fa-heart-circle-plus{--fa:"";}.fa-heart-circle-xmark{--fa:"";}.fa-helicopter-symbol{--fa:"";}.fa-helmet-un{--fa:"";}.fa-hill-avalanche{--fa:"";}.fa-hill-rockslide{--fa:"";}.fa-house-circle-check{--fa:"";}.fa-house-circle-exclamation{--fa:"";}.fa-house-circle-xmark{--fa:"";}.fa-house-fire{--fa:"";}.fa-house-flag{--fa:"";}.fa-house-flood-water{--fa:"";}.fa-house-flood-water-circle-arrow-right{--fa:"";}.fa-house-lock{--fa:"";}.fa-house-medical-circle-check{--fa:"";}.fa-house-medical-circle-exclamation{--fa:"";}.fa-house-medical-circle-xmark{--fa:"";}.fa-house-medical-flag{--fa:"";}.fa-house-tsunami{--fa:"";}.fa-jar{--fa:"";}.fa-jar-wheat{--fa:"";}.fa-jet-fighter-up{--fa:"";}.fa-jug-detergent{--fa:"";}.fa-kitchen-set{--fa:"";}.fa-land-mine-on{--fa:"";}.fa-landmark-flag{--fa:"";}.fa-laptop-file{--fa:"";}.fa-lines-leaning{--fa:"";}.fa-location-pin-lock{--fa:"";}.fa-locust{--fa:"";}.fa-magnifying-glass-arrow-right{--fa:"";}.fa-magnifying-glass-chart{--fa:"";}.fa-mars-and-venus-burst{--fa:"";}.fa-mask-ventilator{--fa:"";}.fa-mattress-pillow{--fa:"";}.fa-mobile-retro{--fa:"";}.fa-money-bill-transfer{--fa:"";}.fa-money-bill-trend-up{--fa:"";}.fa-money-bill-wheat{--fa:"";}.fa-mosquito{--fa:"";}.fa-mosquito-net{--fa:"";}.fa-mound{--fa:"";}.fa-mountain-city{--fa:"";}.fa-mountain-sun{--fa:"";}.fa-oil-well{--fa:"";}.fa-people-group{--fa:"";}.fa-people-line{--fa:"";}.fa-people-pulling{--fa:"";}.fa-people-robbery{--fa:"";}.fa-people-roof{--fa:"";}.fa-person-arrow-down-to-line{--fa:"";}.fa-person-arrow-up-from-line{--fa:"";}.fa-person-breastfeeding{--fa:"";}.fa-person-burst{--fa:"";}.fa-person-cane{--fa:"";}.fa-person-chalkboard{--fa:"";}.fa-person-circle-check{--fa:"";}.fa-person-circle-exclamation{--fa:"";}.fa-person-circle-minus{--fa:"";}.fa-person-circle-plus{--fa:"";}.fa-person-circle-question{--fa:"";}.fa-person-circle-xmark{--fa:"";}.fa-person-dress-burst{--fa:"";}.fa-person-drowning{--fa:"";}.fa-person-falling{--fa:"";}.fa-person-falling-burst{--fa:"";}.fa-person-half-dress{--fa:"";}.fa-person-harassing{--fa:"";}.fa-person-military-pointing{--fa:"";}.fa-person-military-rifle{--fa:"";}.fa-person-military-to-person{--fa:"";}.fa-person-rays{--fa:"";}.fa-person-rifle{--fa:"";}.fa-person-shelter{--fa:"";}.fa-person-walking-arrow-loop-left{--fa:"";}.fa-person-walking-arrow-right{--fa:"";}.fa-person-walking-dashed-line-arrow-right{--fa:"";}.fa-person-walking-luggage{--fa:"";}.fa-plane-circle-check{--fa:"";}.fa-plane-circle-exclamation{--fa:"";}.fa-plane-circle-xmark{--fa:"";}.fa-plane-lock{--fa:"";}.fa-plate-wheat{--fa:"";}.fa-plug-circle-bolt{--fa:"";}.fa-plug-circle-check{--fa:"";}.fa-plug-circle-exclamation{--fa:"";}.fa-plug-circle-minus{--fa:"";}.fa-plug-circle-plus{--fa:"";}.fa-plug-circle-xmark{--fa:"";}.fa-ranking-star{--fa:"";}.fa-road-barrier{--fa:"";}.fa-road-bridge{--fa:"";}.fa-road-circle-check{--fa:"";}.fa-road-circle-exclamation{--fa:"";}.fa-road-circle-xmark{--fa:"";}.fa-road-lock{--fa:"";}.fa-road-spikes{--fa:"";}.fa-rug{--fa:"";}.fa-sack-xmark{--fa:"";}.fa-school-circle-check{--fa:"";}.fa-school-circle-exclamation{--fa:"";}.fa-school-circle-xmark{--fa:"";}.fa-school-flag{--fa:"";}.fa-school-lock{--fa:"";}.fa-sheet-plastic{--fa:"";}.fa-shield-cat{--fa:"";}.fa-shield-dog{--fa:"";}.fa-shield-heart{--fa:"";}.fa-square-nfi{--fa:"";}.fa-square-person-confined{--fa:"";}.fa-square-virus{--fa:"";}.fa-staff-snake{--fa:"";}.fa-rod-asclepius{--fa:"";}.fa-rod-snake{--fa:"";}.fa-staff-aesculapius{--fa:"";}.fa-sun-plant-wilt{--fa:"";}.fa-tarp{--fa:"";}.fa-tarp-droplet{--fa:"";}.fa-tent{--fa:"";}.fa-tent-arrow-down-to-line{--fa:"";}.fa-tent-arrow-left-right{--fa:"";}.fa-tent-arrow-turn-left{--fa:"";}.fa-tent-arrows-down{--fa:"";}.fa-tents{--fa:"";}.fa-toilet-portable{--fa:"";}.fa-toilets-portable{--fa:"";}.fa-tower-cell{--fa:"";}.fa-tower-observation{--fa:"";}.fa-tree-city{--fa:"";}.fa-trowel{--fa:"";}.fa-trowel-bricks{--fa:"";}.fa-truck-arrow-right{--fa:"";}.fa-truck-droplet{--fa:"";}.fa-truck-field{--fa:"";}.fa-truck-field-un{--fa:"";}.fa-truck-plane{--fa:"";}.fa-users-between-lines{--fa:"";}.fa-users-line{--fa:"";}.fa-users-rays{--fa:"";}.fa-users-rectangle{--fa:"";}.fa-users-viewfinder{--fa:"";}.fa-vial-circle-check{--fa:"";}.fa-vial-virus{--fa:"";}.fa-wheat-awn-circle-exclamation{--fa:"";}.fa-worm{--fa:"";}.fa-xmarks-lines{--fa:"";}.fa-child-dress{--fa:"";}.fa-child-reaching{--fa:"";}.fa-file-circle-check{--fa:"";}.fa-file-circle-xmark{--fa:"";}.fa-person-through-window{--fa:"";}.fa-plant-wilt{--fa:"";}.fa-stapler{--fa:"";}.fa-train-tram{--fa:"";}.fa-table-cells-column-lock{--fa:"";}.fa-table-cells-row-lock{--fa:"";}.fa-web-awesome{--fa:"";}.fa-thumbtack-slash{--fa:"";}.fa-thumb-tack-slash{--fa:"";}.fa-table-cells-row-unlock{--fa:"";}.fa-chart-diagram{--fa:"";}.fa-comment-nodes{--fa:"";}.fa-file-fragment{--fa:"";}.fa-file-half-dashed{--fa:"";}.fa-hexagon-nodes{--fa:"";}.fa-hexagon-nodes-bolt{--fa:"";}.fa-square-binary{--fa:"";}.fa-pentagon{--fa:"";}.fa-non-binary{--fa:"";}.fa-spiral{--fa:"";}.fa-mobile-vibrate{--fa:"";}.fa-single-quote-left{--fa:"";}.fa-single-quote-right{--fa:"";}.fa-bus-side{--fa:"";}.fa-septagon{--fa:"";}.fa-heptagon{--fa:"";}.fa-martini-glass-empty{--fa:"";}.fa-glass-martini{--fa:"";}.fa-music{--fa:"";}.fa-magnifying-glass{--fa:"";}.fa-search{--fa:"";}.fa-heart{--fa:"";}.fa-star{--fa:"";}.fa-user{--fa:"";}.fa-user-alt{--fa:"";}.fa-user-large{--fa:"";}.fa-film{--fa:"";}.fa-film-alt{--fa:"";}.fa-film-simple{--fa:"";}.fa-table-cells-large{--fa:"";}.fa-th-large{--fa:"";}.fa-table-cells{--fa:"";}.fa-th{--fa:"";}.fa-table-list{--fa:"";}.fa-th-list{--fa:"";}.fa-check{--fa:"";}.fa-xmark{--fa:"";}.fa-close{--fa:"";}.fa-multiply{--fa:"";}.fa-remove{--fa:"";}.fa-times{--fa:"";}.fa-magnifying-glass-plus{--fa:"";}.fa-search-plus{--fa:"";}.fa-magnifying-glass-minus{--fa:"";}.fa-search-minus{--fa:"";}.fa-power-off{--fa:"";}.fa-signal{--fa:"";}.fa-signal-5{--fa:"";}.fa-signal-perfect{--fa:"";}.fa-gear{--fa:"";}.fa-cog{--fa:"";}.fa-house{--fa:"";}.fa-home{--fa:"";}.fa-home-alt{--fa:"";}.fa-home-lg-alt{--fa:"";}.fa-clock{--fa:"";}.fa-clock-four{--fa:"";}.fa-road{--fa:"";}.fa-download{--fa:"";}.fa-inbox{--fa:"";}.fa-arrow-rotate-right{--fa:"";}.fa-arrow-right-rotate{--fa:"";}.fa-arrow-rotate-forward{--fa:"";}.fa-redo{--fa:"";}.fa-arrows-rotate{--fa:"";}.fa-refresh{--fa:"";}.fa-sync{--fa:"";}.fa-rectangle-list{--fa:"";}.fa-list-alt{--fa:"";}.fa-lock{--fa:"";}.fa-flag{--fa:"";}.fa-headphones{--fa:"";}.fa-headphones-alt{--fa:"";}.fa-headphones-simple{--fa:"";}.fa-volume-off{--fa:"";}.fa-volume-low{--fa:"";}.fa-volume-down{--fa:"";}.fa-volume-high{--fa:"";}.fa-volume-up{--fa:"";}.fa-qrcode{--fa:"";}.fa-barcode{--fa:"";}.fa-tag{--fa:"";}.fa-tags{--fa:"";}.fa-book{--fa:"";}.fa-bookmark{--fa:"";}.fa-print{--fa:"";}.fa-camera{--fa:"";}.fa-camera-alt{--fa:"";}.fa-font{--fa:"";}.fa-bold{--fa:"";}.fa-italic{--fa:"";}.fa-text-height{--fa:"";}.fa-text-width{--fa:"";}.fa-align-left{--fa:"";}.fa-align-center{--fa:"";}.fa-align-right{--fa:"";}.fa-align-justify{--fa:"";}.fa-list{--fa:"";}.fa-list-squares{--fa:"";}.fa-outdent{--fa:"";}.fa-dedent{--fa:"";}.fa-indent{--fa:"";}.fa-video{--fa:"";}.fa-video-camera{--fa:"";}.fa-image{--fa:"";}.fa-location-pin{--fa:"";}.fa-map-marker{--fa:"";}.fa-circle-half-stroke{--fa:"";}.fa-adjust{--fa:"";}.fa-droplet{--fa:"";}.fa-tint{--fa:"";}.fa-pen-to-square{--fa:"";}.fa-edit{--fa:"";}.fa-arrows-up-down-left-right{--fa:"";}.fa-arrows{--fa:"";}.fa-backward-step{--fa:"";}.fa-step-backward{--fa:"";}.fa-backward-fast{--fa:"";}.fa-fast-backward{--fa:"";}.fa-backward{--fa:"";}.fa-play{--fa:"";}.fa-pause{--fa:"";}.fa-stop{--fa:"";}.fa-forward{--fa:"";}.fa-forward-fast{--fa:"";}.fa-fast-forward{--fa:"";}.fa-forward-step{--fa:"";}.fa-step-forward{--fa:"";}.fa-eject{--fa:"";}.fa-chevron-left{--fa:"";}.fa-chevron-right{--fa:"";}.fa-circle-plus{--fa:"";}.fa-plus-circle{--fa:"";}.fa-circle-minus{--fa:"";}.fa-minus-circle{--fa:"";}.fa-circle-xmark{--fa:"";}.fa-times-circle{--fa:"";}.fa-xmark-circle{--fa:"";}.fa-circle-check{--fa:"";}.fa-check-circle{--fa:"";}.fa-circle-question{--fa:"";}.fa-question-circle{--fa:"";}.fa-circle-info{--fa:"";}.fa-info-circle{--fa:"";}.fa-crosshairs{--fa:"";}.fa-ban{--fa:"";}.fa-cancel{--fa:"";}.fa-arrow-left{--fa:"";}.fa-arrow-right{--fa:"";}.fa-arrow-up{--fa:"";}.fa-arrow-down{--fa:"";}.fa-share{--fa:"";}.fa-mail-forward{--fa:"";}.fa-expand{--fa:"";}.fa-compress{--fa:"";}.fa-minus{--fa:"";}.fa-subtract{--fa:"";}.fa-circle-exclamation{--fa:"";}.fa-exclamation-circle{--fa:"";}.fa-gift{--fa:"";}.fa-leaf{--fa:"";}.fa-fire{--fa:"";}.fa-eye{--fa:"";}.fa-eye-slash{--fa:"";}.fa-triangle-exclamation{--fa:"";}.fa-exclamation-triangle{--fa:"";}.fa-warning{--fa:"";}.fa-plane{--fa:"";}.fa-calendar-days{--fa:"";}.fa-calendar-alt{--fa:"";}.fa-shuffle{--fa:"";}.fa-random{--fa:"";}.fa-comment{--fa:"";}.fa-magnet{--fa:"";}.fa-chevron-up{--fa:"";}.fa-chevron-down{--fa:"";}.fa-retweet{--fa:"";}.fa-cart-shopping{--fa:"";}.fa-shopping-cart{--fa:"";}.fa-folder{--fa:"";}.fa-folder-blank{--fa:"";}.fa-folder-open{--fa:"";}.fa-arrows-up-down{--fa:"";}.fa-arrows-v{--fa:"";}.fa-arrows-left-right{--fa:"";}.fa-arrows-h{--fa:"";}.fa-chart-bar{--fa:"";}.fa-bar-chart{--fa:"";}.fa-camera-retro{--fa:"";}.fa-key{--fa:"";}.fa-gears{--fa:"";}.fa-cogs{--fa:"";}.fa-comments{--fa:"";}.fa-star-half{--fa:"";}.fa-arrow-right-from-bracket{--fa:"";}.fa-sign-out{--fa:"";}.fa-thumbtack{--fa:"";}.fa-thumb-tack{--fa:"";}.fa-arrow-up-right-from-square{--fa:"";}.fa-external-link{--fa:"";}.fa-arrow-right-to-bracket{--fa:"";}.fa-sign-in{--fa:"";}.fa-trophy{--fa:"";}.fa-upload{--fa:"";}.fa-lemon{--fa:"";}.fa-phone{--fa:"";}.fa-square-phone{--fa:"";}.fa-phone-square{--fa:"";}.fa-unlock{--fa:"";}.fa-credit-card{--fa:"";}.fa-credit-card-alt{--fa:"";}.fa-rss{--fa:"";}.fa-feed{--fa:"";}.fa-hard-drive{--fa:"";}.fa-hdd{--fa:"";}.fa-bullhorn{--fa:"";}.fa-certificate{--fa:"";}.fa-hand-point-right{--fa:"";}.fa-hand-point-left{--fa:"";}.fa-hand-point-up{--fa:"";}.fa-hand-point-down{--fa:"";}.fa-circle-arrow-left{--fa:"";}.fa-arrow-circle-left{--fa:"";}.fa-circle-arrow-right{--fa:"";}.fa-arrow-circle-right{--fa:"";}.fa-circle-arrow-up{--fa:"";}.fa-arrow-circle-up{--fa:"";}.fa-circle-arrow-down{--fa:"";}.fa-arrow-circle-down{--fa:"";}.fa-globe{--fa:"";}.fa-wrench{--fa:"";}.fa-list-check{--fa:"";}.fa-tasks{--fa:"";}.fa-filter{--fa:"";}.fa-briefcase{--fa:"";}.fa-up-down-left-right{--fa:"";}.fa-arrows-alt{--fa:"";}.fa-users{--fa:"";}.fa-link{--fa:"";}.fa-chain{--fa:"";}.fa-cloud{--fa:"";}.fa-flask{--fa:"";}.fa-scissors{--fa:"";}.fa-cut{--fa:"";}.fa-copy{--fa:"";}.fa-paperclip{--fa:"";}.fa-floppy-disk{--fa:"";}.fa-save{--fa:"";}.fa-square{--fa:"";}.fa-bars{--fa:"";}.fa-navicon{--fa:"";}.fa-list-ul{--fa:"";}.fa-list-dots{--fa:"";}.fa-list-ol{--fa:"";}.fa-list-1-2{--fa:"";}.fa-list-numeric{--fa:"";}.fa-strikethrough{--fa:"";}.fa-underline{--fa:"";}.fa-table{--fa:"";}.fa-wand-magic{--fa:"";}.fa-magic{--fa:"";}.fa-truck{--fa:"";}.fa-money-bill{--fa:"";}.fa-caret-down{--fa:"";}.fa-caret-up{--fa:"";}.fa-caret-left{--fa:"";}.fa-caret-right{--fa:"";}.fa-table-columns{--fa:"";}.fa-columns{--fa:"";}.fa-sort{--fa:"";}.fa-unsorted{--fa:"";}.fa-sort-down{--fa:"";}.fa-sort-desc{--fa:"";}.fa-sort-up{--fa:"";}.fa-sort-asc{--fa:"";}.fa-envelope{--fa:"";}.fa-arrow-rotate-left{--fa:"";}.fa-arrow-left-rotate{--fa:"";}.fa-arrow-rotate-back{--fa:"";}.fa-arrow-rotate-backward{--fa:"";}.fa-undo{--fa:"";}.fa-gavel{--fa:"";}.fa-legal{--fa:"";}.fa-bolt{--fa:"";}.fa-zap{--fa:"";}.fa-sitemap{--fa:"";}.fa-umbrella{--fa:"";}.fa-paste{--fa:"";}.fa-file-clipboard{--fa:"";}.fa-lightbulb{--fa:"";}.fa-arrow-right-arrow-left{--fa:"";}.fa-exchange{--fa:"";}.fa-cloud-arrow-down{--fa:"";}.fa-cloud-download{--fa:"";}.fa-cloud-download-alt{--fa:"";}.fa-cloud-arrow-up{--fa:"";}.fa-cloud-upload{--fa:"";}.fa-cloud-upload-alt{--fa:"";}.fa-user-doctor{--fa:"";}.fa-user-md{--fa:"";}.fa-stethoscope{--fa:"";}.fa-suitcase{--fa:"";}.fa-bell{--fa:"";}.fa-mug-saucer{--fa:"";}.fa-coffee{--fa:"";}.fa-hospital{--fa:"";}.fa-hospital-alt{--fa:"";}.fa-hospital-wide{--fa:"";}.fa-truck-medical{--fa:"";}.fa-ambulance{--fa:"";}.fa-suitcase-medical{--fa:"";}.fa-medkit{--fa:"";}.fa-jet-fighter{--fa:"";}.fa-fighter-jet{--fa:"";}.fa-beer-mug-empty{--fa:"";}.fa-beer{--fa:"";}.fa-square-h{--fa:"";}.fa-h-square{--fa:"";}.fa-square-plus{--fa:"";}.fa-plus-square{--fa:"";}.fa-angles-left{--fa:"";}.fa-angle-double-left{--fa:"";}.fa-angles-right{--fa:"";}.fa-angle-double-right{--fa:"";}.fa-angles-up{--fa:"";}.fa-angle-double-up{--fa:"";}.fa-angles-down{--fa:"";}.fa-angle-double-down{--fa:"";}.fa-angle-left{--fa:"";}.fa-angle-right{--fa:"";}.fa-angle-up{--fa:"";}.fa-angle-down{--fa:"";}.fa-laptop{--fa:"";}.fa-tablet-button{--fa:"";}.fa-mobile-button{--fa:"";}.fa-quote-left{--fa:"";}.fa-quote-left-alt{--fa:"";}.fa-quote-right{--fa:"";}.fa-quote-right-alt{--fa:"";}.fa-spinner{--fa:"";}.fa-circle{--fa:"";}.fa-face-smile{--fa:"";}.fa-smile{--fa:"";}.fa-face-frown{--fa:"";}.fa-frown{--fa:"";}.fa-face-meh{--fa:"";}.fa-meh{--fa:"";}.fa-gamepad{--fa:"";}.fa-keyboard{--fa:"";}.fa-flag-checkered{--fa:"";}.fa-terminal{--fa:"";}.fa-code{--fa:"";}.fa-reply-all{--fa:"";}.fa-mail-reply-all{--fa:"";}.fa-location-arrow{--fa:"";}.fa-crop{--fa:"";}.fa-code-branch{--fa:"";}.fa-link-slash{--fa:"";}.fa-chain-broken{--fa:"";}.fa-chain-slash{--fa:"";}.fa-unlink{--fa:"";}.fa-info{--fa:"";}.fa-superscript{--fa:"";}.fa-subscript{--fa:"";}.fa-eraser{--fa:"";}.fa-puzzle-piece{--fa:"";}.fa-microphone{--fa:"";}.fa-microphone-slash{--fa:"";}.fa-shield{--fa:"";}.fa-shield-blank{--fa:"";}.fa-calendar{--fa:"";}.fa-fire-extinguisher{--fa:"";}.fa-rocket{--fa:"";}.fa-circle-chevron-left{--fa:"";}.fa-chevron-circle-left{--fa:"";}.fa-circle-chevron-right{--fa:"";}.fa-chevron-circle-right{--fa:"";}.fa-circle-chevron-up{--fa:"";}.fa-chevron-circle-up{--fa:"";}.fa-circle-chevron-down{--fa:"";}.fa-chevron-circle-down{--fa:"";}.fa-anchor{--fa:"";}.fa-unlock-keyhole{--fa:"";}.fa-unlock-alt{--fa:"";}.fa-bullseye{--fa:"";}.fa-ellipsis{--fa:"";}.fa-ellipsis-h{--fa:"";}.fa-ellipsis-vertical{--fa:"";}.fa-ellipsis-v{--fa:"";}.fa-square-rss{--fa:"";}.fa-rss-square{--fa:"";}.fa-circle-play{--fa:"";}.fa-play-circle{--fa:"";}.fa-ticket{--fa:"";}.fa-square-minus{--fa:"";}.fa-minus-square{--fa:"";}.fa-arrow-turn-up{--fa:"";}.fa-level-up{--fa:"";}.fa-arrow-turn-down{--fa:"";}.fa-level-down{--fa:"";}.fa-square-check{--fa:"";}.fa-check-square{--fa:"";}.fa-square-pen{--fa:"";}.fa-pen-square{--fa:"";}.fa-pencil-square{--fa:"";}.fa-square-arrow-up-right{--fa:"";}.fa-external-link-square{--fa:"";}.fa-share-from-square{--fa:"";}.fa-share-square{--fa:"";}.fa-compass{--fa:"";}.fa-square-caret-down{--fa:"";}.fa-caret-square-down{--fa:"";}.fa-square-caret-up{--fa:"";}.fa-caret-square-up{--fa:"";}.fa-square-caret-right{--fa:"";}.fa-caret-square-right{--fa:"";}.fa-euro-sign{--fa:"";}.fa-eur{--fa:"";}.fa-euro{--fa:"";}.fa-sterling-sign{--fa:"";}.fa-gbp{--fa:"";}.fa-pound-sign{--fa:"";}.fa-rupee-sign{--fa:"";}.fa-rupee{--fa:"";}.fa-yen-sign{--fa:"";}.fa-cny{--fa:"";}.fa-jpy{--fa:"";}.fa-rmb{--fa:"";}.fa-yen{--fa:"";}.fa-ruble-sign{--fa:"";}.fa-rouble{--fa:"";}.fa-rub{--fa:"";}.fa-ruble{--fa:"";}.fa-won-sign{--fa:"";}.fa-krw{--fa:"";}.fa-won{--fa:"";}.fa-file{--fa:"";}.fa-file-lines{--fa:"";}.fa-file-alt{--fa:"";}.fa-file-text{--fa:"";}.fa-arrow-down-a-z{--fa:"";}.fa-sort-alpha-asc{--fa:"";}.fa-sort-alpha-down{--fa:"";}.fa-arrow-up-a-z{--fa:"";}.fa-sort-alpha-up{--fa:"";}.fa-arrow-down-wide-short{--fa:"";}.fa-sort-amount-asc{--fa:"";}.fa-sort-amount-down{--fa:"";}.fa-arrow-up-wide-short{--fa:"";}.fa-sort-amount-up{--fa:"";}.fa-arrow-down-1-9{--fa:"";}.fa-sort-numeric-asc{--fa:"";}.fa-sort-numeric-down{--fa:"";}.fa-arrow-up-1-9{--fa:"";}.fa-sort-numeric-up{--fa:"";}.fa-thumbs-up{--fa:"";}.fa-thumbs-down{--fa:"";}.fa-arrow-down-long{--fa:"";}.fa-long-arrow-down{--fa:"";}.fa-arrow-up-long{--fa:"";}.fa-long-arrow-up{--fa:"";}.fa-arrow-left-long{--fa:"";}.fa-long-arrow-left{--fa:"";}.fa-arrow-right-long{--fa:"";}.fa-long-arrow-right{--fa:"";}.fa-person-dress{--fa:"";}.fa-female{--fa:"";}.fa-person{--fa:"";}.fa-male{--fa:"";}.fa-sun{--fa:"";}.fa-moon{--fa:"";}.fa-box-archive{--fa:"";}.fa-archive{--fa:"";}.fa-bug{--fa:"";}.fa-square-caret-left{--fa:"";}.fa-caret-square-left{--fa:"";}.fa-circle-dot{--fa:"";}.fa-dot-circle{--fa:"";}.fa-wheelchair{--fa:"";}.fa-lira-sign{--fa:"";}.fa-shuttle-space{--fa:"";}.fa-space-shuttle{--fa:"";}.fa-square-envelope{--fa:"";}.fa-envelope-square{--fa:"";}.fa-building-columns{--fa:"";}.fa-bank{--fa:"";}.fa-institution{--fa:"";}.fa-museum{--fa:"";}.fa-university{--fa:"";}.fa-graduation-cap{--fa:"";}.fa-mortar-board{--fa:"";}.fa-language{--fa:"";}.fa-fax{--fa:"";}.fa-building{--fa:"";}.fa-child{--fa:"";}.fa-paw{--fa:"";}.fa-cube{--fa:"";}.fa-cubes{--fa:"";}.fa-recycle{--fa:"";}.fa-car{--fa:"";}.fa-automobile{--fa:"";}.fa-taxi{--fa:"";}.fa-cab{--fa:"";}.fa-tree{--fa:"";}.fa-database{--fa:"";}.fa-file-pdf{--fa:"";}.fa-file-word{--fa:"";}.fa-file-excel{--fa:"";}.fa-file-powerpoint{--fa:"";}.fa-file-image{--fa:"";}.fa-file-zipper{--fa:"";}.fa-file-archive{--fa:"";}.fa-file-audio{--fa:"";}.fa-file-video{--fa:"";}.fa-file-code{--fa:"";}.fa-life-ring{--fa:"";}.fa-circle-notch{--fa:"";}.fa-paper-plane{--fa:"";}.fa-clock-rotate-left{--fa:"";}.fa-history{--fa:"";}.fa-heading{--fa:"";}.fa-header{--fa:"";}.fa-paragraph{--fa:"";}.fa-sliders{--fa:"";}.fa-sliders-h{--fa:"";}.fa-share-nodes{--fa:"";}.fa-share-alt{--fa:"";}.fa-square-share-nodes{--fa:"";}.fa-share-alt-square{--fa:"";}.fa-bomb{--fa:"";}.fa-futbol{--fa:"";}.fa-futbol-ball{--fa:"";}.fa-soccer-ball{--fa:"";}.fa-tty{--fa:"";}.fa-teletype{--fa:"";}.fa-binoculars{--fa:"";}.fa-plug{--fa:"";}.fa-newspaper{--fa:"";}.fa-wifi{--fa:"";}.fa-wifi-3{--fa:"";}.fa-wifi-strong{--fa:"";}.fa-calculator{--fa:"";}.fa-bell-slash{--fa:"";}.fa-trash{--fa:"";}.fa-copyright{--fa:"";}.fa-eye-dropper{--fa:"";}.fa-eye-dropper-empty{--fa:"";}.fa-eyedropper{--fa:"";}.fa-paintbrush{--fa:"";}.fa-paint-brush{--fa:"";}.fa-cake-candles{--fa:"";}.fa-birthday-cake{--fa:"";}.fa-cake{--fa:"";}.fa-chart-area{--fa:"";}.fa-area-chart{--fa:"";}.fa-chart-pie{--fa:"";}.fa-pie-chart{--fa:"";}.fa-chart-line{--fa:"";}.fa-line-chart{--fa:"";}.fa-toggle-off{--fa:"";}.fa-toggle-on{--fa:"";}.fa-bicycle{--fa:"";}.fa-bus{--fa:"";}.fa-closed-captioning{--fa:"";}.fa-shekel-sign{--fa:"";}.fa-ils{--fa:"";}.fa-shekel{--fa:"";}.fa-sheqel{--fa:"";}.fa-sheqel-sign{--fa:"";}.fa-cart-plus{--fa:"";}.fa-cart-arrow-down{--fa:"";}.fa-diamond{--fa:"";}.fa-ship{--fa:"";}.fa-user-secret{--fa:"";}.fa-motorcycle{--fa:"";}.fa-street-view{--fa:"";}.fa-heart-pulse{--fa:"";}.fa-heartbeat{--fa:"";}.fa-venus{--fa:"";}.fa-mars{--fa:"";}.fa-mercury{--fa:"";}.fa-mars-and-venus{--fa:"";}.fa-transgender{--fa:"";}.fa-transgender-alt{--fa:"";}.fa-venus-double{--fa:"";}.fa-mars-double{--fa:"";}.fa-venus-mars{--fa:"";}.fa-mars-stroke{--fa:"";}.fa-mars-stroke-up{--fa:"";}.fa-mars-stroke-v{--fa:"";}.fa-mars-stroke-right{--fa:"";}.fa-mars-stroke-h{--fa:"";}.fa-neuter{--fa:"";}.fa-genderless{--fa:"";}.fa-server{--fa:"";}.fa-user-plus{--fa:"";}.fa-user-xmark{--fa:"";}.fa-user-times{--fa:"";}.fa-bed{--fa:"";}.fa-train{--fa:"";}.fa-train-subway{--fa:"";}.fa-subway{--fa:"";}.fa-battery-full{--fa:"";}.fa-battery{--fa:"";}.fa-battery-5{--fa:"";}.fa-battery-three-quarters{--fa:"";}.fa-battery-4{--fa:"";}.fa-battery-half{--fa:"";}.fa-battery-3{--fa:"";}.fa-battery-quarter{--fa:"";}.fa-battery-2{--fa:"";}.fa-battery-empty{--fa:"";}.fa-battery-0{--fa:"";}.fa-arrow-pointer{--fa:"";}.fa-mouse-pointer{--fa:"";}.fa-i-cursor{--fa:"";}.fa-object-group{--fa:"";}.fa-object-ungroup{--fa:"";}.fa-note-sticky{--fa:"";}.fa-sticky-note{--fa:"";}.fa-clone{--fa:"";}.fa-scale-balanced{--fa:"";}.fa-balance-scale{--fa:"";}.fa-hourglass-start{--fa:"";}.fa-hourglass-1{--fa:"";}.fa-hourglass-half{--fa:"";}.fa-hourglass-2{--fa:"";}.fa-hourglass-end{--fa:"";}.fa-hourglass-3{--fa:"";}.fa-hourglass{--fa:"";}.fa-hourglass-empty{--fa:"";}.fa-hand-back-fist{--fa:"";}.fa-hand-rock{--fa:"";}.fa-hand{--fa:"";}.fa-hand-paper{--fa:"";}.fa-hand-scissors{--fa:"";}.fa-hand-lizard{--fa:"";}.fa-hand-spock{--fa:"";}.fa-hand-pointer{--fa:"";}.fa-hand-peace{--fa:"";}.fa-trademark{--fa:"";}.fa-registered{--fa:"";}.fa-tv{--fa:"";}.fa-television{--fa:"";}.fa-tv-alt{--fa:"";}.fa-calendar-plus{--fa:"";}.fa-calendar-minus{--fa:"";}.fa-calendar-xmark{--fa:"";}.fa-calendar-times{--fa:"";}.fa-calendar-check{--fa:"";}.fa-industry{--fa:"";}.fa-map-pin{--fa:"";}.fa-signs-post{--fa:"";}.fa-map-signs{--fa:"";}.fa-map{--fa:"";}.fa-message{--fa:"";}.fa-comment-alt{--fa:"";}.fa-circle-pause{--fa:"";}.fa-pause-circle{--fa:"";}.fa-circle-stop{--fa:"";}.fa-stop-circle{--fa:"";}.fa-bag-shopping{--fa:"";}.fa-shopping-bag{--fa:"";}.fa-basket-shopping{--fa:"";}.fa-shopping-basket{--fa:"";}.fa-universal-access{--fa:"";}.fa-person-walking-with-cane{--fa:"";}.fa-blind{--fa:"";}.fa-audio-description{--fa:"";}.fa-phone-volume{--fa:"";}.fa-volume-control-phone{--fa:"";}.fa-braille{--fa:"";}.fa-ear-listen{--fa:"";}.fa-assistive-listening-systems{--fa:"";}.fa-hands-asl-interpreting{--fa:"";}.fa-american-sign-language-interpreting{--fa:"";}.fa-asl-interpreting{--fa:"";}.fa-hands-american-sign-language-interpreting{--fa:"";}.fa-ear-deaf{--fa:"";}.fa-deaf{--fa:"";}.fa-deafness{--fa:"";}.fa-hard-of-hearing{--fa:"";}.fa-hands{--fa:"";}.fa-sign-language{--fa:"";}.fa-signing{--fa:"";}.fa-eye-low-vision{--fa:"";}.fa-low-vision{--fa:"";}.fa-font-awesome{--fa:"";}.fa-font-awesome-flag{--fa:"";}.fa-font-awesome-logo-full{--fa:"";}.fa-handshake{--fa:"";}.fa-handshake-alt{--fa:"";}.fa-handshake-simple{--fa:"";}.fa-envelope-open{--fa:"";}.fa-address-book{--fa:"";}.fa-contact-book{--fa:"";}.fa-address-card{--fa:"";}.fa-contact-card{--fa:"";}.fa-vcard{--fa:"";}.fa-circle-user{--fa:"";}.fa-user-circle{--fa:"";}.fa-id-badge{--fa:"";}.fa-id-card{--fa:"";}.fa-drivers-license{--fa:"";}.fa-temperature-full{--fa:"";}.fa-temperature-4{--fa:"";}.fa-thermometer-4{--fa:"";}.fa-thermometer-full{--fa:"";}.fa-temperature-three-quarters{--fa:"";}.fa-temperature-3{--fa:"";}.fa-thermometer-3{--fa:"";}.fa-thermometer-three-quarters{--fa:"";}.fa-temperature-half{--fa:"";}.fa-temperature-2{--fa:"";}.fa-thermometer-2{--fa:"";}.fa-thermometer-half{--fa:"";}.fa-temperature-quarter{--fa:"";}.fa-temperature-1{--fa:"";}.fa-thermometer-1{--fa:"";}.fa-thermometer-quarter{--fa:"";}.fa-temperature-empty{--fa:"";}.fa-temperature-0{--fa:"";}.fa-thermometer-0{--fa:"";}.fa-thermometer-empty{--fa:"";}.fa-shower{--fa:"";}.fa-bath{--fa:"";}.fa-bathtub{--fa:"";}.fa-podcast{--fa:"";}.fa-window-maximize{--fa:"";}.fa-window-minimize{--fa:"";}.fa-window-restore{--fa:"";}.fa-square-xmark{--fa:"";}.fa-times-square{--fa:"";}.fa-xmark-square{--fa:"";}.fa-microchip{--fa:"";}.fa-snowflake{--fa:"";}.fa-spoon{--fa:"";}.fa-utensil-spoon{--fa:"";}.fa-utensils{--fa:"";}.fa-cutlery{--fa:"";}.fa-rotate-left{--fa:"";}.fa-rotate-back{--fa:"";}.fa-rotate-backward{--fa:"";}.fa-undo-alt{--fa:"";}.fa-trash-can{--fa:"";}.fa-trash-alt{--fa:"";}.fa-rotate{--fa:"";}.fa-sync-alt{--fa:"";}.fa-stopwatch{--fa:"";}.fa-right-from-bracket{--fa:"";}.fa-sign-out-alt{--fa:"";}.fa-right-to-bracket{--fa:"";}.fa-sign-in-alt{--fa:"";}.fa-rotate-right{--fa:"";}.fa-redo-alt{--fa:"";}.fa-rotate-forward{--fa:"";}.fa-poo{--fa:"";}.fa-images{--fa:"";}.fa-pencil{--fa:"";}.fa-pencil-alt{--fa:"";}.fa-pen{--fa:"";}.fa-pen-clip{--fa:"";}.fa-pen-alt{--fa:"";}.fa-octagon{--fa:"";}.fa-down-long{--fa:"";}.fa-long-arrow-alt-down{--fa:"";}.fa-left-long{--fa:"";}.fa-long-arrow-alt-left{--fa:"";}.fa-right-long{--fa:"";}.fa-long-arrow-alt-right{--fa:"";}.fa-up-long{--fa:"";}.fa-long-arrow-alt-up{--fa:"";}.fa-hexagon{--fa:"";}.fa-file-pen{--fa:"";}.fa-file-edit{--fa:"";}.fa-maximize{--fa:"";}.fa-expand-arrows-alt{--fa:"";}.fa-clipboard{--fa:"";}.fa-left-right{--fa:"";}.fa-arrows-alt-h{--fa:"";}.fa-up-down{--fa:"";}.fa-arrows-alt-v{--fa:"";}.fa-alarm-clock{--fa:"";}.fa-circle-down{--fa:"";}.fa-arrow-alt-circle-down{--fa:"";}.fa-circle-left{--fa:"";}.fa-arrow-alt-circle-left{--fa:"";}.fa-circle-right{--fa:"";}.fa-arrow-alt-circle-right{--fa:"";}.fa-circle-up{--fa:"";}.fa-arrow-alt-circle-up{--fa:"";}.fa-up-right-from-square{--fa:"";}.fa-external-link-alt{--fa:"";}.fa-square-up-right{--fa:"";}.fa-external-link-square-alt{--fa:"";}.fa-right-left{--fa:"";}.fa-exchange-alt{--fa:"";}.fa-repeat{--fa:"";}.fa-code-commit{--fa:"";}.fa-code-merge{--fa:"";}.fa-desktop{--fa:"";}.fa-desktop-alt{--fa:"";}.fa-gem{--fa:"";}.fa-turn-down{--fa:"";}.fa-level-down-alt{--fa:"";}.fa-turn-up{--fa:"";}.fa-level-up-alt{--fa:"";}.fa-lock-open{--fa:"";}.fa-location-dot{--fa:"";}.fa-map-marker-alt{--fa:"";}.fa-microphone-lines{--fa:"";}.fa-microphone-alt{--fa:"";}.fa-mobile-screen-button{--fa:"";}.fa-mobile-alt{--fa:"";}.fa-mobile{--fa:"";}.fa-mobile-android{--fa:"";}.fa-mobile-phone{--fa:"";}.fa-mobile-screen{--fa:"";}.fa-mobile-android-alt{--fa:"";}.fa-money-bill-1{--fa:"";}.fa-money-bill-alt{--fa:"";}.fa-phone-slash{--fa:"";}.fa-image-portrait{--fa:"";}.fa-portrait{--fa:"";}.fa-reply{--fa:"";}.fa-mail-reply{--fa:"";}.fa-shield-halved{--fa:"";}.fa-shield-alt{--fa:"";}.fa-tablet-screen-button{--fa:"";}.fa-tablet-alt{--fa:"";}.fa-tablet{--fa:"";}.fa-tablet-android{--fa:"";}.fa-ticket-simple{--fa:"";}.fa-ticket-alt{--fa:"";}.fa-rectangle-xmark{--fa:"";}.fa-rectangle-times{--fa:"";}.fa-times-rectangle{--fa:"";}.fa-window-close{--fa:"";}.fa-down-left-and-up-right-to-center{--fa:"";}.fa-compress-alt{--fa:"";}.fa-up-right-and-down-left-from-center{--fa:"";}.fa-expand-alt{--fa:"";}.fa-baseball-bat-ball{--fa:"";}.fa-baseball{--fa:"";}.fa-baseball-ball{--fa:"";}.fa-basketball{--fa:"";}.fa-basketball-ball{--fa:"";}.fa-bowling-ball{--fa:"";}.fa-chess{--fa:"";}.fa-chess-bishop{--fa:"";}.fa-chess-board{--fa:"";}.fa-chess-king{--fa:"";}.fa-chess-knight{--fa:"";}.fa-chess-pawn{--fa:"";}.fa-chess-queen{--fa:"";}.fa-chess-rook{--fa:"";}.fa-dumbbell{--fa:"";}.fa-football{--fa:"";}.fa-football-ball{--fa:"";}.fa-golf-ball-tee{--fa:"";}.fa-golf-ball{--fa:"";}.fa-hockey-puck{--fa:"";}.fa-broom-ball{--fa:"";}.fa-quidditch{--fa:"";}.fa-quidditch-broom-ball{--fa:"";}.fa-square-full{--fa:"";}.fa-table-tennis-paddle-ball{--fa:"";}.fa-ping-pong-paddle-ball{--fa:"";}.fa-table-tennis{--fa:"";}.fa-volleyball{--fa:"";}.fa-volleyball-ball{--fa:"";}.fa-hand-dots{--fa:"";}.fa-allergies{--fa:"";}.fa-bandage{--fa:"";}.fa-band-aid{--fa:"";}.fa-box{--fa:"";}.fa-boxes-stacked{--fa:"";}.fa-boxes{--fa:"";}.fa-boxes-alt{--fa:"";}.fa-briefcase-medical{--fa:"";}.fa-fire-flame-simple{--fa:"";}.fa-burn{--fa:"";}.fa-capsules{--fa:"";}.fa-clipboard-check{--fa:"";}.fa-clipboard-list{--fa:"";}.fa-person-dots-from-line{--fa:"";}.fa-diagnoses{--fa:"";}.fa-dna{--fa:"";}.fa-dolly{--fa:"";}.fa-dolly-box{--fa:"";}.fa-cart-flatbed{--fa:"";}.fa-dolly-flatbed{--fa:"";}.fa-file-medical{--fa:"";}.fa-file-waveform{--fa:"";}.fa-file-medical-alt{--fa:"";}.fa-kit-medical{--fa:"";}.fa-first-aid{--fa:"";}.fa-circle-h{--fa:"";}.fa-hospital-symbol{--fa:"";}.fa-id-card-clip{--fa:"";}.fa-id-card-alt{--fa:"";}.fa-notes-medical{--fa:"";}.fa-pallet{--fa:"";}.fa-pills{--fa:"";}.fa-prescription-bottle{--fa:"";}.fa-prescription-bottle-medical{--fa:"";}.fa-prescription-bottle-alt{--fa:"";}.fa-bed-pulse{--fa:"";}.fa-procedures{--fa:"";}.fa-truck-fast{--fa:"";}.fa-shipping-fast{--fa:"";}.fa-smoking{--fa:"";}.fa-syringe{--fa:"";}.fa-tablets{--fa:"";}.fa-thermometer{--fa:"";}.fa-vial{--fa:"";}.fa-vials{--fa:"";}.fa-warehouse{--fa:"";}.fa-weight-scale{--fa:"";}.fa-weight{--fa:"";}.fa-x-ray{--fa:"";}.fa-box-open{--fa:"";}.fa-comment-dots{--fa:"";}.fa-commenting{--fa:"";}.fa-comment-slash{--fa:"";}.fa-couch{--fa:"";}.fa-circle-dollar-to-slot{--fa:"";}.fa-donate{--fa:"";}.fa-dove{--fa:"";}.fa-hand-holding{--fa:"";}.fa-hand-holding-heart{--fa:"";}.fa-hand-holding-dollar{--fa:"";}.fa-hand-holding-usd{--fa:"";}.fa-hand-holding-droplet{--fa:"";}.fa-hand-holding-water{--fa:"";}.fa-hands-holding{--fa:"";}.fa-handshake-angle{--fa:"";}.fa-hands-helping{--fa:"";}.fa-parachute-box{--fa:"";}.fa-people-carry-box{--fa:"";}.fa-people-carry{--fa:"";}.fa-piggy-bank{--fa:"";}.fa-ribbon{--fa:"";}.fa-route{--fa:"";}.fa-seedling{--fa:"";}.fa-sprout{--fa:"";}.fa-sign-hanging{--fa:"";}.fa-sign{--fa:"";}.fa-face-smile-wink{--fa:"";}.fa-smile-wink{--fa:"";}.fa-tape{--fa:"";}.fa-truck-ramp-box{--fa:"";}.fa-truck-loading{--fa:"";}.fa-truck-moving{--fa:"";}.fa-video-slash{--fa:"";}.fa-wine-glass{--fa:"";}.fa-user-astronaut{--fa:"";}.fa-user-check{--fa:"";}.fa-user-clock{--fa:"";}.fa-user-gear{--fa:"";}.fa-user-cog{--fa:"";}.fa-user-pen{--fa:"";}.fa-user-edit{--fa:"";}.fa-user-group{--fa:"";}.fa-user-friends{--fa:"";}.fa-user-graduate{--fa:"";}.fa-user-lock{--fa:"";}.fa-user-minus{--fa:"";}.fa-user-ninja{--fa:"";}.fa-user-shield{--fa:"";}.fa-user-slash{--fa:"";}.fa-user-alt-slash{--fa:"";}.fa-user-large-slash{--fa:"";}.fa-user-tag{--fa:"";}.fa-user-tie{--fa:"";}.fa-users-gear{--fa:"";}.fa-users-cog{--fa:"";}.fa-scale-unbalanced{--fa:"";}.fa-balance-scale-left{--fa:"";}.fa-scale-unbalanced-flip{--fa:"";}.fa-balance-scale-right{--fa:"";}.fa-blender{--fa:"";}.fa-book-open{--fa:"";}.fa-tower-broadcast{--fa:"";}.fa-broadcast-tower{--fa:"";}.fa-broom{--fa:"";}.fa-chalkboard{--fa:"";}.fa-blackboard{--fa:"";}.fa-chalkboard-user{--fa:"";}.fa-chalkboard-teacher{--fa:"";}.fa-church{--fa:"";}.fa-coins{--fa:"";}.fa-compact-disc{--fa:"";}.fa-crow{--fa:"";}.fa-crown{--fa:"";}.fa-dice{--fa:"";}.fa-dice-five{--fa:"";}.fa-dice-four{--fa:"";}.fa-dice-one{--fa:"";}.fa-dice-six{--fa:"";}.fa-dice-three{--fa:"";}.fa-dice-two{--fa:"";}.fa-divide{--fa:"";}.fa-door-closed{--fa:"";}.fa-door-open{--fa:"";}.fa-feather{--fa:"";}.fa-frog{--fa:"";}.fa-gas-pump{--fa:"";}.fa-glasses{--fa:"";}.fa-greater-than-equal{--fa:"";}.fa-helicopter{--fa:"";}.fa-infinity{--fa:"";}.fa-kiwi-bird{--fa:"";}.fa-less-than-equal{--fa:"";}.fa-memory{--fa:"";}.fa-microphone-lines-slash{--fa:"";}.fa-microphone-alt-slash{--fa:"";}.fa-money-bill-wave{--fa:"";}.fa-money-bill-1-wave{--fa:"";}.fa-money-bill-wave-alt{--fa:"";}.fa-money-check{--fa:"";}.fa-money-check-dollar{--fa:"";}.fa-money-check-alt{--fa:"";}.fa-not-equal{--fa:"";}.fa-palette{--fa:"";}.fa-square-parking{--fa:"";}.fa-parking{--fa:"";}.fa-diagram-project{--fa:"";}.fa-project-diagram{--fa:"";}.fa-receipt{--fa:"";}.fa-robot{--fa:"";}.fa-ruler{--fa:"";}.fa-ruler-combined{--fa:"";}.fa-ruler-horizontal{--fa:"";}.fa-ruler-vertical{--fa:"";}.fa-school{--fa:"";}.fa-screwdriver{--fa:"";}.fa-shoe-prints{--fa:"";}.fa-skull{--fa:"";}.fa-ban-smoking{--fa:"";}.fa-smoking-ban{--fa:"";}.fa-store{--fa:"";}.fa-shop{--fa:"";}.fa-store-alt{--fa:"";}.fa-bars-staggered{--fa:"";}.fa-reorder{--fa:"";}.fa-stream{--fa:"";}.fa-stroopwafel{--fa:"";}.fa-toolbox{--fa:"";}.fa-shirt{--fa:"";}.fa-t-shirt{--fa:"";}.fa-tshirt{--fa:"";}.fa-person-walking{--fa:"";}.fa-walking{--fa:"";}.fa-wallet{--fa:"";}.fa-face-angry{--fa:"";}.fa-angry{--fa:"";}.fa-archway{--fa:"";}.fa-book-atlas{--fa:"";}.fa-atlas{--fa:"";}.fa-award{--fa:"";}.fa-delete-left{--fa:"";}.fa-backspace{--fa:"";}.fa-bezier-curve{--fa:"";}.fa-bong{--fa:"";}.fa-brush{--fa:"";}.fa-bus-simple{--fa:"";}.fa-bus-alt{--fa:"";}.fa-cannabis{--fa:"";}.fa-check-double{--fa:"";}.fa-martini-glass-citrus{--fa:"";}.fa-cocktail{--fa:"";}.fa-bell-concierge{--fa:"";}.fa-concierge-bell{--fa:"";}.fa-cookie{--fa:"";}.fa-cookie-bite{--fa:"";}.fa-crop-simple{--fa:"";}.fa-crop-alt{--fa:"";}.fa-tachograph-digital{--fa:"";}.fa-digital-tachograph{--fa:"";}.fa-face-dizzy{--fa:"";}.fa-dizzy{--fa:"";}.fa-compass-drafting{--fa:"";}.fa-drafting-compass{--fa:"";}.fa-drum{--fa:"";}.fa-drum-steelpan{--fa:"";}.fa-feather-pointed{--fa:"";}.fa-feather-alt{--fa:"";}.fa-file-contract{--fa:"";}.fa-file-arrow-down{--fa:"";}.fa-file-download{--fa:"";}.fa-file-export{--fa:"";}.fa-arrow-right-from-file{--fa:"";}.fa-file-import{--fa:"";}.fa-arrow-right-to-file{--fa:"";}.fa-file-invoice{--fa:"";}.fa-file-invoice-dollar{--fa:"";}.fa-file-prescription{--fa:"";}.fa-file-signature{--fa:"";}.fa-file-arrow-up{--fa:"";}.fa-file-upload{--fa:"";}.fa-fill{--fa:"";}.fa-fill-drip{--fa:"";}.fa-fingerprint{--fa:"";}.fa-fish{--fa:"";}.fa-face-flushed{--fa:"";}.fa-flushed{--fa:"";}.fa-face-frown-open{--fa:"";}.fa-frown-open{--fa:"";}.fa-martini-glass{--fa:"";}.fa-glass-martini-alt{--fa:"";}.fa-earth-africa{--fa:"";}.fa-globe-africa{--fa:"";}.fa-earth-americas{--fa:"";}.fa-earth{--fa:"";}.fa-earth-america{--fa:"";}.fa-globe-americas{--fa:"";}.fa-earth-asia{--fa:"";}.fa-globe-asia{--fa:"";}.fa-face-grimace{--fa:"";}.fa-grimace{--fa:"";}.fa-face-grin{--fa:"";}.fa-grin{--fa:"";}.fa-face-grin-wide{--fa:"";}.fa-grin-alt{--fa:"";}.fa-face-grin-beam{--fa:"";}.fa-grin-beam{--fa:"";}.fa-face-grin-beam-sweat{--fa:"";}.fa-grin-beam-sweat{--fa:"";}.fa-face-grin-hearts{--fa:"";}.fa-grin-hearts{--fa:"";}.fa-face-grin-squint{--fa:"";}.fa-grin-squint{--fa:"";}.fa-face-grin-squint-tears{--fa:"";}.fa-grin-squint-tears{--fa:"";}.fa-face-grin-stars{--fa:"";}.fa-grin-stars{--fa:"";}.fa-face-grin-tears{--fa:"";}.fa-grin-tears{--fa:"";}.fa-face-grin-tongue{--fa:"";}.fa-grin-tongue{--fa:"";}.fa-face-grin-tongue-squint{--fa:"";}.fa-grin-tongue-squint{--fa:"";}.fa-face-grin-tongue-wink{--fa:"";}.fa-grin-tongue-wink{--fa:"";}.fa-face-grin-wink{--fa:"";}.fa-grin-wink{--fa:"";}.fa-grip{--fa:"";}.fa-grid-horizontal{--fa:"";}.fa-grip-horizontal{--fa:"";}.fa-grip-vertical{--fa:"";}.fa-grid-vertical{--fa:"";}.fa-headset{--fa:"";}.fa-highlighter{--fa:"";}.fa-hot-tub-person{--fa:"";}.fa-hot-tub{--fa:"";}.fa-hotel{--fa:"";}.fa-joint{--fa:"";}.fa-face-kiss{--fa:"";}.fa-kiss{--fa:"";}.fa-face-kiss-beam{--fa:"";}.fa-kiss-beam{--fa:"";}.fa-face-kiss-wink-heart{--fa:"";}.fa-kiss-wink-heart{--fa:"";}.fa-face-laugh{--fa:"";}.fa-laugh{--fa:"";}.fa-face-laugh-beam{--fa:"";}.fa-laugh-beam{--fa:"";}.fa-face-laugh-squint{--fa:"";}.fa-laugh-squint{--fa:"";}.fa-face-laugh-wink{--fa:"";}.fa-laugh-wink{--fa:"";}.fa-cart-flatbed-suitcase{--fa:"";}.fa-luggage-cart{--fa:"";}.fa-map-location{--fa:"";}.fa-map-marked{--fa:"";}.fa-map-location-dot{--fa:"";}.fa-map-marked-alt{--fa:"";}.fa-marker{--fa:"";}.fa-medal{--fa:"";}.fa-face-meh-blank{--fa:"";}.fa-meh-blank{--fa:"";}.fa-face-rolling-eyes{--fa:"";}.fa-meh-rolling-eyes{--fa:"";}.fa-monument{--fa:"";}.fa-mortar-pestle{--fa:"";}.fa-paint-roller{--fa:"";}.fa-passport{--fa:"";}.fa-pen-fancy{--fa:"";}.fa-pen-nib{--fa:"";}.fa-pen-ruler{--fa:"";}.fa-pencil-ruler{--fa:"";}.fa-plane-arrival{--fa:"";}.fa-plane-departure{--fa:"";}.fa-prescription{--fa:"";}.fa-face-sad-cry{--fa:"";}.fa-sad-cry{--fa:"";}.fa-face-sad-tear{--fa:"";}.fa-sad-tear{--fa:"";}.fa-van-shuttle{--fa:"";}.fa-shuttle-van{--fa:"";}.fa-signature{--fa:"";}.fa-face-smile-beam{--fa:"";}.fa-smile-beam{--fa:"";}.fa-solar-panel{--fa:"";}.fa-spa{--fa:"";}.fa-splotch{--fa:"";}.fa-spray-can{--fa:"";}.fa-stamp{--fa:"";}.fa-star-half-stroke{--fa:"";}.fa-star-half-alt{--fa:"";}.fa-suitcase-rolling{--fa:"";}.fa-face-surprise{--fa:"";}.fa-surprise{--fa:"";}.fa-swatchbook{--fa:"";}.fa-person-swimming{--fa:"";}.fa-swimmer{--fa:"";}.fa-water-ladder{--fa:"";}.fa-ladder-water{--fa:"";}.fa-swimming-pool{--fa:"";}.fa-droplet-slash{--fa:"";}.fa-tint-slash{--fa:"";}.fa-face-tired{--fa:"";}.fa-tired{--fa:"";}.fa-tooth{--fa:"";}.fa-umbrella-beach{--fa:"";}.fa-weight-hanging{--fa:"";}.fa-wine-glass-empty{--fa:"";}.fa-wine-glass-alt{--fa:"";}.fa-spray-can-sparkles{--fa:"";}.fa-air-freshener{--fa:"";}.fa-apple-whole{--fa:"";}.fa-apple-alt{--fa:"";}.fa-atom{--fa:"";}.fa-bone{--fa:"";}.fa-book-open-reader{--fa:"";}.fa-book-reader{--fa:"";}.fa-brain{--fa:"";}.fa-car-rear{--fa:"";}.fa-car-alt{--fa:"";}.fa-car-battery{--fa:"";}.fa-battery-car{--fa:"";}.fa-car-burst{--fa:"";}.fa-car-crash{--fa:"";}.fa-car-side{--fa:"";}.fa-charging-station{--fa:"";}.fa-diamond-turn-right{--fa:"";}.fa-directions{--fa:"";}.fa-draw-polygon{--fa:"";}.fa-vector-polygon{--fa:"";}.fa-laptop-code{--fa:"";}.fa-layer-group{--fa:"";}.fa-location-crosshairs{--fa:"";}.fa-location{--fa:"";}.fa-lungs{--fa:"";}.fa-microscope{--fa:"";}.fa-oil-can{--fa:"";}.fa-poop{--fa:"";}.fa-shapes{--fa:"";}.fa-triangle-circle-square{--fa:"";}.fa-star-of-life{--fa:"";}.fa-gauge{--fa:"";}.fa-dashboard{--fa:"";}.fa-gauge-med{--fa:"";}.fa-tachometer-alt-average{--fa:"";}.fa-gauge-high{--fa:"";}.fa-tachometer-alt{--fa:"";}.fa-tachometer-alt-fast{--fa:"";}.fa-gauge-simple{--fa:"";}.fa-gauge-simple-med{--fa:"";}.fa-tachometer-average{--fa:"";}.fa-gauge-simple-high{--fa:"";}.fa-tachometer{--fa:"";}.fa-tachometer-fast{--fa:"";}.fa-teeth{--fa:"";}.fa-teeth-open{--fa:"";}.fa-masks-theater{--fa:"";}.fa-theater-masks{--fa:"";}.fa-traffic-light{--fa:"";}.fa-truck-monster{--fa:"";}.fa-truck-pickup{--fa:"";}.fa-rectangle-ad{--fa:"";}.fa-ad{--fa:"";}.fa-ankh{--fa:"";}.fa-book-bible{--fa:"";}.fa-bible{--fa:"";}.fa-business-time{--fa:"";}.fa-briefcase-clock{--fa:"";}.fa-city{--fa:"";}.fa-comment-dollar{--fa:"";}.fa-comments-dollar{--fa:"";}.fa-cross{--fa:"";}.fa-dharmachakra{--fa:"";}.fa-envelope-open-text{--fa:"";}.fa-folder-minus{--fa:"";}.fa-folder-plus{--fa:"";}.fa-filter-circle-dollar{--fa:"";}.fa-funnel-dollar{--fa:"";}.fa-gopuram{--fa:"";}.fa-hamsa{--fa:"";}.fa-bahai{--fa:"";}.fa-haykal{--fa:"";}.fa-jedi{--fa:"";}.fa-book-journal-whills{--fa:"";}.fa-journal-whills{--fa:"";}.fa-kaaba{--fa:"";}.fa-khanda{--fa:"";}.fa-landmark{--fa:"";}.fa-envelopes-bulk{--fa:"";}.fa-mail-bulk{--fa:"";}.fa-menorah{--fa:"";}.fa-mosque{--fa:"";}.fa-om{--fa:"";}.fa-spaghetti-monster-flying{--fa:"";}.fa-pastafarianism{--fa:"";}.fa-peace{--fa:"";}.fa-place-of-worship{--fa:"";}.fa-square-poll-vertical{--fa:"";}.fa-poll{--fa:"";}.fa-square-poll-horizontal{--fa:"";}.fa-poll-h{--fa:"";}.fa-person-praying{--fa:"";}.fa-pray{--fa:"";}.fa-hands-praying{--fa:"";}.fa-praying-hands{--fa:"";}.fa-book-quran{--fa:"";}.fa-quran{--fa:"";}.fa-magnifying-glass-dollar{--fa:"";}.fa-search-dollar{--fa:"";}.fa-magnifying-glass-location{--fa:"";}.fa-search-location{--fa:"";}.fa-socks{--fa:"";}.fa-square-root-variable{--fa:"";}.fa-square-root-alt{--fa:"";}.fa-star-and-crescent{--fa:"";}.fa-star-of-david{--fa:"";}.fa-synagogue{--fa:"";}.fa-scroll-torah{--fa:"";}.fa-torah{--fa:"";}.fa-torii-gate{--fa:"";}.fa-vihara{--fa:"";}.fa-volume-xmark{--fa:"";}.fa-volume-mute{--fa:"";}.fa-volume-times{--fa:"";}.fa-yin-yang{--fa:"";}.fa-blender-phone{--fa:"";}.fa-book-skull{--fa:"";}.fa-book-dead{--fa:"";}.fa-campground{--fa:"";}.fa-cat{--fa:"";}.fa-chair{--fa:"";}.fa-cloud-moon{--fa:"";}.fa-cloud-sun{--fa:"";}.fa-cow{--fa:"";}.fa-dice-d20{--fa:"";}.fa-dice-d6{--fa:"";}.fa-dog{--fa:"";}.fa-dragon{--fa:"";}.fa-drumstick-bite{--fa:"";}.fa-dungeon{--fa:"";}.fa-file-csv{--fa:"";}.fa-hand-fist{--fa:"";}.fa-fist-raised{--fa:"";}.fa-ghost{--fa:"";}.fa-hammer{--fa:"";}.fa-hanukiah{--fa:"";}.fa-hat-wizard{--fa:"";}.fa-person-hiking{--fa:"";}.fa-hiking{--fa:"";}.fa-hippo{--fa:"";}.fa-horse{--fa:"";}.fa-house-chimney-crack{--fa:"";}.fa-house-damage{--fa:"";}.fa-hryvnia-sign{--fa:"";}.fa-hryvnia{--fa:"";}.fa-mask{--fa:"";}.fa-mountain{--fa:"";}.fa-network-wired{--fa:"";}.fa-otter{--fa:"";}.fa-ring{--fa:"";}.fa-person-running{--fa:"";}.fa-running{--fa:"";}.fa-scroll{--fa:"";}.fa-skull-crossbones{--fa:"";}.fa-slash{--fa:"";}.fa-spider{--fa:"";}.fa-toilet-paper{--fa:"";}.fa-toilet-paper-alt{--fa:"";}.fa-toilet-paper-blank{--fa:"";}.fa-tractor{--fa:"";}.fa-user-injured{--fa:"";}.fa-vr-cardboard{--fa:"";}.fa-wand-sparkles{--fa:"";}.fa-wind{--fa:"";}.fa-wine-bottle{--fa:"";}.fa-cloud-meatball{--fa:"";}.fa-cloud-moon-rain{--fa:"";}.fa-cloud-rain{--fa:"";}.fa-cloud-showers-heavy{--fa:"";}.fa-cloud-sun-rain{--fa:"";}.fa-democrat{--fa:"";}.fa-flag-usa{--fa:"";}.fa-hurricane{--fa:"";}.fa-landmark-dome{--fa:"";}.fa-landmark-alt{--fa:"";}.fa-meteor{--fa:"";}.fa-person-booth{--fa:"";}.fa-poo-storm{--fa:"";}.fa-poo-bolt{--fa:"";}.fa-rainbow{--fa:"";}.fa-republican{--fa:"";}.fa-smog{--fa:"";}.fa-temperature-high{--fa:"";}.fa-temperature-low{--fa:"";}.fa-cloud-bolt{--fa:"";}.fa-thunderstorm{--fa:"";}.fa-tornado{--fa:"";}.fa-volcano{--fa:"";}.fa-check-to-slot{--fa:"";}.fa-vote-yea{--fa:"";}.fa-water{--fa:"";}.fa-baby{--fa:"";}.fa-baby-carriage{--fa:"";}.fa-carriage-baby{--fa:"";}.fa-biohazard{--fa:"";}.fa-blog{--fa:"";}.fa-calendar-day{--fa:"";}.fa-calendar-week{--fa:"";}.fa-candy-cane{--fa:"";}.fa-carrot{--fa:"";}.fa-cash-register{--fa:"";}.fa-minimize{--fa:"";}.fa-compress-arrows-alt{--fa:"";}.fa-dumpster{--fa:"";}.fa-dumpster-fire{--fa:"";}.fa-ethernet{--fa:"";}.fa-gifts{--fa:"";}.fa-champagne-glasses{--fa:"";}.fa-glass-cheers{--fa:"";}.fa-whiskey-glass{--fa:"";}.fa-glass-whiskey{--fa:"";}.fa-earth-europe{--fa:"";}.fa-globe-europe{--fa:"";}.fa-grip-lines{--fa:"";}.fa-grip-lines-vertical{--fa:"";}.fa-guitar{--fa:"";}.fa-heart-crack{--fa:"";}.fa-heart-broken{--fa:"";}.fa-holly-berry{--fa:"";}.fa-horse-head{--fa:"";}.fa-icicles{--fa:"";}.fa-igloo{--fa:"";}.fa-mitten{--fa:"";}.fa-mug-hot{--fa:"";}.fa-radiation{--fa:"";}.fa-circle-radiation{--fa:"";}.fa-radiation-alt{--fa:"";}.fa-restroom{--fa:"";}.fa-satellite{--fa:"";}.fa-satellite-dish{--fa:"";}.fa-sd-card{--fa:"";}.fa-sim-card{--fa:"";}.fa-person-skating{--fa:"";}.fa-skating{--fa:"";}.fa-person-skiing{--fa:"";}.fa-skiing{--fa:"";}.fa-person-skiing-nordic{--fa:"";}.fa-skiing-nordic{--fa:"";}.fa-sleigh{--fa:"";}.fa-comment-sms{--fa:"";}.fa-sms{--fa:"";}.fa-person-snowboarding{--fa:"";}.fa-snowboarding{--fa:"";}.fa-snowman{--fa:"";}.fa-snowplow{--fa:"";}.fa-tenge-sign{--fa:"";}.fa-tenge{--fa:"";}.fa-toilet{--fa:"";}.fa-screwdriver-wrench{--fa:"";}.fa-tools{--fa:"";}.fa-cable-car{--fa:"";}.fa-tram{--fa:"";}.fa-fire-flame-curved{--fa:"";}.fa-fire-alt{--fa:"";}.fa-bacon{--fa:"";}.fa-book-medical{--fa:"";}.fa-bread-slice{--fa:"";}.fa-cheese{--fa:"";}.fa-house-chimney-medical{--fa:"";}.fa-clinic-medical{--fa:"";}.fa-clipboard-user{--fa:"";}.fa-comment-medical{--fa:"";}.fa-crutch{--fa:"";}.fa-disease{--fa:"";}.fa-egg{--fa:"";}.fa-folder-tree{--fa:"";}.fa-burger{--fa:"";}.fa-hamburger{--fa:"";}.fa-hand-middle-finger{--fa:"";}.fa-helmet-safety{--fa:"";}.fa-hard-hat{--fa:"";}.fa-hat-hard{--fa:"";}.fa-hospital-user{--fa:"";}.fa-hotdog{--fa:"";}.fa-ice-cream{--fa:"";}.fa-laptop-medical{--fa:"";}.fa-pager{--fa:"";}.fa-pepper-hot{--fa:"";}.fa-pizza-slice{--fa:"";}.fa-sack-dollar{--fa:"";}.fa-book-tanakh{--fa:"";}.fa-tanakh{--fa:"";}.fa-bars-progress{--fa:"";}.fa-tasks-alt{--fa:"";}.fa-trash-arrow-up{--fa:"";}.fa-trash-restore{--fa:"";}.fa-trash-can-arrow-up{--fa:"";}.fa-trash-restore-alt{--fa:"";}.fa-user-nurse{--fa:"";}.fa-wave-square{--fa:"";}.fa-person-biking{--fa:"";}.fa-biking{--fa:"";}.fa-border-all{--fa:"";}.fa-border-none{--fa:"";}.fa-border-top-left{--fa:"";}.fa-border-style{--fa:"";}.fa-person-digging{--fa:"";}.fa-digging{--fa:"";}.fa-fan{--fa:"";}.fa-icons{--fa:"";}.fa-heart-music-camera-bolt{--fa:"";}.fa-phone-flip{--fa:"";}.fa-phone-alt{--fa:"";}.fa-square-phone-flip{--fa:"";}.fa-phone-square-alt{--fa:"";}.fa-photo-film{--fa:"";}.fa-photo-video{--fa:"";}.fa-text-slash{--fa:"";}.fa-remove-format{--fa:"";}.fa-arrow-down-z-a{--fa:"";}.fa-sort-alpha-desc{--fa:"";}.fa-sort-alpha-down-alt{--fa:"";}.fa-arrow-up-z-a{--fa:"";}.fa-sort-alpha-up-alt{--fa:"";}.fa-arrow-down-short-wide{--fa:"";}.fa-sort-amount-desc{--fa:"";}.fa-sort-amount-down-alt{--fa:"";}.fa-arrow-up-short-wide{--fa:"";}.fa-sort-amount-up-alt{--fa:"";}.fa-arrow-down-9-1{--fa:"";}.fa-sort-numeric-desc{--fa:"";}.fa-sort-numeric-down-alt{--fa:"";}.fa-arrow-up-9-1{--fa:"";}.fa-sort-numeric-up-alt{--fa:"";}.fa-spell-check{--fa:"";}.fa-voicemail{--fa:"";}.fa-hat-cowboy{--fa:"";}.fa-hat-cowboy-side{--fa:"";}.fa-computer-mouse{--fa:"";}.fa-mouse{--fa:"";}.fa-radio{--fa:"";}.fa-record-vinyl{--fa:"";}.fa-walkie-talkie{--fa:"";}.fa-caravan{--fa:"";}:root,:host{--fa-family-brands:"Font Awesome 7 Brands";--fa-font-brands:normal 400 1em/1 var(--fa-family-brands);}.fab,.fa-brands,.fa-classic.fa-brands{--fa-family:var(--fa-family-brands);--fa-style:400;}.fa-firefox-browser{--fa:"";}.fa-ideal{--fa:"";}.fa-microblog{--fa:"";}.fa-square-pied-piper{--fa:"";}.fa-pied-piper-square{--fa:"";}.fa-unity{--fa:"";}.fa-dailymotion{--fa:"";}.fa-square-instagram{--fa:"";}.fa-instagram-square{--fa:"";}.fa-mixer{--fa:"";}.fa-shopify{--fa:"";}.fa-deezer{--fa:"";}.fa-edge-legacy{--fa:"";}.fa-google-pay{--fa:"";}.fa-rust{--fa:"";}.fa-tiktok{--fa:"";}.fa-unsplash{--fa:"";}.fa-cloudflare{--fa:"";}.fa-guilded{--fa:"";}.fa-hive{--fa:"";}.fa-42-group{--fa:"";}.fa-innosoft{--fa:"";}.fa-instalod{--fa:"";}.fa-octopus-deploy{--fa:"";}.fa-perbyte{--fa:"";}.fa-uncharted{--fa:"";}.fa-watchman-monitoring{--fa:"";}.fa-wodu{--fa:"";}.fa-wirsindhandwerk{--fa:"";}.fa-wsh{--fa:"";}.fa-bots{--fa:"";}.fa-cmplid{--fa:"";}.fa-bilibili{--fa:"";}.fa-golang{--fa:"";}.fa-pix{--fa:"";}.fa-sitrox{--fa:"";}.fa-hashnode{--fa:"";}.fa-meta{--fa:"";}.fa-padlet{--fa:"";}.fa-nfc-directional{--fa:"";}.fa-nfc-symbol{--fa:"";}.fa-screenpal{--fa:"";}.fa-space-awesome{--fa:"";}.fa-square-font-awesome{--fa:"";}.fa-square-gitlab{--fa:"";}.fa-gitlab-square{--fa:"";}.fa-odysee{--fa:"";}.fa-stubber{--fa:"";}.fa-debian{--fa:"";}.fa-shoelace{--fa:"";}.fa-threads{--fa:"";}.fa-square-threads{--fa:"";}.fa-square-x-twitter{--fa:"";}.fa-x-twitter{--fa:"";}.fa-opensuse{--fa:"";}.fa-letterboxd{--fa:"";}.fa-square-letterboxd{--fa:"";}.fa-mintbit{--fa:"";}.fa-google-scholar{--fa:"";}.fa-brave{--fa:"";}.fa-brave-reverse{--fa:"";}.fa-pixiv{--fa:"";}.fa-upwork{--fa:"";}.fa-webflow{--fa:"";}.fa-signal-messenger{--fa:"";}.fa-bluesky{--fa:"";}.fa-jxl{--fa:"";}.fa-square-upwork{--fa:"";}.fa-web-awesome{--fa:"";}.fa-square-web-awesome{--fa:"";}.fa-square-web-awesome-stroke{--fa:"";}.fa-dart-lang{--fa:"";}.fa-flutter{--fa:"";}.fa-files-pinwheel{--fa:"";}.fa-css{--fa:"";}.fa-square-bluesky{--fa:"";}.fa-openai{--fa:"";}.fa-square-linkedin{--fa:"";}.fa-cash-app{--fa:"";}.fa-disqus{--fa:"";}.fa-eleventy{--fa:"";}.fa-11ty{--fa:"";}.fa-kakao-talk{--fa:"";}.fa-linktree{--fa:"";}.fa-notion{--fa:"";}.fa-pandora{--fa:"";}.fa-pixelfed{--fa:"";}.fa-tidal{--fa:"";}.fa-vsco{--fa:"";}.fa-w3c{--fa:"";}.fa-lumon{--fa:"";}.fa-lumon-drop{--fa:"";}.fa-square-figma{--fa:"";}.fa-tex{--fa:"";}.fa-duolingo{--fa:"";}.fa-square-twitter{--fa:"";}.fa-twitter-square{--fa:"";}.fa-square-facebook{--fa:"";}.fa-facebook-square{--fa:"";}.fa-linkedin{--fa:"";}.fa-square-github{--fa:"";}.fa-github-square{--fa:"";}.fa-twitter{--fa:"";}.fa-facebook{--fa:"";}.fa-github{--fa:"";}.fa-pinterest{--fa:"";}.fa-square-pinterest{--fa:"";}.fa-pinterest-square{--fa:"";}.fa-square-google-plus{--fa:"";}.fa-google-plus-square{--fa:"";}.fa-google-plus-g{--fa:"";}.fa-linkedin-in{--fa:"";}.fa-github-alt{--fa:"";}.fa-maxcdn{--fa:"";}.fa-html5{--fa:"";}.fa-css3{--fa:"";}.fa-btc{--fa:"";}.fa-youtube{--fa:"";}.fa-xing{--fa:"";}.fa-square-xing{--fa:"";}.fa-xing-square{--fa:"";}.fa-dropbox{--fa:"";}.fa-stack-overflow{--fa:"";}.fa-instagram{--fa:"";}.fa-flickr{--fa:"";}.fa-adn{--fa:"";}.fa-bitbucket{--fa:"";}.fa-tumblr{--fa:"";}.fa-square-tumblr{--fa:"";}.fa-tumblr-square{--fa:"";}.fa-apple{--fa:"";}.fa-windows{--fa:"";}.fa-android{--fa:"";}.fa-linux{--fa:"";}.fa-dribbble{--fa:"";}.fa-skype{--fa:"";}.fa-foursquare{--fa:"";}.fa-trello{--fa:"";}.fa-gratipay{--fa:"";}.fa-vk{--fa:"";}.fa-weibo{--fa:"";}.fa-renren{--fa:"";}.fa-pagelines{--fa:"";}.fa-stack-exchange{--fa:"";}.fa-square-vimeo{--fa:"";}.fa-vimeo-square{--fa:"";}.fa-slack{--fa:"";}.fa-slack-hash{--fa:"";}.fa-wordpress{--fa:"";}.fa-openid{--fa:"";}.fa-yahoo{--fa:"";}.fa-google{--fa:"";}.fa-reddit{--fa:"";}.fa-square-reddit{--fa:"";}.fa-reddit-square{--fa:"";}.fa-stumbleupon-circle{--fa:"";}.fa-stumbleupon{--fa:"";}.fa-delicious{--fa:"";}.fa-digg{--fa:"";}.fa-pied-piper-pp{--fa:"";}.fa-pied-piper-alt{--fa:"";}.fa-drupal{--fa:"";}.fa-joomla{--fa:"";}.fa-behance{--fa:"";}.fa-square-behance{--fa:"";}.fa-behance-square{--fa:"";}.fa-steam{--fa:"";}.fa-square-steam{--fa:"";}.fa-steam-square{--fa:"";}.fa-spotify{--fa:"";}.fa-deviantart{--fa:"";}.fa-soundcloud{--fa:"";}.fa-vine{--fa:"";}.fa-codepen{--fa:"";}.fa-jsfiddle{--fa:"";}.fa-rebel{--fa:"";}.fa-empire{--fa:"";}.fa-square-git{--fa:"";}.fa-git-square{--fa:"";}.fa-git{--fa:"";}.fa-hacker-news{--fa:"";}.fa-tencent-weibo{--fa:"";}.fa-qq{--fa:"";}.fa-weixin{--fa:"";}.fa-slideshare{--fa:"";}.fa-twitch{--fa:"";}.fa-yelp{--fa:"";}.fa-paypal{--fa:"";}.fa-google-wallet{--fa:"";}.fa-cc-visa{--fa:"";}.fa-cc-mastercard{--fa:"";}.fa-cc-discover{--fa:"";}.fa-cc-amex{--fa:"";}.fa-cc-paypal{--fa:"";}.fa-cc-stripe{--fa:"";}.fa-lastfm{--fa:"";}.fa-square-lastfm{--fa:"";}.fa-lastfm-square{--fa:"";}.fa-ioxhost{--fa:"";}.fa-angellist{--fa:"";}.fa-buysellads{--fa:"";}.fa-connectdevelop{--fa:"";}.fa-dashcube{--fa:"";}.fa-forumbee{--fa:"";}.fa-leanpub{--fa:"";}.fa-sellsy{--fa:"";}.fa-shirtsinbulk{--fa:"";}.fa-simplybuilt{--fa:"";}.fa-skyatlas{--fa:"";}.fa-pinterest-p{--fa:"";}.fa-whatsapp{--fa:"";}.fa-viacoin{--fa:"";}.fa-medium{--fa:"";}.fa-medium-m{--fa:"";}.fa-y-combinator{--fa:"";}.fa-optin-monster{--fa:"";}.fa-opencart{--fa:"";}.fa-expeditedssl{--fa:"";}.fa-cc-jcb{--fa:"";}.fa-cc-diners-club{--fa:"";}.fa-creative-commons{--fa:"";}.fa-gg{--fa:"";}.fa-gg-circle{--fa:"";}.fa-odnoklassniki{--fa:"";}.fa-square-odnoklassniki{--fa:"";}.fa-odnoklassniki-square{--fa:"";}.fa-get-pocket{--fa:"";}.fa-wikipedia-w{--fa:"";}.fa-safari{--fa:"";}.fa-chrome{--fa:"";}.fa-firefox{--fa:"";}.fa-opera{--fa:"";}.fa-internet-explorer{--fa:"";}.fa-contao{--fa:"";}.fa-500px{--fa:"";}.fa-amazon{--fa:"";}.fa-houzz{--fa:"";}.fa-vimeo-v{--fa:"";}.fa-black-tie{--fa:"";}.fa-fonticons{--fa:"";}.fa-reddit-alien{--fa:"";}.fa-edge{--fa:"";}.fa-codiepie{--fa:"";}.fa-modx{--fa:"";}.fa-fort-awesome{--fa:"";}.fa-usb{--fa:"";}.fa-product-hunt{--fa:"";}.fa-mixcloud{--fa:"";}.fa-scribd{--fa:"";}.fa-bluetooth{--fa:"";}.fa-bluetooth-b{--fa:"";}.fa-gitlab{--fa:"";}.fa-wpbeginner{--fa:"";}.fa-wpforms{--fa:"";}.fa-envira{--fa:"";}.fa-glide{--fa:"";}.fa-glide-g{--fa:"";}.fa-viadeo{--fa:"";}.fa-square-viadeo{--fa:"";}.fa-viadeo-square{--fa:"";}.fa-snapchat{--fa:"";}.fa-snapchat-ghost{--fa:"";}.fa-square-snapchat{--fa:"";}.fa-snapchat-square{--fa:"";}.fa-pied-piper{--fa:"";}.fa-first-order{--fa:"";}.fa-yoast{--fa:"";}.fa-themeisle{--fa:"";}.fa-google-plus{--fa:"";}.fa-font-awesome{--fa:"";}.fa-font-awesome-flag{--fa:"";}.fa-font-awesome-logo-full{--fa:"";}.fa-linode{--fa:"";}.fa-quora{--fa:"";}.fa-free-code-camp{--fa:"";}.fa-telegram{--fa:"";}.fa-telegram-plane{--fa:"";}.fa-bandcamp{--fa:"";}.fa-grav{--fa:"";}.fa-etsy{--fa:"";}.fa-imdb{--fa:"";}.fa-ravelry{--fa:"";}.fa-sellcast{--fa:"";}.fa-superpowers{--fa:"";}.fa-wpexplorer{--fa:"";}.fa-meetup{--fa:"";}.fa-square-font-awesome-stroke{--fa:"";}.fa-font-awesome-alt{--fa:"";}.fa-accessible-icon{--fa:"";}.fa-accusoft{--fa:"";}.fa-adversal{--fa:"";}.fa-affiliatetheme{--fa:"";}.fa-algolia{--fa:"";}.fa-amilia{--fa:"";}.fa-angrycreative{--fa:"";}.fa-app-store{--fa:"";}.fa-app-store-ios{--fa:"";}.fa-apper{--fa:"";}.fa-asymmetrik{--fa:"";}.fa-audible{--fa:"";}.fa-avianex{--fa:"";}.fa-aws{--fa:"";}.fa-bimobject{--fa:"";}.fa-bitcoin{--fa:"";}.fa-bity{--fa:"";}.fa-blackberry{--fa:"";}.fa-blogger{--fa:"";}.fa-blogger-b{--fa:"";}.fa-buromobelexperte{--fa:"";}.fa-centercode{--fa:"";}.fa-cloudscale{--fa:"";}.fa-cloudsmith{--fa:"";}.fa-cloudversify{--fa:"";}.fa-cpanel{--fa:"";}.fa-css3-alt{--fa:"";}.fa-cuttlefish{--fa:"";}.fa-d-and-d{--fa:"";}.fa-deploydog{--fa:"";}.fa-deskpro{--fa:"";}.fa-digital-ocean{--fa:"";}.fa-discord{--fa:"";}.fa-discourse{--fa:"";}.fa-dochub{--fa:"";}.fa-docker{--fa:"";}.fa-draft2digital{--fa:"";}.fa-square-dribbble{--fa:"";}.fa-dribbble-square{--fa:"";}.fa-dyalog{--fa:"";}.fa-earlybirds{--fa:"";}.fa-erlang{--fa:"";}.fa-facebook-f{--fa:"";}.fa-facebook-messenger{--fa:"";}.fa-firstdraft{--fa:"";}.fa-fonticons-fi{--fa:"";}.fa-fort-awesome-alt{--fa:"";}.fa-freebsd{--fa:"";}.fa-gitkraken{--fa:"";}.fa-gofore{--fa:"";}.fa-goodreads{--fa:"";}.fa-goodreads-g{--fa:"";}.fa-google-drive{--fa:"";}.fa-google-play{--fa:"";}.fa-gripfire{--fa:"";}.fa-grunt{--fa:"";}.fa-gulp{--fa:"";}.fa-square-hacker-news{--fa:"";}.fa-hacker-news-square{--fa:"";}.fa-hire-a-helper{--fa:"";}.fa-hotjar{--fa:"";}.fa-hubspot{--fa:"";}.fa-itunes{--fa:"";}.fa-itunes-note{--fa:"";}.fa-jenkins{--fa:"";}.fa-joget{--fa:"";}.fa-js{--fa:"";}.fa-square-js{--fa:"";}.fa-js-square{--fa:"";}.fa-keycdn{--fa:"";}.fa-kickstarter{--fa:"";}.fa-square-kickstarter{--fa:"";}.fa-kickstarter-k{--fa:"";}.fa-laravel{--fa:"";}.fa-line{--fa:"";}.fa-lyft{--fa:"";}.fa-magento{--fa:"";}.fa-medapps{--fa:"";}.fa-medrt{--fa:"";}.fa-microsoft{--fa:"";}.fa-mix{--fa:"";}.fa-mizuni{--fa:"";}.fa-monero{--fa:"";}.fa-napster{--fa:"";}.fa-node-js{--fa:"";}.fa-npm{--fa:"";}.fa-ns8{--fa:"";}.fa-nutritionix{--fa:"";}.fa-page4{--fa:"";}.fa-palfed{--fa:"";}.fa-patreon{--fa:"";}.fa-periscope{--fa:"";}.fa-phabricator{--fa:"";}.fa-phoenix-framework{--fa:"";}.fa-playstation{--fa:"";}.fa-pushed{--fa:"";}.fa-python{--fa:"";}.fa-red-river{--fa:"";}.fa-wpressr{--fa:"";}.fa-rendact{--fa:"";}.fa-replyd{--fa:"";}.fa-resolving{--fa:"";}.fa-rocketchat{--fa:"";}.fa-rockrms{--fa:"";}.fa-schlix{--fa:"";}.fa-searchengin{--fa:"";}.fa-servicestack{--fa:"";}.fa-sistrix{--fa:"";}.fa-speakap{--fa:"";}.fa-staylinked{--fa:"";}.fa-steam-symbol{--fa:"";}.fa-sticker-mule{--fa:"";}.fa-studiovinari{--fa:"";}.fa-supple{--fa:"";}.fa-uber{--fa:"";}.fa-uikit{--fa:"";}.fa-uniregistry{--fa:"";}.fa-untappd{--fa:"";}.fa-ussunnah{--fa:"";}.fa-vaadin{--fa:"";}.fa-viber{--fa:"";}.fa-vimeo{--fa:"";}.fa-vnv{--fa:"";}.fa-square-whatsapp{--fa:"";}.fa-whatsapp-square{--fa:"";}.fa-whmcs{--fa:"";}.fa-wordpress-simple{--fa:"";}.fa-xbox{--fa:"";}.fa-yandex{--fa:"";}.fa-yandex-international{--fa:"";}.fa-apple-pay{--fa:"";}.fa-cc-apple-pay{--fa:"";}.fa-fly{--fa:"";}.fa-node{--fa:"";}.fa-osi{--fa:"";}.fa-react{--fa:"";}.fa-autoprefixer{--fa:"";}.fa-less{--fa:"";}.fa-sass{--fa:"";}.fa-vuejs{--fa:"";}.fa-angular{--fa:"";}.fa-aviato{--fa:"";}.fa-ember{--fa:"";}.fa-gitter{--fa:"";}.fa-hooli{--fa:"";}.fa-strava{--fa:"";}.fa-stripe{--fa:"";}.fa-stripe-s{--fa:"";}.fa-typo3{--fa:"";}.fa-amazon-pay{--fa:"";}.fa-cc-amazon-pay{--fa:"";}.fa-ethereum{--fa:"";}.fa-korvue{--fa:"";}.fa-elementor{--fa:"";}.fa-square-youtube{--fa:"";}.fa-youtube-square{--fa:"";}.fa-flipboard{--fa:"";}.fa-hips{--fa:"";}.fa-php{--fa:"";}.fa-quinscape{--fa:"";}.fa-readme{--fa:"";}.fa-java{--fa:"";}.fa-pied-piper-hat{--fa:"";}.fa-creative-commons-by{--fa:"";}.fa-creative-commons-nc{--fa:"";}.fa-creative-commons-nc-eu{--fa:"";}.fa-creative-commons-nc-jp{--fa:"";}.fa-creative-commons-nd{--fa:"";}.fa-creative-commons-pd{--fa:"";}.fa-creative-commons-pd-alt{--fa:"";}.fa-creative-commons-remix{--fa:"";}.fa-creative-commons-sa{--fa:"";}.fa-creative-commons-sampling{--fa:"";}.fa-creative-commons-sampling-plus{--fa:"";}.fa-creative-commons-share{--fa:"";}.fa-creative-commons-zero{--fa:"";}.fa-ebay{--fa:"";}.fa-keybase{--fa:"";}.fa-mastodon{--fa:"";}.fa-r-project{--fa:"";}.fa-researchgate{--fa:"";}.fa-teamspeak{--fa:"";}.fa-first-order-alt{--fa:"";}.fa-fulcrum{--fa:"";}.fa-galactic-republic{--fa:"";}.fa-galactic-senate{--fa:"";}.fa-jedi-order{--fa:"";}.fa-mandalorian{--fa:"";}.fa-old-republic{--fa:"";}.fa-phoenix-squadron{--fa:"";}.fa-sith{--fa:"";}.fa-trade-federation{--fa:"";}.fa-wolf-pack-battalion{--fa:"";}.fa-hornbill{--fa:"";}.fa-mailchimp{--fa:"";}.fa-megaport{--fa:"";}.fa-nimblr{--fa:"";}.fa-rev{--fa:"";}.fa-shopware{--fa:"";}.fa-squarespace{--fa:"";}.fa-themeco{--fa:"";}.fa-weebly{--fa:"";}.fa-wix{--fa:"";}.fa-ello{--fa:"";}.fa-hackerrank{--fa:"";}.fa-kaggle{--fa:"";}.fa-markdown{--fa:"";}.fa-neos{--fa:"";}.fa-zhihu{--fa:"";}.fa-alipay{--fa:"";}.fa-the-red-yeti{--fa:"";}.fa-critical-role{--fa:"";}.fa-d-and-d-beyond{--fa:"";}.fa-dev{--fa:"";}.fa-fantasy-flight-games{--fa:"";}.fa-wizards-of-the-coast{--fa:"";}.fa-think-peaks{--fa:"";}.fa-reacteurope{--fa:"";}.fa-artstation{--fa:"";}.fa-atlassian{--fa:"";}.fa-canadian-maple-leaf{--fa:"";}.fa-centos{--fa:"";}.fa-confluence{--fa:"";}.fa-dhl{--fa:"";}.fa-diaspora{--fa:"";}.fa-fedex{--fa:"";}.fa-fedora{--fa:"";}.fa-figma{--fa:"";}.fa-intercom{--fa:"";}.fa-invision{--fa:"";}.fa-jira{--fa:"";}.fa-mendeley{--fa:"";}.fa-raspberry-pi{--fa:"";}.fa-redhat{--fa:"";}.fa-sketch{--fa:"";}.fa-sourcetree{--fa:"";}.fa-suse{--fa:"";}.fa-ubuntu{--fa:"";}.fa-ups{--fa:"";}.fa-usps{--fa:"";}.fa-yarn{--fa:"";}.fa-airbnb{--fa:"";}.fa-battle-net{--fa:"";}.fa-bootstrap{--fa:"";}.fa-buffer{--fa:"";}.fa-chromecast{--fa:"";}.fa-evernote{--fa:"";}.fa-itch-io{--fa:"";}.fa-salesforce{--fa:"";}.fa-speaker-deck{--fa:"";}.fa-symfony{--fa:"";}.fa-waze{--fa:"";}.fa-yammer{--fa:"";}.fa-git-alt{--fa:"";}.fa-stackpath{--fa:"";}.fa-cotton-bureau{--fa:"";}.fa-buy-n-large{--fa:"";}.fa-mdb{--fa:"";}.fa-orcid{--fa:"";}.fa-swift{--fa:"";}.fa-umbraco{--fa:"";}:root,:host{--fa-family-classic:"Font Awesome 7 Free";--fa-font-regular:normal 400 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic);}.far{--fa-family:var(--fa-family-classic);--fa-style:400;}.fa-classic{--fa-family:var(--fa-family-classic);}.fa-regular{--fa-style:400;}:root,:host{--fa-family-classic:"Font Awesome 7 Free";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic);}.fas{--fa-family:var(--fa-family-classic);--fa-style:900;}.fa-classic{--fa-family:var(--fa-family-classic);}.fa-solid{--fa-style:900;}@charset "UTF-8";.mega-menu-last-modified-1757659970{content:"Friday 12th September 2025 06:52:50 UTC";}#mega-menu-wrap-header-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item,#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-row,#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-column,#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link,#mega-menu-wrap-header-menu #mega-menu-header-menu span.mega-menu-badge{transition:none;border-radius:0;box-shadow:none;background:none;border:0;bottom:auto;box-sizing:border-box;clip:auto;color:#666;display:block;float:none;font-family:inherit;font-size:14px;height:auto;left:auto;line-height:1.7;list-style-type:none;margin:0;min-height:auto;max-height:none;min-width:auto;max-width:none;opacity:1;outline:none;overflow:visible;padding:0;position:relative;pointer-events:auto;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;transform:none;top:auto;vertical-align:baseline;visibility:inherit;width:auto;word-wrap:break-word;white-space:normal;}#mega-menu-wrap-header-menu:before,#mega-menu-wrap-header-menu:after,#mega-menu-wrap-header-menu #mega-menu-header-menu:before,#mega-menu-wrap-header-menu #mega-menu-header-menu:after,#mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu:before,#mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu:after,#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item:before,#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item:after,#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-row:before,#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-row:after,#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-column:before,#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-column:after,#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link:before,#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link:after,#mega-menu-wrap-header-menu #mega-menu-header-menu span.mega-menu-badge:before,#mega-menu-wrap-header-menu #mega-menu-header-menu span.mega-menu-badge:after{display:none;}#mega-menu-wrap-header-menu{border-radius:0;}@media only screen and (min-width: 1000px){#mega-menu-wrap-header-menu{background:rgba(0,0,0,0);}}#mega-menu-wrap-header-menu.mega-keyboard-navigation .mega-menu-toggle:focus,#mega-menu-wrap-header-menu.mega-keyboard-navigation .mega-toggle-block:focus,#mega-menu-wrap-header-menu.mega-keyboard-navigation .mega-toggle-block a:focus,#mega-menu-wrap-header-menu.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus,#mega-menu-wrap-header-menu.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus,#mega-menu-wrap-header-menu.mega-keyboard-navigation #mega-menu-header-menu a:focus,#mega-menu-wrap-header-menu.mega-keyboard-navigation #mega-menu-header-menu span:focus,#mega-menu-wrap-header-menu.mega-keyboard-navigation #mega-menu-header-menu input:focus,#mega-menu-wrap-header-menu.mega-keyboard-navigation #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:focus,#mega-menu-wrap-header-menu.mega-keyboard-navigation #mega-menu-header-menu form.mega-search-open:has(input[type=text]:focus){outline-style:solid;outline-width:3px;outline-color:#109cde;outline-offset:-3px;}#mega-menu-wrap-header-menu.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus{outline-offset:2px;}#mega-menu-wrap-header-menu.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus{background:white;color:#f4b224;font-weight:normal;text-decoration:none;border-color:#fff;}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus{color:#013162;background:rgba(255,255,255,0);}}#mega-menu-wrap-header-menu #mega-menu-header-menu{text-align:left;padding:0px 0px 0px 0px;}#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link{cursor:pointer;display:inline;}#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link .mega-description-group{vertical-align:middle;display:inline-block;transition:none;}#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link .mega-description-group .mega-menu-title,#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link .mega-description-group .mega-menu-description{transition:none;line-height:1.5;display:block;}#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link .mega-description-group .mega-menu-description{font-style:italic;font-size:.8em;text-transform:none;font-weight:normal;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link{display:flex;align-items:center;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before{flex:0 0 auto;align-self:flex-start;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link{display:block;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-icon-top > a.mega-menu-link{display:table-cell;vertical-align:middle;line-height:initial;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-icon-top > a.mega-menu-link:before{display:block;margin:0 0 6px 0;text-align:center;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below{display:inline-block;transition:none;}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-icon-top > a.mega-menu-link{display:block;line-height:40px;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before{display:inline-block;margin:0 6px 0 0;text-align:left;}}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-icon-right > a.mega-menu-link:before{float:right;margin:0 0 0 6px;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-animating > ul.mega-sub-menu{pointer-events:none;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-disable-link > a.mega-menu-link,#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link{cursor:inherit;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link,#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link{cursor:pointer;}#mega-menu-wrap-header-menu #mega-menu-header-menu p{margin-bottom:10px;}#mega-menu-wrap-header-menu #mega-menu-header-menu input,#mega-menu-wrap-header-menu #mega-menu-header-menu img{max-width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > ul.mega-sub-menu{display:block;visibility:hidden;opacity:1;pointer-events:auto;}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > ul.mega-sub-menu{display:none;visibility:visible;opacity:1;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu{display:block;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu{display:none;}}@media only screen and (min-width: 1000px){#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu{opacity:0;transition:opacity 200ms ease-in,visibility 200ms ease-in;}#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{opacity:1;}#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{opacity:0;transform:translate(0,10px);transition:opacity 200ms ease-in,transform 200ms ease-in,visibility 200ms ease-in;}#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{opacity:1;transform:translate(0,0);}#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{transform:translate(0,10px);transition:transform 200ms ease-in,visibility 200ms ease-in;}#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{transform:translate(0,0);}}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu{display:none;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu{display:block;}#mega-menu-wrap-header-menu #mega-menu-header-menu.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{visibility:visible;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{visibility:inherit;opacity:1;display:block;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:50%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:33.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:25%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:20%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:16.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a[class^="dashicons"]:before{font-family:dashicons;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:before{display:inline-block;font:inherit;font-family:dashicons;position:static;margin:0 6px 0 0px;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:inherit;background:transparent;height:auto;width:auto;top:auto;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-hide-text a.mega-menu-link:before{margin:0;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before{margin:0 6px 0 0;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link{border-radius:0;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-align-bottom-right > ul.mega-sub-menu{right:0;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link{border-radius:0;}@media only screen and (min-width: 1000px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-menu-item{position:static;}}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item{margin:0 0px 0 0;display:inline-block;height:auto;vertical-align:middle;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-item-align-right{float:right;}@media only screen and (min-width: 1000px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-item-align-right{margin:0 0 0 0px;}}@media only screen and (min-width: 1000px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-item-align-float-left{float:left;}}@media only screen and (min-width: 1000px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:focus{background:white;color:#f4b224;font-weight:normal;text-decoration:none;border-color:#fff;}}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{background:white;color:#f4b224;font-weight:normal;text-decoration:none;border-color:#fff;}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{color:#013162;background:rgba(255,255,255,0);}}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{background:white;color:#f4b224;font-weight:normal;text-decoration:none;border-color:#fff;}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{color:#013162;background:rgba(255,255,255,0);}}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{line-height:40px;height:40px;padding:0px 0px 0px 0px;vertical-align:baseline;width:auto;display:block;color:#0b3c61;text-transform:capitalize;text-decoration:none;text-align:center;background:rgba(0,0,0,0);border:0;border-radius:0;font-family:inherit;font-size:20px;font-weight:bold;outline:none;}@media only screen and (min-width: 1000px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-multi-line > a.mega-menu-link{line-height:inherit;display:table-cell;vertical-align:middle;}}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-multi-line > a.mega-menu-link br{display:none;}}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item{display:list-item;margin:0;clear:both;border:0;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-item-align-right{float:none;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{border-radius:0;border:0;margin:0;line-height:40px;height:40px;padding:0 10px;background:transparent;text-align:left;color:#013162;font-size:14px;}}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{width:100%;float:left;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column{float:left;min-height:1px;}@media only screen and (min-width: 1000px){#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2{width:50%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3{width:33.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3{width:66.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4{width:25%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4{width:50%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4{width:75%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5{width:20%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5{width:40%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5{width:60%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5{width:80%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6{width:16.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6{width:33.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6{width:50%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6{width:66.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6{width:83.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7{width:14.2857142857%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7{width:28.5714285714%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7{width:42.8571428571%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7{width:57.1428571429%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7{width:71.4285714286%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7{width:85.7142857143%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8{width:12.5%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8{width:25%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8{width:37.5%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8{width:50%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8{width:62.5%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8{width:75%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8{width:87.5%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9{width:11.1111111111%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9{width:22.2222222222%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9{width:33.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9{width:44.4444444444%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9{width:55.5555555556%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9{width:66.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9{width:77.7777777778%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9{width:88.8888888889%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10{width:10%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10{width:20%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10{width:30%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10{width:40%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10{width:50%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10{width:60%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10{width:70%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10{width:80%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10{width:90%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11{width:9.0909090909%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11{width:18.1818181818%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11{width:27.2727272727%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11{width:36.3636363636%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11{width:45.4545454545%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11{width:54.5454545455%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11{width:63.6363636364%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11{width:72.7272727273%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11{width:81.8181818182%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11{width:90.9090909091%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12{width:8.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12{width:16.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12{width:25%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12{width:33.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12{width:41.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12{width:50%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12{width:58.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12{width:66.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12{width:75%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12{width:83.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12{width:91.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12{width:100%;}}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column{width:100%;clear:both;}}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{padding:15px 15px 15px 15px;width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu{z-index:999;border-radius:0;background:white;border:0;padding:10px 10px 10px 10px;position:absolute;width:100%;max-width:none;left:0;}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu{float:left;position:static;width:100%;}}@media only screen and (min-width: 1000px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2{width:50%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3{width:33.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3{width:66.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4{width:25%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4{width:50%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4{width:75%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5{width:20%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5{width:40%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5{width:60%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5{width:80%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6{width:16.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6{width:33.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6{width:50%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6{width:66.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6{width:83.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7{width:14.2857142857%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7{width:28.5714285714%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7{width:42.8571428571%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7{width:57.1428571429%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7{width:71.4285714286%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7{width:85.7142857143%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8{width:12.5%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8{width:25%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8{width:37.5%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8{width:50%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8{width:62.5%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8{width:75%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8{width:87.5%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9{width:11.1111111111%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9{width:22.2222222222%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9{width:33.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9{width:44.4444444444%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9{width:55.5555555556%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9{width:66.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9{width:77.7777777778%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9{width:88.8888888889%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10{width:10%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10{width:20%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10{width:30%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10{width:40%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10{width:50%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10{width:60%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10{width:70%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10{width:80%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10{width:90%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11{width:9.0909090909%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11{width:18.1818181818%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11{width:27.2727272727%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11{width:36.3636363636%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11{width:45.4545454545%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11{width:54.5454545455%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11{width:63.6363636364%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11{width:72.7272727273%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11{width:81.8181818182%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11{width:90.9090909091%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11{width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12{width:8.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12{width:16.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12{width:25%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12{width:33.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12{width:41.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12{width:50%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12{width:58.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12{width:66.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12{width:75%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12{width:83.3333333333%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12{width:91.6666666667%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12{width:100%;}}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description{margin:5px 0;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu{clear:both;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{margin-left:10px;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{margin-left:10px;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{color:#666;font-family:inherit;font-size:14px;display:block;float:left;clear:none;padding:15px 15px 15px 15px;vertical-align:top;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear{clear:left;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{color:#0b3c61;font-family:inherit;font-size:18px;text-transform:uppercase;text-decoration:none;font-weight:bold;text-align:left;margin:0px 0px 0px 0px;padding:0px 0px 5px 0px;vertical-align:top;display:block;visibility:inherit;border:0;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover{border-color:rgba(0,0,0,0);}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{color:#0b3c61;font-family:inherit;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:bold;text-align:left;margin:0px 0px 10px 0px;padding:0px 0px 10px 0px;vertical-align:top;display:block;border:0;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{border-color:rgba(0,0,0,0);}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{color:#f4b224;font-weight:bold;text-decoration:none;background:rgba(0,0,0,0);}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below{text-decoration:none;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{color:#0b3c61;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:normal;text-align:left;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;vertical-align:top;display:block;border:0;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover{border-color:rgba(0,0,0,0);}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link{display:flex;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus{color:#f4b224;font-weight:normal;text-decoration:none;background:rgba(0,0,0,0);}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu{border:0;padding:10px;border-radius:0;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{width:100%;clear:both;}}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{color:#0b3c61;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:normal;margin:0;border:0;padding:0px 0px 0px 0px;vertical-align:top;display:block;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{color:#f4b224;font-weight:normal;text-decoration:none;background:rgba(0,0,0,0);}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu{z-index:999;position:absolute;width:250px;max-width:none;padding:0px 0px 0px 0px;border:0;background:#f1f1f1;border-radius:0;}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu{float:left;position:static;width:100%;padding:0;border:0;border-radius:0;}}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item{border-bottom:1px solid rgba(255,255,255,.1);}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child{border-bottom:0;box-shadow:none;}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item{clear:both;}}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{display:block;background:#f1f1f1;color:#0b3c61;font-family:inherit;font-size:14px;font-weight:normal;padding:0px 10px 0px 10px;line-height:35px;text-decoration:none;text-transform:none;vertical-align:baseline;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link{border-top-left-radius:0px;border-top-right-radius:0px;}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link{border-top-left-radius:0;border-top-right-radius:0;}}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link{border-bottom-right-radius:0px;border-bottom-left-radius:0px;}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link{border-bottom-right-radius:0;border-bottom-left-radius:0;}}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{background:#ddd;font-weight:normal;text-decoration:none;color:#f4b224;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:absolute;left:100%;top:0;}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:static;left:0;width:100%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{padding-left:20px;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link{padding-left:30px;}}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{display:inline-block;width:auto;background:transparent;position:relative;pointer-events:auto;left:auto;min-width:auto;font-size:inherit;padding:0;margin:0 0 0 6px;height:auto;line-height:inherit;color:inherit;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";font-family:dashicons;font-weight:normal;display:inline-block;margin:0;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:rotate(0);color:inherit;position:relative;background:transparent;height:auto;width:auto;right:auto;line-height:inherit;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:right;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{content:"";}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:right;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator{display:none;}}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator,#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator{display:none;}@media only screen and (min-width: 1000px){#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link{text-align:right;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator{float:left;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after{content:"";margin:0 6px 0 0;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before{float:right;margin:0 0 0 6px;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{left:-100%;top:0;}}#mega-menu-wrap-header-menu #mega-menu-header-menu li[class^="mega-lang-item"] > a.mega-menu-link > img{display:inline;}#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link > img.wpml-ls-flag,#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link > img.iclflag{display:inline;margin-right:8px;}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-hide-on-mobile,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile{display:none;}}@media only screen and (min-width: 1000px){#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-hide-on-desktop,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop,#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop{display:none;}}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu:after{content:"";display:table;clear:both;}}#mega-menu-wrap-header-menu .mega-menu-toggle{display:none;z-index:1;cursor:pointer;background:rgba(255,255,255,.1);background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,.1));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00FFFFFF",endColorstr="#1AFFFFFF");border-radius:2px 2px 2px 2px;line-height:40px;height:40px;text-align:left;user-select:none;-webkit-tap-highlight-color:transparent;outline:none;white-space:nowrap;}#mega-menu-wrap-header-menu .mega-menu-toggle img{max-width:100%;padding:0;}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu .mega-menu-toggle{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-left,#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-center,#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-preferred-size:33.33%;-webkit-flex-basis:33.33%;flex-basis:33.33%;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-left{-webkit-box-flex:1;-ms-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block{margin-left:6px;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child{margin-right:6px;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-center{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block{margin-left:3px;margin-right:3px;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right{-webkit-box-flex:1;-ms-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{margin-right:6px;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child{margin-left:6px;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;height:100%;outline:0;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;}@media only screen and (max-width: 999px){#mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu{background:#f1f1f1;padding:10px 10px 10px 10px;display:none;}#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu{display:block;}}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1{cursor:pointer;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated{padding:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;transform:scale(.6);align-self:center;outline:0;background:none;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box{width:40px;height:24px;display:inline-block;position:relative;outline:0;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner{display:block;top:50%;margin-top:-2px;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after{width:40px;height:4px;background-color:#013162;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after{content:"";display:block;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before{top:-10px;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after{bottom:-10px;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner{top:2px;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s;}#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{top:20px;}#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner{transform:translate3d(0,10px,0) rotate(45deg);}#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0;}#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{transform:translate3d(0,-20px,0) rotate(-90deg);}#mega-menu-wrap-header-menu{clear:both;}.mega-menu-last-modified-1757659970{content:"Friday 12th September 2025 06:52:50 UTC";}#mega-menu-wrap-mobile-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu ul.mega-sub-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-row,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-column,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu a.mega-menu-link,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu span.mega-menu-badge{transition:none;border-radius:0;box-shadow:none;background:none;border:0;bottom:auto;box-sizing:border-box;clip:auto;color:#666;display:block;float:none;font-family:inherit;font-size:14px;height:auto;left:auto;line-height:1.7;list-style-type:none;margin:0;min-height:auto;max-height:none;min-width:auto;max-width:none;opacity:1;outline:none;overflow:visible;padding:0;position:relative;pointer-events:auto;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;transform:none;top:auto;vertical-align:baseline;visibility:inherit;width:auto;word-wrap:break-word;white-space:normal;}#mega-menu-wrap-mobile-menu:before,#mega-menu-wrap-mobile-menu:after,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu:before,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu:after,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu ul.mega-sub-menu:before,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu ul.mega-sub-menu:after,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item:before,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item:after,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-row:before,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-row:after,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-column:before,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-column:after,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu a.mega-menu-link:before,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu a.mega-menu-link:after,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu span.mega-menu-badge:before,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu span.mega-menu-badge:after{display:none;}#mega-menu-wrap-mobile-menu{border-radius:0;}@media only screen and (min-width: 1000px){#mega-menu-wrap-mobile-menu{background:rgba(0,0,0,0);}}#mega-menu-wrap-mobile-menu.mega-keyboard-navigation .mega-menu-toggle:focus,#mega-menu-wrap-mobile-menu.mega-keyboard-navigation .mega-toggle-block:focus,#mega-menu-wrap-mobile-menu.mega-keyboard-navigation .mega-toggle-block a:focus,#mega-menu-wrap-mobile-menu.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus,#mega-menu-wrap-mobile-menu.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus,#mega-menu-wrap-mobile-menu.mega-keyboard-navigation #mega-menu-mobile-menu a:focus,#mega-menu-wrap-mobile-menu.mega-keyboard-navigation #mega-menu-mobile-menu span:focus,#mega-menu-wrap-mobile-menu.mega-keyboard-navigation #mega-menu-mobile-menu input:focus,#mega-menu-wrap-mobile-menu.mega-keyboard-navigation #mega-menu-mobile-menu li.mega-menu-item a.mega-menu-link:focus,#mega-menu-wrap-mobile-menu.mega-keyboard-navigation #mega-menu-mobile-menu form.mega-search-open:has(input[type=text]:focus){outline-style:solid;outline-width:3px;outline-color:#109cde;outline-offset:-3px;}#mega-menu-wrap-mobile-menu.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus{outline-offset:2px;}#mega-menu-wrap-mobile-menu.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus{background:white;color:#f4b224;font-weight:normal;text-decoration:none;border-color:#fff;}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus{color:#013162;background:rgba(255,255,255,0);}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu{text-align:left;padding:0px 0px 0px 0px;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu a.mega-menu-link{cursor:pointer;display:inline;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu a.mega-menu-link .mega-description-group{vertical-align:middle;display:inline-block;transition:none;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu a.mega-menu-link .mega-description-group .mega-menu-title,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu a.mega-menu-link .mega-description-group .mega-menu-description{transition:none;line-height:1.5;display:block;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu a.mega-menu-link .mega-description-group .mega-menu-description{font-style:italic;font-size:.8em;text-transform:none;font-weight:normal;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link{display:flex;align-items:center;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before{flex:0 0 auto;align-self:flex-start;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link{display:block;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-icon-top > a.mega-menu-link{display:table-cell;vertical-align:middle;line-height:initial;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-icon-top > a.mega-menu-link:before{display:block;margin:0 0 6px 0;text-align:center;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below{display:inline-block;transition:none;}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item.mega-icon-top > a.mega-menu-link{display:block;line-height:40px;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before{display:inline-block;margin:0 6px 0 0;text-align:left;}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-icon-right > a.mega-menu-link:before{float:right;margin:0 0 0 6px;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-animating > ul.mega-sub-menu{pointer-events:none;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-disable-link > a.mega-menu-link,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link{cursor:inherit;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link{cursor:pointer;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu p{margin-bottom:10px;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu input,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu img{max-width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item > ul.mega-sub-menu{display:block;visibility:hidden;opacity:1;pointer-events:auto;}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item > ul.mega-sub-menu{display:none;visibility:visible;opacity:1;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu{display:block;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu{display:none;}}@media only screen and (min-width: 1000px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu{opacity:0;transition:opacity 400ms ease-in,visibility 400ms ease-in;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{opacity:1;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{opacity:0;transform:translate(0,10px);transition:opacity 400ms ease-in,transform 400ms ease-in,visibility 400ms ease-in;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{opacity:1;transform:translate(0,0);}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{transform:translate(0,10px);transition:transform 400ms ease-in,visibility 400ms ease-in;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{transform:translate(0,0);}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu{display:none;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu{display:block;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{visibility:visible;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{visibility:inherit;opacity:1;display:block;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:50%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:33.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:25%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:20%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item{float:left;width:16.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item a[class^="dashicons"]:before{font-family:dashicons;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item a.mega-menu-link:before{display:inline-block;font:inherit;font-family:dashicons;position:static;margin:0 6px 0 0px;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:inherit;background:transparent;height:auto;width:auto;top:auto;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-hide-text a.mega-menu-link:before{margin:0;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before{margin:0 6px 0 0;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link{border-radius:0;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-align-bottom-right > ul.mega-sub-menu{right:0;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link{border-radius:0;}@media only screen and (min-width: 1000px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu.mega-menu-item{position:static;}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item{margin:0 0px 0 0;display:inline-block;height:auto;vertical-align:middle;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item.mega-item-align-right{float:right;}@media only screen and (min-width: 1000px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item.mega-item-align-right{margin:0 0 0 0px;}}@media only screen and (min-width: 1000px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item.mega-item-align-float-left{float:left;}}@media only screen and (min-width: 1000px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item > a.mega-menu-link:focus{background:white;color:#f4b224;font-weight:normal;text-decoration:none;border-color:#fff;}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{background:white;color:#f4b224;font-weight:normal;text-decoration:none;border-color:#fff;}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{color:#013162;background:rgba(255,255,255,0);}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{background:white;color:#f4b224;font-weight:normal;text-decoration:none;border-color:#fff;}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{color:#013162;background:rgba(255,255,255,0);}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item > a.mega-menu-link{line-height:40px;height:40px;padding:0px 0px 0px 0px;vertical-align:baseline;width:auto;display:block;color:#0b3c61;text-transform:capitalize;text-decoration:none;text-align:center;background:rgba(0,0,0,0);border:0;border-radius:0;font-family:inherit;font-size:20px;font-weight:bold;outline:none;}@media only screen and (min-width: 1000px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item.mega-multi-line > a.mega-menu-link{line-height:inherit;display:table-cell;vertical-align:middle;}}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item.mega-multi-line > a.mega-menu-link br{display:none;}}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item{display:list-item;margin:0;clear:both;border:0;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item.mega-item-align-right{float:none;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item > a.mega-menu-link{border-radius:0;border:0;margin:0;line-height:40px;height:40px;padding:0 10px;background:transparent;text-align:left;color:#013162;font-size:14px;}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{width:100%;float:left;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column{float:left;min-height:1px;}@media only screen and (min-width: 1000px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2{width:50%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3{width:33.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3{width:66.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4{width:25%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4{width:50%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4{width:75%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5{width:20%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5{width:40%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5{width:60%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5{width:80%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6{width:16.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6{width:33.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6{width:50%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6{width:66.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6{width:83.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7{width:14.2857142857%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7{width:28.5714285714%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7{width:42.8571428571%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7{width:57.1428571429%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7{width:71.4285714286%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7{width:85.7142857143%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8{width:12.5%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8{width:25%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8{width:37.5%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8{width:50%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8{width:62.5%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8{width:75%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8{width:87.5%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9{width:11.1111111111%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9{width:22.2222222222%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9{width:33.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9{width:44.4444444444%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9{width:55.5555555556%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9{width:66.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9{width:77.7777777778%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9{width:88.8888888889%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10{width:10%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10{width:20%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10{width:30%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10{width:40%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10{width:50%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10{width:60%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10{width:70%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10{width:80%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10{width:90%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11{width:9.0909090909%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11{width:18.1818181818%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11{width:27.2727272727%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11{width:36.3636363636%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11{width:45.4545454545%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11{width:54.5454545455%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11{width:63.6363636364%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11{width:72.7272727273%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11{width:81.8181818182%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11{width:90.9090909091%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12{width:8.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12{width:16.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12{width:25%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12{width:33.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12{width:41.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12{width:50%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12{width:58.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12{width:66.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12{width:75%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12{width:83.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12{width:91.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12{width:100%;}}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column{width:100%;clear:both;}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{padding:15px 15px 15px 15px;width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu{z-index:999;border-radius:0;background:white;border:0;padding:10px 10px 10px 10px;position:absolute;width:100%;max-width:none;left:0;}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu{float:left;position:static;width:100%;}}@media only screen and (min-width: 1000px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2{width:50%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3{width:33.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3{width:66.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4{width:25%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4{width:50%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4{width:75%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5{width:20%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5{width:40%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5{width:60%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5{width:80%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6{width:16.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6{width:33.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6{width:50%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6{width:66.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6{width:83.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7{width:14.2857142857%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7{width:28.5714285714%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7{width:42.8571428571%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7{width:57.1428571429%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7{width:71.4285714286%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7{width:85.7142857143%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8{width:12.5%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8{width:25%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8{width:37.5%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8{width:50%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8{width:62.5%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8{width:75%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8{width:87.5%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9{width:11.1111111111%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9{width:22.2222222222%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9{width:33.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9{width:44.4444444444%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9{width:55.5555555556%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9{width:66.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9{width:77.7777777778%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9{width:88.8888888889%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10{width:10%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10{width:20%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10{width:30%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10{width:40%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10{width:50%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10{width:60%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10{width:70%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10{width:80%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10{width:90%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11{width:9.0909090909%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11{width:18.1818181818%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11{width:27.2727272727%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11{width:36.3636363636%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11{width:45.4545454545%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11{width:54.5454545455%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11{width:63.6363636364%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11{width:72.7272727273%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11{width:81.8181818182%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11{width:90.9090909091%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11{width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12{width:8.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12{width:16.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12{width:25%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12{width:33.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12{width:41.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12{width:50%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12{width:58.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12{width:66.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12{width:75%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12{width:83.3333333333%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12{width:91.6666666667%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12{width:100%;}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description{margin:5px 0;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu{clear:both;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{margin-left:10px;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{margin-left:10px;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{color:#666;font-family:inherit;font-size:14px;display:block;float:left;clear:none;padding:15px 15px 15px 15px;vertical-align:top;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear{clear:left;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{color:#0b3c61;font-family:inherit;font-size:18px;text-transform:uppercase;text-decoration:none;font-weight:bold;text-align:left;margin:0px 0px 0px 0px;padding:0px 0px 5px 0px;vertical-align:top;display:block;visibility:inherit;border:0;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover{border-color:rgba(0,0,0,0);}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{color:#0b3c61;font-family:inherit;font-size:16px;text-transform:uppercase;text-decoration:none;font-weight:bold;text-align:left;margin:0px 0px 10px 0px;padding:0px 0px 10px 0px;vertical-align:top;display:block;border:0;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{border-color:rgba(0,0,0,0);}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{color:#f4b224;font-weight:bold;text-decoration:none;background:rgba(0,0,0,0);}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below{text-decoration:none;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{color:#0b3c61;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:normal;text-align:left;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;vertical-align:top;display:block;border:0;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover{border-color:rgba(0,0,0,0);}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link{display:flex;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus{color:#f4b224;font-weight:normal;text-decoration:none;background:rgba(0,0,0,0);}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu{border:0;padding:10px;border-radius:0;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{width:100%;clear:both;}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{color:#0b3c61;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:normal;margin:0;border:0;padding:0px 0px 0px 0px;vertical-align:top;display:block;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{color:#f4b224;font-weight:normal;text-decoration:none;background:rgba(0,0,0,0);}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-flyout ul.mega-sub-menu{z-index:999;position:absolute;width:250px;max-width:none;padding:0px 0px 0px 0px;border:0;background:#f1f1f1;border-radius:0;}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-flyout ul.mega-sub-menu{float:left;position:static;width:100%;padding:0;border:0;border-radius:0;}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item{border-bottom:1px solid rgba(255,255,255,.1);}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child{border-bottom:0;box-shadow:none;}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item{clear:both;}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{display:block;background:#f1f1f1;color:#0b3c61;font-family:inherit;font-size:14px;font-weight:normal;padding:0px 10px 0px 10px;line-height:35px;text-decoration:none;text-transform:none;vertical-align:baseline;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link{border-top-left-radius:0px;border-top-right-radius:0px;}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link{border-top-left-radius:0;border-top-right-radius:0;}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link{border-bottom-right-radius:0px;border-bottom-left-radius:0px;}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link{border-bottom-right-radius:0;border-bottom-left-radius:0;}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{background:#ddd;font-weight:normal;text-decoration:none;color:#f4b224;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:absolute;left:100%;top:0;}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:static;left:0;width:100%;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{padding-left:20px;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link{padding-left:30px;}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{display:inline-block;width:auto;background:transparent;position:relative;pointer-events:auto;left:auto;min-width:auto;font-size:inherit;padding:0;margin:0 0 0 6px;height:auto;line-height:inherit;color:inherit;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content:"";font-family:dashicons;font-weight:normal;display:inline-block;margin:0;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:rotate(0);color:inherit;position:relative;background:transparent;height:auto;width:auto;right:auto;line-height:inherit;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:right;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{content:"";}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:right;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator{display:none;}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator{display:none;}@media only screen and (min-width: 1000px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after{content:"";}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link{text-align:right;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator{float:left;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after{content:"";margin:0 6px 0 0;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before{float:right;margin:0 0 0 6px;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{left:-100%;top:0;}}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li[class^="mega-lang-item"] > a.mega-menu-link > img{display:inline;}#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu a.mega-menu-link > img.wpml-ls-flag,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu a.mega-menu-link > img.iclflag{display:inline;margin-right:8px;}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-hide-on-mobile,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile{display:none;}}@media only screen and (min-width: 1000px){#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-hide-on-desktop,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop,#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop{display:none;}}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu:after{content:"";display:table;clear:both;}}#mega-menu-wrap-mobile-menu .mega-menu-toggle{display:none;z-index:1;cursor:pointer;background:rgba(255,255,255,.1);background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,.1));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00FFFFFF",endColorstr="#1AFFFFFF");border-radius:2px 2px 2px 2px;line-height:40px;height:40px;text-align:left;user-select:none;-webkit-tap-highlight-color:transparent;outline:none;white-space:nowrap;}#mega-menu-wrap-mobile-menu .mega-menu-toggle img{max-width:100%;padding:0;}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu .mega-menu-toggle{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-blocks-left,#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-blocks-center,#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-blocks-right{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-preferred-size:33.33%;-webkit-flex-basis:33.33%;flex-basis:33.33%;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-blocks-left{-webkit-box-flex:1;-ms-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block{margin-left:6px;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child{margin-right:6px;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-blocks-center{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block{margin-left:3px;margin-right:3px;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-blocks-right{-webkit-box-flex:1;-ms-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{margin-right:6px;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child{margin-left:6px;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;height:100%;outline:0;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;}@media only screen and (max-width: 999px){#mega-menu-wrap-mobile-menu .mega-menu-toggle + #mega-menu-mobile-menu{background:#f1f1f1;padding:10px 10px 10px 10px;display:none;}#mega-menu-wrap-mobile-menu .mega-menu-toggle.mega-menu-open + #mega-menu-mobile-menu{display:block;}#mega-menu-wrap-mobile-menu .mega-menu-toggle + #mega-menu-mobile-menu{position:fixed;display:block;width:300px;max-width:90%;height:100vh;max-height:100vh;top:0;box-sizing:border-box;transition:left 400ms ease-in-out,right 400ms ease-in-out,visibility 400ms ease-in-out;overflow:auto;z-index:9999999999;overscroll-behavior:contain;visibility:hidden;}#mega-menu-wrap-mobile-menu .mega-menu-toggle.mega-menu-open + #mega-menu-mobile-menu{visibility:visible;}#mega-menu-wrap-mobile-menu .mega-menu-toggle + #mega-menu-mobile-menu{left:-300px;}#mega-menu-wrap-mobile-menu .mega-menu-toggle.mega-menu-open + #mega-menu-mobile-menu{left:0;}#mega-menu-wrap-mobile-menu .mega-menu-toggle.mega-menu-open:after{position:fixed;width:100%;height:99999px;content:"";top:0;left:0;opacity:.5;background:black;cursor:pointer;z-index:9999999998;}}html.mega-menu-mobile-menu-off-canvas-open{overflow:hidden;height:auto;}html.mega-menu-mobile-menu-off-canvas-open body{overflow:hidden;height:auto;}html.mega-menu-mobile-menu-off-canvas-open #wpadminbar{z-index:0;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1{cursor:pointer;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated{padding:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;transform:scale(.6);align-self:center;outline:0;background:none;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box{width:40px;height:24px;display:inline-block;position:relative;outline:0;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner{display:block;top:50%;margin-top:-2px;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after{width:40px;height:4px;background-color:#013162;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after{content:"";display:block;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before{top:-10px;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after{bottom:-10px;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner{top:2px;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s;}#mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{top:20px;}#mega-menu-wrap-mobile-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner{transform:translate3d(0,10px,0) rotate(45deg);}#mega-menu-wrap-mobile-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0;}#mega-menu-wrap-mobile-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{transform:translate3d(0,-20px,0) rotate(-90deg);}#mega-menu-wrap-mobile-menu{clear:both;}.wp-block{}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in;}.dashicons-admin-appearance:before{content:"";}.dashicons-admin-collapse:before{content:"";}.dashicons-admin-comments:before{content:"";}.dashicons-admin-customizer:before{content:"";}.dashicons-admin-generic:before{content:"";}.dashicons-admin-home:before{content:"";}.dashicons-admin-links:before{content:"";}.dashicons-admin-media:before{content:"";}.dashicons-admin-multisite:before{content:"";}.dashicons-admin-network:before{content:"";}.dashicons-admin-page:before{content:"";}.dashicons-admin-plugins:before{content:"";}.dashicons-admin-post:before{content:"";}.dashicons-admin-settings:before{content:"";}.dashicons-admin-site-alt:before{content:"";}.dashicons-admin-site-alt2:before{content:"";}.dashicons-admin-site-alt3:before{content:"";}.dashicons-admin-site:before{content:"";}.dashicons-admin-tools:before{content:"";}.dashicons-admin-users:before{content:"";}.dashicons-airplane:before{content:"";}.dashicons-album:before{content:"";}.dashicons-align-center:before{content:"";}.dashicons-align-full-width:before{content:"";}.dashicons-align-left:before{content:"";}.dashicons-align-none:before{content:"";}.dashicons-align-pull-left:before{content:"";}.dashicons-align-pull-right:before{content:"";}.dashicons-align-right:before{content:"";}.dashicons-align-wide:before{content:"";}.dashicons-amazon:before{content:"";}.dashicons-analytics:before{content:"";}.dashicons-archive:before{content:"";}.dashicons-arrow-down-alt:before{content:"";}.dashicons-arrow-down-alt2:before{content:"";}.dashicons-arrow-down:before{content:"";}.dashicons-arrow-left-alt:before{content:"";}.dashicons-arrow-left-alt2:before{content:"";}.dashicons-arrow-left:before{content:"";}.dashicons-arrow-right-alt:before{content:"";}.dashicons-arrow-right-alt2:before{content:"";}.dashicons-arrow-right:before{content:"";}.dashicons-arrow-up-alt:before{content:"";}.dashicons-arrow-up-alt2:before{content:"";}.dashicons-arrow-up-duplicate:before{content:"";}.dashicons-arrow-up:before{content:"";}.dashicons-art:before{content:"";}.dashicons-awards:before{content:"";}.dashicons-backup:before{content:"";}.dashicons-bank:before{content:"";}.dashicons-beer:before{content:"";}.dashicons-bell:before{content:"";}.dashicons-block-default:before{content:"";}.dashicons-book-alt:before{content:"";}.dashicons-book:before{content:"";}.dashicons-buddicons-activity:before{content:"";}.dashicons-buddicons-bbpress-logo:before{content:"";}.dashicons-buddicons-buddypress-logo:before{content:"";}.dashicons-buddicons-community:before{content:"";}.dashicons-buddicons-forums:before{content:"";}.dashicons-buddicons-friends:before{content:"";}.dashicons-buddicons-groups:before{content:"";}.dashicons-buddicons-pm:before{content:"";}.dashicons-buddicons-replies:before{content:"";}.dashicons-buddicons-topics:before{content:"";}.dashicons-buddicons-tracking:before{content:"";}.dashicons-building:before{content:"";}.dashicons-businessman:before{content:"";}.dashicons-businessperson:before{content:"";}.dashicons-businesswoman:before{content:"";}.dashicons-button:before{content:"";}.dashicons-calculator:before{content:"";}.dashicons-calendar-alt:before{content:"";}.dashicons-calendar:before{content:"";}.dashicons-camera-alt:before{content:"";}.dashicons-camera:before{content:"";}.dashicons-car:before{content:"";}.dashicons-carrot:before{content:"";}.dashicons-cart:before{content:"";}.dashicons-category:before{content:"";}.dashicons-chart-area:before{content:"";}.dashicons-chart-bar:before{content:"";}.dashicons-chart-line:before{content:"";}.dashicons-chart-pie:before{content:"";}.dashicons-clipboard:before{content:"";}.dashicons-clock:before{content:"";}.dashicons-cloud-saved:before{content:"";}.dashicons-cloud-upload:before{content:"";}.dashicons-cloud:before{content:"";}.dashicons-code-standards:before{content:"";}.dashicons-coffee:before{content:"";}.dashicons-color-picker:before{content:"";}.dashicons-columns:before{content:"";}.dashicons-controls-back:before{content:"";}.dashicons-controls-forward:before{content:"";}.dashicons-controls-pause:before{content:"";}.dashicons-controls-play:before{content:"";}.dashicons-controls-repeat:before{content:"";}.dashicons-controls-skipback:before{content:"";}.dashicons-controls-skipforward:before{content:"";}.dashicons-controls-volumeoff:before{content:"";}.dashicons-controls-volumeon:before{content:"";}.dashicons-cover-image:before{content:"";}.dashicons-dashboard:before{content:"";}.dashicons-database-add:before{content:"";}.dashicons-database-export:before{content:"";}.dashicons-database-import:before{content:"";}.dashicons-database-remove:before{content:"";}.dashicons-database-view:before{content:"";}.dashicons-database:before{content:"";}.dashicons-desktop:before{content:"";}.dashicons-dismiss:before{content:"";}.dashicons-download:before{content:"";}.dashicons-drumstick:before{content:"";}.dashicons-edit-large:before{content:"";}.dashicons-edit-page:before{content:"";}.dashicons-edit:before{content:"";}.dashicons-editor-aligncenter:before{content:"";}.dashicons-editor-alignleft:before{content:"";}.dashicons-editor-alignright:before{content:"";}.dashicons-editor-bold:before{content:"";}.dashicons-editor-break:before{content:"";}.dashicons-editor-code-duplicate:before{content:"";}.dashicons-editor-code:before{content:"";}.dashicons-editor-contract:before{content:"";}.dashicons-editor-customchar:before{content:"";}.dashicons-editor-expand:before{content:"";}.dashicons-editor-help:before{content:"";}.dashicons-editor-indent:before{content:"";}.dashicons-editor-insertmore:before{content:"";}.dashicons-editor-italic:before{content:"";}.dashicons-editor-justify:before{content:"";}.dashicons-editor-kitchensink:before{content:"";}.dashicons-editor-ltr:before{content:"";}.dashicons-editor-ol-rtl:before{content:"";}.dashicons-editor-ol:before{content:"";}.dashicons-editor-outdent:before{content:"";}.dashicons-editor-paragraph:before{content:"";}.dashicons-editor-paste-text:before{content:"";}.dashicons-editor-paste-word:before{content:"";}.dashicons-editor-quote:before{content:"";}.dashicons-editor-removeformatting:before{content:"";}.dashicons-editor-rtl:before{content:"";}.dashicons-editor-spellcheck:before{content:"";}.dashicons-editor-strikethrough:before{content:"";}.dashicons-editor-table:before{content:"";}.dashicons-editor-textcolor:before{content:"";}.dashicons-editor-ul:before{content:"";}.dashicons-editor-underline:before{content:"";}.dashicons-editor-unlink:before{content:"";}.dashicons-editor-video:before{content:"";}.dashicons-ellipsis:before{content:"";}.dashicons-email-alt:before{content:"";}.dashicons-email-alt2:before{content:"";}.dashicons-email:before{content:"";}.dashicons-embed-audio:before{content:"";}.dashicons-embed-generic:before{content:"";}.dashicons-embed-photo:before{content:"";}.dashicons-embed-post:before{content:"";}.dashicons-embed-video:before{content:"";}.dashicons-excerpt-view:before{content:"";}.dashicons-exit:before{content:"";}.dashicons-external:before{content:"";}.dashicons-facebook-alt:before{content:"";}.dashicons-facebook:before{content:"";}.dashicons-feedback:before{content:"";}.dashicons-filter:before{content:"";}.dashicons-flag:before{content:"";}.dashicons-food:before{content:"";}.dashicons-format-aside:before{content:"";}.dashicons-format-audio:before{content:"";}.dashicons-format-chat:before{content:"";}.dashicons-format-gallery:before{content:"";}.dashicons-format-image:before{content:"";}.dashicons-format-quote:before{content:"";}.dashicons-format-status:before{content:"";}.dashicons-format-video:before{content:"";}.dashicons-forms:before{content:"";}.dashicons-fullscreen-alt:before{content:"";}.dashicons-fullscreen-exit-alt:before{content:"";}.dashicons-games:before{content:"";}.dashicons-google:before{content:"";}.dashicons-googleplus:before{content:"";}.dashicons-grid-view:before{content:"";}.dashicons-groups:before{content:"";}.dashicons-hammer:before{content:"";}.dashicons-heading:before{content:"";}.dashicons-heart:before{content:"";}.dashicons-hidden:before{content:"";}.dashicons-hourglass:before{content:"";}.dashicons-html:before{content:"";}.dashicons-id-alt:before{content:"";}.dashicons-id:before{content:"";}.dashicons-image-crop:before{content:"";}.dashicons-image-filter:before{content:"";}.dashicons-image-flip-horizontal:before{content:"";}.dashicons-image-flip-vertical:before{content:"";}.dashicons-image-rotate-left:before{content:"";}.dashicons-image-rotate-right:before{content:"";}.dashicons-image-rotate:before{content:"";}.dashicons-images-alt:before{content:"";}.dashicons-images-alt2:before{content:"";}.dashicons-index-card:before{content:"";}.dashicons-info-outline:before{content:"";}.dashicons-info:before{content:"";}.dashicons-insert-after:before{content:"";}.dashicons-insert-before:before{content:"";}.dashicons-insert:before{content:"";}.dashicons-instagram:before{content:"";}.dashicons-laptop:before{content:"";}.dashicons-layout:before{content:"";}.dashicons-leftright:before{content:"";}.dashicons-lightbulb:before{content:"";}.dashicons-linkedin:before{content:"";}.dashicons-list-view:before{content:"";}.dashicons-location-alt:before{content:"";}.dashicons-location:before{content:"";}.dashicons-lock-duplicate:before{content:"";}.dashicons-lock:before{content:"";}.dashicons-marker:before{content:"";}.dashicons-media-archive:before{content:"";}.dashicons-media-audio:before{content:"";}.dashicons-media-code:before{content:"";}.dashicons-media-default:before{content:"";}.dashicons-media-document:before{content:"";}.dashicons-media-interactive:before{content:"";}.dashicons-media-spreadsheet:before{content:"";}.dashicons-media-text:before{content:"";}.dashicons-media-video:before{content:"";}.dashicons-megaphone:before{content:"";}.dashicons-menu-alt:before{content:"";}.dashicons-menu-alt2:before{content:"";}.dashicons-menu-alt3:before{content:"";}.dashicons-menu:before{content:"";}.dashicons-microphone:before{content:"";}.dashicons-migrate:before{content:"";}.dashicons-minus:before{content:"";}.dashicons-money-alt:before{content:"";}.dashicons-money:before{content:"";}.dashicons-move:before{content:"";}.dashicons-nametag:before{content:"";}.dashicons-networking:before{content:"";}.dashicons-no-alt:before{content:"";}.dashicons-no:before{content:"";}.dashicons-open-folder:before{content:"";}.dashicons-palmtree:before{content:"";}.dashicons-paperclip:before{content:"";}.dashicons-pdf:before{content:"";}.dashicons-performance:before{content:"";}.dashicons-pets:before{content:"";}.dashicons-phone:before{content:"";}.dashicons-pinterest:before{content:"";}.dashicons-playlist-audio:before{content:"";}.dashicons-playlist-video:before{content:"";}.dashicons-plugins-checked:before{content:"";}.dashicons-plus-alt:before{content:"";}.dashicons-plus-alt2:before{content:"";}.dashicons-plus:before{content:"";}.dashicons-podio:before{content:"";}.dashicons-portfolio:before{content:"";}.dashicons-post-status:before{content:"";}.dashicons-pressthis:before{content:"";}.dashicons-printer:before{content:"";}.dashicons-privacy:before{content:"";}.dashicons-products:before{content:"";}.dashicons-randomize:before{content:"";}.dashicons-reddit:before{content:"";}.dashicons-redo:before{content:"";}.dashicons-remove:before{content:"";}.dashicons-rest-api:before{content:"";}.dashicons-rss:before{content:"";}.dashicons-saved:before{content:"";}.dashicons-schedule:before{content:"";}.dashicons-screenoptions:before{content:"";}.dashicons-search:before{content:"";}.dashicons-share-alt:before{content:"";}.dashicons-share-alt2:before{content:"";}.dashicons-share:before{content:"";}.dashicons-shield-alt:before{content:"";}.dashicons-shield:before{content:"";}.dashicons-shortcode:before{content:"";}.dashicons-slides:before{content:"";}.dashicons-smartphone:before{content:"";}.dashicons-smiley:before{content:"";}.dashicons-sort:before{content:"";}.dashicons-sos:before{content:"";}.dashicons-spotify:before{content:"";}.dashicons-star-empty:before{content:"";}.dashicons-star-filled:before{content:"";}.dashicons-star-half:before{content:"";}.dashicons-sticky:before{content:"";}.dashicons-store:before{content:"";}.dashicons-superhero-alt:before{content:"";}.dashicons-superhero:before{content:"";}.dashicons-table-col-after:before{content:"";}.dashicons-table-col-before:before{content:"";}.dashicons-table-col-delete:before{content:"";}.dashicons-table-row-after:before{content:"";}.dashicons-table-row-before:before{content:"";}.dashicons-table-row-delete:before{content:"";}.dashicons-tablet:before{content:"";}.dashicons-tag:before{content:"";}.dashicons-tagcloud:before{content:"";}.dashicons-testimonial:before{content:"";}.dashicons-text-page:before{content:"";}.dashicons-text:before{content:"";}.dashicons-thumbs-down:before{content:"";}.dashicons-thumbs-up:before{content:"";}.dashicons-tickets-alt:before{content:"";}.dashicons-tickets:before{content:"";}.dashicons-tide:before{content:"";}.dashicons-translation:before{content:"";}.dashicons-trash:before{content:"";}.dashicons-twitch:before{content:"";}.dashicons-twitter-alt:before{content:"";}.dashicons-twitter:before{content:"";}.dashicons-undo:before{content:"";}.dashicons-universal-access-alt:before{content:"";}.dashicons-universal-access:before{content:"";}.dashicons-unlock:before{content:"";}.dashicons-update-alt:before{content:"";}.dashicons-update:before{content:"";}.dashicons-upload:before{content:"";}.dashicons-vault:before{content:"";}.dashicons-video-alt:before{content:"";}.dashicons-video-alt2:before{content:"";}.dashicons-video-alt3:before{content:"";}.dashicons-visibility:before{content:"";}.dashicons-warning:before{content:"";}.dashicons-welcome-add-page:before{content:"";}.dashicons-welcome-comments:before{content:"";}.dashicons-welcome-learn-more:before{content:"";}.dashicons-welcome-view-site:before{content:"";}.dashicons-welcome-widgets-menus:before{content:"";}.dashicons-welcome-write-blog:before{content:"";}.dashicons-whatsapp:before{content:"";}.dashicons-wordpress-alt:before{content:"";}.dashicons-wordpress:before{content:"";}.dashicons-xing:before{content:"";}.dashicons-yes-alt:before{content:"";}.dashicons-yes:before{content:"";}.dashicons-youtube:before{content:"";}.dashicons-editor-distractionfree:before{content:"";}.dashicons-exerpt-view:before{content:"";}.dashicons-format-links:before{content:"";}.dashicons-format-standard:before{content:"";}.dashicons-post-trash:before{content:"";}.dashicons-share1:before{content:"";}.dashicons-welcome-edit-page:before{content:"";}*{box-sizing:border-box;}html{scroll-padding-top:60px;}html,body{margin:0;padding:0;scroll-behavior:smooth;}body{font-family:"Inter",sans-serif;font-size:20px;color:#48525c;overflow-x:hidden;}a:focus,button:focus{outline:none;}a{text-decoration:none;color:#000;font-size:15px;}p{color:#48525c;font-size:20px;margin:0;line-height:1.6;}ul{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{color:#000;margin:0;}h1{font-size:64px;}h2{font-size:38px;}h3{font-size:36px;}h4{font-size:28px;}h5{font-size:23px;}h6{font-size:19px;}img{display:block;height:auto;max-width:100%;}::selection{background:#013162;color:#fff;}.reset{font-size:0;list-style-type:none;padding:0;}.clear{clear:both;}.container{width:1260px;max-width:96%;margin:0 auto;}.widget,.widget ul{padding:0;margin:0;list-style:none;}.container{padding:0 1rem;width:100%;margin-right:auto;margin-left:auto;}@media (max-width: 767px){.container{max-width:540px;}}@media (min-width: 768px){.container{max-width:720px;}}@media (min-width: 992px){.container{max-width:960px;}}@media (min-width: 1200px){.container{max-width:1140px;}}.container-fluid{width:100%;padding:0 1rem;}::-webkit-scrollbar{width:10px;}::-webkit-scrollbar-button{background:#333;}::-webkit-scrollbar-thumb{background:#013162;}::-webkit-scrollbar-thumb:hover{background:#666;}::-webkit-scrollbar-track{background:#fff;}::-webkit-scrollbar-corner{background:#fff;}::-webkit-resizer{background:#fff;}.fixed{position:fixed;top:0;left:0;right:0;animation:smoothScroll 1s forwards;z-index:9999;}@keyframes smoothScroll{0%{transform:translateY(-40px);}100%{transform:translateY(0px);}}header.fixed{background:#fff;padding:0 0 10px 0;box-shadow:0px -8px 12px 1px rgba(0,0,0,.71);}.text-center{text-align:center;}.header-mobile-menu{display:none;}.crellyslider>.cs-controls,.crellyslider>.cs-navigation{opacity:1;z-index:0;}.crellyslider>.cs-controls>.cs-previous{background-image:url("https://celebratedeals.in/clients/element-decor/wp-content/uploads/2022/03/arrow-left.png");}.crellyslider>.cs-controls>.cs-next{background-image:url("https://celebratedeals.in/clients/element-decor/wp-content/uploads/2022/03/arrow-right.png");}.crellyslider>.cs-controls>.cs-next.nitro-lazy{background-image:none !important;}form .hide{display:none !important;}.woocommerce-info{border-top-color:#013162;}.woocommerce-info::before{color:#013162;}.no-page-found{margin:40px 0;text-align:center;}.crellyslider>.cs-controls>.cs-previous.nitro-lazy{background-image:none !important;}.no-page-found p{margin-bottom:10px;}.no-page-found a{background:#013162;color:#fff;padding:12px 15px;display:inline-block;}.bg-blue-sec{padding:75px 0;background-color:#0b3c61;text-align:center;}.yellow-bg-sec{padding:75px 0;background-color:#f4b223;text-align:center;}.bg-blue-heading{color:#fff;font-size:3.2rem;font-family:inter-bold;}.bg-blue-sec p{color:#fff;margin:25px 0;}.silver-button{background-color:#fff;border-color:#fff;color:#333;padding:16px 32px;border-radius:3px;font-family:"inter-bold";font-size:1rem;margin:25px 0;}.silver-button:hover{transform:translateY(-.125rem);cursor:pointer;box-shadow:0 25px 20px -15px rgba(0,0,0,.15);}.img-w{width:100%;}.bg-light-gray{background:#efefef;}.mt-60{margin-top:60px;}.sec-title{font-size:50px;}.redefine-eye-div{display:grid;grid-template-columns:1fr 1fr;gap:25px;background:#f1f2f6;}.redefine-right{padding:30px 20px;}.font-dark-grey{color:#48525c;}.redefine-right h1{font-family:"inter-bold";color:#48525c;font-size:40px;}.redefine-right p{margin-top:18px;color:#48525c;font-size:1rem;}.redefine-left img{height:700px;object-fit:cover;}.video-div video{width:100%;height:100%;}.journey-sec ul.slides li{display:grid;grid-template-columns:1fr 1fr;gap:75px;margin-bottom:32px;}.journey-div ul.slides li:nth-child(even) .content{order:-1 !important;text-align:right;}.journey-title{font-size:3.25rem;margin-bottom:28px;}.journey-sub-title{font-size:1.8rem;margin-bottom:20px;}.journey-div .content p{line-height:30px;word-spacing:2px;}.journey-div .content{margin-top:45px;}.journey-div ul.slides{position:relative;}.journey-div ul.slides::before{position:absolute;content:" ";width:2px;height:100%;background:#eaeaea;left:50%;top:30px;}.journey-div .content{position:relative;}.journey-div ul.slides li:nth-child(odd):hover .content .content-child h5.journey-sub-title,.journey-div ul.slides li:nth-child(even):hover .content .content-child h5.journey-sub-title{color:#0b3c61;}.journey-div ul.slides li:nth-child(odd) .content::before,.journey-div ul.slides li:nth-child(even) .content::before{content:" ";width:20px;height:20px;background:#eaeaea;position:absolute;border-radius:50%;}.journey-div ul.slides li:nth-child(odd):hover .content::before,.journey-div ul.slides li:nth-child(even):hover .content::before{background:#0b3c61;width:22px;height:22px;}.journey-div ul.slides li:nth-child(odd) .content::before{left:-48px;top:-17px;}.journey-div ul.slides li:nth-child(even) .content::before{right:-46px !important;}.journey-div ul.slides li:nth-child(odd):hover .content-child,.journey-div ul.slides li:nth-child(even):hover .content-child{transform:translateX(10px);}.journey-div ul.slides li .content-child,.journey-div ul.slides li .content::before{transition:.3s;}.what-define-div ul.slides{display:grid;list-style:none;margin:32px 0;grid-template-columns:1fr 1fr 1fr;}.what-define-div ul.slides p{color:#fff;padding:15px 0;line-height:28px;}.what-define-div li{padding:10px;}.what-define-div li:hover{box-shadow:0px 0px 40px 1px rgba(0,0,0,.1);}.nabh-div img{width:270px;margin:0 auto;}.yellow-bg-div ul.slides{grid-template-columns:1fr 1fr 1fr;display:grid;list-style:none;}.yellow-bg-div img{margin:0 auto;width:100%;max-width:36px;}.video-main{margin:50px auto;}.text-black p{color:#000;}.parent-testimonial h6{font-weight:400;}.icon-bar{position:fixed;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0px;z-index:998;}.icon-bar a{display:block;text-align:center;padding:16px;transition:all .3s ease;color:white;font-size:20px;}.icon-bar a:hover{background:#000;}.intsa{background:#f09433;background:-moz-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);background:-webkit-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433",endColorstr="#bc1888",GradientType=1);}.linkedin{background:#007bb5;}.facebook{background:#3b5998;}.youtube{background:#b00;}.twitter{background:#55acee;}.facebook{background:#3b5998;}.chaty-whatsapp-body{background:#0b3c61 !important;min-height:200px;}.chaty-whatsapp-footer{background:#0b3c61;}.chaty-whatsapp-button button,.chaty-whatsapp-button button:focus,.chaty-whatsapp-button button:hover{background:#f4b223 !important;}.caus-glu-rep-para ol li{margin:10px auto;}.gallery-main-rep-title{height:100%;max-height:211px;}.search-results-page{background:rgba(239,239,239,.41);}.search-content li{list-style:none;margin:20px auto;}.search-content li h2{color:#0b3c61;margin-bottom:15px;}.search-content li p{margin-top:10px;}.header-button .btn-flex{display:flex;align-items:center;gap:10px;}.header-button .call-us-btn a{background-color:#0b3c61;color:#fff;padding:10px 30px 10px 44px;margin-right:10px;box-shadow:0 15px 35px -5px rgba(0,0,0,.25);white-space:normal;transition:all .3s cubic-bezier(.25,.1,.25,1);font-family:"Inter, sans-serif";font-size:18px;}.header-button .call-us-btn a:hover{transform:translateY(-.125rem);box-shadow:0 25px 20px -15px rgba(0,0,0,.15);background-color:#013162;}.header-button .call-us-btn{transition:all .3s cubic-bezier(.25,.1,.25,1);position:relative;}.header-button .call-us-btn iconify-icon{position:absolute;left:8px;}.ye-btn{padding:0 !important;}.banner-btn-lasik .call-us-btn{position:relative;}.banner-btn-lasik .call-us-btn iconify-icon{position:absolute;left:5px;}.banner-btn-lasik .call-us-btn a{padding:16px 20px 16px 34px;}.banner-btn-lasik .call-us-btn iconify-icon{position:absolute;left:10px;}.page-template-news-post .blog-query-right{display:none;}.page-template-news-post .blog-query-grid{display:grid;grid-template-columns:100%;gap:40px;}.current-year{display:flex;align-items:center;justify-content:center;}.managed-by p span{color:#767676;font-size:18px;margin:0;line-height:1.6;display:inline-block;}.managed-by p span a{font-size:18px;color:#0b3c61;text-decoration:underline;}.managed-by p{height:48px;}.search-result input#s{width:90%;outline:none;height:30px;}.search-result{margin:20px 0px;}.search-result form#searchform > div{position:relative;}.search-result input[type=submit]{position:absolute;font-size:0;right:35px;}.search-result input[type=submit]{background-image:url("https://www.arohieye.in/goqasis/2023/07/magnifying-glass.png");width:30px;height:30px;background-color:transparent;background-color:#013162;background-size:contain;border:1px solid #000;}.search-result input[type=submit].nitro-lazy{background-image:none !important;}ul.webstories-main{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;}.archive-web-stories-container{padding:60px 0px;}ul.webstories-main li h2{font-size:23px !important;color:#48525c;margin:15px 0px;}ul.webstories-main li{list-style:none;}ul.webstories-main li a img{width:100%;object-fit:cover;height:270px;}.blog-sec2__main.single-sec2__main .grid-single h1.grey-title{font-size:48px !important;line-height:50px;}.google-rating-parent{position:relative;margin-top:15px;}section.home-banner .google-rating-parent .google-rating img{width:120px;}section.home-banner .google-rating-parent .google-rating{width:max-content;background-color:#fff;padding:13px;border-radius:5px;}.google-rating-star{margin-bottom:10px;}section.home-banner .google-rating .google-rat-img,section.home-banner .google-rating .google-rating-star{display:inline-block;}.google-rating-text{font-size:16px;text-align:center;margin-bottom:10px;font-weight:bold;}section.home-banner .google-rating-parent .google-rating img{width:80px;}.new-web-stories .archive-web-stories{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px;margin-top:10px;}.new-web-stories .web-story-card{border:1px solid transparent;background:#fff;box-shadow:0 0 8px 0 rgba(53,53,53,.18);transition:box-shadow .3s ease-out,transform .3s ease-out;border-radius:6px;overflow:hidden;}.new-web-stories .web-story-card:hover{box-shadow:rgba(45,45,45,.05) 0px 2px 2px,rgba(49,49,49,.05) 0px 4px 4px,rgba(42,42,42,.05) 0px 8px 8px,rgba(32,32,32,.05) 0px 16px 16px,rgba(49,49,49,.05) 0px 22px 22px,rgba(35,35,35,.02) 0px 64px 64px;transform:translate(0,-4px);}.new-web-stories .web-story-card .ws-cnt{display:flex;flex-direction:column;justify-content:space-between;}.new-web-stories .web-story-card .ws-inner{padding:10px;}.new-web-stories .ws-cnt h3{min-height:132px;max-height:132px;overflow:hidden;}.new-web-stories .ws-cnt h3 a{display:block;font-size:18px;line-height:22px;color:#133d59;}.ws-meta{font-size:13px;color:grey;}@media only screen and (max-width :1700px) and (min-width: 1367px){}@media only screen and (max-width :1366px) and (min-width: 1281px){}@media only screen and (max-width :1280px) and (min-width: 1101px){}@media only screen and (max-width :1100px){.new-web-stories .archive-web-stories{grid-template-columns:repeat(3,1fr);}}@media only screen and (max-width:999px){.header-mobile-menu{display:block;position:absolute;right:20px;top:20px;}.header-mobile-menu .slide-out-menu ul li.menu-item-has-children{position:relative;}.header-mobile-menu .slide-out-menu ul li.menu-item-has-children::after{position:absolute;content:"";right:30px;top:0;background-image:url("https://celebratedeals.in/clients/project-name/wp-content/uploads/2021/12/down-chevron-2.png");background-repeat:no-repeat;width:26px;height:26px;background-size:contain;}.header-mobile-menu .slide-out-menu ul li.active::after{transform:rotate(180deg);top:-10px;}.new-web-stories .archive-web-stories{grid-template-columns:repeat(2,1fr);}}@media only screen and (max-width:767px){}@media only screen and (max-width:479px){.new-web-stories .archive-web-stories{grid-template-columns:repeat(1,1fr);}.new-web-stories .ws-cnt h3{min-height:auto;max-height:inherit;margin-bottom:20px;}}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{line-height:40px;height:40px;vertical-align:baseline;width:auto;display:block;color:#0b3c61;text-transform:none;text-decoration:none;text-align:center;background:rgba(0,0,0,0);border:0;border-radius:0;font-size:1rem;font-weight:normal;outline:none;margin:.667em 1em;padding:0;}.header-parent{display:flex;align-items:center;justify-content:space-between;min-height:56px;}.header-logo a img{width:200px;}header.site-header{padding:8px 0px;}.yellow-button{position:relative;font-weight:700;border:2px solid;font-style:normal;white-space:normal;transition:all .3s cubic-bezier(.25,.1,.25,1);display:inline-flex;align-items:center;justify-content:center;word-break:break-word;line-height:1.2rem;letter-spacing:normal;}.yellow-button:hover{transform:translateY(-.125rem);box-shadow:0 25px 20px -15px rgba(0,0,0,.15);}.yellow-button:hover,.yellow-button:focus,.yellow-button.focus{color:#fff;background-color:#c1870a;border-color:#c1870a;}.yellow-button{background-color:#f4b223;border-color:#f4b223;color:#fff;border-radius:3px;}a.yellow-btn-warning{color:#fff;font-size:19px;padding:16px 32px;}.yellow-btn-header{box-shadow:0 15px 35px -5px rgba(0,0,0,.25);}.header-right #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{background:#fff !important;color:#0b3c61 !important;font-family:"Inter",sans-serif;border-bottom:1px solid #e6e6e6;font-size:16px;}a.yellow-btn-warning-header{font-size:15px;padding:8px 12px;}.header-logo{flex:0 0 15%;max-width:15%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}.header-right{flex:0 0 50%;max-width:50%;}.header-button{flex:0 0 30%;max-width:30%;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu{width:210px !important;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{padding:10px 10px 10px 10px;line-height:20px;}#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after{font-size:22px;}.pb-32{padding-bottom:32px;}.font-w-700{font-weight:700;}.font-w-600{font-weight:600;}.font-w-300{font-weight:300;}.font-w-400{font-weight:400;}.black-h2{font-weight:700;color:#000;}.pb-16{padding-bottom:16px;}.pt-16{padding-top:16px;}.pt-32{padding-top:32px;}.pb-32{padding-bottom:32px;}.blue-title-main{color:#0b3c61;}.margin-60{margin:60px 0;}.grey-title{color:#48525c;}.wh-font{color:rgba(255,255,255,1);}.pd-60{padding:60px 0px 0px;}.pb-60{padding-bottom:60px;}.mb-60{margin-bottom:60px;}.bl-font{color:#000;}.mb-20{margin-bottom:20px;}.margin-40{margin:40px 0px 60px;}ul li{font-weight:400;line-height:30px;}.pt-60{padding-top:60px;}.bg-dark-gray{background-color:#e1e1e1;}.font-64{font-size:64px !important;}.main-width{width:83%;margin:0 auto;}.text-black{color:#000;}section.home-banner{padding:220px 0px;background-repeat:no-repeat;background-size:cover;position:relative;background-position:50% 50%;}.banner-content p{color:rgba(255,255,255,1);position:relative;padding-top:16px;}.banner-title{position:relative;}h2.banner-title{font-size:64px;}.banner-overlay{position:absolute;bottom:0;left:0;right:0;top:0;z-index:0;background:#333;opacity:.2;}.yellow-button-banner{margin-left:0px !important;}.text-center{text-align:center;}.align-left{text-align:left;}.experience-parent h1,.experience-parent h3{font-size:52px;}.flex,.flex-contact{display:flex;width:100%;align-items:start;flex-direction:column;margin-bottom:20px;padding:16px;gap:10px;}.wrapper{display:flex;flex-direction:row;width:100%;}.card-box{padding-top:32px;}.counter-section p{color:#fff;margin:0;}.team-eye-care-para{padding:16px 16px 16px 0px;border-bottom:2px solid #f4b223;}.team-eye-care-para h4{font-weight:normal;}.card.grid-test{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;}.test-para-sec{background-color:#f7f7f7;padding:3rem;box-shadow:inset 0 0 0 1px #ebebf0,0 15px 30px 0 rgba(0,0,0,0);height:100%;}.parent-testimonial{display:flex;flex-direction:column;}.grey-para p{line-height:1.6;}.test-tile-sub{padding:16px 16px 0px;}.button-testimonial{text-align:center;padding-top:50px;}.test-sub{color:#767676;font-size:16px;padding-top:8px;}.test-para p{font-size:16px;}.our-eye-care-content{display:grid;grid-template-columns:1fr 1fr;gap:0px 70px;}p.subtitle-para{font-size:16px;text-align:center;padding-bottom:30px;}.blue-border{width:75%;border-bottom:2px solid #0b3c61;margin:0px auto;padding-top:60px;}.our-eye-care-image img{width:100%;max-width:462px;height:440px;object-fit:cover;}.our-eye-care-grid{display:grid;grid-template-columns:40% 55%;gap:50px;padding:40px 0px;}.blue-title{color:#0b3c61;font-size:28px;}.our-eye-care-grid:nth-child(even){grid-template-columns:60% 40%;}.our-eye-care-grid:nth-child(even) .our-eye-care-content{order:-1;}.our-eye-care-para{padding-top:25px;}.our-eye-care-grid:nth-child(odd){padding-top:0px;}.our-eye-care-rep-parent{padding-top:25px;}.team-eye-subtitle{line-height:1.2;font-size:16px;}section.team-of-eye{background-color:#f7f7f7;padding-top:75px;}.team-eye-care-image img{width:100%;}.team-eyecare-rep-title{padding:25px;background-color:#0b3c61;}.team-of-eye-parent{display:flex;flex-wrap:wrap;justify-content:center;}.team-of-eye-parent .team-of-eye-grid{padding:1rem;-ms-flex:0 0 33.3333333333%;-webkit-box-flex:0;flex:0 0 33.3333333333%;max-width:33.3333333333%;height:100%;width:100%;}.state-eye-parent{display:grid;grid-template-columns:1fr 1fr;gap:40px;}.right-div-state a img:first-child{margin-bottom:20px;height:226px;object-fit:cover;}.left-div-state img{height:475px;object-fit:cover;}.right-div-state img{width:100%;}.state-eye-parent img{border-radius:5px;margin:0 auto;}.state-eye-care-title p{text-align:center;font-size:16px;}a.enquire-btnn{background-color:#f4b223;font-weight:500;margin-top:20px;color:#fff;padding:10px 20px;text-decoration:none;display:inline-block;border-radius:5px;}.state-eye-parent p{padding-top:48px;}.right-div-state p:nth-child(even){padding-top:30px;}section.contact-sec{background-color:#0b3c61;}.flex-contact{flex-direction:row;padding:0;}.contact-us-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:68px;}.contact-icon{display:flex;gap:15px;align-items:center;justify-content:flex-start;}.contact-icon a img{width:100%;max-width:35px;}.contact-us-right iframe{border-radius:5px;}.flex-contact a,.conatct-content-parent a p{color:#fff;font-size:21px;font-family:Inter,sans-serif;font-weight:normal;line-height:30px;}h4.cont-sub{font-weight:normal;font-size:20px;}.cont-us-para{color:#fff;font-size:19px;}ul.contact-form-home li{list-style:none;}ul.contact-form-home{display:grid;grid-template-columns:1fr 1fr;gap:15px;}li.form-email{grid-column:1/-1;}ul.contact-form-home li input,ul.contact-form-home li textarea{width:100%;height:55px;padding-left:10px;color:#000;background:#fff;border:1px solid #f3f3f3;border-radius:3px;}ul.contact-form-home li textarea{height:200px;resize:none;padding-top:16px;}li.form-message{grid-column:1/-1;}.contact-form-title p{font-family:"Inter",sans-serif;}li.blue-submit-button input{background-color:#f4b223 !important;border-color:#f4b223 !important;font-weight:700;color:#fff !important;outline:none;font-size:16px;width:50% !important;border-radius:5px;cursor:pointer;}ul.contact-form-home li input::placeholder,ul.contact-form-home li textarea::placeholder{font-family:"Inter",sans-serif;font-size:16px;}ul.contact-form-home li input:focus,ul.contact-form-home li textarea:focus{outline:2px solid #0b3c61;}li.blue-submit-button input:hover{color:#fff !important;background-color:#03111c !important;border-color:#03111c !important;}.contact-form .wpcf7-not-valid{border:1px solid red;}.contact-form .wpcf7-not-valid-tip{font-size:15px;margin-top:5px;font-family:Inter,sans-serif;}.contact-form .wpcf7-response-output{width:60%;margin:0 auto !important;font-size:18px;font-family:Inter,sans-serif;}.contact-form .wpcf7-not-valid:focus{outline:1px solid red;border:transparent;}.tabs-repeater-flex{display:flex;flex-direction:row;gap:70px;align-items:center;justify-content:space-evenly;}.tabs-repeater-flex a{color:#000;font-family:"inter-bold";font-size:18px;padding:15px 25px;border:1px solid #fff;border-radius:25px;display:block;flex:0 0 33%;max-width:33%;text-align:center;box-shadow:0 10px 25px 0 rgba(0,0,0,.15);transition:box-shadow .25s ease-in;}a.active{background-color:#0b3c61;color:#fff;}.diagnostic-image img{width:100%;max-width:340px;height:340px;object-fit:cover;}.diagnostics-parent{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}.diagnostic-image{flex:0 0 33%;padding:0 15px;margin-bottom:30px;}.diagnostic-content{text-align:center;padding-top:16px;line-height:1.5;min-height:130px;max-height:160px;}.diagnostic-content p{font-size:16px;}.doctor-desig h4{font-weight:normal;}.doc-single-btn .yellow-button a{font-size:16px !important;}.doc-parent{display:flex;flex-direction:row;justify-content:center;position:relative;flex-wrap:wrap;}.doc-content-sec{padding:25px;margin-left:-200px;max-width:590px;}.doc-image img{margin:0 auto;min-height:520px;object-fit:cover;}.doc-single-btn-mobile{display:none;}.doc-content-sec p{color:#000;margin:0;}.doc-content-sec p{color:#0b3c61;margin:0;text-align:left;line-height:1.5;}.doctor-sec{padding-bottom:100px !important;text-align:left;}.doc-content{padding-top:48px;flex:0 0 50%;max-width:50%;padding-left:32px;}.doc-detail-des{padding:40px 0px;}.content-rep-para{margin-bottom:30px;}.content-rep-para p{line-height:30px;font-weight:400;}.content-rep-para h6{padding-bottom:5px !important;color:#48525c;}.doc-title h1{font-size:48px;}.doc-image{flex:0 0 50%;max-width:50%;padding-right:32px;}.eye-cat-rep{display:grid;grid-template-columns:2fr 1fr;align-items:center;gap:30px;}a.read-more-btn,a.read-more-btn:hover{box-shadow:0 15px 35px -5px rgba(0,0,0,.25);color:#333;padding:20px 32px;border-radius:3px;transition:all .3s cubic-bezier(.25,.1,.25,1);background-color:#fff;}a.read-more-btn:hover{background-color:#d9d9d9;border-color:#d9d9d9;}.white-button:hover{transform:translateY(-.125rem);}.eye-cat-rep .white-button{text-align:right;}.eye-cat-rep-para p{line-height:30px !important;}.eye-cat-rep-content{padding:40px 0px;}.eye-cat-rep-title h2{color:#20202a;}.eye-cat-cont .eye-spe-cont{background:linear-gradient(225deg,#ccc 0,#fff 75%);}.banner-btn-lasik{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}.lasik-ref{width:80%;margin:0 auto;}.whatis-lasik-video iframe{height:230px;display:block;}.lasik-last-para{width:100%;margin-top:20px;}.lasik-parent{max-width:83%;margin:0 auto;}.vision-right-content ol li h6,.vision-right-content li p{display:inline;}.vision-parent{display:grid;grid-template-columns:.8fr 1.5fr;gap:20px;width:83%;margin:0 auto;}.vision-left-image img{max-width:320px;}.vision-parent{align-items:center;}.vision-right-content{margin-top:20px;}.vision-right-content ol{padding-left:10px;}.refrac-parent{width:83%;margin:0 auto;}.refrac-content ul{padding-left:30px;}.acc-container{max-width:700px;width:100%;}.acc{margin-bottom:10px;}.acc-head{padding:25px 40px;font-size:22px;position:relative;cursor:pointer;}.acc-head::before{position:absolute;top:50%;transition:all .3s;font-family:"Font Awesome 6 Free";}.acc-head::before{left:10px;width:3px;height:20px;margin-top:-10px;}.acc-head p{color:#fff;font-weight:bold;}.acc-content{display:none;}.acc-parent{width:83%;margin:0 auto;}.acc-head.active .fa-square-minus{display:block;color:#0b3c61;font-size:35px;}.acc-head .fa-square-minus{display:none;}.acc-head.active .fa-square-plus{display:none;}.acc-head .fa-square-plus,.acc-head  .fa-square-minus{position:absolute;left:0px;top:18px;}.acc-head.active .fa-square-plus,.acc-head.active .fa-square-minus{top:18px;}.fa-plus-square:before,.fa-square-plus:before{content:"";color:#0b3c61;font-size:35px;}.border{border-bottom:1px solid #000;}.acc-head:hover h6{color:#0b3c61;}.acc-content p{font-weight:400;line-height:30px !important;}.bright-stories-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;width:80%;margin:0 auto;}.bright-stories-parent{width:83%;margin:0 auto;}.bright-stories-grid iframe{display:block;width:100%;border-radius:10px;}.want-toknow-more{padding:30px 0 !important;}.call-us-btn:hover a{background-color:#d9d9d9;border-color:#d9d9d9;}.call-us-btn:hover{box-shadow:0 15px 35px -5px rgba(0,0,0,.25);color:#333;transform:translateY(-.125rem);}.std-lasik-rep-parent ul{padding-left:30px;}.ref-sur-parent{width:83%;margin:0 auto;}.ref-sur-rep{padding-left:40px;}.standard-lasik-rep-main{width:83%;margin:0 auto;}.rep-stand-lasik-parent{flex:0 0 33%;padding:3rem 1rem 1rem 1rem;}.stand-lasik-grid{display:flex;flex-wrap:wrap;justify-content:center;}.tes-para-std{min-height:510px !important;padding:48px 32px;}.std-lasik-sub{font-size:19px;margin-top:20px;}.contura-parent{width:83%;margin:0 auto;}.contura-vision-main p img{float:left;margin-right:30px;}.contura-vision-main{padding-top:50px;}.rep-parent-help{padding-bottom:50px;}.freq-asked-contoura{padding-bottom:60px;}.what-is-smile-main p img{float:left;margin-right:30px;}.know-abt-cataract h4{margin-bottom:10px;}.cat-rep-myth-parent ul{padding-left:30px;}.cat-rep-myth-parent .cat-rep-myth-para ul li p,.cat-rep-myth-parent .cat-rep-myth-para h6{display:inline;}.exp-cat-rep-para{margin:0 0 50px;}.rep-bright-stories{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;}.video-bright iframe{display:block;width:100%;border-radius:10px;}.tes-para-cat{min-height:660px !important;max-height:720px !important;padding:48px 32px !important;}.caus-glu-rep-para img{float:left;margin-right:30px;}.caus-glu-rep-parent ul{padding-left:30px;}.cornea-rep-para p strong{display:inline;font-size:20px;}.cornea-rep-para ul{padding-left:30px;}.cornea-rep-para ol li{line-height:30px;}.keratoconus-rep-para ul{padding-left:30px;}.corneal-rep-para ul{padding-left:40px;}.oculo-rep-para ul{padding-left:40px;}.contact-lenses h6{color:#48525c;}.cont-len-rep-para ol{line-height:30px;padding-left:40px;}.cont-len-rep-para ul{padding-left:40px;}.cont-len-rep-para h6{color:#48525c;font-size:19px;}.diab-retino-main h6{color:#48525c;margin-bottom:20px;}.diab-retino-main p img{max-width:300px;width:100%;}.diab-retino-rep-para ul{padding-left:30px;}.diab-retino-rep-para h6{color:#48525c;}.diab-retino-video iframe{display:block;margin:0 auto;border-radius:10px;width:50%;}.diab-retino-grid-bright{width:80%;margin:0 auto;}.retinal-detach-main p img,.amrd-main p img{width:100%;max-width:330px;}.retinal-detach-main h6,.amrd-main h6{color:#48525c;margin-bottom:20px;}.paed-opthalo-rep-parent ol{padding-left:40px;line-height:30px;}.paed-opthalo-rep-parent ul{padding-left:40px;}.paed-opthalo-rep-para ul li p,.amblyopia-rep-para ul li p,.squint-rep-para ul li p{display:inline;}.paed-opthalo-rep-para ul li h6,.amblyopia-rep-para ul li h6,.squint-rep-para ul li h6{display:inline !important;}.before-after-squint-rep{display:grid;grid-template-columns:1fr 1fr;gap:30px;}.before-after-squint-rep-parent{position:relative;}.before-after-squint-rep-title{position:absolute;bottom:0;padding:16px;text-align:center;}.before-after-squint-rep-image img{height:520px;object-fit:cover;}.cau-squint-rep-para ol li,.dry-eye-rep-para ol li{line-height:30px;}.view-dry-eye-parent{display:grid;grid-template-columns:1fr 1fr;width:45%;gap:30px;}.view-dry-eye-parent img{width:100%;}.view-dry-eye-parent p,.optometry-image p{padding-top:10px;font-size:19px;}.dry-eye-treat-rep-para > ol > li > ol{margin-bottom:40px;}.dry-eye-treat-rep-para ol li{line-height:30px;}.optical-img-rep-parent{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;}.optical-img-rep-image img{border-radius:10px;}.optical-img-rep-image{box-shadow:0px 0px 15px 0px rgba(0,0,0,20%);border-radius:10px;}.optical-img-rep-image a{position:relative;}img.search-icon{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.5s;}.optical-img-rep-image a:hover img.search-icon{opacity:1;transition:.5s;}.low-vision-rep-para table,.low-vision-rep-para table th,.low-vision-rep-para table td{border:1px solid #000;text-align:start;width:673px;border-collapse:collapse;line-height:30px;}.low-vision-rep-para table th{padding:5px;}.low-vision-rep-para table td{padding:5px;}.low-vision-rep-parent:nth-child(2) table tr td{position:relative;padding-left:40px;}.low-vision-rep-parent:nth-child(2) table tr td:before{content:"•";position:absolute;top:4px;bottom:0;left:20px;right:0;font-size:25px;}.low-vision-rep-parent:nth-child(2) table tr td:empty:before{display:none;}.low-vision-rep-parent:nth-child(6) ol ol li{list-style:lower-latin;line-height:30px;}.low-vision-rep-para ol li{line-height:30px;}.diab-eye-disea-rep-parent:nth-child(3) .diab-eye-disea-rep-para strong{display:block;}.diab-eye-disea-rep-para ol li{line-height:30px;}.macular-dege-grid{display:grid;grid-template-columns:50% 45%;gap:60px;}.macular-dege-grid .owl-nav{position:absolute;bottom:50%;width:100%;}.macular-dege-grid .owl-nav button{height:50px;width:50px;border-radius:50% !important;background-color:#fff !important;opacity:.5;}.macular-dege-grid button.owl-prev{position:absolute;left:0px;}.macular-dege-grid button.owl-next{position:absolute;right:0px;}.macular-dege-grid button:before{position:absolute;top:50%;left:50%;content:"";background-repeat:no-repeat;width:20px;height:20px;transform:translate(-50%,-50%);background-size:contain;}.macular-dege-grid button.owl-next:before{background-image:url("https://www.arohieye.in/goqasis/2023/05/Next-item-in-carousel-3-of-3.png");}.macular-dege-grid button.owl-prev:before{background-image:url("https://www.arohieye.in/goqasis/2023/05/Previous-item-in-carousel-1-of-3.png");}.macular-dege-grid button span{font-size:0;}.macular-dege-grid .owl-nav button:hover{background-color:#fff;opacity:1;box-shadow:0 20px 30px 0 rgba(0,0,0,.2);}.macular-dege-content{margin-top:25px;}.diab-eye-disea-rep-parent ul{padding-left:40px;}.blog-query-grid{display:grid;grid-template-columns:65% 30%;gap:40px;}.blog-query-left{display:grid;grid-template-columns:1fr 1fr;gap:50px;}.blog-border{border-bottom:1px solid #d9d9d9;}.flex-aut-date p{font-size:15px;line-height:20px;}.flex-aut-date{display:flex;flex-direction:row;gap:10px;}span.cat ul li{list-style:none;}.cat ul li a{font-size:15px;color:#48525c;}.flex-aut-date span{font-size:15px;}.post-thub-img img{min-height:260px;object-fit:cover;object-position:left;}.cat ul li{line-height:20px;}.post-content p{margin-bottom:10px;}.post-content h5{margin-top:15px;}.post-content .yellow-button-blog{padding:0;margin:0;}.blog-para{margin:20px auto;}.blog-para p{font-size:18px;}.yellow-button-blog{padding:10px 25px;margin:0;}.search-sidebar,.recent-posts,.comments,.archives,.categories{border:2px solid #d9d9d9;padding:20px;margin-bottom:32px;text-align:center;}.recent-posts,.archives,.categories{padding:0px 20px 20px;}.comments{padding:0px 40px 50px;}.search-sidebar input[type=submit]{position:absolute;font-size:0;right:0;}.search-sidebar input[type=text]{padding:10px;width:100%;outline:transparent;border:1px solid #d9d9d9;}.search-sidebar form#searchform > div{position:relative;}.search-sidebar input[type=submit]{background-image:url("https://www.arohieye.in/goqasis/2023/05/imgpsh_fullsize_anim.png");background-size:cover;background-repeat:no-repeat;width:30px;height:30px;top:3px;right:2px;border:transparent;background-color:transparent;cursor:pointer;}.search-sidebar input[type=submit].nitro-lazy{background-image:none !important;}.recent-posts h4.widget-title,.comments h4.widget-title,.archives h4.widget-title,.categories h4.widget-title{background-color:#f2b71b;display:inline-block;padding:10px 15px;font-weight:300;top:-10px;position:relative;text-align:center;color:#fff;margin:0px 0px 15px;}.comments h4.widget-title,.archives h4.widget-title{margin:0px;}.recent-posts ul li,.archives ul li,.categories ul li{border-bottom:1px dashed #b0b0b0;padding-bottom:10px;margin-bottom:10px;line-height:20px;text-align:left;}.recent-posts ul li a,.archives ul li a,.categories ul li a{color:#6d6e71;font-size:16px;}.search-sidebar input[type=text]::placeholder{font-size:14px;font-family:"Inter",sans-serif;}.navigate-blogs .page-numbers{padding:10px 15px;border:1px solid #d9d9d9;font-weight:normal;color:#6d6e71;margin:0;font-size:16px;}.navigate-blogs{margin:40px 0px;grid-column:1/-1;}.navigate-blogs .page-numbers.current{background-color:#f2b71b;color:#fff;border-color:#f2b71b;}.navigate-blogs .page-numbers:hover,.navigate-blogs .page-numbers:focus{background-color:#f2b71b;color:#fff;border-color:#f2b71b;}.single-blog-grid{display:grid;grid-template-columns:65% 30%;gap:40px;}.auth-cont{display:flex;flex-direction:row;gap:10px;margin-bottom:10px;}.single-blog-main{margin-top:30px;}.blog-form-parent{margin:0 auto !important;width:60% !important;border:1px solid;padding:14px 24px;border-radius:7px;}.blog-form-parent h5{text-align:center;font-weight:600;min-height:0;margin-bottom:20px;}ul.blog-single-form li{list-style:none;margin-bottom:20px;}ul.blog-single-form li input{background-color:rgba(0,0,0,.07);border-radius:3px;padding:0 20px;height:44px;width:100%;font-size:15px;outline:transparent;border:transparent;}ul.blog-single-form li{list-style:none;}li.blog-submit input{width:auto !important;color:#fff;background:#0b3c61 !important;cursor:pointer;font-size:15px !important;font-family:"Inter",sans-serif;}.single-sec2 .post-content h3{margin-bottom:10px;font-size:23px;}.single-sec2 .post-content ul{padding-left:40px;}.grid-single .post-content p{margin-bottom:20px;}.grid-single .wpcf7-response-output{font-size:16px;width:70%;margin:0 auto !important;margin-top:20px !important;}.single-blog-grid .post-content p{margin-top:20px;}.grid-single .auth-cont p{border-left:2px solid #d9d9d9;padding-left:5px;}.left-blog-single .comment-section{border-top:1px solid #d9d9d9;}.comment-section .comment-reply-title{font-size:25px !important;font-weight:400;padding-top:25px;}.comment-form{padding-top:20px;}.comment-form .comment-notes{margin-bottom:40px;font-size:14px;}.comment-form label{display:block;margin-bottom:10px;}.comment-form input,.comment-form textarea{width:100%;height:40px;margin-bottom:10px;outline:none;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #d1d1d1;border-radius:2px;color:#686868;background:#f7f7f7;padding:15px;}.comment-form textarea{height:240px;resize:none;outline:none;}.comment-form  p.comment-form-cookies-consent input{width:auto !important;}.comment-form  p.comment-form-cookies-consent label{display:inline;font-size:14px;}.comment-form p.form-submit input{width:auto;cursor:pointer;padding:10px 25px 20px;font-size:16px;}.comment-form p.comment-form-cookies-consent{display:inline-block;margin-bottom:20px;}.comment-form .required{color:#007acc;}ul.blog-single-form li.blog-submit input:hover{background:#07706f !important;}ul.blog-single-form{padding-left:0px !important;}.comment-form  p.comment-form-cookies-consent input{height:12px;}.comment-form input:focus,.comment-form textarea:focus{background-color:#fff;border-color:#007acc;color:#1a1a1a;outline:0;}.left-blog-single a{color:#f2b71b;font-size:18px;}.grid-single .auth-cont p:first-child{border-left:none;}p.form-submit input{background-color:#f9a22b !important;color:#fff;}.comments-area h2.comments-title span,.comments-area h2.comments-title{color:#48525f;font-size:28px;}.left-blog-single .navigate-news.nn-single{display:flex;justify-content:space-between;border-top:2px solid #d9d9d9;border-bottom:2px solid #d9d9d9;padding:20px 0px;}.left-blog-single .blog-container{padding-bottom:50px;}.blog-container-previous{padding-bottom:50px;}.postid-142212 .post-content a{color:#444 !important;}.postid-142212 .post-content a:hover{color:#0b3c61 !important;}.postid-142212 .post-content ul{margin-bottom:10px;padding-left:20px;}.postid-142212 .post-content h3{margin-bottom:10px;}.blog-archive-parent{display:grid;grid-template-columns:65% 30%;gap:40px;align-items:start;}.blog-archive-left{display:grid;grid-template-columns:1fr 1fr;gap:40px;}.single-sec2 .post-content ol{line-height:30px;}ul.blog-single-form .wpcf7-not-valid-tip{font-size:16px;}.testimonials-rep-flex a{flex:0 0 50%;max-width:50%;}.cat-pages-flex{display:flex;flex-wrap:wrap;justify-content:flex-start;}.cat-pages-flex a{border:1px solid #dadce0;border-radius:18px;color:#3c4043;cursor:pointer;padding:10px;font-size:12px;margin-right:10px;margin-bottom:10px;}.cat-pages-flex a:active{background-color:#ccc;color:#0b3c61;}.cat-pages-flex a:hover{background:#f8f9fa;color:#0b3c61;}.testimonial-post-main{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;}.test-post-cat{color:#0b3c61;padding-bottom:10px;font-size:16px;font-weight:400;}.test-post-para p{padding-bottom:16px;cursor:pointer;font-weight:400;font-size:1.2rem;color:#000;}.test-post-para p:hover{color:#0b3c61;cursor:pointer;}.test-post-parent{background-color:#f7f7f7;padding:25px 32px;}.video-test iframe{display:block;width:100%;border-radius:10px;}.hospital-banner a{font-size:19px;color:#fff;display:block;padding-top:16px;}.hosp-rep-para{position:absolute;bottom:0;background-color:#0b3c61;width:100%;border-radius:0px 0 10px 10px;box-shadow:0px 0px 15px 0px rgba(0,0,0,.2);}.gall-hosp-rep-img{position:relative;}.hosp-rep-title{padding:10px 32px;border-radius:10px;}.hosp-rep-title h6{font-size:16px !important;}.gallery-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px 30px;}.gallery-main-rep-title{padding:20px 25px;background-color:#fff;}.gallery-rep-title{padding-bottom:16px;}.gallery-main-rep:hover{transform:translateY(-15px);box-shadow:0 25px 45px rgba(0,0,0,.2);}.gallery-main-rep{transition:.5s;}.bg-blue-res p{font-size:28px !important;margin:10px 0px;}.res-button{background-color:#00dcc0;border-color:#00dcc0;display:inline-block;box-shadow:0 15px 35px -5px rgba(0,0,0,.25);padding:16px 32px;border-radius:3px;transition:all .3s cubic-bezier(.25,.1,.25,1);}.res-button a.blue-btn-res{color:#fff;}.res-button:hover{transform:translateY(-.125rem);box-shadow:0 25px 20px -15px rgba(0,0,0,.15);color:#fff;background-color:#00907d;border-color:#00907d;}.contact-info-grid{display:grid;grid-template-columns:1fr 1fr 1fr;}.contact-info-flex{display:flex;flex-wrap:wrap;flex-direction:column;gap:6px;}.contact-info-para p,.contact-info-para p a{font-size:16px !important;color:#0b3c61;}.contact-info-para p a:hover{color:#0b3c61;}.resp-to-covid-btn{position:fixed;top:390px;left:-80px;transform:rotate(90deg);}.resp-to-covid-btn a{cursor:pointer;background-color:#f4b223;text-align:center;color:#0b3c61;padding:10px 10px;border-radius:5px;line-height:30px;display:block;font-size:16px;}.form-div{display:grid;grid-template-columns:1fr 1fr;gap:20px;}ul.contact-page-form li{list-style:none;}ul.contact-page-form input,ul.contact-page-form textarea,ul.contact-page-form select{width:100%;height:60px;}ul.contact-page-form{display:grid;grid-template-columns:1fr;gap:20px;}ul.contact-page-form li input,ul.contact-page-form li textarea,ul.contact-page-form li select{padding:0px 16px;color:#767676;outline:none;border:2px solid #e4e4e4;border-radius:3px;font-family:"Inter",sans-serif;font-size:1.2rem;}ul.contact-page-form li input::placeholder,ul.contact-page-form li textarea::placeholder,ul.contact-page-form li select option{font-size:19px;}li.contact-submit input{background-color:#0b3c61;border-color:#0b3c61;color:#fff !important;font-weight:bold;font-size:19px;}ul.contact-page-form li textarea{resize:none;height:200px !important;padding:10px 16px;font-family:inter,sans-serif;}li.contact-submit input:hover{color:#fff;background-color:#03111c;border-color:#03111c;cursor:pointer;}.cont-page-icon{justify-content:center;}li.select-contact select{font-size:19px;}.form p{font-family:"inter-light";}.form-sec{background-color:#f7f7f7 !important;}.testimonial-post-main{color:#000 !important;font-weight:bold !important;}.cat-pages-flex a.active{background-color:#ccc;}ul.tabs-rep-flex{display:flex;flex-wrap:wrap;justify-content:space-between;}ul.tabs-rep-flex{list-style:none;}.grid-main-happy,.all-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;}.grid-main-happy iframe,.all-grid iframe{display:block;width:100%;border-radius:10px;}.tab button.active{background-color:#ccc !important;}.tabcontent{display:none;border-top:none;}ul.tabs-rep-flex button.tablinks{background:#fff;border:1px solid #dadce0;border-radius:18px;color:#3c4043;padding:8px 12px;cursor:pointer;}.banner-btn a.yellow-button{padding:16px 32px;cursor:pointer;}.footer-parent{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:0px 50px;padding:50px 0 20px;}footer.site-footer{background-color:#f1f1f1;}ul#menu-footer-specialities li a,ul#menu-surgeries li a,ul#menu-quick-links li a{color:#0b3c61;font-family:"Inter",sans-serif;font-size:16px;}h4.widget-title{color:#0b3c61;margin:15px 0px;font-size:18px;}.footer-sec1 p{margin-top:25px;color:#0b3c61;}.footer-address p{color:#0b3c61;}.footer p{color:#0b3c61;font-family:"Inter",sans-serif;font-weight:100;}.footer-current-parent{padding:10px 0px 10px 15px;height:60px;color:#767676;}.footer-current-parent p{color:#767676;text-align:center;font-size:18px;}.current-year{border-top:1px solid #444;}.footer-parent p{font-size:17px;}h4.patient-title{font-size:20px;padding:10px 0 8px 0;}h1.appointement-heading{font-size:20px;text-align:center;padding:50px 0 0 0;}.btn-yellow{display:inline-block;background:#fdb924;color:#000;padding:12px 25px;border-radius:6px;font-weight:600;text-decoration:none;margin-top:15px;transition:background .3s ease;}.btn-yellow:hover{background:#e6a700;color:#fff;}p.dr-designation{padding-bottom:10px;}p.dr-education{padding-bottom:10px;}h2.dr-list-heading{font-size:20px;text-align:center;color:#000;padding:60px 0 10px 0px;}h3.appoint-cta{font-size:24px;padding-bottom:15px;}.appointment-box{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:25px;margin-top:40px;}.appointment-box .icon img{max-width:140px;height:auto;border-radius:15px;}.appointment-box .text{flex:1;max-width:500px;}.doctor-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 30px;margin-top:30px;}.doctor-card{display:flex;align-items:flex-start;background:#fff;border-radius:8px;padding:20px;gap:20px;box-shadow:0 2px 8px rgba(0,0,0,.05);}.doctor-card img{width:180px;object-fit:cover;border-radius:6px;flex-shrink:0;}.doctor-info{flex:1;text-align:left;}.doctor-info h4{margin:0;font-size:20px;font-weight:700;color:#000;}.doctor-info h4 strong{display:inline;}.doctor-info strong{font-weight:600;color:#333;}.doctor-info p{margin:4px 0;color:#444;font-size:14px;line-height:1.4;}.btn-yellow{display:inline-block;background-color:#ffb400;color:#fff;font-weight:600;font-size:14px;padding:8px 14px;border-radius:5px;text-decoration:none;margin-top:10px;transition:background-color .3s ease;}.btn-yellow:hover{background-color:#e09f00;}.blue-border.pt-story-border{padding-top:35px;}h3.pt-story-title{color:#0b3c61;font-size:26px;padding-top:40px;}.whatsapp-info{margin-top:60px;}a.whatsapp-no{font-size:24px;font-weight:600;color:#000;}.whatsapp-info p{text-align:center;font-size:24px;font-weight:600;color:#000;}p.patient-story{font-size:16px;}p.patient-designation{font-size:16px;padding-top:15px;font-weight:500;}.stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px;}.story-card{border:1px solid #ddd;padding:20px;background:#fff;border-radius:6px;transition:transform .3s ease;}.story-card:hover{transform:translateY(-5px);}.story-card img{display:block;margin:0 auto;margin-bottom:15px;max-width:50%;}.story-card h5{font-size:16px;font-weight:bold;margin-bottom:10px;}.view-all-link{margin-top:20px;margin-bottom:80px;}.view-all-link a{text-decoration:underline;color:#000;font-weight:500;transition:color .3s ease;}.view-all-link a:hover{color:#fdb924;}@media (max-width: 767px){.appointment-box{flex-direction:column;text-align:center;}h3.appoint-cta{text-align:center;width:100%;}.page-template-book-an-appointment-new .blue-border{width:90%;}.doctor-grid{grid-template-columns:1fr;}.doctor-card{flex-direction:column;align-items:center;text-align:center;}.doctor-card img{margin-bottom:10px;}.doctor-info{text-align:center;}}@media only screen and (max-width :1920px) and (min-width: 1701px){.yellow-button{margin:.4rem .9rem;}.banner-btn-lasik .call-us-btn a{padding:18px 20px 18px 34px;}}@media only screen and (max-width :1700px) and (min-width: 1367px){.banner-btn-lasik{gap:20px;}}@media only screen and (max-width :1366px) and (min-width: 1281px){.tabs-repeater-flex{gap:30px;}.banner-btn-lasik{gap:20px;}.header-button{flex:0 0 33%;max-width:33%;}.header-right{flex:0 0 46%;max-width:46%;}}@media only screen and (max-width :1280px) and (min-width: 1101px){.banner-btn-lasik{gap:20px;}.header-button{flex:0 0 33%;max-width:33%;}.header-right{flex:0 0 46%;max-width:46%;}}@media only screen and (max-width :1200px) and (min-width: 1104px){.team-of-eye-parent .team-of-eye-grid{height:100%;}}@media only screen and (max-width :1100px){.header-logo{flex:0 0 16%;max-width:16%;}.header-button{flex:0 0 40%;max-width:40%;}.header-right{flex:0 0 46%;max-width:46%;}.header-button .call-us-btn a{padding:10px 20px 10px 30px;}a.yellow-btn-warning-header{padding:8px 22px;}#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{margin:0 9px;}.form-div{grid-template-columns:.5fr 1.5fr;}.what-is-lasik-grid{grid-template-columns:50% 20%;}.banner-btn-lasik{gap:20px;}.tes-para-std{min-height:600px !important;max-height:650px !important;}section.home-banner{background-position:right;}.tabs-repeater-flex{gap:20px;}.team-eye-care-para{font-size:14px;}.team-of-eye-parent .team-of-eye-grid{height:100%;}.single-doctors .team-eyecare-rep-title{height:150px;}.macular-dege-grid .owl-nav{bottom:70%;}.flex-aut-date{flex-direction:column;gap:0px;}}@media only screen and (max-width:999px){h2{font-size:52px;}.header-right .mega-menu-wrap{display:none !important;}.slide-menu.slide-out-menu ul.sub-menu li{border-bottom:1px solid #e6e6e6;}.call-mob-btn{width:60% !important;text-align:center !important;margin:20px auto !important;box-shadow:0 15px 35px -5px rgba(0,0,0,.25) !important;position:relative !important;}.call-mob-btn a{background-color:#013162 !important;border-color:#013162 !important;color:#fff !important;font-family:"Inter",sans-serif !important;font-weight:700 !important;text-align:center !important;border-radius:5px !important;}.call-mob-btn a iconify-icon{position:absolute;left:8px;top:8px;}.header-button .header-book-appoint{display:none;}.what-is-lasik-grid{grid-template-columns:1fr;}.lasik-last-para{margin-top:40px;}.bright-stories-grid{width:100%;}.vision-parent{grid-template-columns:1fr;padding-top:30px;}.acc-parent h4{text-align:center;}.acc-parent{width:100%;}.slide-menu.slide-out-menu li.menu-item-has-children{position:relative;}.slide-menu.slide-out-menu li.menu-item-has-children:before{content:"";position:absolute;background-image:url("https://celebratedeals.in/clients/arohieye/wp-content/uploads/2023/06/down-1.png");width:15px;height:15px;background-repeat:no-repeat;right:20px;}.slide-menu.slide-out-menu .menu li:first-child:before,.slide-menu.slide-out-menu .menu li:nth-child(5):before,.slide-menu.slide-out-menu .menu li:nth-child(6):before{background-image:none;}.team-eye-title h6{min-height:40px;max-height:70px;}.card.grid-test{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem;justify-content:center;gap:0;}.page-template-standard-lasik .card.grid-test,.page-template-contura-vision-mumbai .card.grid-test,.page-template-femto-lasik-surgery .card.grid-test,.page-template-smile-laser-eye-surgery .card.grid-test,.page-template-trans-prk-surgery .card.grid-test,.page-template-blended-vision-lasik-surgery .card.grid-test,.page-template-cataract-surgery .card.grid-test{flex-direction:column;}.page-template-standard-lasik .parent-testimonial,.page-template-contura-vision-mumbai .parent-testimonial,.page-template-femto-lasik-surgery .parent-testimonial,.page-template-smile-laser-eye-surgery .parent-testimonial,.page-template-trans-prk-surgery .parent-testimonial,.page-template-blended-vision-lasik-surgery .parent-testimonial,.page-template-cataract-surgery .parent-testimonial{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%;}.parent-testimonial{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%;flex-direction:column;display:flex;padding:1rem;}.tes-para-std{min-height:300px !important;max-height:350px;padding:25px 20px;}.our-eye-care-grid{display:flex;flex-direction:column;align-items:center;}.our-eye-care-grid:last-child{flex-direction:column-reverse;}.our-eye-care-image img{width:100%;object-fit:cover;height:100%;max-width:100%;}.team-eyecare-rep-title{height:45%;}.state-eye-parent{grid-template-columns:1fr;gap:20px;}ul.contact-form-home{width:83%;}.counter-section .wrapper{flex-direction:column;}.left-div-state img{height:220px;object-fit:cover;width:100%;}.rep-stand-lasik-parent{flex:0 0 45%;}.map iframe{width:670px;height:340px;}.form-div{grid-template-columns:1fr;}.contact-us-main-grid{display:flex;gap:38px;flex-direction:column;}section.home-banner{padding:220px 40px;background-position:center;background-image:url("https://celebratedeals.in/clients/arohieye/wp-content/uploads/2023/06/arohi_slider_image_ipad.jpeg") !important;}section.home-banner.nitro-lazy{background-image:none !important;}.our-eye-care-grid:nth-child(even){grid-template-columns:55% 43%;}.header-mobile-menu ul.active{width:30px;height:30px;cursor:pointer;}.header-mobile-menu .book-apt,.header-mobile-menu .covid-19-btn{width:60% !important;text-align:center !important;margin:20px auto !important;box-shadow:0 15px 35px -5px rgba(0,0,0,.25) !important;}.header-mobile-menu .covid-19-btn{width:80% !important;}.header-mobile-menu .book-apt a.mega-menu-link,.header-mobile-menu .covid-19-btn a.mega-menu-link{background-color:#f4b223 !important;border-color:#f4b223 !important;color:#fff !important;font-family:"Inter",sans-serif !important;font-weight:700 !important;text-align:center !important;border-radius:5px !important;}.banner-section{text-align:center;}.redefine-left img{height:894px;}.tabs-repeater-flex{gap:10px;}.diagnostics-parent{flex-wrap:wrap;flex-direction:column;}.diagnostic-image img{margin:0 auto;}.diagnostic-image{flex:56.666667%;max-width:56.666667%;}.tes-para-cat{min-height:200px !important;}.macular-dege-grid .owl-nav{bottom:0;top:15%;}.stand-lasik-main .team-eyecare-rep-title{height:35%;}.view-dry-eye-parent{width:100%;}.low-vision-rep-para table{width:571px;}.testimonial-post-main{grid-template-columns:1fr;}.video-test-main{grid-template-columns:1fr 1fr;}.gallery-main-rep-title{max-height:55%;}.team-card{display:flex;height:100%;max-height:340px;width:100%;}.visiting-doctors-parent{-ms-flex:0 0 40.333333%;-webkit-box-flex:0;flex:0 0 40.333333% !important;max-width:40.333333% !important;}.visiting-doctors{padding-bottom:75px;}ul.webstories-main{grid-template-columns:1fr 1fr;}.icon-bar{top:70%;}section.home-banner .google-rating-parent .google-rating{margin:0 auto;}}@media only screen and (max-width:767px){.footer-parent{grid-template-columns:1fr;}.bright-stories-grid{grid-template-columns:1fr;}.resp-to-covid-btn{display:none;}.book-apt{background-color:#f4b223;border-color:#f4b223;color:#fff;border-radius:3px;}h1{font-size:40px;}h4{font-size:23px;}h3.font-64{font-size:36px;}h2{font-size:36px;}.map iframe{width:430px;}.contact-info-grid{grid-template-columns:1fr;gap:20px;}p{font-size:18px;}.header-logo{flex:0 0 30%;max-width:30%;}.lasik-ref{width:100%;}.banner-btn-lasik{flex-direction:column;gap:30px;}.whatis-lasik-video iframe{width:100%;}.vision-left-image img{max-width:390px;}.lasik-parent{max-width:100%;}.vision-parent{width:100%;}.vision-left-image img{max-width:440px;}.refrac-parent{width:100%;}.ref-sur-parent{width:100%;}.ref-sur-rep{padding-left:30px;}.standard-lasik-rep-main{width:100%;}.stand-lasik-grid{flex-direction:column;}.contura-vision-main p img{float:none;width:100%;margin-bottom:20px;}.main-width{width:100%;}.redefine-eye-div{grid-template-columns:1fr;gap:5px;}.redefine-left img{height:630px;}.redefine-right{padding:30px 26px;}.journey-sec ul.slides li{display:flex;height:100%;flex-direction:column;border-bottom:1px solid #ccc;padding:30px;gap:25px;}.journey-div ul.slides li:nth-child(odd) .content::before{left:-40px;top:-330px;}.journey-div .content{text-align:center;}.journey-div ul.slides::before{left:0;}.journey-div ul.slides li:nth-child(even) .content::before{right:0;left:-39px;top:-330px;}.journey-sec ul.slides li:nth-child(even){flex-direction:column-reverse;}.journey-div ul.slides li:nth-child(even) .content{order:-1 !important;text-align:center;}.what-define-div ul.slides{grid-template-columns:1fr;}.what-define-div ul.slides p{margin:5px 0;}.team-eyecare-rep-title{height:25%;}.team-eye-title h6{min-height:20px;}.team-of-eye-parent .team-of-eye-grid{padding:1rem;-ms-flex:0 0 100% !important;-webkit-box-flex:0;flex:0 0 100% !important;max-width:100% !important;margin:10px auto;}.team-eye-care-para{padding:6px 16px 12px 0px;}.tabs-repeater-flex{gap:20px;flex-wrap:wrap;}.tabs-repeater-flex a{flex:0 0 45%;max-width:45%;}.our-eye-care-content{grid-template-columns:1fr;}.diagnostic-image{flex:76.666667%;max-width:76.666667%;}.doc-image img{height:520px;max-width:450px;}.doc-content{flex:0 0 100%;max-width:100%;padding-left:0;text-align:center;}.doc-content-sec{margin-left:0;max-width:590px;}.doc-image{flex:0 0 100%;max-width:100%;padding-right:0px;}.single-doctors .team-eyecare-rep-title{height:120px;}section.team-of-eye{padding-top:35px;}a.read-more-btn,a.read-more-btn:hover{padding:20px 20px;}.eye-care-spe-cat{margin:0 auto;}.eye-cat-rep .white-button{text-align:center;transform:none;}.eye-cat-rep-content{padding:60px 0px;text-align:center;}.white-button:hover{transform:none;}.eye-cat-rep{grid-template-columns:1fr;gap:5px;margin:0px auto;}.eye-cat-rep-button{margin:40px auto;transform:translateY(-3.125rem);}.what-is-smile-main p img{float:none;width:100%;margin-right:0;margin-bottom:30px;}.rep-bright-stories{grid-template-columns:1fr;}.caus-glu-rep-para img{margin-right:0px;width:100%;margin-bottom:30px;}.macular-dege-grid{grid-template-columns:100%;}.macular-dege-grid .owl-nav{top:45%;}.diab-retino-video iframe{width:100%;}.team-card{display:flex;height:100%;max-height:100%;width:100%;}.visiting-doctors-parent{flex:0 0 100% !important;}.visiting-doctors-parent .team-eyecare-rep-title{height:20%;}.before-after-squint-rep{grid-template-columns:1fr;}.low-vision-rep-para table{width:440px;}.table-sec{overflow-x:auto;}.optical-img-rep-parent{grid-template-columns:1fr;}.gallery-main-grid{grid-template-columns:1fr;}.blog-query-grid{grid-template-columns:100%;}.blog-query-left{grid-template-columns:1fr;}.single-blog-grid{grid-template-columns:100%;}.postid-142212 .post-content a{word-break:break-word;}.video-test-main{grid-template-columns:1fr;margin-left:30px;margin-right:30px;}.icon-bar .icons{position:fixed;bottom:-330px;right:70px;z-index:1000;justify-content:center;justify-content:center;display:flex;align-items:center;flex-direction:row;}.gallery-main-rep-title{max-height:40%;}}@media only screen and (max-width:479px){.header-logo{flex:0 0 45% !important;max-width:45% !important;}.slide-menu.slide-out-menu{width:260px;}h2.banner-title{font-size:44px;}.experience-parent h1,.experience-parent h3{font-size:38px;}h1{font-size:28px;}h2{font-size:28px;}h4{font-size:20px;}h3.font-64{font-size:28px;}p{font-size:17px;}a.yellow-btn-warning{font-size:16px;padding:16px 25px;}.vision-left-image img{max-width:290px;}h6{font-size:17px;}ul li{font-size:17px;line-height:28px;}.tes-para-std{min-height:300px !important;padding:25px 20px;max-height:400px;}.journey-div ul.slides li:nth-child(odd) .content::before{top:-260px;}.journey-div ul.slides li:nth-child(even) .content::before{top:-260px;}.diagnostic-image{flex:86.666667%;max-width:86.666667%;}.doc-image img{height:100%;max-width:100%;min-height:100%;}.eye-cat-rep{gap:15px;}.visiting-doctors-parent{flex:0 0 90% !important;}.visiting-doctors-parent .team-eyecare-rep-title{height:30%;}.tabs-repeater-flex{flex-direction:column;}.tabs-repeater-flex a{flex:0 0 100%;max-width:100%;}.icon-bar .icons{right:25px;}.icon-bar .icons iconify-icon{width:20px;height:20px;}.gallery-main-rep-title{max-height:50%;}ul.webstories-main{grid-template-columns:1fr;}.current-year{display:flex;align-items:center;justify-content:center;flex-direction:column;}ul.contact-form-home{grid-template-columns:1fr;}ul.contact-form-home{width:95%;}}@keyframes rotate-forever{0%{transform:rotate(0deg);}to{transform:rotate(1turn);}}@keyframes spinner-loader{0%{transform:rotate(0deg);}to{transform:rotate(1turn);}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:none;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto;}.pum-content,.pum-title{position:relative;z-index:1;}.pum-overlay{bottom:0;display:none;height:100%;left:0;overflow:auto;overflow:initial;position:fixed;right:0;top:0;transition:all .15s ease-in-out;width:100%;z-index:1999999999;}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block;}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box;}.pum-container{margin-bottom:3em;position:absolute;top:100px;z-index:1999999999;}.pum-container.pum-responsive{height:auto;left:50%;margin-left:-47.5%;overflow:visible;width:95%;}.pum-container.pum-responsive img{height:auto;max-width:100%;}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%;}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%;}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%;}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%;}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%;}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%;}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%;}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%;}.pum-container.pum-responsive.pum-position-fixed{position:fixed;}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute;}}.pum-container.custom-position{left:auto;margin-left:inherit;top:auto;}.pum-container .pum-title{margin-bottom:.5em;}.pum-container .pum-content:focus{outline:none;}.pum-container .pum-content>:first-child{margin-top:0;}.pum-container .pum-content>:last-child{margin-bottom:0;}.pum-container .pum-content+.pum-close{background-color:rgba(0,0,0,0);cursor:pointer;line-height:1;min-width:1em;position:absolute;text-align:center;text-decoration:none;z-index:2;}.pum-container .pum-content+.pum-close>span{position:relative;z-index:1;}.pum-container.pum-scrollable .pum-content{max-height:95%;overflow:auto;overflow-y:scroll;}.pum-overlay.pum-overlay-disabled{visibility:hidden;}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block;}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible;}.pum-overlay.pum-click-to-close{cursor:pointer;}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden;}html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed;}html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){padding-right:15px;}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch;}html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container{position:fixed;}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{height:auto;position:static;width:auto;}.pum-form{margin:0 auto 16px;}.pum-form__field{margin-bottom:1em;}.pum-form__field label{font-weight:700;}.pum-form__field input[type=date],.pum-form__field select{font-size:18px;line-height:26px;margin:0 auto;padding:3px;text-align:center;vertical-align:middle;}.pum-form__field select{padding:5px 3px;}.pum-form__loader{animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;border:.25em solid rgba(0,0,0,.5);border-radius:50%;border-right-color:rgba(0,0,0,0);display:inline-block;font-size:2em;height:.75em;width:.75em;}.pum-form__submit{position:relative;}.pum-form__submit .pum-form__loader{border:.25em solid rgba(255,255,255,.5);border-right-color:rgba(0,0,0,0);margin-left:.5em;}.pum-form__messages{border:1px solid rgba(0,0,0,.25);display:none;margin-bottom:.5em;padding:1em;position:relative;}.pum-form__message{margin-bottom:.5em;}.pum-form__message:last-child{margin-bottom:0;}.pum-form__message--error{border-color:red;color:red !important;}.pum-form__message--success{border-color:green;color:green !important;}.pum-form--loading{opacity:.5;}.pum-alignment-left{text-align:left;}.pum-alignment-center{text-align:center;}.pum-alignment-right{text-align:right;}.pum-form--alignment-left{text-align:left;}.pum-form--alignment-center{text-align:center;}.pum-form--alignment-right{text-align:right;}.pum-form--layout-standard .pum-form__field>label{display:block;margin-bottom:.25em;}.pum-form--layout-inline .pum-form__field{display:inline-block;}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%;}.pum-form--style-default label{font-size:14px;font-weight:700;}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;font-size:14px;margin-bottom:5px;padding:10px 8px;}.pum-form--style-default button{cursor:pointer;font-size:18px;margin:10px 0 0;padding:10px 5px;}.pum-sub-form .pum-sub-form-loading{opacity:.5;}.pum-sub-form p.pum-newsletter-error-msg{margin:0;}.pum-sub-form .spinner-loader{bottom:40%;position:absolute;right:50%;}.pum-sub-form .spinner-loader:not(:required){animation:spinner-loader 1.5s linear infinite;border-radius:.5em;box-shadow:1.5em 0 0 0 rgba(0,0,51,.3),1.1em 1.1em 0 0 rgba(0,0,51,.3),0 1.5em 0 0 rgba(0,0,51,.3),-1.1em 1.1em 0 0 rgba(0,0,51,.3),-1.5em 0 0 0 rgba(0,0,51,.3),-1.1em -1.1em 0 0 rgba(0,0,51,.3),0 -1.5em 0 0 rgba(0,0,51,.3),1.1em -1.1em 0 0 rgba(0,0,51,.3);display:inline-block;font-size:10px;height:1em;margin:1.5em;overflow:hidden;text-indent:100%;width:1em;}.pum-form__field--consent{text-align:left;}.pum-form__field--consent.pum-form__field--checkbox label{display:inline-block;vertical-align:middle;}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;margin:0;vertical-align:middle;width:inherit;}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle;}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;margin:0;vertical-align:middle;width:inherit;}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em;}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle;}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;margin:0;vertical-align:middle;width:inherit;}.popmake-close{cursor:pointer;}.pum-container iframe.formidable{overflow:visible;width:100%;}.flatpickr-calendar.open,.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999 !important;}