/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@custom-media --content-width:(min-width:1440px);@custom-media --xl:(min-width:1200px);@custom-media --lg:(min-width:1024px);@custom-media --md:(min-width:768px);@custom-media --sm:(min-width:576px);.award{--card-50x50-gradient:var(--gradient-card-50x50,linear-gradient(94deg,rgba(40,42,56,.5),rgba(36,33,40,.5)));--background-size:196px;display:flex;flex-direction:column;font-size:1.125rem;font-weight:500;gap:16px;line-height:1.6875rem;max-width:457px}.award.circle{align-items:center;backdrop-filter:blur(10px);background:var(--card-50x50-gradient);border-radius:100%;height:126px;justify-content:center;width:126px}@media,(min-width:1024px){.award.circle{height:206px;width:206px}}@media (--lg){.award.circle{height:206px;width:206px}}.award.circle .award--background{height:120px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:120px}@media,(min-width:1024px){.award.circle .award--background{height:var(--background-size);width:var(--background-size)}}@media (--lg){.award.circle .award--background{height:var(--background-size);width:var(--background-size)}}.award.circle .award--background svg{animation:rotate 15s linear infinite}@media,(min-width:1024px){.award.circle .award--background svg{height:var(--background-size);width:var(--background-size)}}@media (--lg){.award.circle .award--background svg{height:var(--background-size);width:var(--background-size)}}.award.circle .award--body a{align-items:center;backdrop-filter:blur(10px);background:var(--card-50x50-gradient);border-radius:100%;display:flex;height:100px;justify-content:center;width:100px}@media,(min-width:1024px){.award.circle .award--body a{height:166px;width:166px}}@media (--lg){.award.circle .award--body a{height:166px;width:166px}}.award.circle .award--body svg{width:82px}@media,(min-width:1024px){.award.circle .award--body svg{width:136px}}@media (--lg){.award.circle .award--body svg{width:136px}}.award--description{margin-bottom:0;margin-top:0}.award--second-description{display:flex;flex-direction:column;font:500 1.25rem/1.75rem Borna;font:500 1.25rem/1.75rem var(--font-borna,"Borna");gap:24px;justify-content:space-between;padding-bottom:20px}.award--body{display:flex;flex-wrap:wrap;gap:16px 17px}@media,(min-width:1024px){.award--body{align-items:center}}@media (--lg){.award--body{align-items:center}}.award--body a{flex:0 0 100%}@media,(min-width:1024px){.award--body a{flex:initial;flex:unset;margin-right:auto}}@media (--lg){.award--body a{flex:initial;flex:unset;margin-right:auto}}.award--body img{height:auto}.award__body--wrapper{display:flex;flex-wrap:wrap;gap:16px 17px}.award--clutch{align-self:flex-start;display:flex;gap:24px}@keyframes rotate{to{rotate:1turn}}
@custom-media --content-width:(min-width:1440px);@custom-media --xl:(min-width:1200px);@custom-media --lg:(min-width:1024px);@custom-media --md:(min-width:768px);@custom-media --sm:(min-width:576px);.button{--background-color:#d74114;--background-color-hover:#a83310;--text-color:var(--color-text,#fff);--arrow-size:1rem;align-items:center;background-color:#d74114;background-color:var(--background-color);border:none;border-radius:9999px;color:#fff;color:var(--text-color);cursor:pointer;display:inline-flex;font:500 .875rem/1 Roboto;font:500 .875rem/1 var(--font-roboto,"Roboto");max-width:-moz-fit-content;max-width:fit-content;padding-left:1.25rem;-webkit-text-decoration:none;text-decoration:none;transition:background-color .6s cubic-bezier(.47,0,.23,1.38)}.button:focus,.button:hover{background-color:var(--background-color-hover)}.button:focus .button__arrow,.button:hover .button__arrow{transform:translate(calc(-50% + 1.375rem),calc(-50% - 1.375rem)) scale(.0625)}.button:focus .button__arrow-clone,.button:hover .button__arrow-clone{transform:translate(-50%,-50%) scale(1)}.button:not(:has(.button__icon)){padding-bottom:1rem;padding-right:1.25rem;padding-top:1rem}.button__icon{align-self:center;background-color:transparent;border-radius:50%;flex-shrink:0;height:2.875rem;overflow:hidden;position:relative;width:2.875rem}.button__arrow,.button__arrow-clone{height:var(--arrow-size);left:50%;position:absolute;top:50%;transition:transform .6s cubic-bezier(.47,0,.23,1.38);width:var(--arrow-size)}.button__arrow{transform:translate(-50%,-50%) scale(1)}.button__arrow-clone{transform:translate(calc(-50% - 1.375rem),calc(-50% + 1.375rem)) scale(.0625)}.button--secondary{background-color:transparent;border:1px solid var(--background-color)}.button--secondary:focus,.button--secondary:hover{background-color:var(--background-color-hover);border-color:var(--background-color-hover)}.button--tertiary{background-color:transparent;gap:.625rem;padding-left:0;padding-right:0}.button--tertiary .button__text{padding-bottom:.75rem;padding-top:.75rem;position:relative}.button--tertiary .button__text:after{background-color:var(--background-color);bottom:.375rem;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:center;transition:transform .6s cubic-bezier(.47,0,.23,1.38);width:100%}.button--tertiary .button__icon,.button--tertiary:focus,.button--tertiary:hover{background-color:transparent}.button--tertiary:focus .button__text:after,.button--tertiary:hover .button__text:after{transform:scaleX(1)}.button--clutch-rating{border:1px solid var(--background-color-hover);flex-direction:column;gap:.625rem;margin-left:auto;margin-right:auto}@media,(min-width:1024px){.button--clutch-rating{flex-direction:row;margin-left:0;margin-right:0}}@media (--lg){.button--clutch-rating{flex-direction:row;margin-left:0;margin-right:0}}.button--clutch-rating:not(:hover){background:linear-gradient(90deg,#43211a,#181820)}
@custom-media --content-width:(min-width:1440px);@custom-media --xl:(min-width:1200px);@custom-media --lg:(min-width:1024px);@custom-media --md:(min-width:768px);@custom-media --sm:(min-width:576px);.expandable-card__summary{align-items:center;cursor:pointer;display:flex;gap:20px;justify-content:space-between}.expandable-card__summary::-webkit-details-marker{display:none}.expandable-card__summary h3,.expandable-card__summary p{color:var(--color-text-grey);font-family:var(--font-borna);font-weight:500;line-height:1.4rem}@media,(min-width:1024px){.expandable-card__summary h3,.expandable-card__summary p{font-size:1.25rem;line-height:1.75rem}}@media (--lg){.expandable-card__summary h3,.expandable-card__summary p{font-size:1.25rem;line-height:1.75rem}}.expandable-card__summary h3,.expandable-card__summary p{margin-bottom:0;margin-top:0}.expandable-card__summary a{min-height:24px}.expandable-card__content{color:#b3b3b3;color:var(--color-text-secondary,#b3b3b3);position:relative}.expandable-card__content p{margin-bottom:0;margin-top:0}.expandable-card__button{line-height:0;margin-right:3px;position:relative;transition:transform .2s ease-in-out}.expandable-card__button-plus{left:7px;position:absolute;top:7px;transition:rotate .2s ease-in-out}.expandable-card.expandable-card--open:after,.expandable-card:hover:after,.expandable-card[open]:after{opacity:1;width:100%}.expandable-card.expandable-card--open>.expandable-card__summary .expandable-card__button,.expandable-card[open]>.expandable-card__summary .expandable-card__button{transform:scale(1.2)}.expandable-card.expandable-card--open>.expandable-card__summary .expandable-card__button-plus,.expandable-card[open]>.expandable-card__summary .expandable-card__button-plus{rotate:45deg}.expandable-card.expandable-card--open>.expandable-card__summary .expandable-card__button-border path,.expandable-card[open]>.expandable-card__summary .expandable-card__button-border path{animation:button-border-open .5s ease-in-out}.expandable-card:not(.expandable-card--open) .expandable-card__button-border path,.expandable-card:not([open]) .expandable-card__button-border path{animation:button-border-close .5s ease-in-out}.expandable-card--gradient{background:var(--gradient-card,linear-gradient(94deg,var(--color-gradient-card-start),var(--color-gradient-card-end)))}.expandable-card--gradient-50x50{background:var(--gradient-card-50x50)}.expandable-card--p-32{--padding-mobile-size:24px;--padding-desktop-size:32px}.expandable-card--p-32 .expandable-card__summary{padding:var(--padding-mobile-size)}@media,(min-width:1024px){.expandable-card--p-32 .expandable-card__summary{padding:var(--padding-desktop-size)}}@media (--lg){.expandable-card--p-32 .expandable-card__summary{padding:var(--padding-desktop-size)}}.expandable-card--p-32.expandable-card--open .expandable-card__content,.expandable-card--p-32[open]{padding-bottom:var(--padding-mobile-size);padding-left:var(--padding-mobile-size);padding-right:var(--padding-mobile-size)}@media,(min-width:1024px){.expandable-card--p-32.expandable-card--open .expandable-card__content,.expandable-card--p-32[open]{padding-bottom:var(--padding-desktop-size);padding-left:var(--padding-desktop-size);padding-right:var(--padding-desktop-size)}}@media (--lg){.expandable-card--p-32.expandable-card--open .expandable-card__content,.expandable-card--p-32[open]{padding-bottom:var(--padding-desktop-size);padding-left:var(--padding-desktop-size);padding-right:var(--padding-desktop-size)}}.expandable-card--primary.expandable-card--open .expandable-card__summary,.expandable-card--primary[open]{transition:margin-bottom .5s ease-in-out}.expandable-card--primary:not(.expandable-card--open) .expandable-card__summary,.expandable-card--primary:not([open]){transition:margin-bottom 1s ease-in-out}.expandable-card--secondary{border-bottom:1px solid #7e7e7e;border-bottom:1px solid var(--color-border,#7e7e7e);border-top:1px solid #7e7e7e;border-top:1px solid var(--color-border,#7e7e7e);margin-top:-1px;position:relative}.expandable-card--secondary .expandable-card__summary{padding-bottom:19px;padding-top:19px}@media,(min-width:1024px){.expandable-card--secondary .expandable-card__summary{padding-bottom:22px;padding-top:22px}}@media (--lg){.expandable-card--secondary .expandable-card__summary{padding-bottom:22px;padding-top:22px}}.expandable-card--secondary .expandable-card__content{padding-bottom:20px}.expandable-card--secondary:after{background-color:#dedede;background-color:var(--color-text-grey,#dedede);bottom:-1px;content:"";height:1px;left:0;opacity:0;position:absolute;transition:width .2s ease-in-out,opacity .2s ease-in-out;width:0;z-index:1}@keyframes button-border-open{50%{stroke-opacity:.8;stroke-width:2px}to{stroke-opacity:.15;stroke-width:1px}}@keyframes button-border-close{50%{stroke-opacity:.8;stroke-width:2px}to{stroke-opacity:.15;stroke-width:1px}}
.featured-block{background:linear-gradient(94deg,#282a38 1.03%,#242128 96.79%);border-radius:8px}.featured-block__category{align-items:center;background:hsla(0,0%,100%,.07);border-radius:0 8px 0 30px;color:#fff;display:flex;font-size:.75rem;font-weight:500;height:1.75rem;line-height:100%;margin-left:auto;padding-left:2rem;padding-right:2rem;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.featured-block__content{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.featured-block__header{align-items:center;display:flex;gap:.5rem}.featured-block__title{color:var(--color-accent);font-size:1.0625rem;line-height:140%}.featured-block__description{color:var(--color-text-grey);font-size:.8125rem;line-height:140%}
@custom-media --content-width:(min-width:1440px);@custom-media --xl:(min-width:1200px);@custom-media --lg:(min-width:1024px);@custom-media --md:(min-width:768px);@custom-media --sm:(min-width:576px);[data-component-id="smartbees:footer"].footer{--border-color:#51525b;--text-secondary-color:var(--color-text-secondary,#b3b3b3);--border-style:1px solid var(--border-color);display:grid;padding-bottom:40px;padding-left:24px;padding-right:24px;grid-gap:32px;background-color:#272835;background-color:var(--color-background-soft,#272835);gap:32px}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer{gap:80px;padding-bottom:140px;padding-left:64px;padding-right:64px}}@media (--lg){[data-component-id="smartbees:footer"].footer{gap:80px;padding-bottom:140px;padding-left:64px;padding-right:64px}}[data-component-id="smartbees:footer"].footer .footer__brand{border-top:var(--border-style);padding-top:32px}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .footer__brand{border-bottom:var(--border-style);margin-left:auto;margin-right:auto;max-width:var(--content-width);padding-bottom:40px;padding-top:40px;width:100%}}@media (--lg){[data-component-id="smartbees:footer"].footer .footer__brand{border-bottom:var(--border-style);margin-left:auto;margin-right:auto;max-width:var(--content-width);padding-bottom:40px;padding-top:40px;width:100%}}[data-component-id="smartbees:footer"].footer .footer__brand--logo{display:block;max-height:50px}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .footer__navigation{display:grid;grid-template-columns:auto 1fr;justify-content:space-between;grid-gap:90px 28px;gap:90px 28px;margin-left:auto;margin-right:auto;max-width:1310px;max-width:var(--content-width,1310px);width:100%}}@media (--lg){[data-component-id="smartbees:footer"].footer .footer__navigation{display:grid;grid-template-columns:auto 1fr;justify-content:space-between;grid-gap:90px 28px;gap:90px 28px;margin-left:auto;margin-right:auto;max-width:1310px;max-width:var(--content-width,1310px);width:100%}}@media,(min-width:1440px){[data-component-id="smartbees:footer"].footer .footer__navigation{-moz-column-gap:100px;column-gap:100px}}@media (--content-width){[data-component-id="smartbees:footer"].footer .footer__navigation{-moz-column-gap:100px;column-gap:100px}}[data-component-id="smartbees:footer"].footer .footer__navigation .expandable-card:first-of-type .expandable-card__summary p,[data-component-id="smartbees:footer"].footer .footer__navigation .expandable-card:last-of-type .expandable-card__summary p{color:#fff;color:var(--color-text,#fff);font-weight:500}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .footer__navigation .expandable-card:first-of-type .menu__2-level{display:block;margin-top:20px}}@media (--lg){[data-component-id="smartbees:footer"].footer .footer__navigation .expandable-card:first-of-type .menu__2-level{display:block;margin-top:20px}}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .footer__navigation .expandable-card:first-of-type .menu-item__2-level{color:#b3b3b3;color:var(--color-text-secondary,#b3b3b3);font-size:.875rem;font-style:normal;font-weight:500;min-height:24.5px}}@media (--lg){[data-component-id="smartbees:footer"].footer .footer__navigation .expandable-card:first-of-type .menu-item__2-level{color:#b3b3b3;color:var(--color-text-secondary,#b3b3b3);font-size:.875rem;font-style:normal;font-weight:500;min-height:24.5px}}[data-component-id="smartbees:footer"].footer .footer__bottom{color:var(--text-secondary-color);display:grid;font-size:.9375rem;font-weight:400;line-height:1.4063rem;text-align:right;grid-gap:24px;gap:24px}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .footer__bottom{grid-template-columns:repeat(2,auto);margin-left:auto;margin-right:auto;margin-top:50px;max-width:var(--content-width);width:100%}}@media (--lg){[data-component-id="smartbees:footer"].footer .footer__bottom{grid-template-columns:repeat(2,auto);margin-left:auto;margin-right:auto;margin-top:50px;max-width:var(--content-width);width:100%}}[data-component-id="smartbees:footer"].footer .footer__bottom--col{display:grid;grid-gap:14px;align-items:center;gap:14px;grid-template-columns:auto 1fr}@media,(min-width:576px){[data-component-id="smartbees:footer"].footer .footer__bottom--col{gap:24px;text-align:left}}@media (--sm){[data-component-id="smartbees:footer"].footer .footer__bottom--col{gap:24px;text-align:left}}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .footer__bottom--col:last-child{gap:14px;margin-left:auto;text-align:right}[data-component-id="smartbees:footer"].footer .footer__bottom--col:last-child>svg{order:1}}@media (--lg){[data-component-id="smartbees:footer"].footer .footer__bottom--col:last-child{gap:14px;margin-left:auto;text-align:right}[data-component-id="smartbees:footer"].footer .footer__bottom--col:last-child>svg{order:1}}[data-component-id="smartbees:footer"].footer .footer__socials{display:flex;gap:18px}[data-component-id="smartbees:footer"].footer .footer__socials a{align-content:center;color:#fff;display:grid;height:42px;justify-content:center;place-content:center;transition:color .3s;width:42px}[data-component-id="smartbees:footer"].footer .footer__socials a:hover{color:var(--color-accent)}[data-component-id="smartbees:footer"].footer .footer__address{display:flex;flex-direction:column;font-size:.875rem;font-style:normal;font-weight:500;gap:32px;line-height:1.5313rem;white-space:nowrap}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .footer__address{flex-direction:row;gap:28px;margin-top:20px}}@media (--lg){[data-component-id="smartbees:footer"].footer .footer__address{flex-direction:row;gap:28px;margin-top:20px}}@media,(min-width:1200px){[data-component-id="smartbees:footer"].footer .footer__address{gap:90px}}@media (--xl){[data-component-id="smartbees:footer"].footer .footer__address{gap:90px}}[data-component-id="smartbees:footer"].footer .footer__address--abbr[title]{-webkit-text-decoration:none;text-decoration:none}[data-component-id="smartbees:footer"].footer .footer__address a{color:var(--text-secondary-color)}[data-component-id="smartbees:footer"].footer .footer__address a:not(:hover){text-decoration:none;text-decoration:initial;text-decoration:unset}[data-component-id="smartbees:footer"].footer .footer__address [href^="mailto:"]{color:#fff;color:var(--color-text,#fff);font-size:1.125rem;font-weight:500;line-height:1.9125rem;-webkit-text-decoration:underline;text-decoration:underline}[data-component-id="smartbees:footer"].footer .expandable-card{border-color:var(--border-color);border-top:var(--border-style)}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .expandable-card{border:unset;padding-bottom:0}}@media (--lg){[data-component-id="smartbees:footer"].footer .expandable-card{border:unset;padding-bottom:0}}[data-component-id="smartbees:footer"].footer .expandable-card:after{background-color:var(--border-color)}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .expandable-card:after{display:none}}@media (--lg){[data-component-id="smartbees:footer"].footer .expandable-card:after{display:none}}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .expandable-card:first-child{grid-row:1/3}}@media (--lg){[data-component-id="smartbees:footer"].footer .expandable-card:first-child{grid-row:1/3}}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2){grid-column:2/3}}@media (--lg){[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2){grid-column:2/3}}@media,(min-width:1200px){[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2){grid-column:2/4}}@media (--xl){[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2){grid-column:2/4}}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__summary{display:none}}@media (--lg){[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__summary{display:none}}@media,(min-width:576px){[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu{align-items:start;display:grid;grid-template-columns:repeat(3,auto)}[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(4) .menu__3-level,[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(5) .menu__3-level{margin-bottom:0}[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(6),[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(7),[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(8),[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(9){grid-column:3;grid-row:2}[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(6) .menu-item__2-level,[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(7) .menu-item__2-level,[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(8) .menu-item__2-level,[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(9) .menu-item__2-level{color:#dedede;color:var(--color-text-grey,#dedede);font:.875rem/1.5313rem Roboto;font:.875rem/1.5313rem var(--font-roboto,"Roboto")}[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(7){margin-top:32px}[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(8){margin-top:64px}[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(9){margin-top:96px}}@media (--sm){[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu{align-items:start;display:grid;grid-template-columns:repeat(3,auto)}[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(4) .menu__3-level,[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(5) .menu__3-level{margin-bottom:0}[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(6),[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(7),[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(8),[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(9){grid-column:3;grid-row:2}[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(6) .menu-item__2-level,[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(7) .menu-item__2-level,[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(8) .menu-item__2-level,[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(9) .menu-item__2-level{color:#dedede;color:var(--color-text-grey,#dedede);font:.875rem/1.5313rem Roboto;font:.875rem/1.5313rem var(--font-roboto,"Roboto")}[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(7){margin-top:32px}[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(8){margin-top:64px}[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu>:nth-child(9){margin-top:96px}}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu .menu-item__2-level{font-size:1.25rem;line-height:1.75rem}[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu .menu-item__2-level>svg{opacity:1}}@media (--lg){[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu .menu-item__2-level{font-size:1.25rem;line-height:1.75rem}[data-component-id="smartbees:footer"].footer .expandable-card:nth-child(2) .expandable-card__content>.menu .menu-item__2-level>svg{opacity:1}}[data-component-id="smartbees:footer"].footer .expandable-card:last-of-type{border-bottom:var(--border-style)}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .expandable-card:last-of-type{border-bottom:none}}@media (--lg){[data-component-id="smartbees:footer"].footer .expandable-card:last-of-type{border-bottom:none}}[data-component-id="smartbees:footer"].footer .expandable-card__summary{font:1rem/1.4rem Borna;font:1rem/1.4rem var(--font-borna,"Borna");padding-bottom:32px;padding-top:32px}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .expandable-card__summary{font-size:1.25rem;line-height:1.75rem;padding-bottom:0;padding-top:0;pointer-events:none}}@media (--lg){[data-component-id="smartbees:footer"].footer .expandable-card__summary{font-size:1.25rem;line-height:1.75rem;padding-bottom:0;padding-top:0;pointer-events:none}}[data-component-id="smartbees:footer"].footer .expandable-card__summary>p{color:#fff;color:var(--color-text,#fff)}[data-component-id="smartbees:footer"].footer .expandable-card__content{transition:all .5s ease-in-out .2s!important}[data-component-id="smartbees:footer"].footer .expandable-card[open] .expandable-card__content{margin-bottom:32px;overflow:visible;overflow:initial;overflow:unset}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .expandable-card[open] .expandable-card__content{margin-bottom:0}}@media (--lg){[data-component-id="smartbees:footer"].footer .expandable-card[open] .expandable-card__content{margin-bottom:0}}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .expandable-card__button{display:none}}@media (--lg){[data-component-id="smartbees:footer"].footer .expandable-card__button{display:none}}[data-component-id="smartbees:footer"].footer .expandable-card .menu__2-level{font:1rem/1.4rem Borna;font:1rem/1.4rem var(--font-borna,"Borna");gap:8px}[data-component-id="smartbees:footer"].footer .expandable-card .menu__3-level{font-weight:500;gap:4px;margin-bottom:16px;margin-top:20px}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .expandable-card .menu__3-level{margin-bottom:64px;margin-top:20px}}@media (--lg){[data-component-id="smartbees:footer"].footer .expandable-card .menu__3-level{margin-bottom:64px;margin-top:20px}}[data-component-id="smartbees:footer"].footer .expandable-card .menu-item__2-level:not(:hover)>svg{opacity:1}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .expandable-card .menu-item__2-level:not(:hover)>svg{opacity:0}}@media (--lg){[data-component-id="smartbees:footer"].footer .expandable-card .menu-item__2-level:not(:hover)>svg{opacity:0}}[data-component-id="smartbees:footer"].footer .expandable-card .menu-item__3-level{color:var(--text-secondary-color);font-size:.875rem;font-weight:500;line-height:1.5313rem}[data-component-id="smartbees:footer"].footer .award{margin-bottom:32px;margin-top:32px}@media,(min-width:1024px){[data-component-id="smartbees:footer"].footer .award{grid-column:2/3;margin-bottom:0;margin-top:0}}@media (--lg){[data-component-id="smartbees:footer"].footer .award{grid-column:2/3;margin-bottom:0;margin-top:0}}@media,(min-width:1200px){[data-component-id="smartbees:footer"].footer .award{grid-column:3;margin-top:20px}}@media (--xl){[data-component-id="smartbees:footer"].footer .award{grid-column:3;margin-top:20px}}
@custom-media --content-width:(min-width:1440px);@custom-media --xl:(min-width:1200px);@custom-media --lg:(min-width:1024px);@custom-media --md:(min-width:768px);@custom-media --sm:(min-width:576px);.language-switcher{align-items:center;border-radius:42px;color:#fff;color:var(--color-text,#fff);display:flex;font-size:.9375rem;gap:.5rem;height:2.625rem;justify-content:center;text-transform:uppercase;transition:background-color .6s cubic-bezier(.47,0,.23,1.38);width:100%}@media (hover:hover){.language-switcher:hover{background-color:hsla(0,0%,100%,.07)}}@media,(min-width:1024px){.language-switcher{font-size:.8125rem;gap:7px;justify-content:flex-start;width:auto}}@media (--lg){.language-switcher{font-size:.8125rem;gap:7px;justify-content:flex-start;width:auto}}.language-switcher:not(:hover){-webkit-text-decoration:none;text-decoration:none}.language-switcher__text--full{text-transform:none}.language-switcher__text--code{display:none}@media,(min-width:1024px){.language-switcher__text--full{display:none}.language-switcher__text--code{display:inline}}@media (--lg){.language-switcher__text--full{display:none}.language-switcher__text--code{display:inline}}
@custom-media --content-width:(min-width:1440px);@custom-media --xl:(min-width:1200px);@custom-media --lg:(min-width:1024px);@custom-media --md:(min-width:768px);@custom-media --sm:(min-width:576px);[data-component-id="smartbees:menu"].menu{--menu-inline-padding:0.75rem;--menu-divider-color:hsla(0,0%,100%,.2);--menu-flyout-max-block-size:calc(100dvb - var(--smartbees-navbar-height,4.3125rem) - var(--smartbees-notification-bar-height,0px) - var(--drupal-displace-offset-top,0px) - var(--admin-toolbar-top-bar-height,0px));--menu-panel-background:linear-gradient(94deg,rgba(40,42,56,.5) 1.03%,rgba(36,33,40,.5) 96.79%),#1c1c24;display:flex;flex-direction:column;list-style:none;margin:0;padding-left:.75rem;padding-left:var(--menu-inline-padding);padding-right:.75rem;padding-right:var(--menu-inline-padding);width:100%}@media,(min-width:1024px){[data-component-id="smartbees:menu"].menu{flex-direction:row;padding:0}}@media (--lg){[data-component-id="smartbees:menu"].menu{flex-direction:row;padding:0}}[data-component-id="smartbees:menu"].menu>li{list-style:none}.menu.menu__0-level[data-component-id="smartbees:menu"]:not(.menu--description-layout)>li:not(:last-of-type),.menu.menu__1-level[data-component-id="smartbees:menu"]:not(.menu--description-layout)>li:not(:last-of-type){border-bottom:1px solid var(--menu-divider-color)}[data-component-id="smartbees:menu"].menu:is(.menu__0-level,.menu__1-level):not(.menu--description-layout)>li:not(:last-of-type){border-bottom:1px solid var(--menu-divider-color)}@media,(min-width:1024px){.menu.menu__0-level[data-component-id="smartbees:menu"]:not(.menu--description-layout)>li:not(:last-of-type),.menu.menu__1-level[data-component-id="smartbees:menu"]:not(.menu--description-layout)>li:not(:last-of-type){border-bottom:none}[data-component-id="smartbees:menu"].menu:is(.menu__0-level,.menu__1-level):not(.menu--description-layout)>li:not(:last-of-type){border-bottom:none}}@media (--lg){.menu.menu__0-level[data-component-id="smartbees:menu"]:not(.menu--description-layout)>li:not(:last-of-type),.menu.menu__1-level[data-component-id="smartbees:menu"]:not(.menu--description-layout)>li:not(:last-of-type){border-bottom:none}[data-component-id="smartbees:menu"].menu:is(.menu__0-level,.menu__1-level):not(.menu--description-layout)>li:not(:last-of-type){border-bottom:none}}[data-component-id="smartbees:menu"].menu:not(.menu--description-layout)>li>.menu-item__0-level,[data-component-id="smartbees:menu"].menu:not(.menu--description-layout)>li>.menu-item__1-level{margin-right:calc(var(--menu-inline-padding)*-1);padding-right:calc(var(--menu-inline-padding)*2)}@media,(min-width:1024px){[data-component-id="smartbees:menu"].menu:not(.menu--description-layout)>li>.menu-item__0-level,[data-component-id="smartbees:menu"].menu:not(.menu--description-layout)>li>.menu-item__1-level{margin-right:0;padding-right:.75rem}}@media (--lg){[data-component-id="smartbees:menu"].menu:not(.menu--description-layout)>li>.menu-item__0-level,[data-component-id="smartbees:menu"].menu:not(.menu--description-layout)>li>.menu-item__1-level{margin-right:0;padding-right:.75rem}}[data-component-id="smartbees:menu"].menu.menu--has-skip-level{padding-bottom:.75rem}[data-component-id="smartbees:menu"].menu.menu--has-skip-level>li>.menu{padding-left:0;padding-right:0}[data-component-id="smartbees:menu"].menu.menu--has-skip-level,[data-component-id="smartbees:menu"].menu.menu--has-skip-level>li{display:flex;flex-direction:column;gap:.5rem}[data-component-id="smartbees:menu"].menu.menu--description-layout{gap:.5rem}[data-component-id="smartbees:menu"].menu .side-menu{--back-btn-height:4rem;--back-btn-padding:0.75rem}[data-component-id="smartbees:menu"].menu .side-menu__panel{backdrop-filter:blur(17px);background:var(--menu-panel-background);bottom:0;display:flex;flex-direction:column;left:0;position:absolute;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;z-index:20}@media,(min-width:1024px){[data-component-id="smartbees:menu"].menu .side-menu__panel{border-top:1px solid hsla(0,0%,100%,.2);bottom:auto;left:0;opacity:0;position:fixed;right:0;top:auto;top:4.3125rem;top:calc(var(--smartbees-navbar-height,4.3125rem) + var(--smartbees-notification-bar-height,0px) + var(--drupal-displace-offset-top,0px));transform:none;transform:unset;visibility:hidden;z-index:-1}}@media (--lg){[data-component-id="smartbees:menu"].menu .side-menu__panel{border-top:1px solid hsla(0,0%,100%,.2);bottom:auto;left:0;opacity:0;position:fixed;right:0;top:auto;top:4.3125rem;top:calc(var(--smartbees-navbar-height,4.3125rem) + var(--smartbees-notification-bar-height,0px) + var(--drupal-displace-offset-top,0px));transform:none;transform:unset;visibility:hidden;z-index:-1}}[data-component-id="smartbees:menu"].menu .side-menu__back-panel{background:inherit;border-bottom:1px solid hsla(0,0%,100%,.12);flex-shrink:0;position:sticky;top:calc(var(--back-btn-height)*-1);z-index:2}@media,(min-width:1024px){[data-component-id="smartbees:menu"].menu .side-menu__back-panel{display:none}}@media (--lg){[data-component-id="smartbees:menu"].menu .side-menu__back-panel{display:none}}[data-component-id="smartbees:menu"].menu .side-menu__back-btn{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;height:var(--back-btn-height);line-height:100%;padding:.75rem;width:100%}@media (hover:hover){[data-component-id="smartbees:menu"].menu .side-menu__back-btn:hover{color:#d74114;transition:color .6s cubic-bezier(.47,0,.23,1.38)}}[data-component-id="smartbees:menu"].menu .side-menu__back-btn .side-menu__back-icon{display:inline-flex;rotate:180deg}[data-component-id="smartbees:menu"].menu .side-menu__scroll{height:100%;overflow-y:auto}@media,(min-width:1024px){[data-component-id="smartbees:menu"].menu .side-menu__scroll{align-items:start;border-radius:inherit;display:grid;grid-template-columns:20.75rem minmax(0,1fr) 17.625rem;height:auto;max-height:var(--menu-flyout-max-block-size);min-height:0;overflow:visible;position:relative}[data-component-id="smartbees:menu"].menu .side-menu__scroll:not(:has(li.side-menu)){overflow-y:auto}}@media (--lg){[data-component-id="smartbees:menu"].menu .side-menu__scroll{align-items:start;border-radius:inherit;display:grid;grid-template-columns:20.75rem minmax(0,1fr) 17.625rem;height:auto;max-height:var(--menu-flyout-max-block-size);min-height:0;overflow:visible;position:relative}[data-component-id="smartbees:menu"].menu .side-menu__scroll:not(:has(li.side-menu)){overflow-y:auto}}[data-component-id="smartbees:menu"].menu .side-menu__scroll:has(>.menu--description-layout:not(.menu--has-skip-level)){padding-bottom:.75rem;padding-top:.75rem}[data-component-id="smartbees:menu"].menu .side-menu__scroll:has(>.menu--description-layout):has(>.menu--has-skip-level){padding-top:0}[data-component-id="smartbees:menu"].menu .side-menu__featured-block{margin-bottom:.75rem;margin-top:1rem}[data-component-id="smartbees:menu"].menu .side-menu.is-open>.side-menu__panel{transform:translateX(0)}@media,(min-width:1024px){[data-component-id="smartbees:menu"].menu .side-menu.is-open>.side-menu__panel{opacity:1;visibility:visible}}@media (--lg){[data-component-id="smartbees:menu"].menu .side-menu.is-open>.side-menu__panel{opacity:1;visibility:visible}}[data-component-id="smartbees:menu"].menu.menu__0-level{height:100%;overflow-x:hidden;overflow-y:auto}@media,(min-width:1024px){[data-component-id="smartbees:menu"].menu.menu__0-level{overflow:visible}[data-component-id="smartbees:menu"].menu.menu__0-level>.side-menu>.side-menu__panel{padding-left:.75rem;padding-right:.75rem}[data-component-id="smartbees:menu"].menu.menu__0-level>.side-menu>.side-menu__panel>.side-menu__scroll{margin-left:auto;margin-right:auto;max-width:calc(var(--content-width) + .625rem);padding-left:17px;padding-right:17px;width:100%}[data-component-id="smartbees:menu"].menu.menu__0-level>.side-menu>.side-menu__panel>.side-menu__scroll>*{margin-left:-.75rem;margin-right:-.75rem}}@media (--lg){[data-component-id="smartbees:menu"].menu.menu__0-level{overflow:visible}[data-component-id="smartbees:menu"].menu.menu__0-level>.side-menu>.side-menu__panel{padding-left:.75rem;padding-right:.75rem}[data-component-id="smartbees:menu"].menu.menu__0-level>.side-menu>.side-menu__panel>.side-menu__scroll{margin-left:auto;margin-right:auto;max-width:calc(var(--content-width) + .625rem);padding-left:17px;padding-right:17px;width:100%}[data-component-id="smartbees:menu"].menu.menu__0-level>.side-menu>.side-menu__panel>.side-menu__scroll>*{margin-left:-.75rem;margin-right:-.75rem}}@media,(min-width:1024px){[data-component-id="smartbees:menu"].menu.menu__1-level{align-self:start;border-right:1px solid hsla(0,0%,100%,.2);box-sizing:border-box;flex-direction:column;height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;padding-bottom:2rem;padding-top:2rem}[data-component-id="smartbees:menu"].menu.menu__1-level:not(.menu--has-skip-level):not(:has(>.side-menu)){border-right:none;display:grid;grid-column:-1/1;grid-template-columns:repeat(auto-fill,minmax(19.6875rem,1fr))}[data-component-id="smartbees:menu"].menu.menu__1-level.menu--has-skip-level{border-right:none;grid-column:-1/1}[data-component-id="smartbees:menu"].menu.menu__1-level.menu--has-skip-level>li>.menu{display:grid;grid-template-columns:repeat(auto-fill,minmax(19.6875rem,1fr))}[data-component-id="smartbees:menu"].menu.menu__1-level>li>.menu-item{height:100%;padding-right:.75rem!important}[data-component-id="smartbees:menu"].menu.menu__1-level.menu--description-layout{height:auto;max-height:none;overflow-y:visible;overflow:visible;width:calc(100% + 24px)}[data-component-id="smartbees:menu"].menu.menu__1-level .side-menu>.side-menu__panel{backdrop-filter:none;background:transparent;border:0;bottom:auto;display:flex;flex-direction:column;height:auto;left:20.75rem;max-height:var(--menu-flyout-max-block-size);min-height:0;overflow:visible;position:absolute;top:0;width:calc(100% - 20.75rem - 12px);z-index:1}[data-component-id="smartbees:menu"].menu.menu__1-level .side-menu>.side-menu__panel>.side-menu__scroll{display:block;flex:0 0 auto;height:auto;max-height:none;min-height:0;overflow:visible;overflow-x:hidden;overflow-y:auto;padding:2rem 0 2rem 1.5rem}[data-component-id="smartbees:menu"].menu.menu__1-level .side-menu>.side-menu__panel>.side-menu__scroll>.menu:has(.menu__featured-block){--block-inline-size:17.625rem;padding-bottom:32px;padding-right:19.125rem;padding-right:calc(var(--block-inline-size) + 1.5rem);position:relative}[data-component-id="smartbees:menu"].menu.menu__1-level .side-menu>.side-menu__panel>.side-menu__scroll>.menu:has(.menu__featured-block) .menu__featured-block{height:auto;max-height:none;min-height:100%;overflow:visible;position:absolute;right:0;top:0;width:var(--block-inline-size)}[data-component-id="smartbees:menu"].menu.menu__1-level .side-menu>.side-menu__panel>.side-menu__scroll>.menu:has(.menu__featured-block) .menu__featured-block>div{position:sticky;top:0}[data-component-id="smartbees:menu"].menu.menu__1-level .side-menu>.side-menu__panel>.side-menu__scroll .menu--has-skip-level{row-gap:1.5rem}[data-component-id="smartbees:menu"].menu.menu__1-level .side-menu>.side-menu__panel>.side-menu__scroll .menu--has-skip-level .menu{display:grid;grid-template-columns:repeat(auto-fill,minmax(11.75rem,1fr))}}@media (--lg){[data-component-id="smartbees:menu"].menu.menu__1-level{align-self:start;border-right:1px solid hsla(0,0%,100%,.2);box-sizing:border-box;flex-direction:column;height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;padding-bottom:2rem;padding-top:2rem}[data-component-id="smartbees:menu"].menu.menu__1-level:not(.menu--has-skip-level):not(:has(>.side-menu)){border-right:none;display:grid;grid-column:-1/1;grid-template-columns:repeat(auto-fill,minmax(19.6875rem,1fr))}[data-component-id="smartbees:menu"].menu.menu__1-level.menu--has-skip-level{border-right:none;grid-column:-1/1}[data-component-id="smartbees:menu"].menu.menu__1-level.menu--has-skip-level>li>.menu{display:grid;grid-template-columns:repeat(auto-fill,minmax(19.6875rem,1fr))}[data-component-id="smartbees:menu"].menu.menu__1-level>li>.menu-item{height:100%;padding-right:.75rem!important}[data-component-id="smartbees:menu"].menu.menu__1-level.menu--description-layout{height:auto;max-height:none;overflow-y:visible;overflow:visible;width:calc(100% + 24px)}[data-component-id="smartbees:menu"].menu.menu__1-level .side-menu>.side-menu__panel{backdrop-filter:none;background:transparent;border:0;bottom:auto;display:flex;flex-direction:column;height:auto;left:20.75rem;max-height:var(--menu-flyout-max-block-size);min-height:0;overflow:visible;position:absolute;top:0;width:calc(100% - 20.75rem - 12px);z-index:1}[data-component-id="smartbees:menu"].menu.menu__1-level .side-menu>.side-menu__panel>.side-menu__scroll{display:block;flex:0 0 auto;height:auto;max-height:none;min-height:0;overflow:visible;overflow-x:hidden;overflow-y:auto;padding:2rem 0 2rem 1.5rem}[data-component-id="smartbees:menu"].menu.menu__1-level .side-menu>.side-menu__panel>.side-menu__scroll>.menu:has(.menu__featured-block){--block-inline-size:17.625rem;padding-bottom:32px;padding-right:19.125rem;padding-right:calc(var(--block-inline-size) + 1.5rem);position:relative}[data-component-id="smartbees:menu"].menu.menu__1-level .side-menu>.side-menu__panel>.side-menu__scroll>.menu:has(.menu__featured-block) .menu__featured-block{height:auto;max-height:none;min-height:100%;overflow:visible;position:absolute;right:0;top:0;width:var(--block-inline-size)}[data-component-id="smartbees:menu"].menu.menu__1-level .side-menu>.side-menu__panel>.side-menu__scroll>.menu:has(.menu__featured-block) .menu__featured-block>div{position:sticky;top:0}[data-component-id="smartbees:menu"].menu.menu__1-level .side-menu>.side-menu__panel>.side-menu__scroll .menu--has-skip-level{row-gap:1.5rem}[data-component-id="smartbees:menu"].menu.menu__1-level .side-menu>.side-menu__panel>.side-menu__scroll .menu--has-skip-level .menu{display:grid;grid-template-columns:repeat(auto-fill,minmax(11.75rem,1fr))}}[data-component-id="smartbees:menu"].menu.menu__3-level{gap:.5rem;padding-left:0;padding-right:0}
@custom-media --content-width:(min-width:1440px);@custom-media --xl:(min-width:1200px);@custom-media --lg:(min-width:1024px);@custom-media --md:(min-width:768px);@custom-media --sm:(min-width:576px);[data-component-id="smartbees:menu-footer"].menu{--background-color:var(--color-background,#1c1c24);--text-color:var(--color-text,#fff);--text-grey-color:var(--color-text-grey,#dedede);--border-dark-color:var(--color-border-dark,#444553);--card-gradient:var(--gradient-card,linear-gradient(94deg,var(--color-gradient-card-start),var(--color-gradient-card-end)));display:flex;flex-direction:column;list-style:none;margin-bottom:0;margin-top:0;padding-left:0;padding-right:0;position:relative;width:100%}@media,(min-width:1024px){[data-component-id="smartbees:menu-footer"].menu .menu__row{flex-direction:row;flex-wrap:wrap}}@media (--lg){[data-component-id="smartbees:menu-footer"].menu .menu__row{flex-direction:row;flex-wrap:wrap}}
@custom-media --content-width:(min-width:1440px);@custom-media --xl:(min-width:1200px);@custom-media --lg:(min-width:1024px);@custom-media --md:(min-width:768px);@custom-media --sm:(min-width:576px);[data-component-id="smartbees:menu-footer-item"].menu-item{--text-color:var(--color-text,#fff);align-items:center;color:#fff;color:var(--text-color);display:flex}@media,(min-width:1024px){[data-component-id="smartbees:menu-footer-item"].menu-item{white-space:nowrap}}@media (--lg){[data-component-id="smartbees:menu-footer-item"].menu-item{white-space:nowrap}}[data-component-id="smartbees:menu-footer-item"].menu-item:not(:hover){-webkit-text-decoration:none;text-decoration:none}[data-component-id="smartbees:menu-footer-item"].menu-item.visually-hidden+.menu{padding-top:0}[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__1-level{font-size:.9375rem;font-weight:500;gap:4px}@media,(min-width:1024px){[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__1-level{font-size:.875rem;font-weight:400;justify-content:normal;justify-content:unset}}@media (--lg){[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__1-level{font-size:.875rem;font-weight:400;justify-content:normal;justify-content:unset}}@media,(min-width:1024px){[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__1-level.menu-item__dropdown.active .menu-item__arrow{rotate:180deg}}@media (--lg){[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__1-level.menu-item__dropdown.active .menu-item__arrow{rotate:180deg}}[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__1-level.menu-item__dropdown:not(.side-menu__toggler){border-bottom:1px solid hsla(0,0%,87%,.2);color:#b3b3b3;color:var(--color-text-secondary,#b3b3b3);font-size:.75rem;font-weight:400;padding-bottom:4px}@media,(min-width:1024px){[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__1-level.menu-item__dropdown:not(.side-menu__toggler){border-bottom:unset;color:var(--text-color);font-size:.875rem;font-weight:400;padding-bottom:unset}}@media (--lg){[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__1-level.menu-item__dropdown:not(.side-menu__toggler){border-bottom:unset;color:var(--text-color);font-size:.875rem;font-weight:400;padding-bottom:unset}}[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__1-level.menu-item__dropdown:not(.side-menu__toggler) .menu-item__arrow{display:none}@media,(min-width:1024px){[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__1-level.menu-item__dropdown:not(.side-menu__toggler) .menu-item__arrow{display:block}}@media (--lg){[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__1-level.menu-item__dropdown:not(.side-menu__toggler) .menu-item__arrow{display:block}}[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__1-level.menu-item__dropdown .menu-item__arrow{pointer-events:none}[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__2-level,[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__3-level{gap:8px;-webkit-text-decoration:none;text-decoration:none}[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__2-level:hover .menu-item__arrow,[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__3-level:hover .menu-item__arrow{opacity:1;transform:translateX(5px)}[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__2-level .menu-item__arrow,[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__3-level .menu-item__arrow{opacity:0;transition:opacity .2s ease-in-out,transform .2s ease-in-out}[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__2-level{font-size:.9375rem;font-weight:500}[data-component-id="smartbees:menu-footer-item"].menu-item.menu-item__3-level{color:#dedede;color:var(--color-text-grey,#dedede);font-size:.8125rem;font-weight:400;line-height:1.4219rem}[data-component-id="smartbees:menu-footer-item"].menu-item .menu-item__arrow{display:flex;height:14px;transition:rotate .2s ease-in-out}
@custom-media --content-width:(min-width:1440px);@custom-media --xl:(min-width:1200px);@custom-media --lg:(min-width:1024px);@custom-media --md:(min-width:768px);@custom-media --sm:(min-width:576px);[data-component-id="smartbees:menu-item"].menu-item{--menu-item-accent-color:#d74114;--menu-item-divider-color:hsla(0,0%,100%,.2);--menu-item-hover-border-color:hsla(0,0%,100%,.6);--menu-item-hover-bg:linear-gradient(90deg,#3a3a43,#181820);--menu-item-active-bg:linear-gradient(90deg,#43211a,#181820);--menu-item-active-border-color:var(--menu-item-accent-color);--menu-item-indicator-size:2px;--menu-item-indicator-offset:4px;--text-color:var(--color-text,#fff);align-items:center;color:#fff;color:var(--text-color);display:flex;overflow:clip;position:relative}@media (hover:hover){[data-component-id="smartbees:menu-item"].menu-item{-webkit-text-decoration:none;text-decoration:none;transition:color .6s cubic-bezier(.47,0,.23,1.38),background .6s cubic-bezier(.47,0,.23,1.38),border-color .6s cubic-bezier(.47,0,.23,1.38)}}[data-component-id="smartbees:menu-item"].menu-item:not(.skip-level){cursor:pointer}[data-component-id="smartbees:menu-item"].menu-item .menu-item__icon{--icon-size:2.5rem;align-items:center;background:linear-gradient(143deg,#6a6a7b,#3a3a43);border:1px solid var(--menu-item-divider-color);border-radius:.5rem;color:#fff;display:flex;flex-shrink:0;height:2.5rem;height:var(--icon-size);justify-content:center;width:2.5rem;width:var(--icon-size)}[data-component-id="smartbees:menu-item"].menu-item .menu-item__content-wrapper{align-items:center;display:flex;flex:1;gap:.5rem;min-width:0;width:100%}[data-component-id="smartbees:menu-item"].menu-item .menu-item__content{display:flex;flex:1;flex-direction:column;gap:4px;min-width:0}[data-component-id="smartbees:menu-item"].menu-item .menu-item__title-row{align-items:center;display:flex;gap:.5rem;width:100%}[data-component-id="smartbees:menu-item"].menu-item .menu-item__title{min-width:0}[data-component-id="smartbees:menu-item"].menu-item .menu-item__content-wrapper>.badge{flex-shrink:0;margin-top:.125rem}[data-component-id="smartbees:menu-item"].menu-item .menu-item__description{color:hsla(0,0%,100%,.6);font-size:.75rem;font-weight:400;line-height:100%}[data-component-id="smartbees:menu-item"].menu-item .menu-item__full-category{align-items:center;color:var(--menu-item-accent-color);display:flex;font-family:Roboto;font-family:var(--font-roboto,"Roboto");gap:.25rem;text-transform:none}[data-component-id="smartbees:menu-item"].menu-item>.menu-item__arrow{--icon-size:0.875rem;height:.875rem;height:var(--icon-size);margin-left:auto;transition:rotate .6s cubic-bezier(.47,0,.23,1.38);width:.875rem;width:var(--icon-size)}[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level,[data-component-id="smartbees:menu-item"].menu-item.menu-item__1-level,[data-component-id="smartbees:menu-item"].menu-item.menu-item__2-level,[data-component-id="smartbees:menu-item"].menu-item.menu-item__3-level{font-size:.875rem}[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level,[data-component-id="smartbees:menu-item"].menu-item.menu-item__1-level{font-weight:500;gap:.75rem;line-height:140%;min-height:4rem;padding:.75rem}@media,(min-width:1024px){[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level{font-weight:400;gap:.375rem;line-height:125%;min-height:2.625rem;padding:.5rem .75rem}[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level .menu-item__arrow{rotate:90deg}}@media (--lg){[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level{font-weight:400;gap:.375rem;line-height:125%;min-height:2.625rem;padding:.5rem .75rem}[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level .menu-item__arrow{rotate:90deg}}@media (hover:hover){[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level:hover{color:var(--menu-item-accent-color)}@media,(min-width:1024px){[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level:hover .menu-item__arrow{rotate:270deg}}@media (--lg){[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level:hover .menu-item__arrow{rotate:270deg}}}[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level.is-active,[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level.is-open{color:var(--menu-item-accent-color)}[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level.is-active .menu-item__arrow,[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level.is-open .menu-item__arrow{rotate:270deg}@media,(min-width:1024px){[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level.is-active{color:#fff}[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level.is-active .menu-item__arrow{rotate:90deg}}@media (--lg){[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level.is-active{color:#fff}[data-component-id="smartbees:menu-item"].menu-item.menu-item__0-level.is-active .menu-item__arrow{rotate:90deg}}[data-component-id="smartbees:menu-item"].menu-item.menu-item__1-level{position:relative}@media (hover:hover){[data-component-id="smartbees:menu-item"].menu-item.menu-item__1-level:hover{background:var(--menu-item-hover-bg)}[data-component-id="smartbees:menu-item"].menu-item.menu-item__1-level:hover:before{background-color:var(--menu-item-divider-color);opacity:1}}[data-component-id="smartbees:menu-item"].menu-item.menu-item__1-level.is-open{background:var(--menu-item-hover-bg)}[data-component-id="smartbees:menu-item"].menu-item.menu-item__1-level.is-open:before{background-color:var(--menu-item-divider-color);opacity:1}[data-component-id="smartbees:menu-item"].menu-item.menu-item__1-level.is-active{background:var(--menu-item-active-bg)}[data-component-id="smartbees:menu-item"].menu-item.menu-item__1-level.is-active .menu-item__arrow{color:var(--menu-item-accent-color)}[data-component-id="smartbees:menu-item"].menu-item.menu-item__1-level.is-active:before{background-color:var(--menu-item-active-border-color);opacity:1}[data-component-id="smartbees:menu-item"].menu-item.menu-item__1-level:before{bottom:var(--menu-item-indicator-offset);content:"";left:0;opacity:0;position:absolute;top:var(--menu-item-indicator-offset);transition:background-color .6s cubic-bezier(.47,0,.23,1.38),opacity .6s cubic-bezier(.47,0,.23,1.38);width:var(--menu-item-indicator-size)}[data-component-id="smartbees:menu-item"].menu-item.menu-item__1-level:not(.menu-item__dropdown){border:1px solid var(--menu-item-divider-color);border-radius:.5rem}[data-component-id="smartbees:menu-item"].menu-item.menu-item__2-level,[data-component-id="smartbees:menu-item"].menu-item.menu-item__3-level{background:linear-gradient(93deg,rgba(40,42,56,.8),rgba(36,33,40,.8));border:1px solid var(--menu-item-divider-color);border-radius:.5rem;font-weight:400;gap:.75rem;line-height:140%;padding:.875rem .75rem}@media (hover:hover){[data-component-id="smartbees:menu-item"].menu-item.menu-item__2-level:hover,[data-component-id="smartbees:menu-item"].menu-item.menu-item__3-level:hover{background:var(--menu-item-hover-bg);border-color:var(--menu-item-hover-border-color);color:#fff}}@media,(min-width:1024px){[data-component-id="smartbees:menu-item"].menu-item.menu-item__2-level,[data-component-id="smartbees:menu-item"].menu-item.menu-item__3-level{height:100%}}@media (--lg){[data-component-id="smartbees:menu-item"].menu-item.menu-item__2-level,[data-component-id="smartbees:menu-item"].menu-item.menu-item__3-level{height:100%}}[data-component-id="smartbees:menu-item"].menu-item.menu-item__2-level:not(.menu-item--description-layout),[data-component-id="smartbees:menu-item"].menu-item.menu-item__3-level:not(.menu-item--description-layout){color:hsla(0,0%,100%,.6);font-size:.8125rem}@media (hover:hover){[data-component-id="smartbees:menu-item"].menu-item.menu-item__2-level:not(.menu-item--description-layout).menu-item__full-category:hover,[data-component-id="smartbees:menu-item"].menu-item.menu-item__3-level:not(.menu-item--description-layout).menu-item__full-category:hover{border-color:var(--menu-item-hover-border-color);color:#fff}}[data-component-id="smartbees:menu-item"].menu-item.menu-item__2-level.is-active,[data-component-id="smartbees:menu-item"].menu-item.menu-item__3-level.is-active{background:var(--menu-item-active-bg);border-color:var(--menu-item-active-border-color);color:#fff}[data-component-id="smartbees:menu-item"].menu-item.menu-item__2-level.is-active .menu-item__arrow,[data-component-id="smartbees:menu-item"].menu-item.menu-item__3-level.is-active .menu-item__arrow{color:var(--menu-item-accent-color)}[data-component-id="smartbees:menu-item"].menu-item.menu-item--description-layout{border-radius:1rem!important}@media (hover:hover){[data-component-id="smartbees:menu-item"].menu-item.menu-item--description-layout:hover{border-color:var(--menu-item-hover-border-color)}}[data-component-id="smartbees:menu-item"].menu-item.menu-item--description-layout:before{display:none}[data-component-id="smartbees:menu-item"].menu-item.menu-item--description-layout.is-open{border-color:var(--menu-item-hover-border-color)}[data-component-id="smartbees:menu-item"].menu-item.menu-item--description-layout.is-active{border-color:var(--menu-item-active-border-color)}[data-component-id="smartbees:menu-item"].menu-item.skip-level{background:transparent!important;border:none;border-bottom:1px solid var(--menu-item-divider-color);border-radius:0;color:#dedede;font-family:Borna;font-family:var(--font-borna,"Borna");font-size:.75rem;font-weight:500;line-height:140%;margin-top:.5rem;min-height:2.625rem;padding:.75rem 0;text-transform:uppercase}@media (hover:hover){[data-component-id="smartbees:menu-item"].menu-item.skip-level:hover .menu-item__full-category{-webkit-text-decoration:underline;text-decoration:underline}}[data-component-id="smartbees:menu-item"].menu-item.skip-level:before{display:none}[data-component-id="smartbees:menu-item"].menu-item.skip-level:has(.menu-item__full-category){background:#1c1c24;border:1px solid var(--menu-item-divider-color);border-radius:.5rem;cursor:pointer;padding-left:.75rem;padding-right:.75rem}@media,(min-width:1024px){[data-component-id="smartbees:menu-item"].menu-item.skip-level:has(.menu-item__full-category){background:transparent;border-left:none;border-radius:0;border-right:none;border-top:none;padding-left:0;padding-right:0}[data-component-id="smartbees:menu-item"].menu-item.skip-level:has(.menu-item__full-category) .menu-item__content{flex-direction:row;justify-content:space-between;white-space:nowrap}}@media (--lg){[data-component-id="smartbees:menu-item"].menu-item.skip-level:has(.menu-item__full-category){background:transparent;border-left:none;border-radius:0;border-right:none;border-top:none;padding-left:0;padding-right:0}[data-component-id="smartbees:menu-item"].menu-item.skip-level:has(.menu-item__full-category) .menu-item__content{flex-direction:row;justify-content:space-between;white-space:nowrap}}[data-component-id="smartbees:menu-item"].menu-item.skip-level .menu-item__arrow,[data-component-id="smartbees:menu-item"].menu-item.skip-level .menu-item__description{display:none}
@custom-media --content-width:(min-width:1440px);@custom-media --xl:(min-width:1200px);@custom-media --lg:(min-width:1024px);@custom-media --md:(min-width:768px);@custom-media --sm:(min-width:576px);.navbar{--menu-panel-background:linear-gradient(94deg,rgba(40,42,56,.5) 1.03%,rgba(36,33,40,.5) 96.79%),#1c1c24;left:0;padding:12px;right:0;top:0;z-index:102}.navbar.active:after{background:rgba(0,0,0,.67);height:100dvb}@media,(min-width:1024px){.navbar.active:after{position:fixed}}@media (--lg){.navbar.active:after{position:fixed}}.navbar.active:before{background:linear-gradient(0deg,#1c1c24,#1c1c24),linear-gradient(94deg,rgba(40,42,56,.8) 1.03%,rgba(36,33,40,.8) 96.79%);z-index:103}.navbar.active .navbar__nav{height:100%}.navbar:after,.navbar:before{content:"";pointer-events:none;position:absolute;transition:background .6s cubic-bezier(.47,0,.23,1.38),opacity .6s cubic-bezier(.47,0,.23,1.38)}.navbar:before{bottom:0;height:69px;height:var(--smartbees-navbar-height,69px);left:0;right:0;z-index:0}.navbar:after{background:transparent;bottom:0;left:0;right:0;top:0;z-index:-1}.navbar__brand{align-items:center;display:flex}@media,(min-width:1024px){.navbar__nav{align-items:center;display:flex;gap:1.25rem;margin-left:auto;margin-right:auto;max-width:var(--content-width)}}@media (--lg){.navbar__nav{align-items:center;display:flex;gap:1.25rem;margin-left:auto;margin-right:auto;max-width:var(--content-width)}}.navbar__topbar{align-items:center;display:flex;justify-content:space-between;position:relative;z-index:104}.navbar__toggler{backdrop-filter:blur(17px);background-color:transparent;background-color:initial;background-color:unset;background-image:var(--gradient-card,linear-gradient(94deg,var(--color-gradient-card-start),var(--color-gradient-card-end)));border:unset;border-radius:8px;cursor:pointer;gap:.375rem;height:2.8125rem;padding:.8125rem;position:relative;width:2.8125rem}@media,(min-width:1024px){.navbar__toggler{display:none}}@media (--lg){.navbar__toggler{display:none}}.navbar__toggler--bar{background-color:#fff;background-color:var(--color-text,#fff);display:block;height:2px;position:absolute;transform:translateY(-50%);transition:rotate .2s ease-in-out,width .2s ease-in-out,margin-left .2s ease-in-out,margin-right .2s ease-in-out}.navbar__toggler--bar:not(:last-of-type){width:19px}.navbar__toggler--bar:first-child{top:calc(50% - 6px)}.navbar__toggler--bar:nth-child(2){top:50%;transform:translateY(-50%)}.navbar__toggler--bar:last-of-type{top:calc(50% + 6px);width:14px}.navbar__toggler.active>.navbar__toggler--bar:first-child,.navbar__toggler.active>.navbar__toggler--bar:last-child{margin-left:-1px;rotate:45deg;width:19px}.navbar__toggler.active>.navbar__toggler--bar:first-child{margin-top:6px}.navbar__toggler.active>.navbar__toggler--bar:nth-child(2){rotate:-45deg;width:19px}.navbar__toggler.active>.navbar__toggler--bar:last-child{top:50%}.navbar__collapse{backdrop-filter:blur(17px);background:var(--menu-panel-background);bottom:0;display:flex;flex-direction:column;position:fixed;right:0;top:69px;top:calc(var(--smartbees-navbar-height,69px) + var(--smartbees-notification-bar-height,0px));transform:translateX(100%);transition:transform .2s ease-in-out;visibility:hidden;width:min(20.75rem,100vw);width:min(20.75rem,100vi)}@media,(min-width:1024px){.navbar__collapse{align-items:center;backdrop-filter:none;background:transparent;flex-direction:row;gap:32px;justify-content:space-between;position:static;transform:none;transition:none;visibility:visible;width:100%;z-index:104}}@media (--lg){.navbar__collapse{align-items:center;backdrop-filter:none;background:transparent;flex-direction:row;gap:32px;justify-content:space-between;position:static;transform:none;transition:none;visibility:visible;width:100%;z-index:104}}.navbar__collapse.show{transform:translateX(0);visibility:visible}.navbar__menu{height:100%;overflow:hidden;position:relative}@media,(min-width:1024px){.navbar__menu{overflow:visible}}@media (--lg){.navbar__menu{overflow:visible}}.navbar__actions{align-items:center;border-top:1px solid hsla(0,0%,87%,.2);display:flex;flex-direction:column-reverse;gap:12px;padding:12px}@media,(min-width:1024px){.navbar__actions{border-top:0;display:flex;flex-direction:row;gap:1.5rem;padding:0}}@media (--lg){.navbar__actions{border-top:0;display:flex;flex-direction:row;gap:1.5rem;padding:0}}.navbar__actions>.button{justify-content:center;max-width:none;width:100%}@media,(min-width:1024px){.navbar__actions>.button{width:auto}}@media (--lg){.navbar__actions>.button{width:auto}}.navbar__actions>.language-switcher{flex-direction:row-reverse;gap:.9375rem}@media,(min-width:1024px){.navbar__actions>.language-switcher{flex-direction:row;gap:.5rem}}@media (--lg){.navbar__actions>.language-switcher{flex-direction:row;gap:.5rem}}
@custom-media --content-width:(min-width:1440px);@custom-media --xl:(min-width:1200px);@custom-media --lg:(min-width:1024px);@custom-media --md:(min-width:768px);@custom-media --sm:(min-width:576px);body.eu-cookie-compliance-popup-open .layout-container{pointer-events:none}body.eu-cookie-compliance-popup-open .layout-container:after{backdrop-filter:blur(5px);bottom:0;content:"";left:0;position:fixed;right:0;top:0;z-index:9999}.sliding-popup-bottom{animation:cookie-animation 1s linear 1.1s forwards;transform:translateY(100%);width:100%}@keyframes cookie-animation{to{transform:translateY(0)}}.eu-cookie-compliance-banner{background:var(--gradient-opaque);color:var(--color-text-grey);font:1rem/1.4rem Borna;font:1rem/1.4rem var(--font-borna,"Borna");width:100%}.eu-cookie-compliance-banner .eu-cookie-compliance-content{max-width:100%;padding:10px}@media (min-width:480px){.eu-cookie-compliance-banner .eu-cookie-compliance-content{padding:32px}}.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message{margin-bottom:12px;max-height:60vh;max-height:60vb;overflow-y:auto}.eu-cookie-compliance-banner .eu-cookie-compliance-message{float:none;max-width:100%}.eu-cookie-compliance-banner .eu-cookie-compliance-message p{text-align:left}.eu-cookie-compliance-banner .eu-cookie-compliance-buttons{display:flex;flex-wrap:wrap;float:none;gap:1.2rem;justify-content:center;max-width:100%}@media (min-width:768px){.eu-cookie-compliance-banner .eu-cookie-compliance-buttons{flex-wrap:nowrap;gap:25px;justify-content:end}}.eu-cookie-compliance-banner .eu-cookie-compliance-buttons .agree-button,.eu-cookie-compliance-banner .eu-cookie-compliance-buttons .eu-cookie-compliance-save-preferences-button{gap:2rem}.eu-cookie-compliance-banner .eu-cookie-compliance-buttons .agree-button.hidden,.eu-cookie-compliance-banner .eu-cookie-compliance-buttons .eu-cookie-compliance-save-preferences-button.hidden{display:none}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog{background:var(--gradient-opaque);border:unset;border-radius:8px;color:var(--text-color-grey);font:1rem/1.4rem Borna;font:1rem/1.4rem var(--font-borna,"Borna");left:50%;max-height:75vh;max-height:75vb;max-width:1200px;min-width:320px;overflow-y:auto;padding:10px;position:fixed;top:50%;transform:translateX(-50%) translateY(-50%);width:90%}@media (min-width:768px){.eu-cookie-compliance-banner .eu-cookie-compliance-dialog{padding:32px;width:80%}}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-close-modal{--size:2.625rem;align-content:center;background:transparent;border:none;cursor:pointer;display:grid;height:2.625rem;height:var(--size);justify-content:center;margin:0;place-content:center;position:absolute;right:10px;width:2.625rem;width:var(--size)}@media (min-width:768px){.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-close-modal{right:32px}}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-close-modal:after,.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-close-modal:before{--size:26px;border-top:1px solid var(--color-text-grey);content:"";height:26px;height:var(--size);position:absolute;right:0;rotate:-45deg;top:16px;width:26px;width:var(--size)}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-close-modal:before{right:17px;rotate:45deg}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-close-modal:hover{opacity:.3}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-categories-title{font-size:1.75rem;line-height:2.25rem;margin-bottom:1.5rem;max-width:calc(100% - 3.375rem)}@media (min-width:768px){.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-categories-title{margin-bottom:2rem}}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-category{border:1px solid var(--color-border);border-radius:4px;margin-bottom:8px;padding:12px 16px;position:relative}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-category div,.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-category summary{display:flex}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-category summary{cursor:pointer;margin:-12px -16px;padding:12px 16px}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-category:not(.select-all):after{background-image:url(/themes/custom/smartbees/images/icons/ChevronDown14.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";display:block;height:24px;pointer-events:none;position:absolute;right:12px;top:12px;width:24px}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-category .eu-cookie-compliance-category-checkbox~label{align-items:center;cursor:pointer;display:flex}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-category .eu-cookie-compliance-category-checkbox{align-content:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--gradient-input);background-color:var(--form-background);border-radius:4px;color:var(--color-text);display:grid;grid-row:1;height:20px;justify-content:center;margin:1px;min-width:20px;outline:1px solid hsla(0,0%,100%,.4);overflow:hidden;place-content:center;position:relative;transform:translateY(-.075em)}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-category .eu-cookie-compliance-category-checkbox:focus{outline-color:var(--color-form-border-focus)}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-category .eu-cookie-compliance-category-checkbox:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-category .eu-cookie-compliance-category-checkbox:checked:before{background:linear-gradient(94deg,hsla(233,5%,67%,.85) 1.03%,rgba(36,33,40,.85) 96.79%);content:url(/themes/custom/smartbees/images/icons/Checkmark20.svg)}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-category .eu-cookie-compliance-category-checkbox+label{align-items:center;grid-row:1;padding-left:16px}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-category .eu-cookie-compliance-category-container{display:flex}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-category .eu-cookie-compliance-category-description{line-height:1.875rem;margin-top:16px}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-category[open]:after{transform:rotate(180deg)}.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-categories-buttons{display:flex;flex-wrap:wrap;gap:25px;justify-content:center;margin-top:32px}@media (min-width:480px){.eu-cookie-compliance-banner .eu-cookie-compliance-dialog .eu-cookie-compliance-categories-buttons{justify-content:end}}
@font-face{font-display:swap;font-family:Borna;font-style:normal;font-weight:500;src:local("Borna"),url(/themes/custom/smartbees/fonts/Borna/Borna-Medium.woff2) format("woff2"),url(/themes/custom/smartbees/fonts/Borna/Borna-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),url(/themes/custom/smartbees/fonts/Roboto/Roboto-Regular.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto"),url(/themes/custom/smartbees/fonts/Roboto/Roboto-Medium.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:local("Roboto"),url(/themes/custom/smartbees/fonts/Roboto/Roboto-Medium.ttf) format("truetype")}@font-face{font-display:swap;font-family:PP Neue Montreal;font-style:normal;font-weight:500;src:local("PP Neue Montreal"),url(/themes/custom/smartbees/fonts/Roboto/Ppneuemontreal-Medium.woff) format("woff")}
:root{--font-roboto:"Roboto",sans-serif;--font-borna:"Borna",sans-serif;--color-background:#1c1c24;--color-background-dark:#000;--color-background-muted:#0e1120;--color-background-soft:#272835;--color-background-opacity:rgba(37,34,41,.9);--color-background-accent:#51274b;--color-background-modal:rgba(31,31,70,.67);--color-border:#7e7e7e;--color-border-dark:#444553;--color-border-opacity:hsla(0,0%,49%,.5);--color-text:#fff;--color-text-grey:#dedede;--color-text-secondary:#b3b3b3;--color-accent:#eb5627;--color-text-placeholder:hsla(0,0%,100%,.6);--color-text-error:#d1615e;--color-gradient-card-start:rgba(40,42,56,.8);--color-gradient-card-end:rgba(36,33,40,.8);--color-gradient-table-start:rgba(40,42,56,.8);--color-gradient-table-end:rgba(59,52,68,.8);--color-decorative-primary:rgba(43,39,235,.17);--color-decorative-secondary:rgba(93,41,56,.9);--color-scrollbar-thumb:#434343;--color-scrollbar-track:#282a38;--color-scrollbar-border:hsla(0,0%,100%,.2);--color-form-border:hsla(0,0%,100%,.2);--color-form-border:#fff3;--color-form-border-focus:#eb5627;--color-smartbuzz:#edba11;--content-width:1310px;--smartbees-navbar-height:69px;--smartbees-notification-bar-height:0px;--gradient-card:linear-gradient(94deg,var(--color-gradient-card-start),var(--color-gradient-card-end));--gradient-card-50x50:linear-gradient(94deg,rgba(40,42,56,.5),rgba(36,33,40,.5));--gradient-card-transparent:linear-gradient(94deg,rgba(40,42,56,.01) 1.03%,rgba(36,33,40,.01) 96.79%);--gradient-input:linear-gradient(94deg,rgba(40,42,56,.85) 1.03%,rgba(36,33,40,.85) 96.79%);--gradient-opaque:linear-gradient(94deg,#282a38 1.03%,#242128 96.79%);--gradient-table:linear-gradient(94deg,var(--color-gradient-table-start),var(--color-gradient-table-end))}
@custom-media --content-width:(min-width:1440px);@custom-media --xl:(min-width:1200px);@custom-media --lg:(min-width:1024px);@custom-media --md:(min-width:768px);@custom-media --sm:(min-width:576px);@custom-selector :--heading h1,h2,h3,h4,h5,h6;*{scrollbar-color:var(--color-scrollbar-thumb) var(--color-scrollbar-track);scrollbar-width:thin}::-moz-selection{background-color:var(--color-accent);color:var(--color-background)}::selection{background-color:var(--color-accent);color:var(--color-background)}::-webkit-scrollbar{height:12px;width:12px}::-webkit-scrollbar-track{backdrop-filter:blur(17px);background-image:var(--gradient-card,linear-gradient(94deg,var(--color-gradient-card-start),var(--color-gradient-card-end)));border:1px solid var(--color-scrollbar-border);border-radius:34px}::-webkit-scrollbar-thumb{backdrop-filter:blur(17px);background-clip:content-box;background-color:var(--color-scrollbar-thumb);border:2px solid transparent;border-radius:14px;box-shadow:inset 0 0 0 1px var(--color-scrollbar-border)}:focus-visible{outline-color:var(--color-accent);outline-style:solid;outline-width:5px}*,:after,:before{box-sizing:border-box;-webkit-tap-highlight-color:transparent}*,html{scroll-behavior:smooth!important}html{font-family:var(--font-roboto);font-style:normal;font-weight:400;scroll-padding-block-start:80px!important;scroll-padding-block-start:calc(80px + var(--drupal-displace-offset-top,0px))!important;scrollbar-gutter:stable}@media,(min-width:1024px){html{scroll-padding-block-start:110px!important;scroll-padding-block-start:calc(110px + var(--drupal-displace-offset-top,0px))!important}}@media (--lg){html{scroll-padding-block-start:110px!important;scroll-padding-block-start:calc(110px + var(--drupal-displace-offset-top,0px))!important}}html.navbar-mobile-menu-open{overflow:hidden;overscroll-behavior:none}body{background-color:var(--color-background);color:var(--color-text);font-size:1.0625rem;line-height:1.4;margin:0}.header-sticky-sentinel{height:1px;margin-bottom:-1px;pointer-events:none;visibility:hidden}header[role=banner]{left:0;margin-bottom:-69px;margin-bottom:calc((var(--smartbees-navbar-height,69px) + var(--smartbees-notification-bar-height,0px))*-1);position:sticky;right:0;top:0;z-index:100}header[role=banner].sticked:not([data-sticky-exit]) .navbar:not(.active):before{background:linear-gradient(0deg,#1c1c24,#1c1c24),linear-gradient(94deg,rgba(40,42,56,.8) 1.03%,rgba(36,33,40,.8) 96.79%);opacity:1}header[role=banner].sticked[data-sticky-exit] .navbar:not(.active):before{background:linear-gradient(0deg,#1c1c24,#1c1c24),linear-gradient(94deg,rgba(40,42,56,.8) 1.03%,rgba(36,33,40,.8) 96.79%);opacity:0}.layout-content{overflow:hidden}h1,h2,h3,h4,h5,h6{color:var(--color-text-grey);font-family:var(--font-borna);font-weight:500}:is(h1,h2,h3,h4,h5,h6){color:var(--color-text-grey);font-family:var(--font-borna);font-weight:500}:--heading{color:var(--color-text-grey);font-family:var(--font-borna);font-weight:500}h1{font-size:2.5rem;line-height:2.5rem}@media,(min-width:1024px){h1{font-size:5rem;line-height:5rem}}@media (--lg){h1{font-size:5rem;line-height:5rem}}h2{font-size:1.625rem;line-height:1.706rem}@media,(min-width:1024px){h2{font-size:3.125rem;line-height:3.281rem}}@media (--lg){h2{font-size:3.125rem;line-height:3.281rem}}h3{color:var(--color-text-grey);font-family:var(--font-borna);font-size:1.375rem;font-weight:500;line-height:1.65rem}@media,(min-width:1024px){h3{font-size:2.25rem;line-height:2.7rem}}@media (--lg){h3{font-size:2.25rem;line-height:2.7rem}}h4{color:var(--color-text-grey);font-family:var(--font-borna);font-weight:500;line-height:1.4rem}@media,(min-width:1024px){h4{font-size:1.25rem;line-height:1.75rem}}@media (--lg){h4{font-size:1.25rem;line-height:1.75rem}}a{color:var(--color-accent)}a:not(:hover){-webkit-text-decoration:none;text-decoration:none}code{border-radius:8px}code::-webkit-scrollbar{height:32px;width:32px}code::-webkit-scrollbar-track{border:10px solid transparent;border-radius:54px;box-shadow:inset 0 0 0 1px var(--color-scrollbar-border)}code::-webkit-scrollbar-thumb{border:12px solid transparent;border-radius:24px}code,pre code.hljs{padding:10px 10px 8px}.captcha,.sb-show-main.sb-main-padded{padding:0}.captcha{border:unset}.captcha .g-recaptcha{max-width:250px;transform:scale(.87);transform-origin:0 0}@media,(min-width:576px){.captcha .g-recaptcha{transform:scale(1)}}@media (--sm){.captcha .g-recaptcha{transform:scale(1)}}.captcha__title,.toastify--error{display:none}
@custom-media --content-width:(min-width:1440px);@custom-media --xl:(min-width:1200px);@custom-media --lg:(min-width:1024px);@custom-media --md:(min-width:768px);@custom-media --sm:(min-width:576px);.featured-text-1{color:#fff;color:var(--color-text,#fff);font:1.125rem/1.688rem var(--font-roboto)}@media,(min-width:1024px){.featured-text-1{color:#dedede;color:var(--color-text-grey,#dedede);font-size:1.6875rem;line-height:2.025rem}}@media (--lg){.featured-text-1{color:#dedede;color:var(--color-text-grey,#dedede);font-size:1.6875rem;line-height:2.025rem}}.featured-text-2{color:#b3b3b3;color:var(--color-text-secondary,#b3b3b3);font:1.125rem/1.688rem var(--font-roboto)}@media,(min-width:1024px){.featured-text-2{font-size:1.6875rem;line-height:2.025rem}}@media (--lg){.featured-text-2{font-size:1.6875rem;line-height:2.025rem}}.featured-text-3{color:#fff;color:var(--color-text,#fff);font:1.25rem/1.75rem var(--font-roboto)}.h2{font-size:1.625rem;line-height:1.706rem}@media,(min-width:1024px){.h2{font-size:3.125rem;line-height:3.281rem}}@media (--lg){.h2{font-size:3.125rem;line-height:3.281rem}}.h3{color:var(--color-text-grey);font-family:var(--font-borna);font-size:1.375rem;font-weight:500;line-height:1.65rem}@media,(min-width:1024px){.h3{font-size:2.25rem;line-height:2.7rem}}@media (--lg){.h3{font-size:2.25rem;line-height:2.7rem}}.h4{color:var(--color-text-grey);font-family:var(--font-borna);font-weight:500;line-height:1.4rem}@media,(min-width:1024px){.h4{font-size:1.25rem;line-height:1.75rem}}@media (--lg){.h4{font-size:1.25rem;line-height:1.75rem}}
@custom-media --content-width:(min-width:1440px);@custom-media --xl:(min-width:1200px);@custom-media --lg:(min-width:1024px);@custom-media --md:(min-width:768px);@custom-media --sm:(min-width:576px);.page-error{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:flex-end;padding-bottom:135px;position:relative}@media,(min-width:1024px){.page-error{padding-bottom:85px}}@media (--lg){.page-error{padding-bottom:85px}}@media,(min-width:1440px){.page-error:after{background:url(/themes/custom/smartbees/images/background-elements/404-right-hexagons.webp) no-repeat 100%;content:"";height:100%;position:absolute;width:100%;z-index:-2}}@media (--content-width){.page-error:after{background:url(/themes/custom/smartbees/images/background-elements/404-right-hexagons.webp) no-repeat 100%;content:"";height:100%;position:absolute;width:100%;z-index:-2}}.page-error:before{background:url(/themes/custom/smartbees/images/background-elements/404-left-hexagons.webp) no-repeat 0;content:"";height:100%;position:absolute;width:100%;z-index:-2}.page-error__image{padding-top:135px}.page-error__image svg{aspect-ratio:5/3;height:100%;max-width:700px;padding-right:30px;width:100%}@media,(min-width:1024px){.page-error__image svg{max-width:900px;width:70vw;width:70vi}}@media (--lg){.page-error__image svg{max-width:900px;width:70vw;width:70vi}}.page-error__image svg .letter{animation:move-up-down 5s linear infinite}.page-error__image svg .letter:nth-of-type(2){animation-delay:1s}.page-error__image svg .letter:last-of-type{animation-delay:2s}.page-error__label{font-size:1.0625rem;line-height:1.275rem;text-align:center}@media,(min-width:1024px){.page-error__label{font-size:1.6875rem;line-height:2.025rem}}@media (--lg){.page-error__label{font-size:1.6875rem;line-height:2.025rem}}.page-error__label:after,.page-error__label:before{border-radius:100%;content:"";filter:blur(141px);height:777px;opacity:.56;position:absolute;width:777px;z-index:-2}.page-error__label:before{background-color:var(--color-decorative-secondary);left:0;top:220px}.page-error__label:after{background-color:var(--color-decorative-primary);left:410px;top:190px}.page-error p{padding-left:0;padding-right:0}.page-error a{margin-bottom:26px}@keyframes move-up-down{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}
@keyframes gin-throbber{0%{transform:rotateZ(0);}100%{transform:rotateZ(360deg);}}.ajax-progress__throbber,.ajax-progress__throbber--fullscreen,.ui-dialog .ajax-progress__throbber,.media-library-item .ajax-progress__throbber{border:3px solid var(--gin-color-primary);border-inline-end:3px dotted transparent;}.ajax-progress .ajax-progress__message{color:var(--gin-color-text);}[dir].gin--dark-mode .ajax-progress--fullscreen{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber,[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber--fullscreen{border:3px solid var(--gin-bg-app);border-inline-end:3px dotted transparent;}.media-library-widget .ajax-progress__throbber,.media-library-widget .ajax-progress__throbber--fullscreen{border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;}.ui-dialog .ajax-progress-throbber{padding:var(--gin-spacing-xs);background:var(--gin-bg-app);border-radius:50%;box-shadow:0 2px 6px 0 rgba(34,35,48,.1);border:1px solid rgba(216,217,224,.8);}.gin--dark-mode .ui-dialog .ajax-progress-throbber{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}.ui-dialog .ajax-progress-throbber::before,.contextual-links .ajax-progress-throbber::before{content:"";display:block;position:absolute;inset-block-start:var(--gin-spacing-xs);inset-inline-start:var(--gin-spacing-xs);width:1.125rem;height:1.125rem;border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;border-radius:50%;animation:gin-throbber .75s linear infinite;}.gin--dark-mode .ui-dialog .ajax-progress,.gin--dark-mode .media-library-item .ajax-progress.ajax-progress.ajax-progress{background-color:var(--gin-bg-app);border-color:var(--gin-bg-app);}.contextual-links li{position:relative;}.contextual-links .ajax-progress-throbber{position:absolute;inset-block-start:0;inset-inline-end:var(--gin-spacing-xxs);width:24px;height:24px;}.contextual-links .ajax-progress-throbber::before{inset-block-start:0;inset-inline-start:.25em;}.claro-autocomplete__message{color:var(--gin-color-primary);}
