@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;}.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;}.popup-template .modal{opacity:0;transition:all .25s ease;}.popup-template .modal.is-open{opacity:1;transition:all .25s ease;}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0;}.slick-list:focus{outline:0;}.slick-list.dragging{cursor:pointer;cursor:hand;}.slick-slider .slick-list,.slick-slider .slick-track{transform:translate3d(0,0,0);}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto;}.slick-track:after,.slick-track:before{content:"";display:table;}.slick-track:after{clear:both;}.slick-loading .slick-track{visibility:hidden;}.slick-slide{float:left;height:100%;min-height:1px;display:none;}[dir=rtl] .slick-slide{float:right;}.slick-slide img{display:block;}.slick-slide.slick-loading img{display:none;}.slick-slide.dragging img{pointer-events:none;}.slick-initialized .slick-slide{display:block;}.slick-loading .slick-slide{visibility:hidden;}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}.slick-arrow.slick-hidden{display:none;}body,html{padding:0;margin:0;}body{font:400 16px/1.5 Inter,sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#626a7f;min-width:375px;}*{box-sizing:border-box;}img{max-width:100%;height:auto;}@media (max-width:1199px){#main{padding-top:78px;}}.section,section{padding:90px 0;}@media screen and (max-width:991px){.section,section{padding:70px 0;}}@media screen and (max-width:767px){.section,section{padding:60px 0;}}ul{margin:0;padding:0;}button{outline:0;padding:0;border:none;background:0 0;cursor:pointer;}.container{max-width:1246px;margin:auto;padding:0 15px;}.dNone{display:none;}.dFlex,.flexCenter{display:flex;}.flexWrap{flex-wrap:wrap;}.dInlineFlex{display:inline-flex;}.flexDirectionCol{flex-direction:column;}.flexCenter,.justifyContentCenter{justify-content:center;}.justifyContentBeetween{justify-content:space-between;}.justifyContentEnd{justify-content:flex-end;}.alignItemsCenter,.flexCenter{align-items:center;}.dBlock{display:block;}.mAuto{margin:auto;}.w100{width:100%;}.h100{height:100%;}.positionRelative{position:relative;}.positionAbsolute{position:absolute;}.absolute{position:absolute;top:0;left:0;width:100%;height:100%;}.m0{margin:0;}.dBlock{display:block;}.textWhite{color:#fff;}.textCenter{text-align:center;}.textRight{text-align:right;}.dInlineBlock{display:inline-block;}@media screen and (min-width:768px){.hide-desktop{display:none !important;}}@media screen and (max-width:767px){.hide-mobile{display:none !important;}}.text-lg{font-size:18px;line-height:1.3;}.section-paragraph:last-child,.wp-block-paragraph:last-child{padding:0;}.section-paragraph:last-child p,.wp-block-paragraph:last-child p{margin:0;}.section-paragraph p,.wp-block-paragraph p{margin:0 0 20px;}.section-paragraph a,.wp-block-paragraph a{color:#c8443a;}.section-paragraph a:hover,.wp-block-paragraph a:hover{text-decoration:none;}.wp-block-image{margin:0;}@media screen and (max-width:767px){.wp-block-image{height:250px;overflow:hidden;}}.wp-block-image img{display:block;width:100%;}@media screen and (max-width:767px){.wp-block-image img{height:100%;-o-object-fit:cover;object-fit:cover;}}.subtitle{position:sticky;top:10px;left:0;font-size:14px;line-height:1;font-weight:700;color:#8e312a;text-transform:uppercase;}@media screen and (max-width:1199px){.subtitle{margin:0 0 45px;}}@media screen and (min-width:1200px){.main-section-row{display:flex;}}@media screen and (min-width:1200px){.main-section-row .label-col{width:17%;flex-shrink:0;padding-right:20px;}}@media screen and (min-width:1200px){.main-section-row .label-col+*{width:83%;}}@media screen and (min-width:1200px){.main-section-row .main-title-row{width:83%;}}@media screen and (min-width:768px){.main-section-row .main-title-row{display:flex;flex-grow:1;}}.main-section-row .title-col{width:51%;padding-right:20px;flex-shrink:0;}@media screen and (max-width:991px){.main-section-row .title-col{width:45%;}}@media screen and (max-width:767px){.main-section-row .title-col{width:100%;padding-right:0;}}.main-section-row .title-col p{margin:0;}.main-section-row .content-col{flex-shrink:0;width:49%;}@media screen and (max-width:991px){.main-section-row .content-col{width:55%;}}@media screen and (max-width:767px){.main-section-row .content-col{width:100%;}}.image-items-block{display:flex;flex-wrap:wrap;gap:25px;}.image-items-block .image-wrap{width:calc(50% - 13px);}@media screen and (max-width:767px){.image-items-block .image-wrap{width:100%;}}.image-items-block .image-item{position:relative;padding-bottom:72%;}@media screen and (max-width:767px){.image-items-block .image-item{padding-bottom:0;height:250px;}}.image-items-block .image-holder{position:absolute;top:0;left:0;right:0;bottom:0;}.image-items-block img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.support-link{position:absolute;bottom:-26px;right:15px;width:64px;height:64px;border-radius:50%;background-color:#8e312a;background-position:50% 50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width=\'48\' height=\'40\' viewBox=\'0 0 48 40\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M47.2211 21.7467C47.2953 23.5183 46.6637 25.247 45.4649 26.5536C44.266 27.8601 42.5979 28.6377 40.8265 28.7159C40.7229 28.7207 40.6195 28.7231 40.5162 28.7231C40.0456 28.7228 39.5763 28.6719 39.1165 28.5712C37.7522 30.6776 35.9634 32.476 33.8643 33.8515C31.7652 35.227 29.4022 36.1492 26.9263 36.5592C26.6335 37.4195 26.0492 38.1504 25.2746 38.6257C24.5 39.1009 23.5837 39.2906 22.684 39.1619C21.7844 39.0333 20.958 38.5943 20.3477 37.9209C19.7374 37.2476 19.3815 36.3821 19.3416 35.4742C19.3017 34.5663 19.5802 33.673 20.1291 32.9487C20.678 32.2243 21.4627 31.7146 22.3476 31.5074C23.2324 31.3003 24.1619 31.4088 24.9752 31.8143C25.7885 32.2197 26.4346 32.8966 26.8018 33.7279C30.2875 33.0832 33.4365 31.2359 35.6999 28.5077C37.9633 25.7796 39.1976 22.3437 39.1877 18.799C39.1877 10.4244 32.3746 3.61123 24 3.61123C15.6254 3.61123 8.81229 10.4244 8.81229 18.799C8.81184 21.3885 9.47365 23.9352 10.7348 26.1968C10.7776 26.2715 10.8097 26.3517 10.8301 26.4353C10.952 26.7738 10.9389 27.1463 10.7938 27.4756C10.6486 27.8048 10.3824 28.0656 10.0503 28.2041C9.237 28.5464 8.36352 28.7226 7.48116 28.7225C7.37731 28.7225 7.27325 28.7201 7.16897 28.7153C5.39825 28.6361 3.73119 27.858 2.53331 26.5516C1.33543 25.2451 0.704509 23.517 0.77888 21.7461C0.808778 21.0399 0.792095 20.4098 0.775787 19.8005C0.760604 19.2268 0.744765 18.6335 0.77082 18.0145C0.848579 16.2854 1.59238 14.6534 2.84645 13.4604C4.10051 12.2674 5.76755 11.6059 7.4984 11.6145C10.2778 5.25522 16.6278 0.799561 24 0.799561C31.3722 0.799561 37.7223 5.25522 40.5017 11.6146C42.2327 11.6047 43.9003 12.2656 45.1546 13.4586C46.4089 14.6517 47.1524 16.2841 47.2291 18.0135C47.2553 18.6334 47.2395 19.2266 47.2241 19.8003C47.208 20.4097 47.1912 21.04 47.2211 21.7467ZM35.7908 18.799C35.7901 20.6053 35.3745 22.3874 34.5762 24.0077C33.7778 25.6281 32.6179 27.0434 31.186 28.1446C29.7542 29.2458 28.0885 30.0034 26.3175 30.359C24.5465 30.7146 22.7174 30.6587 20.9715 30.1956L16.199 32.9517C15.9582 33.0908 15.6816 33.1553 15.4041 33.1371C15.1266 33.1189 14.8608 33.0189 14.6402 32.8496C14.4196 32.6803 14.2541 32.4494 14.1647 32.1861C14.0754 31.9228 14.0661 31.6389 14.1381 31.3703L15.3578 26.8203C13.3379 24.637 12.214 21.7733 12.2097 18.799C12.2097 12.2957 17.4986 7.00548 24 7.00548C30.5014 7.00548 35.7908 12.2957 35.7908 18.799ZM20.7221 18.799C20.7221 18.4261 20.574 18.0685 20.3103 17.8049C20.0467 17.5412 19.6891 17.3931 19.3162 17.3931H19.3139C19.036 17.3936 18.7644 17.4765 18.5336 17.6313C18.3027 17.7861 18.1229 18.0058 18.0169 18.2628C17.9109 18.5197 17.8835 18.8023 17.938 19.0748C17.9926 19.3474 18.1267 19.5976 18.3234 19.794C18.5201 19.9903 18.7706 20.1239 19.0432 20.178C19.3158 20.232 19.5984 20.204 19.8551 20.0975C20.1118 19.991 20.3312 19.8108 20.4856 19.5797C20.64 19.3486 20.7223 19.0769 20.7224 18.799H20.7221ZM25.4061 18.799C25.406 18.7529 25.4035 18.7069 25.3986 18.6612C25.3942 18.6152 25.3873 18.5696 25.3781 18.5243C25.3697 18.4793 25.3584 18.4348 25.3443 18.3913C25.3312 18.3472 25.3153 18.3041 25.2984 18.261C25.2816 18.2179 25.261 18.1776 25.2394 18.1373C25.218 18.0967 25.1945 18.0573 25.1691 18.0192C25.1435 17.9806 25.1159 17.9434 25.0865 17.9076C25.0576 17.8718 25.0267 17.8377 24.9938 17.8055C24.962 17.7727 24.9273 17.7418 24.8917 17.7118C24.856 17.6837 24.8185 17.6555 24.7801 17.6302C24.7419 17.6048 24.7026 17.5814 24.6621 17.5599C24.6217 17.5384 24.5796 17.5187 24.5373 17.5009C24.4951 17.4832 24.452 17.4679 24.4081 17.455C24.3204 17.4268 24.2299 17.4086 24.1382 17.4006C24.0005 17.3874 23.8616 17.394 23.7258 17.4203C23.6806 17.4295 23.6359 17.4411 23.5919 17.455C23.5479 17.4679 23.5047 17.4832 23.4625 17.5009C23.4203 17.5187 23.3782 17.5384 23.3379 17.5599C23.2976 17.5815 23.2582 17.6049 23.2197 17.6302C23.1427 17.6813 23.0712 17.74 23.0061 17.8055C22.9732 17.8377 22.9422 17.8718 22.9132 17.9076C22.8842 17.9434 22.857 17.9806 22.8318 18.0192C22.806 18.0573 22.7822 18.0967 22.7605 18.1373C22.7389 18.1774 22.7195 18.2187 22.7023 18.261C22.6845 18.3036 22.6689 18.3471 22.6555 18.3913C22.6424 18.4344 22.6312 18.4794 22.6218 18.5243C22.6126 18.5696 22.6056 18.6152 22.6011 18.6612C22.5965 18.7071 22.5945 18.753 22.5945 18.799C22.5945 18.8449 22.5965 18.8917 22.6011 18.9377C22.6057 18.9833 22.6126 19.0286 22.6218 19.0736C22.6312 19.1185 22.6424 19.1635 22.6555 19.2076C22.6689 19.2515 22.6845 19.2946 22.7023 19.3369C22.7195 19.3795 22.7389 19.4211 22.7605 19.4616C22.782 19.5019 22.8065 19.5412 22.8318 19.5797C22.857 19.6179 22.8842 19.6548 22.9132 19.6903C22.9424 19.7262 22.9734 19.7606 23.0061 19.7933C23.0389 19.8252 23.0726 19.8571 23.1092 19.8861C23.1444 19.9154 23.1813 19.9426 23.2197 19.9677C23.2582 19.993 23.2975 20.0173 23.3379 20.0389C23.4193 20.0813 23.5043 20.1165 23.5919 20.1439C23.6358 20.157 23.6808 20.1682 23.7258 20.1776C23.8161 20.1961 23.9082 20.2052 24.0004 20.2048C24.3728 20.2038 24.7298 20.056 24.9938 19.7933C25.0586 19.7276 25.1173 19.6561 25.1691 19.5797C25.1944 19.5412 25.2178 19.5019 25.2394 19.4616C25.261 19.4213 25.2806 19.3791 25.2984 19.3369C25.3162 19.2947 25.3312 19.2507 25.3443 19.2076C25.3583 19.1636 25.3696 19.1189 25.3781 19.0736C25.3873 19.0286 25.3941 18.9833 25.3986 18.9377C25.4034 18.8915 25.4058 18.8452 25.4058 18.7988L25.4061 18.799ZM30.0922 18.799C30.0922 18.4261 29.9441 18.0685 29.6805 17.8049C29.4168 17.5412 29.0593 17.3931 28.6864 17.3931H28.6837C28.4058 17.3937 28.1342 17.4766 27.9034 17.6314C27.6726 17.7862 27.4928 18.0059 27.3868 18.2628C27.2808 18.5198 27.2534 18.8024 27.3079 19.0749C27.3625 19.3474 27.4966 19.5976 27.6933 19.794C27.89 19.9903 28.1405 20.1239 28.4131 20.178C28.6858 20.232 28.9683 20.204 29.225 20.0975C29.4818 19.991 29.7012 19.8108 29.8555 19.5797C30.0099 19.3486 30.0922 19.0769 30.0922 18.799Z\' fill=\'white\'/%3E%3C/svg%3E%0A");transition:.3s background-color;}@media screen and (max-width:767px){.support-link{bottom:auto;top:30px;}}.support-link:hover{background-color:#73241e;}.bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;text-align:left;}.bg img{width:auto;max-width:none;height:100%;}.bg+.container{position:relative;z-index:5;}.main-title-block{margin:0 0 60px;}@media screen and (min-width:768px){.main-title-block{display:flex;margin:0 0 48px;}}@media screen and (min-width:768px){.main-title-block .title{flex-shrink:0;margin:0;width:47%;}}@media screen and (min-width:768px){.main-title-block .text{padding-left:38px;}}.main-title-block .text p{margin:0;}.support-link.nitro-lazy{background-image:none !important;}.main-title-block .text p:not(:last-child){margin-bottom:9px;}.main-title-block .text a{color:inherit;}.main-title-block .text a:hover{text-decoration:none;}.main-title-block .text strong{font-weight:400;color:#101828;}.hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.global-contact-widget{display:flex;position:fixed;gap:10px;bottom:20px;right:20px;z-index:10;}.global-contact-widget .widget-link{width:40px;height:40px;border-radius:50%;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIKICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfODE1XzE0NDgpIj4KICAgICAgICA8cGF0aCBkPSJNMTIuMDAzIDBIMTEuOTk3QzUuMzgwNSAwIDAgNS4zODIgMCAxMkMwIDE0LjYyNSAwLjg0NiAxNy4wNTggMi4yODQ1IDE5LjAzMzVMMC43ODkgMjMuNDkxNUw1LjQwMTUgMjIuMDE3QzcuMjk5IDIzLjI3NCA5LjU2MjUgMjQgMTIuMDAzIDI0QzE4LjYxOTUgMjQgMjQgMTguNjE2NSAyNCAxMkMyNCA1LjM4MzUgMTguNjE5NSAwIDEyLjAwMyAwWk0xOC45ODU1IDE2Ljk0NTVDMTguNjk2IDE3Ljc2MyAxNy41NDcgMTguNDQxIDE2LjYzMDUgMTguNjM5QzE2LjAwMzUgMTguNzcyNSAxNS4xODQ1IDE4Ljg3OSAxMi40Mjc1IDE3LjczNkM4LjkwMSAxNi4yNzUgNi42MyAxMi42OTE1IDYuNDUzIDEyLjQ1OUM2LjI4MzUgMTIuMjI2NSA1LjAyOCAxMC41NjE1IDUuMDI4IDguODM5NUM1LjAyOCA3LjExNzUgNS45MDI1IDYuMjc5IDYuMjU1IDUuOTE5QzYuNTQ0NSA1LjYyMzUgNy4wMjMgNS40ODg1IDcuNDgyIDUuNDg4NUM3LjYzMDUgNS40ODg1IDcuNzY0IDUuNDk2IDcuODg0IDUuNTAyQzguMjM2NSA1LjUxNyA4LjQxMzUgNS41MzggOC42NDYgNi4wOTQ1QzguOTM1NSA2Ljc5MiA5LjY0MDUgOC41MTQgOS43MjQ1IDguNjkxQzkuODEgOC44NjggOS44OTU1IDkuMTA4IDkuNzc1NSA5LjM0MDVDOS42NjMgOS41ODA1IDkuNTY0IDkuNjg3IDkuMzg3IDkuODkxQzkuMjEgMTAuMDk1IDkuMDQyIDEwLjI1MSA4Ljg2NSAxMC40N0M4LjcwMyAxMC42NjA1IDguNTIgMTAuODY0NSA4LjcyNCAxMS4yMTdDOC45MjggMTEuNTYyIDkuNjMzIDEyLjcxMjUgMTAuNjcxIDEzLjYzNjVDMTIuMDEwNSAxNC44MjkgMTMuMDk2NSAxNS4yMSAxMy40ODUgMTUuMzcyQzEzLjc3NDUgMTUuNDkyIDE0LjExOTUgMTUuNDYzNSAxNC4zMzEgMTUuMjM4NUMxNC41OTk1IDE0Ljk0OSAxNC45MzEgMTQuNDY5IDE1LjI2ODUgMTMuOTk2NUMxNS41MDg1IDEzLjY1NzUgMTUuODExNSAxMy42MTU1IDE2LjEyOTUgMTMuNzM1NUMxNi40NTM1IDEzLjg0OCAxOC4xNjggMTQuNjk1NSAxOC41MjA1IDE0Ljg3MUMxOC44NzMgMTUuMDQ4IDE5LjEwNTUgMTUuMTMyIDE5LjE5MSAxNS4yODA1QzE5LjI3NSAxNS40MjkgMTkuMjc1IDE2LjEyNjUgMTguOTg1NSAxNi45NDU1WiIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgogICAgPGRlZnM+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJjbGlwMF84MTVfMTQ0OCI+CiAgICAgICAgICAgIDxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgPC9kZWZzPgo8L3N2Zz4K");background-color:#8e312a;background-position:50% 50%;background-repeat:no-repeat;background-size:20px;font-size:0;transition:.3s background-color;}.global-contact-widget .widget-link.nitro-lazy{background-image:none !important;}.global-contact-widget .widget-link:hover{background-color:#73241e;}@media screen and (min-width:768px){.global-contact-widget .widget-link{width:64px;height:64px;background-size:35px;}}.global-contact-widget .widget-link.phone-link{background-image:url("data:image/svg+xml,%3Csvg width=\'21\' height=\'20\' viewBox=\'0 0 21 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M18.8334 14.1001V16.6001C18.8344 16.8322 18.7868 17.0619 18.6939 17.2745C18.6009 17.4872 18.4645 17.6781 18.2935 17.835C18.1225 17.9919 17.9206 18.1113 17.7007 18.1857C17.4809 18.26 17.2479 18.2876 17.0168 18.2667C14.4525 17.9881 11.9893 17.1119 9.82511 15.7084C7.81163 14.429 6.10455 12.7219 4.82511 10.7084C3.41676 8.53441 2.54031 6.05923 2.26677 3.4834C2.24595 3.25296 2.27334 3.0207 2.34719 2.80142C2.42105 2.58214 2.53975 2.38064 2.69575 2.20975C2.85174 2.03886 3.04161 1.90233 3.25327 1.80884C3.46492 1.71535 3.69372 1.66696 3.92511 1.66674H6.42511C6.82953 1.66276 7.2216 1.80597 7.52824 2.06968C7.83488 2.33339 8.03517 2.69961 8.09177 3.10007C8.19729 3.90013 8.39298 4.68568 8.67511 5.44174C8.78723 5.74001 8.81149 6.06417 8.74503 6.3758C8.67857 6.68744 8.52416 6.9735 8.30011 7.20007L7.24177 8.2584C8.42807 10.3447 10.1555 12.0721 12.2418 13.2584L13.3001 12.2001C13.5267 11.976 13.8127 11.8216 14.1244 11.7551C14.436 11.6887 14.7602 11.713 15.0584 11.8251C15.8145 12.1072 16.6001 12.3029 17.4001 12.4084C17.8049 12.4655 18.1746 12.6694 18.4389 12.9813C18.7032 13.2932 18.8436 13.6914 18.8334 14.1001Z\' stroke=\'white\' stroke-width=\'1.66667\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");}.global-contact-widget .widget-link.phone-link.nitro-lazy{background-image:none !important;}.paragraph{font-size:16px;}.h1,h1{font-size:48px;line-height:1;font-weight:600;color:#101828;letter-spacing:-.02em;margin:0 0 20px;}@media screen and (min-width:768px){.h1,h1{font-size:52px;}}@media screen and (min-width:992px){.h1,h1{font-size:60px;}}@media screen and (min-width:1200px){.h1,h1{font-size:72px;}}.h1 strong,h1 strong{color:#8e312a;font-weight:600;}.h1 p,h1 p{margin:0;}.h2,h2{font-size:42px;line-height:.98;font-weight:600;letter-spacing:-.02em;margin:0 0 30px;color:#101828;}@media screen and (max-width:767px){.h2,h2{margin:0 0 22px;font-size:34px;}}.h2 strong,h2 strong{color:#8e312a;font-weight:600;}.h2 p,h2 p{margin:0;}.h3,h3{font-size:32px;line-height:1.375;font-weight:500;margin:0 0 8px;color:#101828;letter-spacing:-.01em;}@media screen and (max-width:767px){.h3,h3{font-size:26px;}}.h3 strong,h3 strong{color:#8e312a;font-weight:600;}.h3 p,h3 p{margin:0;}.h4,h4{font-size:24px;line-height:1;font-weight:600;margin:0 0 12px;color:#101828;letter-spacing:-.02em;}@media screen and (max-width:767px){.h4,h4{margin:0 0 16px;}}.h5,h5{font-size:20px;line-height:1;font-weight:600;margin:0 0 14px;color:#101828;letter-spacing:-.02em;}.h2-v2{font:700 32px/1.066 Montserrat,sans-serif;color:#2e3646;}@media screen and (max-width:767px){.h2-v2{font-size:24px;line-height:1.45;}}.btn{font-size:16px;line-height:1;font-weight:600;display:inline-flex;align-items:center;padding:14px 20px;text-decoration:none;border-radius:4px;transition:.4s background-color,.4s color;}.btn.full-width{width:100%;justify-content:center;}@media screen and (max-width:767px){.btn.mobile-full-width{width:100%;justify-content:center;}}.btnPrimary{background-color:#8e312a;color:#fff;}.btnPrimary:hover{background-color:#73241e;}.btnPrimaryOutline{border:1px solid #c8443a;color:#c8443a;background:#fff;}.btnPrimaryOutline:hover{background:#c8443a;color:#fff;}.btnPrimaryOutline:hover.btnChevron:after{border-color:#fff;}.btnPrimaryOutline.btnChevron:after{border-color:#c8443a;}.btnRed3{background:#c8443a;}.btnRed3:hover{background-color:#8e322a;}.btnChevron:after{content:"";width:8px;height:8px;border:solid #fff;border-width:2px 2px 0 0;transform:rotate(45deg);display:block;margin-left:8px;transition:.2s border;}.btnWhite{background:#fff;color:#101828;}.btnWhite:hover{background:#c8443a;color:#fff;}.link-arrow{display:inline-flex;align-items:center;font-size:16px;font-weight:600;padding:7px 0;text-decoration:none;color:#8e312a;border-bottom:1px solid #8e312a;transition:.3s border;}.link-arrow:hover{border-color:transparent;}.link-arrow:hover:after{left:5px;}.link-arrow:after{content:"";position:relative;width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg width=\'14\' height=\'14\' viewBox=\'0 0 14 14\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1.16666 7.00008H12.8333M12.8333 7.00008L7 1.16675M12.8333 7.00008L7 12.8334\' stroke=\'%238E312A\' stroke-width=\'1.67\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");margin-left:12px;background-size:100% 100%;background-repeat:no-repeat;left:0;transition:.3s left;}.btn-v2{font:600 16px/1 Montserrat,sans-serif;padding:18px 38px;border:1px solid #3f3f3f;border-radius:3px;}@media screen and (max-width:767px){.btn-v2{width:100%;justify-content:center;padding:15px 20px;}}.btn-v2:hover{background:#fff;color:#3f3f3f;}.header{position:relative;background-color:#fff;border-bottom:1px solid #eaecf0;z-index:100;}@media (max-width:1199px){.header{background:#101828;position:fixed;left:0;right:0;top:0;}}.header a{text-decoration:none;}.header .top-block{padding:7px 0;font-size:12px;color:#eaecf0;background:#101828;}@media (max-width:1199px){.header .top-block{display:none;background:#fff;color:#667085;font-size:14px;font-weight:600;padding:80px 0 23px;}}.header .top-block a{transition:.2s opacity;color:#eaecf0;display:block;font-weight:600;font-size:12px;}@media (max-width:1199px){.header .top-block a{font-size:14px;color:#667085;}}.header .top-block a:hover{opacity:.8;}@media (min-width:1200px){.header .top-block .container{display:flex;justify-content:space-between;}}.header .top-block .info-block{display:none;}@media (min-width:1200px){.header .top-block .info-block{display:flex;align-items:center;}}.header .top-block .info-block>*{position:relative;flex-shrink:0;padding-left:25px;}.header .top-block .info-block>:not(:last-child){margin-right:4.2%;}@media (max-width:1199px){.header .top-block .info-block>:not(:last-child){margin:0 0 19px;}}.header .top-block .info-block>:before{content:"";width:16px;height:16px;position:absolute;top:0;left:0;background-size:100% auto;}@media screen and (max-width:1199px){.header .top-block .info-block>:before{top:2px;}}.header .top-block .tels{display:flex;align-items:center;}.header .top-block .tels:before{background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14.8588 11.3042V13.3042C14.8596 13.4898 14.8216 13.6736 14.7472 13.8437C14.6728 14.0138 14.5637 14.1665 14.4269 14.2921C14.2901 14.4176 14.1286 14.5131 13.9527 14.5726C13.7768 14.6321 13.5904 14.6542 13.4055 14.6375C11.3541 14.4146 9.38351 13.7136 7.65218 12.5908C6.04139 11.5673 4.67573 10.2016 3.65218 8.59082C2.52549 6.85162 1.82434 4.87148 1.60551 2.81082C1.58885 2.62646 1.61076 2.44066 1.66984 2.26524C1.72893 2.08981 1.82389 1.92861 1.94869 1.7919C2.07348 1.65519 2.22538 1.54596 2.3947 1.47117C2.56403 1.39638 2.74707 1.35766 2.93218 1.35749H4.93218C5.25571 1.3543 5.56937 1.46887 5.81468 1.67984C6.06 1.89081 6.22023 2.18378 6.26551 2.50415C6.34992 3.1442 6.50648 3.77264 6.73218 4.37749C6.82187 4.6161 6.84128 4.87543 6.78811 5.12474C6.73494 5.37405 6.61142 5.60289 6.43218 5.78415L5.58551 6.63082C6.53455 8.29985 7.91648 9.68178 9.58551 10.6308L10.4322 9.78415C10.6134 9.60491 10.8423 9.48139 11.0916 9.42822C11.3409 9.37505 11.6002 9.39446 11.8388 9.48415C12.4437 9.70985 13.0721 9.86641 13.7122 9.95082C14.036 9.99651 14.3318 10.1596 14.5432 10.4092C14.7546 10.6587 14.867 10.9772 14.8588 11.3042Z\' stroke=\'%23EAECF0\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}@media (max-width:1199px){.header .top-block .tels:before{background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14.8603 11.3042V13.3042C14.8611 13.4898 14.823 13.6736 14.7486 13.8437C14.6743 14.0138 14.5652 14.1665 14.4284 14.2921C14.2915 14.4176 14.13 14.5131 13.9541 14.5726C13.7783 14.6321 13.5919 14.6542 13.407 14.6375C11.3555 14.4146 9.38497 13.7136 7.65364 12.5908C6.04286 11.5673 4.6772 10.2016 3.65364 8.59082C2.52696 6.85162 1.8258 4.87148 1.60697 2.81082C1.59031 2.62646 1.61222 2.44066 1.67131 2.26524C1.73039 2.08981 1.82535 1.92861 1.95015 1.7919C2.07495 1.65519 2.22684 1.54596 2.39617 1.47117C2.56549 1.39638 2.74853 1.35766 2.93364 1.35749H4.93364C5.25718 1.3543 5.57084 1.46887 5.81615 1.67984C6.06146 1.89081 6.22169 2.18378 6.26697 2.50415C6.35139 3.1442 6.50794 3.77264 6.73364 4.37749C6.82334 4.6161 6.84275 4.87543 6.78958 5.12474C6.73641 5.37405 6.61288 5.60289 6.43364 5.78415L5.58697 6.63082C6.53601 8.29985 7.91794 9.68178 9.58697 10.6308L10.4336 9.78415C10.6149 9.60491 10.8437 9.48139 11.0931 9.42822C11.3424 9.37505 11.6017 9.39446 11.8403 9.48415C12.4452 9.70985 13.0736 9.86641 13.7136 9.95082C14.0375 9.99651 14.3332 10.1596 14.5447 10.4092C14.7561 10.6587 14.8684 10.9772 14.8603 11.3042Z\' stroke=\'%23667085\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}}.header .top-block .tels a:first-child{position:relative;padding-right:10px;margin-right:13px;}.header .top-block .tels a:first-child:after{content:"";width:1px;height:12px;background:#fff;position:absolute;right:0;top:50%;margin-top:-6px;}@media (max-width:1199px){.header .top-block .tels a:first-child:after{background:#667085;}}.header .top-block .address:before{background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14 6.66699C14 11.3337 8 15.3337 8 15.3337C8 15.3337 2 11.3337 2 6.66699C2 5.07569 2.63214 3.54957 3.75736 2.42435C4.88258 1.29913 6.4087 0.666992 8 0.666992C9.5913 0.666992 11.1174 1.29913 12.2426 2.42435C13.3679 3.54957 14 5.07569 14 6.66699Z\' stroke=\'%23EAECF0\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M8 8.66699C9.10457 8.66699 10 7.77156 10 6.66699C10 5.56242 9.10457 4.66699 8 4.66699C6.89543 4.66699 6 5.56242 6 6.66699C6 7.77156 6.89543 8.66699 8 8.66699Z\' stroke=\'%23EAECF0\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}@media (max-width:1199px){.header .top-block .address{display:none;}}@media (max-width:1199px){.header .top-block .operating-mode{display:none;}}.header .top-block .operating-mode:before{background-image:url("data:image/svg+xmfl,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0_815_4774)\'%3E%3Cpath d=\'M8.00114 4.00065V8.00065L10.6678 9.33398M14.6678 8.00065C14.6678 11.6825 11.683 14.6673 8.00114 14.6673C4.31924 14.6673 1.33447 11.6825 1.33447 8.00065C1.33447 4.31875 4.31924 1.33398 8.00114 1.33398C11.683 1.33398 14.6678 4.31875 14.6678 8.00065Z\' stroke=\'%23EAECF0\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_815_4774\'%3E%3Crect width=\'16\' height=\'16\' fill=\'white\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}@media (max-width:1199px){.header .top-block .operating-mode:before{background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0_1235_31273)\'%3E%3Cpath d=\'M8.0026 4.00065V8.00065L10.6693 9.33398M14.6693 8.00065C14.6693 11.6825 11.6845 14.6673 8.0026 14.6673C4.32071 14.6673 1.33594 11.6825 1.33594 8.00065C1.33594 4.31875 4.32071 1.33398 8.0026 1.33398C11.6845 1.33398 14.6693 4.31875 14.6693 8.00065Z\' stroke=\'%23667085\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_1235_31273\'%3E%3Crect width=\'16\' height=\'16\' fill=\'white\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}}.header .top-block .operating-mode.mobile{display:none;}@media (max-width:1199px){.header .top-block .operating-mode.mobile{display:block;}}.header .top-block .operating-mode p{margin:0;}.header .top-block .email:before{background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1.33325 4.6665L6.77653 8.4768C7.21731 8.78535 7.4377 8.93962 7.67743 8.99938C7.88918 9.05216 8.11066 9.05216 8.32241 8.99938C8.56213 8.93962 8.78252 8.78535 9.2233 8.4768L14.6666 4.6665M4.53325 13.3332H11.4666C12.5867 13.3332 13.1467 13.3332 13.5746 13.1152C13.9509 12.9234 14.2569 12.6175 14.4486 12.2412C14.6666 11.8133 14.6666 11.2533 14.6666 10.1332V5.8665C14.6666 4.7464 14.6666 4.18635 14.4486 3.75852C14.2569 3.3822 13.9509 3.07624 13.5746 2.88449C13.1467 2.6665 12.5867 2.6665 11.4666 2.6665H4.53325C3.41315 2.6665 2.85309 2.6665 2.42527 2.88449C2.04895 3.07624 1.74299 3.3822 1.55124 3.75852C1.33325 4.18635 1.33325 4.7464 1.33325 5.8665V10.1332C1.33325 11.2533 1.33325 11.8133 1.55124 12.2412C1.74299 12.6175 2.04895 12.9234 2.42527 13.1152C2.85309 13.3332 3.41315 13.3332 4.53325 13.3332Z\' stroke=\'%23EAECF0\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}@media (max-width:1199px){.header .top-block .email:before{background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1.33398 4.66699L6.77726 8.47729C7.21804 8.78583 7.43844 8.94011 7.67816 8.99986C7.88991 9.05265 8.11139 9.05265 8.32314 8.99986C8.56287 8.94011 8.78326 8.78583 9.22404 8.47729L14.6673 4.66699M4.53398 13.3337H11.4673C12.5874 13.3337 13.1475 13.3337 13.5753 13.1157C13.9516 12.9239 14.2576 12.618 14.4493 12.2416C14.6673 11.8138 14.6673 11.2538 14.6673 10.1337V5.86699C14.6673 4.74689 14.6673 4.18683 14.4493 3.75901C14.2576 3.38269 13.9516 3.07673 13.5753 2.88498C13.1475 2.66699 12.5874 2.66699 11.4673 2.66699H4.53398C3.41388 2.66699 2.85383 2.66699 2.426 2.88498C2.04968 3.07673 1.74372 3.38269 1.55197 3.75901C1.33398 4.18683 1.33398 4.74689 1.33398 5.86699V10.1337C1.33398 11.2538 1.33398 11.8138 1.55197 12.2416C1.74372 12.618 2.04968 12.9239 2.426 13.1157C2.85383 13.3337 3.41388 13.3337 4.53398 13.3337Z\' stroke=\'%23667085\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}}.header .top-block .socialLinks{gap:16px;}@media (max-width:1199px){.header .top-block .socialLinks{display:none;}}.header .top-block .socialLinks img{display:block;height:16px;width:16px;}.header .bottom-block{padding-top:11px;}@media (max-width:1199px){.header .bottomRow{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;padding:14px 0;}}.header .bottomRow .btn{margin-left:auto;}@media (max-width:1199px){.header .bottomRow .btn{display:none;}}.header .logo{margin-right:23px;width:206px;height:64px;}@media (max-width:1199px){.header .logo{position:absolute;top:20px;display:none;}}.header .mob-logo{display:none;}@media (max-width:1199px){.header .mob-logo{margin-right:23px;width:128px;height:40px;display:block;}}@media (max-width:1199px){.header .itemLogo{width:206px;}}.header .burger{height:24px;width:24px;}@media (min-width:1200px){.header .burger{display:none;order:-1;}}.header .burger .burger-icon-close{display:none;}.open-nav .header .burger .burger-icon-close{display:block;}.open-nav .header .burger .burger-icon{display:none;}.topMenu{list-style:none;display:flex;font-size:16px;font-weight:600;line-height:20px;}.topMenu .col>a,.topMenu .main-col>a,.topMenu .sidebar-col>a{display:none !important;}.topMenu>li{padding:38px 16px;}@media (max-width:1199px){.topMenu>li{margin:0;padding:0;}}@media (min-width:1200px){.topMenu>li:hover>a{color:#8e312a;}}.topMenu>li>a{transition:.2s color;font-size:18px;font-family:"Maven Pro",sans-serif;color:#4d5662;font-weight:400;}@media (min-width:1200px){.topMenu>.menu-item-has-children{display:inline-flex;align-items:center;}}@media (max-width:1199px){.topMenu>.menu-item-has-children{position:relative;}}.topMenu>.menu-item-has-children>.sub-menu{display:none;}.topMenu ul{list-style:none;}.topMenu a{color:#626a7f;}.topMenu .menu-item-description{font-size:14px;font-weight:400;line-height:1.4;color:#667085;padding-top:4px;}.topMenu .main-col>.sub-menu>li>a{display:block;font-size:14px;font-weight:700;color:#98a2b3;text-transform:uppercase;pointer-events:none;padding:0 15px;margin:0 0 10px;}.topMenu .main-col>.sub-menu>li>.sub-menu>li.active>a,.topMenu .main-col>.sub-menu>li>.sub-menu>li.opened>a{color:#8e312a;background:#f9fafb;}.topMenu .main-col>.sub-menu>li>.sub-menu>li.active>.sub-menu>.sidebar-col,.topMenu .main-col>.sub-menu>li>.sub-menu>li.opened>.sub-menu>.sidebar-col{opacity:1;visibility:visible;}.topMenu .main-col>.sub-menu>li>.sub-menu>li.active svg,.topMenu .main-col>.sub-menu>li>.sub-menu>li.opened svg{transform:translateY(-50%) rotate(180deg) !important;}.topMenu .main-col>.sub-menu>li>.sub-menu>li:not(:last-child){margin-bottom:10px;}.topMenu .main-col>.sub-menu>li>.sub-menu>li:first-child.active>a:before,.topMenu .main-col>.sub-menu>li>.sub-menu>li:first-child.opened>a:before{background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M6 22V4C6 3.46957 6.21071 2.96086 6.58579 2.58579C6.96086 2.21071 7.46957 2 8 2H16C16.5304 2 17.0391 2.21071 17.4142 2.58579C17.7893 2.96086 18 3.46957 18 4V22M6 22H18M6 22H4C3.46957 22 2.96086 21.7893 2.58579 21.4142C2.21071 21.0391 2 20.5304 2 20V14C2 13.4696 2.21071 12.9609 2.58579 12.5858C2.96086 12.2107 3.46957 12 4 12H6M18 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V11C22 10.4696 21.7893 9.96086 21.4142 9.58579C21.0391 9.21071 20.5304 9 20 9H18M10 6H14M10 10H14M10 14H14M10 18H14\' stroke=\'%238E312A\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.topMenu .main-col>.sub-menu>li>.sub-menu>li:first-child>a:before{background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M6 22V4C6 3.46957 6.21071 2.96086 6.58579 2.58579C6.96086 2.21071 7.46957 2 8 2H16C16.5304 2 17.0391 2.21071 17.4142 2.58579C17.7893 2.96086 18 3.46957 18 4V22M6 22H18M6 22H4C3.46957 22 2.96086 21.7893 2.58579 21.4142C2.21071 21.0391 2 20.5304 2 20V14C2 13.4696 2.21071 12.9609 2.58579 12.5858C2.96086 12.2107 3.46957 12 4 12H6M18 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V11C22 10.4696 21.7893 9.96086 21.4142 9.58579C21.0391 9.21071 20.5304 9 20 9H18M10 6H14M10 10H14M10 14H14M10 18H14\' stroke=\'%23101828\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(2).active>a:before,.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(2).opened>a:before{background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M12 9V15M16 15V21M16 3V9M3 15H21M3 9H21M8 15V21M8 3V9M5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\' stroke=\'%238e312a\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(2)>a:before{background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M12 9V15M16 15V21M16 3V9M3 15H21M3 9H21M8 15V21M8 3V9M5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\' stroke=\'%23101828\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(3).active>a:before,.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(3).opened>a:before{background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14.6223 17.8972L3.94235 14.9842M9.00035 8.00022C7.19635 10.7102 5.03035 11.4602 2.41735 11.9482C2.33066 11.964 2.2496 12.0022 2.18215 12.0589C2.11471 12.1156 2.0632 12.1889 2.03271 12.2716C2.00223 12.3542 1.99382 12.4434 2.00831 12.5304C2.0228 12.6173 2.05969 12.6989 2.11535 12.7672L9.43535 21.6502C9.58403 21.8081 9.78002 21.9134 9.99376 21.9502C10.2075 21.987 10.4274 21.9533 10.6203 21.8542C12.7353 20.4052 16.0003 16.7922 16.0003 15.0002M18.3763 2.62222C18.5735 2.42511 18.8075 2.26875 19.065 2.16207C19.3226 2.05539 19.5986 2.00049 19.8773 2.00049C20.1561 2.00049 20.4321 2.05539 20.6897 2.16207C20.9472 2.26875 21.1812 2.42511 21.3783 2.62222C21.5755 2.81934 21.7318 3.05335 21.8385 3.31089C21.9452 3.56843 22.0001 3.84446 22.0001 4.12322C22.0001 4.40198 21.9452 4.67802 21.8385 4.93556C21.7318 5.1931 21.5755 5.42711 21.3783 5.62422L17.3603 9.64322C17.2666 9.73699 17.214 9.86414 17.214 9.99672C17.214 10.1293 17.2666 10.2565 17.3603 10.3502L18.3043 11.2942C18.7562 11.7462 19.0101 12.3591 19.0101 12.9982C19.0101 13.6373 18.7562 14.2503 18.3043 14.7022L17.3603 15.6462C17.2666 15.74 17.1394 15.7926 17.0068 15.7926C16.8743 15.7926 16.7471 15.74 16.6533 15.6462L8.35435 7.34822C8.26061 7.25446 8.20795 7.1273 8.20795 6.99472C8.20795 6.86214 8.26061 6.73499 8.35435 6.64122L9.29835 5.69722C9.7503 5.24534 10.3632 4.99148 11.0023 4.99148C11.6415 4.99148 12.2544 5.24534 12.7063 5.69722L13.6503 6.64122C13.7441 6.73496 13.8713 6.78762 14.0038 6.78762C14.1364 6.78762 14.2636 6.73496 14.3573 6.64122L18.3763 2.62222Z\' stroke=\'%238e312a\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(3)>a:before{background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14.6223 17.8972L3.94235 14.9842M9.00035 8.00022C7.19635 10.7102 5.03035 11.4602 2.41735 11.9482C2.33066 11.964 2.2496 12.0022 2.18215 12.0589C2.11471 12.1156 2.0632 12.1889 2.03271 12.2716C2.00223 12.3542 1.99382 12.4434 2.00831 12.5304C2.0228 12.6173 2.05969 12.6989 2.11535 12.7672L9.43535 21.6502C9.58403 21.8081 9.78002 21.9134 9.99376 21.9502C10.2075 21.987 10.4274 21.9533 10.6203 21.8542C12.7353 20.4052 16.0003 16.7922 16.0003 15.0002M18.3763 2.62222C18.5735 2.42511 18.8075 2.26875 19.065 2.16207C19.3226 2.05539 19.5986 2.00049 19.8773 2.00049C20.1561 2.00049 20.4321 2.05539 20.6897 2.16207C20.9472 2.26875 21.1812 2.42511 21.3783 2.62222C21.5755 2.81934 21.7318 3.05335 21.8385 3.31089C21.9452 3.56843 22.0001 3.84446 22.0001 4.12322C22.0001 4.40198 21.9452 4.67802 21.8385 4.93556C21.7318 5.1931 21.5755 5.42711 21.3783 5.62422L17.3603 9.64322C17.2666 9.73699 17.214 9.86414 17.214 9.99672C17.214 10.1293 17.2666 10.2565 17.3603 10.3502L18.3043 11.2942C18.7562 11.7462 19.0101 12.3591 19.0101 12.9982C19.0101 13.6373 18.7562 14.2503 18.3043 14.7022L17.3603 15.6462C17.2666 15.74 17.1394 15.7926 17.0068 15.7926C16.8743 15.7926 16.7471 15.74 16.6533 15.6462L8.35435 7.34822C8.26061 7.25446 8.20795 7.1273 8.20795 6.99472C8.20795 6.86214 8.26061 6.73499 8.35435 6.64122L9.29835 5.69722C9.7503 5.24534 10.3632 4.99148 11.0023 4.99148C11.6415 4.99148 12.2544 5.24534 12.7063 5.69722L13.6503 6.64122C13.7441 6.73496 13.8713 6.78762 14.0038 6.78762C14.1364 6.78762 14.2636 6.73496 14.3573 6.64122L18.3763 2.62222Z\' stroke=\'%23101828\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(4).active>a:before,.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(4).opened>a:before{background-image:url("data:image/svg+xml,%3Csvg width=\'28\' height=\'28\' viewBox=\'0 0 28 28\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M18.5254 11.057C18.8327 10.4907 18.6229 9.78246 18.0566 9.47505C17.4903 9.16765 16.782 9.37751 16.4747 9.94379L13.3955 15.6157L11.2979 13.6492C10.8278 13.2086 10.0895 13.2324 9.64886 13.7024C9.20817 14.1726 9.23199 14.9108 9.70205 15.3515L12.902 18.3515C13.1658 18.5988 13.5292 18.7097 13.886 18.6521C14.2429 18.5945 14.5529 18.3747 14.7253 18.057L18.5254 11.057Z\' fill=\'%238E312A\'/%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M17.244 3.87315C15.5684 1.82028 12.4315 1.82028 10.756 3.87315C10.3622 4.35561 9.75254 4.60814 9.13296 4.54543C6.49659 4.27858 4.2784 6.49678 4.54525 9.13314C4.60796 9.75272 4.35542 10.3624 3.87297 10.7562C1.82009 12.4317 1.82009 15.5686 3.87297 17.2442C4.35542 17.6379 4.60796 18.2476 4.54525 18.8671C4.2784 21.5036 6.49659 23.7218 9.13296 23.4549C9.75254 23.3922 10.3622 23.6448 10.756 24.1272C12.4315 26.18 15.5684 26.18 17.244 24.1272C17.6378 23.6448 18.2475 23.3922 18.867 23.4549C21.5034 23.7218 23.7216 21.5036 23.4548 18.8671C23.392 18.2476 23.6446 17.6379 24.127 17.2442C26.1799 15.5686 26.1799 12.4317 24.127 10.7562C23.6446 10.3624 23.392 9.75272 23.4548 9.13314C23.7216 6.49678 21.5034 4.27858 18.867 4.54543C18.2475 4.60814 17.6378 4.35561 17.244 3.87315ZM12.5637 5.34853C13.3055 4.43959 14.6945 4.43959 15.4363 5.34853C16.3256 6.43818 17.7026 7.00855 19.1019 6.8669C20.2693 6.74875 21.2514 7.73088 21.1332 8.89816C20.9916 10.2975 21.562 11.6745 22.6516 12.5639C23.5606 13.3056 23.5606 14.6947 22.6516 15.4364C21.562 16.3258 20.9916 17.7028 21.1332 19.1021C21.2514 20.2695 20.2693 21.2516 19.1019 21.1334C17.7026 20.9918 16.3256 21.5621 15.4363 22.6518C14.6945 23.5608 13.3055 23.5608 12.5637 22.6518C11.6743 21.5621 10.2973 20.9918 8.89798 21.1334C7.7307 21.2516 6.74857 20.2695 6.86672 19.1021C7.00836 17.7028 6.43799 16.3258 5.34835 15.4364C4.43941 14.6947 4.43941 13.3056 5.34835 12.5639C6.43799 11.6745 7.00836 10.2975 6.86672 8.89816C6.74857 7.73088 7.7307 6.74875 8.89798 6.8669C10.2973 7.00855 11.6743 6.43818 12.5637 5.34853Z\' fill=\'%238E312A\'/%3E%3C/svg%3E%0A");}.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(4)>a:before{background-image:url("data:image/svg+xml,%3Csvg width=\'28\' height=\'28\' viewBox=\'0 0 28 28\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M18.5254 11.057C18.8327 10.4907 18.6229 9.78246 18.0566 9.47505C17.4903 9.16765 16.782 9.37751 16.4747 9.94379L13.3955 15.6157L11.2979 13.6492C10.8278 13.2086 10.0895 13.2324 9.64886 13.7024C9.20817 14.1726 9.23199 14.9108 9.70205 15.3515L12.902 18.3515C13.1658 18.5988 13.5292 18.7097 13.886 18.6521C14.2429 18.5945 14.5529 18.3747 14.7253 18.057L18.5254 11.057Z\' fill=\'%23101828\'/%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M17.244 3.87315C15.5684 1.82028 12.4315 1.82028 10.756 3.87315C10.3622 4.35561 9.75254 4.60814 9.13296 4.54543C6.49659 4.27858 4.2784 6.49678 4.54525 9.13314C4.60796 9.75272 4.35542 10.3624 3.87297 10.7562C1.82009 12.4317 1.82009 15.5686 3.87297 17.2442C4.35542 17.6379 4.60796 18.2476 4.54525 18.8671C4.2784 21.5036 6.49659 23.7218 9.13296 23.4549C9.75254 23.3922 10.3622 23.6448 10.756 24.1272C12.4315 26.18 15.5684 26.18 17.244 24.1272C17.6378 23.6448 18.2475 23.3922 18.867 23.4549C21.5034 23.7218 23.7216 21.5036 23.4548 18.8671C23.392 18.2476 23.6446 17.6379 24.127 17.2442C26.1799 15.5686 26.1799 12.4317 24.127 10.7562C23.6446 10.3624 23.392 9.75272 23.4548 9.13314C23.7216 6.49678 21.5034 4.27858 18.867 4.54543C18.2475 4.60814 17.6378 4.35561 17.244 3.87315ZM12.5637 5.34853C13.3055 4.43959 14.6945 4.43959 15.4363 5.34853C16.3256 6.43818 17.7026 7.00855 19.1019 6.8669C20.2693 6.74875 21.2514 7.73088 21.1332 8.89816C20.9916 10.2975 21.562 11.6745 22.6516 12.5639C23.5606 13.3056 23.5606 14.6947 22.6516 15.4364C21.562 16.3258 20.9916 17.7028 21.1332 19.1021C21.2514 20.2695 20.2693 21.2516 19.1019 21.1334C17.7026 20.9918 16.3256 21.5621 15.4363 22.6518C14.6945 23.5608 13.3055 23.5608 12.5637 22.6518C11.6743 21.5621 10.2973 20.9918 8.89798 21.1334C7.7307 21.2516 6.74857 20.2695 6.86672 19.1021C7.00836 17.7028 6.43799 16.3258 5.34835 15.4364C4.43941 14.6947 4.43941 13.3056 5.34835 12.5639C6.43799 11.6745 7.00836 10.2975 6.86672 8.89816C6.74857 7.73088 7.7307 6.74875 8.89798 6.8669C10.2973 7.00855 11.6743 6.43818 12.5637 5.34853Z\' fill=\'%23101828\'/%3E%3C/svg%3E%0A");}.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(5).active>a:before,.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(5).opened>a:before{background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M12 5C13.5 3.5 14.74 3 16.5 3C17.9587 3 19.3576 3.57946 20.3891 4.61091C21.4205 5.64236 22 7.04131 22 8.5C22 10.79 20.49 12.54 19 14L12 21L5 14C3.5 12.55 2 10.8 2 8.5C2 7.04131 2.57946 5.64236 3.61091 4.61091C4.64236 3.57946 6.04131 3 7.5 3C9.26 3 10.5 3.5 12 5ZM12 5L9.04 7.96C8.83682 8.16171 8.67556 8.40162 8.56552 8.66593C8.45548 8.93023 8.39882 9.2137 8.39882 9.5C8.39882 9.7863 8.45548 10.0698 8.56552 10.3341C8.67556 10.5984 8.83682 10.8383 9.04 11.04C9.86 11.86 11.17 11.89 12.04 11.11L14.11 9.21C14.6289 8.73919 15.3044 8.47839 16.005 8.47839C16.7056 8.47839 17.3811 8.73919 17.9 9.21L20.86 11.87M18 15L16 13M15 18L13 16\' stroke=\'%238e312a\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(5)>a:before{background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M12 5C13.5 3.5 14.74 3 16.5 3C17.9587 3 19.3576 3.57946 20.3891 4.61091C21.4205 5.64236 22 7.04131 22 8.5C22 10.79 20.49 12.54 19 14L12 21L5 14C3.5 12.55 2 10.8 2 8.5C2 7.04131 2.57946 5.64236 3.61091 4.61091C4.64236 3.57946 6.04131 3 7.5 3C9.26 3 10.5 3.5 12 5ZM12 5L9.04 7.96C8.83682 8.16171 8.67556 8.40162 8.56552 8.66593C8.45548 8.93023 8.39882 9.2137 8.39882 9.5C8.39882 9.7863 8.45548 10.0698 8.56552 10.3341C8.67556 10.5984 8.83682 10.8383 9.04 11.04C9.86 11.86 11.17 11.89 12.04 11.11L14.11 9.21C14.6289 8.73919 15.3044 8.47839 16.005 8.47839C16.7056 8.47839 17.3811 8.73919 17.9 9.21L20.86 11.87M18 15L16 13M15 18L13 16\' stroke=\'%23101828\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(6).active>a:before,.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(6).opened>a:before{background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14.7 6.29998C14.5168 6.48691 14.4141 6.73823 14.4141 6.99998C14.4141 7.26173 14.5168 7.51305 14.7 7.69998L16.3 9.29998C16.4869 9.48321 16.7382 9.58584 17 9.58584C17.2617 9.58584 17.513 9.48321 17.7 9.29998L21.47 5.52998C21.9728 6.64117 22.1251 7.87921 21.9064 9.07913C21.6878 10.279 21.1087 11.3838 20.2463 12.2463C19.3838 13.1087 18.279 13.6878 17.0791 13.9064C15.8792 14.1251 14.6412 13.9728 13.53 13.47L6.61998 20.38C6.22215 20.7778 5.68259 21.0013 5.11998 21.0013C4.55737 21.0013 4.0178 20.7778 3.61998 20.38C3.22215 19.9822 2.99866 19.4426 2.99866 18.88C2.99866 18.3174 3.22215 17.7778 3.61998 17.38L10.53 10.47C10.0271 9.35879 9.87489 8.12075 10.0935 6.92083C10.3121 5.72092 10.8913 4.61614 11.7537 3.7537C12.6161 2.89127 13.7209 2.31215 14.9208 2.09352C16.1207 1.8749 17.3588 2.02714 18.47 2.52998L14.7 6.29998Z\' stroke=\'%238e312a\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(6)>a:before{background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14.7 6.29998C14.5168 6.48691 14.4141 6.73823 14.4141 6.99998C14.4141 7.26173 14.5168 7.51305 14.7 7.69998L16.3 9.29998C16.4869 9.48321 16.7382 9.58584 17 9.58584C17.2617 9.58584 17.513 9.48321 17.7 9.29998L21.47 5.52998C21.9728 6.64117 22.1251 7.87921 21.9064 9.07913C21.6878 10.279 21.1087 11.3838 20.2463 12.2463C19.3838 13.1087 18.279 13.6878 17.0791 13.9064C15.8792 14.1251 14.6412 13.9728 13.53 13.47L6.61998 20.38C6.22215 20.7778 5.68259 21.0013 5.11998 21.0013C4.55737 21.0013 4.0178 20.7778 3.61998 20.38C3.22215 19.9822 2.99866 19.4426 2.99866 18.88C2.99866 18.3174 3.22215 17.7778 3.61998 17.38L10.53 10.47C10.0271 9.35879 9.87489 8.12075 10.0935 6.92083C10.3121 5.72092 10.8913 4.61614 11.7537 3.7537C12.6161 2.89127 13.7209 2.31215 14.9208 2.09352C16.1207 1.8749 17.3588 2.02714 18.47 2.52998L14.7 6.29998Z\' stroke=\'%23101828\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(7).active>a:before,.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(7).opened>a:before{background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M3 11H6C6.53043 11 7.03914 11.2107 7.41421 11.5858C7.78929 11.9609 8 12.4696 8 13V16C8 16.5304 7.78929 17.0391 7.41421 17.4142C7.03914 17.7893 6.53043 18 6 18H5C4.46957 18 3.96086 17.7893 3.58579 17.4142C3.21071 17.0391 3 16.5304 3 16V11ZM3 11C3 9.8181 3.23279 8.64778 3.68508 7.55585C4.13738 6.46392 4.80031 5.47177 5.63604 4.63604C6.47177 3.80031 7.46392 3.13738 8.55585 2.68508C9.64778 2.23279 10.8181 2 12 2C13.1819 2 14.3522 2.23279 15.4442 2.68508C16.5361 3.13738 17.5282 3.80031 18.364 4.63604C19.1997 5.47177 19.8626 6.46392 20.3149 7.55585C20.7672 8.64778 21 9.8181 21 11M21 11V16M21 11H18C17.4696 11 16.9609 11.2107 16.5858 11.5858C16.2107 11.9609 16 12.4696 16 13V16C16 16.5304 16.2107 17.0391 16.5858 17.4142C16.9609 17.7893 17.4696 18 18 18H19C19.5304 18 20.0391 17.7893 20.4142 17.4142C20.7893 17.0391 21 16.5304 21 16M21 16V18C21 19.0609 20.5786 20.0783 19.8284 20.8284C19.0783 21.5786 18.0609 22 17 22H12\' stroke=\'%238e312a\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.topMenu .main-col>.sub-menu>li>.sub-menu>li:nth-child(7)>a:before{background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M3 11H6C6.53043 11 7.03914 11.2107 7.41421 11.5858C7.78929 11.9609 8 12.4696 8 13V16C8 16.5304 7.78929 17.0391 7.41421 17.4142C7.03914 17.7893 6.53043 18 6 18H5C4.46957 18 3.96086 17.7893 3.58579 17.4142C3.21071 17.0391 3 16.5304 3 16V11ZM3 11C3 9.8181 3.23279 8.64778 3.68508 7.55585C4.13738 6.46392 4.80031 5.47177 5.63604 4.63604C6.47177 3.80031 7.46392 3.13738 8.55585 2.68508C9.64778 2.23279 10.8181 2 12 2C13.1819 2 14.3522 2.23279 15.4442 2.68508C16.5361 3.13738 17.5282 3.80031 18.364 4.63604C19.1997 5.47177 19.8626 6.46392 20.3149 7.55585C20.7672 8.64778 21 9.8181 21 11M21 11V16M21 11H18C17.4696 11 16.9609 11.2107 16.5858 11.5858C16.2107 11.9609 16 12.4696 16 13V16C16 16.5304 16.2107 17.0391 16.5858 17.4142C16.9609 17.7893 17.4696 18 18 18H19C19.5304 18 20.0391 17.7893 20.4142 17.4142C20.7893 17.0391 21 16.5304 21 16M21 16V18C21 19.0609 20.5786 20.0783 19.8284 20.8284C19.0783 21.5786 18.0609 22 17 22H12\' stroke=\'%23101828\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.topMenu .main-col>.sub-menu>li>.sub-menu>li>a{display:block;position:relative;font-weight:600;font-size:16px;line-height:1.5;letter-spacing:.02em;color:#101828;padding:9px 22px 14px 55px;border-radius:4px;transition:.2s color,.2s background;}@media (max-width:1199px){.topMenu .main-col>.sub-menu>li>.sub-menu>li>a{padding-right:35px;border-radius:0;}}.topMenu .main-col>.sub-menu>li>.sub-menu>li>a:before{content:"";width:24px;height:24px;position:absolute;top:10px;left:14px;background-size:100% auto;}.topMenu .disabled>a{pointer-events:none;}.topMenu .bullet-list>.sub-menu>li>a{display:block;position:relative;padding-left:10px;color:#98a2b3;font-size:12px !important;line-height:1.5;}@media (max-width:1199px){.topMenu .bullet-list>.sub-menu>li>a{padding-left:30px !important;}}.topMenu .bullet-list>.sub-menu>li>a:hover:before{background:#8e312a;}.topMenu .bullet-list>.sub-menu>li>a:before{content:"";width:3px;height:3px;border-radius:50%;background:#626a7f;position:absolute;top:7px;left:0;}@media (max-width:1199px){.topMenu .bullet-list>.sub-menu>li>a:before{left:15px;}}.topMenuDesk{align-items:center;}@media (max-width:1199px){.topMenuDesk{display:none;}}.topMenuDesk>.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;margin-top:5px;z-index:10;}.topMenuDesk>.menu-item-has-children:hover>.sub-menu .main-col>.sub-menu>li>.sub-menu>li.active>.sub-menu>.sidebar-col{display:flex;}.topMenuDesk>.menu-item-has-children:hover svg{transform:rotate(180deg);}.topMenuDesk>.menu-item-has-children:after{content:"";width:21px;height:20px;display:inline;position:relative;top:1px;margin-left:8px;transition:.3s transform;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width=\'21\' height=\'20\' viewBox=\'0 0 21 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M5.51733 7.5L10.5173 12.5L15.5173 7.5\' stroke=\'%23667085\' stroke-width=\'1.67\' stroke-linecap=\'round\' stroke-linejoin=\'round\'%3E%3C/path%3E%3C/svg%3E");background-size:100% auto;}.topMenuDesk>.menu-item-has-children>.sub-menu{display:block;position:absolute;top:100%;left:50%;margin-top:40px;max-width:940px;width:100%;transform:translateX(-50%);background-color:#fff;border-radius:2px;border:1px solid #eaecf0;box-shadow:0 4px 6px -2px rgba(16,24,40,.03),0 12px 16px -4px rgba(16,24,40,.08);opacity:0;visibility:hidden;z-index:-1;transition:.3s opacity,.3s margin,.3s visibility;}.topMenuDesk>.menu-item-has-children>.sub-menu:before{content:"";height:10px;top:-10px;position:absolute;left:0;right:0;z-index:5;}.topMenuDesk>.menu-item-has-children>.sub-menu .main-col>.sub-menu>li>.sub-menu>li.active>.sub-menu>.sidebar-col{display:none;}.topMenuDesk .main-col{width:320px;padding:38px 18px 23px;}.topMenuDesk .sidebar-col{display:flex;position:absolute;top:6px;left:302px;right:6px;bottom:6px;padding-left:20px;opacity:0;visibility:hidden;transition:.3s opacity,.3s visibility;}.topMenuDesk .sidebar-col a{transition:.2s;}.topMenuDesk .sidebar-col a:hover{color:#8e312a !important;}.topMenuDesk .sidebar-col>.sub-menu{display:flex;align-items:flex-start;border-radius:4px;background:#f9fafb;padding:35px 17px;width:100%;}.topMenuDesk .sidebar-col>.sub-menu .col{width:50%;padding-right:23px;}.topMenuDesk .sidebar-col>.sub-menu .col:not(:last-child){border-right:1px solid #eaecf0;}.topMenuDesk .sidebar-col>.sub-menu .col:not(:first-child){padding-left:23px;}.topMenuDesk .sidebar-col>.sub-menu .col.w-100{width:100%;}.topMenuDesk .sidebar-col>.sub-menu .col>.sub-menu>li:not(:last-child){margin-bottom:28px;}.topMenuDesk .sidebar-col>.sub-menu .col>.sub-menu>li>a{font-weight:600;font-size:16px;color:#101828;}.topMenuDesk .sidebar-col>.sub-menu .col>.sub-menu>li>a .menu-item-description{padding-top:8px;color:#98a2b3;}.topMenuDesk .sidebar-col>.sub-menu .col>.sub-menu>li>.sub-menu{padding-top:13px;}.topMenuDesk .sidebar-col>.sub-menu .col>.sub-menu>li>.sub-menu>li:not(:last-child){margin:0 0 9px;}.topMenuDesk .sidebar-col>.sub-menu .col>.sub-menu>li>.sub-menu>li>a{font-size:14px;font-weight:500;}.topMenuDesk .sidebar-col>.sub-menu .col .menu-item-description{font-size:12px;line-height:1.5;}.topMenuMobHolder{display:none;}@media (max-width:1199px){.topMenuMobHolder{display:block;position:absolute;top:78px;left:0;width:100%;background:#fff;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:100;box-shadow:0 4px 24px 0 rgba(102,112,133,.5),0 4px 6px -2px rgba(16,24,40,.03),0 12px 16px -4px rgba(16,24,40,.08);}.topMenuMobHolder .topMenuMobBody{position:relative;top:0;height:100%;display:flex;flex-direction:column;align-items:flex-end;overflow-y:auto;}.topMenuMobHolder .menu-top-menu-container{width:100%;}.topMenuMobHolder .topMenuMob{display:block;padding-bottom:10px;}.topMenuMobHolder .topMenuMob>.opened{border-bottom:1px solid #eaecf0;}.topMenuMobHolder .topMenuMob .menu-item-has-children{transition:.4s background-color,.4s border-color,.4s padding;}.topMenuMobHolder .topMenuMob .menu-item-has-children.opened>a{position:relative;z-index:5;}.topMenuMobHolder .topMenuMob .menu-item-has-children.opened>a>svg{position:relative;transform:rotate(180deg);z-index:10;}.topMenuMobHolder .topMenuMob li{position:relative;}.topMenuMobHolder .topMenuMob li a{padding:18px 15px;display:flex;}.topMenuMobHolder .topMenuMob .sub-menu li{position:relative;}.topMenuMobHolder .topMenuMob .main-col>.sub-menu>li>.sub-menu>li>.sub-menu{display:none;}.topMenuMobHolder .topMenuMob .main-col>.sub-menu>li>.sub-menu>li>a svg{position:absolute;right:15px;top:50%;transform:translateY(-50%);}.topMenuMobHolder .topMenuMob .sidebar-col{background:#f9fafb;border-radius:6px;padding:6px 0;margin:8px;}.topMenuMobHolder .topMenuMob .sidebar-col>.sub-menu .col>.sub-menu>li.menu-item-has-children>.sub-menu{display:block !important;}.topMenuMobHolder .topMenuMob .sidebar-col>.sub-menu .col>.sub-menu>li.menu-item-has-children>.sub-menu a{font-size:14px;font-weight:500;color:#667085;padding:0 15px 5px;}.topMenuMobHolder .topMenuMob .sidebar-col>.sub-menu .col>.sub-menu>li.menu-item-has-children svg{display:none;}.topMenuMobHolder .topMenuMob .sidebar-col>.sub-menu .col>.sub-menu>li>a{display:block;color:#101828;padding-left:14px;}.topMenuMobHolder .topMenuMob .sidebar-col>.sub-menu .col>.sub-menu>li>a .menu-item-description{font-size:12px;color:#98a2b3;}.topMenuMobHolder.active{opacity:1;visibility:visible;}.topMenuMobHolder .main-col>.sub-menu>li>a{display:none !important;}}.topMenuMobHolder a:not(.btn){text-decoration:none;}@media (max-width:1199px){.topMenuMobHolder a:not(.btn){transition:.2s opacity;color:#eaecf0;color:#667085;display:block;font-weight:600;font-size:14px;}}.topMenuMobHolder a:not(.btn):hover{opacity:.8;}@media (max-width:1199px){.topMenuMobHolder .quote{margin:10px 15px 15px;}}.topMenuMobHolder .menu-item-has-children svg{display:inline-block;vertical-align:middle;transition:.3s transform;margin-left:auto;}.topMenuMobHolder .info-block{display:none;color:#667085;font-size:14px;font-weight:600;}@media (max-width:1199px){.topMenuMobHolder .info-block{display:block;padding:0 15px 15px;}}.topMenuMobHolder .info-block>*{position:relative;flex-shrink:0;padding-left:25px;}.topMenuMobHolder .info-block>:not(:last-child){margin-right:4.2%;}@media (max-width:1199px){.topMenuMobHolder .info-block>:not(:last-child){margin:0 0 19px;}}.topMenuMobHolder .info-block>:before{content:"";width:16px;height:16px;position:absolute;top:0;left:0;background-size:100% auto;}@media screen and (max-width:1199px){.topMenuMobHolder .info-block>:before{top:2px;}}.topMenuMobHolder .tels{display:flex;align-items:center;}.topMenuMobHolder .tels:before{background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14.8588 11.3042V13.3042C14.8596 13.4898 14.8216 13.6736 14.7472 13.8437C14.6728 14.0138 14.5637 14.1665 14.4269 14.2921C14.2901 14.4176 14.1286 14.5131 13.9527 14.5726C13.7768 14.6321 13.5904 14.6542 13.4055 14.6375C11.3541 14.4146 9.38351 13.7136 7.65218 12.5908C6.04139 11.5673 4.67573 10.2016 3.65218 8.59082C2.52549 6.85162 1.82434 4.87148 1.60551 2.81082C1.58885 2.62646 1.61076 2.44066 1.66984 2.26524C1.72893 2.08981 1.82389 1.92861 1.94869 1.7919C2.07348 1.65519 2.22538 1.54596 2.3947 1.47117C2.56403 1.39638 2.74707 1.35766 2.93218 1.35749H4.93218C5.25571 1.3543 5.56937 1.46887 5.81468 1.67984C6.06 1.89081 6.22023 2.18378 6.26551 2.50415C6.34992 3.1442 6.50648 3.77264 6.73218 4.37749C6.82187 4.6161 6.84128 4.87543 6.78811 5.12474C6.73494 5.37405 6.61142 5.60289 6.43218 5.78415L5.58551 6.63082C6.53455 8.29985 7.91648 9.68178 9.58551 10.6308L10.4322 9.78415C10.6134 9.60491 10.8423 9.48139 11.0916 9.42822C11.3409 9.37505 11.6002 9.39446 11.8388 9.48415C12.4437 9.70985 13.0721 9.86641 13.7122 9.95082C14.036 9.99651 14.3318 10.1596 14.5432 10.4092C14.7546 10.6587 14.867 10.9772 14.8588 11.3042Z\' stroke=\'%23EAECF0\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}@media (max-width:1199px){.topMenuMobHolder .tels:before{background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14.8603 11.3042V13.3042C14.8611 13.4898 14.823 13.6736 14.7486 13.8437C14.6743 14.0138 14.5652 14.1665 14.4284 14.2921C14.2915 14.4176 14.13 14.5131 13.9541 14.5726C13.7783 14.6321 13.5919 14.6542 13.407 14.6375C11.3555 14.4146 9.38497 13.7136 7.65364 12.5908C6.04286 11.5673 4.6772 10.2016 3.65364 8.59082C2.52696 6.85162 1.8258 4.87148 1.60697 2.81082C1.59031 2.62646 1.61222 2.44066 1.67131 2.26524C1.73039 2.08981 1.82535 1.92861 1.95015 1.7919C2.07495 1.65519 2.22684 1.54596 2.39617 1.47117C2.56549 1.39638 2.74853 1.35766 2.93364 1.35749H4.93364C5.25718 1.3543 5.57084 1.46887 5.81615 1.67984C6.06146 1.89081 6.22169 2.18378 6.26697 2.50415C6.35139 3.1442 6.50794 3.77264 6.73364 4.37749C6.82334 4.6161 6.84275 4.87543 6.78958 5.12474C6.73641 5.37405 6.61288 5.60289 6.43364 5.78415L5.58697 6.63082C6.53601 8.29985 7.91794 9.68178 9.58697 10.6308L10.4336 9.78415C10.6149 9.60491 10.8437 9.48139 11.0931 9.42822C11.3424 9.37505 11.6017 9.39446 11.8403 9.48415C12.4452 9.70985 13.0736 9.86641 13.7136 9.95082C14.0375 9.99651 14.3332 10.1596 14.5447 10.4092C14.7561 10.6587 14.8684 10.9772 14.8603 11.3042Z\' stroke=\'%23667085\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}}.topMenuMobHolder .tels a:first-child{position:relative;padding-right:10px;margin-right:13px;}.topMenuMobHolder .tels a:first-child:after{content:"";width:1px;height:12px;background:#fff;position:absolute;right:0;top:50%;margin-top:-6px;}@media (max-width:1199px){.topMenuMobHolder .tels a:first-child:after{background:#667085;}}.topMenuMobHolder .address:before{background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14 6.66699C14 11.3337 8 15.3337 8 15.3337C8 15.3337 2 11.3337 2 6.66699C2 5.07569 2.63214 3.54957 3.75736 2.42435C4.88258 1.29913 6.4087 0.666992 8 0.666992C9.5913 0.666992 11.1174 1.29913 12.2426 2.42435C13.3679 3.54957 14 5.07569 14 6.66699Z\' stroke=\'%23EAECF0\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M8 8.66699C9.10457 8.66699 10 7.77156 10 6.66699C10 5.56242 9.10457 4.66699 8 4.66699C6.89543 4.66699 6 5.56242 6 6.66699C6 7.77156 6.89543 8.66699 8 8.66699Z\' stroke=\'%23EAECF0\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}@media (max-width:1199px){.topMenuMobHolder .address{display:none;}}@media (max-width:1199px){.topMenuMobHolder .operating-mode{display:none;}}.topMenuMobHolder .operating-mode:before{background-image:url("data:image/svg+xmfl,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0_815_4774)\'%3E%3Cpath d=\'M8.00114 4.00065V8.00065L10.6678 9.33398M14.6678 8.00065C14.6678 11.6825 11.683 14.6673 8.00114 14.6673C4.31924 14.6673 1.33447 11.6825 1.33447 8.00065C1.33447 4.31875 4.31924 1.33398 8.00114 1.33398C11.683 1.33398 14.6678 4.31875 14.6678 8.00065Z\' stroke=\'%23EAECF0\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_815_4774\'%3E%3Crect width=\'16\' height=\'16\' fill=\'white\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}@media (max-width:1199px){.topMenuMobHolder .operating-mode:before{background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0_1235_31273)\'%3E%3Cpath d=\'M8.0026 4.00065V8.00065L10.6693 9.33398M14.6693 8.00065C14.6693 11.6825 11.6845 14.6673 8.0026 14.6673C4.32071 14.6673 1.33594 11.6825 1.33594 8.00065C1.33594 4.31875 4.32071 1.33398 8.0026 1.33398C11.6845 1.33398 14.6693 4.31875 14.6693 8.00065Z\' stroke=\'%23667085\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_1235_31273\'%3E%3Crect width=\'16\' height=\'16\' fill=\'white\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}}.topMenuMobHolder .operating-mode.mobile{display:none;}@media (max-width:1199px){.topMenuMobHolder .operating-mode.mobile{display:block;}}.topMenuMobHolder .operating-mode p{margin:0;}.topMenuMobHolder .email:before{background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1.33325 4.6665L6.77653 8.4768C7.21731 8.78535 7.4377 8.93962 7.67743 8.99938C7.88918 9.05216 8.11066 9.05216 8.32241 8.99938C8.56213 8.93962 8.78252 8.78535 9.2233 8.4768L14.6666 4.6665M4.53325 13.3332H11.4666C12.5867 13.3332 13.1467 13.3332 13.5746 13.1152C13.9509 12.9234 14.2569 12.6175 14.4486 12.2412C14.6666 11.8133 14.6666 11.2533 14.6666 10.1332V5.8665C14.6666 4.7464 14.6666 4.18635 14.4486 3.75852C14.2569 3.3822 13.9509 3.07624 13.5746 2.88449C13.1467 2.6665 12.5867 2.6665 11.4666 2.6665H4.53325C3.41315 2.6665 2.85309 2.6665 2.42527 2.88449C2.04895 3.07624 1.74299 3.3822 1.55124 3.75852C1.33325 4.18635 1.33325 4.7464 1.33325 5.8665V10.1332C1.33325 11.2533 1.33325 11.8133 1.55124 12.2412C1.74299 12.6175 2.04895 12.9234 2.42527 13.1152C2.85309 13.3332 3.41315 13.3332 4.53325 13.3332Z\' stroke=\'%23EAECF0\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}@media (max-width:1199px){.topMenuMobHolder .email:before{background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1.33398 4.66699L6.77726 8.47729C7.21804 8.78583 7.43844 8.94011 7.67816 8.99986C7.88991 9.05265 8.11139 9.05265 8.32314 8.99986C8.56287 8.94011 8.78326 8.78583 9.22404 8.47729L14.6673 4.66699M4.53398 13.3337H11.4673C12.5874 13.3337 13.1475 13.3337 13.5753 13.1157C13.9516 12.9239 14.2576 12.618 14.4493 12.2416C14.6673 11.8138 14.6673 11.2538 14.6673 10.1337V5.86699C14.6673 4.74689 14.6673 4.18683 14.4493 3.75901C14.2576 3.38269 13.9516 3.07673 13.5753 2.88498C13.1475 2.66699 12.5874 2.66699 11.4673 2.66699H4.53398C3.41388 2.66699 2.85383 2.66699 2.426 2.88498C2.04968 3.07673 1.74372 3.38269 1.55197 3.75901C1.33398 4.18683 1.33398 4.74689 1.33398 5.86699V10.1337C1.33398 11.2538 1.33398 11.8138 1.55197 12.2416C1.74372 12.618 2.04968 12.9239 2.426 13.1157C2.85383 13.3337 3.41388 13.3337 4.53398 13.3337Z\' stroke=\'%23667085\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}}.header-landing{padding:11px 0;}.header-landing .container{display:flex;align-items:center;justify-content:space-between;max-width:1180px;}@media (max-width:992px){.header-landing .container{flex-direction:column;}}.header-landing .header-note{display:flex;align-items:center;}.header-landing .header-note p{margin:0;}.header-landing .header-note svg{margin-right:5px;width:24px;height:24px;}.header-landing .btn{font-size:22px;font-weight:400;padding:18px 30px;}@media (max-width:992px){.header-landing .btn{display:none;}}.footer{padding:80px 0 0;background:#101828;color:#98a2b3;}@media screen and (max-width:767px){.footer{padding:40px 0 0;}}.footer a{display:block;color:#98a2b3;text-decoration:none;transition:.3s color;}.footer a:hover{color:#fff;}.footer-top .footer-title{font-weight:600;text-align:left;margin-bottom:12px;}@media screen and (max-width:767px){.footer-top .footer-title{font-size:20px;}}.footer-top .headquarter-title{font-size:20px;line-height:1.4;font-weight:600;margin-bottom:11px;}@media screen and (max-width:767px){.footer-top .headquarter-title{font-size:18px;margin-bottom:15px;}}.footer-top .menu-main-title{color:#eaecf0;font-weight:600;font-size:14px;margin-bottom:15px;}@media screen and (max-width:767px){.footer-top .menu-main-title{margin-bottom:16px;}}.footer-top .footer-logo{margin:0 0 25px;}.footer-top .footer-logo img{width:128px;height:40px;}.footer-top .footer-description{max-width:320px;}@media screen and (max-width:767px){.footer-top .footer-description{margin:0 0 32px;max-width:none;}}.footer-top .footer-row{display:flex;flex-wrap:wrap;}@media screen and (max-width:767px){.footer-top .footer-row{flex-direction:column;}}.footer-top .footer-row .left-col{width:30%;}@media screen and (max-width:991px){.footer-top .footer-row .left-col{width:25%;}}@media screen and (max-width:767px){.footer-top .footer-row .left-col{width:100%;display:flex;flex-direction:column;}}.footer-top .footer-row .menu-col{width:41.4%;padding-left:4%;gap:12px;display:flex;}@media screen and (max-width:991px){.footer-top .footer-row .menu-col{padding-left:30px;width:50%;}}@media screen and (max-width:767px){.footer-top .footer-row .menu-col{padding-left:0;width:100%;padding-bottom:40px;gap:25px;flex-direction:column;}}.footer-top .footer-row .menu-col ul{list-style:none;padding:0;margin:0;}.footer-top .footer-row .menu-col ul .menu-item+.menu-item{margin-top:12px;}.footer-top .footer-row .menu-col ul .menu-item a{font-size:16px;font-weight:600;}@media screen and (min-width:768px){.footer-top .footer-row .menu-col .menu-wrap{width:38%;}}@media screen and (min-width:768px){.footer-top .footer-row .menu-col .menu-wrap:last-child{width:45%;}}.footer-top .footer-row .menu-col a{display:inline-flex;align-items:center;}.footer-top .footer-row .right-col{width:28.6%;}@media screen and (max-width:991px){.footer-top .footer-row .right-col{width:25%;}}@media screen and (max-width:767px){.footer-top .footer-row .right-col{width:100%;}}.footer-top .info-holder{font-size:12px;}.footer-top .info-holder:not(:last-child){margin-bottom:54px;}@media screen and (max-width:767px){.footer-top .info-holder:not(:last-child){margin-bottom:58px;}}.footer-top .info-holder .item:not(:last-child){margin-bottom:14px;}@media screen and (max-width:767px){.footer-top .info-holder .item:not(:last-child){margin-bottom:17px;}}.footer-top .info-holder .item>*{position:relative;padding-left:24px;}.footer-top .info-holder .item>:before{content:"";width:16px;height:16px;position:absolute;top:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14 6.66602C14 11.3327 8 15.3327 8 15.3327C8 15.3327 2 11.3327 2 6.66602C2 5.07472 2.63214 3.54859 3.75736 2.42338C4.88258 1.29816 6.4087 0.666016 8 0.666016C9.5913 0.666016 11.1174 1.29816 12.2426 2.42338C13.3679 3.54859 14 5.07472 14 6.66602Z\' stroke=\'%2398A2B3\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M8 8.66602C9.10457 8.66602 10 7.77059 10 6.66602C10 5.56145 9.10457 4.66602 8 4.66602C6.89543 4.66602 6 5.56145 6 6.66602C6 7.77059 6.89543 8.66602 8 8.66602Z\' stroke=\'%2398A2B3\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;}.footer-top .info-holder .item.phone{position:relative;}.footer-top .info-holder .item.phone:before{content:"";width:16px;height:16px;position:absolute;top:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14.8587 11.4526V13.4526C14.8595 13.6383 14.8214 13.822 14.7471 13.9922C14.6727 14.1623 14.5636 14.315 14.4268 14.4405C14.29 14.566 14.1284 14.6616 13.9526 14.7211C13.7767 14.7805 13.5903 14.8026 13.4054 14.7859C11.3539 14.563 9.38339 13.862 7.65205 12.7393C6.04127 11.7157 4.67561 10.35 3.65205 8.73926C2.52537 7.00006 1.82422 5.01992 1.60539 2.95926C1.58873 2.7749 1.61064 2.5891 1.66972 2.41367C1.7288 2.23825 1.82377 2.07705 1.94856 1.94034C2.07336 1.80363 2.22526 1.6944 2.39458 1.61961C2.5639 1.54481 2.74695 1.5061 2.93205 1.50592H4.93205C5.25559 1.50274 5.56925 1.61731 5.81456 1.82828C6.05987 2.03925 6.2201 2.33222 6.26539 2.65259C6.3498 3.29264 6.50635 3.92108 6.73205 4.52592C6.82175 4.76454 6.84116 5.02387 6.78799 5.27318C6.73482 5.52249 6.6113 5.75133 6.43205 5.93259L5.58539 6.77926C6.53442 8.44829 7.91636 9.83022 9.58539 10.7793L10.4321 9.93259C10.6133 9.75335 10.8422 9.62982 11.0915 9.57665C11.3408 9.52348 11.6001 9.5429 11.8387 9.63259C12.4436 9.85829 13.072 10.0148 13.7121 10.0993C14.0359 10.1449 14.3317 10.3081 14.5431 10.5576C14.7545 10.8071 14.8668 11.1256 14.8587 11.4526Z\' stroke=\'%2398A2B3\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.footer-top .info-holder .item.phone>:not(:last-child){margin-bottom:10px;}.footer-top .info-holder .item.phone>:before{display:none;}.footer-top .info-holder .item .operating-mode:before{background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0_747_996)\'%3E%3Cpath d=\'M8.00105 4.00065V8.00065L10.6677 9.33398M14.6677 8.00065C14.6677 11.6825 11.6829 14.6673 8.00105 14.6673C4.31915 14.6673 1.33438 11.6825 1.33438 8.00065C1.33438 4.31875 4.31915 1.33398 8.00105 1.33398C11.6829 1.33398 14.6677 4.31875 14.6677 8.00065Z\' stroke=\'%2398A2B3\' stroke-width=\'1.33333\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_747_996\'%3E%3Crect width=\'16\' height=\'16\' fill=\'white\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}.footer-top .info-holder .item .operating-mode p{margin:0;}.footer-top .info-holder .item .location{padding-top:3px;}.footer-top .license-numbers{margin-top:-25px;}.footer-top .license-numbers p{margin:0;}.footer-top .contacts .item,.footer-top .contacts a{color:#eaecf0;}.footer-top .addresses .item:not(:last-child){margin-bottom:20px;}@media screen and (max-width:767px){.footer-top .addresses .item:not(:last-child){margin-bottom:25px;}}.footer-top .addresses .item .text{color:#eaecf0;}.footer-bottom{padding:65px 0 50px;}@media screen and (max-width:991px){.footer-bottom{padding:45px 0 30px;}}@media screen and (max-width:767px){.footer-bottom{padding:67px 0 38px;}}.footer-bottom .footer-bottom-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;border-top:1px solid #667085;padding-top:30px;}@media screen and (max-width:767px){.footer-bottom .footer-bottom-row{justify-content:flex-start;gap:33px;padding-top:35px;}}.footer-bottom .social-wrap{align-items:center;}.footer-bottom .social-wrap .socialLinks{gap:24px;}.footer-bottom .social-wrap a{transition:.3s opacity;}.footer-bottom .social-wrap a:hover{opacity:.7;}.footer-bottom .social-wrap img{display:block;width:24px;height:24px;}.footer-bottom .copyright{color:#778497;}@media screen and (max-width:767px){.footer-bottom .copyright{font-size:14px;}}.footer-bottom .copyright p{margin:0;}.footer-secondary{padding:36px 0;background-color:#d3d3d3;font-family:Montserrat,sans-serif;}.footer-secondary .container{max-width:1148px;}.footer-secondary .footer-wrap{display:flex;}@media (max-width:992px){.footer-secondary .footer-wrap{flex-direction:column-reverse;text-align:center;}}.footer-secondary .col-left{width:59%;border-right:4px solid #8e312a;}@media (max-width:992px){.footer-secondary .col-left{width:100%;text-align:center;border:none;display:flex;justify-content:center;align-items:center;flex-direction:column;padding-top:20px;}}.footer-secondary .logo{margin-bottom:27px;}@media (max-width:992px){.footer-secondary .logo{margin-bottom:10px;}}.footer-secondary .header-note{font-size:28px;display:flex;align-items:center;margin-bottom:13px;color:#000;}@media (max-width:992px){.footer-secondary .header-note{font-size:20px;}}@media (max-width:768px){.footer-secondary .header-note{font-size:16px;}}.footer-secondary .header-note a{color:#000;font-weight:500;text-decoration:none;}.footer-secondary .header-note p{margin:0;}.footer-secondary .header-note svg{margin-right:5px;width:28px;height:28px;}.footer-secondary .copy{padding-left:5px;color:#000;}@media (max-width:992px){.footer-secondary .copy{padding-left:0;}}.footer-secondary .privacy-wrap{display:flex;font-size:18px;color:#000;}@media (max-width:768px){.footer-secondary .privacy-wrap{font-size:10px;}}.footer-secondary .privacy-wrap a{color:inherit;text-decoration:none;margin-right:3px;}.footer-secondary .col-right{width:41%;padding-left:15px;}@media (max-width:992px){.footer-secondary .col-right{width:100%;padding-left:0;}}.footer-secondary .col-right .address-title{font-size:21px;margin-bottom:5px;letter-spacing:1px;}@media (max-width:992px){.footer-secondary .col-right .address-title{font-size:20px;}}@media (max-width:768px){.footer-secondary .col-right .address-title{font-size:18px;}}.footer-secondary .col-right .address{font-size:21px;margin-bottom:1px;letter-spacing:1px;letter-spacing:.4px;color:#000;}@media (max-width:992px){.footer-secondary .col-right .address{font-size:18px;}}.form-control{width:100%;height:48px;font:400 16px/1 Inter,sans-serif;color:#101828;border:1px solid #fff;background-color:#fff;padding:0 15px;}.form-control::-webkit-input-placeholder{color:#667085;}.form-control:-moz-placeholder{color:#667085;}.form-control::-moz-placeholder{color:#667085;}.form-control:-ms-input-placeholder{color:#667085;}.form-control:focus{box-shadow:none;outline:0;}.form-control.wpcf7-not-valid{border-color:red;}.form-label{display:block;font-size:14px;font-weight:500;color:#101828;margin:0 0 7px;}.form-group{margin:0 0 22px;}@media screen and (max-width:767px){.form-group{margin:0 0 25px;}}.form-group p{margin:0;}.wpcf7-not-valid-tip{display:none !important;}.wpcf7-response-output{display:none !important;}@media screen and (min-width:992px){.form-row{display:flex;justify-content:space-between;}}@media screen and (min-width:992px){.form-row .form-col{width:calc(50% - 12px);}}textarea.form-control{resize:none;height:128px;padding:15px;}.wpcf7-checkbox .wpcf7-list-item input{display:none;}.wpcf7-checkbox .wpcf7-list-item input:checked+.wpcf7-list-item-label:after{display:block;}.wpcf7-checkbox .wpcf7-list-item input+.wpcf7-list-item-label{position:relative;color:#101828;font-size:16px;line-height:1;font-weight:500;padding-left:33px;cursor:pointer;}@media screen and (max-width:767px){.wpcf7-checkbox .wpcf7-list-item input+.wpcf7-list-item-label{font-size:14px;}}.wpcf7-checkbox .wpcf7-list-item input+.wpcf7-list-item-label:after,.wpcf7-checkbox .wpcf7-list-item input+.wpcf7-list-item-label:before{content:"";position:absolute;width:20px;height:20px;background-repeat:no-repeat;}.wpcf7-checkbox .wpcf7-list-item input+.wpcf7-list-item-label:before{background:#fff;top:0;left:0;}.wpcf7-checkbox .wpcf7-list-item input+.wpcf7-list-item-label:after{display:none;top:0;left:1px;background-image:url("data:image/svg+xml,%3Csvg width=\'15\' height=\'13\' viewBox=\'0 0 15 13\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M12.9458 0.62169L4.59249 8.68336L2.37583 6.31502C1.9675 5.93002 1.32583 5.90669 0.859162 6.23336C0.404163 6.57169 0.275829 7.16669 0.555829 7.64502L3.18083 11.915C3.4375 12.3117 3.88083 12.5567 4.38249 12.5567C4.86083 12.5567 5.31583 12.3117 5.5725 11.915C5.9925 11.3667 14.0075 1.81169 14.0075 1.81169C15.0575 0.738356 13.7858 -0.206643 12.9458 0.610023V0.62169Z\' fill=\'%238E312A\'/%3E%3C/svg%3E");background-size:14px auto;background-position:50% 50%;z-index:5;}.tabs .tab-links{display:flex;align-items:center;list-style:none;padding:0;margin:0 0 50px;}@media screen and (max-width:767px){.tabs .tab-links{margin:0 0 30px;padding-bottom:5px;}}.tabs .tab-links li:not(:last-child){margin-right:24px;}.tabs .tab-links .tab-link{color:#667085;font-weight:500;font-size:24px;line-height:1;text-decoration:none;letter-spacing:-.02em;transition:.2s color;padding-bottom:5px;border-bottom:1px solid transparent;cursor:pointer;}@media screen and (max-width:991px){.tabs .tab-links .tab-link{font-size:20px;}}@media screen and (max-width:767px){.tabs .tab-links .tab-link{font-size:16px;}}.tabs .tab-links .tab-link:hover{color:#8e312a;}.tabs .tab-links .active .tab-link{color:#8e312a;border-bottom-color:#8e312a;}.tabs .tab{display:none;}.tabs .tab.active{display:block;}.slick-dots{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;list-style:none;margin:0;padding:0;}.slick-dots li{margin:0 3px;}.slick-dots button{font-size:0;width:12px;height:12px;background:#b0b0b0;border:none;border-radius:8px;transition:.3s width;}.slick-dots .slick-active button{width:24px;background:#5d5d5d;}.slider-arrows{display:flex;justify-content:space-between;padding-top:30px;}.slider-arrows .slick-arrow{font-size:0;width:44px;height:44px;background-size:24px 24px;background-repeat:no-repeat;background-position:50% 50%;border:1px solid #98a2b3;border-radius:50%;top:50%;cursor:pointer;z-index:20;transition:.3s box-shadow;}.slider-arrows .slick-arrow:hover{box-shadow:inset 0 0 4px 0 rgba(0,0,0,.5);}.slider-arrows .slick-prev{background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 18L9 12L15 6\' stroke=\'%23667085\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.slider-arrows .slick-prev.nitro-lazy{background-image:none !important;}.slider-arrows .slick-next{background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 18L15 12L9 6\' stroke=\'%23667085\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.slider-arrows .slick-next.nitro-lazy{background-image:none !important;}.slider-arrows.portfolio-archive-arrows,.slider-arrows.portfolio-gallery-arrows{justify-content:flex-start;gap:31px;}.slider-arrows.portfolio-archive-arrows .slick-arrow,.slider-arrows.portfolio-gallery-arrows .slick-arrow{width:56px;height:56px;border-color:#eaecf0;background-color:#fff;}.slider-arrows.portfolio-archive-arrows .slick-arrow.slick-prev,.slider-arrows.portfolio-gallery-arrows .slick-arrow.slick-prev{background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M19 12H5M5 12L12 19M5 12L12 5\' stroke=\'%23101828\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.slider-arrows.portfolio-archive-arrows .slick-arrow.slick-prev.nitro-lazy,.slider-arrows.portfolio-gallery-arrows .slick-arrow.slick-prev.nitro-lazy{background-image:none !important;}.slider-arrows.portfolio-archive-arrows .slick-arrow.slick-next,.slider-arrows.portfolio-gallery-arrows .slick-arrow.slick-next{background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M5 12H19M19 12L12 5M19 12L12 19\' stroke=\'%23101828\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.slider-arrows.portfolio-archive-arrows .slick-arrow.slick-next.nitro-lazy,.slider-arrows.portfolio-gallery-arrows .slick-arrow.slick-next.nitro-lazy{background-image:none !important;}.slider-arrows.portfolio-gallery-arrows{justify-content:center;gap:30px;padding-top:40px;}.slider-block:not(.slick-initialized){visibility:hidden;}.post-card{padding:26px;background:#fff;display:flex;flex-direction:column;justify-content:space-between;width:100%;box-shadow:0 4px 6px -2px rgba(16,24,40,.03),0 12px 16px -4px rgba(16,24,40,.08);}.post-card .image-block{position:relative;padding-bottom:54%;margin:0 0 18px;overflow:hidden;}@media screen and (max-width:767px){.post-card .image-block{padding-bottom:81%;}}.post-card .image-block .image-holder{position:absolute;top:0;left:0;bottom:0;right:0;}.post-card .image-block img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.post-card .image-block a{position:absolute;top:0;left:0;right:0;bottom:0;z-index:5;}.post-card .info-holder{display:flex;justify-content:space-between;font-size:14px;color:#667085;margin:0 0 19px;}.post-card .tag{position:relative;padding-left:24px;}.post-card .tag:before{content:"";width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0_790_17714)\'%3E%3Cpath d=\'M14.2948 7.36645L8.16816 13.4931C7.4176 14.2437 6.39962 14.6653 5.33816 14.6653C4.27671 14.6653 3.25872 14.2437 2.50816 13.4931C1.7576 12.7425 1.33594 11.7246 1.33594 10.6631C1.33594 9.60166 1.7576 8.58367 2.50816 7.83311L8.2215 2.11978C8.72187 1.61852 9.40088 1.33656 10.1091 1.33594C10.8174 1.33531 11.4969 1.61607 11.9982 2.11645C12.4994 2.61682 12.7814 3.29583 12.782 4.00409C12.7826 4.71235 12.5019 5.39185 12.0015 5.89311L6.27483 11.6064C6.02464 11.8566 5.68531 11.9972 5.3315 11.9972C4.97768 11.9972 4.63835 11.8566 4.38816 11.6064C4.13797 11.3563 3.99742 11.0169 3.99742 10.6631C3.99742 10.3093 4.13797 9.96997 4.38816 9.71978L10.0482 4.06645\' stroke=\'%23667085\' stroke-width=\'1.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_790_17714\'%3E%3Crect width=\'16\' height=\'16\' fill=\'white\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");background-size:100% auto;position:absolute;top:3px;left:0;}.post-card .date{position:relative;padding-left:24px;}.post-card .date:before{content:"";width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width=\'17\' height=\'16\' viewBox=\'0 0 17 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M5.83333 1.33301V3.99967M11.1667 1.33301V3.99967M2.5 6.66634H14.5M3.83333 2.66634H13.1667C13.903 2.66634 14.5 3.26329 14.5 3.99967V13.333C14.5 14.0694 13.903 14.6663 13.1667 14.6663H3.83333C3.09695 14.6663 2.5 14.0694 2.5 13.333V3.99967C2.5 3.26329 3.09695 2.66634 3.83333 2.66634Z\' stroke=\'%23667085\' stroke-width=\'1.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");background-size:100% auto;position:absolute;top:3px;left:0;}.post-card .title{margin:0 0 12px;line-height:1.33;}@media screen and (max-width:767px){.post-card .title{margin:0 0 12px;}}.latest-posts-items .post-card .title{margin:0 0 44px;}.post-card .title a{text-decoration:none;color:#101828;transition:.3s color;}.post-card .title a:hover{color:#8e312a;}.post-card .btn-holder{padding-top:15px;}.faq{position:relative;}.faq .bg{display:flex;align-items:flex-end;}.faq .bg img{height:600px;}.faq-secondary{padding:98px 0;}@media screen and (max-width:767px){.faq-secondary{padding:30px 0 10px;}}.faq-secondary .container{max-width:850px;}.faq-secondary .title{text-align:center;}.faq-secondary .acc-item{margin:0 !important;padding:0;border-top:1px solid #cfcfcf;}.faq-secondary .acc-item:not(:last-child){border-bottom:none;}.faq-secondary .acc-item.active .acc-title{color:#8e312a;}.faq-secondary .acc-item.active .acc-title:after{background-image:url("data:image/svg+xml,%3Csvg aria-hidden=\'true\' class=\'e-font-icon-svg e-fas-minus\' viewBox=\'0 0 448 512\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill=\'%238e312a\' d=\'M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\'%3E%3C/path%3E%3C/svg%3E");transform:translateY(-50%);}.faq-secondary .acc-title{padding:20px 44px 20px 20px;font:600 16px/1.5 Montserrat,sans-serif;}.faq-secondary .acc-title:hover{color:#8e312a;}.faq-secondary .acc-title:hover:after{background-image:url("data:image/svg+xml,%3Csvg aria-hidden=\'true\' class=\'e-font-icon-svg e-fas-plus\' viewBox=\'0 0 448 512\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill=\'%238e312a\' d=\'M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\'%3E%3C/path%3E%3C/svg%3E");}.faq-secondary .acc-title:after{top:50%;right:20px;transform:translateY(-50%);width:13px;height:15px;background-image:url("data:image/svg+xml,%3Csvg aria-hidden=\'true\' class=\'e-font-icon-svg e-fas-plus\' viewBox=\'0 0 448 512\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\'%3E%3C/path%3E%3C/svg%3E");}.faq-secondary .acc-tab{padding:0 20px 20px;}.acc-item{padding:0 0 32px;}.acc-item:not(:last-child){margin:0 0 24px;border-bottom:1px solid #eaecf0;}.acc-item.active .acc-title:after{background-image:url("data:image/svg+xml,%3Csvg width=\'22\' height=\'22\' viewBox=\'0 0 22 22\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M7 11H15M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z\' stroke=\'%238E312A\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");transform:rotate(180deg);}.acc-tab{display:none;padding:7px 50px 0 0;}@media screen and (max-width:767px){.acc-tab{padding-right:40px;}}.acc-tab p{margin:0;}.acc-tab a{text-decoration:none;color:#8e312a;}.acc-tab a:hover{text-decoration:underline;}.acc-title{font-weight:500;font-size:18px;line-height:1.55;position:relative;padding-right:40px;color:#101828;cursor:pointer;}.acc-title:after{content:"";width:22px;height:22px;position:absolute;top:1px;right:2px;background-image:url("data:image/svg+xml,%3Csvg width=\'22\' height=\'22\' viewBox=\'0 0 22 22\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M11 7V15M7 11H15M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z\' stroke=\'%238E312A\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");background-size:100% 100%;background-position:50% 50%;background-repeat:no-repeat;transition:.3s background,.3s transform;}.work-process{position:relative;}.work-process .main-title-block{margin:0 0 22px;align-items:flex-end;}.work-process .item{position:relative;padding:40px 0;display:flex;}@media screen and (min-width:768px){.work-process .item{align-items:center;min-height:146px;padding:15px 0;}}.work-process .item:first-child .line:before{display:none;}.work-process .item:last-child{min-height:125px;padding-bottom:0;}.work-process .item:last-child .line:after{display:none;}@media screen and (min-width:768px){.work-process .item:last-child .line:before{height:calc(50% - 32px);}}.work-process .item:not(:last-child):after{content:"";position:absolute;bottom:0;right:0;left:87px;height:1px;background:#e7e8e9;}.work-process .item .image-block{width:64px;margin-right:23px;flex-shrink:0;}.work-process .item .image-block img{display:block;}.work-process .item .holder{width:100%;}@media screen and (min-width:768px){.work-process .item .holder{display:flex;align-items:center;}}.work-process .item .item-title{padding-right:15px;text-transform:capitalize;}@media screen and (min-width:768px){.work-process .item .item-title{width:35.3%;flex-shrink:0;margin:0;}}.work-process .item .item-text{line-height:1.3;color:#101828;}.work-process .item .line:after,.work-process .item .line:before{content:"";width:2px;height:calc(50% - 40px);background:#8e312a;position:absolute;left:31px;}.work-process .item .line:before{top:0;}@media screen and (max-width:767px){.work-process .item .line:before{height:34px;}}.work-process .item .line:after{bottom:0;}@media screen and (max-width:767px){.work-process .item .line:after{height:auto;top:110px;}}.work-process .bg{display:flex;align-items:flex-end;}.work-process .bg img{width:100%;height:auto;}.trusted-brand{padding:44px 0;position:relative;border-top:1px solid #eaecf0;z-index:5;}@media screen and (max-width:767px){.trusted-brand{padding:30px 0;}}.trusted-brand.secondary-view{border-top:none;padding:53px 0;}.trusted-brand.secondary-view .container{max-width:1230px;}.trusted-brand.secondary-view .main-title{margin-bottom:20px;}.trusted-brand.secondary-view .items-holder{justify-content:center;gap:0;}@media screen and (max-width:991px){.trusted-brand.secondary-view .items-holder{flex-wrap:nowrap;}}@media screen and (max-width:767px){.trusted-brand.secondary-view .items-holder{flex-wrap:wrap;gap:0;}}@media screen and (max-width:767px){.trusted-brand.secondary-view .item{width:50%;}}.trusted-brand.secondary-view .item img{width:auto !important;}@media screen and (max-width:767px){.trusted-brand.secondary-view .item img{max-height:none;}}@media screen and (min-width:1200px){.trusted-brand .main-section-row{align-items:center;}}.trusted-brand .items-holder{display:flex;justify-content:space-between;align-items:center;gap:20px;}@media screen and (max-width:991px){.trusted-brand .items-holder{flex-wrap:wrap;justify-content:flex-start;}}@media screen and (max-width:767px){.trusted-brand .items-holder{gap:35px;}}.trusted-brand .item img{display:block;height:auto;filter:grayscale(1);}@media screen and (max-width:767px){.trusted-brand .item img{max-height:42px;}}.trusted-brand .item:first-child img{width:156px;}.trusted-brand .item:nth-child(2) img{width:34px;}.trusted-brand .item:nth-child(3) img{width:116px;}.trusted-brand .item:nth-child(4) img{width:88px;}.trusted-brand .item:nth-child(5) img{width:92px;}.trusted-brand .item:nth-child(6) img{width:62px;}.trusted-brand .item:nth-child(7) img{width:140px;}.trusted-brand .item:nth-child(8) img{width:162px;}.trusted-brand .bg{display:none;}.advantages{position:relative;}@media screen and (min-width:992px){.advantages .row{display:flex;}}@media screen and (min-width:992px){.advantages .col:first-child{width:37.5%;flex-shrink:0;padding-right:30px;}}.advantages .col:last-child{flex-grow:1;}.advantages .title{text-align:left;}@media screen and (min-width:992px){.advantages .title{max-width:430px;}}@media screen and (max-width:767px){.advantages .title{font-size:32px;margin:0 0 25px;}}.advantages .items-row{display:flex;flex-wrap:wrap;gap:25px;}.advantages .item{position:relative;width:100%;}@media screen and (min-width:768px){.advantages .item{width:calc(50% - 13px);}}.advantages .item:before{content:"";width:28px;height:28px;display:block;margin:0 0 15px;background-image:url("data:image/svg+xml,%3Csvg width=\'28\' height=\'28\' viewBox=\'0 0 28 28\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Crect width=\'28\' height=\'28\' rx=\'14\' fill=\'%238E312A\'/%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M19.9458 8.62169L11.5925 16.6834L9.37583 14.315C8.9675 13.93 8.32583 13.9067 7.85916 14.2334C7.40416 14.5717 7.27583 15.1667 7.55583 15.645L10.1808 19.915C10.4375 20.3117 10.8808 20.5567 11.3825 20.5567C11.8608 20.5567 12.3158 20.3117 12.5725 19.915C12.9925 19.3667 21.0075 9.81169 21.0075 9.81169C22.0575 8.73836 20.7858 7.79336 19.9458 8.61002V8.62169Z\' fill=\'white\'/%3E%3C/svg%3E%0A");background-size:100% auto;}.advantages .item-title{margin:0 0 8px;font-size:20px;}.advantages .bg{display:none;}.advantages-lg{background:#fff url("https://cdn-ildpmmp.nitrocdn.com/AMiutLZIERmywvLxUwscmRkyAarnfjmd/assets/images/optimized/rev-1007682/www.zicklincontracting.com/wp-content/themes/zicklin/images/bg-faq.webp") no-repeat left 0 bottom -70px;background-size:1440px 600px;}.advantages-lg.nitro-lazy{background:none !important;}@media screen and (min-width:992px){.advantages-lg .text,.advantages-lg .title{max-width:460px;margin-bottom:20px;}}@media screen and (max-width:768px){.advantages-lg .title{font-size:48px;margin-bottom:40px;}}@media screen and (max-width:768px){.advantages-lg .text{font-size:18px;}}.advantages-lg .col-title{margin-bottom:50px;}.advantages-lg .item{margin-bottom:8px;}.advantages-lg .item-text{margin-bottom:27px;}.quote-promo{position:relative;background:#101828;color:#fff;text-align:center;z-index:5;padding:63px 0;}@media screen and (min-width:768px){.quote-promo{padding:90px 0;}}.quote-promo .title{color:#fff;font-size:64px;line-height:.97;letter-spacing:-.02em;margin:0 0 15px;}@media screen and (max-width:991px){.quote-promo .title{font-size:48px;}}.quote-promo .text{margin:0 0 26px;}@media screen and (max-width:767px){.quote-promo .text{margin:0 0 38px;}}.quote-promo .btns-holder{display:flex;align-items:flex-end;justify-content:center;gap:25px;}.quote-promo .tel{position:relative;color:#fff;font-size:14px;padding:0 0 10px 30px;border-bottom:1px solid #fff;text-decoration:none;transition:.2s border;}.quote-promo .tel:hover{border-bottom-color:transparent;}.quote-promo .tel:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width=\'21\' height=\'20\' viewBox=\'0 0 21 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M18.8334 14.1001V16.6001C18.8344 16.8322 18.7868 17.0619 18.6939 17.2745C18.6009 17.4872 18.4645 17.6781 18.2935 17.835C18.1225 17.9919 17.9206 18.1113 17.7007 18.1857C17.4809 18.26 17.2479 18.2876 17.0168 18.2667C14.4525 17.9881 11.9893 17.1119 9.82511 15.7084C7.81163 14.429 6.10455 12.7219 4.82511 10.7084C3.41676 8.53441 2.54031 6.05923 2.26677 3.4834C2.24595 3.25296 2.27334 3.0207 2.34719 2.80142C2.42105 2.58214 2.53975 2.38064 2.69575 2.20975C2.85174 2.03886 3.04161 1.90233 3.25327 1.80884C3.46492 1.71535 3.69372 1.66696 3.92511 1.66674H6.42511C6.82953 1.66276 7.2216 1.80597 7.52824 2.06968C7.83488 2.33339 8.03517 2.69961 8.09177 3.10007C8.19729 3.90013 8.39298 4.68568 8.67511 5.44174C8.78723 5.74001 8.81149 6.06417 8.74503 6.3758C8.67857 6.68744 8.52416 6.9735 8.30011 7.20007L7.24177 8.2584C8.42807 10.3447 10.1555 12.0721 12.2418 13.2584L13.3001 12.2001C13.5267 11.976 13.8127 11.8216 14.1244 11.7551C14.436 11.6887 14.7602 11.713 15.0584 11.8251C15.8145 12.1072 16.6001 12.3029 17.4001 12.4084C17.8049 12.4655 18.1746 12.6694 18.4389 12.9813C18.7032 13.2932 18.8436 13.6914 18.8334 14.1001Z\' stroke=\'white\' stroke-width=\'1.66667\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");width:20px;height:20px;background-size:100% auto;position:absolute;top:0;left:0;}.quote-promo .bg img{height:100%;width:auto;-o-object-fit:cover;object-fit:cover;}@media screen and (max-width:767px){.quote-promo .bg img{width:100%;}}.about-promo{background:#eaecf0;}@media screen and (min-width:767px){.about-promo .row{display:flex;flex-wrap:wrap;gap:25px;}}@media screen and (min-width:767px){.about-promo .col{width:calc(50% - 13px);}}.about-promo .title{text-align:left;margin:0 0 17px;}@media screen and (min-width:992px){.about-promo .title{font-size:64px;}}@media screen and (max-width:767px){.about-promo .title{margin:0 0 31px;}}.about-promo .text p{margin:0;}.about-promo .text p:not(:last-child){margin:0 0 10px;}.about-promo .list{margin:0 0 38px;padding:47px 0 0 17px;list-style:none;}@media screen and (max-width:991px){.about-promo .list{padding-left:0;}}@media screen and (min-width:768px){.about-promo .list{-moz-column-count:2;column-count:2;-moz-column-gap:23px;column-gap:23px;}}.about-promo .list li{position:relative;padding-left:40px;font-size:14px;line-height:2;font-weight:600;margin:0 0 22px;}.about-promo .list li:before{content:"";width:28px;height:28px;background-image:url("data:image/svg+xml,%3Csvg width=\'28\' height=\'28\' viewBox=\'0 0 28 28\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Crect width=\'28\' height=\'28\' rx=\'14\' fill=\'%238E312A\'/%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M19.9458 8.62169L11.5925 16.6834L9.37583 14.315C8.9675 13.93 8.32583 13.9067 7.85916 14.2334C7.40416 14.5717 7.27583 15.1667 7.55583 15.645L10.1808 19.915C10.4375 20.3117 10.8808 20.5567 11.3825 20.5567C11.8608 20.5567 12.3158 20.3117 12.5725 19.915C12.9925 19.3667 21.0075 9.81169 21.0075 9.81169C22.0575 8.73836 20.7858 7.79336 19.9458 8.61002V8.62169Z\' fill=\'white\'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:100% auto;background-position:0 50%;position:absolute;top:0;left:0;}.about-promo .logos{display:flex;justify-content:space-between;align-items:center;margin:0 -10px 47px;row-gap:15px;}@media screen and (max-width:991px){.about-promo .logos{flex-wrap:wrap;justify-content:flex-start;margin:0 0 57px;gap:30px;}}.about-promo .logos img{display:block;}.about-promo .item{padding:0 10px;}@media screen and (max-width:991px){.about-promo .item{padding:0;}}.about-promo .item:first-child img{width:110px;}.about-promo .item:nth-child(2) img{width:164px;}.about-promo .item:nth-child(3) img{width:76px;}.about-promo .item:nth-child(4) img{width:62px;}.about-promo .item:nth-child(5) img{width:78px;}.about-promo .item:nth-child(6) img{width:78px;}.about-promo .item:nth-child(7) img{width:106px;}.about-promo .item:nth-child(8) img{width:94px;}@media screen and (max-width:767px){.about-promo .image-block{height:255px;}}.about-promo .image-block img{display:block;width:100%;}@media screen and (max-width:767px){.about-promo .image-block img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}}.portfolio-promo.about-promo-primary{padding-top:0;}@media screen and (max-width:767px){.portfolio-promo.about-promo-primary{padding-top:17px;}}@media screen and (max-width:767px){.portfolio-promo.about-promo-primary .title{margin-bottom:40px;}}.portfolio-promo.about-promo-primary .about-promo-image-block{margin-bottom:48px;}.portfolio-promo.about-promo-primary .about-promo-image-block img{display:block;}@media screen and (max-width:767px){.portfolio-promo.about-promo-primary .row{margin-bottom:47px;}}@media screen and (max-width:767px){.portfolio-promo.about-promo-primary .main-text{margin-bottom:45px;}}@media screen and (max-width:767px){.portfolio-promo.about-promo-primary .projects-info .projects-number{font-size:72px;margin-bottom:4px;}}.portfolio-promo.about-promo-primary .promo-text-row{display:flex;gap:64px;margin-bottom:48px;}@media screen and (max-width:767px){.portfolio-promo.about-promo-primary .promo-text-row{flex-direction:column;gap:0;}}.portfolio-promo.about-promo-primary .promo-text-row .text{width:100%;line-height:1.3;}@media screen and (max-width:767px){.portfolio-promo.about-promo-primary .promo-text-row .text+.text{margin-top:24px;}}.portfolio-promo.about-promo-primary .promo-text-row .text p{margin:0 0 10px;}.portfolio-promo.about-promo-primary .promo-text-row .text a{color:inherit;text-decoration:underline;}.portfolio-promo.about-promo-primary .promo-text-row .text a:hover{text-decoration:none;}@media screen and (max-width:767px){.portfolio-promo.about-promo-primary .portfolio-promo-posts{margin:0;gap:24px;}}@media screen and (max-width:767px){.portfolio-promo.about-promo-primary .portfolio-promo-card{height:230px;}}.about-promo-short{text-align:center;padding:60px 0 50px;background-image:url("https://cdn-ildpmmp.nitrocdn.com/AMiutLZIERmywvLxUwscmRkyAarnfjmd/assets/images/optimized/rev-1007682/www.zicklincontracting.com/wp-content/themes/zicklin/images/about-bg.png");background-repeat:no-repeat;background-position:center center;background-size:cover;font-family:"Maven Pro",sans-serif;}.about-promo-short.nitro-lazy{background-image:none !important;}.about-promo-short.secondary-view{background-image:url("https://cdn-ildpmmp.nitrocdn.com/AMiutLZIERmywvLxUwscmRkyAarnfjmd/assets/images/optimized/rev-1007682/www.zicklincontracting.com/wp-content/themes/zicklin/images/about-bg-2.png");background-repeat:no-repeat;}.about-promo-short.secondary-view.nitro-lazy{background-image:none !important;}.about-promo-short.secondary-view .main-title{max-width:640px;font-size:30px;line-height:1.36;font-weight:600;margin-bottom:7px;}.about-promo-short.secondary-view .btn-holder{margin-bottom:40px;}.about-promo-short .main-title{max-width:570px;margin:0 auto 28px;}.about-promo-short .main-text{max-width:650px;margin:0 auto 20px;}.about-promo-short .btn-holder{margin:0 0 30px;}.about-promo-short .list{padding:0;margin:0 0 80px;-moz-column-count:auto;column-count:auto;display:flex;flex-wrap:wrap;justify-content:center;gap:15px;}@media screen and (max-width:767px){.about-promo-short .list{margin:0 0 30px;}}.about-promo-short .list li{font-weight:500;font-size:16px;line-height:1.5;margin:0;padding-left:30px;}.about-promo-short .list li:before{top:2px;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg aria-hidden=\'true\' class=\'e-font-icon-svg e-fas-check-circle\' viewBox=\'0 0 512 512\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill=\'%238e312a\' d=\'M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\'%3E%3C/path%3E%3C/svg%3E");}.about-promo-short .logos{justify-content:center;margin:0;gap:38px;}.about-promo-short .logos .item{padding:0;}.about-promo-short .logos .item:nth-child(4) img{width:90px !important;}.about-promo-short .logos .item img{width:140px !important;}.about-promo-short .top-block{text-align:left;background:#fff;padding:35px;margin:0 auto 40px;max-width:1050px;}@media screen and (max-width:767px){.about-promo-short .top-block{padding:25px;}}.about-promo-short .top-block .row{align-items:center;}@media screen and (min-width:768px){.about-promo-short .top-block .content{max-width:320px;}}.about-promo-short .top-block .text{margin:0 0 20px;}.about-promo-short .top-block .image-block{height:auto;}.google-reviews{width:146px;height:86px;}.ti-widget.ti-goog{width:auto !important;}.ti-widget.ti-goog .ti-widget-container .ti-logo-fb{margin:0 auto !important;}.ti-widget.ti-goog .ti-stars{text-align:center;}.ti-widget.ti-goog .ti-header{display:flex;flex-direction:column;padding:8px !important;}.ti-widget.ti-goog .ti-header strong{font-size:13px !important;}@media screen and (min-width:1200px){.latest-posts{padding:180px 0;}}.latest-posts .title-holder{display:flex;justify-content:space-between;align-items:flex-end;margin:0 0 46px;}@media screen and (max-width:767px){.latest-posts .title-holder{margin:0 0 78px;}}.latest-posts .title-holder .title{margin:0 0 23px;}.latest-posts .title-holder .holder{max-width:493px;}@media screen and (max-width:767px){.latest-posts .bottom-link{padding-top:48px;text-align:center;}}@media screen and (max-width:767px){.latest-posts .bottom-link .link-arrow:after{transform:rotate(90deg);left:0;}}.latest-posts-items{display:flex;flex-wrap:wrap;gap:48px 20px;}@media screen and (max-width:767px){.latest-posts-items{gap:30px;}}.latest-posts-items .item{display:flex;width:calc(50% - 10px);}@media screen and (max-width:767px){.latest-posts-items .item{width:100%;display:none;}}@media screen and (max-width:767px){.latest-posts-items .item:first-child,.latest-posts-items .item:nth-child(2),.latest-posts-items .item:nth-child(3){display:flex;}}.testimonials{background:#eaecf0;}.testimonials .title{margin:0 0 20px;}@media screen and (max-width:767px){.testimonials .title{margin:0 0 48px;}}.testimonials .main-text{margin:0 0 38px;max-width:712px;font-size:16px;line-height:1.5;font-weight:400;}@media screen and (max-width:767px){.testimonials .main-text{margin:0 0 24px;}}.testimonials .testimonial-card{display:flex;flex-direction:column;justify-content:space-between;background:#fff;padding:25px;width:100%;}.testimonials .author-block{display:flex;align-items:flex-end;justify-content:space-between;padding-top:40px;width:100%;}.testimonials .author-block .info-holder{position:relative;display:flex;align-items:center;padding-right:15px;}.testimonials .name{font-size:20px;line-height:1;font-weight:500;color:#262626;margin:0 0 3px;}.testimonials .location{font-size:14px;color:#667085;}.testimonials .logo-holder{max-width:40px;flex-shrink:0;}.testimonials .testimonial-text{color:#101828;}.testimonials .logos{display:flex;justify-content:space-between;align-items:center;margin:0 -10px;padding-top:46px;row-gap:15px;}@media screen and (max-width:991px){.testimonials .logos{flex-wrap:wrap;justify-content:center;gap:40px;}}.testimonials .logos img{display:block;}.testimonials .logos .item{padding:0 10px;}@media screen and (max-width:991px){.testimonials .logos .item{padding:0;}}.testimonials .logos .item:first-child img{width:110px;}.testimonials .logos .item:nth-child(2) img{width:64px;}.testimonials .logos .item:nth-child(3) img{width:76px;}.testimonials .logos .item:nth-child(4) img{width:62px;}.testimonials .logos .item:nth-child(5) img{width:78px;}.testimonials .logos .item:nth-child(6) img{width:78px;}.testimonials .logos .item:nth-child(7) img{width:106px;}.testimonials .logos .item:nth-child(8) img{width:94px;}.testimonials-carousel .slick-list{display:flex;}.testimonials-carousel .item,.testimonials-carousel .slick-track{display:flex !important;}.testimonials-carousel .slick-slide{display:flex;}.testimonials-carousel .slick-slide>div{display:flex;width:100%;}.testimonials-cards{padding:80px 0 50px;}@media screen and (max-width:767px){.testimonials-cards{padding:40px 0;}}.testimonials-cards .container{max-width:1230px;}.testimonials-cards .main-title{margin-bottom:40px;}@media screen and (max-width:767px){.testimonials-cards .main-title{margin-bottom:20px;}}.testimonials-cards .testimonials-items{display:flex;gap:20px;}@media screen and (max-width:767px){.testimonials-cards .testimonials-items{flex-wrap:wrap;}}.testimonials-cards .testimonials-items .item{position:relative;border:1px solid #c4c3c3;padding:132px 30px 40px;font-family:Montserrat,sans-serif;width:100%;}@media screen and (max-width:991px){.testimonials-cards .testimonials-items .item{padding:132px 15px 20px;}}.testimonials-cards .testimonials-items .item:after,.testimonials-cards .testimonials-items .item:before{content:"";position:absolute;left:30px;background-size:100% 100%;}@media screen and (max-width:991px){.testimonials-cards .testimonials-items .item:after,.testimonials-cards .testimonials-items .item:before{left:15px;}}.testimonials-cards .testimonials-items .item:before{width:30px;height:28px;background-image:url("data:image/svg+xml,%3Csvg width=\'30\' height=\'28\' viewBox=\'0 0 30 28\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M11.124 0.418945L6.372 20.3989L5.508 15.7549C7.236 15.7549 8.64 16.2949 9.72 17.3749C10.8 18.3829 11.34 19.7509 11.34 21.4789C11.34 23.2069 10.8 24.611 9.72 25.6909C8.64 26.7709 7.308 27.3109 5.724 27.3109C3.996 27.3109 2.592 26.7709 1.512 25.6909C0.504 24.5389 0 23.1349 0 21.4789C0 20.8309 0.0359999 20.2549 0.108 19.7509C0.18 19.2469 0.324 18.6349 0.54 17.9149C0.756 17.1949 1.044 16.3309 1.404 15.3229L5.94 0.418945H11.124ZM29.484 0.418945L24.732 20.3989L23.868 15.7549C25.596 15.7549 27 16.2949 28.08 17.3749C29.16 18.3829 29.7 19.7509 29.7 21.4789C29.7 23.2069 29.16 24.611 28.08 25.6909C27 26.7709 25.668 27.3109 24.084 27.3109C22.356 27.3109 20.952 26.7709 19.872 25.6909C18.864 24.5389 18.36 23.1349 18.36 21.4789C18.36 20.8309 18.396 20.2549 18.468 19.7509C18.54 19.2469 18.684 18.6349 18.9 17.9149C19.116 17.1949 19.404 16.3309 19.764 15.3229L24.3 0.418945H29.484Z\' fill=\'%238E312A\'/%3E%3C/svg%3E%0A");top:40px;}@media screen and (max-width:991px){.testimonials-cards .testimonials-items .item:before{left:15px;}}.testimonials-cards .testimonials-items .item:after{width:118px;height:23px;background-image:url("data:image/svg+xml,%3Csvg width=\'118\' height=\'23\' xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath id=\'svg_1\' fill=\'%23FF9F4E\' d=\'m9.07088,2.47904c0.34374,-0.81646 1.51452,-0.81646 1.85822,0l2.0288,4.81889c0.145,0.3442 0.4727,0.57938 0.8488,0.60917l5.266,0.41708c0.8922,0.07066 1.254,1.17065 0.5742,1.74592l-4.0121,3.3953c-0.2866,0.2425 -0.4118,0.6231 -0.3242,0.9856l1.2257,5.0767c0.2077,0.8601 -0.7394,1.54 -1.5033,1.0791l-4.5085,-2.7205c-0.322,-0.1944 -0.727,-0.1944 -1.04902,0l-4.50849,2.7205c-0.76388,0.4609 -1.71103,-0.219 -1.50336,-1.0791l1.22579,-5.0767c0.08756,-0.3625 -0.0376,-0.7431 -0.32416,-0.9856l-4.0122,-3.3953c-0.67978,-0.57527 -0.31799,-1.67526 0.57423,-1.74592l5.26607,-0.41708c0.37614,-0.02979 0.7038,-0.26497 0.84871,-0.60917l2.02881,-4.81889z\'/%3E%3Cpath id=\'svg_2\' fill=\'%23FF9F4E\' d=\'m33.0709,2.47904c0.3437,-0.81646 1.5145,-0.81646 1.8582,0l2.0288,4.81889c0.145,0.3442 0.4727,0.57938 0.8488,0.60917l5.266,0.41708c0.8922,0.07066 1.254,1.17065 0.5742,1.74592l-4.0121,3.3953c-0.2866,0.2425 -0.4118,0.6231 -0.3242,0.9856l1.2257,5.0767c0.2077,0.8601 -0.7394,1.54 -1.5033,1.0791l-4.5085,-2.7205c-0.322,-0.1944 -0.727,-0.1944 -1.049,0l-4.5085,2.7205c-0.7639,0.4609 -1.711,-0.219 -1.5034,-1.0791l1.2258,-5.0767c0.0876,-0.3625 -0.0376,-0.7431 -0.3241,-0.9856l-4.0122,-3.3953c-0.6798,-0.57527 -0.318,-1.67526 0.5742,-1.74592l5.2661,-0.41708c0.3761,-0.02979 0.7038,-0.26497 0.8487,-0.60917l2.0288,-4.81889z\'/%3E%3Cpath id=\'svg_3\' fill=\'%23FF9F4E\' d=\'m57.0709,2.47904c0.3437,-0.81646 1.5145,-0.81646 1.8582,0l2.0288,4.81889c0.145,0.3442 0.4727,0.57938 0.8488,0.60917l5.266,0.41708c0.8922,0.07066 1.254,1.17065 0.5742,1.74592l-4.0121,3.3953c-0.2866,0.2425 -0.4118,0.6231 -0.3242,0.9856l1.2257,5.0767c0.2077,0.8601 -0.7394,1.54 -1.5033,1.0791l-4.5085,-2.7205c-0.322,-0.1944 -0.727,-0.1944 -1.049,0l-4.5085,2.7205c-0.7639,0.4609 -1.711,-0.219 -1.5034,-1.0791l1.2258,-5.0767c0.0876,-0.3625 -0.0376,-0.7431 -0.3241,-0.9856l-4.0122,-3.3953c-0.6798,-0.57527 -0.318,-1.67526 0.5742,-1.74592l5.2661,-0.41708c0.3761,-0.02979 0.7038,-0.26497 0.8487,-0.60917l2.0288,-4.81889z\'/%3E%3Cpath id=\'svg_4\' fill=\'%23FF9F4E\' d=\'m81.0709,2.47904c0.3437,-0.81646 1.5145,-0.81646 1.8582,0l2.0288,4.81889c0.145,0.3442 0.4727,0.57938 0.8488,0.60917l5.266,0.41708c0.8922,0.07066 1.254,1.17065 0.5742,1.74592l-4.0121,3.3953c-0.2866,0.2425 -0.4118,0.6231 -0.3242,0.9856l1.2257,5.0767c0.2077,0.8601 -0.7394,1.54 -1.5033,1.0791l-4.5085,-2.7205c-0.322,-0.1944 -0.727,-0.1944 -1.049,0l-4.5085,2.7205c-0.7639,0.4609 -1.711,-0.219 -1.5034,-1.0791l1.2258,-5.0767c0.0876,-0.3625 -0.0376,-0.7431 -0.3241,-0.9856l-4.0122,-3.3953c-0.6798,-0.57527 -0.318,-1.67526 0.5742,-1.74592l5.2661,-0.41708c0.3761,-0.02979 0.7038,-0.26497 0.8487,-0.60917l2.0288,-4.81889z\'/%3E%3Cpath id=\'svg_5\' fill=\'%23FF9F4E\' d=\'m105.071,2.47904c0.344,-0.81646 1.514,-0.81646 1.858,0l2.029,4.81889c0.145,0.3442 0.473,0.57938 0.849,0.60917l5.266,0.41708c0.892,0.07066 1.254,1.17065 0.574,1.74592l-4.012,3.3953c-0.287,0.2425 -0.412,0.6231 -0.324,0.9856l1.225,5.0767c0.208,0.8601 -0.739,1.54 -1.503,1.0791l-4.508,-2.7205c-0.323,-0.1944 -0.728,-0.1944 -1.05,0l-4.508,2.7205c-0.764,0.4609 -1.711,-0.219 -1.5034,-1.0791l1.2254,-5.0767c0.088,-0.3625 -0.037,-0.7431 -0.324,-0.9856l-4.0119,-3.3953c-0.6798,-0.57527 -0.318,-1.67526 0.5742,-1.74592l5.2657,-0.41708c0.376,-0.02979 0.704,-0.26497 0.849,-0.60917l2.029,-4.81889z\'/%3E%3C/g%3E%3C/svg%3E");top:90px;}.testimonials-cards .testimonials-items .testimonial-text{font-style:italic;margin:0 0 20px;color:#232323;}.testimonials-cards .testimonials-items .name{font-size:15px;font-weight:500;margin:0 0 2px;color:#2e3646;}.testimonials-cards .testimonials-items .position{display:inline-flex;align-items:center;font:500 14px/1 "Maven Pro",sans-serif;color:#4d5662;}@media screen and (max-width:767px){.testimonials-cards .testimonials-items .position{font-size:12px;}}.testimonials-cards .testimonials-items .position:after{content:"";width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'17\' viewBox=\'0 0 16 17\' fill=\'none\'%3E%3Cg clip-path=\'url(%23clip0_12_971)\'%3E%3Cmask id=\'mask0_12_971\' style=\'mask-type:luminance\' maskUnits=\'userSpaceOnUse\' x=\'0\' y=\'0\' width=\'16\' height=\'17\'%3E%3Cpath d=\'M7.99968 15.1128C8.87533 15.1139 9.74256 14.942 10.5515 14.6069C11.3605 14.2718 12.0953 13.7801 12.7137 13.1601C13.3337 12.5417 13.8253 11.8069 14.1605 10.998C14.4956 10.189 14.6675 9.32174 14.6663 8.44609C14.6675 7.57045 14.4955 6.70322 14.1604 5.89423C13.8253 5.08525 13.3337 4.35046 12.7137 3.73209C12.0953 3.1121 11.3605 2.62042 10.5515 2.28532C9.74256 1.95022 8.87533 1.77829 7.99968 1.77942C7.12404 1.77831 6.25681 1.95024 5.44782 2.28535C4.63884 2.62045 3.90405 3.11212 3.28568 3.73209C2.6657 4.35046 2.17404 5.08525 1.83893 5.89423C1.50383 6.70322 1.3319 7.57045 1.33301 8.44609C1.33188 9.32174 1.5038 10.189 1.83891 10.998C2.17401 11.8069 2.66569 12.5417 3.28568 13.1601C3.90405 13.7801 4.63884 14.2717 5.44782 14.6068C6.25681 14.9419 7.12404 15.1139 7.99968 15.1128Z\' fill=\'white\' stroke=\'white\' stroke-width=\'2\' stroke-linejoin=\'round\'%3E%3C/path%3E%3Cpath d=\'M5.33301 8.44604L7.33301 10.446L11.333 6.44604\' stroke=\'black\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'%3E%3C/path%3E%3C/mask%3E%3Cg mask=\'url(%23mask0_12_971)\'%3E%3Cpath d=\'M0 0.446045H16V16.446H0V0.446045Z\' fill=\'%2374B763\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_12_971\'%3E%3Crect width=\'16\' height=\'16\' fill=\'white\' transform=\'translate(0 0.446045)\'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-size:100% 100%;margin-left:5px;}.testimonial-single{padding:120px 0;background-position:center center;background-size:cover;}@media screen and (max-width:767px){.testimonial-single{padding:30px 0;}}.testimonial-single .container{max-width:1170px;}.testimonial-single .testimonial-item{position:relative;width:54%;padding:87px 30px 30px;text-align:center;font-family:Montserrat,sans-serif;color:#232323;background:#fff;}@media screen and (max-width:991px){.testimonial-single .testimonial-item{width:70%;}}@media screen and (max-width:767px){.testimonial-single .testimonial-item{width:100%;}}.testimonial-single .testimonial-item:before{content:"";width:39px;height:36px;background-image:url("data:image/svg+xml,%3Csvg width=\'30\' height=\'28\' viewBox=\'0 0 30 28\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M11.124 0.418945L6.372 20.3989L5.508 15.7549C7.236 15.7549 8.64 16.2949 9.72 17.3749C10.8 18.3829 11.34 19.7509 11.34 21.4789C11.34 23.2069 10.8 24.611 9.72 25.6909C8.64 26.7709 7.308 27.3109 5.724 27.3109C3.996 27.3109 2.592 26.7709 1.512 25.6909C0.504 24.5389 0 23.1349 0 21.4789C0 20.8309 0.0359999 20.2549 0.108 19.7509C0.18 19.2469 0.324 18.6349 0.54 17.9149C0.756 17.1949 1.044 16.3309 1.404 15.3229L5.94 0.418945H11.124ZM29.484 0.418945L24.732 20.3989L23.868 15.7549C25.596 15.7549 27 16.2949 28.08 17.3749C29.16 18.3829 29.7 19.7509 29.7 21.4789C29.7 23.2069 29.16 24.611 28.08 25.6909C27 26.7709 25.668 27.3109 24.084 27.3109C22.356 27.3109 20.952 26.7709 19.872 25.6909C18.864 24.5389 18.36 23.1349 18.36 21.4789C18.36 20.8309 18.396 20.2549 18.468 19.7509C18.54 19.2469 18.684 18.6349 18.9 17.9149C19.116 17.1949 19.404 16.3309 19.764 15.3229L24.3 0.418945H29.484Z\' fill=\'%238E312A\'/%3E%3C/svg%3E%0A");position:absolute;left:50%;top:30px;transform:translateX(-50%);background-size:100% 100%;}.testimonial-single .testimonial-text{font:italic 400 19px/1.52 Montserrat,sans-serif;margin:0 0 17px;}@media screen and (max-width:767px){.testimonial-single .testimonial-text{font-size:16px;line-height:1.5;}}.testimonial-single .name{font-weight:600;font-size:18px;}@media screen and (max-width:767px){.testimonial-single .name{font-size:16px;}}.testimonial-single .position{display:inline-flex;align-items:center;font:500 14px/1 "Maven Pro",sans-serif;color:#4d5662;}@media screen and (max-width:767px){.testimonial-single .position{font-size:12px;}}.testimonial-single .position:after{content:"";width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'17\' viewBox=\'0 0 16 17\' fill=\'none\'%3E%3Cg clip-path=\'url(%23clip0_12_971)\'%3E%3Cmask id=\'mask0_12_971\' style=\'mask-type:luminance\' maskUnits=\'userSpaceOnUse\' x=\'0\' y=\'0\' width=\'16\' height=\'17\'%3E%3Cpath d=\'M7.99968 15.1128C8.87533 15.1139 9.74256 14.942 10.5515 14.6069C11.3605 14.2718 12.0953 13.7801 12.7137 13.1601C13.3337 12.5417 13.8253 11.8069 14.1605 10.998C14.4956 10.189 14.6675 9.32174 14.6663 8.44609C14.6675 7.57045 14.4955 6.70322 14.1604 5.89423C13.8253 5.08525 13.3337 4.35046 12.7137 3.73209C12.0953 3.1121 11.3605 2.62042 10.5515 2.28532C9.74256 1.95022 8.87533 1.77829 7.99968 1.77942C7.12404 1.77831 6.25681 1.95024 5.44782 2.28535C4.63884 2.62045 3.90405 3.11212 3.28568 3.73209C2.6657 4.35046 2.17404 5.08525 1.83893 5.89423C1.50383 6.70322 1.3319 7.57045 1.33301 8.44609C1.33188 9.32174 1.5038 10.189 1.83891 10.998C2.17401 11.8069 2.66569 12.5417 3.28568 13.1601C3.90405 13.7801 4.63884 14.2717 5.44782 14.6068C6.25681 14.9419 7.12404 15.1139 7.99968 15.1128Z\' fill=\'white\' stroke=\'white\' stroke-width=\'2\' stroke-linejoin=\'round\'%3E%3C/path%3E%3Cpath d=\'M5.33301 8.44604L7.33301 10.446L11.333 6.44604\' stroke=\'black\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'%3E%3C/path%3E%3C/mask%3E%3Cg mask=\'url(%23mask0_12_971)\'%3E%3Cpath d=\'M0 0.446045H16V16.446H0V0.446045Z\' fill=\'%2374B763\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_12_971\'%3E%3Crect width=\'16\' height=\'16\' fill=\'white\' transform=\'translate(0 0.446045)\'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-size:100% 100%;margin-left:5px;}.contact-form-promo{background:#eaecf0;}.contact-form-promo .title{margin:0 0 48px;}@media screen and (max-width:767px){.contact-form-promo .title{margin:0 0 49px;}}.contact-form-promo .row{display:flex;flex-grow:1;}@media screen and (max-width:767px){.contact-form-promo .row{flex-direction:column-reverse;}}.contact-form-promo .col{flex-shrink:0;}@media screen and (min-width:768px){.contact-form-promo .col:first-child{width:41%;padding-right:20px;}}@media screen and (min-width:768px){.contact-form-promo .col:last-child{width:59%;}}.contact-form-promo .item:not(:last-child){margin-bottom:47px;}.contact-form-promo .item a{transition:.3s color;}.contact-form-promo .item a:hover{color:#8e312a;}.contact-form-promo .item .email,.contact-form-promo .item .phone,.contact-form-promo .item .text{font-weight:600;font-size:15px;line-height:1.2;color:#101828;text-decoration:none;}.contact-form-promo .location{font-size:13px;line-height:1.2;color:#626a7f;text-decoration:none;}.contact-form-promo .location:hover{color:#8e312a;}.contact-form-promo .item-title{color:#101828;font-size:20px;line-height:1.21;font-weight:600;margin:0 0 4px;}.contact-form-promo .item-title-holder{margin:0 0 25px;}.contact-form-promo .email,.contact-form-promo .location-item,.contact-form-promo .phone{position:relative;padding-left:30px;}.contact-form-promo .email:before,.contact-form-promo .location-item:before,.contact-form-promo .phone:before{content:"";width:20px;height:20px;position:absolute;top:50%;left:0;margin-top:-10px;background-size:100% 100%;}.contact-form-promo .location-item:not(:last-child){margin-bottom:23px;}.contact-form-promo .location-item:before{background-image:url("data:image/svg+xml,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0_617_641)\'%3E%3Cpath d=\'M17.5 8.33252C17.5 14.1659 10 19.1659 10 19.1659C10 19.1659 2.5 14.1659 2.5 8.33252C2.5 6.3434 3.29018 4.43574 4.6967 3.02922C6.10322 1.6227 8.01088 0.83252 10 0.83252C11.9891 0.83252 13.8968 1.6227 15.3033 3.02922C16.7098 4.43574 17.5 6.3434 17.5 8.33252Z\' stroke=\'%238E312A\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M10 10.8325C11.3807 10.8325 12.5 9.71323 12.5 8.33252C12.5 6.95181 11.3807 5.83252 10 5.83252C8.61929 5.83252 7.5 6.95181 7.5 8.33252C7.5 9.71323 8.61929 10.8325 10 10.8325Z\' stroke=\'%238E312A\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_617_641\'%3E%3Crect width=\'20\' height=\'20\' fill=\'white\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}.contact-form-promo .phone-holder:not(:last-child){margin-bottom:18px;}@media screen and (max-width:767px){.contact-form-promo .phone-holder:not(:last-child){margin-bottom:25px;}}.contact-form-promo .phone:before{background-image:url("data:image/svg+xml,%3Csvg width=\'20\' height=\'21\' viewBox=\'0 0 20 21\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M18.9638 15.3593V18.069C18.9648 18.3205 18.9133 18.5695 18.8125 18.8C18.7117 19.0305 18.5639 19.2374 18.3786 19.4075C18.1932 19.5775 17.9743 19.707 17.736 19.7876C17.4978 19.8682 17.2452 19.8981 16.9947 19.8755C14.2153 19.5735 11.5455 18.6237 9.19974 17.1025C7.01735 15.7157 5.16706 13.8655 3.78028 11.6831C2.25379 9.3267 1.30381 6.64388 1.00733 3.85197C0.98476 3.60219 1.01444 3.35045 1.09449 3.11278C1.17454 2.8751 1.30321 2.6567 1.47229 2.47147C1.64137 2.28625 1.84717 2.13826 2.07658 2.03692C2.30599 1.93559 2.55399 1.88314 2.80478 1.8829H5.51451C5.95286 1.87859 6.37782 2.03381 6.71019 2.31965C7.04255 2.60548 7.25964 3.00242 7.32099 3.43648C7.43536 4.30365 7.64747 5.1551 7.95326 5.97459C8.07479 6.29788 8.10109 6.64923 8.02905 6.98701C7.95701 7.32479 7.78965 7.63484 7.5468 7.88043L6.39969 9.02754C7.6855 11.2889 9.55783 13.1612 11.8191 14.447L12.9663 13.2999C13.2118 13.057 13.5219 12.8897 13.8597 12.8176C14.1975 12.7456 14.5488 12.7719 14.8721 12.8934C15.6916 13.1992 16.543 13.4113 17.4102 13.5257C17.849 13.5876 18.2497 13.8086 18.5361 14.1467C18.8226 14.4847 18.9748 14.9163 18.9638 15.3593Z\' stroke=\'%238E312A\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.contact-form-promo .email:before{background-image:url("data:image/svg+xml,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1.66666 5.83325L8.47076 10.5961C9.02173 10.9818 9.29722 11.1746 9.59688 11.2493C9.86157 11.3153 10.1384 11.3153 10.4031 11.2493C10.7028 11.1746 10.9782 10.9818 11.5292 10.5961L18.3333 5.83325M5.66666 16.6666H14.3333C15.7335 16.6666 16.4335 16.6666 16.9683 16.3941C17.4387 16.1544 17.8212 15.772 18.0608 15.3016C18.3333 14.7668 18.3333 14.0667 18.3333 12.6666V7.33325C18.3333 5.93312 18.3333 5.23306 18.0608 4.69828C17.8212 4.22787 17.4387 3.84542 16.9683 3.60574C16.4335 3.33325 15.7335 3.33325 14.3333 3.33325H5.66666C4.26653 3.33325 3.56646 3.33325 3.03168 3.60574C2.56128 3.84542 2.17882 4.22787 1.93914 4.69828C1.66666 5.23306 1.66666 5.93312 1.66666 7.33325V12.6666C1.66666 14.0667 1.66666 14.7668 1.93914 15.3016C2.17882 15.772 2.56128 16.1544 3.03168 16.3941C3.56646 16.6666 4.26653 16.6666 5.66666 16.6666Z\' stroke=\'%238E312A\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.contact-form-promo .contact-form-block{position:relative;}@media screen and (max-width:767px){.contact-form-promo .contact-form-block{margin:0 0 40px;}}.contact-form-promo .contact-form-block br{display:none;}.contact-form-promo .contact-form-block p{margin:0;}.contact-form-promo .wpcf7-checkbox{display:block;-moz-column-count:2;column-count:2;-moz-column-gap:23px;column-gap:23px;padding-top:9px;max-width:390px;}.contact-form-promo .wpcf7-list-item{display:block;margin:0 0 16px;}@media screen and (max-width:767px){.contact-form-promo .wpcf7-list-item{margin:0 0 24px;}}.thank-you-block{visibility:hidden;padding:15px;position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;background:#fff;z-index:50;}.thank-you-block.show{visibility:visible;}.thank-you-block strong{display:block;font-size:48px;line-height:1;font-weight:600;color:#101828;margin:0 0 19px;letter-spacing:-.02em;}.thank-you-block em{display:block;font-style:normal;font-weight:600;font-size:20px;line-height:1.21;color:#101828;margin:0 0 3px;}.thank-you-block img{margin:0 0 26px;}@media screen and (max-width:767px){.portfolio-promo{padding-bottom:85px;}}.portfolio-promo .container{position:relative;z-index:5;}.portfolio-promo .title{margin:0 0 22px;}.portfolio-promo .main-text{max-width:490px;}@media screen and (max-width:767px){.portfolio-promo .main-text{margin:0 0 40px;}}.portfolio-promo .row{margin:0 0 47px;}@media screen and (min-width:767px){.portfolio-promo .row{display:flex;align-items:center;gap:25px;}}@media screen and (min-width:767px){.portfolio-promo .col:first-child{width:65.5%;padding-right:20px;}}.portfolio-promo .title-holder{max-width:530px;}.portfolio-promo .projects-info{font-weight:600;font-size:18px;line-height:1.55;}.portfolio-promo .projects-number{color:#8e312a;font-size:96px;line-height:1;font-weight:600;}@media screen and (max-width:767px){.portfolio-promo .projects-number{margin:0 0 6px;}}.portfolio-promo .projects-number p{margin:0;}.portfolio-promo+.advantages{padding-top:0;}.portfolio-promo+.advantages .bg{display:block;height:1900px;top:auto;}.portfolio-promo-posts{display:flex;flex-wrap:wrap;gap:25px;}.portfolio-promo-card{width:100%;}@media screen and (min-width:767px){.portfolio-promo-card{width:calc(50% - 13px);}}@media screen and (max-width:767px){.portfolio-promo-card{display:none;}}@media screen and (max-width:767px){.portfolio-promo-card:first-child,.portfolio-promo-card:nth-child(2),.portfolio-promo-card:nth-child(3){display:flex;}}.portfolio-promo-card{display:block;display:flex;position:relative;text-decoration:none;height:352px;font-size:18px;border:1px solid #98a2b3;color:#667085;align-items:center;justify-content:center;text-align:center;padding:15px;}@media screen and (max-width:767px){.portfolio-promo-card{height:250px;font-size:16px;}}.portfolio-promo-card:hover .image-block{opacity:0;}.portfolio-promo-card:hover .decore:after,.portfolio-promo-card:hover .decore:before{height:50%;width:2px;}.portfolio-promo-card:hover .decore-2:after,.portfolio-promo-card:hover .decore-2:before,.portfolio-promo-card:hover .decore-3:after,.portfolio-promo-card:hover .decore-3:before{width:25%;height:2px;}.portfolio-promo-card .image-block{position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;z-index:5;transition:.3s opacity;}.portfolio-promo-card img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;}.portfolio-promo-card .item-title{font-weight:600;}.portfolio-promo-card .address{margin:0 0 18px;}@media screen and (max-width:767px){.portfolio-promo-card .address{margin:0 0 10px;}}.portfolio-promo-card .decore:after,.portfolio-promo-card .decore:before{content:"";background:#fff;position:absolute;left:-1px;top:50%;width:2px;width:0;height:50%;height:0;transform:translateY(-50%);transition:.6s height,.6s width;}.portfolio-promo-card .decore:after{left:auto;right:-1px;}.portfolio-promo-card .decore-2:after,.portfolio-promo-card .decore-2:before,.portfolio-promo-card .decore-3:after,.portfolio-promo-card .decore-3:before{left:12%;top:-1px;transform:none;}.portfolio-promo-card .decore-2:after,.portfolio-promo-card .decore-3:after{left:auto;right:12%;}.portfolio-promo-card .decore-3:after,.portfolio-promo-card .decore-3:before{top:auto;bottom:-1px;transform:none;}.services-banner.portfolio-archive-banner{margin:0;}.services-banner.portfolio-archive-banner .content-holder{max-width:675px;}.services-banner.portfolio-archive-banner .text{margin-bottom:0;}@media screen and (max-width:767px){.services-banner.portfolio-archive-banner .text{font-size:14px;line-height:1.42;}}.services-banner.portfolio-archive-banner .image-block{width:55%;}@media screen and (max-width:767px){.services-banner.portfolio-archive-banner .image-block{width:100%;}}.services-banner.portfolio-archive-banner .image-block img{border-radius:16px;overflow:hidden;}.portfolio-archive-section{background:#fff;overflow:hidden;}.portfolio-archive-section .title{text-align:left;margin-bottom:28px;max-width:492px;}@media screen and (max-width:767px){.portfolio-archive-section .title{margin:0 0 50px;}}.portfolio-archive-section .tab-links{justify-content:flex-start;margin-bottom:50px;padding-bottom:0;}@media screen and (max-width:767px){.portfolio-archive-section .tab-links{padding-bottom:0;margin-bottom:30px;overflow:auto;margin-right:-15px;}}.portfolio-archive-section .tab-links li:not(:last-child){margin-right:50px;}@media screen and (max-width:767px){.portfolio-archive-section .tab-links li:not(:last-child){margin-right:25px;}}.portfolio-archive-section .tab-links a{position:relative;display:block;font-size:24px;white-space:nowrap;}@media screen and (max-width:767px){.portfolio-archive-section .tab-links a{font-size:18px;}}.portfolio-archive-section .tab-links .active a{font-weight:500;}.portfolio-archive-section .tab-links .active a::after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background-color:#8e312a;transition:.25s;}.portfolio-archive-section .alm-btn-wrap{text-align:center;padding-top:24px;}@media screen and (max-width:767px){.portfolio-archive-section .alm-btn-wrap{padding-top:17px;}}.portfolios-posts-alm-list{display:flex;flex-wrap:wrap;margin:0 -15px;}@media screen and (max-width:991px){.portfolios-posts-alm-list{margin:0 -12px;}}@media screen and (max-width:767px){.portfolios-posts-alm-list{margin:0 -6px;}}.alm-load-more-btn.link-arrow::after{transform:rotate(90deg);left:0;}.portfolio-card{width:calc(50% - 24px);margin:12px;text-decoration:none;color:#454545;position:relative;}@media screen and (max-width:991px){.portfolio-card{margin:12px;}}@media screen and (max-width:767px){.portfolio-card{margin:0 6px 24px;width:100%;}}.portfolio-card:nth-child(5n+3){width:100%;}@media screen and (max-width:991px){.portfolio-card:nth-child(5n+3){width:calc(100% - 12px);}}.portfolio-card .card-media{height:400px;width:100%;overflow:hidden;}@media screen and (max-width:767px){.portfolio-card .card-media{height:320px;}}.portfolio-card .card-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.portfolio-card .post-info{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(286.82deg,rgba(234,233,233,0) 6.26%,#eae9e9 81.62%);padding:32px;}@media screen and (max-width:767px){.portfolio-card .post-info{padding:32px 16px;}}.portfolio-card .address{font-size:16px;margin-bottom:20px;color:#667085;}.portfolio-card .card-title{margin:0 0 8px;font-weight:600;}@media screen and (max-width:767px){.portfolio-card .card-title{margin-bottom:10px;}}.portfolio-card .category-name{font-size:14px;font-weight:600;padding:2px 10px;border-radius:16px;background:#d7d6d8;display:inline-block;color:#101828;margin-bottom:8px;}.banner.portfolio-archive-banner{padding:90px 0 0;overflow:hidden;}.banner.portfolio-archive-banner .portfolio-archive-images{margin-right:calc(( 100% - 100vw ) / 2);}.banner.portfolio-archive-banner .slick-slide{margin:0 16px;}@media screen and (max-width:767px){.banner.portfolio-archive-banner .slick-slide{margin:0 8px;max-width:87vw;}}.banner.portfolio-archive-banner .slick-slide img{max-height:621px;}.home-banner{position:relative;padding-bottom:34px;border-bottom:1px solid #eaecf0;z-index:10;}@media screen and (max-width:767px){.home-banner{padding:65px 0 35px;}}.home-banner+.trusted-brand{border-top:none;}.home-banner+.trusted-brand .bg{display:block;top:auto;height:935px;}@media screen and (max-width:767px){.home-banner+.trusted-brand .bg{height:700px;}}.home-banner .container{position:relative;}@media screen and (max-width:767px){.home-banner .container{display:flex;flex-direction:column;}}.home-banner .title{margin:0;}.home-banner .title p{line-height:1;}.home-banner .title strong{line-height:1;}.home-banner .text{margin:0 0 24px;padding-top:30px;}.home-banner .row{margin:0 0 40px;}@media screen and (min-width:992px){.home-banner .row{display:flex;}}.home-banner .col{width:40.5%;}@media screen and (max-width:991px){.home-banner .col{width:100%;}}.home-banner .col:first-child{flex-shrink:0;}@media screen and (min-width:992px){.home-banner .col:first-child{width:60%;padding-right:40px;}}@media screen and (min-width:992px){.home-banner .col:last-child{width:40%;}}.home-banner .image-block{position:relative;}.home-banner .image-block img{display:block;width:100%;}.services-promo{position:relative;}.services-promo .title{margin:0 0 42px;max-width:495px;}@media screen and (max-width:767px){.services-promo .title{margin:0 0 50px;}}.services-promo .btn-holder{padding-top:40px;}@media screen and (max-width:767px){.services-promo .btn-holder{padding-top:20px;}}.services-promo .items-block{display:flex;flex-wrap:wrap;gap:15px;}@media screen and (min-width:768px){.services-promo .items-block{gap:25px;}}@media screen and (min-width:768px){.services-promo .service-promo-card{width:calc(50% - 13px);}}@media screen and (min-width:768px){.services-promo .service-promo-card:nth-child(3n+3){width:100%;}}.services-promo .link-holder{text-align:right;margin-bottom:-30px;}@media screen and (max-width:767px){.services-promo .link-holder{position:relative;text-align:left;margin:0;}}@media screen and (max-width:767px){.services-promo .link-holder a{position:absolute;top:80px;left:0;}}@media screen and (max-width:767px){.services-promo .tabs .tab-links{margin-bottom:130px;}}.service-promo-card{position:relative;display:block;background:#fff;color:#667085;text-decoration:none;min-height:400px;padding:33px;overflow:hidden;}@media screen and (max-width:991px){.service-promo-card{padding:20px;}}@media screen and (max-width:767px){.service-promo-card{display:flex;min-height:320px;width:100%;}}.service-promo-card:hover .link-arrow:after{left:5px;}.service-promo-card:hover .image-block img{transform:scale(1.2);transition:8s transform;}.service-promo-card .image-block{position:absolute;top:0;left:0;right:0;bottom:0;}.service-promo-card .image-block img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.service-promo-card .content{position:relative;max-width:350px;z-index:5;}@media screen and (max-width:767px){.service-promo-card .content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;}}@media screen and (max-width:767px){.service-promo-card .card-title{font-weight:600;}}.service-promo-card .card-text{margin:0 0 20px;color:#454b5a;padding:10px;background:rgba(255,255,255,.75);}.banner{position:relative;text-align:center;padding:40px 0;}@media screen and (max-width:767px){.banner{padding:40px 0 0;text-align:left;}}@media screen and (min-width:768px){.banner+.consultation-form{padding-top:25px;}}.banner+.consultation-form .bg{display:block;top:auto;height:1200px;left:-120px;}@media screen and (max-width:767px){.banner+.consultation-form .bg{display:none;}}.banner.privaci-banner .title{margin:0 0 25px;}@media screen and (max-width:767px){.banner.privaci-banner .title{margin:0 0 15px;}}.banner.privaci-banner .text{font-size:20px;max-width:674px;margin-bottom:90px;}@media screen and (max-width:767px){.banner.privaci-banner .text{font-size:18px;line-height:1.3;margin-bottom:42px;}}@media screen and (min-width:768px){.banner.content-horizontal .wrap{display:flex;text-align:left;align-items:flex-end;margin:0 0 40px;}}@media screen and (min-width:768px){.banner.content-horizontal .title{margin:0;max-width:60%;width:100%;padding-right:15px;}}.banner.content-horizontal .title p{max-width:660px;}.banner.content-horizontal .text{max-width:430px;margin:0 0 25px;}.banner.content-horizontal .btns-holder{justify-content:flex-start;}@media screen and (min-width:768px){.banner.content-horizontal .btns-holder{margin:0;}}@media screen and (max-width:767px){.banner.mobile-image-first .container{display:flex;flex-direction:column;}}@media screen and (max-width:767px){.banner.mobile-image-first .breadcrumbs{order:1;}}@media screen and (max-width:767px){.banner.mobile-image-first .image-block{order:2;margin-bottom:40px;}}@media screen and (max-width:767px){.banner.mobile-image-first .wrap{order:3;}}.banner .container{position:relative;z-index:5;}.banner .label{font-weight:600;margin:0 0 12px;}@media screen and (min-width:992px){.banner .label{padding-top:50px;}}.banner .title{margin:0 0 17px;}.single-post .banner .title{margin:0 0 23px;}.banner .google-reviews{margin:0 auto 40px;}@media screen and (min-width:768px){.banner .google-reviews{display:flex;justify-content:center;align-items:center;}}.banner .text{margin-bottom:40px;}@media screen and (min-width:768px){.banner .text{max-width:610px;margin:0 auto 40px;}}.banner .text p{margin:0;}.banner .text a{color:inherit;text-decoration:underline;}.banner .text a:hover{text-decoration:none;}.single-post .banner .text{font-size:20px;line-height:1.5;}@media screen and (max-width:767px){.single-post .banner .text{font-size:18px;}}.banner .btns-holder{display:flex;gap:35px;margin:0 0 47px;}@media screen and (min-width:768px){.banner .btns-holder{justify-content:center;}}@media screen and (min-width:768px){.banner .btns-holder.hide{display:none;}}.single-post .banner .btns-holder{display:none;}.banner .btns-holder .tel{position:relative;font-size:14px;padding-left:27px;}.banner .btns-holder .tel:after{height:20px;width:20px;margin:0;position:absolute;top:9px;left:0;background-image:url("data:image/svg+xml,%3Csvg width=\'21\' height=\'20\' viewBox=\'0 0 21 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M18.8334 14.0999V16.5999C18.8343 16.832 18.7868 17.0617 18.6938 17.2744C18.6008 17.487 18.4644 17.6779 18.2934 17.8348C18.1224 17.9917 17.9205 18.1112 17.7007 18.1855C17.4808 18.2599 17.2478 18.2875 17.0167 18.2666C14.4524 17.988 11.9892 17.1117 9.82503 15.7083C7.81155 14.4288 6.10448 12.7217 4.82503 10.7083C3.41668 8.53426 2.54023 6.05908 2.2667 3.48325C2.24587 3.25281 2.27326 3.02055 2.34711 2.80127C2.42097 2.58199 2.53967 2.38049 2.69567 2.2096C2.85167 2.03871 3.04153 1.90218 3.25319 1.80869C3.46484 1.7152 3.69365 1.6668 3.92503 1.66658H6.42503C6.82945 1.6626 7.22152 1.80582 7.52817 2.06953C7.83481 2.33324 8.03509 2.69946 8.0917 3.09992C8.19722 3.89997 8.39291 4.68552 8.67503 5.44158C8.78715 5.73985 8.81142 6.06401 8.74495 6.37565C8.67849 6.68729 8.52408 6.97334 8.30003 7.19992L7.2417 8.25825C8.42799 10.3445 10.1554 12.072 12.2417 13.2583L13.3 12.1999C13.5266 11.9759 13.8127 11.8215 14.1243 11.755C14.4359 11.6885 14.7601 11.7128 15.0584 11.8249C15.8144 12.107 16.6 12.3027 17.4 12.4083C17.8048 12.4654 18.1745 12.6693 18.4388 12.9812C18.7031 13.2931 18.8435 13.6912 18.8334 14.0999Z\' stroke=\'%238E312A\' stroke-width=\'1.66667\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.banner .image-block{flex-shrink:0;}@media screen and (max-width:767px){.banner .image-block{height:250px;}}.banner .image-block img{display:block;width:100%;}@media screen and (max-width:767px){.banner .image-block img{height:100%;-o-object-fit:cover;object-fit:cover;}}.banner .tags-list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:0 0 88px;}@media screen and (max-width:767px){.banner .tags-list{margin:0 0 50px;}}.banner .tags-list .tag{color:#101828;font-weight:500;font-size:14px;line-height:1;background:#eaecf0;border-radius:16px;padding:5px 10px;}.secondary-banner{background-position:center center;background-size:cover;font-family:"Maven Pro",sans-serif;}@media screen and (max-width:767px){.secondary-banner{position:relative;padding:40px 0;}.secondary-banner:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;opacity:.6;}}.secondary-banner .container{position:relative;z-index:5;}@media screen and (min-width:768px){.secondary-banner .content-block{max-width:640px;}}.secondary-banner .title{font:700 52px/1.15 Montserrat,sans-serif;color:#232323;margin:0 0 10px;}@media screen and (max-width:767px){.secondary-banner .title{font-size:36px;line-height:1.02;}}.secondary-banner .title strong{font-weight:700;}.secondary-banner .text{line-height:1.5;color:#4d5662;margin:0 0 20px;}.secondary-banner .text p{margin:0;}.secondary-banner .btn-holder{margin:0 0 60px;}@media screen and (max-width:767px){.secondary-banner .btn-holder{margin:0 0 30px;}}.secondary-banner .license-numbers{display:flex;flex-wrap:wrap;gap:16px;font-weight:500;text-transform:uppercase;}.secondary-banner .license-numbers p{display:inline-flex;align-items:center;margin:0;}.secondary-banner .license-numbers p:before{content:"";width:20px;height:20px;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg aria-hidden=\'true\' class=\'e-font-icon-svg e-fas-check-circle\' viewBox=\'0 0 512 512\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill=\'%238e312a\' d=\'M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\'%3E%3C/path%3E%3C/svg%3E");margin-right:10px;}.services-banner{padding:30px 0 60px;}.services-banner .image-block{margin-bottom:30px;}.services-banner .image-block img{width:100%;}.services-banner .google-reviews{margin:10px 0 20px;}.services-banner .ti-widget.ti-widget{text-align:left;}.services-banner .link-arrow{margin-left:15px;}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;font-size:12px;line-height:1;font-weight:500;text-align:left;margin:0 0 47px;color:#101828;}@media screen and (max-width:767px){.breadcrumbs{font-size:14px;}}@media screen and (min-width:768px){.breadcrumbs.hide{display:none;}}.breadcrumbs a{text-decoration:none;color:#667085;transition:.2s opacity;}.breadcrumbs a:hover{opacity:.7;}.breadcrumbs .current-item{font-weight:500;color:#262626;}.breadcrumbs .separator{display:inline-block;margin:0 5px;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M6 12L10 8L6 4\' stroke=\'%23101828\' stroke-width=\'1.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");background-size:100% auto;}.breadcrumbs .separator.nitro-lazy{background-image:none !important;}.breadcrumbs .home{position:relative;padding-left:25px;}.breadcrumbs .home:before{content:"";position:absolute;top:0;left:0;margin-right:5px;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M10 13.9998V8.66648C10 8.48967 9.92976 8.3201 9.80474 8.19508C9.67971 8.07005 9.51014 7.99982 9.33333 7.99982H6.66667C6.48986 7.99982 6.32029 8.07005 6.19526 8.19508C6.07024 8.3201 6 8.48967 6 8.66648V13.9998M2 6.66648C1.99995 6.47253 2.04222 6.2809 2.12386 6.10496C2.20549 5.92902 2.32453 5.77301 2.47267 5.64782L7.13933 1.64848C7.37999 1.44509 7.6849 1.3335 8 1.3335C8.3151 1.3335 8.62001 1.44509 8.86067 1.64848L13.5273 5.64782C13.6755 5.77301 13.7945 5.92902 13.8761 6.10496C13.9578 6.2809 14 6.47253 14 6.66648V12.6665C14 13.0201 13.8595 13.3592 13.6095 13.6093C13.3594 13.8593 13.0203 13.9998 12.6667 13.9998H3.33333C2.97971 13.9998 2.64057 13.8593 2.39052 13.6093C2.14048 13.3592 2 13.0201 2 12.6665V6.66648Z\' stroke=\'%23667085\' stroke-width=\'1.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");background-size:100% auto;}.info-items{position:relative;}.info-items.secondary-view{background:#eaecf0;}.info-items.secondary-view .main-title-block{align-items:flex-end;}.info-items.secondary-view .item .item-text{color:#667085;}.info-items.width-50 .items-holder{row-gap:50px;}@media screen and (min-width:768px){.info-items.width-50 .items-holder .item{width:calc(50% - 13px);}}.info-items.width-50 .items-holder .item .item-text{color:#667085;}.info-items.our-services-waterproofing .items-holder .item-text{color:#667085;}.info-items .items-holder{display:flex;flex-wrap:wrap;gap:25px;}@media screen and (max-width:767px){.info-items .items-holder{gap:32px;}}.info-items .items-holder .item{width:calc(33.33% - 17px);}@media screen and (max-width:767px){.info-items .items-holder .item{width:100%;}}@media screen and (min-width:767px){.info-items .items-holder .item.only-text{padding-top:60px;}}.info-items .items-holder .item.only-text .item-text{font-size:18px;line-height:1.3;}.info-items .items-holder .item .image-block{width:64px;height:64px;margin:0 0 32px;}.info-items .items-holder .item .image-block img{display:block;width:100%;}.info-items .items-holder .item p{margin:0;}.info-items .items-holder .item-title{letter-spacing:0;}.info-items .items-holder .item-text{color:#101828;line-height:1.3;letter-spacing:.025em;}.info-items .image-items-block{padding-top:40px;}.info-items .bg:not(.secondary){text-align:center;}.info-items .bg:not(.secondary) img{max-width:80%;height:auto;}@media screen and (max-width:991px){.info-items .bg:not(.secondary) img{max-width:100%;}}@media screen and (max-width:767px){.info-items .bg.secondary img{height:auto;}}.info-items .bg.third{display:flex;align-items:flex-end;}.info-items .bg.third img{width:100%;height:auto;}.info-items .single-image{margin-top:50px;}@media screen and (max-width:767px){.info-items .single-image{height:250px;overflow:hidden;}}.info-items .single-image img{display:block;width:100%;}@media screen and (max-width:767px){.info-items .single-image img{height:100%;-o-object-fit:cover;object-fit:cover;}}.info-items-services .title{line-height:1.3;margin-bottom:40px;}.info-items-services .items-holder{display:flex;flex-wrap:wrap;gap:32px;}.info-items-services .items-holder .item{width:100%;display:flex;}.info-items-services .items-holder .item .image-block{width:64px;height:64px;margin-right:20px;flex-shrink:0;}.info-items-services .items-holder .item .image-block img{display:block;width:100%;}.info-items-services .items-holder .item-title{letter-spacing:0;}.info-blocks{position:relative;}.info-blocks.secondary-view{background:#eaecf0;}.info-blocks.secondary-view .main-title-block{align-items:flex-end;}@media screen and (min-width:992px){.info-blocks.secondary-view .main-title-block .title{padding-right:30px;}}.info-blocks.secondary-view .main-title-block .text{color:#101828;}@media screen and (max-width:767px){.info-blocks.width-100 .main-title-block{padding-bottom:0;margin-bottom:37px;border:none;}}@media screen and (max-width:767px){.info-blocks.width-100 .items-holder{border:none;padding-bottom:0;margin-bottom:17px;}}.info-blocks.width-100 .items-holder .item{width:100%;padding:48px 0;border-top:1px solid #d4d7dc;}@media screen and (max-width:767px){.info-blocks.width-100 .items-holder .item{padding:35px 0;}}.info-blocks.width-100 .items-holder .item .text{color:#101828;}@media screen and (max-width:767px){.info-blocks .main-title-block{border-bottom:1px solid #e7e8e9;padding-bottom:48px;margin-bottom:46px;}}@media screen and (min-width:768px){.info-blocks .main-title-block .title{width:57.8%;}}.info-blocks .main-title-block .text{line-height:1.3;}.info-blocks .items-row{display:flex;flex-wrap:wrap;gap:45px;padding:48px 0;border-top:1px solid #e7e8e9;}@media screen and (max-width:991px){.info-blocks .items-row{gap:25px;padding:0;}}@media screen and (max-width:767px){.info-blocks .items-row{gap:53px;border:none;}}@media screen and (max-width:767px){.info-blocks .items-row:not(:last-child){margin-bottom:53px;}}@media screen and (max-width:767px){.info-blocks .items-holder{padding-bottom:47px;margin-bottom:48px;border-bottom:1px solid #e7e8e9;}}.info-blocks .items-holder .item{width:calc(33.33% - 30px);}@media screen and (max-width:991px){.info-blocks .items-holder .item{width:calc(33.33% - 17px);}}@media screen and (max-width:767px){.info-blocks .items-holder .item{width:100%;}}.info-blocks .items-holder .item .text{line-height:1.3;}.info-blocks .list{display:flex;flex-wrap:wrap;gap:8px 20px;margin:0;padding:25px 0 0;list-style:none;}@media screen and (max-width:767px){.info-blocks .list{gap:16px;}}.info-blocks .list li{position:relative;color:#101828;font-weight:600;padding-left:34px;width:calc(50% - 13px);}@media screen and (max-width:767px){.info-blocks .list li{width:100%;}}.info-blocks .list li:before{content:"";width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Crect width=\'24\' height=\'24\' rx=\'12\' fill=\'%238E312A\'/%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M17.0964 7.38967L9.9364 14.2997L8.0364 12.2697C7.6864 11.9397 7.1364 11.9197 6.7364 12.1997C6.3464 12.4897 6.2364 12.9997 6.4764 13.4097L8.7264 17.0697C8.9464 17.4097 9.3264 17.6197 9.7564 17.6197C10.1664 17.6197 10.5564 17.4097 10.7764 17.0697C11.1364 16.5997 18.0064 8.40967 18.0064 8.40967C18.9064 7.48967 17.8164 6.67967 17.0964 7.37967V7.38967Z\' fill=\'white\'/%3E%3C/svg%3E%0A");background-size:100% auto;position:absolute;top:2px;left:0;}@media screen and (max-width:767px){.info-blocks .bg{display:none;}}.text-columns{position:relative;}.text-columns.secondary-view{background:#eaecf0;}.text-columns.secondary-view .text{color:#101828;}.text-columns .title{max-width:620px;margin:0 0 42px;}@media screen and (max-width:767px){.text-columns .title{margin:0 0 38px;}}.text-columns .text{margin:0 0 40px;line-height:1.3;}@media screen and (min-width:768px){.text-columns .text{-moz-column-count:2;column-count:2;-moz-column-gap:25px;column-gap:25px;margin:0 0 34px;}}.text-columns .text p{margin:0;}.text-columns .text p:not(:last-child){margin-bottom:16px;}.text-columns .text a{color:inherit;}.text-columns .text a:hover{text-decoration:none;}.text-columns .text strong{font-weight:400;color:#101828;}.text-columns .cards-block{display:flex;flex-wrap:wrap;gap:25px;padding-top:63px;}@media screen and (min-width:768px){.text-columns .cards-block{padding-top:40px;}}@media screen and (min-width:768px){.text-columns .cards-block .service-promo-card{width:calc(50% - 13px);}}.text-columns .cards-block .service-promo-card .card-title{font-weight:600;}.text-columns .cards-block .service-promo-card .card-text{color:#101828;}.text-columns .bottom-block .text{-moz-column-count:auto;column-count:auto;}@media screen and (max-width:767px){.text-columns .single-image-block{height:250px;overflow:hidden;}}.text-columns .single-image-block img{display:block;width:100%;}@media screen and (max-width:767px){.text-columns .single-image-block img{height:100%;-o-object-fit:cover;object-fit:cover;}}.list-columns{position:relative;background:#eaecf0;}.list-columns.secondary-view{background:#fff;}.list-columns.items-only-title .main-title-block{margin:0 0 53px;}.list-columns.items-only-title .list{row-gap:18px;}.list-columns.items-only-title .list li:before{width:28px;height:28px;top:0;}.list-columns.items-only-title .list li .list-title{font-size:16px;padding:7px 0;letter-spacing:normal;margin:0;}.list-columns.services-list-columns .title{margin-bottom:40px;line-height:1.3;}.list-columns .main-title-block{margin:0 0 65px;}.list-columns .main-title-block.vertical{display:block;}.list-columns .main-title-block.vertical .title{margin:0 0 22px;}@media screen and (min-width:768px){.list-columns .main-title-block.vertical .title{width:50%;}}.list-columns .main-title-block.vertical .text{padding:0;max-width:490px;}.list-columns .text-block:not(:last-child){margin-bottom:65px;}.list-columns .list{display:flex;flex-wrap:wrap;gap:40px 25px;margin:0;padding:0;list-style:none;}.list-columns .list.gap-sm{gap:20px;}.list-columns .list li{position:relative;color:#101828;padding-left:41px;width:calc(50% - 13px);}@media screen and (max-width:767px){.list-columns .list li{width:100%;}}.list-columns .list li:before{content:"";width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Crect width=\'24\' height=\'24\' rx=\'12\' fill=\'%238E312A\'/%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M17.0964 7.38967L9.9364 14.2997L8.0364 12.2697C7.6864 11.9397 7.1364 11.9197 6.7364 12.1997C6.3464 12.4897 6.2364 12.9997 6.4764 13.4097L8.7264 17.0697C8.9464 17.4097 9.3264 17.6197 9.7564 17.6197C10.1664 17.6197 10.5564 17.4097 10.7764 17.0697C11.1364 16.5997 18.0064 8.40967 18.0064 8.40967C18.9064 7.48967 17.8164 6.67967 17.0964 7.37967V7.38967Z\' fill=\'white\'/%3E%3C/svg%3E%0A");background-size:100% auto;position:absolute;top:0;left:0;}.list-columns .image-items-block{padding-top:40px;}.list-columns .bottom-text,.list-columns .top-text{padding-top:30px;line-height:1.3;}@media screen and (min-width:768px){.list-columns .bottom-text,.list-columns .top-text{-moz-column-count:2;column-count:2;-moz-column-gap:25px;column-gap:25px;padding-top:54px;}}.list-columns .bottom-text p,.list-columns .top-text p{margin:0;}@media screen and (max-width:767px){.list-columns .bottom-text p:not(:last-child),.list-columns .top-text p:not(:last-child){margin-bottom:25px;}}.list-columns .top-text{padding:0;margin:0 0 87px;}.list-columns .bg{text-align:center;}.list-columns .bg img{max-width:80%;height:auto;}@media screen and (max-width:991px){.list-columns .bg img{max-width:100%;}}.text-items{position:relative;}.text-items .title{max-width:550px;margin:0 0 40px;}.text-items .item:not(:last-child){margin-bottom:90px;}@media screen and (max-width:991px){.text-items .item:not(:last-child){margin-bottom:60px;}}@media screen and (max-width:767px){.text-items .item .text{font-size:16px;line-height:1.3;}}.text-items .item p{margin:0;}.text-items .item p:not(:last-child){margin-bottom:12px;}.text-items .image-items-block{padding-top:90px;}@media screen and (max-width:991px){.text-items .image-items-block{padding-top:60px;}}.text-items .image-items-block .image-item{padding-bottom:87%;}@media screen and (max-width:767px){.text-items .image-items-block .image-item{padding-bottom:0;height:250px;}}.text-and-list{background:#eaecf0;}@media screen and (min-width:768px){.text-and-list .holder{display:flex;justify-content:space-between;}}.text-and-list .main-title-block{display:block;}.text-and-list .main-title-block{margin:0 0 20px;}@media screen and (min-width:768px){.text-and-list .main-title-block{width:57%;flex-shrink:0;margin:0;padding-right:30px;}}@media screen and (max-width:767px){.text-and-list .main-title-block{margin:0 0 41px;}}.text-and-list .main-title-block .title{width:100%;margin:0 0 26px;}@media screen and (max-width:767px){.text-and-list .main-title-block .title{margin:0 0 40px;}}.text-and-list .main-title-block .text{padding:0;}.text-and-list .list{margin:0;list-style:none;}@media screen and (min-width:768px){.text-and-list .list{padding:13px 0 0;width:32%;}}@media screen and (max-width:767px){.text-and-list .list{display:flex;flex-wrap:wrap;gap:24px 0;}}.text-and-list .list li{position:relative;color:#101828;font-weight:600;padding-left:34px;padding-right:10px;}@media screen and (max-width:767px){.text-and-list .list li{width:50%;}}@media screen and (min-width:768px){.text-and-list .list li:not(:last-child){margin-bottom:20px;}}.text-and-list .list li:before{content:"";width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Crect width=\'24\' height=\'24\' rx=\'12\' fill=\'%238E312A\'/%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M17.0964 7.38967L9.9364 14.2997L8.0364 12.2697C7.6864 11.9397 7.1364 11.9197 6.7364 12.1997C6.3464 12.4897 6.2364 12.9997 6.4764 13.4097L8.7264 17.0697C8.9464 17.4097 9.3264 17.6197 9.7564 17.6197C10.1664 17.6197 10.5564 17.4097 10.7764 17.0697C11.1364 16.5997 18.0064 8.40967 18.0064 8.40967C18.9064 7.48967 17.8164 6.67967 17.0964 7.37967V7.38967Z\' fill=\'white\'/%3E%3C/svg%3E%0A");background-size:100% auto;position:absolute;top:2px;left:0;}@media screen and (max-width:767px){.text-and-list .list li:before{width:24px;height:24px;top:-2px;}}.roofing-menu{padding:38px 0 0;}.roofing-menu .menu{display:flex;flex-wrap:wrap;gap:15px 24px;margin:0;padding:0;list-style:none;border-bottom:1px solid #eaecf0;}@media screen and (max-width:767px){.roofing-menu .menu{flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;margin-right:-15px;padding-bottom:1px;}}.roofing-menu .menu a{position:relative;display:block;font-size:18px;line-height:1.3;font-weight:500;color:#667085;padding:8px 0;text-decoration:none;}.roofing-menu .menu a:hover{color:#8e312a;border-color:#8e312a;}.roofing-menu .menu a:hover:after{background:#8e312a;}.roofing-menu .menu a:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background:0 0;transition:.2s background;}@media screen and (max-width:767px){.roofing-menu .menu .current-menu-item{order:-1;}}.roofing-menu .menu .current-menu-item a{color:#8e312a;}.roofing-menu .menu .current-menu-item a:after{background:#8e312a;}.faq-full{position:relative;}.faq-full .title{max-width:600px;margin:0 0 23px;font-weight:600;letter-spacing:-.02em;line-height:1.1;}.faq-full .text{margin:0 0 50px;}.faq-full .text p{margin:0;}.faq-full .main-section-row:not(:last-child){margin:0 0 58px;}.faq-full .bg{display:flex;align-items:flex-end;}@media screen and (max-width:767px){.faq-full .bg{display:none;}}.faq-full .bg img{height:2000px;}@media screen and (max-width:767px){.support-promo{padding:0;}}.support-promo.secondary-view{padding:0;}@media screen and (min-width:768px){.support-promo.secondary-view .holder{display:flex;align-items:flex-start;justify-content:space-between;text-align:left;padding:32px;}}@media screen and (min-width:768px){.support-promo.secondary-view .text-holder{max-width:70%;}}.support-promo.secondary-view .title{letter-spacing:.02em;font-size:20px;line-height:1.5;margin:0 0 11px;}.support-promo.secondary-view .text{margin:0;}@media screen and (max-width:767px){.support-promo.secondary-view .text{line-height:1.55;margin:0 0 35px;}}.support-promo.secondary-view .btn{border-radius:8px;}.support-promo .holder{background:#eaecf0;border-radius:16px;padding:37px 15px;text-align:center;}.support-promo .image-block{max-width:120px;margin:0 auto 31px;}.support-promo .image-block img{display:block;}.support-promo .title{margin:0 0 13px;}.support-promo .text{margin:0 0 33px;}.page-content{position:relative;}.page-content .bg{top:300px;bottom:350px;}@media screen and (max-width:767px){.page-content .subtitle{margin:0 0 23px;}}.page-content .main-section-row:not(:last-child){margin-bottom:180px;}@media screen and (max-width:991px){.page-content .main-section-row:not(:last-child){margin-bottom:120px;}}.page-content .text-holder a{text-decoration:none;color:#8e312a;}.page-content .text-holder a:hover{opacity:.7;}.page-content .text-holder p{margin:0;}.page-content .text-holder p:not(:last-child){margin-bottom:10px;}@media screen and (max-width:767px){.page-content .text-holder p:not(:last-child){margin-bottom:20px;}}.page-content .text-holder img{width:100%;}.page-content .text-holder ol,.page-content .text-holder ul{list-style-position:inside;padding:30px 0;}.page-content .text-holder .holder:not(:last-child){margin-bottom:90px;}@media screen and (max-width:991px){.page-content .text-holder .holder:not(:last-child){margin-bottom:60px;}}.page-content .text-holder .columns .text{line-height:1.3;font-size:16px;}@media screen and (min-width:768px){.page-content .text-holder .columns .text{-moz-column-count:2;column-count:2;-moz-column-gap:25px;column-gap:25px;font-size:18px;}}.page-content .text-holder .title{max-width:530px;margin:0 0 40px;}.section-stats .row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:62px;}@media screen and (max-width:767px){.section-stats .row{margin:0;flex-direction:column;}}.section-stats .col-title{width:54%;}@media screen and (max-width:767px){.section-stats .col-title{width:100%;margin-bottom:40px;}}.section-stats .col-title .title{margin-bottom:0;}.section-stats .col-action{width:20%;text-align:right;}@media screen and (max-width:767px){.section-stats .col-action{width:100%;text-align:left;}}.section-stats .block-stats{display:flex;justify-content:space-between;margin:0 -10px;}@media screen and (max-width:767px){.section-stats .block-stats{flex-wrap:wrap;margin:0;padding-top:45px;}}.section-stats .stat-item{width:20%;margin:0 10px;}@media screen and (max-width:767px){.section-stats .stat-item{width:50%;margin:0;}}@media screen and (max-width:767px){.section-stats .stat-item:nth-child(n+3){margin-top:48px;}}.section-stats span{display:block;}.section-stats .number{font-size:64px;font-weight:600;line-height:1;margin-bottom:12px;color:#101828;}@media screen and (max-width:767px){.section-stats .number{font-size:52px;}}.section-stats .number p{margin:0;}.section-stats .note{font-size:18px;font-weight:400;line-height:1.3;}@media screen and (max-width:767px){.section-stats .note{font-size:16px;}}.post-info-block{padding:43px 0 90px;}@media screen and (max-width:991px){.post-info-block{padding:40px 0;}}@media screen and (max-width:767px){.post-info-block{padding:0 0 68px;}}.post-info-block .block-holder{border-top:1px solid #eaecf0;display:flex;justify-content:space-between;padding-top:26px;}@media screen and (max-width:767px){.post-info-block .block-holder{display:block;}}.post-info-block .author-block{display:flex;align-items:center;color:#667085;}@media screen and (max-width:767px){.post-info-block .author-block{margin:0 0 21px;}}.post-info-block .author-block .image-block{flex-shrink:0;width:56px;height:56px;border-radius:50%;margin-right:15px;overflow:hidden;}.post-info-block .author-block .image-block img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.post-info-block .author-block .name{color:#101828;font-size:18px;font-weight:600;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_sharing_ul{display:flex;gap:8px;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_sharing_ul>a:nth-child(1){order:4;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_sharing_ul>a:nth-child(4){order:-1;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_sharing_ul>a svg{display:none !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_sharing_ul .heateor_sss_svg{position:relative;border:1px solid #d0d5dd;border-radius:8px;background-repeat:no-repeat !important;background-position:50% 50% !important;background-size:20px auto !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_facebook .heateor_sss_svg{background-image:url("data:image/svg+xml,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0_1685_14417)\'%3E%3Cpath d=\'M20 10C20 4.47715 15.5229 0 10 0C4.47715 0 0 4.47715 0 10C0 14.9912 3.65684 19.1283 8.4375 19.8785V12.8906H5.89844V10H8.4375V7.79688C8.4375 5.29063 9.93047 3.90625 12.2146 3.90625C13.3084 3.90625 14.4531 4.10156 14.4531 4.10156V6.5625H13.1922C11.95 6.5625 11.5625 7.3334 11.5625 8.125V10H14.3359L13.8926 12.8906H11.5625V19.8785C16.3432 19.1283 20 14.9912 20 10Z\' fill=\'%2398A2B3\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_1685_14417\'%3E%3Crect width=\'20\' height=\'20\' fill=\'white\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_facebook .heateor_sss_svg.nitro-lazy{background-image:none !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_facebook .heateor_sss_svg:hover{background-image:url("data:image/svg+xml,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0_1685_14417)\'%3E%3Cpath d=\'M20 10C20 4.47715 15.5229 0 10 0C4.47715 0 0 4.47715 0 10C0 14.9912 3.65684 19.1283 8.4375 19.8785V12.8906H5.89844V10H8.4375V7.79688C8.4375 5.29063 9.93047 3.90625 12.2146 3.90625C13.3084 3.90625 14.4531 4.10156 14.4531 4.10156V6.5625H13.1922C11.95 6.5625 11.5625 7.3334 11.5625 8.125V10H14.3359L13.8926 12.8906H11.5625V19.8785C16.3432 19.1283 20 14.9912 20 10Z\' fill=\'%238E312A\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_1685_14417\'%3E%3Crect width=\'20\' height=\'20\' fill=\'white\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_facebook .heateor_sss_svg:hover.nitro-lazy{background-image:none !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_button_twitter .heateor_sss_svg{background-image:url("data:image/svg+xml,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M6.2918 18.1246C13.8371 18.1246 17.9652 11.8719 17.9652 6.45118C17.9652 6.2754 17.9613 6.09572 17.9535 5.91993C18.7566 5.33918 19.4496 4.61985 20 3.79572C19.2521 4.12847 18.458 4.34579 17.6449 4.44025C18.5011 3.92706 19.1421 3.12086 19.4492 2.17111C18.6438 2.64843 17.763 2.98514 16.8445 3.16681C16.2257 2.50927 15.4075 2.0739 14.5164 1.92801C13.6253 1.78212 12.711 1.93384 11.9148 2.35971C11.1186 2.78559 10.4848 3.46189 10.1115 4.28406C9.73825 5.10623 9.64619 6.02848 9.84961 6.90822C8.21874 6.82638 6.62328 6.40272 5.16665 5.66472C3.71002 4.92671 2.42474 3.89083 1.39414 2.62423C0.870333 3.52734 0.710047 4.596 0.945859 5.61304C1.18167 6.63008 1.79589 7.51917 2.66367 8.09962C2.01219 8.07894 1.37498 7.90353 0.804688 7.5879V7.63868C0.804104 8.58643 1.13175 9.50512 1.73192 10.2386C2.3321 10.9721 3.16777 11.4751 4.09687 11.6621C3.49338 11.8272 2.85999 11.8513 2.2457 11.7324C2.50788 12.5475 3.01798 13.2604 3.70481 13.7716C4.39164 14.2828 5.22093 14.5668 6.07695 14.584C4.62369 15.7256 2.82848 16.3447 0.980469 16.3418C0.652739 16.3413 0.325333 16.3212 0 16.2817C1.87738 17.4861 4.06128 18.1258 6.2918 18.1246Z\' fill=\'%2398A2B3\'/%3E%3C/svg%3E%0A") !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_button_twitter .heateor_sss_svg.nitro-lazy{background-image:none !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_button_twitter .heateor_sss_svg:hover{background-image:url("data:image/svg+xml,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M6.2918 18.1246C13.8371 18.1246 17.9652 11.8719 17.9652 6.45118C17.9652 6.2754 17.9613 6.09572 17.9535 5.91993C18.7566 5.33918 19.4496 4.61985 20 3.79572C19.2521 4.12847 18.458 4.34579 17.6449 4.44025C18.5011 3.92706 19.1421 3.12086 19.4492 2.17111C18.6438 2.64843 17.763 2.98514 16.8445 3.16681C16.2257 2.50927 15.4075 2.0739 14.5164 1.92801C13.6253 1.78212 12.711 1.93384 11.9148 2.35971C11.1186 2.78559 10.4848 3.46189 10.1115 4.28406C9.73825 5.10623 9.64619 6.02848 9.84961 6.90822C8.21874 6.82638 6.62328 6.40272 5.16665 5.66472C3.71002 4.92671 2.42474 3.89083 1.39414 2.62423C0.870333 3.52734 0.710047 4.596 0.945859 5.61304C1.18167 6.63008 1.79589 7.51917 2.66367 8.09962C2.01219 8.07894 1.37498 7.90353 0.804688 7.5879V7.63868C0.804104 8.58643 1.13175 9.50512 1.73192 10.2386C2.3321 10.9721 3.16777 11.4751 4.09687 11.6621C3.49338 11.8272 2.85999 11.8513 2.2457 11.7324C2.50788 12.5475 3.01798 13.2604 3.70481 13.7716C4.39164 14.2828 5.22093 14.5668 6.07695 14.584C4.62369 15.7256 2.82848 16.3447 0.980469 16.3418C0.652739 16.3413 0.325333 16.3212 0 16.2817C1.87738 17.4861 4.06128 18.1258 6.2918 18.1246Z\' fill=\'%238E312A\'/%3E%3C/svg%3E%0A") !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_button_twitter .heateor_sss_svg:hover.nitro-lazy{background-image:none !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_button_linkedin .heateor_sss_svg{background-image:url("data:image/svg+xml,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0_1685_13079)\'%3E%3Cpath d=\'M18.5195 0H1.47656C0.660156 0 0 0.644531 0 1.44141V18.5547C0 19.3516 0.660156 20 1.47656 20H18.5195C19.3359 20 20 19.3516 20 18.5586V1.44141C20 0.644531 19.3359 0 18.5195 0ZM5.93359 17.043H2.96484V7.49609H5.93359V17.043ZM4.44922 6.19531C3.49609 6.19531 2.72656 5.42578 2.72656 4.47656C2.72656 3.52734 3.49609 2.75781 4.44922 2.75781C5.39844 2.75781 6.16797 3.52734 6.16797 4.47656C6.16797 5.42188 5.39844 6.19531 4.44922 6.19531ZM17.043 17.043H14.0781V12.4023C14.0781 11.2969 14.0586 9.87109 12.5352 9.87109C10.9922 9.87109 10.7578 11.0781 10.7578 12.3242V17.043H7.79688V7.49609H10.6406V8.80078H10.6797C11.0742 8.05078 12.043 7.25781 13.4844 7.25781C16.4883 7.25781 17.043 9.23438 17.043 11.8047V17.043Z\' fill=\'%2398A2B3\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_1685_13079\'%3E%3Crect width=\'20\' height=\'20\' fill=\'white\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_button_linkedin .heateor_sss_svg.nitro-lazy{background-image:none !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_button_linkedin .heateor_sss_svg:hover{background-image:url("data:image/svg+xml,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0_1685_13079)\'%3E%3Cpath d=\'M18.5195 0H1.47656C0.660156 0 0 0.644531 0 1.44141V18.5547C0 19.3516 0.660156 20 1.47656 20H18.5195C19.3359 20 20 19.3516 20 18.5586V1.44141C20 0.644531 19.3359 0 18.5195 0ZM5.93359 17.043H2.96484V7.49609H5.93359V17.043ZM4.44922 6.19531C3.49609 6.19531 2.72656 5.42578 2.72656 4.47656C2.72656 3.52734 3.49609 2.75781 4.44922 2.75781C5.39844 2.75781 6.16797 3.52734 6.16797 4.47656C6.16797 5.42188 5.39844 6.19531 4.44922 6.19531ZM17.043 17.043H14.0781V12.4023C14.0781 11.2969 14.0586 9.87109 12.5352 9.87109C10.9922 9.87109 10.7578 11.0781 10.7578 12.3242V17.043H7.79688V7.49609H10.6406V8.80078H10.6797C11.0742 8.05078 12.043 7.25781 13.4844 7.25781C16.4883 7.25781 17.043 9.23438 17.043 11.8047V17.043Z\' fill=\'%238E312A\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_1685_13079\'%3E%3Crect width=\'20\' height=\'20\' fill=\'white\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_button_linkedin .heateor_sss_svg:hover.nitro-lazy{background-image:none !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_button_copy_link .heateor_sss_svg{width:122px !important;display:flex !important;align-items:center;background-image:url("data:image/svg+xml,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0_1685_19591)\'%3E%3Cpath d=\'M4.16797 12.5003H3.33464C2.89261 12.5003 2.46868 12.3247 2.15612 12.0122C1.84356 11.6996 1.66797 11.2757 1.66797 10.8337V3.33366C1.66797 2.89163 1.84356 2.46771 2.15612 2.15515C2.46868 1.84259 2.89261 1.66699 3.33464 1.66699H10.8346C11.2767 1.66699 11.7006 1.84259 12.0131 2.15515C12.3257 2.46771 12.5013 2.89163 12.5013 3.33366V4.16699M9.16797 7.50033H16.668C17.5884 7.50033 18.3346 8.24652 18.3346 9.16699V16.667C18.3346 17.5875 17.5884 18.3337 16.668 18.3337H9.16797C8.24749 18.3337 7.5013 17.5875 7.5013 16.667V9.16699C7.5013 8.24652 8.24749 7.50033 9.16797 7.50033Z\' stroke=\'%23344054\' stroke-width=\'1.67\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_1685_19591\'%3E%3Crect width=\'20\' height=\'20\' fill=\'white\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;background-position:14px 50% !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_button_copy_link .heateor_sss_svg.nitro-lazy{background-image:none !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_button_copy_link .heateor_sss_svg:hover{background-image:url("data:image/svg+xml,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0_1685_19591)\'%3E%3Cpath d=\'M4.16797 12.5003H3.33464C2.89261 12.5003 2.46868 12.3247 2.15612 12.0122C1.84356 11.6996 1.66797 11.2757 1.66797 10.8337V3.33366C1.66797 2.89163 1.84356 2.46771 2.15612 2.15515C2.46868 1.84259 2.89261 1.66699 3.33464 1.66699H10.8346C11.2767 1.66699 11.7006 1.84259 12.0131 2.15515C12.3257 2.46771 12.5013 2.89163 12.5013 3.33366V4.16699M9.16797 7.50033H16.668C17.5884 7.50033 18.3346 8.24652 18.3346 9.16699V16.667C18.3346 17.5875 17.5884 18.3337 16.668 18.3337H9.16797C8.24749 18.3337 7.5013 17.5875 7.5013 16.667V9.16699C7.5013 8.24652 8.24749 7.50033 9.16797 7.50033Z\' stroke=\'%238E312A\' stroke-width=\'1.67\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0_1685_19591\'%3E%3Crect width=\'20\' height=\'20\' fill=\'white\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_button_copy_link .heateor_sss_svg:hover.nitro-lazy{background-image:none !important;}.post-info-block .heateor_sss_horizontal_sharing .heateor_sss_button_copy_link .heateor_sss_svg:after{content:"Copy link";display:block;color:#344054;font-size:14px;font-weight:600;font-style:normal;margin-left:42px;}.blog-archive-banner{padding:87px 0 40px;}@media screen and (max-width:767px){.blog-archive-banner{padding:40px 0;}}.block-archive-posts{position:relative;padding-top:0;}.block-archive-posts .bg{display:flex;align-items:flex-end;}.block-archive-posts .bg img{height:1314px;}.archive-posts{display:flex;flex-wrap:wrap;gap:48px 20px;}@media screen and (max-width:767px){.archive-posts{gap:30px;}}.archive-posts .item{display:flex;width:calc(33.33% - 14px);}@media screen and (max-width:991px){.archive-posts .item{width:calc(50% - 10px);}}@media screen and (max-width:767px){.archive-posts .item{width:100%;}}.ajax-load-more-wrap:not(.alm-is-loaded){height:100px;position:relative;}.ajax-load-more-wrap:not(.alm-is-loaded):after{content:"";width:160px;height:160px;background-image:url("https://cdn-ildpmmp.nitrocdn.com/AMiutLZIERmywvLxUwscmRkyAarnfjmd/assets/images/optimized/rev-1007682/www.zicklincontracting.com/wp-content/themes/zicklin/images/loader.gif");background-size:100% auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}.ajax-load-more-wrap:not(.alm-is-loaded) .alm-btn-wrap{display:none;}.alm-btn-wrap{text-align:center;padding-top:50px;}.alm-btn-wrap .alm-load-more-btn{transition:.5s opacity;}.alm-btn-wrap .alm-load-more-btn.done{display:none;}.alm-btn-wrap .alm-load-more-btn.loading{opacity:.7;}.search-box{padding:40px 0 0;}.search-box .input-holder{position:relative;width:320px;margin:0 auto;}@media screen and (max-width:767px){.search-box .input-holder{width:100%;}}.search-box .form-control{border-radius:8px;border:1px solid #d0d5dd;padding-left:44px;}.search-box .search-btn{position:absolute;top:0;left:0;width:48px;height:48px;background-image:url("data:image/svg+xml,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M17.5 17.5L13.875 13.875M15.8333 9.16667C15.8333 12.8486 12.8486 15.8333 9.16667 15.8333C5.48477 15.8333 2.5 12.8486 2.5 9.16667C2.5 5.48477 5.48477 2.5 9.16667 2.5C12.8486 2.5 15.8333 5.48477 15.8333 9.16667Z\' stroke=\'%23667085\' stroke-width=\'1.66667\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:50% 50%;font-size:0;transition:.3s opacity;}.search-box .search-btn.nitro-lazy{background-image:none !important;}.search-box .search-btn:hover{opacity:.7;}.single-portfolio-content{position:relative;overflow:hidden;}.single-portfolio-content .info-block{margin:0 0 50px;}@media screen and (min-width:767px){.single-portfolio-content .info-block{display:flex;flex-wrap:wrap;margin:0 0 90px;}}@media screen and (min-width:767px){.single-portfolio-content .info-block .col{width:40%;}}@media screen and (min-width:767px){.single-portfolio-content .info-block .col:first-child{width:60%;padding-right:15px;}}.single-portfolio-content .info-block .title{margin:0 0 38px;}.single-portfolio-content .info-block .text p{margin:0;}.single-portfolio-content .info-block .text p:not(:last-child){margin-bottom:20px;}.single-portfolio-content .info-block .info-list{list-style:none;padding:0;margin:0;}@media screen and (max-width:767px){.single-portfolio-content .info-block .info-list{margin:0 0 40px;}}.single-portfolio-content .info-block .info-list li{display:flex;align-items:center;}.single-portfolio-content .info-block .info-list li:not(:last-child){margin-bottom:17px;}.single-portfolio-content .info-block .icon-holder{flex-shrink:0;margin-right:8px;width:24px;}.single-portfolio-content .info-block .icon-holder img{display:block;width:100%;}.portfolio-gallery-slider{margin-right:calc(( 100% - 100vw ) / 2);}.portfolio-gallery-slider .slick-track{display:flex;gap:30px;}@media screen and (max-width:767px){.portfolio-gallery-slider .slick-track{gap:15px;}}.portfolio-gallery-slider .item{display:block !important;height:542px;}@media screen and (max-width:767px){.portfolio-gallery-slider .item{height:300px;}}.portfolio-gallery-slider .item img{display:block;height:100%;width:auto;}.page-template-template-landing .list-decorated{font-family:Montserrat,sans-serif;display:flex;flex-wrap:wrap;margin-bottom:35px;padding:0;margin:0 0 60px;list-style:none;}@media (max-width:992px){.page-template-template-landing .list-decorated{flex-direction:column;margin-bottom:30px;}}.page-template-template-landing .list-decorated li{width:calc(50% - 40px);font-size:22px;margin:0 0 26px 40px;padding:10px 10px 10px 45px;background:#fff;color:#000;border-radius:8px;position:relative;}@media (max-width:992px){.page-template-template-landing .list-decorated li{width:calc(100% - 40px);font-size:22px;padding:20px 20px 20px 40px;margin-left:25px;}}@media (max-width:767px){.page-template-template-landing .list-decorated li{font-size:18px;padding:15px 15px 15px 35px;}}.page-template-template-landing .list-decorated li::before{content:"";position:absolute;top:50%;left:-16px;width:40px;height:40px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIoAAAB6CAMAAABXyztPAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAACEUExURY4yKo4yKo4yKo4yKo4yKo4yKqljXZQ9NZdCOta1stu9u69taPbv7vjy8ppIQbl/ev///6xnYcqfm8ibl5I5MuXPzeTMyt/Fw+jV097EwdSwrfTq6adfWb2Ig7N1b+3e3aFUTfv398CMiJ1MRcSTjsaXk82lofHl5NCqp7Z6dd3CwLuDfn6etogAAAAFdFJOUw3tS3d/wuW6WAAAAAFiS0dEEJWyDSwAAAAHdElNRQfoCRQMAwYv/J5kAAAAAW9yTlQBz6J3mgAAAzRJREFUeNrt3Ol2qjAQAGDvggsuREXbilqtW+19//e7gJAEtDKTzAA9J/xrmdSvWYfRttP55bXk6vxuWqAof5oWKMrfpgWO4iiO4iiO4iiNX47iKI7iKD+X0u21hNIf+FUhNVGGo/GkHZRAiGllUC2UmRDz6qgaKKEvxAIQx08JF0JUT5Q6KIkEMFHqoCxjyQwUyU15iSWvsFBmSiIBTRR2ylssEUNgMCvFTyQraDQnZZVIorAFlHkiEWtwPB9lk0pg65iXsk0l74gWXJRpKhG75inrfSr5wLThoRzGqWSJasRCCd9Tyf7QPMW/TZQNrhUH5XiTAE9BTspQ4FcPD2Vym7LihG1ITsmmLGpzY6L4hsNDT/nIJGd8U2LKOpNcwKkBF6UfZRRQis9KecskA5PGpJRNJtkDE2s+yi6TiKNRc0JKvqOIi1l7Qspn3inQpw0jyuR6vPYrYqa55MXwV4FQdj4gY+7l61jgshQUZZa/xulZ1CqPQuT4WMpcyOtJLpRnBohHMDRlKLQr+C5KDc/VVFJJCUc6RWy/CZPDg03dEJSrKF7dh1Fred/k8AFS5iXK42JJvrkZL2QIZVuiPByBk7yLT5jgFO88LlnuT93dk3uUlHi6REXL3ZJeyFtGJzKC4oXnoqVUMgnkDePdDUyJz5fCKEWFt1N6crmPq95moaB4k1fd8qnfUl2GqhsYU7RNrLR7qDkb2UkQ+crg8RCp7kI+rVtQ5MNWYYgCsk5BZXFf90OkHVH/6qSE2tzN8tdT+Rs1UWSRILnSt736e/l1gPg5BJTCiZTkjWe6mYLO+LV9dxn3kiDsFPTDx1K9+lVb3/YzBU/pqyUTrXVW/RQ911VzFl9ioqAUTwDCTjGg9EZ3EoqZYvTMHNxRCJaPGUXL2ig7xYhy2Bcp1qePOUWWIck2WnOKeu6hyFPsKF2GTjGtOmlplGVGa005SMnYuIhBRFH1H8DHdZgpcs+tKtHxU/JyMfgTB4wU75JSbEoHZJQ0ufyik9iUkJOErmvcmpSys6q8kVLiJGpr3piWMiHKDggonl09hZRCezmKoziKoziKozhKqygt+jP8Fv1zgvb8y4b/MhJ+D89bjncAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjQtMDktMjBUMTI6MDI6MjcrMDA6MDAkZkUbAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDI0LTA5LTIwVDEyOjAyOjI3KzAwOjAwVTv9pwAAACh0RVh0ZGF0ZTp0aW1lc3RhbXAAMjAyNC0wOS0yMFQxMjowMzowNiswMDowMAm+u48AAAAASUVORK5CYII=");background-size:cover;background-position:center center;background-repeat:no-repeat;transform:translateY(-50%);}.section-landing-banner{padding:65px 0 95px;text-align:center;background-color:grey;color:#fff;}@media (max-width:767px){.section-landing-banner{padding:50px 0;}}.section-landing-banner .container{max-width:1095px;}.section-landing-banner h1{font:700 52px/1.15 Montserrat,sans-serif;color:inherit;margin:0 0 56px;}@media screen and (max-width:767px){.section-landing-banner h1{font-size:36px;line-height:1.02;margin-bottom:30px;}}.section-landing-banner h1 strong{font-weight:700;}.section-landing-banner .description{font:600 22px/1.318 Montserrat,sans-serif;}@media screen and (max-width:767px){.section-landing-banner .description{font-size:18px;line-height:1.3;}}.section-landing-banner .description strong{background-color:#fff;color:#8e312a;display:inline;}.section-landing-banner .btn-holder{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:60px;}@media (max-width:992px){.section-landing-banner .btn-holder{margin-bottom:30px;}}.section-landing-banner .btn{font-size:22px;min-width:300px;padding:20px;text-align:center;justify-content:center;gap:8px;font-weight:500;}@media (max-width:992px){.section-landing-banner .btn{font-size:22px;min-width:none;padding:20px 40px;}}@media (max-width:767px){.section-landing-banner .btn{font-size:18px;padding:15px 30px;}}.section-landing-banner .btn.btnWhite{color:#8e312a;}.section-landing-banner .btn.btnWhite:hover{color:#fff;}.section-landing-banner .btn.btnWhite:hover svg path{fill:#fff;}.section-landing-banner .locations-list{font-size:22px;font-family:Montserrat,sans-serif;}@media (max-width:992px){.section-landing-banner .locations-list{font-size:24px;}}@media (max-width:767px){.section-landing-banner .locations-list{font-size:18px;}}.section-landing-banner .locations-list a{color:inherit;font-size:inherit;display:inline-block;text-decoration:none;}.section-landing-banner .media-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:50px;padding:20px 0;}@media (max-width:992px){.section-landing-banner .media-row{gap:30px;}}.section-landing-banner .media-row .google-reviews{width:126px;height:75px;}.section-landing-banner .media-row .google-reviews .ti-widget.ti-goog .ti-widget-container{margin-top:0;text-align:center;}.section-landing-banner .media-row .google-reviews .ti-widget.ti-goog .ti-widget-container .ti-stars{margin:3px auto;text-align:center;}.section-landing-banner .media-row .google-reviews .ti-widget.ti-goog .ti-header{padding:5px !important;text-align:center;}.section-landing-banner .media-row .google-reviews .ti-widget.ti-goog .ti-header img{margin:0 auto !important;}.section-landing-banner .media-row img{max-height:75px;display:block;}@media (max-width:992px){.section-landing-banner .media-row img{max-height:60px;}}.section-landing-features{padding:65px 0 90px;background:url("https://cdn-ildpmmp.nitrocdn.com/AMiutLZIERmywvLxUwscmRkyAarnfjmd/assets/images/optimized/rev-1007682/www.zicklincontracting.com/wp-content/themes/zicklin/images/landing-features.png") no-repeat center right/cover;position:relative;z-index:1;font-family:Montserrat,sans-serif;}@media (max-width:767px){.section-landing-features{padding:50px 0;}}.section-landing-features .container{max-width:1180px;}.section-landing-features .section-title{text-align:center;margin-bottom:50px;font-family:Montserrat,sans-serif;}.section-landing-features .features-list{display:flex;gap:35px;}@media (max-width:992px){.section-landing-features .features-list{flex-wrap:wrap;justify-content:center;}}@media (max-width:992px) and (max-width:767px){.section-landing-features .features-list{gap:20px;}}.section-landing-features .feature-item{background:#fff;position:relative;border-radius:12px;padding:10px;text-align:center;width:100%;box-shadow:0 0 10px 1px #d3d3d3;}@media (max-width:992px){.section-landing-features .feature-item{max-width:calc(33.33% - 24px);}}@media (max-width:767px){.section-landing-features .feature-item{max-width:calc(50% - 10px);}}.section-landing-features .feature-item::before{content:"";position:absolute;top:-6px;left:-6px;right:0;bottom:0;border-radius:12px;background-color:#8e312a;z-index:-1;}.section-landing-features .icon-wrap{width:90px;height:90px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;}.section-landing-features .title{font-size:22px;line-height:1.1;display:block;}@media (max-width:992px){.section-landing-features .title{font-size:18px;}}.section-photo-info{padding:50px 0;background-color:#d3d3d3;position:relative;}.section-photo-info::before{bottom:100px;}.section-photo-info .container{max-width:1182px;}.section-photo-info .block-info{display:flex;gap:40px;}@media (max-width:1200px){.section-photo-info .block-info{flex-direction:column;}}.section-photo-info .block-info>div{flex-grow:1;}.section-photo-info .media-col{display:flex;flex-wrap:wrap;width:45%;flex-shrink:0;}@media (max-width:1200px){.section-photo-info .media-col{width:100%;}}.section-photo-info .media-col img{display:block;width:100%;}.section-photo-info .media-col.desktop-image{display:block;}@media (max-width:1200px){.section-photo-info .media-col.desktop-image{display:none;}}.section-photo-info .media-col.mobile-image{display:none;}@media (max-width:1200px){.section-photo-info .media-col.mobile-image{display:block;}}.section-photo-info .content-col{width:55%;padding:34px 50px;background-color:#fff;color:#000;}@media (max-width:1200px){.section-photo-info .content-col{width:100%;padding:24px;}}@media (max-width:767px){.section-photo-info .content-col{padding:15px;}}.section-photo-info .content-col .title{font:700 32px/1.15 Montserrat,sans-serif;position:relative;margin-bottom:38px;}@media (max-width:992px){.section-photo-info .content-col .title{font-size:30px;}}@media (max-width:767px){.section-photo-info .content-col .title{font-size:28px;margin-bottom:20px;}}.section-photo-info .content-col .title *{font-size:inherit;line-height:inherit;}.section-photo-info .content-col .title::after{content:"";position:absolute;bottom:-15px;left:0;height:4px;width:170px;background-color:#000;}.section-photo-info .content-col .text p{font-size:16px;font-family:Montserrat,sans-serif;letter-spacing:.2px;color:#000;line-height:1.27;}.section-photo-info .content-col ul{color:#000;font-size:16px;font-family:Montserrat,sans-serif;padding-left:24px;padding-top:9px;list-style:none;}.section-photo-info .content-col ul li:before{content:"";width:14px;height:14px;background-image:url("data:image/svg+xml,%3Csvg aria-hidden=\'true\' class=\'e-font-icon-svg e-fas-check\' viewBox=\'0 0 512 512\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill=\'%238e312a\' d=\'M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\'%3E%3C/path%3E%3C/svg%3E");background-size:100% 100%;display:inline-block;margin-right:8px;}.section-photo-info .content-col ul li+li{margin-top:5px;}.section-warning{padding:50px 0 75px;}@media (max-width:992px){.section-warning{padding:50px 0;}}.section-warning .container{display:flex;align-items:center;max-width:1180px;}@media (max-width:992px){.section-warning .container{flex-direction:column;justify-content:center;}}.section-warning .media-wrap{margin-right:50px;flex-shrink:0;}@media (max-width:992px){.section-warning .media-wrap{margin-right:0;margin-bottom:30px;}}.section-warning .media-wrap svg{width:140px;height:140px;color:#8e312a;}.section-warning .content-wrap{font-family:Montserrat,sans-serif;font-size:32px;line-height:1.2;color:#000;}@media (max-width:767px){.section-warning .content-wrap{font-size:18px;}}.section-warning .content-wrap p{margin:0;}.section-warning .content-wrap p+p{margin-top:20px;}.section-warning .content-wrap a{color:inherit;}.section-feature-cards{padding:80px 0;background-size:cover;background-position:center center;background-repeat:no-repeat;font-family:Montserrat,sans-serif;position:relative;}.section-feature-cards::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.3);}@media (max-width:992px){.section-feature-cards{padding:50px 0;}}.section-feature-cards .container{max-width:1172px;position:relative;z-index:1;}.section-feature-cards .section-title{font-size:48px;letter-spacing:1.2px;line-height:1.3;color:#fff;position:relative;text-align:center;margin-bottom:50px;}@media (max-width:992px){.section-feature-cards .section-title{font-size:34px;letter-spacing:0;}}@media (max-width:767px){.section-feature-cards .section-title{font-size:28px;}}.section-feature-cards .section-title::after{content:"";position:absolute;bottom:-30px;left:calc(50% - 85px);height:4px;width:170px;background-color:#8e312a;}.section-feature-cards .description{font-size:26px;line-height:1.3;color:#fff;text-align:center;margin:0 auto 50px;}@media (max-width:992px){.section-feature-cards .description{font-size:22px;}}@media (max-width:767px){.section-feature-cards .description{font-size:18px;}}.section-feature-cards .cards-list{display:flex;flex-wrap:wrap;gap:40px;}.section-feature-cards .card-item{background:#fff;padding:15px 15px 32px;width:calc(50% - 20px);}@media (max-width:992px){.section-feature-cards .card-item{width:100%;}}.section-feature-cards .card-title{display:block;color:#8e312a;font-weight:600;}@media (max-width:767px){.section-feature-cards .card-title{font-size:22px;}}.section-feature-cards .icon-block img{width:55px;}.section-feature-cards .text{font-size:22px;line-height:1.45;color:#000;}@media (max-width:767px){.section-feature-cards .text{font-size:18px;}}.section-feature-cards .btn-holder{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;padding-top:100px;}.section-feature-cards .btn-holder a{font-size:26px;min-width:330px;padding:20px;text-align:center;justify-content:center;gap:8px;}.section-feature-cards .btn-holder .btnWhite{color:#8e312a;}.section-feature-cards .btn-holder .btnWhite:hover{color:#fff;}.section-features-col{padding:75px 0 90px;background:url("https://cdn-ildpmmp.nitrocdn.com/AMiutLZIERmywvLxUwscmRkyAarnfjmd/assets/images/optimized/rev-1007682/www.zicklincontracting.com/wp-content/themes/zicklin/images/features-col-bg.png") no-repeat bottom center/100%;font-family:Montserrat,sans-serif;}@media (max-width:767px){.section-features-col{padding:50px 0;}}.section-features-col .section-label{text-align:center;color:#8e312a;font-weight:700;margin-bottom:24px;text-transform:uppercase;letter-spacing:2px;}@media (max-width:767px){.section-features-col .section-label{font-size:22px;}}.section-features-col .section-title{font-size:48px;letter-spacing:1.2px;line-height:1.3;text-align:center;position:relative;margin-bottom:64px;}@media (max-width:992px){.section-features-col .section-title{font-size:38px;letter-spacing:0;}}.section-features-col .section-title::after{content:"";position:absolute;bottom:-40px;left:50%;height:5px;width:174px;background-color:#8e312a;transform:translateX(-50%);}.section-features-col .section-description{font-size:26px;max-width:1020px;margin:auto;letter-spacing:.8px;text-align:center;line-height:1.4;margin-bottom:90px;color:#000;}@media (max-width:992px){.section-features-col .section-description{font-size:22px;letter-spacing:0;}}@media (max-width:767px){.section-features-col .section-description{font-size:18px;}}.section-features-col .features-list{display:flex;gap:58px;padding:0 32px;margin-bottom:130px;position:relative;}@media (max-width:992px){.section-features-col .features-list{flex-direction:column;gap:52px;}}@media (max-width:767px){.section-features-col .features-list{gap:65px;}}.section-features-col .features-list::after,.section-features-col .features-list::before{content:"";position:absolute;left:50%;bottom:-50px;width:50px;height:50px;border-bottom:6px solid #8e312a;border-left:6px solid #8e312a;transform:rotate(-45deg) translateX(-50%);}.section-features-col .features-list::before{bottom:-70px;}.section-features-col .item{width:100%;position:relative;border-radius:12px;background:#fff;padding:0 18px 34px;text-align:center;}.section-features-col .item::before{content:"";position:absolute;top:-18px;left:-12px;right:0;bottom:0;border-radius:12px;background-color:#8e312a;z-index:-1;}.section-features-col .card-title{font-size:28px;letter-spacing:.5px;font-weight:600;margin-bottom:25px;color:#8e312a;}@media (max-width:992px){.section-features-col .card-title{font-size:24px;letter-spacing:0;}}@media (max-width:767px){.section-features-col .card-title{font-size:22px;}}.section-features-col .text{font-size:20px;line-height:1.37;font-weight:500;color:#000;}@media (max-width:767px){.section-features-col .text{font-size:18px;}}.section-features-col .media{margin-bottom:30px;padding-top:30px;}@media (max-width:767px){.section-features-col .media{margin-bottom:20px;padding-top:15px;}}.section-features-col .media img{display:block;margin:0 auto;height:200px;width:230px;-o-object-fit:cover;object-fit:cover;}@media (max-width:767px){.section-features-col .card-title{font-size:22px;}}.section-features-col .note-wrap{text-align:center;font-size:31px;line-height:1.3;font-weight:600;max-width:1000px;margin:0 auto 40px;color:#000;}@media (max-width:992px){.section-features-col .note-wrap{font-size:24px;}}@media (max-width:767px){.section-features-col .text{font-size:18px;}}.section-features-col .action{text-align:center;display:flex;align-items:center;justify-content:center;gap:40px;}.section-features-col .action .btn{font-size:22px;min-width:300px;padding:26px 40px;text-align:center;display:inline-flex;justify-content:center;gap:8px;}@media (max-width:992px){.section-features-col .action .btn{font-size:22px;min-width:auto;}}@media (max-width:767px){.section-features-col .action .btn{font-size:18px;padding:15px 30px;}}.section-features-col .action img{max-width:60px;}.section-work-points{padding:58px 0 104px;color:#fff;background:url("https://cdn-ildpmmp.nitrocdn.com/AMiutLZIERmywvLxUwscmRkyAarnfjmd/assets/images/optimized/rev-1007682/www.zicklincontracting.com/wp-content/themes/zicklin/images/section-work-points-bg.png") no-repeat top center/cover;font-family:Montserrat,sans-serif;}@media (max-width:767px){.section-work-points{padding:50px 0;}}.section-work-points .section-label{text-align:center;color:inherit;text-transform:uppercase;letter-spacing:2px;font-size:30px;margin-bottom:10px;}@media (max-width:992px){.section-work-points .section-label{font-size:28px;}}@media (max-width:767px){.section-work-points .section-label{font-size:22px;}}.section-work-points .section-title{color:inherit;text-align:center;font-size:48px;letter-spacing:1.2px;line-height:1.3;margin:0 auto 40px;}@media (max-width:992px){.section-work-points .section-title{font-size:38px;margin-bottom:20px;}}@media (max-width:767px){.section-work-points .section-title{font-size:24px;}}.section-work-points .section-description{font-size:22px;text-align:center;margin-bottom:38px;}@media (max-width:992px){.section-work-points .section-description{font-size:18px;}}.section-work-points .action{text-align:center;margin-bottom:30px;}.section-work-points .action .btn{padding:20px 40px;font-size:22px;text-align:center;min-width:310px;display:inline-flex;justify-content:center;gap:8px;}@media (max-width:768px){.section-work-points .action .btn{font-size:18px;min-width:none;padding:20px 40px;}}.section-work-points .note{font-size:22px;line-height:1.2;font-weight:500;text-align:center;}@media (max-width:992px){.section-work-points .note{font-size:24px;}}@media (max-width:768px){.section-work-points .note{font-size:18px;}}.section-faq{padding:50px 0;}.section-faq .container{max-width:1120px;}.section-faq .section-title{text-align:center;}@media (max-width:767px){.section-faq .section-title{font-size:34px;margin-bottom:30px;}}.section-faq .acc-title{font-size:31px;}@media (max-width:992px){.section-faq .acc-title{font-size:26px;}}@media (max-width:768px){.section-faq .acc-title{font-size:22px;}}.section-faq .acc-title::after{width:20px;height:20px;background:0 0;border-bottom:4px solid #8e312a;border-right:4px solid #8e312a;transform:rotate(45deg);right:15px;transition:.25s;}.section-faq .acc-item{padding:0;border:none;}.section-faq .acc-item:not(:last-child){margin:0 0 18px;}.section-faq .acc-item.active{background:0 0;}.section-faq .acc-item.active .acc-title::after{background:0 0;transform:rotate(224deg);}.section-faq .acc-tab{padding:10px 0 0 70px;font-size:26px;line-height:1.45;color:#000;}@media (max-width:992px){.section-faq .acc-tab{font-size:18px;line-height:1.3;padding-right:60px;}}.section-about-landing{padding:65px 0 25px;background-color:#d3d3d3;font-family:Montserrat,sans-serif;}.section-about-landing .container{max-width:1182px;}.section-about-landing .media-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:50px;margin-bottom:36px;}@media (max-width:992px){.section-about-landing .media-row{gap:30px;}}.section-about-landing .media-row img{max-height:75px;}@media (max-width:992px){.section-about-landing .media-row img{max-height:60px;}}.section-about-landing .section-title{font-size:54px;margin-bottom:54px;}@media (max-width:992px){.section-about-landing .section-title{font-size:38px;margin-bottom:30px;}}.section-about-landing .section-title h2{margin:0;font-size:inherit;}.section-about-landing .section-description{font-size:22px;line-height:1.5;margin-bottom:30px;color:#000;}@media (max-width:768px){.section-about-landing .section-description{font-size:18px;}}.section-about-landing .list{margin:0;}.section-call{padding:80px 0 95px;color:#fff;background:url("https://cdn-ildpmmp.nitrocdn.com/AMiutLZIERmywvLxUwscmRkyAarnfjmd/assets/images/optimized/rev-1007682/www.zicklincontracting.com/wp-content/themes/zicklin/images/call-bg.png") no-repeat center right/cover;font-family:Montserrat,sans-serif;}@media (max-width:992px){.section-call{padding:50px 0;}}.section-call .section-subtitle,.section-call .section-title{color:inherit;text-align:center;}.section-call .section-subtitle{margin-bottom:40px;text-transform:uppercase;letter-spacing:1px;font-size:30px;font-weight:700;}@media (max-width:992px){.section-call .section-subtitle{margin-bottom:20px;font-size:28px;}}@media (max-width:768px){.section-call .section-subtitle{font-size:24px;}}.section-call .section-title{font-size:48px;letter-spacing:2px;margin-bottom:50px;}@media (max-width:992px){.section-call .section-title{font-size:38px;margin-bottom:30px;}}@media (max-width:768px){.section-call .section-title{font-size:28px;}}.section-call .action{text-align:center;margin-bottom:50px;}@media (max-width:992px){.section-call .action{margin-bottom:30px;}}.section-call .action .btn{padding:20px 40px;font-size:22px;text-align:center;min-width:300px;display:inline-flex;justify-content:center;gap:8px;}.section-call .note{font-size:22px;line-height:1.1;text-align:center;font-family:Montserrat,sans-serif;}@media (max-width:768px){.section-call .note{font-size:18px;}}.section-call .note p{margin:0 0 14px;}.section-reviews-zatos{padding:50px 0;}.section-reviews-zatos .media-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:50px;}@media (max-width:992px){.section-reviews-zatos .media-row{gap:30px;}}.section-reviews-zatos .google-reviews{width:126px;height:75px;}.section-reviews-zatos .google-reviews .ti-widget.ti-goog.ti-disable-animation .ti-widget-container{margin-top:0;}.section-reviews-zatos .google-reviews .ti-widget.ti-goog .ti-header{padding:5px !important;}.section-reviews-zatos img{max-height:75px;display:block;}@media (max-width:992px){.section-reviews-zatos img{max-height:60px;}}.logos-section{background:#f8f8f8;padding:82px 0;}@media screen and (max-width:767px){.logos-section{padding:30px 0;}}.logos-section .main-title{margin-bottom:40px;}@media screen and (max-width:767px){.logos-section .main-title{margin-bottom:20px;}}.logos-section .items-holder{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;}.logos-section .item{width:180px;}.logos-section .item img{display:block;}.image-content{padding:60px 0;font-family:"Maven Pro",sans-serif;}@media screen and (max-width:767px){.image-content{padding:40px 0;}}@media (min-width:768px){.image-content.revert .row{flex-direction:row-reverse;}}.image-content .container{max-width:1290px;}.image-content .row{display:flex;gap:95px;}@media (min-width:992px){.image-content .row{align-items:center;}}@media screen and (max-width:767px){.image-content .row{flex-direction:column;gap:20px;}}.image-content .row .col{width:100%;}.image-content .image-block img{width:100%;}.image-content .section-title{margin-bottom:50px;}.image-content .list{list-style:none;}@media screen and (min-width:768px){.image-content .list li{display:flex;}}.image-content .list li:not(:last-child){padding-bottom:30px;margin-bottom:25px;border-bottom:1px solid #d7d7d7;}.image-content .list .icon-holder{width:52px;flex-shrink:0;margin-right:15px;}.image-content .list .item-title{margin-bottom:6px;font:600 22px/1.318 Montserrat,sans-serif;color:#232323;}@media screen and (max-width:767px){.image-content .list .item-title{font-size:20px;}}.image-content .content-block .main-title{font-weight:600;margin:0 0 8px;}.image-content .content-block p{margin:0 0 27px;font-size:18px;}.image-content .content-block ol,.image-content .content-block ul{list-style:none;margin:0 0 24px;}.image-content .content-block ol li,.image-content .content-block ul li{position:relative;padding-left:23px;}.image-content .content-block ol li:before,.image-content .content-block ul li:before{content:"";width:14px;height:14px;background-image:url("data:image/svg+xml,%3Csvg aria-hidden=\'true\' class=\'e-font-icon-svg e-fas-check\' viewBox=\'0 0 512 512\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill=\'%238e312a\' d=\'M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\'%3E%3C/path%3E%3C/svg%3E");background-size:100% 100%;position:absolute;top:5px;left:0;}.image-content .content-block ol li:not(:last-child),.image-content .content-block ul li:not(:last-child){margin-bottom:8px;}.consultation-form{position:relative;}.consultation-form .bg{display:none;}@media screen and (max-width:767px){.consultation-form .subtitle{margin:0 0 24px;}}.consultation-form .title{margin:0 0 20px;}@media screen and (max-width:767px){.consultation-form .title{margin:0 0 38px;}}.consultation-form .text p{margin:0;}.consultation-form .text a{color:inherit;text-decoration:none;}.consultation-form .text a:hover{text-decoration:underline;}.consultation-form .row{display:flex;flex-grow:1;}@media screen and (max-width:767px){.consultation-form .row{flex-direction:column;}}@media screen and (min-width:768px){.consultation-form .row{margin:0 -13px;}}.consultation-form .col{flex-shrink:0;}@media screen and (min-width:768px){.consultation-form .col{width:50%;padding:0 13px;}}.consultation-form .contact-form-block{position:relative;}@media screen and (max-width:767px){.consultation-form .contact-form-block{padding:20px 0 0;}}.consultation-form .contact-form-block br{display:none;}.consultation-form .contact-form-block p{margin:0;}.consultation-form .form-control{border-color:#d0d5dd;height:44px;border-radius:8px;}.consultation-form .form-control.wpcf7-not-valid{border-color:#8e312a;}@media screen and (max-width:767px){.consultation-form .form-group{margin:0 0 15px;}}.consultation-form textarea.form-control{height:134px;}.consultation-form .form-label .require{color:#8e312a;}.text-block{overflow:hidden;}.text-block.secondary-view{background:#eaecf0;}.text-block .title{max-width:620px;}.text-block .text p{margin:0;}.text-block .text p:not(:last-child){margin-bottom:20px;}.text-block.financing-waterproofing .text{font-size:18px;color:#667085;}.text-block .btn,.text-block .link-arrow{margin-top:40px;}.text-block .text-block-gallery{padding-top:40px;margin-right:calc(( 100% - 100vw ) / 2);}.text-block .text-block-gallery .slick-slide{margin:0 15px;}@media screen and (max-width:767px){.text-block .text-block-gallery .slick-slide{margin:0 12px;}}.text-block .text-block-gallery img{display:block;max-height:540px;}@media screen and (max-width:991px){.text-block .text-block-gallery img{max-height:390px;}}.text-block .slider-arrows{justify-content:center;gap:35px;}.text-block .slider-arrows .slick-arrow{width:56px;height:56px;background-color:#fff;border-color:#fff;background-size:14px 14px;}.text-block .slider-arrows .slick-next{background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1 8H15M15 8L8 1M15 8L8 15\' stroke=\'%23101828\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.text-block .slider-arrows .slick-next.nitro-lazy{background-image:none !important;}.text-block .slider-arrows .slick-prev{background-image:url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 8H1M1 8L8 15M1 8L8 1\' stroke=\'%23101828\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");}.text-block .slider-arrows .slick-prev.nitro-lazy{background-image:none !important;}.page-links-blocks{padding:0;}@media screen and (max-width:767px){.page-links-blocks .subtitle{margin:0 0 25px;}}.page-links-blocks .block-holder{padding:90px 0;}@media screen and (max-width:767px){.page-links-blocks .block-holder{padding:60px 0;}}.page-links-blocks .block-holder:nth-child(even){background:#eaecf0;}@media screen and (min-width:768px){.page-links-blocks .block-holder:nth-child(odd){background:url("https://cdn-ildpmmp.nitrocdn.com/AMiutLZIERmywvLxUwscmRkyAarnfjmd/assets/images/optimized/rev-1007682/www.zicklincontracting.com/wp-content/themes/zicklin/images/bg-4.webp") no-repeat;background-size:80% auto;background-position:50% 0;}.page-links-blocks .block-holder:nth-child(odd).nitro-lazy{background:none !important;}}.page-links-blocks .links-list{display:flex;flex-wrap:wrap;gap:43px 30px;}@media screen and (min-width:768px){.page-links-blocks .link-block{width:calc(50% - 15px);}}.page-links-blocks .link-block a{color:#101828;text-decoration:none;transition:.3s opacity;}.page-links-blocks .link-block a:hover{opacity:.7;}.page-links-blocks .link-block .title{font-size:24px;line-height:1;font-weight:600;margin:0 0 10px;}.page-links-blocks .link-block ul{padding-left:16px;}.title-image-text+.title-image-text{padding-top:0;}.title-image-text .row{display:flex;flex-grow:1;}@media screen and (max-width:767px){.title-image-text .row{flex-direction:column;}}@media screen and (min-width:768px){.title-image-text .row{margin:0 -25px;}}.title-image-text .col{flex-shrink:0;}@media screen and (min-width:768px){.title-image-text .col{width:50%;padding:0 25px;}}@media screen and (min-width:768px){.title-image-text .col:first-child{width:40%;}}@media screen and (min-width:768px){.title-image-text .col:last-child{width:60%;}}.title-image-text .title{color:#1f1f1f;}@media screen and (min-width:768px){.title-image-text .title{font-size:44px;font-weight:700;line-height:1.13;margin:0 0 30px;}}.title-image-text .image-block+.content{padding-top:17px;}.title-image-text .image-block img{display:block;width:100%;}.title-image-text .content{font-size:16px;line-height:1.6875;color:#1f1f1f;letter-spacing:.02em;}.title-image-text .content ul{list-style-position:inside;padding-left:22px;}.title-image-text .btn-holder{padding-top:15px;}.title-image-text .bottom-text{padding-top:20px;color:#1f1f1f;line-height:1.5;font-weight:600;}@media screen and (min-width:768px){.title-image-text .bottom-text{font-size:18px;padding-top:50px;}}.title-image-text .google-reviews-holder{padding:20px 0;margin-top:80px;background:#8e312a;border:solid #1f1f1f;border-width:1px 0;}@media screen and (max-width:992px){.title-image-text .google-reviews-holder{margin-top:50px;}}.title-image-text .google-reviews{width:auto;height:auto;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:30px;}@media screen and (max-width:992px){.title-image-text .google-reviews{gap:20px;}}.title-image-text .google-reviews .review-item:nth-child(1){order:1;}.title-image-text .google-reviews .review-item:nth-child(2){order:3;}.title-image-text .google-reviews .review-item img{display:block;}.title-image-text .google-reviews .review-item.bbb-reviews{background:#fff;}.title-image-text .google-reviews .ti-widget{order:2;}.title-image-text .google-reviews .ti-widget .ti-widget-container{margin-top:0;margin-bottom:0;text-align:center;}.title-image-text .google-reviews .ti-widget .ti-header{width:220px !important;height:95px !important;text-align:center;}.title-image-text .google-reviews .ti-widget .ti-header strong{font-size:16px !important;}.title-image-text .google-reviews .ti-widget .ti-header .ti-star{width:20px !important;height:20px !important;}.title-image-text .google-reviews .ti-widget .ti-header .ti-logo-fb{margin:0 auto !important;}.title-image-text .google-reviews .ti-widget .ti-mob-row{justify-content:center;padding-top:5px;}.section-team .team-list{display:flex;flex-wrap:wrap;gap:30px;}.section-team .team-item{width:calc(25% - 22.5px);}@media screen and (max-width:992px){.section-team .team-item{width:calc(50% - 15px);}}@media screen and (max-width:640px){.section-team .team-item{width:100%;}}.section-team .photo-wrap{position:relative;border-radius:20px;overflow:hidden;margin:0 0 10px;padding-bottom:100%;}.section-team .photo-wrap img{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 25%;object-position:50% 25%;}.section-banner-landing-flexible{padding:80px 0;position:relative;}.section-banner-landing-flexible::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background:rgba(0,0,0,.3);}.section-banner-landing-flexible video{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;}.section-banner-landing-flexible .container{position:relative;z-index:1;color:#fff;}.section-banner-landing-flexible .h1,.section-banner-landing-flexible .h2,.section-banner-landing-flexible .h3,.section-banner-landing-flexible .h4,.section-banner-landing-flexible .h5,.section-banner-landing-flexible h1{color:inherit;max-width:834px;}.section-banner-landing-flexible .text{font-weight:400;}.section-contact-form-landing{background:#eaecf0;}.section-contact-form-landing .title{max-width:720px;text-align:center;margin:0 auto 50px;}.section-contact-form-landing .action{text-align:center;}.section-contact-form-landing form br{display:none;}.section-contact-form-landing form .form-row{gap:40px;}.section-contact-form-landing form .form-group{width:100%;}.section-learn-more-landing .section-title{text-align:center;margin-bottom:30px;}.section-learn-more-landing .section-description{max-width:1054px;margin:0 auto 40px;text-align:center;}.section-learn-more-landing .inner-row{display:flex;}@media screen and (max-width:768px){.section-learn-more-landing .inner-row{flex-direction:column;}}.section-learn-more-landing .col-media{width:400px;margin-right:40px;flex-shrink:0;}@media screen and (max-width:768px){.section-learn-more-landing .col-media{width:100%;margin-right:0;margin-bottom:30px;}}.section-learn-more-landing .col-content{width:calc(100% - 400px);}@media screen and (max-width:768px){.section-learn-more-landing .col-content{width:100%;}}.section-learn-more-landing ul{padding-left:18px;}.section-learn-more-landing .bottom-row{display:flex;padding-top:20px;}.section-learn-more-landing .icon-wrap{width:100px;height:auto;flex-shrink:0;margin-right:30px;}@media screen and (max-width:768px){.section-learn-more-landing .icon-wrap{width:50px;margin-right:15px;}}.section-learn-more-landing .icon-content a{word-break:break-word;}.section-promo-landing{text-align:center;}.section-features-landing .inner-row{display:flex;gap:40px;}@media screen and (max-width:768px){.section-features-landing .inner-row{flex-direction:column;}}.section-features-landing .col-content,.section-features-landing .col-media{width:50%;}@media screen and (max-width:768px){.section-features-landing .col-content,.section-features-landing .col-media{width:100%;}}.section-services-landing .items-row{display:flex;flex-wrap:wrap;}.section-services-landing .portfolio-card{min-height:400px;}.section-info-columns-landing .info-columns{display:flex;align-items:center;gap:40px;}@media screen and (max-width:768px){.section-info-columns-landing .info-columns{flex-direction:column;}}.section-info-columns-landing .info-columns>div{width:50%;}@media screen and (max-width:768px){.section-info-columns-landing .info-columns>div{width:100%;}}.section-reviews-landing .stars-wrap{margin-bottom:30px;}@media screen and (max-width:768px){.section-reviews-landing .stars-wrap{max-width:200px;margin:0 auto 30px;}}.section-reviews-landing .stars-wrap img{display:block;margin:auto;}.section-reviews-landing .title{text-align:center;}.section-reviews-landing .reviews{max-width:700px;text-align:center;margin:0 auto 30px;}.section-reviews-landing .text{margin-bottom:20px;}.section-reviews-landing .name{font-weight:600;color:#8e312a;}.section-reviews-landing .actions{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;}.theme_btn{position:relative;font-size:22px;line-height:1;font-weight:400;padding:18px 38px;letter-spacing:4px;border-radius:0;cursor:pointer;transition:.3s color,.3s background,.3s border;text-transform:uppercase;border:1px solid transparent;}.theme_btn:hover{background:0 0;color:#8e322a;border-color:#8e322a;}.reviews-badges{background:#f4f1f0;}h6 a{color:#8e322a;}.form-box> p{height:0;margin:0;}.holder p{text-align:left !important;}.testimonials{position:relative;}.testimonials .content-col{position:relative;gap:20px;display:flex;flex-direction:column-reverse;}.testimonials .slick-arrow{position:unset;transform:unset;}.testimonials-arrows{padding-top:0;justify-content:end;gap:12px;}.slick-prev:before,.slick-next:before{color:transparent;}.text ul{display:flex;flex-direction:column;gap:14px;}.support-promo{padding-bottom:50px !important;}.FlagDropdownTrigger__Container-sc-l3w0nt-0{padding:0 !important;background:transparent !important;}.modal-body .ButtonBase__ButtonContainer-sc-p43e7i-3{background:#000 !important;width:100%;height:unset;padding:7px !important;}.section-paragraph{display:none;}.extra_content_sec p,.extra_content_sec h2,.extra_content_sec h3{text-align:left;}.extra_content_sec h2,.extra_content_sec h3{font-size:28px;margin:44px 0 10px 0;}.content:empty,h2:empty{display:none;}.form-wrap button{font-family:roobert,sans-serif !important;border-radius:4px !important;font-size:16px !important;font-weight:600 !important;}.extra_content_sec .container-large{max-width:1600px !important;margin:0 auto;padding:0 15px;}.extra_content_sec{padding-top:0;}.section-form-rebath .wpcf7-response-output{margin:0em .5em 0em !important;}.section-form-secondary-rebath .form-row{align-items:flex-start !important;}.padding-global .faq-custom.items-holder{padding-bottom:0px !important;}.text-block .text-block-gallery{position:relative !important;}.Vhmss{justify-content:left !important;}.iBvpUZ{margin:0px !important;}.faq-container .title-box{margin:2rem 0rem 0rem;}.pricing_plan .heading-style-h1{font-size:50px !important;font-weight:700 !important;line-height:78px !important;}@media (max-width:768px){.h1,h1{font-size:38px;line-height:44px;}.h2 strong,h2 strong{font-size:28px;}.extra_content_sec .container-large{max-width:100% !important;margin:0 auto;padding:0;}.extra_content_sec .padding-global{padding:0;}.section-form-secondary-rebath .form-block{width:100%;padding:20px 0 20px 0;}}#heateor_sss_error{color:red;margin:7px 0;}#heateor_sss_sharing_more_providers .filter svg{position:absolute;left:16px;top:18px;}div.heateor_sss_sharing_ul a:link,div.heateor_sss_sharing_ul a:focus{text-decoration:none;background:transparent !important;}.heateor_sss_login_container{margin:2px 0;}.heateor_sss_login_container img,.heateor_sss_sharing_container img{cursor:pointer;margin:2px;border:none;}.heateor_sss_login_container img{display:none;float:left;}#heateor_sss_loading_image{display:block !important;float:none;}.heateor_sss_error{background-color:#ffffe0;border:1px solid #e6db55;padding:5px;margin:10px;}#heateor_sss_sharing_more_providers{position:fixed;top:50%;left:47%;background:#fafafa;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none !important;height:308px;}#heateor_sss_mastodon_popup_bg,#heateor_sss_popup_bg{background:url("https://cdn-ildpmmp.nitrocdn.com/AMiutLZIERmywvLxUwscmRkyAarnfjmd/assets/images/optimized/rev-1007682/www.zicklincontracting.com/wp-content/plugins/sassy-social-share/images/transparent_bg.png");bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000;}#heateor_sss_sharing_more_providers .title{font-size:14px !important;height:auto !important;background:#58b8f8 !important;border-bottom:1px solid #d7d7d7 !important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px !important;padding:0 !important;text-align:center;text-transform:none;margin:0 !important;text-shadow:none !important;width:100%;}#heateor_sss_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif;}#heateor_sss_sharing_more_providers #heateor_sss_sharing_more_content{background:#fafafa;border-radius:4px;color:#555;height:auto;width:100%;}#heateor_sss_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%;}#heateor_sss_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto;}#heateor_sss_sharing_more_content .all-services ul{display:block;margin:10px !important;overflow:hidden;list-style:none;padding-left:0 !important;position:static !important;width:auto !important;}#heateor_sss_sharing_more_content .all-services ul li{padding:0;margin:0 0 0 5px;background:0 0 !important;float:left;width:24.1%;text-align:left !important;}#heateor_sss_sharing_more_providers .close-button img{margin:0;}#heateor_sss_sharing_more_providers .close-button.separated{background:0 0 !important;border:none !important;box-shadow:none !important;width:auto !important;height:auto !important;z-index:1000;}#heateor_sss_sharing_more_providers .close-button{height:auto !important;width:auto !important;left:auto !important;display:block !important;color:#555 !important;cursor:pointer !important;font-size:29px !important;line-height:29px !important;margin:0 !important;padding:0 !important;position:absolute;right:-16px;top:-16px;}#heateor_sss_sharing_more_providers .filter input.search{width:96%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;line-height:1;margin:0 11px;padding:5px 8px 5px 27px !important;border:1px solid #ccc !important;color:#000;background:#fff !important;font-size:16px !important;text-align:left !important;max-width:-webkit-fill-available;}#heateor_sss_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #d7d7d7;padding:6px 0;width:100%;color:#fff;}#heateor_sss_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left !important;color:#000;font-family:"helvetica neue",arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0 !important;padding:0 6px !important;text-indent:0 !important;}#heateor_sss_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0 !important;}#heateor_sss_sharing_more_providers .all-services ul li a span{width:51%;}#heateor_sss_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666 !important;display:block;font-size:12px;height:auto;line-height:20px;overflow:hidden;padding:8px 8px 8px 1px;text-decoration:none !important;text-overflow:ellipsis;white-space:nowrap;border:none !important;text-indent:0 !important;background:0 0 !important;text-shadow:none;}.heateor_sss_share_count{display:block;text-indent:0 !important;visibility:hidden;background-color:#58b8f8 !important;width:5px;height:auto;text-align:center;min-width:8px !important;padding:1px 4px !important;color:#fff !important;font-family:"Open Sans",arial,sans-serif !important;font-size:10px !important;font-weight:600 !important;-webkit-border-radius:15px !important;border-radius:15px !important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px !important;border:2px solid #fff !important;z-index:1;margin:2px auto !important;box-sizing:content-box !important;}.heateor_sss_share_count,.heateor_sss_vertical_sharing{-webkit-box-sizing:content-box !important;-moz-box-sizing:content-box !important;}div.heateor_sss_follow_ul,div.heateor_sss_sharing_ul{padding-left:0 !important;margin:1px 0 !important;}#heateor_sss_mastodon_popup_close img,#heateor_sss_sharing_popup_close img{opacity:1 !important;background:0 0 !important;border:none !important;outline:0 !important;box-shadow:none !important;width:auto !important;height:auto !important;top:inherit !important;right:inherit !important;left:9px !important;padding:0 !important;}div.heateor_sss_follow_ul .heateorSssSharingRound,div.heateor_sss_sharing_ul .heateorSssSharingRound{background:0 0 !important;}.heateor_sss_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style:normal;font-size:.6em;visibility:hidden;}div.heateor_sss_follow_ul a,div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a{float:left;padding:0 !important;list-style:none !important;border:none !important;margin:2px;}.heateorSssSharing,.heateorSssSharingButton{display:block;cursor:pointer;margin:2px;}div.heateor_sss_follow_ul a:before,div.heateor_sss_sharing_ul a:before{content:none !important;}div.heateor_sss_follow_ul a{width:auto;}.heateor_sss_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box !important;}div.heateor_sss_horizontal_counter li.heateor_sss_facebook_share,div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_share{width:96px;}li.heateor_sss_facebook_like .fb-like span,li.heateor_sss_facebook_recommend .fb-like span,li.heateor_sss_facebook_share .fb-share-button span{vertical-align:top !important;}li.heateor_sss_facebook_like .fb-like span iframe,li.heateor_sss_facebook_recommend .fb-like span iframe{max-width:none !important;z-index:1000;}.heateor_sss_counter_container li{height:21px;}.heateorSssTCBackground:hover{border-width:0 !important;background-color:transparent;}.heateorSssTCBackground{border-width:0 !important;background-color:transparent !important;font-style:normal;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.heateorSssSharingSvg{width:100%;height:100%;}.heateorSssSharing{float:left;border:none;}.heateorSssSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px;}.heateorSssPushIn{background:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") left no-repeat;}.heateorSssPushIn.nitro-lazy{background:none !important;}.heateorSssPullOut{background:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") left no-repeat;}.heateorSssPullOut.nitro-lazy{background:none !important;}.heateorSssCommentingTabs li{padding-left:0 !important;float:left;margin:0 1em 0 0 !important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em;}div.heateorSssTotalShareCount{word-wrap:normal !important;font-weight:bolder;font-family:sans-serif;padding:0;margin:0;text-align:center;}div.heateorSssTotalShareText{word-wrap:normal !important;margin:0;padding:0;text-align:center;}div.heateor_sss_horizontal_sharing li{width:auto;}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_like{width:91px;}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_recommend{width:145px;}div.heateor_sss_horizontal_sharing li.heateor_sss_twitter_tweet{width:95px;}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share span{vertical-align:text-top !important;}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share{width:96px;}div.heateor_sss_horizontal_sharing li.heateor_sss_buffer_share{width:108px;}div.heateor_sss_horizontal_sharing li.heateor_sss_reddit_badge{width:130px;}div.heateor_sss_horizontal_sharing li.heateor_sss_yummly{width:106px;}div.heateor_sss_horizontal_sharing li.heateor_sss_pinterest_pin{width:76px;}div.heateor_sss_horizontal_sharing li.heateor_sss_xing{width:98px;}.heateor_sss_sharing_container a{padding:0 !important;box-shadow:none !important;border:none !important;}.heateorSssClear{clear:both;}div.course_instructor_widget .heateor_sss_vertical_sharing{display:none !important;}@media screen and (max-width:783px){#heateor_sss_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none !important;}}@media screen and (max-width:752px){#heateor_sss_sharing_more_content .all-services ul li{width:32.1%;}}@media screen and (max-width:590px){#heateor_sss_sharing_more_content .all-services ul li{width:48.1%;}#heateor_sss_sharing_more_providers .filter input.search{width:93%;}}@media screen and (max-width:413px){#heateor_sss_sharing_more_content .all-services ul li{width:100%;}}div.heateor_sss_bottom_sharing{margin-bottom:0;}div.heateor_sss_sharing_container a:before,div.heateor_sss_follow_icons_container a:before{content:none;}.heateor_sss_mastodon_popup_button{background:linear-gradient(#ec1b23,#d43116);padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:4px auto;font-weight:bolder;width:35%;cursor:pointer;border-bottom-style:groove;border-bottom-width:5px;border-bottom-color:rgba(0,0,0,.2);}@media screen and (max-width: 783px)#heateor_sss_sharing_more_providers .filter input.search{}div.heateor_sss_follow_icons_container svg,div.heateor_sss_sharing_container svg{width:100%;height:100%;}