@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}:root{--accent-color: #2d40ae;--accent-hover-color: #4253b6;--accent-light-color: #5766be;--accent-dark-color: #24338b;--black-color: #000;--white-color: #fff;--purple-color: #c9d7fb;--purple-color-dark: #3c4059;--error-red-color: #dc3737;--fill-dark-color: #393939;--fill-grey-color: #f6f6f6;--stroke-grey-color: #393939;--stroke-light-grey-color: #dcdcdc;--text-grey-color: #404040;--text-middle-grey-color: #1e1e1e;--text-light-grey-color: #dcdcdc;--line: #e6e8ee;--alt: #f5f7fb;--navy-color: #0d1126;--blue-bright-color: #2a4bff;--grey-900-color: #1a1a1a;--grey-850-color: #2a2a2a;--grey-600-color: #575757;--grey-550-color: #5f5e5a;--grey-500-color: #888;--container: 1240px;--container-small: 1140px;--header-height: 64px;--padding: 15px;--radius: 14px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 18px;--shadow: 0 12px 34px rgba(16, 24, 40, .1);--z-index-shadow: 2;--z-index-main: 3;--z-index-sticky-cta: 99;--z-index-header: 100;--z-index-menu: 100;--z-index-blur: 999;--z-index-modal: 1000;--z-index-dropdown: 20;--z-index-panel: 1010;--z-index-panel-toggle: 1011;--z-index-progress: 1020;--z-index-lightbox: 1030;--scroll-width: 4px}@media (min-width: 1270px){:root{--header-height: 70px}}@media (min-width: 1750px){:root{--container: 1720px;--container-small: 1440px}}::-moz-selection{background-color:var(--accent-color);color:var(--white-color)}::selection{background-color:var(--accent-color);color:var(--white-color)}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scrollbar-gutter:stable}body{margin:0;display:flex;justify-content:flex-start;flex-direction:column;width:100%;min-height:100vh;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.4;color:var(--black-color);background:var(--white-color);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}.is-fixed{overflow:hidden;padding-right:var(--scroll-width)}.scrollbar::-webkit-scrollbar{width:var(--scroll-width)}.scrollbar::-webkit-scrollbar-track{background:var(--fill-grey-color);border-radius:var(--radius)}.scrollbar::-webkit-scrollbar-thumb{background:var(--accent-light-color);border-radius:var(--radius);background-clip:content-box}.main{flex:1 0 auto}.footer{flex:0 0 auto}.container{max-width:calc(var(--container) + var(--padding) * 2);width:100%;margin:0 auto;padding:0 var(--padding)}.container_small{max-width:calc(var(--container-small) + var(--padding) * 2)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.inner-page{margin-top:var(--header-height);padding-top:8px}img{max-width:100%;height:auto}ul:not(.list){list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6,p{margin:0}h1,.h1{font-size:28px;font-weight:400;line-height:1.2}@media (min-width: 1270px){h1,.h1{font-size:50px}}@media (min-width: 1750px){h1,.h1{font-size:60px}}h2,.h2{font-size:22px;font-weight:500;line-height:1.4}@media (min-width: 1270px){h2,.h2{font-size:40px;font-weight:500;line-height:1.2}}@media (min-width: 1750px){h2,.h2{font-size:48px}}h3,.h3{font-size:18px;font-weight:500;line-height:1.4}@media (min-width: 1270px){h3,.h3{font-size:24px}}@media (min-width: 1750px){h3,.h3{font-size:32px}}h4,.h4{font-size:14px;font-weight:400;line-height:1.4}@media (min-width: 1270px){h4,.h4{font-size:24px;font-weight:500}}h5,h6,.h5,.h6{font-size:12px;font-weight:400;line-height:1.4}@media (min-width: 1270px){h5,h6,.h5,.h6{font-size:14px}}@media (min-width: 1750px){h5,h6,.h5,.h6{font-size:16px}}.section-subtitle{margin-bottom:15px;display:flex;align-items:center;justify-content:flex-start;gap:8px;font-size:14px;font-weight:400;color:var(--accent-color)}.section-subtitle.white{color:var(--white-color)}.section-subtitle:before{content:"";margin-left:8px;display:block;width:8px;height:8px;flex:0 0 auto;background:currentColor;border-radius:1px;animation:mfs-badge-blink 1.4s ease-in-out infinite}@media (min-width: 1750px){.section-subtitle{font-size:16px}}.p1{font-size:16px}@media (min-width: 1750px){.p1{font-size:18px}}a{color:inherit;text-decoration:none}em.mark{position:relative;font-style:normal;color:var(--white-color);background-size:0 100%;background-repeat:no-repeat;background-image:linear-gradient(0,var(--accent-color),var(--accent-color));animation:fillColor 1s forwards}button{background:none;border:none;padding:0;cursor:pointer}.blur-up{filter:blur(5px);transition:filter .4s;overflow:hidden}.blur-up.lazyloaded{filter:blur(0)}.blur-overlay{position:fixed;inset:0;backdrop-filter:blur(5px);background:#0000001a;z-index:var(--z-index-blur);pointer-events:none}.blur-overlay_menu{z-index:calc(var(--z-index-menu) - 1);pointer-events:all}.js-reveal{opacity:0;transition:transform .6s cubic-bezier(.33,1,.68,1),opacity .6s cubic-bezier(.33,1,.68,1)}.js-reveal[data-anim=up]{transform:translateY(40px)}.js-reveal[data-anim=down]{transform:translateY(-80px)}.js-reveal[data-anim=left]{transform:translate(-40px)}.js-reveal[data-anim=right]{transform:translate(40px)}.js-reveal.is-in{opacity:1;transform:none}.js-reveal-group>.js-reveal-item{opacity:0;transform:translate(-60px);transition:transform .6s cubic-bezier(.33,1,.68,1),opacity .6s cubic-bezier(.33,1,.68,1)}.js-reveal-group>.js-reveal-item.is-in{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.js-reveal,.js-reveal-group>.js-reveal-item{transition:none;opacity:1;transform:none}}.reveal-css{opacity:0;animation:mfs-reveal-fade .6s ease .05s forwards;will-change:opacity}@keyframes mfs-reveal-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.reveal-css{animation:none;opacity:1}}.text-highlight em{font-style:normal;color:currentColor;background-image:linear-gradient(var(--accent-color),var(--accent-color));background-repeat:no-repeat;background-position:left;background-color:transparent;background-size:0% 100%;transition:background-size .9s ease,color .9s ease}.text-highlight.is-animated em{background-size:100% 100%;color:var(--white-color)}.svg-icon{display:inline-flex;justify-content:center;align-items:center;position:relative}.dot{display:inline-flex;width:9px;height:9px;border-radius:50%;background-color:var(--accent-color)}.link{text-decoration:none;transition:all .25s}@media (hover: hover){.link:hover{color:var(--accent-color)}}.pill{display:inline-flex;align-items:center;padding:12px;border-radius:50rem;border:1px solid var(--stroke-light-grey-color)}@media (min-width: 1270px){.pill{padding:12px 16px}}.pill.is-active{background-color:var(--accent-color);color:var(--white-color);pointer-events:none}.pill__count{display:inline-flex}.tag{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#0a142859;color:var(--white-color);font-size:12px;font-weight:700;backdrop-filter:blur(6px)}.tag--filled{background:var(--accent-color);border-color:#ffffff26}.text-muted{color:var(--text-grey-color)}.color-primary{color:var(--accent-color)}.author{display:inline-flex;align-items:center;gap:12px}.author__avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#d7dbff,#f2f4ff);border:1px solid var(--line);overflow:hidden}.author__info{display:flex;flex-direction:column}.author__name{font-size:16px;font-weight:500}@media (min-width: 1750px){.author__name{font-size:18px}}.author__text{font-size:14px;color:var(--text-grey-color)}@media (min-width: 1750px){.author__text{font-size:16px}}.scroll-snap{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}@keyframes fillColor{0%{background-size:0 100%}to{background-size:100% 100%}}.client-context__info a,.business-challenge__info a,.strategic-cgi__info a,.marketing-sales__info a,.production-process-item__desc a,.key-visuals-item__desc a,.faq-item__answer-inner a,html.single-success-stories .wp-block-paragraph a{color:var(--accent-color);text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.client-context__info a:hover,.business-challenge__info a:hover,.strategic-cgi__info a:hover,.marketing-sales__info a:hover,.production-process-item__desc a:hover,.key-visuals-item__desc a:hover,.faq-item__answer-inner a:hover,html.single-success-stories .wp-block-paragraph a:hover{text-decoration:none;opacity:.8}html.single-success-stories main>.wp-block-paragraph{max-width:1750px;margin-inline:auto;padding:24px 15px 48px}.btn-main{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:-moz-fit-content;width:fit-content;min-width:182px;padding-inline:20px;line-height:44px;font-size:14px;font-weight:500;background-color:var(--accent-color);border-radius:2px;transition:background-color .3s ease,color .3s ease}.btn-main:disabled{cursor:default}.btn-main:not(:disabled):hover,.btn-main:not(:disabled):active{background-color:var(--accent-light-color)}.btn-main:disabled{background-color:var(--fill-dark-color)}.btn-main.fill{width:100%}.btn-secondary{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:-moz-fit-content;width:fit-content;min-width:182px;padding-inline:20px;line-height:42px;font-size:14px;font-weight:500;border:1px solid var(--white-color);border-radius:2px;background-color:transparent;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.btn-secondary:disabled{cursor:default}.btn-secondary:not(:disabled):hover,.btn-secondary:not(:disabled):active{background-color:var(--white-color);color:var(--black-color)}.btn-secondary:not(:disabled):active{border-color:var(--black-color)}.btn-secondary:disabled{border-color:var(--stroke-grey-color);color:var(--stroke-grey-color)}.btn-secondary.fill{width:100%}.btn-secondary-black{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:-moz-fit-content;width:fit-content;min-width:182px;padding-inline:20px;line-height:42px;font-size:14px;font-weight:500;border:1px solid var(--black-color);border-radius:2px;background-color:transparent;color:var(--black-color);transition:background-color .3s ease,border-color .3s ease,color .3s ease}.btn-secondary-black:disabled{cursor:default}.btn-secondary-black:not(:disabled):hover,.btn-secondary-black:not(:disabled):active{background-color:var(--black-color);color:var(--white-color)}.btn-secondary-black:disabled{border-color:var(--stroke-light-grey-color);color:var(--text-light-grey-color)}.btn-secondary-black.fill{width:100%}.btn-cta{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:-moz-fit-content;width:fit-content;min-width:182px;padding-inline:20px;line-height:44px;font-size:14px;font-weight:500;color:var(--accent-color);background-color:var(--white-color);border-radius:1px;transition:background-color .3s ease,box-shadow .3s ease,color .3s ease}.btn-cta:disabled{cursor:default}.btn-cta.black-color{color:var(--black-color)}.btn-cta.fill{width:100%}.btn-cta:not(:disabled):hover{box-shadow:2px 2px 10px #bac0e3}.btn-cta:disabled{background-color:var(--fill-dark-color);color:var(--text-light-grey-color)}.header{height:var(--header-height);position:fixed;top:0;left:0;right:0;z-index:var(--z-index-header);transition:background-color .3s ease,backdrop-filter .3s ease,border-color .3s ease;border-bottom:1px solid transparent}.header.is-black,.header.is-scrolled{background-color:#0d11266b;backdrop-filter:blur(32px) saturate(185%);border-bottom-color:#ffffff1f;box-shadow:inset 0 1px #ffffff1a}.header.is-tablet-menu{position:fixed;background-color:transparent;width:100%;pointer-events:none}.header.is-tablet-menu.is-black{background-color:transparent}.header.is-tablet-menu .logo{display:none}.header.is-tablet-menu .header__menu-btn{margin-left:auto;display:none;pointer-events:all}.header.is-tablet-menu .menu{display:none;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:20px;height:100dvh;width:420px;padding:40px;overflow-y:auto;overflow-x:hidden;position:absolute;inset:0 0 0 auto;background-color:var(--fill-grey-color);pointer-events:all}.header.is-tablet-menu .menu__list{flex-direction:column;align-items:stretch;gap:0;height:auto}.header.is-tablet-menu .menu__list>li{padding:20px 0;border-bottom:1px solid var(--stroke-light-grey-color);height:auto;display:block}.header.is-tablet-menu .menu__list>li>a,.header.is-tablet-menu .menu__list>li>span{color:var(--black-color);font-size:14px;gap:4px}.header.is-tablet-menu .menu__list>li:first-child{padding-top:0}.header.is-tablet-menu .menu-item-has-children>a:after,.header.is-tablet-menu .menu-item-has-children>span:after{background-image:url(../img/icons/arrow-down-menu-black.svg)}.header.is-tablet-menu .menu-item-has-children>span:before{display:none}.header.is-tablet-menu .menu-item-has-children.is-active .menu__submenu{display:block}.header.is-tablet-menu .menu-item-has-children .menu__submenu{position:static;top:auto;left:auto;right:auto;max-height:none;max-width:none;margin:0;overflow:visible;opacity:1;visibility:visible}.header.is-tablet-menu .menu-item-has-children .menu__submenu>ul{flex-direction:column;flex-wrap:nowrap;gap:20px;padding:20px 0 0;background-color:transparent;border-radius:0;opacity:1;transform:none}.header.is-tablet-menu .menu-item-has-children .menu__submenu.our_works>ul{gap:20px}.header.is-tablet-menu .menu-item-has-children .menu__submenu.our_works>ul>li:first-child,.header.is-tablet-menu .menu-item-has-children .menu__submenu.our_works>ul>li:nth-child(2){display:block}.header.is-tablet-menu .menu-item-has-children .menu__submenu.resources>ul{gap:20px}.header.is-tablet-menu .menu-item-has-children .menu__submenu.resources>ul>li:first-child{display:block}.header.is-tablet-menu .menu-item-has-children .menu__submenu.resources>ul>li:last-child{flex:none}.header.is-tablet-menu .menu-item-has-children .menu__submenu.company{position:static;left:auto;transform:none;width:100%}.header.is-tablet-menu .menu__submenu>ul>li>ul{margin-top:30px;display:flex;flex-direction:column;gap:30px;width:100%}.header.is-tablet-menu .menu__submenu>ul>li>ul.services{grid-template-columns:none}.header.is-tablet-menu .menu__submenu>ul>li>ul>li{padding:0;border-left:none}.header.is-tablet-menu .btn-main.menu__cta{display:block;width:100%;margin:0 auto}.header.is-tablet-menu .menu__big-links:not(.company){display:flex}.header.is-tablet-menu .menu__big-link{padding:0;border-top:none}.header.is-tablet-menu .menu__big-link:not(:first-child){border-top:none}.header.is-tablet-menu .menu__desktop-container,.header.is-tablet-menu .menu__desktop-links,.header.is-tablet-menu .menu__desktop-link,.header.is-tablet-menu .menu-desktop-links__download{display:none}.header.is-tablet-menu .menu .menu-catalog,.header.is-tablet-menu .menu__post-items,.header.is-tablet-menu .menu .menu__post-item{display:flex}.header.is-tablet-menu .menu-item-has-children .menu__submenu.resources .menu__icons{display:flex;width:100%;flex:none}.header.is-tablet-menu .menu__post-items{grid-template-columns:1fr;gap:12px}.header.is-tablet-menu .menu .menu__post-item{position:static;z-index:auto;height:auto;padding:0;flex-direction:row;align-items:center;border-radius:0}.header.is-tablet-menu .menu .menu__post-item:after{display:none}.header.is-tablet-menu .menu .menu__post-item.resources p{display:block}.header.is-tablet-menu .menu .menu__post-item img,.header.is-tablet-menu .menu .menu__post-item video{position:static;width:100px;height:58px;border-radius:2px}.header.is-tablet-menu .menu .menu__post-item p{color:inherit;pointer-events:auto}.header.is-tablet-menu .menu .menu__post-item .menu__video{display:none}.header.is-tablet-menu .menu .menu-catalog{margin-top:30px;width:100%;flex:none;align-self:auto;justify-self:auto}.header.is-opened{background-color:#0d1126d9;backdrop-filter:blur(20px) saturate(150%)}.header.is-opened .header__menu-btn .burger{display:none}.header.is-opened .header__menu-btn .close,.header.is-opened .menu{display:flex}.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .logo,.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .burger{filter:invert(1);transition:filter .3s ease}@media (min-width: 1270px){.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .menu__list>li>a,.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .menu__list>li>span{color:var(--black-color)}.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .menu__list>li>a:after,.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .menu__list>li>span:after{background-image:url(../img/icons/arrow-down-menu-black.svg)}}.header__container{height:100%;display:flex;align-items:center;justify-content:space-between}.header__logo{--size: 44px;width:var(--size);height:var(--size)}.header__logo img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.header__menu-btn{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;display:flex;align-items:center;justify-content:center}.header__menu-btn:disabled{cursor:default}.header__menu-btn svg{width:24px;height:24px}.header__menu-btn .burger{display:flex}.header__menu-btn .close{display:none}@media (min-width: 1270px){.header__menu-btn{display:none;width:44px;height:44px;border-radius:2px;background-color:var(--black-color);transition:background-color .3s ease}.header__menu-btn:hover{background-color:#191919}.header__menu-btn:active{background-color:#333}}@media (min-width: 1750px){.header__menu-btn{display:none}}.menu{display:none;flex-direction:column;gap:20px;height:calc(100dvh - var(--header-height));padding:30px 15px;overflow-y:auto;overflow-x:hidden;position:absolute;top:var(--header-height);left:0;right:0;background-color:var(--white-color)}@media (min-width: 1270px){.menu{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:25px;height:100%;padding:0;overflow:initial;position:static;background-color:transparent}}@media (min-width: 1750px){.menu{gap:45px}}.menu__list{display:flex;flex-direction:column}.menu__list>li{padding:20px 0;border-bottom:1px solid var(--stroke-light-grey-color)}.menu__list>li>a,.menu__list>li>span{color:var(--black-color);font-size:14px;display:flex;align-items:center;justify-content:space-between;gap:4px}.menu__list>li:first-child{padding-top:0}@media (min-width: 1270px){.menu__list{flex-direction:row;align-items:center;gap:0;height:100%}.menu__list>li{padding:0 15px;border-bottom:none;height:100%;display:flex;align-items:center}.menu__list>li>a,.menu__list>li>span{color:var(--white-color);font-size:14px;line-height:20px;text-shadow:0 1px 2px rgba(0,0,0,.28);gap:0}}.menu-item-has-children{position:relative}.menu-item-has-children.is-active .menu__submenu{display:block;pointer-events:all}.menu-item-has-children.is-active .menu__submenu>ul{opacity:1;transform:none}.menu-item-has-children.is-active>a:after,.menu-item-has-children.is-active>span:after{transform:rotate(180deg)}.menu-item-has-children>a,.menu-item-has-children>span{cursor:pointer}.menu-item-has-children>a:after,.menu-item-has-children>span:after{content:"";flex:0 0 auto;width:24px;height:24px;background-image:url(../img/icons/arrow-down-menu-black.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transition:transform .3s ease;transform-origin:center}@media (min-width: 1270px){.menu-item-has-children>a:after,.menu-item-has-children>span:after{background-image:url(../img/icons/arrow-down-menu.svg)}.menu-item-has-children>span{position:relative}.menu-item-has-children>span:before{content:"";display:block;height:1px;width:36px;left:0;position:absolute;bottom:0;background:var(--white-color);transition:transform .3s;transform:scale3d(0,1,1);transform-origin:100% 50%}.menu-item-has-children.is-active .menu__submenu{opacity:1;visibility:visible}.menu-item-has-children.is-active>span:before{transform-origin:0% 50%;transition-timing-function:ease;transform:scaleZ(1)}}.menu-item-has-children .menu__submenu{display:none}.menu-item-has-children .menu__submenu>ul{display:flex;flex-direction:column;gap:20px;padding-top:20px}.menu-item-has-children .menu__submenu>ul>li{width:100%}@media (min-width: 1270px){.menu-item-has-children .menu__submenu{position:fixed;top:var(--header-height);left:0;right:0;max-height:calc(100dvh - var(--header-height) - 20px);max-width:var(--container);margin:0 auto;display:block;overflow-y:auto;opacity:0;visibility:hidden;transition:opacity .6s ease}.menu-item-has-children .menu__submenu>ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;padding:30px 40px;background-color:var(--white-color);border-radius:0 0 1px 1px;opacity:0;transition:opacity .6s ease}.menu-item-has-children .menu__submenu.with-cta>ul>li{display:flex}.menu-item-has-children .menu__submenu.our_works>ul{gap:20px}.menu-item-has-children .menu__submenu.our_works>ul>li:first-child,.menu-item-has-children .menu__submenu.our_works>ul>li:nth-child(2){display:none}.menu-item-has-children .menu__submenu.resources>ul{gap:20px}.menu-item-has-children .menu__submenu.resources>ul>li{width:auto}.menu-item-has-children .menu__submenu.resources>ul>li:first-child{display:none}.menu-item-has-children .menu__submenu.resources>ul>li:last-child{flex:1 1 auto}.menu-item-has-children .menu__submenu.company{position:absolute;left:50%;right:auto;transform:translate(-50%);width:214px}.menu-item-has-children .menu__submenu.company>ul{padding:13px 30px}}@media (min-width: 1750px){.menu-item-has-children .menu__submenu>ul{padding:40px 60px}.menu-item-has-children .menu__submenu.with-cta>ul>li{display:flex;gap:50px}.menu-item-has-children .menu__submenu.our_works>ul{gap:30px}.menu-item-has-children .menu__submenu.resources>ul{gap:30px}.menu-item-has-children .menu__submenu.company>ul{padding:23px 30px}}.menu__submenu>ul>li>ul{margin-top:30px;display:flex;flex-direction:column;gap:30px}@media (min-width: 1270px){.menu__submenu>ul>li>ul{margin-top:0;flex:1 1 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:0;width:100%;position:relative}.menu__submenu>ul>li>ul.services{grid-template-columns:repeat(5,1fr)}.menu__submenu>ul>li>ul>li{padding:0 20px;display:flex;flex-direction:column}.menu__submenu>ul>li>ul>li:first-child{padding-left:0}.menu__submenu>ul>li>ul>li:not(:first-child):not(.menu__desktop-container){border-left:1px solid var(--stroke-light-grey-color)}}.menu__submenu>ul>li>ul strong{display:block;font-weight:500;font-size:14px;color:var(--accent-color)}@media (min-width: 1270px){.menu__submenu>ul>li>ul strong a{transition:color .3s ease}.menu__submenu>ul>li>ul strong a:hover,.menu__submenu>ul>li>ul strong a:active{color:var(--accent-dark-color)}}.menu__submenu>ul>li>ul strong+ul{margin-top:15px}@media (min-width: 1270px){.menu__submenu>ul>li>ul strong+ul{margin-top:20px}}.menu__submenu>ul>li>ul ul{display:flex;flex-direction:column;gap:15px;height:100%}.menu__submenu>ul>li>ul ul a,.menu__submenu>ul>li>ul ul span{color:var(--text-grey-color);font-size:14px}@media (min-width: 1270px){.menu__submenu>ul>li>ul ul a{display:block;transition:color .3s ease}.menu__submenu>ul>li>ul ul a:hover,.menu__submenu>ul>li>ul ul a:active{color:var(--black-color)}}.btn-main.menu__cta{margin:0 auto;width:100%}@media (min-width: 1270px){.btn-main.menu__cta{display:block;width:auto;min-width:126px}}.menu__big-links{display:flex;flex-direction:column;gap:20px;width:100%}.menu__big-links.company{padding:16px;background-color:var(--fill-grey-color);border-radius:2px}@media (min-width: 1270px){.menu__big-links{gap:0}.menu__big-links:not(.company){display:none}.menu__big-links.company{padding:0;background-color:transparent;border-radius:0}}.menu__big-link{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;color:var(--text-middle-grey-color)}.menu__big-link:after{content:"";flex:0 0 auto;width:16px;height:16px;background-image:url(../img/icons/arrow-right-menu.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transition:background-image .3s ease}@media (min-width: 1270px){.menu__big-link{padding:14px 0;gap:15px;font-size:14px;background:transparent;transition:color .3s ease}.menu__big-link:not(:first-child){border-top:1px solid var(--stroke-light-grey-color)}.menu__big-link:hover{color:var(--accent-color)}.menu__big-link:hover:after{background-image:url(../img/icons/arrow-right-accent.svg)}}@media (min-width: 1750px){.menu__big-link{padding:14px 0;font-size:16px}}span.menu__big-link{color:silver}span.menu__big-link:after{background-image:url(../img/icons/arrow-right-menu-grey.svg)}@media (min-width: 1270px){.menu-item-has-children .menu__submenu.resources .menu__icons{width:500px;flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:30px;padding-right:20px;border-right:1px solid var(--stroke-light-grey-color)}}@media (min-width: 1750px){.menu-item-has-children .menu__submenu.resources .menu__icons{width:699px;padding-right:30px}}.menu__icons-links{display:flex;flex-direction:column;gap:12px;width:100%}.menu__icons-links>*{padding-bottom:12px;border-bottom:1px solid var(--stroke-light-grey-color)}@media (min-width: 1270px){.menu__icons-links{gap:15px}.menu__icons-links>*{padding-bottom:15px}}.menu__icons-link{display:grid;grid-template-columns:24px auto;gap:4px 16px}@media (min-width: 1270px){.menu__icons-link{gap:4px 0;grid-template-columns:auto 24px}}.menu__icons-link svg{margin-top:5px;grid-row:1/3}.menu__icons-link svg path{fill:var(--accent-color)}@media (min-width: 1270px){.menu__icons-link svg{margin-top:0;grid-row:1/3;grid-column:2;align-self:center}.menu__icons-link svg path{transition:fill .3s ease}}.menu__icons-link strong{font-size:14px;font-weight:500}@media (min-width: 1270px){.menu__icons-link strong{color:var(--accent-color)}}@media (min-width: 1750px){.menu__icons-link strong{font-size:16px}}.menu__icons-link span{grid-column:2;color:var(--text-grey-color);font-size:12px}@media (min-width: 1270px){.menu__icons-link span{grid-column:1;font-size:12px}}@media (min-width: 1750px){.menu__icons-link span{font-size:14px}}@media (min-width: 1270px){a.menu__icons-link strong{transition:color .3s ease}a.menu__icons-link:hover strong,a.menu__icons-link:active strong{color:var(--accent-dark-color)}a.menu__icons-link:hover svg path,a.menu__icons-link:active svg path{fill:var(--accent-dark-color)}}.menu .menu-catalog{margin-top:30px;border-radius:4px;overflow:hidden}@media (min-width: 1270px){.menu .menu-catalog{margin-top:0;width:200px;flex:0 0 auto;align-self:flex-end;justify-self:flex-end;display:flex;flex-direction:column}}@media (min-width: 1750px){.menu .menu-catalog{width:237px}}.menu .menu-catalog img{display:block;width:100%;height:150px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:4px}@media (min-width: 1270px){.menu .menu-catalog img{height:130px;flex:0 0 auto}}.menu .menu-catalog__info{padding:20px;display:flex;flex-direction:column;gap:10px;align-items:flex-start;background:var(--fill-grey-color)}@media (min-width: 1750px){.menu .menu-catalog__info{flex:0 0 auto}}.menu .menu-catalog__download{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;font-size:16px;color:var(--accent-color);border-bottom:1px solid currentColor}.menu .menu-catalog__download:disabled{cursor:default}@media (min-width: 1270px){.menu .menu-catalog__download{font-size:14px}}@media (min-width: 1750px){.menu .menu-catalog__download{font-size:16px}}.menu .menu-catalog__title{text-transform:uppercase;font-size:18px;font-weight:500}@media (min-width: 1270px){.menu .menu-catalog__title{font-size:16px}}@media (min-width: 1750px){.menu .menu-catalog__title{font-size:18px}}.menu .menu-catalog p:not(.menu-catalog__title){color:var(--text-grey-color);font-size:14px;font-weight:500}@media (min-width: 1270px){.menu .menu-catalog p:not(.menu-catalog__title){font-size:12px}}@media (min-width: 1750px){.menu .menu-catalog p:not(.menu-catalog__title){font-size:14px}}.menu__post-items{display:grid;gap:12px}@media (min-width: 1270px){.menu__post-items{grid-template-columns:repeat(3,1fr);gap:20px}.menu__post-items.resources{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1750px){.menu__post-items{gap:30px}}.menu .menu__post-item{display:flex;align-items:center;gap:12px;overflow:hidden}@media (min-width: 1270px){.menu .menu__post-item{position:relative;z-index:2;height:200px;padding:15px;flex-direction:column;align-items:flex-start;justify-content:space-between;border-radius:4px}.menu .menu__post-item:not(.resources):after{content:"";position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;display:block;background:#0003;pointer-events:none}.menu .menu__post-item:not(.resources) p{pointer-events:none}.menu .menu__post-item.resources{height:180px}.menu .menu__post-item.resources p{display:none}.menu .menu__post-item.resources:hover img{transform:scale(1.05)}}@media (min-width: 1750px){.menu .menu__post-item{height:224px;padding:20px}.menu .menu__post-item.resources{height:224px}}.menu .menu__post-item img,.menu .menu__post-item video{flex:0 0 auto;width:100px;height:58px;-o-object-fit:cover;object-fit:cover;border-radius:2px}@media (min-width: 1270px){.menu .menu__post-item img,.menu .menu__post-item video{position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;transition:transform .3s ease;border-radius:4px}}.menu .menu__post-item .menu__video{display:none}@media (min-width: 1270px){.menu .menu__post-item .menu__video{display:block}}.menu .menu__post-item p{font-size:14px;font-weight:500}@media (min-width: 1270px){.menu .menu__post-item p{font-size:16px;color:var(--white-color)}}@media (min-width: 1750px){.menu .menu__post-item p{font-size:18px}}.menu__desktop-container{display:none}@media (min-width: 1270px){.menu__desktop-container{display:flex;margin-top:auto}}.menu__desktop-links{display:none}@media (min-width: 1270px){.menu__desktop-links{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width: 1750px){.menu__desktop-links{gap:30px}}.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link,.menu__desktop-link{display:none}@media (min-width: 1270px){.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link,.menu__desktop-link{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;font-size:14px;font-weight:500;white-space:nowrap;color:var(--text-middle-grey-color);transition:color .3s ease}.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link img,.menu__desktop-link img{width:100%;height:206px;-o-object-fit:cover;object-fit:cover;border-radius:2px}.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link:after,.menu__desktop-link:after{content:"";flex:0 0 auto;width:24px;height:24px;background-image:url(../img/icons/arrow-right-menu.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transition:background-image .3s ease}.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link:hover,.menu__desktop-link:hover{color:var(--accent-color)}.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link:hover:after,.menu__desktop-link:hover:after{background-image:url(../img/icons/arrow-right-accent.svg)}}@media (min-width: 1750px){.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link img,.menu__desktop-link img{height:283px}}.menu-desktop-links__download{display:none}@media (min-width: 1270px){.menu-desktop-links__download{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;font-size:14px;font-weight:500;white-space:nowrap;color:var(--accent-color);transition:color .3s ease}.menu-desktop-links__download:disabled{cursor:default}.menu-desktop-links__download img{width:100%;height:206px;-o-object-fit:cover;object-fit:cover;border-radius:2px}.menu-desktop-links__download span{border-bottom:1px solid currentColor;transition:border-color .3s ease}.menu-desktop-links__download:hover{color:var(--accent-dark-color)}.menu-desktop-links__download:hover span{border-color:transparent}}@media (min-width: 1750px){.menu-desktop-links__download img{height:283px}}.menu__submenu-footer{display:none}@media (min-width: 1270px){.menu__submenu-footer{display:block;flex:0 0 100%;width:100%;margin-top:24px;padding-top:20px;border-top:1px solid var(--stroke-light-grey-color)}}@media (min-width: 1270px){.menu__submenu-alllink{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:600;white-space:nowrap;color:var(--accent-color);transition:color .3s ease,gap .3s ease}.menu__submenu-alllink:after{content:"";flex:0 0 auto;width:20px;height:20px;background-image:url(../img/icons/arrow-right-accent.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.menu__submenu-alllink:hover{color:var(--accent-dark-color);gap:16px}}.footer{padding:60px 0 42px;background:var(--black-color);color:var(--white-color)}@media (min-width: 1270px){.footer{padding:30px 0 26px}}@media (min-width: 1750px){.footer{padding:50px 0 38px}}.footer__top{margin-bottom:72.5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:42px}@media (min-width: 1270px){.footer__top{margin-bottom:80px;flex-direction:row;gap:132px}}@media (min-width: 1750px){.footer__top{margin-bottom:117.5px;gap:297px}}.footer__logo{width:50px;height:50px;flex:0 0 auto}.footer__logo img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain}@media (min-width: 1270px){.footer__logo{width:120px;height:120px}}.footer__subtitle{margin-bottom:20px;font-weight:500;font-size:18px;display:inline-block}.footer__subtitle:last-child{margin-bottom:0}@media (min-width: 1270px){.footer__subtitle{font-size:24px}}@media (min-width: 1750px){.footer__subtitle{font-size:32px}}.footer__cta{padding:75px 25px;display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center;position:relative;border:1.2px solid var(--stroke-grey-color);--size: 20px}.footer__cta:after{content:"";position:absolute;left:calc(-1 * var(--size) / 2);top:calc(-1 * var(--size) / 2);width:calc(100% + var(--size));height:calc(100% + var(--size));display:block;pointer-events:none;background:url(../img/icons/plus-white.svg) no-repeat 0 0/var(--size),url(../img/icons/plus-white.svg) no-repeat 100% 0/var(--size),url(../img/icons/plus-white.svg) no-repeat 0 100%/var(--size),url(../img/icons/plus-white.svg) no-repeat 100% 100%/var(--size)}.footer__cta h2{font-size:28px;line-height:1.2}.footer__cta p{font-size:14px}@media (min-width: 1270px){.footer__cta{margin-top:43px;max-width:736px;padding:63px 80px}.footer__cta h2{font-size:48px}.footer__cta p{font-size:16px}}@media (min-width: 1750px){.footer__cta{margin-top:32px;max-width:886px;padding:87px 60px}.footer__cta h2{font-size:64px}.footer__cta p{font-size:18px}}@media (min-width: 1270px){.footer__links{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px 83px}}.footer__links-item{border-top:1px solid var(--stroke-grey-color);padding:20px 0}.footer__links-item.active .footer-links__btn:after{transform:rotate(180deg)}@media (min-width: 1270px){.footer__links-item:first-of-type .footer-links__item{-moz-column-count:3;column-count:3;-moz-column-gap:40px;column-gap:40px}.footer__links-item:first-of-type .footer-links__subitem:nth-child(3),.footer__links-item:first-of-type .footer-links__subitem:nth-child(6){margin-top:0;-moz-column-break-before:column;break-before:column}.footer__links-item:first-of-type .footer-links__subitem:last-child{margin-top:0;-moz-column-break-before:column;break-before:column}.footer__links-item:nth-of-type(2) .footer-links__item{-moz-column-count:2;column-count:2;-moz-column-gap:40px;column-gap:40px}.footer__links-item:nth-of-type(2) .footer-links__subitem:nth-child(3){margin-top:0;-moz-column-break-before:column;break-before:column}}.footer-links__btn{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;display:flex;align-items:center;gap:5px;font-weight:500;font-size:18px}.footer-links__btn:disabled{cursor:default}.footer-links__btn:after{content:"";flex:0 0 auto;width:24px;height:24px;background-image:url(../img/icons/arrow-down-menu.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transition:transform .3s ease}@media (min-width: 1270px){.footer-links__btn{font-size:24px;gap:4px}}@media (min-width: 1750px){.footer-links__btn{font-size:32px}}.footer-links__item-overflow{max-height:0;transition:max-height .3s ease-in-out;overflow:hidden}.footer-links__item{margin-top:40px}.footer-links__subitem:not(:first-child){margin-top:40px}.footer-links__subitem ul{display:flex;flex-direction:column;gap:15px}.footer-links__subitem ul a{font-size:16px;color:var(--text-light-grey-color)}@media (min-width: 1270px){.footer-links__subitem.horizontal{margin-top:15px}.footer-links__subitem.horizontal ul{flex-direction:row;gap:20px}}.footer__contacts{margin-top:50px;margin-bottom:60px;display:flex;flex-direction:column;gap:50px}@media (min-width: 1270px){.footer__contacts{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:83px}}.footer__contacts-info ul{display:flex;flex-direction:column;gap:10px;font-weight:500}.footer__contacts-info ul a{font-weight:500}.footer__contacts-info ul .phone,.footer__contacts-info ul .phone a:first-child{display:flex;align-items:center}.footer__contacts-info ul .phone a:first-child:after{content:"";margin:0 15px;height:15px;display:block;border-left:1px solid #b9b9b9}.footer__reviews-info{display:flex;align-items:center}.footer__reviews-info svg{height:24px;width:100%}.footer__reviews-info a:first-child{display:flex;align-items:center}.footer__reviews-info a:first-child:after{content:"";margin:0 15px;height:20px;display:block;border-left:1px solid #b9b9b9}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:15px}@media (min-width: 1270px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copy{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--white-color)}@media (min-width: 1270px){.footer__copy{font-weight:500}}@media (min-width: 1750px){.footer__copy{font-size:14px}}.footer__bottom-links{display:flex;align-items:center;flex-wrap:wrap}.footer__bottom-links li{display:flex;align-items:center}.footer__bottom-links li:not(:last-child):after{content:"";margin:0 15px;height:20px;display:block;border-left:1px solid var(--text-grey-color)}.footer__bottom-links a{font-size:14px;text-decoration:underline;color:var(--white-color);transition:color .3s ease}@media (min-width: 1270px){.footer__bottom-links a:active,.footer__bottom-links a:hover{color:var(--white-color)}}.footer-socials{padding-top:15px}@media (min-width: 1270px){.footer-socials{padding-top:0}}.footer-socials a{background-color:var(--white-color)}.footer-lang{position:relative;display:flex;justify-content:center}@media (min-width: 1270px){.footer-lang{justify-content:flex-start}}.footer-lang__toggle{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;display:inline-flex;align-items:center;gap:9px;font-size:14px;color:var(--text-light-grey-color);transition:color .3s ease}.footer-lang__toggle:disabled{cursor:default}.footer-lang__toggle:hover{color:var(--white-color)}.footer-lang__caret{flex:0 0 auto;transition:transform .25s ease}.footer-lang.is-open .footer-lang__caret{transform:rotate(180deg)}.footer-lang__panel{position:absolute;left:50%;transform:translate(-50%,6px);bottom:calc(100% + 12px);min-width:230px;background:var(--black-color);border:1px solid var(--grey-600-color);border-radius:2px;padding:6px;opacity:0;visibility:hidden;transition:opacity .16s ease,transform .16s ease,visibility .16s ease;z-index:var(--z-index-dropdown)}@media (min-width: 1270px){.footer-lang__panel{left:0;transform:translateY(6px)}}.footer-lang.is-open .footer-lang__panel{opacity:1;visibility:visible;transform:translate(-50%)}@media (min-width: 1270px){.footer-lang.is-open .footer-lang__panel{transform:translate(0)}}.footer-lang__panel ul{display:flex;flex-direction:column;gap:1px}.footer-lang__opt{display:flex;align-items:center;gap:12px;padding:9px 10px;border-radius:2px;text-decoration:none;transition:background-color .15s ease}.footer-lang__opt:hover{background:var(--fill-dark-color)}.footer-lang__opt.is-current{background:var(--accent-color)}.footer-lang__flag{width:26px;height:17px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border:.5px solid var(--grey-600-color);border-radius:2px}.footer-lang__flag svg{display:block;width:100%;height:100%}.footer-lang__flag--globe{background:var(--fill-dark-color);color:var(--text-light-grey-color)}.footer-lang__flag--globe svg{width:14px;height:14px}.footer-lang__txt{display:flex;flex-direction:column;line-height:1.25;margin-right:auto}.footer-lang__txt strong{font-weight:500;font-size:14px;color:var(--white-color)}.footer-lang__txt span{font-size:13px;color:var(--text-light-grey-color)}.footer-lang__check{width:16px;height:16px;flex:0 0 auto;color:var(--white-color);opacity:0}.footer-lang__opt.is-current .footer-lang__check{opacity:1}.footer-lang__opt.is-current .footer-lang__txt span{color:#ffffffd9}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--z-index-modal);display:none;align-items:center}.modal.is-opened{display:flex}.modal .blur-overlay{--z-index-blur: -1;pointer-events:all;background:rgba(var(--black-color),.1)}.modal__inner{max-width:100%;margin:0 auto;border-radius:1px;overflow:hidden;position:relative;z-index:var(--z-index-modal)}.modal__close{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;position:absolute;top:16px;right:16px;width:24px;height:24px}.modal__close:disabled{cursor:default}.modal__close svg{display:block;width:100%;height:100%}.modal__close svg path{fill:var(--black-color)}@media (min-width: 1270px){.modal__close{top:20.5px;right:30px}}@media (min-width: 1750px){.modal__close{top:30px}}.modal__title{text-align:center}.modal__desc{font-size:14px;text-align:center;color:var(--text-grey-color)}@media (min-width: 1270px){.modal__desc{font-size:16px}}@media (min-width: 1750px){.modal__desc{font-size:18px}}.modal__btns{display:flex;flex-wrap:wrap;gap:15px;max-width:379px}.modal.is-success .modal__desc,.modal.is-success form{display:none}.modal.is-success .modal__success{display:block}.modal__success{display:none;font-size:14px;text-align:center;color:var(--text-grey-color)}.modal__success b{font-weight:500;display:block}.modal__success a{color:inherit;text-decoration:none;border-bottom:1px solid var(--black-color);transition:border-color .3s ease}.modal__success a:hover{border-color:transparent}@media (min-width: 1270px){.modal__success{font-size:16px}}.modal-form{display:flex;flex-direction:column;gap:15px}.modal-form__input{display:flex;flex-direction:column;gap:6px}.modal-form__input.error .modal-form__error{display:block}.modal-form__input.error .modal-form__label{color:var(--error-red-color)}.modal-form__input.error input{color:var(--error-red-color);border-color:var(--error-red-color)}.modal-form__input.error input::-moz-placeholder{color:var(--error-red-color)}.modal-form__input.error input::placeholder{color:var(--error-red-color)}.modal-form__input input{width:100%;height:54px;padding:16px;background-color:var(--white-color);border:1px solid var(--stroke-light-grey-color);border-radius:1px;transition:border-color .3s ease,color .3s ease;color:var(--black-color);font-family:inherit;font-size:16px;line-height:1.4}.modal-form__input input::-moz-placeholder{color:var(--text-grey-color)}.modal-form__input input::placeholder{color:var(--text-grey-color)}.modal-form__input input:hover,.modal-form__input input:focus{border-color:var(--accent-color)}.modal-form__input input:focus{outline:none}.modal-form__error{display:none;font-size:14px;font-weight:500;color:var(--error-red-color)}.modal-form__label{font-size:16px;line-height:1.4;color:var(--text-grey-color)}.modal-download .modal__inner{color:var(--black-color)}@media (min-width: 1270px){.modal-download .modal__inner{display:flex}}.modal-download__img{display:none}@media (min-width: 1270px){.modal-download__img{display:block;flex:0 0 auto;width:712px}.modal-download__img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1px 0 0 1px}}@media (min-width: 1750px){.modal-download__img{width:1000px}}.modal-download__main{padding:20px;display:flex;flex-direction:column;gap:30px;max-width:345px;width:100%;background:var(--white-color);border-radius:1px}@media (min-width: 1270px){.modal-download__main{padding:40px;max-width:478px;margin-left:-5px}}@media (min-width: 1750px){.modal-download__main{padding:60px;max-width:620px}}.modal-book.modal.is-success .modal-book__form-privacy{display:none}.modal-book.modal.is-success .modal__success{color:var(--white-color)}.modal-book .modal__inner{background-color:var(--white-color);padding:20px;max-width:345px;width:100%;display:flex;flex-direction:column;gap:20px}@media (min-width: 1270px){.modal-book .modal__inner{max-width:1222px;padding:60px;flex-direction:row;gap:40px}}@media (min-width: 1750px){.modal-book .modal__inner{max-width:1242px;gap:60px}}.modal-book .modal__close{top:10px;right:10px}@media (min-width: 1270px){.modal-book .modal__close{top:30px;right:30px}}.modal-book__main{display:flex;flex-direction:column;gap:20px}@media (min-width: 1270px){.modal-book__main{max-width:500px;gap:40px}}@media (min-width: 1750px){.modal-book__main{gap:60px}}.modal-book__main .modal__title{text-align:left;font-size:18px;font-weight:500}@media (min-width: 1270px){.modal-book__main .modal__title{font-size:32px}}.modal-book__main .modal__desc{text-align:left}.modal-book__main .modal__desc>p>strong{display:inline-block;margin-bottom:20px;font-size:18px;font-weight:500;color:var(--black-color)}@media (min-width: 1270px){.modal-book__main .modal__desc>p>strong{font-size:20px}}@media (min-width: 1750px){.modal-book__main .modal__desc>p>strong{font-size:24px}}.modal-book__main .modal__desc ul{font-size:12px;list-style:disc;padding-left:20px}@media (min-width: 1270px){.modal-book__main .modal__desc ul{font-size:16px}}.modal-book__form{background-color:var(--accent-color);background-image:url(../img/common/modal-book/looper-mob.svg);background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:1px;color:var(--white-color);padding:15px;display:flex;flex-direction:column;gap:10px}@media (min-width: 1270px){.modal-book__form{background-image:url(../img/common/modal-book/looper.svg);padding:30px;width:562px;flex:0 0 auto;gap:30px}}.modal-book__form-title{text-align:center;font-size:16px;font-weight:500}@media (min-width: 1270px){.modal-book__form-title{font-size:24px}}@media (min-width: 1750px){.modal-book__form-title{font-size:32px}}.modal-book__form-privacy{font-size:10px;font-weight:500;text-align:center;color:var(--text-light-grey-color)}.modal-book__form-privacy a{color:var(--white-color);text-decoration:underline}@media (min-width: 1270px){.modal-book__form-privacy{font-size:14px;max-width:350px;margin:0 auto}}.modal-book__form .modal-form{gap:8px}@media (min-width: 1270px){.modal-book__form .modal-form{gap:15px}}.modal-book__form .modal-form .modal-form__input.error input{color:var(--error-red-color);border-color:var(--error-red-color)}.modal-book__form .modal-form .modal-form__input.error input::-moz-placeholder{color:var(--error-red-color)}.modal-book__form .modal-form .modal-form__input.error input::placeholder{color:var(--error-red-color)}.modal-book__form .modal-form .modal-form__input input{height:44px;background:#ffffff03;border:1px solid var(--stroke-light-grey-color);backdrop-filter:blur(2.5px);font-size:12px;color:var(--white-color)}.modal-book__form .modal-form .modal-form__input input::-moz-placeholder{color:var(--text-light-grey-color)}.modal-book__form .modal-form .modal-form__input input::placeholder{color:var(--text-light-grey-color)}@media (min-width: 1270px){.modal-book__form .modal-form .modal-form__input input{height:54px;font-size:16px}}.modal-book__form .modal-form .btn-cta{margin-top:2px}@media (min-width: 1270px){.modal-book__form .modal-form .btn-cta{margin-top:15px;line-height:61px}}.modal-design-services .modal__inner{margin:121px 0 0;overflow-y:auto;height:100%;width:100%;padding:54px 15px 140px;background:var(--white-color);border-radius:8px 8px 0 0;position:relative}.modal-design-services .modal__inner:before{content:"";position:absolute;width:40px;height:4px;left:50%;top:8px;transform:translate(-50%);background:var(--stroke-light-grey-color);border-radius:100px}.modal-design-services .modal__inner:after{content:"";position:fixed;left:0;right:0;bottom:0;width:100%;height:87px;background:linear-gradient(0deg,var(--white-color) 16.35%,rgba(255,255,255,0) 100%)}@media (min-width: 1270px){.modal-design-services .modal__inner{overflow:hidden;margin:0 auto;max-width:1030px;max-height:641px;height:auto;padding:40px 0;display:flex;flex-direction:column;border-radius:8px}.modal-design-services .modal__inner:before,.modal-design-services .modal__inner:after{display:none}}@media (min-width: 1750px){.modal-design-services .modal__inner{max-width:1440px;max-height:919px;padding:60px 10px}}.modal-design-services .modal__close{top:40px;right:40px}.modal-design-services .modal__title{text-align:left;font-size:18px;font-weight:500}@media (min-width: 1270px){.modal-design-services .modal__title{font-size:24px}}@media (min-width: 1750px){.modal-design-services .modal__title{font-size:32px}}.modal-design-services .modal__desc{text-align:left}.modal-design-services__main{max-width:100%;display:flex;flex-direction:column;gap:40px}@media (min-width: 1270px){.modal-design-services__main{flex:1 1 auto;min-height:0;height:100%;flex-direction:row;flex-wrap:wrap;gap:40px 80px}}@media (min-width: 1750px){.modal-design-services__main{gap:60px 80px}}.modal-design-services__main-info{display:flex;flex-direction:column;gap:20px}@media (min-width: 1270px){.modal-design-services__main-info{padding-left:40px;max-width:423px;flex:0 0 auto;gap:20px}.modal-design-services__main-info .btn-main{width:182px}}@media (min-width: 1750px){.modal-design-services__main-info{padding-left:50px;max-width:645px;gap:30px}}.modal-design-services__how{margin:12px 0;display:flex;flex-direction:column;gap:20px}@media (min-width: 1270px){.modal-design-services__how{flex:0 0 auto;gap:20px;max-width:423px}}@media (min-width: 1750px){.modal-design-services__how{gap:30px;max-width:431px}}.modal-design-services__how-title{font-size:16px;font-weight:500}@media (min-width: 1270px){.modal-design-services__how-title{font-size:20px}}@media (min-width: 1750px){.modal-design-services__how-title{font-size:24px}}.modal-design-services__how-items{display:flex;flex-direction:column;gap:15px}.modal-design-services__how-items li{display:flex;align-items:flex-start;gap:8px;font-size:14px}.modal-design-services__how-items li:before{content:"";background:url(../img/icons/checkbox.svg) no-repeat center/contain;width:24px;height:24px;flex:0 0 auto;margin-top:-2px}@media (min-width: 1270px){.modal-design-services__how-items li{font-size:16px}}@media (min-width: 1750px){.modal-design-services__how-items li{font-size:18px}}.modal-design-services__products{overflow-y:hidden;overflow-x:auto;display:flex;gap:10px}@media (min-width: 1270px){.modal-design-services__products{--products-height-cap: 280px;flex:1 1 auto;min-height:0;width:100%;height:min(var(--products-height-cap),var(--products-height-available, var(--products-height-cap)));max-height:var(--products-height-cap);overflow:initial}}@media (min-width: 1750px){.modal-design-services__products{--products-height-cap: 445px}}.modal-design-services__products .mfs-marquee{width:100%;min-width:0;--mfs-marquee-dur: 40s}.modal-design-services__products .mfs-marquee,.modal-design-services__products .mfs-marquee__track,.modal-design-services__products .mfs-marquee__item{height:100%}.modal-design-services__products .mfs-marquee__item{margin-right:15px}.modal-design-services__product{border-radius:2px;overflow:hidden;position:relative;height:400px;flex:0 0 auto}@media (min-width: 1270px){.modal-design-services__product{height:100%;min-height:0;border-radius:4px}.modal-design-services__product:hover img{transform:scale(1.05)}}.modal-design-services__product img,.modal-design-services__product video{width:auto;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .5s ease}.modal-design-services__product-overlay{position:absolute;bottom:0;left:0;right:0;z-index:2;color:var(--white-color);padding:9px 8px}@media (min-width: 1270px){.modal-design-services__product-overlay{backdrop-filter:blur(2.5px);background:#00000080;padding:30px}}.modal-design-services__product-overlay-row{display:flex;justify-content:space-between;align-items:center}.modal-design-services__product-overlay-row:not(.modal-design-services__product-overlay-row_header){display:none}@media (min-width: 1270px){.modal-design-services__product-overlay-row{font-size:16px}.modal-design-services__product-overlay-row:not(.modal-design-services__product-overlay-row_header){display:flex}.modal-design-services__product-overlay-row:nth-child(2){margin-top:15px}.modal-design-services__product-overlay-row:nth-child(3){margin-top:4px}.modal-design-services__product-overlay-row span{color:var(--text-light-grey-color)}}.modal-design-services__product-overlay-title{font-weight:500;font-size:16px}@media (min-width: 1270px){.modal-design-services__product-overlay-title{font-size:32px}}@media (min-width: 1270px){.modal.modal-what-we-do{align-items:flex-start;overflow-y:auto;padding-top:60px;padding-bottom:60px}.modal.modal-what-we-do .modal__inner{max-width:1210px;margin:0 auto;max-height:none;overflow-y:visible;overflow-x:hidden;padding:60px;background-color:var(--fill-grey-color)}.modal.modal-what-we-do .modal-design-services__main{gap:60px}.modal.modal-what-we-do .modal-design-services__main-info{padding:0;max-width:568px;gap:30px}.modal.modal-what-we-do .modal-design-services__how{max-width:338px}}@media (min-width: 1750px){.modal.modal-what-we-do .modal__inner{max-width:1440px}.modal.modal-what-we-do .modal-design-services__main{gap:60px 80px}.modal.modal-what-we-do .modal-design-services__main-info{padding:0;max-width:645px}.modal.modal-what-we-do .modal-design-services__how{max-width:431px}}.modal-what-we-do__stats{width:100%}.modal-what-we-do__stats-desktop{display:none}@media (min-width: 1270px){.modal-what-we-do__stats-desktop{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}}@media (min-width: 1750px){.modal-what-we-do__stats-desktop{gap:30px}}@media (min-width: 1270px){.modal-what-we-do__stats-mobile{display:none}}.modal-what-we-do__stats-slider{--mfs-snap-gap: 15px}.modal-what-we-do__stats-slider .mfs-snap__dots{margin-top:15px;display:flex;gap:4px}.modal-what-we-do__stats-slider .mfs-snap__dot{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:5px;height:5px;flex:0 0 auto;border-radius:50px;background-color:var(--fill-grey-color);transition:background-color .3s ease,width .3s ease}.modal-what-we-do__stats-slider .mfs-snap__dot:disabled{cursor:default}.modal-what-we-do__stats-slider .mfs-snap__dot[aria-current]{background-color:var(--accent-color);width:24px}.modal-what-we-do__media{height:385px;width:100%}.modal-what-we-do__media>div{height:100%}.modal-what-we-do__media iframe,.modal-what-we-do__media img{display:block;width:100%;height:100%;border-radius:4px;-o-object-fit:cover;object-fit:cover}@media (min-width: 1270px){.modal-what-we-do__media{grid-column:span 2;height:300px}}@media (min-width: 1750px){.modal-what-we-do__media{height:385px}}.modal-what-we-do__number{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;height:385px;padding:30px;border-radius:4px;position:relative;overflow:visible}@media (min-width: 1270px){.modal-what-we-do__number{height:300px;gap:8px}}@media (min-width: 1750px){.modal-what-we-do__number{height:385px;gap:15px}}.modal-what-we-do__number.num-1{background:var(--accent-color);color:var(--white-color)}.modal-what-we-do__number.num-2{border:1px solid var(--stroke-light-grey-color);background-color:var(--white-color);--size: 20px}.modal-what-we-do__number.num-2:after{content:"";position:absolute;left:calc(-1 * var(--size) / 2);top:calc(-1 * var(--size) / 2);width:calc(100% + var(--size));height:calc(100% + var(--size));display:block;pointer-events:none;background:url(../img/icons/plus-accent.svg) no-repeat 0 0/var(--size),url(../img/icons/plus-accent.svg) no-repeat 100% 0/var(--size),url(../img/icons/plus-accent.svg) no-repeat 0 100%/var(--size),url(../img/icons/plus-accent.svg) no-repeat 100% 100%/var(--size)}.modal-what-we-do__number.num-2 .modal-what-we-do__number-title{color:var(--text-grey-color)}.modal-what-we-do__number.num-3{background-color:var(--fill-dark-color);color:var(--white-color)}.modal-what-we-do__number.num-3 .modal-what-we-do__number-title{color:var(--text-light-grey-color)}@media (min-width: 1270px){.modal-what-we-do__number.num-3{grid-column:span 2}}.modal-what-we-do__number-value{font-size:100px;font-weight:500;text-align:center}.modal-what-we-do__number-value span{color:var(--accent-color)}@media (min-width: 1270px){.modal-what-we-do__number-value{font-size:80px}}@media (min-width: 1750px){.modal-what-we-do__number-value{font-size:100px}}.modal-what-we-do__number-title{font-size:18px;text-align:center}@media (min-width: 1270px){.modal-what-we-do__number-title{font-size:16px}}@media (min-width: 1750px){.modal-what-we-do__number-title{font-size:18px}}.modal-book-calendar .modal__inner{background-color:var(--white-color);padding:20px;max-width:345px;width:100%;display:flex;flex-direction:column;gap:20px}@media (min-width: 1270px){.modal-book-calendar .modal__inner{max-width:900px;padding:40px;flex-direction:row;gap:40px}}.modal-book-calendar .modal__close{top:10px;right:10px}@media (min-width: 1270px){.modal-book-calendar .modal__close{top:20px;right:20px}}.bookcal__intro{display:flex;flex-direction:column;gap:16px}.bookcal__intro[hidden]{display:none}@media (min-width: 1270px){.bookcal__intro{max-width:320px;flex:0 0 auto}}.bookcal__intro .modal__title{text-align:left;font-size:18px;font-weight:500}@media (min-width: 1270px){.bookcal__intro .modal__title{font-size:26px}}.bookcal__intro-lead{font-size:13px;line-height:1.5;color:var(--text-grey-color)}.bookcal__intro-list{list-style:none;display:flex;flex-direction:column;gap:8px;font-size:13px;color:var(--black-color)}.bookcal__intro-list li{position:relative;padding-left:22px}.bookcal__intro-list li:before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;background:var(--accent-color)}.bookcal__intro-note{font-size:12px;font-weight:500;color:var(--accent-color);margin-top:4px}.bookcal__panel{background-color:var(--accent-color);color:var(--white-color);border-radius:1px;padding:16px;flex:1}@media (min-width: 1270px){.bookcal__panel{padding:28px}}.bookcal__heading{font-size:16px;font-weight:500;margin-bottom:14px}@media (min-width: 1270px){.bookcal__heading{font-size:20px}}.bookcal__cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.bookcal__month{font-size:14px;font-weight:500}.bookcal__nav{width:28px;height:28px;background:#ffffff1f;border:1px solid rgba(255,255,255,.3);border-radius:1px;color:var(--white-color);font-size:16px;line-height:1;cursor:pointer}.bookcal__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;text-align:center;font-size:11px;color:#fff9;margin-bottom:4px}.bookcal__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.bookcal__day{height:34px;border:1px solid rgba(255,255,255,.22);border-radius:1px;background:transparent;color:var(--white-color);font-size:13px;cursor:pointer;transition:background .2s ease,color .2s ease}.bookcal__day:hover{background:#ffffff24}.bookcal__day.is-selected{background:var(--white-color);color:var(--accent-color)}.bookcal__day.is-disabled{border-color:transparent;color:#ffffff47;cursor:default;pointer-events:none}.bookcal__slots-wrap{margin-top:16px}.bookcal__slots-label{font-size:12px;color:#ffffffb3;margin-bottom:8px}.bookcal__slots{display:flex;flex-wrap:wrap;gap:6px}.bookcal__slot{background:#ffffff0f;border:1px solid rgba(255,255,255,.35);border-radius:1px;color:var(--white-color);padding:8px 12px;font-size:13px;cursor:pointer}.bookcal__slot.is-selected{background:var(--white-color);color:var(--accent-color)}.bookcal__slot.is-disabled,.bookcal__slot:disabled{background:transparent;border-color:transparent;color:#ffffff47;cursor:default;pointer-events:none;text-decoration:line-through}.bookcal__tzrow{display:flex;align-items:center;gap:6px;margin-top:16px}.bookcal__tz-ico{font-style:normal;font-size:14px;opacity:.8}.bookcal__tz{flex:1;height:34px;background:#ffffff0f;border:1px solid rgba(255,255,255,.3);border-radius:1px;color:var(--white-color);font-size:12px;padding:0 8px}.bookcal__tz option{color:var(--black-color)}.bookcal__actions{margin-top:18px;display:flex;justify-content:flex-end}.bookcal__continue,.bookcal__confirm{line-height:44px}.bookcal__continue:disabled,.bookcal__confirm:disabled{opacity:.45;cursor:default}.bookcal__summary{background:#ffffff1a;border:1px solid rgba(255,255,255,.25);border-radius:1px;padding:10px 12px;font-size:13px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.bookcal__change{color:var(--white-color);font-size:12px;text-decoration:underline;flex:0 0 auto}.bookcal__form{display:flex;flex-direction:column;gap:8px}.bookcal__field input{width:100%;height:44px;box-sizing:border-box;padding:0 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.35);border-radius:1px;color:var(--white-color);font-size:14px}.bookcal__field input::-moz-placeholder{color:#ffffffb3}.bookcal__field input::placeholder{color:#ffffffb3}.bookcal__confirm{width:100%;margin-top:6px}.bookcal__error{font-size:12px;color:#ffd2d2;text-align:center;margin-top:8px;min-height:14px}.bookcal__privacy{font-size:10px;color:#ffffff8c;text-align:center;margin-top:8px}.bookcal__privacy a{color:var(--white-color);text-decoration:underline}.bookcal__step--done{text-align:center;padding-top:20px}.bookcal__check{width:54px;height:54px;border-radius:50%;background:var(--white-color);color:var(--accent-color);font-size:28px;line-height:54px;margin:0 auto 16px}.bookcal__done-text{font-size:14px;margin-bottom:6px}.bookcal__done-sub{font-size:12px;color:#fff9}.modal-form__reassure{margin-top:10px;font-size:13px;line-height:1.4;color:var(--text-grey-color)}.modal-book .modal-form__reassure{color:var(--text-light-grey-color)}.custom-select-wrapper{position:relative}.custom-select-selected{cursor:pointer;padding-right:24px;position:relative;color:var(--accent-color)}.custom-select-selected:after{content:"";width:24px;height:24px;display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);background:url(../img/icons/arrow-down-menu-black.svg) no-repeat center/cover;transition:all .25s}.custom-select-selected.active:after{transform:rotate(180deg) translateY(50%)}.custom-select-dropdown{position:absolute;top:100%;right:0;margin-top:5px;padding:16px;background:var(--white-color);border:1px solid #ddd;border-radius:4px;max-height:200px;overflow-y:auto;display:none;z-index:var(--z-index-modal);min-width:130px;text-align:start;flex-direction:column;gap:8px}.custom-select-dropdown.show{display:flex}.custom-select-option{color:var(--text-grey-color);cursor:pointer}.custom-select-option.active{color:var(--black-color);border-bottom:1px solid var(--accent-color);padding-bottom:10px}.socials{display:flex;justify-content:center;align-items:center;gap:8px}.socials a{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;transition:background-color .3s ease}.socials a svg path{transition:fill .3s ease}@media (hover: hover){.socials a:hover{background-color:var(--accent-color)}.socials a:hover svg path{fill:var(--white-color)}}@media (min-width: 1270px){.socials a:active{background-color:var(--accent-dark-color)}.socials a:active svg path{fill:var(--white-color)}}.mfs-marquee{overflow:hidden}.mfs-marquee__track{display:flex;align-items:center;width:-moz-max-content;width:max-content;margin:0;padding:0;list-style:none;animation:mfs-marquee-x var(--mfs-marquee-dur, 45s) linear infinite;will-change:transform}.mfs-marquee__item{flex:0 0 auto}.mfs-marquee--reverse .mfs-marquee__track{animation-direction:reverse}.mfs-marquee:hover .mfs-marquee__track{animation-play-state:paused}@keyframes mfs-marquee-x{to{transform:translate(-50%)}}@keyframes mfs-marquee-y{to{transform:translateY(-50%)}}@media (prefers-reduced-motion: reduce){.mfs-marquee__track{animation:none}}.mfs-snap{position:relative}.mfs-snap__track{display:flex;gap:var(--mfs-snap-gap, 20px);margin:0;padding:0;list-style:none;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.mfs-snap__track::-webkit-scrollbar{display:none}.mfs-snap__item{flex:0 0 auto;width:100%;scroll-snap-align:start}.mfs-snap__arrow[disabled]{opacity:.4;pointer-events:none}@media (prefers-reduced-motion: reduce){.mfs-snap__track{scroll-behavior:auto}}.case-item{padding-bottom:20px;border-bottom:1px solid var(--stroke-light-grey-color)}.case-item:hover .case-item__hover{opacity:1}@media (min-width: 1270px){.case-item{padding-bottom:30px}}.case-item.--blog .case-item__img,.case-item.--related .case-item__img,.case-item.--hero-blog .case-item__img,.case-item.--trending .case-item__img{overflow:hidden}.case-item.--blog .case-item__img img,.case-item.--related .case-item__img img,.case-item.--hero-blog .case-item__img img,.case-item.--trending .case-item__img img{transition:all .5s ease}.case-item.--blog .case-item__title span,.case-item.--related .case-item__title span,.case-item.--hero-blog .case-item__title span,.case-item.--trending .case-item__title span{transition:background-size .5s ease;width:calc(100% + 1px);padding-bottom:2px;background-image:linear-gradient(transparent calc(100% - 1px),var(--black-color) 1px);background-repeat:no-repeat;background-size:0% 100%}@media (hover: hover){.case-item.--blog:hover .case-item__img img,.case-item.--related:hover .case-item__img img,.case-item.--hero-blog:hover .case-item__img img,.case-item.--trending:hover .case-item__img img{transform:scale(1.05)}.case-item.--blog:hover .case-item__title span,.case-item.--related:hover .case-item__title span,.case-item.--hero-blog:hover .case-item__title span,.case-item.--trending:hover .case-item__title span{background-size:100% 100%}}.case-item__link{display:flex;flex-direction:column;gap:20px;height:100%}@media (min-width: 1750px){.case-item__link{gap:30px}}.case-item__img{width:100%;height:187px;display:block;position:relative}.case-item__img>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (min-width: 1270px){.case-item__img{height:213.2px}}@media (min-width: 1750px){.case-item__img{height:300px}}.case-item__hover{position:absolute;left:0;top:0;width:100%;height:100%;background:#00000080;backdrop-filter:blur(2.5px);opacity:0;transition:opacity .3s ease;padding:16px;display:flex;align-items:flex-end;color:var(--white-color);font-size:18px;font-weight:500}@media (min-width: 1270px){.case-item__hover{font-size:20px}}@media (min-width: 1750px){.case-item__hover{font-size:24px}}.case-item__info{display:flex;flex-direction:column;gap:15px;flex-grow:1}.case-item__tags{display:flex;gap:10px;flex-wrap:wrap}.case-item__tag{padding:8px 16px;border-radius:100px;color:var(--purple-color-dark);background-color:var(--purple-color);font-size:10px;text-transform:uppercase;white-space:nowrap}.case-item__date{font-size:14px;color:#585858}@media (min-width: 1750px){.case-item__date{font-size:16px}}.case-item__title{font-size:24px}.case-item__title em{background-color:var(--accent-color);color:var(--white-color);font-style:normal}@media (min-width: 1750px){.case-item__title{font-size:32px}}.case-item__excerpt{font-size:16px;color:var(--text-grey-color)}.case-item__footer{display:flex;align-items:end;gap:12px;margin-top:auto}.case-item__arrow{color:var(--accent-color);font-weight:500;font-size:14px;white-space:nowrap;margin-left:auto;display:inline-flex;align-items:center;gap:5px;margin-top:auto}.case-item__arrow svg{width:100%;height:100%}.sticky-cta{display:none}@media (min-width: 1270px){.sticky-cta{position:fixed;z-index:var(--z-index-sticky-cta);right:calc(50% - var(--container-small) / 2);bottom:80px;width:225px;padding:10px;display:grid;grid-template-columns:1fr;gap:8px;border:1px solid var(--stroke-light-grey-color);border-radius:1px;background:#0006;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:mfs-sticky-cta-in .4s ease both}}@media (min-width: 1750px){.sticky-cta{bottom:100px}}.sticky-cta.is-suppressed{display:none}.sticky-cta__media{position:relative;overflow:hidden;border-radius:1px;line-height:0}.sticky-cta__media>div{position:relative;width:100%}.sticky-cta__media iframe{display:block;width:100%;height:100%;border:0}.sticky-cta__media>iframe,.sticky-cta__media>video,.sticky-cta__media>img{position:static;width:100%;height:auto;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.sticky-cta__btn.btn-main{padding:8px 15px;line-height:24px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}.sticky-cta__btn.btn-main svg{flex:0 0 auto;width:16px;height:16px}.sticky-cta__close{position:absolute;top:6px;right:6px;z-index:2;width:22px;height:22px;padding:0;display:flex;align-items:center;justify-content:center;color:var(--white-color);background:#0000008c;border:0;border-radius:1px;cursor:pointer;backdrop-filter:blur(2px);transition:background .2s ease}.sticky-cta__close:hover{background:#000000d9}.sticky-cta__close svg{display:block;width:10px;height:10px}.sticky-cta.is-media-hidden .sticky-cta__media{display:none}@keyframes mfs-sticky-cta-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mfs-video{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;background:var(--black-color, var(--black-color));border-radius:1px}.mfs-video video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background:var(--black-color, var(--black-color))}.mfs-video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:64px;height:64px;padding:0 0 0 4px;color:var(--white-color);cursor:pointer;background:#0000008c;border:1px solid rgba(255,255,255,.85);border-radius:999px;transition:background .2s ease,transform .2s ease}.mfs-video__play:hover{background:var(--accent-color, var(--accent-color));transform:translate(-50%,-50%) scale(1.06)}.mfs-video.is-playing .mfs-video__play{display:none}.mfs-video--hover{cursor:pointer}.mfs-video--hover.is-idle video{filter:brightness(.82)}.mfs-video--hover video{transition:filter .3s ease}.mfs-video__quality{position:absolute;right:6px;bottom:84px;z-index:3}.mfs-video__gear{display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;color:var(--white-color);cursor:pointer;background:#0000008c;border:1px solid rgba(255,255,255,.25);border-radius:1px;transition:background .2s ease}.mfs-video__gear:hover{background:#000c}.mfs-video__gear svg{display:block}.mfs-video__menu{position:absolute;bottom:calc(100% + 6px);right:0;min-width:104px;max-height:240px;overflow-y:auto;padding:4px;background:#111111f5;border:1px solid rgba(255,255,255,.14);border-radius:1px;display:none}.mfs-video__menu.is-open{display:block}.mfs-video__menu-item{display:block;width:100%;padding:7px 12px;font-size:13px;line-height:1;text-align:left;color:var(--white-color);cursor:pointer;background:transparent;border:0;border-radius:1px;white-space:nowrap}.mfs-video__menu-item:hover{background:#ffffff1f}.mfs-video__menu-item.is-active{color:var(--accent-color, var(--accent-color));font-weight:600;background:#ffffff0f}.showreel__video,.solution-intro__media,.sticky-cta__media{position:relative}.sticky-cta__media:has(>.js-mfs-video),.solution-intro__media:has(>.js-mfs-video){aspect-ratio:16/9;height:auto}body :where(.editor-styles-wrapper){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:16px!important;font-weight:400;line-height:1.4!important}.editor-styles-wrapper .modal{display:none}.editor-styles-wrapper .js-reveal{opacity:1}.editor-styles-wrapper .hero,.editor-styles-wrapper .hero-block{overflow:hidden}.editor-styles-wrapper h1{margin-bottom:50px}.editor-styles-wrapper h2{margin-top:60px;margin-bottom:15px}.editor-styles-wrapper h3,.editor-styles-wrapper h4,.editor-styles-wrapper h5,.editor-styles-wrapper h6{margin-top:50px;margin-bottom:15px}.editor-styles-wrapper .rich-text a{color:var(--accent-color);text-decoration:underline}.editor-styles-wrapper img,.editor-styles-wrapper video{margin:40px 0}.editor-styles-wrapper .blur-up{filter:none}.editor-styles-wrapper .blur-overlay{backdrop-filter:none}blockquote{font-size:18px;font-weight:500;text-align:end;position:relative;max-width:-moz-max-content;max-width:max-content;padding:32px 0 0 32px;margin:0 auto 40px}@media (min-width: 1270px){blockquote{font-size:20px;max-width:none}}@media (min-width: 1750px){blockquote{font-size:24px}}blockquote:before{content:"";position:absolute;width:32px;height:32px;background:url(../img/icons/blockquote.svg) no-repeat center/cover;left:0;top:0}blockquote .author{text-align:start;margin-top:10px}@media (min-width: 1270px){blockquote .author{margin-top:20px}}blockquote .author__avatar{width:48px;height:48px}@media (min-width: 1750px){blockquote .author__avatar{width:52px;height:52px}}figure{margin:0}figure img{max-height:100dvh;display:block;-o-object-fit:cover;object-fit:cover;margin-left:auto;margin-right:auto}figure figcaption{font-size:14px;font-weight:500;color:var(--text-grey-color);padding-top:15px;margin:0!important;text-align:center}.not-found{display:none;flex-direction:column;align-items:center;gap:15px;max-width:500px;margin:0 auto;padding:60px 0;text-align:center}.not-found__text{font-size:14px;color:var(--text-grey-color)}@media (min-width: 1270px){.not-found__text{font-size:16px}}@media (min-width: 1750px){.not-found__text{font-size:18px}}.not-found.is-active{display:flex}.not-found button{width:180px}.js-articles-category-toggle{position:relative;display:flex;align-items:center;gap:4px}.js-articles-category-toggle:before{content:"";width:24px;height:24px;background:url(../img/icons/category-filter.svg) no-repeat center/cover}.js-articles-category-toggle.is-active:before{background:url(../img/icons/close.svg) no-repeat center/cover}.js-articles-category-toggle:hover,.js-articles-category-toggle.is-active{color:var(--accent-color)}.js-articles-category-toggle:hover:before,.js-articles-category-toggle.is-active:before{filter:brightness(0) saturate(100%) invert(28%) sepia(57%) saturate(1423%) hue-rotate(208deg) brightness(85%) contrast(112%)}.js-articles-search{position:relative;display:flex;gap:5px;border-radius:999px;border:1px solid var(--stroke-light-grey-color);cursor:pointer;overflow:hidden;max-width:46px;transition:all .3s ease}.js-articles-search.is-active{max-width:400px;background-color:var(--fill-grey-color)}.js-articles-search.is-active .svg-icon.js-articles-search-reset{opacity:1}.js-articles-search-reset{padding:0 10px 0 0}.js-articles-search .svg-icon{padding:10px}.js-articles-search .svg-icon.js-articles-search-reset{opacity:0}.js-articles-search input{border:none;outline:none;padding:0;background-color:transparent;width:100%}.js-articles-search input::-webkit-search-decoration,.js-articles-search input::-webkit-search-cancel-button,.js-articles-search input::-webkit-search-results-button,.js-articles-search input::-webkit-search-results-decoration{display:none}.video-player,.wp-video .mejs-container{position:relative;width:100%;max-width:800px;margin-left:auto;margin-right:auto;aspect-ratio:16/9;background-color:var(--black-color);border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.video-player__poster:before,.video-player .mejs-poster:before,.wp-video .mejs-container__poster:before,.wp-video .mejs-container .mejs-poster:before{content:"";position:absolute;inset:0;background-color:#0003;backdrop-filter:blur(1px)}@media (hover: hover){.video-player .mejs-overlay:hover .mejs-overlay-button,.wp-video .mejs-container .mejs-overlay:hover .mejs-overlay-button{background-image:url(../img/icons/play-hover.svg);background-position:center}}.video-player__play-large,.video-player .mejs-overlay-button,.wp-video .mejs-container__play-large,.wp-video .mejs-container .mejs-overlay-button{width:52px;height:52px;background-image:url(../img/icons/play.svg);background-size:contain;background-repeat:no-repeat;background-position:center;transition:all .3s ease}@media (min-width: 1750px){.video-player__play-large,.video-player .mejs-overlay-button,.wp-video .mejs-container__play-large,.wp-video .mejs-container .mejs-overlay-button{width:70px;height:70px}}.video-player__controls,.video-player .mejs-controls,.wp-video .mejs-container__controls,.wp-video .mejs-container .mejs-controls{width:calc(100% - 40px);background-color:#fff3;backdrop-filter:blur(1px);border-radius:8px;bottom:20px;left:20px;right:20px;z-index:10}.video-player__controls .mejs-play button,.video-player .mejs-controls .mejs-play button,.wp-video .mejs-container__controls .mejs-play button,.wp-video .mejs-container .mejs-controls .mejs-play button{background:url(../img/icons/play-white.svg) no-repeat center/contain}.video-player__controls .mejs-volume-button>button,.video-player .mejs-controls .mejs-volume-button>button,.wp-video .mejs-container__controls .mejs-volume-button>button,.wp-video .mejs-container .mejs-controls .mejs-volume-button>button{background:url(../img/icons/volume.svg) no-repeat center/contain}.video-player__controls .mejs-fullscreen-button>button,.video-player .mejs-controls .mejs-fullscreen-button>button,.wp-video .mejs-container__controls .mejs-fullscreen-button>button,.wp-video .mejs-container .mejs-controls .mejs-fullscreen-button>button{background:url(../img/icons/maximize.svg) no-repeat center/contain}.video-player__time,.video-player .mejs-time,.wp-video .mejs-container__time,.wp-video .mejs-container .mejs-time{font-size:18px}.video-player__timeline,.video-player .mejs-time-total,.wp-video .mejs-container__timeline,.wp-video .mejs-container .mejs-time-total{height:8px;margin-top:7px;background-color:#ffffff80;border-radius:18px}.video-player__timeline .mejs-time-handle-content,.video-player .mejs-time-total .mejs-time-handle-content,.wp-video .mejs-container__timeline .mejs-time-handle-content,.wp-video .mejs-container .mejs-time-total .mejs-time-handle-content{border-radius:50%}.video-player__progress,.wp-video .mejs-container__progress{position:absolute;left:0;top:0;height:100%;background-color:#fff;border-radius:18px}.js-sidebar-toggle{display:flex;align-items:center;justify-content:center;gap:4px;background-color:var(--accent-color);color:var(--white-color);padding:10px}@media (min-width: 1270px){.js-sidebar-toggle{display:none}}.js-sidebar-toggle:after{content:"";width:24px;height:24px;background-image:url(/wp-content/themes/maverickframe/img/icons/arrow-down-menu.svg);background-size:contain;background-repeat:no-repeat;background-position:center}@media (max-width: 1269px){.js-sidebar-toggle,.js-sidebar{position:fixed;top:auto;bottom:15px;left:50%;transform:translate(-50%);transition:all .5s ease-in-out;z-index:var(--z-index-header)}.js-sidebar{max-height:0;bottom:-60px}.js-sidebar.opened{max-height:100%;bottom:0}.js-sidebar.opened .toc__title:after{transform:rotate(180deg)}}.legal-page{margin-top:var(--header-height);padding:32px 0 80px;background-color:var(--white-color);color:var(--text-middle-grey-color)}@media (min-width: 1270px){.legal-page{padding:48px 0 120px}}.legal__breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;color:var(--text-grey-color)}.legal__breadcrumbs a{color:var(--text-grey-color);text-decoration:none}.legal__breadcrumbs a:hover{color:var(--accent-color)}.legal__breadcrumbs-sep{color:var(--stroke-light-grey-color)}.legal__breadcrumbs-current{color:var(--text-middle-grey-color)}.legal__head{max-width:820px;margin-top:24px}@media (min-width: 1270px){.legal__head{margin-top:40px}}.legal__title{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;font-size:34px;line-height:1.15;letter-spacing:-.01em;color:var(--black-color)}@media (min-width: 1270px){.legal__title{font-size:52px}}.legal__updated{margin:16px 0 0;font-size:14px;color:var(--text-grey-color)}.legal__content{max-width:820px;margin-top:36px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:17px;line-height:1.7;color:var(--text-middle-grey-color)}@media (min-width: 1270px){.legal__content{margin-top:48px}}.legal__content p{margin:0 0 18px}.legal__content h2{margin:48px 0 16px;font-weight:500;font-size:26px;line-height:1.25;color:var(--black-color)}@media (min-width: 1270px){.legal__content h2{font-size:30px}}.legal__content h3{margin:34px 0 12px;font-weight:500;font-size:20px;line-height:1.3;color:var(--black-color)}@media (min-width: 1270px){.legal__content h3{font-size:22px}}.legal__content ul,.legal__content ol{margin:0 0 18px;padding-left:22px}.legal__content ul li,.legal__content ol li{margin-bottom:8px}.legal__content ul li{list-style:disc}.legal__content ol li{list-style:decimal}.legal__content a{color:var(--accent-color);text-decoration:underline;text-underline-offset:2px}.legal__content a:hover{color:var(--accent-hover-color)}.legal__content strong{font-weight:500;color:var(--black-color)}.legal__content hr{margin:40px 0;border:none;border-top:1px solid var(--line)}.legal__content .wp-block-table,.legal__content table{width:100%;margin:0 0 24px}.legal__content table{border-collapse:collapse;font-size:15px}.legal__content table td,.legal__content table th{padding:12px 14px;border:1px solid var(--line);text-align:left;vertical-align:top}.legal__content table tbody tr:first-child td{font-weight:500;background-color:var(--alt);color:var(--black-color)}
