:root{--font-size-base:1.8rem;--font-size-hero:10rem;--font-size-h1:5rem;--font-size-h2:3rem;--font-size-h3:2.4rem;--font-size-h4:2rem;--font-size-h5:1.8rem;--font-size-h6:1.4rem;--font-primary:"almoni dl aaa",serif;--font-secondary:semicomeback,serif;--font-tertiary:ubuntu,sans-serif;--color-black:#000;--color-white:#fff;--color-white-1:#f9f9f9;--color-white-2:#fafafa;--color-dark:#1f2232;--color-dark-33:#333;--color-primary:#416feb;--color-blue-1:#0b2072;--color-blue-2:#2756d6;--color-blue-3:#0d4ddc;--color-blue-3-rgb:13 77 220;--color-blue-4:#b3d6fe;--color-blue-5:#416feb;--color-blue-6:#416feb;--color-blue-7:#306df4;--color-blue-8:#c1ccfb;--color-red:#e44446;--color-gray:#e0e0e0;--color-gray-1:#7b7b7b;--color-gray-2:#939393;--color-gray-header:#e1e1e1;--color-secondary:#ece6f2;--color-tertiary:#ece6f2;--color-background-gray:#e4f1fc;--color-transparent-blue-3:rgba(#0d4ddc/.9);--color-error:#cc2e2e;--color-success:#21aa14;--color-warning:#cc752e;--color-focus-outline:#7b46e1;--color-body:var(--color-dark);--font-family:var(--font-primary);--font-size-body:var(--font-size-base);--font-weight-body:400;--line-height-body:1.4;--trs:.25s;--bezier:cubic-bezier(.17,.67,.83,.67);--grid-gap:2rem}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{--bs-gutter-x:4rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1136px}}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:#fff;--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:1px;--bs-modal-border-radius:0.5rem;--bs-modal-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-modal-inner-border-radius:calc(0.5rem - 1px);--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:1px;--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:1px;display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:var(--bs-modal-zindex)}.modal-dialog{margin:var(--bs-modal-margin);pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{background-clip:padding-box;background-color:var(--bs-modal-bg);border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);color:var(--bs-modal-color);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;background-color:var(--bs-backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--bs-backdrop-zindex)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{align-items:center;border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius);display:flex;flex-shrink:0;justify-content:space-between;padding:var(--bs-modal-header-padding)}.modal-header .btn-close{margin:calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)}.modal-title{line-height:var(--bs-modal-title-line-height);margin-bottom:0}.modal-body{flex:1 1 auto;padding:var(--bs-modal-padding);position:relative}.modal-footer{align-items:center;background-color:var(--bs-modal-footer-bg);border-bottom-left-radius:var(--bs-modal-inner-border-radius);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:0 0.5rem 1rem #00000026}.modal-dialog{margin-left:auto;margin-right:auto;max-width:var(--bs-modal-width)}.modal-sm{--bs-modal-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media(min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width:575.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width:767.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width:991.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media(prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:a 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}.c-btn,.c-form-primary__foot [type=submit],button{align-items:center;background-color:#0000;border:1px solid #0000;color:currentColor;cursor:pointer;display:inline-flex;font-family:var(--font-primary);font-weight:400;justify-content:center;text-decoration:none;transition-duration:var(--trs);transition-property:opacity,color,background-color;transition-timing-function:var(--bezier)}*,:after,:before{background-repeat:no-repeat;box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}:where(:root){-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;text-size-adjust:100%;cursor:default;line-height:1.5;overflow-wrap:break-word;tab-size:4}:where(body){margin:0}:where(hr){color:inherit;height:0}:where(nav) :where(ol,ul){list-style-type:none;padding:0}:where(pre){font-family:monospace,monospace;font-size:1em;overflow:auto}:where(svg:not([fill])){fill:currentColor}:where(button,[type=button i],[type=reset i],[type=submit i]){-webkit-appearance:button;appearance:button}:where(textarea){margin:0;resize:vertical}:where([type=search i]){-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}:where(details>summary:first-of-type){display:list-item}:where([aria-busy=true i]){cursor:progress}:where([aria-disabled=true i],[disabled]){cursor:not-allowed}:where([aria-hidden=false i][hidden]){display:initial}:where([aria-hidden=false i][hidden]:not(:focus)){clip:rect(0,0,0,0);position:absolute}.hidden{display:none!important}@media(max-width:991.98px){.d-show-on-desktop{display:none!important}}@media(min-width:992px){.d-show-on-mobile{display:none!important}}*{margin:0;padding:0}img{box-sizing:initial;height:auto;max-width:100%}:root{font-size:62.5%}html{scroll-behavior:smooth}.acf-block-preview .block,.is-root-container,body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--color-body);font-family:var(--font-family);font-size:var(--font-size-body);font-weight:var(--font-weight-body);line-height:var(--line-height-body);text-rendering:geometricPrecision}strong{font-weight:700}@font-face{font-display:swap;font-family:SemiComeback;font-style:normal;font-weight:500;src:url(../../fonts/SemiComeback-Medium.woff2) format("woff2"),url(../../fonts/SemiComeback-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:SemiComeback;font-style:normal;font-weight:700;src:url(../../fonts/SemiComeback-Bold.woff2) format("woff2"),url(../../fonts/SemiComeback-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:SemiComeback;font-style:normal;font-weight:900;src:url(../../fonts/SemiComeback-Black.woff2) format("woff2"),url(../../fonts/SemiComeback-Black.woff) format("woff")}@font-face{font-display:swap;font-family:SemiComeback;font-style:normal;font-weight:400;src:url(../../fonts/SemiComeback-Regular.woff2) format("woff2"),url(../../fonts/SemiComeback-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Almoni DL AAA;font-style:normal;font-weight:700;src:url(../../fonts/almoni-bold-aaa.woff2) format("woff2"),url(../../fonts/almoni-bold-aaa.woff) format("woff")}@font-face{font-display:swap;font-family:Almoni DL AAA;font-style:normal;font-weight:400;src:url(../../fonts/almoni-regular-aaa.woff2) format("woff2"),url(../../fonts/almoni-regular-aaa.woff) format("woff")}@font-face{font-display:swap;font-family:Ubuntu;font-style:normal;font-weight:400;src:url(../../fonts/Ubuntu-Regular.woff2) format("woff2"),url(../../fonts/Ubuntu-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Ubuntu;font-style:normal;font-weight:700;src:url(../../fonts/Ubuntu-Bold.woff2) format("woff2"),url(../../fonts/Ubuntu-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:Ubuntu;font-style:normal;font-weight:300;src:url(../../fonts/Ubuntu-Light.woff2) format("woff2"),url(../../fonts/Ubuntu-Light.woff) format("woff")}@font-face{font-display:swap;font-family:Ubuntu;font-style:normal;font-weight:500;src:url(../../fonts/Ubuntu-Medium.woff2) format("woff2"),url(../../fonts/Ubuntu-Medium.woff) format("woff")}.wrapper{display:flex;flex-direction:column;min-height:100vh}.wrapper__body{flex:1 0 100%;padding-top:var(--header-height,0)}.edit-link{background-color:var(--color-primary);border-radius:50%;bottom:20px;color:var(--color-white);font-size:2rem;font-weight:700;height:80px;left:20px;position:fixed;text-transform:uppercase;transition-duration:var(--trs);transition-property:color,background-color;transition-timing-function:var(--bezier);width:80px;z-index:999}.edit-link:focus,.edit-link:hover{background-color:var(--color-white);color:var(--color-primary)}.edit-link a{align-items:center;color:currentColor;display:flex;height:100%;justify-content:center;text-decoration:none;width:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-secondary)}.h1,h1{font-size:var(--font-size-h1)}.h1,.h2,h1,h2{font-weight:500;letter-spacing:-.01em;line-height:1.12}.h2,h2{font-size:var(--font-size-h2)}.h3,h3{font-size:var(--font-size-h3);font-weight:500;letter-spacing:-.01em;line-height:1.3333333333}@media(max-width:991.98px){.h3,h3{font-size:2.5rem;letter-spacing:-.025em;line-height:1.68}}.h4,h4{font-size:var(--font-size-h4)}.h4,.h5,h4,h5{font-weight:500;letter-spacing:-.01em}.h5,h5{font-size:var(--font-size-h5)}.h6,h6{font-size:var(--font-size-h6);font-weight:500;letter-spacing:-.01em}html:not([dir=rtl]) h1,html:not([dir=rtl]) h2,html:not([dir=rtl]) h3,html:not([dir=rtl]) h4,html:not([dir=rtl]) h5,html:not([dir=rtl]) h6{font-family:var(--font-tertiary)}@media(min-width:768px){.container--sm{max-width:690px}}.c-title span,h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{font-family:var(--font-tertiary)}.c-text{display:block}.c-text :where(a:not(.c-btn)){color:var(--color-primary)}.c-text :where(a:not(.c-btn)):hover{text-decoration:none}.c-text p:not(:last-child){margin-bottom:16px}.c-text ol,.c-text ul{margin-bottom:16px;padding-inline-start:20px}.c-text--large{font-size:2.6rem;line-height:1.0769230769}@media(min-width:992px){.c-text--large{font-size:3rem;line-height:1.2}}.c-text--small{font-size:1.8rem;line-height:1.2222222222}@media(min-width:992px){.c-text--small{line-height:1.3333333333}}.wp-block-columns{gap:20px}.cols{--gap-y:30px;display:grid;grid-template-columns:1fr}@media(min-width:992px){.cols--size-1{gap:var(--gap-y);grid-template-columns:repeat(2,minmax(0,1fr))}.cols--size-2{gap:var(--gap-y) 77px;grid-template-columns:minmax(0,481px) minmax(0,538px)}}.d-clicker{cursor:pointer}.header{background-color:var(--color-white);border-bottom:1px solid var(--color-gray-header);color:var(--color-dark-33);left:0;padding-block:31px;position:fixed;right:0;top:0;transition-duration:var(--trs);transition-property:background,top,padding;transition-timing-function:var(--bezier);z-index:90}@media(min-width:992px){.header{padding-block:25px}}.header .c-logo{flex:0 0 var(--header-logo-width,102px);margin-top:calc(var(--header-logo-width, 102px)*-.1 + 5px)}@media(min-width:992px){.header .c-logo{margin-inline-end:50px}}@media(min-width:1200px){.header .c-logo{margin-inline-end:113px}}.header .c-logo .c-media,.header .c-logo .c-media__element,.header .c-logo .c-media__image,.header .c-logo__text{width:100%}.header .c-btn-nav{color:var(--color-blue-3)}@media(min-width:992px){.header__container{position:relative}}@media(min-width:1400px){.header__container{max-width:calc(1320px + 4rem)}}.header__body,.header__menu{display:flex;justify-content:space-between}@media(min-width:992px){.header__body,.header__menu{align-items:center}}@media(max-width:991.98px){.header__body{align-items:center;flex-direction:row-reverse}}.header__menu{flex:1 1 auto}@media(max-width:991.98px){.header__menu{background-color:var(--color-white);height:calc(100dvh - var(--header-height));left:0;opacity:0;overflow:auto;position:absolute;right:0;top:100%;transition-duration:var(--trs);transition-property:opacity,visibility;transition-timing-function:var(--bezier);visibility:hidden}}@media(min-width:992px){.header__menu{position:relative}.header__menu-container{display:contents}}@media(max-width:991.98px){.header__menu-container{display:flex;flex-direction:column}.header__actions{margin-top:30px}}@media(min-width:992px){.header__actions{align-items:center;display:flex;gap:27px}}@media(max-width:991.98px){.header__actions .c-buttons{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.header__actions .c-buttons .c-btn{font-size:1.8rem;padding-block:1rem;width:100%}}.header__cta{padding-block:30px}@media(min-width:992px){.header__cta{display:none}}@media(max-width:991.98px){.header--short .header__body{justify-content:flex-end}}.header--short .c-logo{flex-basis:200px;margin-top:0}@media(max-width:991.98px){.header .c-form-search{margin-bottom:22px;order:-1}}.admin-bar .header{top:32px}@media(max-width:782px){.admin-bar .header{top:46px}}@media(max-width:600px){.admin-bar .header.header--sticky{top:0}}@media(max-width:991.98px){.mobile-nav-visible .header__menu{opacity:1;visibility:visible}}html:not([dir=rtl]) .header .c-logo{margin-top:0}@media(min-width:992px){html:not([dir=rtl]) .header__actions{order:3}}.footer{background-color:var(--color-blue-1);color:var(--color-white-1);padding-bottom:14px;padding-top:70px}@media(min-width:992px){.footer{overflow:hidden;padding-bottom:27px;padding-top:80px}}.footer__bar{display:flex}@media(max-width:991.98px){.footer__bar{flex-direction:column;justify-content:center;padding-top:40px}}@media(min-width:992px){.footer__bar{align-items:center;gap:10px 28px;padding-top:23px}}.footer__text{font-size:1.4rem;font-weight:400;line-height:1.1428571429;line-height:2.5}@media(max-width:991.98px){.footer__text{order:2;text-align:center}}.footer__text p{margin-bottom:0}.footer__menu{font-size:1.8rem;line-height:1.9444444444}.footer__menu :where(a:hover){text-decoration:underline}.footer__menu .dropdown-toggle{display:none}.footer__menu .menu-item--item-not-clickable>a{pointer-events:none}.footer__menu .menu-item--item-as-title{font-weight:700;margin-bottom:12px}@media(min-width:992px){.footer__menu .menu-item--item-as-title{font-size:1.6rem;line-height:2.1875}}.footer__menu .menu-item--item-as-title:not(:first-of-type){margin-top:40px}@media(min-width:992px){.footer__bar,.footer__misc{position:relative}.footer__bar:before,.footer__misc:before{background-color:var(--color-blue-8);content:"";height:1px;left:-50vw;opacity:.5;position:absolute;right:-50vw;top:0}}.footer__misc{display:flex;font-size:1.8rem;font-weight:400;justify-content:flex-end;line-height:1.9444444444}@media(min-width:992px){.footer__misc{align-items:center;font-size:1.6rem;justify-content:space-between;margin-top:70px;padding-block:17px}}@media(max-width:991.98px){.footer__misc{border-bottom:1px solid var(--color-blue-8);margin-top:29px;padding-bottom:4px}}.footer__misc a{color:currentColor}@media(max-width:991.98px){.footer__misc-menu{display:none}}@media(min-width:992px){.footer__misc .menu-items{display:flex;flex-wrap:wrap;gap:10px;gap:60px;list-style:none;list-style-position:outside;padding-left:0}}@media(max-width:991.98px){.footer .c-socials{margin-bottom:24px}}@media(min-width:992px){.footer .c-socials{margin-inline-start:auto;order:3}}.footer .c-socials__list{justify-content:center}@media(min-width:992px){.footer .c-socials__list{gap:13px}}@media(max-width:991.98px){.footer .nav-privacy{order:3}}@media(min-width:992px){.footer .nav-privacy>a{margin-inline-start:51px}.footer--short{padding-block:30px}}.footer--short .footer__bar{padding:0}.footer--short .footer__bar:before,.footer--short .footer__misc:before{display:none}@media(max-width:991.98px){.footer__menu--desktop{display:none}}.footer__menu--desktop>ul{display:flex;flex-wrap:wrap;justify-content:space-between}.footer__menu--desktop>ul>li>a{display:inline-block;font-size:1.6rem;font-weight:700;line-height:2.1875;margin-bottom:12px}.footer__menu--desktop ul ul{font-size:1.4rem;line-height:2.3}@media(min-width:992px){.footer__menu--mobile{display:none}}.footer__menu--mobile>ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.footer__menu--mobile>ul>li>a{display:inline-block;font-weight:700;margin-bottom:12px}.footer__menu--mobile .menu-item--full-width{border-top:1px solid var(--color-blue-8);grid-column:1/-1;margin-top:50px;padding-top:37px}nav a{color:currentColor;text-decoration:none}.c-logo__link{display:block}.c-buttons{display:flex;flex-wrap:wrap;gap:10px;list-style:none;list-style-position:outside;padding-left:0}.c-buttons--x-align-center{justify-content:center}.c-buttons--x-align-right{justify-content:flex-end}.c-btn,.c-btn-primary{border-radius:100px}.c-btn-primary{background-color:var(--color-primary);color:var(--color-white);font-size:2rem;line-height:1.75;padding:.9rem 3.055rem}.c-btn-primary:focus,.c-btn-primary:hover{background-color:var(--color-blue-2);color:var(--color-white)}.c-btn-primary-outline{border-color:var(--color-blue-3);border-style:solid;border-width:1px;color:var(--color-blue-3)}.c-btn-primary-outline:focus,.c-btn-primary-outline:hover{background-color:var(--color-blue-3);color:var(--color-white)}.c-btn-secondary{background-color:var(--color-dark);border-radius:100px;color:var(--color-white);font-size:2rem;line-height:1.75;padding:.9rem 3.055rem}.c-btn-secondary:focus,.c-btn-secondary:hover{background-color:var(--color-white);color:var(--color-dark)}.c-btn-secondary-outline{border-color:var(--color-dark);border-radius:100px;border-style:solid;border-width:1px;color:var(--color-dark);font-size:2rem;line-height:1.75;padding:.9rem 3.055rem}.c-btn-secondary-outline:focus,.c-btn-secondary-outline:hover{background-color:var(--color-dark);color:var(--color-white)}.c-btn-tertiary{background-color:var(--color-white);border-radius:100px;color:var(--color-blue-7);font-size:2rem;line-height:1.75;padding:.9rem 3.055rem}.c-btn-tertiary:focus,.c-btn-tertiary:hover{background-color:var(--color-blue-7);color:var(--color-white)}.c-btn-text-underlined{border-bottom:1px solid var(--color-red);border-radius:0;color:var(--color-dark);font-size:1.6rem;font-weight:700;line-height:2.1875;padding:0 0 8px!important}.c-btn-text-underlined:focus,.c-btn-text-underlined:hover{color:var(--color-blue-5)}.c-btn-text-underlined-black{border-bottom:1px solid var(--color-dark);border-radius:0;color:var(--color-dark);font-size:1.6rem;font-weight:700;line-height:2.1875;padding:0 0 8px!important}.c-btn-text-underlined-black:focus,.c-btn-text-underlined-black:hover{color:var(--color-blue-5)}.c-btn-text-underlined-black:hover,.c-btn-with-arrow{border-bottom:1px solid var(--color-red)}.c-btn-with-arrow{align-items:center;border-radius:0;display:flex;font-size:1.8rem;font-weight:700;gap:32px;line-height:1.9444444444;padding-bottom:7px}.c-btn-download{display:block;margin:0;padding:0}.c-btn-download:before{background-image:url(../../svg/icon-download.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:30px;width:30px}.c-btn--variation-small{border-radius:100px;font-size:1.5rem;line-height:1;padding:.45rem 1.8rem}.c-btn--variation-not-rounded{border-radius:0}.c-btn-nav{-webkit-appearance:none;appearance:none;background-color:#0000;border:0;color:currentColor;display:none;font-size:0;line-height:0;padding-top:16px;position:relative;width:30px;z-index:15}@media(max-width:991.98px){.c-btn-nav{display:block}}.c-btn-nav:focus{outline:0}.c-btn-nav span{background-color:currentColor;content:"";height:3px;left:0;position:absolute;transition-duration:var(--trs);transition-property:top,left,transform,opacity,width;transition-timing-function:var(--bezier);width:100%}.c-btn-nav span:first-child{top:0}.c-btn-nav span:nth-child(2),.c-btn-nav span:nth-child(3){top:7px}.c-btn-nav span:nth-child(4){top:14px}.c-btn-nav.active span:first-child,.c-btn-nav.active span:nth-child(4){left:50%;top:7px;width:0}.c-btn-nav.active span:nth-child(2){transform:rotate(45deg)}.c-btn-nav.active span:nth-child(3){transform:rotate(-45deg)}.c-background__carousel-media .c-media__element,.c-background__media .c-media__element{height:100%;left:0;position:absolute;top:0;width:100%}.c-background__carousel-media .c-media__element iframe,.c-background__carousel-media .c-media__element video,.c-background__carousel-media .c-media__image,.c-background__media .c-media__element iframe,.c-background__media .c-media__element video,.c-background__media .c-media__image{height:100%;object-fit:cover;width:100%}.c-background__carousel,.c-background__carousel-media,.c-background__color,.c-background__media{height:100%;left:0;position:absolute;top:0;width:100%}@media(max-width:991.98px){.c-background__carousel-media .c-media__element--mobile img{object-position:bottom right}}.c-background__carousel-paging{display:flex;flex-direction:column;gap:7px;position:absolute;right:20px;top:169px;width:6px;z-index:88}@media(max-width:1199.98px){.c-background__carousel-paging{display:none}}@media(min-width:1400px){.c-background__carousel-paging{right:60px}}.c-background__carousel-paging .swiper-pagination-bullet{border-radius:100%;flex:0 0 6px;height:6px;overflow:hidden;position:relative;width:6px}.c-background__carousel-paging .swiper-pagination-bullet:after{background-color:var(--color-white);border:1px solid var(--color-white);content:"";height:2px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:2px}.c-background__carousel-paging .swiper-pagination-bullet-active:after{background-color:#0000;height:100%;width:100%}html:not([dir=rtl]) .c-background__carousel-paging{left:20px;right:auto}@media(min-width:1400px){html:not([dir=rtl]) .c-background__carousel-paging{left:60px}}.c-media:focus .c-media__play svg,.c-media:hover .c-media__play svg{transform:scale(1.15)}.c-media__element{display:none}.c-media__element--type-image{font-size:0}.c-media__element--type-mp4 video{height:auto;width:100%}@media(min-width:992px){.c-media__element--large-desktop{display:block}}@media(max-width:991.98px)and (min-width:768px){.c-media__element--small-desktop{display:block}}@media(max-width:767.98px)and (min-width:576px){.c-media__element--tablet{display:block}}@media(max-width:575.98px){.c-media__element--mobile{display:block}}.c-media__element--all{display:block}.c-media__poster{cursor:pointer;position:relative}.c-media__play{left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);z-index:10}.c-media__play svg{height:auto;transition:transform .25s;width:36px}@media(min-width:768px){.c-media__play svg{width:46px}}.c-media [poster]{cursor:pointer}.c-video{aspect-ratio:364/171;display:flex;flex-direction:column;position:relative}.c-video iframe{aspect-ratio:16/9;height:auto;order:-1;width:100%}.c-video img{display:block;width:100%}.c-video .c-loader{display:none;left:50%;margin-inline:auto;position:absolute;top:23%;transform:translateX(-50%)}@media(min-width:768px){.c-video .c-loader{top:50%;transform:translate(-50%,-50%)}}.c-video__poster{color:var(--color-white);position:relative}.c-video__body{padding:20px 10px}@media(min-width:768px){.c-video__body{color:var(--color-white);display:flex;flex-direction:column;height:100%;justify-content:space-between;left:0;padding:31px 18px;pointer-events:none;position:absolute;top:0;width:100%}}.c-video__title{font-size:30px;font-weight:400;letter-spacing:-.03em;line-height:1.2;margin-bottom:16px}@media(min-width:768px){.c-video__title{line-height:1;max-width:260px}}.c-video__subtitle{font-size:1.6rem;font-weight:400;line-height:1.25}@media(min-width:768px){.c-video__subtitle{font-size:2rem;line-height:1.2;max-width:360px}}.c-video--created .c-media__poster{display:none}@media(min-width:768px){.c-video--created .c-video__body{opacity:0;visibility:hidden}}.c-video--created .c-loader,.c-video--paused .c-media__poster{display:block}.c-video--paused iframe{display:none}@media(min-width:768px){.c-video--paused .c-video__body{opacity:1;visibility:visible}}.c-video--loaded .c-loader,.c-video--paused .c-loader,.c-video--playing .c-loader{display:none}.c-block{position:relative}.c-block__content{position:relative;z-index:8}.c-block__cols-head{display:grid}@media(max-width:991.98px){.c-block__cols-head{gap:13px;grid-template-columns:1fr}}@media(min-width:992px){.c-block__cols-head{gap:50px;grid-template-columns:1fr minmax(0,426px);justify-content:space-between}}.c-block--overflow-hidden{overflow:hidden}.swiper-button-disabled{opacity:.6;pointer-events:none}.swiper-pagination-lock{opacity:0;visibility:hidden}.c-select{position:relative;width:170px;z-index:88}.c-select__label{border:1px solid var(--color-gray);border-radius:6px;cursor:pointer;font-size:1.8rem;font-weight:400;height:34px;line-height:34px;overflow:hidden;padding-inline-end:30px;padding-inline-start:11px;position:relative;text-overflow:ellipsis;white-space:nowrap}.c-select__label:before{background-image:url(../../svg/icon-select.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:10px;left:16px;pointer-events:none;top:50%;transform:translateY(-50%);transition-property:transform;transition-timing-function:var(--bezier);width:5px}.c-select__label:before,.c-select__list{position:absolute;transition-duration:var(--trs)}.c-select__list{background-color:var(--color-white);border:1px solid var(--color-gray);border-radius:6px;font-weight:400;left:0;list-style:none;list-style-position:outside;max-height:300px;opacity:0;overflow:auto;padding-left:0;right:0;top:100%;transform:translateY(10px);transition-property:opacity,transform,visibility;transition-timing-function:var(--bezier);visibility:hidden}.c-select__list-item{cursor:pointer;font-size:1.8rem;padding:4px 13px;transition-duration:var(--trs);transition-property:color,background-color;transition-timing-function:var(--bezier)}.c-select__list-item--active,.c-select__list-item:hover{background-color:var(--color-blue-6);color:var(--color-white)}.c-select--active .c-select__label{border-bottom-left-radius:0;border-bottom-right-radius:0}.c-select--active .c-select__label:before{transform:translateY(-50%) rotate(-180deg)}.c-select--active .c-select__list{border-top-left-radius:0;border-top-right-radius:0;border-top-width:0;opacity:1;transform:translateY(0);visibility:visible}html:not([dir=rtl]) .c-select__label:before{left:auto;right:16px}@media(max-width:991.98px){.nav-primary>ul{display:flex;flex-direction:column;gap:22px}}@media(min-width:992px){.nav-primary>ul{display:flex;flex-wrap:wrap;gap:10px;gap:10px 15px}}@media(min-width:1200px){.nav-primary>ul{gap:10px 30px}}@media(min-width:1400px){.nav-primary>ul{gap:10px 36px}}.nav-primary>ul>li{position:relative}.nav-primary>ul>li>a{display:inline-block;font-size:1.5rem;line-height:2.3333333333;transition-duration:var(--trs);transition-property:color;transition-timing-function:var(--bezier)}@media(max-width:991.98px){.nav-primary>ul>li>a{border-bottom:1px solid var(--color-gray);display:block;font-size:2rem;line-height:1.1;padding-bottom:6px}}.nav-primary>ul>li>a:focus,.nav-primary>ul>li>a:hover{color:var(--color-dark)}@media(min-width:992px){.nav-primary>ul>li:hover:after{content:"";height:12px;left:-140px;position:absolute;right:-200px;top:100%;z-index:1}.nav-primary>ul>li:hover>.d-sub-menu,.nav-primary>ul>li:hover>.sub-menu{display:block}}.nav-primary .sub-menu{color:#202231;display:none;font-size:1.6rem;font-weight:400;letter-spacing:-.03em;line-height:1}@media(min-width:992px){.nav-primary .sub-menu{border:1px solid var(--color-gray);border-radius:7.5px;font-size:1.5rem;padding:23px 14px;right:-33px;top:calc(100% + 12px);width:169px}.nav-primary .sub-menu,.nav-primary .sub-menu:before{background-color:var(--color-white);position:absolute}.nav-primary .sub-menu:before{border:1px solid var(--color-gray);border-radius:2px;-webkit-clip-path:polygon(0 0,28% 0,0 30%,0 15%);clip-path:polygon(0 0,28% 0,0 30%,0 15%);content:"";display:block;height:45px;right:14px;top:0;transform:rotate(45deg) translateZ(-1px);width:45px;z-index:2}}@media(max-width:991.98px){.nav-primary .sub-menu>li{padding-top:22px}}@media(min-width:992px){.nav-primary .sub-menu>li:not(:last-child){padding-bottom:14px}.nav-primary .sub-menu>li>a{border-radius:2px;display:block;padding:3px 12px}.nav-primary .sub-menu a:hover{background-color:#eeeefe}}@media(max-width:991.98px){.nav-primary .dropdown-toggle{left:0;position:absolute;top:5px}}@media(min-width:992px){.nav-primary .dropdown-toggle{display:none}}.nav-primary .dropdown-toggle svg{transition-duration:var(--trs);transition-property:transform;transition-timing-function:var(--bezier)}@media(max-width:991.98px){.nav-primary .menu-item--active .dropdown-toggle svg{transform:rotate(-180deg)}}.nav-primary .menu-item--current>a{font-weight:700}@media(min-width:992px){.nav-primary .menu-item--has-border-bottom{border-bottom:1px solid var(--color-gray);margin-bottom:18px;padding-bottom:18px}}html:not([dir=rtl]) .nav-primary .dropdown-toggle{left:auto;right:0}@media(min-width:992px){html:not([dir=rtl]) .nav-primary .sub-menu{width:184px}}.nav-privacy{font-size:1.4rem;font-weight:400;line-height:1.1428571429;line-height:2.5}.nav-privacy,.nav-privacy>ul{display:flex;flex-wrap:wrap;gap:5px 50px;justify-content:center}@media(min-width:992px){.nav-privacy,.nav-privacy>ul{gap:5px 38px}}.nav-privacy ul a{text-decoration:underline}.nav-privacy ul a:hover{text-decoration:none}.c-cta .c-buttons{justify-content:center}@media(min-width:768px){.c-cta--style-action-right{text-align:left}.c-cta--style-action-right .c-cta__inner{align-items:center;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);justify-content:space-between}.c-cta--style-action-right .c-cta__inner .c-buttons{justify-content:start;margin-top:30px}}.c-box-hero{display:grid;grid-template-columns:minmax(0,153px) 2fr}.c-box-hero__entry{background-color:var(--color-blue-3);color:var(--color-white);font-size:1.4rem;font-weight:400;line-height:1.1428571429;padding:22px 46px 15px}@media(min-width:992px){.c-box-hero__entry{background-color:rgb(var(--color-blue-3-rgb)/.9);max-width:284px;padding-block:30px}}@media(max-width:991.98px){.c-box-hero__entry{padding-inline:20px}}.c-box-hero__entry-media{margin-bottom:2px}.c-box-hero__logo{align-items:center;background-color:var(--color-white);display:flex;justify-content:center}.c-box-hero strong{display:block;font-size:1.6rem;line-height:1.5}.c-box-hero--text-only{grid-template-columns:1fr;min-width:284px}@media(min-width:992px){.c-box-hero--text-only .c-box-hero__entry-media{margin-bottom:4px}.c-box-hero--text-only .c-box-hero__entry{padding-bottom:37px;padding-top:34px}.c-box-hero--text-only .c-box-hero__entry p:not(:last-child){margin-bottom:4px}}.c-box-primary{color:var(--color-white);display:flex;flex-direction:column;height:580px;justify-content:flex-end;padding:26px 13px}@media(min-width:992px){.c-box-primary{padding:26px 23px}}.c-box-primary__media{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.c-box-primary__media .c-media__element,.c-box-primary__media .c-media__image{height:100%;object-fit:cover;width:100%}@media(min-width:992px){.c-box-primary__content{align-items:flex-start;display:grid;gap:0 34px;grid-template-columns:minmax(0,488px) 1fr}}.c-box-primary__title{font-family:var(--font-primary);font-size:4rem;font-weight:700;line-height:1;margin-bottom:13px}@media(min-width:992px){.c-box-primary__title{font-size:5rem;grid-column:1/-1;margin-bottom:10px}}.c-box-primary__text{font-size:1.8rem;font-weight:400;line-height:1.2222222222}@media(min-width:992px){.c-box-primary__text{line-height:1.3333333333}}@media(max-width:991.98px){.c-box-primary__buttons{margin-top:45px}}.c-box-secondary{overflow:hidden}.c-box-secondary__body{background-image:linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,#c1ccfb1a,#c1ccfb1a),linear-gradient(0deg,#e0e0e0,#e0e0e0);border:.8px solid var(--color-gray);border-radius:0 0 8px 8px;padding:27px 20px 29px}@media(min-width:992px){.c-box-secondary__body{padding:37px 20px 29px}}@media(max-width:991.98px){.c-box-secondary__media{border-radius:8px 8px 0 0;overflow:hidden}}.c-box-secondary__media .c-media__image{height:263px;object-fit:cover}@media(min-width:992px){.c-box-secondary__media .c-media__image{height:360px}}.c-box-secondary__title{font-family:var(--font-primary);font-size:2.2rem;font-weight:700;line-height:1;margin-bottom:15px}@media(min-width:992px){.c-box-secondary__title{margin-bottom:18px}}.c-box-secondary__text{border-radius:0 0 8px 8px;color:var(--color-dark-33);font-size:1.8rem;font-weight:400;line-height:1.2222222222}@media(min-width:992px){.c-box-secondary__text{font-size:1.4rem;line-height:1.3333333333;line-height:1.5357142857}.c-box-secondary--timeline .c-box-secondary__title{font-size:2.4rem;margin-bottom:13px}.c-box-secondary--timeline .c-box-secondary__media{border-radius:10px 10px 0 0;height:262px;overflow:hidden}.c-box-secondary--timeline .c-box-secondary__media .c-media__element,.c-box-secondary--timeline .c-box-secondary__media .c-media__image{height:100%}.c-box-secondary--timeline .c-box-secondary__body{padding:28px 20px 29px}}.c-box-member{border:1px solid var(--color-gray);border-radius:5px;position:relative}.c-box-member__head{border-bottom:1px solid var(--color-gray);display:flex;justify-content:space-between;padding:28px 22px}@media(min-width:992px){.c-box-member__head{padding:41px 42px}}.c-box-member__head .c-media{flex:0 0 auto}.c-box-member__head img{display:block;max-height:40px;object-fit:contain;width:auto}@media(min-width:992px){.c-box-member__head img{max-height:60px}}.c-box-member__buttons{bottom:37px;position:absolute;right:22px}@media(min-width:992px){.c-box-member__buttons{bottom:53px;right:39px}}.c-box-member__body{font-size:1.8rem;font-weight:400;line-height:1.2222222222;min-height:288px;padding:35px 20px 90px}@media(min-width:992px){.c-box-member__body{font-size:2.6rem;line-height:1.3333333333;line-height:.9230769231;min-height:426px;padding:50px 42px 110px}}.c-box-career{border:1px solid var(--color-gray);border-radius:8px;padding:39px 21px 20px;position:relative;transition-duration:var(--trs);transition-property:background-color;transition-timing-function:var(--bezier)}@media(min-width:992px){.c-box-career{min-height:180px;padding-bottom:70px}}.c-box-career__location{font-size:1.6rem;margin-bottom:9px}.c-box-career__title{font-family:var(--font-primary);font-size:3.2rem;line-height:1}.c-box-career__actions{font-size:0;line-height:1;pointer-events:none}@media(max-width:991.98px){.c-box-career__actions{margin-top:29px}}@media(min-width:992px){.c-box-career__actions{bottom:20px;inset-inline-end:21px;position:absolute}}.c-box-career__actions svg{transition-duration:var(--trs);transition-property:transform;transition-timing-function:var(--bezier)}.c-box-career__content-close{cursor:pointer;font-size:0;inset-inline-end:14px;line-height:1;position:absolute;top:10px}@media(min-width:768px){.c-box-career__content-close{top:18px}}.c-box-career__content{color:#717480;font-size:1.8rem;font-weight:400;line-height:1.2222222222;position:relative}@media(min-width:992px){.c-box-career__content{line-height:1.3333333333}}.c-box-career__content :is(ul,ol)+p,.c-box-career__content p+:is(ul,ol){margin-top:44px}.c-box-career__content ol,.c-box-career__content ul{padding-inline-start:20px}.c-box-career__content-wrap{background-color:var(--color-white);border:1px solid var(--color-gray);border-radius:8px;margin:auto;max-width:540px;overscroll-behavior:contain;padding:40px 20px 20px;width:100%}@media(max-width:767.98px){.c-box-career__content-wrap{max-width:calc(100% - 36px)}}@media(min-width:768px){.c-box-career__content-wrap{padding:45px 43px}.c-box-career__content-body{line-height:1.5;max-width:768px}}.c-box-career__content-head{margin-bottom:25px}@media(min-width:768px){.c-box-career__content-head{margin-bottom:44px}}.c-box-career__content-title{color:var(--color-blue-1);font-size:3rem;font-weight:400;letter-spacing:-.03em;line-height:1;margin-bottom:3px}@media(min-width:992px){.c-box-career__content-title{font-size:4rem;margin-bottom:7px}}.c-box-career__content-subtitle{color:var(--color-blue-7);font-family:var(--font-primary);font-size:1.8rem}@media(min-width:768px){.c-box-career__content-subtitle{font-size:1.6rem}}@media(min-width:992px){.c-box-career__content-subtitle{font-size:2.4rem}}.c-box-career.active{background-color:#ffe5e4}.c-box-career.active .c-box-career__actions svg{transform:rotate(-180deg)}.c-box-career.active .c-box-career__actions circle{fill:#f6bfbd}.c-box-career.active .c-box-career__actions path{fill:var(--color-dark)}.c-box-career .c-btn{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.c-box-search{padding-block:35px}.c-box-search__head{margin-bottom:23px}.c-box-search__title{font-family:var(--font-primary);font-size:1.6rem;font-weight:400;line-height:1.5}.c-box-search__body{display:flex;flex-direction:column;gap:26px}.c-box-search__foot{margin-top:30px}.c-box-search__foot .btn{font-size:1.6rem;font-weight:400;line-height:1.5;text-decoration:underline}.c-box-search__foot .btn:hover{text-decoration:none}.c-box-search.loaded--more .c-box-search__foot{display:none}.js-drawer-dropdown{scroll-margin-top:calc(var(--header-height, 1px) + 10px)}@media(min-width:768px){.js-drawer-dropdown{grid-column:1/-1}}.js-drawer-dropdown .c-team-member__content{display:block}.c-slider-fancy-nav{align-items:center;display:flex;font-size:0;gap:12px;line-height:1}.c-slider-fancy-nav circle{fill:var(--color-blue-4);transition-duration:var(--trs);transition-property:fill;transition-timing-function:var(--bezier)}.c-slider-fancy-nav__btn{color:var(--color-blue-1);cursor:pointer;transition-duration:var(--trs);transition-property:color;transition-timing-function:var(--bezier)}.c-slider-fancy-nav__btn:hover circle{fill:var(--color-gray)}@media(min-width:992px){.c-slider-fancy-nav svg{height:56px;width:56px}}.c-slider-fancy__actions{margin-top:21px}@media(min-width:992px){.c-slider-fancy__actions{align-items:center;display:flex;justify-content:space-between;margin-top:18px}}@media(max-width:991.98px){.c-slider-fancy__actions .c-slider-fancy-paging{display:none}}.c-slider-fancy-paging{color:var(--color-gray-2);font-size:3.2rem;line-height:.96}@media(min-width:992px){.c-slider-fancy-paging{font-size:2.4rem;font-weight:400}.c-slider-fancy__slide{width:388px}}.c-slider-fancy__element--window-size{overflow:visible}@media(min-width:992px){.c-slider-fancy__element--full{min-width:var(--c-slider-fancy-bleed,100%)}.c-slider-fancy__element--alt .swiper-slide{transition-duration:var(--trs);transition-property:width;transition-timing-function:var(--bezier)}.c-slider-fancy__element--alt .swiper-slide .c-box-primary__content{opacity:0;transition-delay:0s;transition-duration:var(--trs);transition-property:opacity;transition-timing-function:var(--bezier)}.c-slider-fancy__element--alt .swiper-slide .c-media__image{transition-duration:var(--trs);transition-property:filter;transition-timing-function:var(--bezier)}.c-slider-fancy__element--alt .swiper-slide-active{transition-delay:.7s;width:700px}}.c-slider-fancy__element--alt .swiper-slide-active .c-box-primary__content{opacity:1;transition-delay:1.2s}.c-slider-fancy__element--alt :where(.swiper-slide:not(.swiper-slide-active)) .c-media__image{filter:grayscale(100%)}html:not([dir=rtl]) .c-slider-fancy-nav__btn--prev{order:-1}html:not([dir=rtl]) .c-slider-fancy-nav__btn--prev svg{transform:rotate(-180deg)}html:not([dir=rtl]) .c-slider-fancy-nav__btn--next svg{transform:rotate(180deg)}@media(min-width:992px){html:not([dir=rtl]) .c-buttons{align-self:flex-end}html:not([dir=rtl]) .c-btn-primary{padding-inline:21px}}.c-socials{font-size:0}.c-socials__list{display:flex;flex-wrap:wrap;gap:10px;gap:25px;list-style:none;list-style-position:outside;padding-left:0}@media(min-width:992px){.c-socials__list{gap:18px}}.c-socials a{display:block}@media(max-width:991.98px){.c-socials .c-btn-social svg{height:40px;width:40px}}.c-team-member__media{cursor:pointer;margin-bottom:3px;position:relative}@media(min-width:768px){.c-team-member__media{margin-bottom:12px}}@media(max-width:767.98px){.c-team-member__media{margin-inline:auto;max-width:255px}}.c-team-member__arrow{bottom:24px;font-size:0;line-height:1;position:absolute}@media(max-width:767.98px){.c-team-member__arrow{left:50%;transform:translateX(-50%)}}@media(min-width:768px){.c-team-member__arrow{bottom:30px;right:22px;transition-duration:var(--trs);transition-property:transform;transition-timing-function:var(--bezier)}}.c-team-member__image{border-radius:8px}@media(max-width:767.98px){.c-team-member__entry{text-align:center}}.c-team-member__subtitle,.c-team-member__title{font-family:var(--font-primary);font-size:1.8rem}@media(min-width:768px){.c-team-member__subtitle,.c-team-member__title{font-size:1.6rem}}.c-team-member__title{font-weight:700;margin-bottom:-2px}.c-team-member__subtitle{font-weight:400}.c-team-member__content-close{cursor:pointer;font-size:0;line-height:1;position:absolute}@media(max-width:767.98px){.c-team-member__content-close{right:14px;top:-16px}}@media(min-width:768px){.c-team-member__content-close{left:19px;top:18px}}.c-team-member__content{display:none;position:relative}@media(max-width:767.98px){.c-team-member__content{border-bottom:1px solid var(--color-gray);border-top:1px solid var(--color-gray);margin-top:22px;padding-block:45px}}@media(min-width:768px){.c-team-member__content{background-color:var(--color-white);border:1px solid var(--color-gray);border-radius:8px;padding:45px 43px}}@media(max-width:575.98px){.c-team-member__content{padding-inline:18px}}.c-team-member__content .c-team-member__title{color:var(--color-blue-1);font-size:3rem;font-weight:400;letter-spacing:-.03em;line-height:1;margin-bottom:3px}@media(min-width:992px){.c-team-member__content .c-team-member__title{font-size:4rem;margin-bottom:7px}}.c-team-member__content .c-team-member__subtitle{color:var(--color-blue-7)}@media(min-width:992px){.c-team-member__content .c-team-member__subtitle{font-size:2.4rem}}.c-team-member__content .c-text{color:#717480;font-size:1.8rem;font-weight:400;line-height:1.2222222222;margin-top:25px}@media(min-width:992px){.c-team-member__content .c-text{line-height:1.3333333333}}@media(min-width:768px){.c-team-member__content .c-text{line-height:1.5;margin-top:44px;max-width:768px}}.c-team-member__content :where(.c-text :not(:last-child)){margin-bottom:21px}@media(min-width:768px){.c-team-member.active .c-team-member__arrow{transform:rotate(-180deg)}.c-team-member.active .c-team-member__arrow circle{fill:var(--color-dark)}.c-team-member.active .c-team-member__arrow path{fill:var(--color-white)}}.c-team-member--no-description,.c-team-member--no-description .c-team-member__media{cursor:default;pointer-events:none}@media(max-width:767.98px){html:not([dir=rtl]) .c-team-member__arrow{left:auto;right:50%;transform:translateX(50%)}}@media(min-width:768px){html:not([dir=rtl]) .c-team-member__arrow{bottom:30px;left:22px;right:auto}html:not([dir=rtl]) .c-team-member__content-close{left:auto;right:19px}}.c-form [dir=rtl] input[type=email],.c-form [dir=rtl] input[type=tel],.c-form [dir=rtl] input[type=url]{direction:rtl;text-align:right}.c-form .wpcf7 .wpcf7-not-valid-tip{color:var(--color-red);font-size:1.4rem;font-weight:400;line-height:1.3}.c-form .wpcf7 .wpcf7-response-output{border-width:0;font-size:2.4rem;font-weight:700;line-height:1.2;margin:0;padding:30px 0 0}.c-form .wpcf7 .wpcf7-not-valid~.wpcf7-not-valid-tip{position:absolute;right:0;top:calc(100% + 2px)}.c-form .is-invalid ::placeholder{color:var(--color-red);opacity:1}.c-form .is-invalid .wpcf7-not-valid{color:var(--color-red)}.c-form--style-event .c-form-primary__body{gap:40px}@media(max-width:575.98px){.c-form--style-event .c-form-primary__body{gap:30px}}@media(min-width:576px){.c-form--style-event .c-form-primary__row{display:grid;gap:88px;grid-template-columns:repeat(2,minmax(0,489px))}}@media(max-width:991.98px){.c-form--style-event .c-form-primary__row{gap:20px}}@media(max-width:575.98px){.c-form--style-event .c-form-primary__row{display:flex;flex-direction:column;gap:30px}}.c-form--style-event .c-form-primary__foot,.c-form--style-event .c-form-primary__notice{margin-top:50px}.c-form-primary :not(.c-title,h1,h2,h3){font-family:inherit}.c-form-primary ::placeholder{color:currentColor;opacity:1}.c-form-primary :focus{outline:0}.c-form-primary .wpcf7-form-control-wrap{display:block}.c-form-primary .wpcf7-list-item{margin:0}.c-form-primary .wpcf7-list-item label{display:block;position:relative}.c-form-primary .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]):not(span):not(.wpcf7-acceptance):not(.wpcf7-checkbox){border:solid var(--color-dark);border-width:0 0 1px;color:var(--color-dark);font-size:1.8rem;font-weight:700}.c-form-primary .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(textarea):not(.wpcf7-acceptance):not(.wpcf7-checkbox){height:44px;width:100%}@media(min-width:992px){.c-form-primary .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(textarea):not(.wpcf7-acceptance):not(.wpcf7-checkbox){height:50px}}.c-form-primary textarea.wpcf7-form-control{border-width:1px!important;height:175px;padding:14px;resize:none;width:100%}@media(min-width:992px){.c-form-primary textarea.wpcf7-form-control{padding:7px 10px}}.c-form-primary textarea.wpcf7-form-control::placeholder{color:#7c7c7c;font-weight:400}.c-form-primary select{-webkit-appearance:none;appearance:none;background-color:#0000;background-image:url(../../svg/icon-select.svg);background-position:0;background-repeat:no-repeat;background-size:10px auto;border-radius:0}.c-form-primary .wpcf7-file{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.c-form-primary__label{color:var(--color-dark);display:none;font-size:1.8rem;font-weight:700;line-height:1.9444444444;margin-bottom:8px}.c-form-primary__field--narrow{max-width:271px;position:relative}.c-form-primary__field--label-visible .c-form-primary__label{display:block}.c-form-primary__body{display:grid;gap:30px;grid-template-columns:1fr}@media(min-width:992px){.c-form-primary__body{gap:25px}}.c-form-primary__foot{align-items:center;display:grid;grid-template-columns:minmax(0,144px) minmax(0,165px);justify-content:space-between;margin-top:19px;position:relative;z-index:5}@media(min-width:992px){.c-form-primary__foot{grid-template-columns:minmax(0,144px) minmax(0,203px)}}.c-form-primary__foot .wpcf7-form-control-wrap{height:55px;position:relative}.c-form-primary__foot .wpcf7-spinner{bottom:100%;left:50%;position:absolute;transform:translateX(-50%)}.c-form-primary__foot [type=submit]{border-color:var(--color-dark);border-radius:100px;border-style:solid;border-width:1px;color:var(--color-dark);font-size:2rem;line-height:1.75;padding:.9rem 3.055rem}.c-form-primary__foot [type=submit]:focus,.c-form-primary__foot [type=submit]:hover{background-color:var(--color-dark);color:var(--color-white)}.c-form-primary__file-info{background-image:url(../../svg/icon-clipper.svg);background-position:0;background-repeat:no-repeat;background-size:10px auto;border-bottom:1px solid var(--color-red);display:block;font-size:1.8rem;font-weight:700;line-height:45px;overflow:hidden;padding-inline-end:20px;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:100%}.c-form-primary__notice{display:flex;flex-direction:column;font-size:1.8rem;font-weight:400;gap:10px;line-height:1.2222222222;margin-top:25px}@media(min-width:992px){.c-form-primary__notice{line-height:1.3333333333}}@media(max-width:991.98px){.c-form-primary__notice{gap:19px;margin-top:36px}}.c-form-primary__notice span{display:block}.c-form-primary [type=checkbox]{opacity:0;position:absolute;right:0;top:0}.c-form-primary [type=checkbox]+span{align-items:flex-start;display:flex;font-size:1.4rem;gap:0 9px;line-height:1;position:relative}@media(max-width:991.98px){.c-form-primary [type=checkbox]+span{line-height:1.1428571429}}.c-form-primary [type=checkbox]+span:before{border:1px solid var(--color-black);content:"";display:block;flex:0 0 20px;height:20px;margin-top:-2px;width:20px}.c-form-primary [type=checkbox]:checked+span:before{background-color:var(--color-white);background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTQuOTUyIDkuODQuMTc3LjE3Ny4xNzctLjE3NyA3Ljg3LTcuODcuMTc4LS4xNzctLjE3Ny0uMTc3LS43OTMtLjc5My0uMTc3LS4xNzctLjE3Ni4xNzctNi45MDIgNi45MDItMy4xNi0zLjE2LS4xNzYtLjE3Ny0uMTc3LjE3Ny0uNzkzLjc5My0uMTc3LjE3Ny4xNzcuMTc2IDQuMTMgNC4xM1oiIGZpbGw9IiMxRjIyMzIiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIuNSIvPjwvc3ZnPg==");background-position:50%;background-repeat:no-repeat;background-size:12px auto;color:var(--color-white);content:""}html:not([dir=rtl]) .c-form-primary__file-info{background-position:100%;text-align:left}html:not([dir=rtl]) .c-form-primary select{background-position:100%}.c-form-search{background-color:var(--color-white)}@media(max-width:991.98px){.c-form-search{position:relative}}@media(min-width:992px){.c-form-search{align-items:center;bottom:0;display:flex;justify-content:center;left:var(--search-offset,0);padding-inline-start:41px;position:absolute;top:0;transition-duration:var(--trs);transition-property:width;transition-timing-function:var(--bezier);width:0}.c-form-search__element{opacity:0;transition-duration:var(--trs);transition-property:opacity,visibility;transition-timing-function:var(--bezier);visibility:hidden}}.c-form-search__button--close,.c-form-search__button--open{position:absolute;top:50%;transform:translateY(-50%);transition-duration:var(--trs);transition-property:opacity,visibility;transition-timing-function:var(--bezier)}.c-form-search__button--open{left:0}@media(max-width:991.98px){.c-form-search__button--open{left:13px}.c-form-search__button--open svg{height:18px;width:18px}}.c-form-search__button--close{opacity:0;right:0;visibility:hidden}@media(max-width:991.98px){.c-form-search__button--close{display:none}}.c-form-search form,.c-form-search input,.c-form-search__element{display:block;width:100%}.c-form-search input{border-bottom:1px solid var(--color-dark);border-left-width:0;border-right-width:0;border-top-width:0;color:var(--color-dark);font-family:var(--font-secondary);font-size:2rem;font-weight:400;height:42px;padding-inline-end:40px}@media(min-width:992px){.c-form-search input{padding-top:10px}}@media(max-width:991.98px){.c-form-search input{border:1px solid var(--color-dark);font-size:1.6rem;height:40px;padding-inline-start:14px}}.c-form-search input:focus{box-shadow:none;outline:0}@media(min-width:992px){.c-form-search--visible{width:calc(var(--menu-width, 0) - var(--search-offset, 0))}}.c-form-search--visible .c-form-search__button--close,.c-form-search--visible .c-form-search__element{opacity:1;visibility:visible}.c-form-search--alt{margin-bottom:22px;margin-top:10px}@media(min-width:992px){.c-form-search--alt{display:none}html:not([dir=rtl]) .c-form-search__button--close{right:calc(var(--menu-width, 0) - 114px)}}@media(min-width:1200px){html:not([dir=rtl]) .c-form-search__button--close{right:calc(var(--menu-width, 0) - 50px)}}@media(max-width:991.98px){html:not([dir=rtl]) .c-form-search__button--open{left:auto;right:13px}}@media(min-width:992px){html:not([dir=rtl]) .c-form-search{left:auto;margin-left:auto;position:relative;transition:none;width:0}html:not([dir=rtl]) .c-form-search input{padding:0;transition-duration:var(--trs);transition-property:padding;transition-timing-function:var(--bezier)}html:not([dir=rtl]) .c-form-search .c-form-search__element{bottom:0;opacity:1;position:absolute;right:20px;top:-20px;transition-duration:var(--trs);transition-property:width;transition-timing-function:var(--bezier);visibility:visible;width:0}html:not([dir=rtl]) .c-form-search--visible{width:0}html:not([dir=rtl]) .c-form-search--visible .c-form-search__element{width:calc(var(--menu-width, 0) - 150px)}}@media(min-width:1200px){html:not([dir=rtl]) .c-form-search--visible .c-form-search__element{width:calc(var(--menu-width, 0) - 90px)}}@media(min-width:992px){html:not([dir=rtl]) .c-form-search--visible input{padding-inline-end:40px}}.breadcrumbs{color:var(--color-white);font-size:1.4rem;font-weight:400}.breadcrumbs a{border:1px solid var(--color-white);border-radius:24px;color:currentColor;display:inline-block;margin-bottom:10px;margin-inline-end:10px;padding-inline-end:13px;padding-inline-start:18px;position:relative;text-decoration:none;transition-duration:var(--trs);transition-property:border-color;transition-timing-function:var(--bezier)}.breadcrumbs a:hover{border-color:var(--color-gray)}.breadcrumbs a:after{background-color:var(--color-white);border-radius:100%;content:"";height:3px;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:3px}.breadcrumbs .breadcrumb_last{display:none}html:not([dir=rtl]) .breadcrumbs a{line-height:20px}html:not([dir=rtl]) .breadcrumbs a:after{left:10px;right:auto}.c-gallery{--vertical-gap:16px;--tall-image-desktop-ration-x:538}@media(min-width:768px){.c-gallery{--vertical-gap:25px;display:flex;flex-direction:column;gap:var(--vertical-gap)}}@media(max-width:767.98px){.c-gallery,.c-gallery__col,.c-gallery__cols{display:flex;flex-direction:column;gap:var(--vertical-gap)}}@media(min-width:768px){.c-gallery__cols{display:flex;gap:var(--vertical-gap) 20px}}.c-gallery__col{flex:1 1 50%;font-size:0;line-height:1}@media(min-width:768px){.c-gallery__col{display:flex;flex-direction:column;gap:var(--vertical-gap)}.c-gallery__col--large>img{aspect-ratio:1096/550}.c-gallery__col--second .c-post-item:last-child,.c-gallery__col--second>img:first-child{aspect-ratio:var(--tall-image-desktop-ration-x)/670}.c-gallery__col--first .c-post-item:last-child,.c-gallery__col--first>img:first-child,.c-gallery__col--second .c-post-item:first-child,.c-gallery__col--second>img:last-child{aspect-ratio:var(--tall-image-desktop-ration-x)/440}.c-gallery__col--first .c-post-item:first-child,.c-gallery__col--first>img:last-child{aspect-ratio:var(--tall-image-desktop-ration-x)/670}}.c-gallery__actions{margin-top:59px;text-align:center}@media(min-width:768px){.c-gallery__actions{margin-top:43px}}@media(max-width:991.98px){.c-gallery__actions .c-btn-text-underlined{font-size:1.8rem;padding-bottom:6px!important}}.c-gallery__image{border-radius:10px;object-fit:cover;width:100%}@media(max-width:991.98px){.c-table-primary{display:flex;flex-direction:column;gap:5px}}@media(min-width:992px){.c-table-primary{background-color:var(--color-white);border:1px solid #e4e4e4;border-radius:4px;display:table;padding:9px;width:100%}}.c-table-primary__row{align-items:center;background-color:var(--color-white);border-radius:4px;display:grid}@media(max-width:991.98px){.c-table-primary__row{grid-template-columns:repeat(13,minmax(0,1fr)) 30px;padding:16px 12px}}@media(min-width:992px){.c-table-primary__row{display:table-row}}.c-table-primary__row:nth-child(2n){background-color:#f7f8fa80}.c-table-primary__cell{font-size:1.6rem;letter-spacing:-.01em;line-height:1.375}@media(min-width:992px){.c-table-primary__cell{color:#5b616b;display:table-cell;padding:15px 20px;vertical-align:middle}}@media(max-width:991.98px){.c-table-primary__cell--title{color:#0c1b33;grid-column:1/10;margin-bottom:12px}}.c-table-primary__cell--text{color:#5b616b}@media(max-width:991.98px){.c-table-primary__cell--text{grid-column:1/4}.c-table-primary__cell--text+.c-table-primary__cell--text{grid-column:4/8}.c-table-primary__cell--buttons{grid-column:-1;grid-row:1/span 2}}@media(min-width:992px){.c-table-primary__cell--buttons{text-align:left;width:30px}}.c-table-primary .c-btn-download:hover{transform:scale(1.04)}:root{--d-sub-menu-mobile-gap:12px}.d-sub-menu{display:none}@media(max-width:991.98px){.d-sub-menu{margin-top:22px}}@media(min-width:992px){.d-sub-menu{background-color:var(--color-white);border:1px solid var(--color-gray);border-radius:7.5px;color:#202231;font-size:1.5rem;font-weight:400;letter-spacing:-.03em;line-height:1;padding:3px;position:absolute;right:-200px;top:calc(100% + 12px);width:692px;z-index:88}}@media(min-width:992px)and (min-width:1200px){.d-sub-menu{width:783px}}@media(min-width:992px){.d-sub-menu:before{background-color:var(--color-white);border:1px solid var(--color-gray);border-radius:2px;-webkit-clip-path:polygon(0 0,28% 0,0 30%,0 15%);clip-path:polygon(0 0,28% 0,0 30%,0 15%);content:"";display:block;height:45px;position:absolute;right:203px;top:0;transform:rotate(45deg) translateZ(-1px);width:45px;z-index:2}}@media(max-width:991.98px){.d-sub-menu li{position:relative}}.d-sub-menu__button{color:#202231;font-size:1.5rem;font-weight:700;text-decoration:underline}.d-sub-menu__button:hover{text-decoration:none}@media(min-width:992px){.d-sub-menu__col--1{background-color:#f1f3f6;padding-block:15px}}@media(max-width:991.98px){.d-sub-menu__col--3{display:none}}@media(min-width:992px){.d-sub-menu__col--3{grid-column:3;padding-block:19px}.d-sub-menu__cols{display:grid;gap:26px;grid-template-columns:minmax(0,175px) minmax(0,258px) minmax(0,270px)}}@media(max-width:991.98px){.d-sub-menu .dropdown-toggle{top:11px}}@media(min-width:992px){.d-sub-menu .dropdown-toggle{display:none}}@media(max-width:991.98px){.d-sub-menu .menu-item--active>a{color:var(--color-primary)}.d-sub-menu .menu-item--active .dropdown-toggle__1{display:none}.d-sub-menu__level-1{background-color:#f6f9fe;padding:12px 16px}}@media(min-width:992px){.d-sub-menu__level-1{position:relative}}@media(max-width:991.98px){.d-sub-menu__level-1>li{padding-block:var(--d-sub-menu-mobile-gap)}}@media(min-width:992px){.d-sub-menu__level-1>li{margin-bottom:6px;padding-inline-end:2px;padding-inline-start:6px}.d-sub-menu__level-1>li.menu-item--hover:before,.d-sub-menu__level-1>li:hover:before{bottom:0;content:"";position:absolute;right:100%;top:0;width:30px}.d-sub-menu__level-1>li.menu-item--hover>a,.d-sub-menu__level-1>li:hover>a{background-color:var(--color-white);color:var(--color-blue-7);font-weight:700;position:relative}.d-sub-menu__level-1>li.menu-item--hover>a:before,.d-sub-menu__level-1>li:hover>a:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cmVjdCB4PSIzOS4zMDciIHk9Ii0yOC40MTIiIHdpZHRoPSI1NS41ODgiIGhlaWdodD0iNTUuNTg4IiByeD0iMS42NTgiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDM5LjMwNyAtMjguNDEyKSIgZmlsbD0iI0YxRjNGNiIvPjxnIGNsaXAtcGF0aD0idXJsKCNiKSI+PHJlY3QgeD0iMzguNTYzIiB5PSItMjQuNzA2IiB3aWR0aD0iNTAuMjk0IiBoZWlnaHQ9IjUwLjI5NCIgcng9IjEuNSIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMzguNTYzIC0yNC43MDYpIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTN2MjFIMHoiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iYiI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMyAxKSIgZD0iTTAgMGg3MS41Mjl2MTlIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");background-position:50%;background-repeat:no-repeat;background-size:auto 100%;content:"";height:21px;left:-12px;position:absolute;top:50%;transform:translateY(-50%);width:13px}.d-sub-menu__level-1>li.menu-item--hover>.d-sub-menu__level-2,.d-sub-menu__level-1>li:hover>.d-sub-menu__level-2{display:block}}@media(max-width:991.98px){.d-sub-menu__level-1>li>a{color:var(--color-dark);font-size:1.8rem;font-weight:700;letter-spacing:-.03em;line-height:1}}@media(min-width:992px){.d-sub-menu__level-1>li>a{border-radius:2px;display:block;padding:5px 17px}}@media(max-width:991.98px){.d-sub-menu__level-2{display:none;padding-top:var(--d-sub-menu-mobile-gap)}}@media(min-width:992px){.d-sub-menu__level-2{bottom:0;display:none;height:348px;overflow:auto;position:absolute;right:calc(100% + 26px);top:0;width:262px}}@media(max-width:991.98px){.d-sub-menu__level-2>li{padding-block:var(--d-sub-menu-mobile-gap)}}@media(min-width:992px){.d-sub-menu__level-2>li{align-items:center;display:flex;margin-bottom:6px;position:relative}.d-sub-menu__level-2>li:after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjU3NCA4LjUxMSA3IDEzLjA5MWw0LjU3NCA0LjU3OC42LS42LTMuNTQ0LTMuNTVoOC44N3YtLjg1OEg4LjYzbDMuNTQ0LTMuNTQ5LS42LS42WiIgZmlsbD0iIzIwMjIzMSIgc3Ryb2tlPSIjMjAyMjMxIiBzdHJva2Utd2lkdGg9Ii4zNzEiLz48cmVjdCB4PSIyNC4yMTgiIHk9IjI0Ljk4NyIgd2lkdGg9IjIzLjQzNyIgaGVpZ2h0PSIyMy40NjMiIHJ4PSIxMS43MTkiIHRyYW5zZm9ybT0icm90YXRlKDE4MCAyNC4yMTggMjQuOTg3KSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNTYzIi8+PC9zdmc+");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:none;flex:0 0 25px;height:25px;width:25px}}@media(max-width:991.98px){.d-sub-menu__level-2>li>a{color:#202231;font-size:1.6rem;letter-spacing:-.03em;line-height:1;text-decoration:underline}}@media(min-width:992px){.d-sub-menu__level-2>li>a{padding:5px 0}.d-sub-menu__level-2>li>a span{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.d-sub-menu__level-2>li.menu-item--hover:after,.d-sub-menu__level-2>li:hover:after{display:block}}.d-sub-menu__project{border-radius:4px;color:var(--color-white);height:150px;overflow:hidden;position:relative}@media(min-width:992px){.d-sub-menu__project{height:200px}}.d-sub-menu__project-image,.d-sub-menu__project-link,.d-sub-menu__project:before{height:100%;left:0;position:absolute;top:0;width:100%}.d-sub-menu__project-link{z-index:12}.d-sub-menu__project-image{height:100%;object-fit:cover;width:100%}.d-sub-menu__project-title{font-size:1.8rem;font-weight:500;letter-spacing:-.01em;line-height:1;margin-bottom:0}@media(min-width:992px){.d-sub-menu__project-title{margin-bottom:3px}}.d-sub-menu__project-subtitle{font-family:var(--font-primary);font-size:1.5rem;font-weight:400;line-height:1}.d-sub-menu__project-entry{bottom:0;padding:0 18px 13px;position:absolute;right:0;z-index:8}@media(min-width:992px){.d-sub-menu__project-entry{padding-bottom:27px}}.d-sub-menu__project-labels{margin-bottom:10px}@media(min-width:992px){.d-sub-menu__project-labels{margin-bottom:18px}}.d-sub-menu__project-labels .c-post-item__pill{font-size:1.4rem;padding:2px 10px 3px 13px}.d-sub-menu__project:before{background-image:linear-gradient(277.47deg,#0006 2.13%,#0000 67.48%);content:""}.d-sub-menu__cta{background-image:linear-gradient(76.78deg,#0d4ddc -24.56%,#4b83ff 99.34%);border-radius:4px;color:var(--color-white);margin-top:18px;overflow:hidden;position:relative}@media(min-width:992px){.d-sub-menu__cta{margin-top:14px}}.d-sub-menu__cta-link{z-index:8}.d-sub-menu__cta-link,.d-sub-menu__cta-media{height:100%;left:0;position:absolute;top:0;width:100%}.d-sub-menu__cta-entry{max-width:220px;padding:19px 18px 15px}.d-sub-menu__cta-title{font-size:2.8rem;font-weight:500;line-height:.8928571429;margin-bottom:8px}.d-sub-menu__cta-subtitle{font-family:var(--font-primary);font-size:1.3rem;font-weight:400;line-height:1}@media(min-width:992px){html:not([dir=rtl]) .d-sub-menu{left:-200px;right:auto}}html:not([dir=rtl]) .d-sub-menu__cta-media .c-media__element{transform:scaleX(-1)}@media(min-width:992px){html:not([dir=rtl]) .d-sub-menu__level-1>li.menu-item--hover>a:before{left:auto;right:-12px;transform:translateY(-50%) rotate(-180deg)}html:not([dir=rtl]) .d-sub-menu__level-2{left:calc(100% + 26px);right:auto}html:not([dir=rtl]) .d-sub-menu__level-2>li:after{transform:rotate(-180deg)}}.c-menu-category{position:relative}@media(max-width:1199.98px){.c-menu-category{margin-bottom:33px}.c-menu-category__filter{display:flex;flex-wrap:wrap;gap:10px;gap:9px 6px}}@media(min-width:1200px){.c-menu-category__filter{display:grid;gap:8px;grid-template-columns:1fr;left:0;position:sticky;top:calc(var(--header-height, 0) + 40px)}}.c-menu-category__btn{align-items:center;border:1px solid;border-radius:28px;display:inline-flex;display:flex;font-family:var(--font-primary);font-size:1.5rem;font-weight:400;gap:6px;line-height:1;margin:0;padding:3px 10px 4px 13px}.c-menu-category__btn:before{background-color:currentColor;border-radius:100%;content:"";display:block;flex:0 0 3px;height:3px;width:3px}@media(min-width:992px){.c-menu-category__btn{font-size:1.4rem;padding:3px 10px 3px 11px}}.c-menu-category__btn--active,.c-menu-category__btn:hover{background-color:var(--color-dark);color:var(--color-white)}.c-menu-category__btn--active{pointer-events:none}.c-menu-category--on-category-page{display:none}.c-post-item{border:1px solid var(--color-gray);position:relative}@media(max-width:991.98px){.c-post-item{border-radius:15px;display:grid;gap:0 17px;grid-template-columns:50px minmax(0,1fr);padding:5px 5px 18px}}@media(min-width:992px){.c-post-item{border-radius:10px;overflow:hidden}}:where(.c-post-item>:not(.c-post-item__head)){grid-column:2}.c-post-item__text{font-size:1.4rem;line-height:1.7142857143;margin-top:10px;max-width:378px}@media(max-width:991.98px){.c-post-item__text{display:none}}.c-post-item__meta{display:flex}@media(min-width:992px){.c-post-item__meta{align-items:center;flex-wrap:wrap;gap:10px;justify-content:space-between}}@media(max-width:991.98px){.c-post-item__meta{flex-direction:column}}@media(min-width:992px){.c-post-item__meta .c-post-item__pill{display:flex}.c-post-item__meta-one{align-self:center;font-size:1.4rem;max-width:207px}.c-post-item__meta--default .c-post-item__title{max-width:261px}}.c-post-item__meta--events .c-post-item__title{flex:0 0 100%}.c-post-item__link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.c-post-item__title{font-family:var(--font-primary);font-size:2.2rem;font-weight:700;line-height:1.0909090909}@media(min-width:992px){.c-post-item__title{font-size:2.4rem;line-height:1}}@media(max-width:991.98px){.c-post-item__title{margin-top:6px;order:2}}:where(.c-post-item__title:not(:first-child)){margin-top:6px}.c-post-item__head img{display:block;height:54px;object-fit:cover;width:100%}@media(max-width:991.98px){.c-post-item__head img{border-radius:10px}}@media(min-width:992px){.c-post-item__head img{height:180px}.c-post-item__body{padding:21px 15px 0}}.c-post-item__footer{align-items:center;display:flex;gap:13px}@media(max-width:991.98px){.c-post-item__footer{margin-top:25px}}@media(min-width:992px){.c-post-item__footer{justify-content:space-between;padding:37px 15px 15px}}@media(max-width:389px){.c-post-item__footer{gap:8px}}.c-post-item__footer .c-btn{padding:10px 22px}@media(max-width:389px){.c-post-item__footer .c-btn{padding:8px 6px}}@media(max-width:991.98px){.c-post-item__footer--default{display:flex;flex-direction:row-reverse;justify-content:space-between;padding-inline-end:20px}}.c-post-item__pill{align-items:center;background-color:var(--label-background-color);border:1px solid;border-color:var(--label-background-color);border-radius:28px;display:inline-flex;font-family:var(--font-primary);font-size:1.5rem;font-weight:400;gap:6px;line-height:1;padding:3px 10px 4px 13px}.c-post-item__pill:before{background-color:currentColor;border-radius:100%;content:"";display:block;flex:0 0 3px;height:3px;width:3px}.c-post-item--block{background-image:linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,#c1ccfb1a,#c1ccfb1a),linear-gradient(0deg,#e0e0e0,#e0e0e0);border:.8px solid var(--color-gray);border-color:var(--color-gray);border-radius:0 0 8px 8px;display:block;padding:0 0 17px}@media(min-width:992px){.c-post-item--block{border-radius:10px;overflow:hidden}}@media(max-width:991.98px){.c-post-item--block .c-post-item__head{border-radius:8px 8px 0 0;overflow:hidden}}.c-post-item--block .c-post-item__head img{border-radius:0;height:200px}@media(min-width:992px){.c-post-item--block .c-post-item__head img{height:180px}}.c-post-item--block .c-post-item__body{padding:27px 20px 0}@media(min-width:992px){.c-post-item--block .c-post-item__body{padding:22px 20px 0}}.c-post-item--block .c-post-item__footer{padding:0 20px}@media(min-width:992px){.c-post-item--block .c-post-item__footer{margin-top:22px}}.c-post-item--block .c-post-item__title{flex:0 0 65%}@media(max-width:389px){.c-post-item--block .c-post-item__title{flex-basis:100%}}@media(max-width:991.98px){.c-post-item--block .c-post-item__meta--default{display:flex;gap:10px;justify-content:space-between}}@media(max-width:389px){.c-post-item--block .c-post-item__meta--default{flex-wrap:wrap}}.c-post-item:hover .c-btn-secondary-outline{background-color:var(--color-dark);color:var(--color-white)}.c-post-item--projects{border-radius:10px;border-width:0;color:var(--color-white);display:flex;flex-direction:column;gap:0;overflow:hidden;padding:41px 14px 30px;position:relative}@media(min-width:992px){.c-post-item--projects{border-radius:0;overflow:visible;padding:59px 34px 45px}}.c-post-item--projects:before{background-image:linear-gradient(0deg,#0000004d,#0000004d);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}@media(min-width:992px){.c-post-item--projects:before{border-radius:10px}}.c-post-item--projects .c-post-item__bg-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:1}@media(min-width:992px){.c-post-item--projects .c-post-item__bg-image{border-radius:10px}}.c-post-item--projects .c-post-item__link{z-index:3}.c-post-item--projects .content{display:flex;flex:1 1 100%;flex-direction:column;position:relative;z-index:2}@media(min-width:992px){.c-post-item--projects .content{max-width:587px}.c-post-item--projects .c-post-item__pill{padding:2px 10px 2px 13px}}.c-post-item--projects .c-post-item__title{font-family:var(--font-primary);font-size:4rem;line-height:.9;margin-bottom:10px;order:1}@media(min-width:992px){.c-post-item--projects .c-post-item__title{font-family:var(--font-secondary);margin-bottom:3px}}.c-post-item--projects .c-post-item__subtitle{font-family:var(--font-primary);font-size:2rem;font-weight:400;line-height:1.1;order:2}@media(min-width:992px){.c-post-item--projects .c-post-item__subtitle{font-size:2.2rem;line-height:1}}.c-post-item--projects .c-post-item-projects--label{display:flex;flex-wrap:wrap;gap:9px;margin-top:15px;order:3}.c-post-item--projects .testimonial{display:flex;flex-direction:column;gap:12px;margin-top:124px;order:5}@media(min-width:992px){.c-post-item--projects .testimonial{gap:20px;margin-top:20px}}.c-post-item--projects .testimonial svg{margin-bottom:7px}@media(min-width:992px){.c-post-item--projects .testimonial svg{margin-bottom:0}}.c-post-item--projects .testimonial-author{font-size:1.8rem;line-height:1.2222222222}.c-post-item--projects .testimonial-conntent{font-size:2.6rem;font-weight:400;line-height:1}@media(min-width:992px){.c-post-item--projects .testimonial-conntent{line-height:1.0769230769}}.c-post-item--projects .c-post-item__logo{align-items:center;background-color:var(--color-white-2);border-bottom-left-radius:10px;bottom:-1px;display:flex;justify-content:center;left:-1px;max-width:320px;padding:20px 28px;position:absolute;z-index:4}@media(max-width:991.98px){.c-post-item--projects .c-post-item__logo{display:none}}.c-post-item--projects .c-post-item__logo img{object-fit:contain}html:not([dir=rtl]) .c-post-item .c-post-item__title,html:not([dir=rtl]) .c-post-item .content{font-family:var(--font-tertiary)}.c-loader{display:inline-block;height:60px;position:relative;width:60px}.c-loader div{animation:a 1.2s cubic-bezier(.5,0,.5,1) infinite;border:4px solid var(--color-primary);border-color:var(--color-primary) #0000 #0000;border-radius:50%;box-sizing:border-box;display:block;height:48px;margin:4px;position:absolute;width:48px}.c-loader div:first-child{animation-delay:-.45s}.c-loader div:nth-child(2){animation-delay:-.3s}.c-loader div:nth-child(3){animation-delay:-.15s}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.c-article-hero{color:var(--color-white);overflow:hidden;position:relative}.c-article-hero__background{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:1}@media(min-width:1200px){.c-article-hero__background{border-radius:0 0 10px 10px;left:50%;margin-left:-548px;width:1206px}}.c-article-hero__container{min-height:596px;padding-block:56px;position:relative;z-index:2}@media(min-width:768px){.c-article-hero__container{min-height:340px;padding-top:98px}}.c-article-hero__actions{align-items:center;display:flex;font-size:0;gap:8px}.c-article-hero__content-row{align-items:center;display:flex;gap:10px;margin-bottom:18px}@media(min-width:768px){.c-article-hero__content-row{margin-bottom:10px}}.c-article-hero__title{font-size:3rem;font-weight:500;letter-spacing:-.025em;line-height:1.4666666667;margin-bottom:52px}@media(min-width:768px){.c-article-hero__title{margin-bottom:11px}}.c-article-hero__meta{font-size:1.4rem;gap:10px 20px}.c-article-hero .breadcrumbs>span,.c-article-hero__meta{align-items:center;display:flex;flex-wrap:wrap}.c-article-hero .breadcrumbs a{margin-bottom:0}.c-article-hero .nav-previous{transform:rotate(-180deg)}.c-article-hero--project:before{background-color:var(--color-black);content:"";height:100%;left:0;opacity:.15;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}@media(min-width:1200px){.c-article-hero--project .c-article-hero__background{border-radius:0;left:0;margin:0;right:0;width:100%}}.c-article-hero--project .c-article-hero__title{font-size:6.5rem;font-weight:500;letter-spacing:-.025em;line-height:.9230769231}@media(min-width:992px){.c-article-hero--project .c-article-hero__title{font-size:10rem;line-height:.86}.c-article-hero--project .c-article-hero__title--desktop-size-10-percent-smaller{font-size:9rem}.c-article-hero--project .c-article-hero__title--desktop-size-20-percent-smaller{font-size:8rem}.c-article-hero--project .c-article-hero__title--desktop-size-30-percent-smaller{font-size:7rem}.c-article-hero--project .c-article-hero__title--desktop-size-40-percent-smaller{font-size:6rem}}@media(max-width:991.98px){.c-article-hero--project .c-article-hero__title--mobile-size-10-percent-smaller{font-size:5.8rem}.c-article-hero--project .c-article-hero__title--mobile-size-20-percent-smaller{font-size:5.2rem}.c-article-hero--project .c-article-hero__title--mobile-size-30-percent-smaller{font-size:4.5rem}.c-article-hero--project .c-article-hero__title--mobile-size-40-percent-smaller{font-size:3.9rem}}.c-article-hero--project .c-article-hero__content-row{gap:17px}@media(min-width:992px){.c-article-hero--project .c-article-hero__content-row{gap:0 12px;margin-bottom:23px}}.c-article-hero--project .c-article-hero__container{padding-top:199px}@media(min-width:992px){.c-article-hero--project .c-article-hero__container{min-height:610px;padding-top:149px}}.c-article-hero--project .nav-next svg,.c-article-hero--project .nav-previous svg{height:35px;width:35px}@media(min-width:992px){.c-article-hero--project .nav-next svg,.c-article-hero--project .nav-previous svg{height:25px;width:25px}}.c-article-hero--project .nav-next rect,.c-article-hero--project .nav-previous rect{fill:var(--color-white);stroke:var(--color-white)}.c-article-hero--project .nav-next path,.c-article-hero--project .nav-previous path{fill:var(--color-blue-1);stroke:var(--color-blue-1)}.c-article-hero--project .breadcrumbs>span>span:not(:nth-last-child(2)):not(:last-child):after{content:"/";margin-inline-end:7px}.c-article-hero--project .breadcrumbs a{background-color:var(--color-white);color:var(--color-dark);margin-inline-end:7px;padding:0 11px}.c-article-hero--project .breadcrumbs a:after{display:none}.c-article-search{position:relative}.c-article-search__link{height:100%;left:0;position:absolute;top:0;width:100%}.c-article-search__title{font-family:var(--font-primary);font-size:1.8rem;font-weight:700;line-height:1.3333333333;margin-bottom:6px}.c-article-search__text{font-size:1.8rem;font-weight:400;line-height:1.2222222222}@media(min-width:992px){.c-article-search__text{line-height:1.3333333333}}.c-article-search__highlight{color:var(--color-primary)}.c-logo-carousel{overflow:hidden;white-space:nowrap}.c-logo-carousel .js-marquee-wrapper{float:left}.c-logo-carousel img{display:block;height:59px;object-fit:contain;width:auto}.c-logo-carousel__item{float:left;margin-inline:39px}.c-project-side-by-side-text-block{background-color:var(--color-blue-7);color:var(--color-white);padding-bottom:95px;padding-top:78px}@media(min-width:992px){.c-project-side-by-side-text-block{padding-bottom:137px;padding-top:97px}}.c-project-side-by-side-text-block__cols{display:grid;gap:46px;grid-template-columns:1fr}@media(min-width:992px){.c-project-side-by-side-text-block__cols{gap:60px;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:space-between}}@media(min-width:1200px){.c-project-side-by-side-text-block__cols{grid-template-columns:minmax(0,481px) minmax(0,426px)}}.c-project-side-by-side-text-block .c-text{display:flex;flex-direction:column;font-size:1.8rem;font-weight:400;gap:23px;line-height:1.2222222222}@media(min-width:992px){.c-project-side-by-side-text-block .c-text{line-height:1.3333333333;margin-top:56px}}.c-project-side-by-side-text-block .c-section-header{margin-bottom:26px}@media(min-width:992px){.c-project-side-by-side-text-block .c-section-header{margin-bottom:23px}}.c-project-side-by-side-text-block .c-section-header__tagline{margin-bottom:18px}@media(min-width:992px){.c-project-side-by-side-text-block .c-section-header__tagline{margin-bottom:36px}}.c-project-side-by-side-text-block .c-section-header__title{font-family:var(--font-primary);font-size:2.6rem;font-weight:400;line-height:1.0769230769}@media(min-width:992px){.c-project-side-by-side-text-block .c-section-header__title{font-size:3rem;line-height:1.2}}html:not([dir=rtl]) .c-section-header{font-family:var(--font-tertiary)}html:not([dir=rtl]) .c-section-header__tagline{font-family:inherit}.c-hero-project{color:var(--color-dark);overflow:hidden;padding-bottom:83px;padding-top:46px}@media(min-width:992px){.c-hero-project{padding-bottom:173px;padding-top:81px}}.c-hero-project .breadcrumbs a:after{background-color:currentColor}.c-hero-project .breadcrumbs>span>span:not(:nth-last-child(2)):not(:last-child):after{content:"/";margin-inline-end:7px}.c-hero-project .breadcrumbs,.c-hero-project .breadcrumbs a{border-color:currentColor;color:currentColor}.c-hero-project__arrows{align-items:center;display:flex;font-size:0;gap:8px}@media(min-width:992px){.c-hero-project__arrows{margin-bottom:10px}}.c-hero-project .nav-previous svg{transform:rotate(-180deg)}@media(max-width:991.98px){.c-hero-project .nav-next,.c-hero-project .nav-previous{margin-bottom:13px}}.c-hero-project .nav-next a,.c-hero-project .nav-next svg,.c-hero-project .nav-previous a,.c-hero-project .nav-previous svg{display:block}@media(max-width:991.98px){.c-hero-project .nav-next svg,.c-hero-project .nav-previous svg{height:35px;width:35px}}.c-hero-project .nav-next rect,.c-hero-project .nav-previous rect{fill:var(--color-white);stroke:var(--color-gray)}.c-hero-project .nav-next path,.c-hero-project .nav-previous path{fill:var(--color-blue-1);stroke:var(--color-blue-1)}@media(min-width:992px){.c-hero-project__container{align-items:center;display:grid;gap:40px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1200px){.c-hero-project__container{display:flex;gap:0}.c-hero-project__content{flex:0 0 632px;margin-top:67px}}@media(max-width:991.98px){.c-hero-project__nav{margin-bottom:20px}}@media(min-width:992px){.c-hero-project__nav{align-items:center;display:flex;flex-wrap:wrap;gap:14px;margin-bottom:14px}}.c-hero-project__title{font-size:6.5rem;font-weight:500;letter-spacing:-.025em;line-height:.9230769231}@media(min-width:992px){.c-hero-project__title{font-size:10rem;line-height:.86}.c-hero-project__title--desktop-size-10-percent-smaller{font-size:9rem}.c-hero-project__title--desktop-size-20-percent-smaller{font-size:8rem}.c-hero-project__title--desktop-size-30-percent-smaller{font-size:7rem}.c-hero-project__title--desktop-size-40-percent-smaller{font-size:6rem}}@media(max-width:991.98px){.c-hero-project__title--mobile-size-10-percent-smaller{font-size:5.8rem}.c-hero-project__title--mobile-size-20-percent-smaller{font-size:5.2rem}.c-hero-project__title--mobile-size-30-percent-smaller{font-size:4.5rem}.c-hero-project__title--mobile-size-40-percent-smaller{font-size:3.9rem}}.c-hero-project__excerpt{font-size:1.8rem;font-weight:400;line-height:1.2222222222;margin-top:13px}@media(min-width:992px){.c-hero-project__excerpt{line-height:1.3333333333;margin-top:4px;max-width:456px}}.c-hero-project__button{margin-top:21px}@media(min-width:992px){.c-hero-project__button{margin-top:25px}}@media(max-width:991.98px){.c-hero-project__media{margin-inline:auto;margin-top:51px;max-width:262px}}@media(min-width:1200px){.c-hero-project__media{flex:0 0 525px}}.c-hero-project__image{font-size:0;margin-inline:auto;max-width:221px;position:relative}@media(min-width:992px){.c-hero-project__image{max-width:446px}}.c-hero-project__image img{border-radius:5px;height:176px;object-fit:cover;width:100%}@media(min-width:992px){.c-hero-project__image img{border-radius:10px;height:357px}}.c-hero-project__image:after,.c-hero-project__image:before{content:"";position:absolute;z-index:-1}.c-hero-project__image:before{background-color:var(--color-primary);-webkit-clip-path:path("M0.512367 0.800049V81.2088C44.9267 81.2088 80.9211 45.2054 80.9211 0.800049H0.503426H0.512367Z");clip-path:path("M0.512367 0.800049V81.2088C44.9267 81.2088 80.9211 45.2054 80.9211 0.800049H0.503426H0.512367Z");height:80px;left:-32px;top:45px;width:80px;z-index:1}@media(min-width:992px){.c-hero-project__image:before{-webkit-clip-path:path("M0.0171814 0V154.497C85.3549 154.497 154.515 85.3205 154.515 0H0H0.0171814Z");clip-path:path("M0.0171814 0V154.497C85.3549 154.497 154.515 85.3205 154.515 0H0H0.0171814Z");height:154px;left:-43px;top:88px;width:154px}}.c-hero-project__image:after{background-color:var(--color-blue-8);-webkit-clip-path:path("M81.0001 0.525146C36.5857 0.525146 0.591248 36.5285 0.591248 80.9339C0.591248 125.339 36.5947 161.352 81.0001 161.352V0.525146Z");clip-path:path("M81.0001 0.525146C36.5857 0.525146 0.591248 36.5285 0.591248 80.9339C0.591248 125.339 36.5947 161.352 81.0001 161.352V0.525146Z");content:"";height:160px;right:-19px;top:51px;width:80px}@media(min-width:992px){.c-hero-project__image:after{-webkit-clip-path:path("M154.497 0C69.159 0 -0.000854492 69.1769 -0.000854492 154.497C-0.000854492 239.818 69.1761 309.012 154.497 309.012V0Z");clip-path:path("M154.497 0C69.159 0 -0.000854492 69.1769 -0.000854492 154.497C-0.000854492 239.818 69.1761 309.012 154.497 309.012V0Z");height:309px;right:-37px;top:99px;width:154px}}.c-hero-project__image--image-alt{margin-inline:auto;max-width:261px}@media(min-width:992px){.c-hero-project__image--image-alt{max-width:506px}}.c-hero-project__image--image-alt img{height:206px}@media(min-width:992px){.c-hero-project__image--image-alt img{height:407px}}.c-hero-project__image--image-alt:after,.c-hero-project__image--image-alt:before{display:none}html:not([dir=rtl]) .c-hero-project__arrows{flex-direction:row-reverse;justify-content:flex-end}.c-hero-category{padding-block:45px}@media(min-width:992px){.c-hero-category{padding-block:76px}}.c-hero-category :where(.c-text:not(:last-child)){margin-bottom:18px}@media(min-width:992px){.c-hero-category :where(.c-text:not(:last-child)){margin-bottom:33px}}@media(max-width:991.98px){.c-hero-category .cols{gap:14px}}.c-hero-category__pill{align-items:center;border:1px solid;border-radius:28px;display:inline-flex;font-family:var(--font-primary);font-size:1.4rem;font-weight:400;gap:6px;line-height:1;margin-bottom:30px;padding:3px 10px 2px 13px}.c-hero-category__pill:before{background-color:currentColor;border-radius:100%;content:"";display:block;flex:0 0 3px;height:3px;width:3px}@media(min-width:992px){.c-hero-category__pill{margin-bottom:13px}}.c-hero-category__title{font-size:6.5rem;font-weight:500;letter-spacing:-.025em;line-height:.9230769231;margin-inline-end:-10px}@media(min-width:992px){.c-hero-category__title{font-size:8rem;line-height:1.075}}@media(max-width:991.98px){.c-hero-category__title{word-break:break-all}}.c-tax-body .container .container{padding-inline:0}@media(max-width:991.98px){.c-tax-body .b-projects{padding-block:38px}}@media(min-width:992px){.c-tax-body .b-projects{padding-bottom:58px;padding-top:34px}}.c-tax-body .b-projects__menu{display:none}@media(max-width:991.98px){.c-tax-body .c-gallery__actions{margin-top:81px}}.c-tax-body .c-gallery__actions .c-btn-text-underlined{padding:0 0 6px!important}@media(max-width:991.98px){.c-tax-body .c-gallery__actions .c-btn-text-underlined{font-size:1.8rem}.c-tax-body .b-form-and-media{padding-top:100px}}@media(min-width:992px){.c-tax-body .b-form-and-media{padding-bottom:190px;padding-top:88px}}.c-pills{display:flex;flex-wrap:wrap;gap:10px 6px;padding-block:58px}.c-pills__item{align-items:center;border:1px solid;border-radius:28px;color:currentColor;display:inline-flex;font-family:var(--font-primary);font-size:1.4rem;font-weight:400;gap:6px;line-height:1;padding:3px 10px 2px 13px;text-decoration:none}.c-pills__item:before{background-color:currentColor;border-radius:100%;content:"";display:block;flex:0 0 3px;height:3px;width:3px}.c-pills__item--active,.c-pills__item:hover{background-color:var(--color-dark);color:var(--color-white)}.c-pills__item--active{pointer-events:none}.c-slider-fancy-pills{margin-block:18px;padding-block:0}.c-slider-fancy-pills .c-pills__item--active,.c-slider-fancy-pills .c-pills__item:hover{background-color:var(--color-dark);color:var(--color-white)}.b-timeline__pills{display:none}@media(min-width:992px){.b-timeline__pills{display:flex}}.c-lang-menu{display:block;line-height:1;position:relative}@media(max-width:991.98px){.c-lang-menu{margin-inline-end:auto;margin-inline-start:23px}}@media(min-width:992px){.c-lang-menu .wpml-ls-legacy-list-vertical>ul{display:flex;flex-direction:column;gap:14px}}.c-lang-menu .wpml-ls-link{color:currentColor;transition:background-color var(--trs)}@media(min-width:992px){.c-lang-menu .wpml-ls-link{border-radius:2px;padding:3px 12px}.c-lang-menu .wpml-ls-link:hover{background-color:#eeeefe}}@media(max-width:991.98px){.c-lang-menu.active .c-lang-menu__icon{color:var(--color-primary)}.c-lang-menu.active .c-lang-menu__dd{opacity:1;transform:translateY(0);visibility:visible}}@media(min-width:992px){.c-lang-menu:hover .c-lang-menu__icon{color:var(--color-primary)}.c-lang-menu:hover .c-lang-menu__dd{opacity:1;transform:translateY(0);visibility:visible}}.c-lang-menu__icon{cursor:pointer;display:block;height:auto;transition:color var(--trs);width:22px}.c-lang-menu__dd{background-color:var(--color-white);border:1px solid var(--color-gray);border-radius:7.5px;color:var(--color-dark);font-size:2rem;opacity:0;padding:23px 14px;position:absolute;top:100%;transform:translateY(10px);transition-duration:var(--trs);transition-property:opacity,transform,visibility;visibility:hidden;white-space:nowrap}@media(max-width:991.98px){.c-lang-menu__dd{max-width:320px;right:0}}@media(min-width:992px){.c-lang-menu__dd{font-size:1.5rem;left:0;min-width:180px}}@media(max-width:991.98px){.c-lang-menu--desktop{display:none}}@media(min-width:992px){.c-lang-menu--mobile{display:none}}html:not([dir=rtl]) .c-lang-menu__dd{left:0;right:auto}@media(min-width:992px){html:not([dir=rtl]) .c-lang-menu__dd{left:auto;right:0}}.c-add-to-calendar .atcb-button{all:inherit}.c-ty-message{display:flex;flex-direction:column;gap:20px}.b-oob{padding-bottom:100px;padding-top:100px;text-align:center}.b-oob--style-boxed-container{--bs-gutter-x:4rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media(min-width:576px){.b-oob--style-boxed-container{max-width:540px}}@media(min-width:768px){.b-oob--style-boxed-container{max-width:720px}}@media(min-width:992px){.b-oob--style-boxed-container{max-width:960px}}@media(min-width:1200px){.b-oob--style-boxed-container{max-width:1136px}}.b-oob--style-text-align-left{text-align:left}.b-oob--style-text-align-right{text-align:right}@media(min-width:768px){.b-oob--style-narrow-container-on-desktop .container{max-width:768px}}.b-oob--style-full-width-container .container{max-width:100vw;padding-left:0;padding-right:0;width:100vw}.b-oob--style-large-padding-top{padding-top:80px}@media(min-width:768px){.b-oob--style-large-padding-top{padding-top:150px}}.b-oob--style-large-padding-bottom{padding-bottom:80px}@media(min-width:768px){.b-oob--style-large-padding-bottom{padding-bottom:150px}}.b-oob--style-small-padding-top{padding-top:40px}@media(min-width:768px){.b-oob--style-small-padding-top{padding-top:50px}}.b-oob--style-small-padding-bottom{padding-bottom:40px}@media(min-width:768px){.b-oob--style-small-padding-bottom{padding-bottom:50px}}.b-oob--style-no-padding-top{padding-top:0}@media(min-width:768px){.b-oob--style-no-padding-top{padding-top:0}}.b-oob--style-no-padding-bottom{padding-bottom:0}@media(min-width:768px){.b-oob--style-no-padding-bottom{padding-bottom:0}}.b-oob .c-media{border-radius:10px}.b-oob-inner>:not(:last-child){margin-bottom:30px}.b-oob .oob-card{margin-bottom:40px;padding-left:15px;padding-right:15px}@media(max-width:575.98px){.b-oob .oob-card:last-child{margin-bottom:0}}.b-oob .oob-card>:not(:last-child){margin-bottom:10px}.b-oob-cards-with-top-media .c-media{display:flex;height:160px}.b-oob-cards-with-top-media .c-media img{height:100%;object-fit:cover}.b-oob-cards-with-top-media__items{display:flex;flex-wrap:wrap;justify-content:center;margin-top:30px}.b-oob-cards-with-top-media--style-small-circle-media .c-media{height:unset}.b-oob-cards-with-top-media--style-small-circle-media .c-media img{border-radius:50%;height:80px;object-fit:cover;width:80px}.b-oob-cards-with-top-media--style-medium-circle-media .c-media{display:unset;height:unset}.b-oob-cards-with-top-media--style-medium-circle-media .c-media img{border-radius:50%;height:140px;object-fit:cover;width:140px}.b-oob-cards-with-top-media--style-large-circle-media .c-media{height:unset}.b-oob-cards-with-top-media--style-large-circle-media .c-media img{border-radius:50%;height:200px;object-fit:cover;width:200px}.b-oob-cards-with-top-media--style-media-contain{object-fit:contain}.b-oob-cards-with-top-media--style-media-cover{object-fit:cover}@media(min-width:768px){.b-oob-cards-with-top-media--style-2-items-desktop .b-oob-cards-with-top-media__item{flex:0 0 50%;max-width:50%;width:50%}}@media(min-width:768px)and (max-width:991.98px){.b-oob-cards-with-top-media--style-2-items-tablet .b-oob-cards-with-top-media__item{flex:0 0 50%;max-width:50%;width:50%}}@media(max-width:575.98px){.b-oob-cards-with-top-media--style-2-items-mobile .b-oob-cards-with-top-media__item{flex:0 0 50%;max-width:50%;width:50%}}@media(min-width:768px){.b-oob-cards-with-top-media--style-3-items-desktop .b-oob-cards-with-top-media__item{flex:0 0 33.3333333333%;max-width:33.3333333333%;width:33.3333333333%}}@media(min-width:768px)and (max-width:991.98px){.b-oob-cards-with-top-media--style-3-items-tablet .b-oob-cards-with-top-media__item{flex:0 0 33.3333333333%;max-width:33.3333333333%;width:33.3333333333%}}@media(max-width:575.98px){.b-oob-cards-with-top-media--style-3-items-mobile .b-oob-cards-with-top-media__item{flex:0 0 33.3333333333%;max-width:33.3333333333%;width:33.3333333333%}}@media(min-width:768px){.b-oob-cards-with-top-media--style-4-items-desktop .b-oob-cards-with-top-media__item{flex:0 0 25%;max-width:25%;width:25%}}@media(min-width:768px)and (max-width:991.98px){.b-oob-cards-with-top-media--style-4-items-tablet .b-oob-cards-with-top-media__item{flex:0 0 25%;max-width:25%;width:25%}}@media(max-width:575.98px){.b-oob-cards-with-top-media--style-4-items-mobile .b-oob-cards-with-top-media__item{flex:0 0 25%;max-width:25%;width:25%}}@media(min-width:768px){.b-oob-cards-with-top-media--style-5-items-desktop .b-oob-cards-with-top-media__item{flex:0 0 20%;max-width:20%;width:20%}}@media(min-width:768px)and (max-width:991.98px){.b-oob-cards-with-top-media--style-5-items-tablet .b-oob-cards-with-top-media__item{flex:0 0 20%;max-width:20%;width:20%}}@media(max-width:575.98px){.b-oob-cards-with-top-media--style-5-items-mobile .b-oob-cards-with-top-media__item{flex:0 0 20%;max-width:20%;width:20%}}@media(min-width:768px){.b-oob-cards-with-top-media--style-6-items-desktop .b-oob-cards-with-top-media__item{flex:0 0 16.6666666667%;max-width:16.6666666667%;width:16.6666666667%}}@media(min-width:768px)and (max-width:991.98px){.b-oob-cards-with-top-media--style-6-items-tablet .b-oob-cards-with-top-media__item{flex:0 0 16.6666666667%;max-width:16.6666666667%;width:16.6666666667%}}@media(max-width:575.98px){.b-oob-cards-with-top-media--style-6-items-mobile .b-oob-cards-with-top-media__item{flex:0 0 16.6666666667%;max-width:16.6666666667%;width:16.6666666667%}}.b-hero__inner{padding-bottom:166px;padding-top:120px}@media(min-width:992px){.b-hero__inner{max-width:66.5%;min-height:610px}}@media(max-width:767.98px){.b-hero__inner{padding-bottom:69px;padding-top:234px}}.b-hero__entry{font-size:1.8rem;font-weight:400;line-height:1.2222222222}@media(min-width:992px){.b-hero__entry{line-height:1.3333333333}}@media(min-width:1200px){.b-hero__entry{margin-inline-end:260px}}@media(max-width:767.98px){.b-hero__entry{margin-inline-end:20px}}.b-hero .c-section-header__title{font-size:var(--font-size-hero);font-weight:500;letter-spacing:-.025em;line-height:.86;margin-bottom:17px}@media(max-width:991.98px){.b-hero .c-section-header__title{font-size:6.5rem;line-height:.9230769231}.b-hero .c-section-header__subtitle{line-height:1.1666666667}}.b-hero .c-breadcrumbs{margin-bottom:6px}@media(min-width:992px){.b-hero .c-breadcrumbs{margin-inline-start:10px}}.b-hero .c-buttons{margin-top:30px}.b-hero--layout-investors .b-hero__inner{min-height:auto;padding-bottom:136px;padding-top:97px}@media(max-width:991.98px){.b-hero--layout-investors .b-hero__inner{padding-bottom:161px;padding-top:131px}}.b-hero--layout-investors .b-hero__entry{margin-inline-end:0}.b-hero--layout-investors .c-breadcrumbs{margin-inline-start:0}@media(min-width:992px){.b-hero--layout-investors .c-breadcrumbs{margin-bottom:11px}.b-hero--layout-investors .c-section-header__title{font-size:8rem;letter-spacing:-.8px;line-height:1.075}}@media(max-width:991.98px){.b-hero--layout-careers .c-breadcrumbs{margin-bottom:10px}}@media(max-width:767.98px){.b-hero--layout-careers .b-hero__inner{padding-bottom:39px;padding-top:127px}}@media(min-width:1200px){.b-hero--layout-careers .b-hero__entry{margin-inline-end:140px}}@media(max-width:991.98px){.b-hero--layout-about .c-breadcrumbs{margin-bottom:10px}}@media(min-width:992px){.b-hero--layout-about .c-breadcrumbs{margin-bottom:11px}}@media(max-width:991.98px){.b-hero--layout-about .c-section-header__title{margin-bottom:14px}}@media(min-width:992px){.b-hero--layout-about .c-section-header__title{margin-bottom:13px}}@media(max-width:991.98px){.b-hero--layout-about .b-hero__inner{padding-top:235px}}.b-hero-magazine{--media-width-desktop:1157px;margin-bottom:81px;padding-top:58px}@media(min-width:992px){.b-hero-magazine{margin-bottom:132px;padding-top:0}}.b-hero-magazine .c-section-header__title{font-size:6.5rem;font-weight:500;letter-spacing:-.025em;line-height:.9230769231}@media(min-width:992px){.b-hero-magazine .c-section-header__title{font-size:8rem;line-height:1.075}}.b-hero-magazine .c-breadcrumbs{margin-bottom:12px}@media(min-width:992px){.b-hero-magazine .c-breadcrumbs{margin-bottom:-1px;margin-inline-start:10px}.b-hero-magazine .c-background__media{border-bottom-left-radius:10px;left:var(--d-special-left,0);overflow:hidden}.b-hero-magazine__content{display:grid;grid-template-columns:1fr 1fr;max-width:calc(var(--media-width-desktop) - 340px);min-height:380px;padding-top:83px;position:relative}}@media(min-width:1200px){.b-hero-magazine__content{max-width:calc(var(--media-width-desktop) - 240px)}}.b-hero-magazine__media{margin-top:12px}@media(min-width:992px){.b-hero-magazine__media{bottom:0;left:12px;max-width:371px;position:absolute}}.b-hero-magazine__btn{bottom:0;position:absolute;right:20px;transform:translateY(50%)}@media(min-width:992px){.b-hero-magazine__btn{right:0}}.b-homepage-hero__inner{display:flex;flex-direction:column}@media(max-width:991.98px){.b-homepage-hero__inner{height:calc(90vh - var(--header-height, 1px));justify-content:flex-end;min-height:564px}}@media(min-width:992px){.b-homepage-hero__inner{min-height:609px;padding-top:163px}}.b-homepage-hero__text{font-size:1.8rem;font-weight:400;line-height:1.2222222222;max-width:456px}@media(min-width:992px){.b-homepage-hero__text{line-height:1.3333333333}.b-homepage-hero__entry{max-width:780px}}.b-homepage-hero .c-section-header__title{font-size:var(--font-size-hero);font-weight:500;letter-spacing:-.025em;line-height:.86;margin-bottom:16px}@media(max-width:991.98px){.b-homepage-hero .c-section-header__title{font-size:6.5rem;line-height:.9230769231}}@media(min-width:992px){.b-homepage-hero .c-section-header__title{margin-bottom:13px}.b-homepage-hero .c-section-header__subtitle{max-width:527px}}.b-homepage-hero .c-box-hero{margin-top:66px}@media(max-width:575.98px){.b-homepage-hero .c-box-hero{margin-inline:-2rem}}@media(min-width:992px){.b-homepage-hero .c-box-hero--mobile{display:none}}@media(max-width:991.98px){.b-homepage-hero .c-box-hero--desktop{display:none}}@media(min-width:992px){.b-homepage-hero .c-box-hero--desktop{bottom:0;left:0;position:absolute;z-index:8}}@media(max-width:575.98px){.b-homepage-hero .c-background__carousel-media .c-media__element--mobile{height:calc(100% - 120px)!important}}@media(min-width:992px){html:not([dir=rtl]) .b-homepage-hero .c-box-hero--desktop{left:auto;right:0}html:not([dir=rtl]) .b-homepage-hero .b-homepage-hero__entry{max-width:790px}}.b-form--style-js-show-thank-you-div{padding-block:80px}@media(max-width:991.98px){.b-form--style-js-show-thank-you-div{padding-block:40px}}.b-form--style-js-show-thank-you-div .c-ty-message{display:none}.b-form--style-transparent-fields input{background-color:#0000}.b-side-by-side-text-and-media__cols{gap:24px}@media(min-width:768px){.b-side-by-side-text-and-media__cols{align-items:center;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767.98px){.b-side-by-side-text-and-media__cols{display:flex;flex-direction:column}}.b-side-by-side-text-and-media .c-section-header__title{font-size:3rem;font-weight:700;letter-spacing:-.01em;line-height:1}@media(max-width:767.98px){.b-side-by-side-text-and-media .c-section-header__title{font-size:2.5rem;line-height:1.2;margin-bottom:24px}}.b-side-by-side-text-and-media .c-section-header__subtitle{font-size:var(--font-size-h2);line-height:1.1666666667}@media(max-width:991.98px){.b-side-by-side-text-and-media .c-section-header__subtitle{font-size:2.6rem;line-height:1.0769230769}}.b-side-by-side-text-and-media .c-buttons{margin-top:43px}@media(max-width:767.98px){.b-side-by-side-text-and-media .c-buttons{justify-content:center;margin-top:27px}}.b-side-by-side-text-and-media+.b-cards-with-icon{margin-top:124px}@media(min-width:992px){.b-side-by-side-text-and-media+.b-cards-with-icon{margin-top:105px}}.b-side-by-side-text-and-media--layout-blog{margin-bottom:76px}.b-side-by-side-text-and-media--layout-blog .c-section-header:not(:last-child){margin-bottom:10px}@media(min-width:992px){.b-side-by-side-text-and-media--layout-blog .c-section-header:not(:last-child){margin-bottom:16px}}.b-side-by-side-text-and-media--layout-blog .c-section-header__title{font-family:var(--font-primary);font-size:2.6rem;font-weight:400;letter-spacing:0;line-height:1.0769230769}@media(min-width:992px){.b-side-by-side-text-and-media--layout-blog .c-section-header__title{font-size:3rem;line-height:1.1666666667}}.b-side-by-side-text-and-media--layout-blog .c-text{font-size:1.8rem;font-weight:400;line-height:1.2222222222}@media(min-width:992px){.b-side-by-side-text-and-media--layout-blog .c-text{line-height:1.3333333333}}@media(max-width:991.98px){.b-side-by-side-text-and-media--layout-blog .b-side-by-side-text-and-media__cols{gap:30px}}@media(min-width:992px){.b-side-by-side-text-and-media--layout-blog .b-side-by-side-text-and-media__cols{gap:20px}}.b-side-by-side-text-and-media--layout-default{margin-bottom:105px;margin-top:85px}@media(max-width:991.98px){.b-side-by-side-text-and-media--layout-default{margin-bottom:55px;margin-top:74px}}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-default .b-side-by-side-text-and-media__col--entry{margin-inline-end:10px}}.b-side-by-side-text-and-media--layout-default .b-side-by-side-text-and-media__text{font-size:1.8rem;font-weight:400;line-height:1.2222222222}@media(min-width:992px){.b-side-by-side-text-and-media--layout-default .b-side-by-side-text-and-media__text{line-height:1.3333333333}}@media(min-width:768px){.b-side-by-side-text-and-media--layout-default .b-side-by-side-text-and-media__cols{gap:57px;grid-template-columns:47.445% 47.445%}}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-default .b-side-by-side-text-and-media__cols{gap:30px}}.b-side-by-side-text-and-media--layout-default .c-section-header{margin-bottom:18px}@media(max-width:991.98px){.b-side-by-side-text-and-media--layout-default .c-section-header{margin-bottom:12px}}.b-side-by-side-text-and-media--layout-default .c-section-header__title{font-size:3rem;font-weight:700;letter-spacing:-.01em;line-height:1}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-default .c-section-header__title{font-size:2.5rem;line-height:1.2;margin-bottom:24px}}.b-side-by-side-text-and-media--layout-default .c-section-header__subtitle{font-size:var(--font-size-h2);line-height:1.1666666667}@media(max-width:991.98px){.b-side-by-side-text-and-media--layout-default .c-section-header__subtitle{font-size:2.6rem;line-height:1.0769230769}}.b-side-by-side-text-and-media--layout-default .c-section-header ul{margin-inline-start:30px}.b-side-by-side-text-and-media--layout-default .c-media{height:auto;width:100%}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-default .c-media{height:340px}}.b-side-by-side-text-and-media--layout-default .c-media img{border-radius:10px;height:100%;object-fit:cover;width:100%}.b-side-by-side-text-and-media--layout-default .c-media__element{height:100%}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-default+.b-side-by-side-text-and-media{margin-top:57px}}@media(min-width:992px){.b-side-by-side-text-and-media--layout-default.b-side-by-side-text-and-media-desktop-right .b-side-by-side-text-and-media__cols{gap:38px}}.b-side-by-side-text-and-media--layout-investors{padding-bottom:196px;padding-top:6px}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-investors{padding-bottom:192px;padding-top:17px}}.b-side-by-side-text-and-media--layout-investors .b-side-by-side-text-and-media__cols{align-items:normal;justify-content:space-between}@media(min-width:992px){.b-side-by-side-text-and-media--layout-investors .b-side-by-side-text-and-media__cols{grid-template-columns:38.868% 38.868%}}@media(max-width:991.98px){.b-side-by-side-text-and-media--layout-investors .b-side-by-side-text-and-media__cols{gap:80px}}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-investors .b-side-by-side-text-and-media__cols{gap:45px}.b-side-by-side-text-and-media--layout-investors .b-side-by-side-text-and-media__col--media{margin-inline:-7px}}@media(min-width:768px){.b-side-by-side-text-and-media--layout-investors .b-side-by-side-text-and-media__col--entry{margin-top:50px}}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-investors .b-side-by-side-text-and-media__col--entry{text-align:center}}.b-side-by-side-text-and-media--layout-investors .b-side-by-side-text-and-media__text{line-height:1.2222222222}.b-side-by-side-text-and-media--layout-investors .c-section-header{margin-bottom:43px}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-investors .c-section-header{margin-bottom:33px}}.b-side-by-side-text-and-media--layout-investors .c-buttons{margin-top:45px}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-investors .c-buttons{margin-top:27px}}.b-side-by-side-text-and-media--layout-investors .c-btn{padding:.9rem 2.7rem}.b-side-by-side-text-and-media--layout-investors img{border-radius:4px}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-investors img{border-radius:3px}.b-side-by-side-text-and-media--layout-investors .c-media{height:auto}}.b-side-by-side-text-and-media--layout-about-us{padding-bottom:88px;padding-top:106px}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-about-us{padding-bottom:110px;padding-top:72px}}@media(min-width:992px){.b-side-by-side-text-and-media--layout-about-us{margin-bottom:90px}}.b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__cols{gap:122px}@media(min-width:1200px){.b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__cols{align-items:normal;grid-template-columns:48.631% 38.686%}}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__cols{gap:51px}}.b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__text{line-height:1.3333333333}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__text{line-height:1.2222222222}}@media(min-width:1200px){.b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__text{margin-inline-end:200px}}.b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__col--media{position:relative}.b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__col--media .c-text{bottom:-14px;font-size:1.6rem;left:9px;position:absolute}@media(max-width:991.98px){.b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__col--media .c-text{left:-10px}}@media(max-width:575.98px){.b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__col--media .c-text{bottom:-76px;font-size:var(--font-size-h5);left:50%;transform:translateX(-50%)}}.b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__col--media strong{font-size:1.6rem}@media(min-width:768px){.b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__col--media strong{margin-inline-start:4px}}@media(min-width:992px){.b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__col--entry{margin-top:65px}}.b-side-by-side-text-and-media--layout-about-us .c-section-header{margin-bottom:30px}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-about-us .c-section-header{margin-bottom:18px}}.b-side-by-side-text-and-media--layout-about-us .c-section-header__title{font-size:var(--font-size-h1);letter-spacing:0}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-about-us .c-section-header__title{font-size:4.5rem;line-height:.9333333333;margin-bottom:0}}.b-side-by-side-text-and-media--layout-about-us .c-buttons{justify-content:normal}@media(max-width:767.98px){.b-side-by-side-text-and-media--layout-about-us .c-media{margin-inline:auto;max-width:332px}.b-side-by-side-text-and-media-mobile-top .b-side-by-side-text-and-media__col--media{order:-1}.b-side-by-side-text-and-media-mobile-top .b-side-by-side-text-and-media__col--media .c-text{bottom:-20px;left:0;transform:translateX(0)}}@media(min-width:768px){.b-side-by-side-text-and-media-desktop-left .b-side-by-side-text-and-media__col--entry,.b-side-by-side-text-and-media-desktop-left .b-side-by-side-text-and-media__col--media{grid-row:1}.b-side-by-side-text-and-media-desktop-left .b-side-by-side-text-and-media__col--media{grid-column:2}.b-side-by-side-text-and-media-desktop-left .b-side-by-side-text-and-media__col--entry{grid-column:1}.b-side-by-side-text-and-media-desktop-right .b-side-by-side-text-and-media__col--entry,.b-side-by-side-text-and-media-desktop-right .b-side-by-side-text-and-media__col--media{grid-row:1}.b-side-by-side-text-and-media-desktop-right .b-side-by-side-text-and-media__col--media{grid-column:1}.b-side-by-side-text-and-media-desktop-right .b-side-by-side-text-and-media__col--entry{grid-column:2}}.b-side-by-side-text-and-media--layout-activity{margin-bottom:40px}.b-side-by-side-text-and-media--layout-activity .c-section-header{margin-bottom:10px}.b-side-by-side-text-and-media--layout-activity .c-section-header__subtitle{font-weight:400;line-height:1.1666666667}@media(max-width:991.98px){.b-side-by-side-text-and-media--layout-activity .c-section-header__subtitle{font-family:var(--font-primary);line-height:1.0769230769}}.b-side-by-side-text-and-media--layout-activity .b-side-by-side-text-and-media__text{display:grid;gap:24px;grid-template-columns:1fr}@media(max-width:991.98px){.b-side-by-side-text-and-media--layout-activity .b-side-by-side-text-and-media__text{line-height:1.2222222222}}@media(min-width:992px){.b-side-by-side-text-and-media--layout-activity .b-side-by-side-text-and-media__text{gap:20px}}.b-side-by-side-text-and-media--layout-activity .c-media{border-radius:10px;overflow:hidden}@media(max-width:991.98px){.b-side-by-side-text-and-media--layout-activity .b-side-by-side-text-and-media__cols{gap:29px}}@media(min-width:992px){.b-side-by-side-text-and-media--layout-activity .b-side-by-side-text-and-media__cols{justify-content:space-between}}.b-side-by-side-text-and-media--layout-activity+.b-side-by-side-text-and-media--layout-activity{margin-top:58px}@media(min-width:992px){.b-side-by-side-text-and-media--layout-activity+.b-side-by-side-text-and-media--layout-activity{margin-top:106px}.b-side-by-side-text-and-media--layout-activity.b-side-by-side-text-and-media-desktop-left .b-side-by-side-text-and-media__cols{grid-template-columns:minmax(0,538px) minmax(0,520px)}.b-side-by-side-text-and-media--layout-activity.b-side-by-side-text-and-media-desktop-right .b-side-by-side-text-and-media__cols{grid-template-columns:minmax(0,520px) minmax(0,538px)}}.b-side-by-side-text-and-media--style-force-design-aspect-ratio .b-side-by-side-text-and-media__cols img{aspect-ratio:520/340;object-fit:cover}@media(max-width:767.98px){.b-side-by-side-text-and-media--style-force-design-aspect-ratio .b-side-by-side-text-and-media__cols img{aspect-ratio:350/340}}html:not([dir=rtl]) .b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__col--media{position:relative}html:not([dir=rtl]) .b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__col--media .c-text{bottom:-34px;font-size:1.6rem;left:auto;position:absolute;right:9px}@media(max-width:991.98px){html:not([dir=rtl]) .b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__col--media .c-text{right:-10px}}@media(max-width:575.98px){html:not([dir=rtl]) .b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__col--media .c-text{bottom:auto;margin-top:10px;right:50%;top:100%;transform:translateX(50%)}}@media(min-width:576px){html:not([dir=rtl]) .b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__col--media .c-text{bottom:-54px}}html:not([dir=rtl]) .b-side-by-side-text-and-media--layout-about-us .b-side-by-side-text-and-media__col--media .c-text p:last-child{margin-bottom:0}.b-side-by-side-title-and-text__inner{display:flex;padding-bottom:194px;padding-top:173px}@media(max-width:991.98px){.b-side-by-side-title-and-text__inner{flex-direction:column;padding-bottom:82px;padding-top:126px}}.b-side-by-side-title-and-text__title{flex-basis:54.653%}@media(min-width:992px){.b-side-by-side-title-and-text__title{margin-inline-end:71px}}@media(max-width:991.98px){.b-side-by-side-title-and-text__title{margin-bottom:18px}}.b-side-by-side-title-and-text__text{flex-basis:38.868%}.b-side-by-side-title-and-text .c-section-header__title{font-size:var(--font-size-h1);font-weight:500;letter-spacing:-.01em;line-height:1.12}@media(max-width:991.98px){.b-side-by-side-title-and-text .c-section-header__title{font-size:4.5rem;letter-spacing:-.025em;line-height:.93}}.b-side-by-side-title-and-text .c-text{font-size:1.8rem;line-height:1.33}@media(max-width:991.98px){.b-side-by-side-title-and-text .c-text{line-height:1.22}}@media(min-width:992px){.b-side-by-side-title-and-text--layout-about-us .b-side-by-side-title-and-text__inner{padding-bottom:154px;padding-top:98px}}@media(max-width:991.98px){.b-side-by-side-title-and-text--layout-about-us .b-side-by-side-title-and-text__inner{padding-top:81px}}@media(min-width:992px){.b-side-by-side-title-and-text--layout-about-us .b-side-by-side-title-and-text__title{flex-basis:43.88%}}@media(min-width:1200px){.b-side-by-side-title-and-text--layout-about-us .b-side-by-side-title-and-text__title{margin-inline-end:148px}}@media(min-width:992px){.b-side-by-side-title-and-text--layout-about-us .b-side-by-side-title-and-text__text{flex-basis:42.7%;padding-top:10px}}@media(min-width:1200px){.b-side-by-side-title-and-text--layout-about-us .c-section-header__title{margin-inline-end:57px}}@media(max-width:991.98px){.b-side-by-side-title-and-text--layout-about-us .c-section-header__title{margin-inline-end:20px}}.b-side-by-side-title-and-text--layout-about-us .c-section-header__subtitle{font-family:var(--font-primary);font-size:3rem;font-weight:400;line-height:1.2;margin-top:13px}@media(min-width:1200px){.b-side-by-side-title-and-text--layout-about-us .c-section-header__subtitle{margin-inline-end:22px}}@media(max-width:991.98px){.b-side-by-side-title-and-text--layout-about-us .c-section-header__subtitle{font-size:2.6rem;line-height:1.0769230769;margin-top:15px}}.b-side-by-side-title-and-text--layout-blog{margin-bottom:76px}.b-side-by-side-title-and-text--layout-blog .b-side-by-side-title-and-text__inner{padding-block:0}@media(min-width:768px){.b-side-by-side-title-and-text--layout-blog .b-side-by-side-title-and-text__inner{display:grid;gap:78px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:992px){.b-side-by-side-title-and-text--layout-blog .b-side-by-side-title-and-text__inner{grid-template-columns:minmax(0,481px) minmax(0,1fr)}}@media(min-width:768px){.b-side-by-side-title-and-text--layout-blog .b-side-by-side-title-and-text__title{margin-inline-end:0}}.b-side-by-side-title-and-text--layout-blog .c-section-header__title{font-family:var(--font-primary);font-size:2.6rem;font-weight:400;letter-spacing:0;line-height:1.0769230769}@media(min-width:992px){.b-side-by-side-title-and-text--layout-blog .c-section-header__title{font-size:3rem;line-height:1.1666666667}}@media(max-width:991.98px){.b-side-by-side-title-and-text--layout-careers .b-side-by-side-title-and-text__inner{padding-block:122px}.b-side-by-side-title-and-text--layout-investors .b-side-by-side-title-and-text__inner{padding-block:114px}}@media(min-width:992px){.b-side-by-side-title-and-text--layout-investors .b-side-by-side-title-and-text__inner{padding-bottom:184px}}@media(min-width:1200px){html:not([dir=rtl]) .b-side-by-side-title-and-text--layout-about-us .c-section-header__title{margin-inline-end:30px}}@media(min-width:992px){.b-homepage-counter{padding-bottom:256px;padding-top:179px}}@media(max-width:991.98px){.b-homepage-counter__container{max-width:none;padding-inline:0}.b-homepage-counter__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:992px){.b-homepage-counter__items{display:flex;flex-wrap:wrap;justify-content:space-between}}.b-homepage-counter__item{text-align:center}@media(max-width:991.98px){.b-homepage-counter__item{align-items:center;display:flex;justify-content:center;min-height:229px}.b-homepage-counter__item-inner{display:flex;flex-direction:column}}.b-homepage-counter__item small,.b-homepage-counter__item strong{color:var(--color-blue-3);display:block;font-size:2.4rem;font-weight:700;line-height:1}.b-homepage-counter__item span{color:var(--color-blue-7);font-family:var(--font-secondary);font-size:4.5rem;font-weight:500;letter-spacing:-.025em;line-height:.9333333333;margin-bottom:18px}@media(min-width:992px){.b-homepage-counter__item span{font-size:7rem;line-height:1.2285714286}}@media(max-width:991.98px){.b-homepage-counter__item:last-child:nth-child(odd){grid-column:1/-1}.b-homepage-counter__item:not(:last-child){border-bottom:1px solid var(--color-blue-7)}.b-homepage-counter__item:nth-child(2n+2){border-right:1px solid var(--color-blue-7)}}@media(min-width:992px){.b-homepage-counter--layout-homepage .b-homepage-counter__item:nth-child(2){flex:0 0 176px}.b-homepage-counter--layout-homepage .b-homepage-counter__item:nth-child(4){flex:0 0 196px}.b-homepage-counter--layout-homepage .b-homepage-counter__item:nth-child(4) strong{margin-inline-end:-2px}.b-homepage-counter--layout-homepage .b-homepage-counter__item strong{margin-top:-9px}.b-homepage-counter--layout-homepage .b-homepage-counter__item small{float:left;margin-top:40px}.is-windows .b-homepage-counter .b-homepage-counter__item strong{margin-top:-9px}.is-windows .b-homepage-counter .b-homepage-counter__item small{margin-top:45px}html:not([dir=rtl]) .b-homepage-counter__item:nth-child(4) small{float:right;margin-left:10px}}html:not([dir=rtl]) .b-homepage-counter__item span{font-family:var(--font-tertiary)}@media(max-width:991.98px){html:not([dir=rtl]) .b-homepage-counter__item strong{max-width:156px}}@media(min-width:992px){html:not([dir=rtl]) .b-homepage-counter--layout-homepage .b-homepage-counter__item small{margin-top:49px}html:not([dir=rtl]) .b-homepage-counter--layout-homepage .b-homepage-counter__item:nth-child(4){flex-basis:210px}}.b-services{padding-bottom:80px;padding-top:106px}@media(min-width:992px){.b-services{padding-top:97px}.b-services .c-section-header__title{font-size:3rem;font-weight:500;letter-spacing:-.01em}}.b-services__head{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}@media(min-width:992px){.b-services__head{margin-bottom:73px}.b-services__head .c-slider-fancy-paging{display:none}}@media(max-width:991.98px){.b-services+.b-projects{padding-top:0}}@media(min-width:992px){.b-services+.b-form-and-media{padding-bottom:188px;padding-top:123px}}@media(max-width:991.98px){.b-services+.b-form-and-media{padding-top:72px}}.b-our-values-cards{background-color:var(--color-white-2);padding-bottom:90px;padding-top:100px}@media(min-width:992px){.b-our-values-cards{padding-bottom:92px;padding-top:154px}}.b-our-values-cards__head{align-items:center;border-bottom:1px solid #0b207233;display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:14px}@media(min-width:992px){.b-our-values-cards__head{margin-bottom:62px;padding-bottom:26px}}@media(max-width:991.98px){.b-our-values-cards__head .c-slider-fancy-nav{display:none}}.b-our-values-cards .c-slider-fancy__slide{height:auto;width:334px}@media(min-width:992px){.b-our-values-cards .c-slider-fancy__slide{width:426px}.b-our-values-cards .c-slider-fancy__actions{display:none}}.b-our-values-cards .c-box-secondary{display:flex;flex-direction:column;height:100%}.b-our-values-cards .c-box-secondary__body{flex:1 0 auto}@media(min-width:992px){.b-our-values-cards .c-box-secondary__body{padding-bottom:86px}.b-our-values-cards .c-box-secondary__text{font-size:1.5rem}}.b-error-404{padding-bottom:172px;padding-top:193px;text-align:center}@media(min-width:992px){.b-error-404{padding-bottom:145px;padding-top:128px}}.b-error-404__media{margin-inline:auto;margin-bottom:36px;max-width:365px}@media(min-width:992px){.b-error-404__media{margin-bottom:40px;max-width:456px}}.b-error-404__text{font-size:1.8rem;font-weight:400;line-height:1.2222222222}@media(min-width:992px){.b-error-404__text{line-height:1.3333333333}}@media(max-width:991.98px){.b-error-404__text{line-height:1.4166666667}}.b-error-404__buttons{justify-content:center;margin-top:87px}@media(min-width:992px){.b-error-404__buttons{margin-top:49px}}.b-error-404 .c-btn-text,.b-error-404 .c-btn-text-underlined{font-size:1.8rem;font-weight:700;line-height:1;padding-bottom:0!important}.b-our-team{overflow:hidden;padding-bottom:50px;padding-top:110px}@media(min-width:992px){.b-our-team{padding-bottom:100px;padding-top:169px}}.b-our-team__head{margin-bottom:56px}@media(max-width:991.98px){.b-our-team__head{text-align:center}}@media(min-width:992px){.b-our-team__head{margin-bottom:80px}}@media(max-width:767.98px){.b-our-team__item+.b-our-team__item,.c-team-member__dropdown+.b-our-team__item,.js-drawer-dropdown+.b-our-team__item{margin-top:32px}.b-our-team__container{padding-inline:0}}.b-our-team__items{display:grid;gap:15px;grid-template-columns:repeat(var(--mobile-items-per-row,1),minmax(0,1fr))}@media(min-width:768px){.b-our-team__items{grid-template-columns:repeat(var(--tablet-items-per-row,2),minmax(0,1fr))}}@media(min-width:992px){.b-our-team__items{gap:23px 25px;grid-template-columns:repeat(var(--desktop-items-per-row,4),minmax(0,1fr))}.b-our-team .c-section-header__title{font-size:3rem;letter-spacing:-.01em}}.b-other-members-cards{padding-bottom:140px;padding-top:79px}@media(min-width:992px){.b-other-members-cards{padding-bottom:69px;padding-top:115px}}.b-other-members-cards__footer{margin-top:46px}@media(min-width:992px){.b-other-members-cards__footer{margin-top:58px}}.b-other-members-cards__head{margin-bottom:72px}@media(min-width:992px){.b-other-members-cards__head{margin-bottom:103px}}.b-other-members-cards__head .c-text{font-size:1.8rem;font-weight:400;line-height:1.2222222222}@media(min-width:992px){.b-other-members-cards__head .c-text{line-height:1.3333333333}}.b-other-members-cards__items{display:grid;gap:20px;grid-template-columns:1fr}@media(min-width:768px){.b-other-members-cards__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:992px){.b-other-members-cards .c-section-header__title{font-size:3rem}}.b-form-and-media{padding-bottom:96px;padding-top:111px}@media(min-width:992px){.b-form-and-media{padding-bottom:148px;padding-top:83px}.b-form-and-media__cols{align-items:flex-end;display:grid;gap:68px;grid-template-columns:minmax(0,538px) minmax(0,490px);justify-content:space-between}}.b-form-and-media__card{background-color:var(--color-background-gray);border-radius:7px;padding:36px 16px 44px}@media(max-width:991.98px){.b-form-and-media__card{margin-bottom:50px;text-align:center}}@media(min-width:992px){.b-form-and-media__card{border-radius:10px;padding:59px 38px}}.b-form-and-media__text{font-size:1.8rem;font-weight:400;line-height:1.2222222222}@media(min-width:992px){.b-form-and-media__text{line-height:1.3333333333}}.b-form-and-media__media{margin-inline:auto;margin-top:75px;max-width:305px}@media(min-width:992px){.b-form-and-media__media{margin-top:207px;max-width:451px}}.b-form-and-media .c-section-header__title{font-size:4.5rem;font-weight:500;letter-spacing:-.01em;line-height:1.8222222222}@media(min-width:992px){.b-form-and-media .c-section-header__title{font-size:5rem;line-height:1.64;margin-bottom:10px}}@media(max-width:991.98px){.b-form-and-media--layout-image-mobile-top .b-form-and-media__card{align-items:center;display:flex;flex-direction:column}.b-form-and-media--layout-image-mobile-top .c-media{margin-bottom:30px;margin-top:7px;order:-2}}.b-cards-with-icon{padding-bottom:53px;padding-top:107px}@media(min-width:992px){.b-cards-with-icon{padding-bottom:85px;padding-top:146px}.b-cards-with-icon .c-section-header__title{font-size:3rem;font-weight:700}}.b-cards-with-icon__head{display:grid;gap:15px;grid-template-columns:1fr;margin-bottom:40px}@media(min-width:992px){.b-cards-with-icon__head{gap:50px;grid-template-columns:minmax(0,481px) minmax(0,426px);justify-content:space-between;margin-bottom:70px}}.b-cards-with-icon__items{display:grid;gap:18px;grid-template-columns:1fr}@media(min-width:768px){.b-cards-with-icon__items{gap:23px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:992px){.b-cards-with-icon__items{grid-template-columns:repeat(3,minmax(0,1fr))}}.b-cards-with-icon__item{border-radius:8px;display:flex;flex-direction:column;gap:30px;min-height:438px;padding:21px 21px 36px}.b-cards-with-icon__item-body{margin-top:auto}.b-cards-with-icon__item-media .c-media__element{max-height:220px}.b-cards-with-icon__item-media .c-media__image{height:100%;object-fit:contain;width:auto}.b-cards-with-icon__item-title{font-size:3rem;font-weight:700;letter-spacing:-.01em}.b-cards-with-icon__item-text{font-size:1.8rem;line-height:1.5}.b-cards-with-icon--style-border-beneath-title .b-cards-with-icon__head{border-bottom:1px solid #0b207233;padding-bottom:27px}@media(min-width:992px){.b-cards-with-icon--style-border-beneath-title .b-cards-with-icon__head{padding-bottom:33px}}.b-careers{padding-block:100px}@media(min-width:992px){.b-careers{padding-bottom:40px;padding-top:162px}}.b-careers__actions{text-align:center}.b-careers__actions .c-btn{margin-top:70px}@media(max-width:991.98px){.b-careers__actions .c-btn{font-size:1.8rem}}.b-careers__head{margin-bottom:50px}@media(min-width:992px){.b-careers__head{margin-bottom:32px}}.b-careers__items{display:grid;gap:16px;grid-template-columns:1fr}@media(min-width:992px){.b-careers__items{gap:23px;grid-template-columns:repeat(3,minmax(0,1fr))}}.b-careers .c-section-header{margin-bottom:40px}@media(max-width:991.98px){.b-careers .c-section-header__title{font-size:2.5rem;letter-spacing:-.025em;line-height:.88;max-width:265px}}@media(min-width:992px){.b-careers .c-section-header__title{font-weight:700}}.b-careers .c-filters{align-items:center;display:flex;gap:24px}.b-careers .c-filters__search-result{color:#848484;font-family:var(--font-primary);font-size:1.8rem;line-height:1}.b-careers .c-form{margin-top:55px;max-width:489px}.b-careers .c-form-primary__foot{margin-top:56px}.b-careers .c-form-primary [type=submit]{min-width:203px}@media(max-width:991.98px){.b-careers+.b-cards-with-icon{padding-top:50px}}@media(min-width:992px){.b-careers+.b-cards-with-icon{padding-top:66px}}.b-short-hero{margin-bottom:74px}@media(min-width:768px){.b-short-hero{margin-bottom:85px;margin-top:45px}}.b-short-hero__inner{padding-bottom:45px;padding-top:66px}@media(max-width:991.98px){.b-short-hero__inner{padding-bottom:42px;padding-top:90px}}@media(min-width:992px){.b-short-hero__inner{min-height:320px;padding-inline:62px;position:relative}}.b-short-hero__text{max-width:633px}.b-short-hero__media{max-width:260px}@media(max-width:991.98px){.b-short-hero__media{margin-top:80px}}@media(min-width:992px){.b-short-hero__media{left:-12px;max-width:382px;position:absolute;top:50%;transform:translateY(-50%)}}.b-short-hero .c-section-header__title{font-size:8rem;font-weight:500;letter-spacing:-.025em;line-height:1.075}@media(max-width:991.98px){.b-short-hero .c-section-header__title{font-size:6.5rem;line-height:.9230769231}}@media(min-width:768px){.b-short-hero .c-background{--bs-gutter-x:4rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);position:relative;width:100%}}@media(min-width:768px)and (min-width:576px){.b-short-hero .c-background{max-width:540px}}@media(min-width:768px)and (min-width:768px){.b-short-hero .c-background{max-width:720px}}@media(min-width:768px)and (min-width:992px){.b-short-hero .c-background{max-width:960px}}@media(min-width:768px)and (min-width:1200px){.b-short-hero .c-background{max-width:1136px}}@media(min-width:768px){.b-short-hero .c-background__color{border-radius:10px;left:50%;max-width:calc(100% - 40px);transform:translateX(-50%)}}@media(max-width:767.98px){.b-short-hero .c-background__color{border-radius:0 0 10px 10px}}.b-short-hero .c-breadcrumbs{margin-bottom:7px}@media(min-width:992px){.b-short-hero .c-breadcrumbs{margin-bottom:-4px;margin-inline-start:4px}}@media(max-width:991.98px){.b-short-hero .c-media__element--type-image{width:160px}}.b-short-hero .c-media__element--type-image img{height:100%;object-fit:contain;width:100%}.b-short-hero+.c-block{padding-top:0}.b-short-hero--layout-activity-pages .b-short-hero__text{margin-top:28px}@media(max-width:991.98px){.b-short-hero--layout-activity-pages .b-short-hero__text{margin-bottom:59px;margin-top:8px;max-width:328px}}.b-short-hero--layout-activity-pages .b-short-hero__media{left:50px;max-width:280px}@media(max-width:991.98px){.b-short-hero--layout-activity-pages .b-short-hero__inner{padding-top:96px}.b-short-hero--layout-activity-pages .c-section-header__title{margin-bottom:12px}.b-short-hero--layout-activity-pages .c-section-header__subtitle{font-size:24px;line-height:1.1666666667}}@media(min-width:992px){html:not([dir=rtl]) .b-short-hero .b-short-hero__media{left:auto;right:-12px}}.b-timeline{padding-bottom:91px;padding-top:67px}@media(max-width:991.98px){.b-timeline{background-color:var(--color-white-2);padding-top:62px}}@media(min-width:992px){.b-timeline{padding-bottom:137px;padding-top:147px}}.b-timeline__head{align-items:flex-end;border-bottom:1px solid #0b207233;display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:12px}@media(min-width:992px){.b-timeline__head{margin-bottom:63px;padding-bottom:29px}}.b-timeline__select{align-items:center;display:flex;gap:20px}@media(max-width:991.98px){.b-timeline__select{padding-bottom:5px}}.b-timeline__select p{font-size:1.8rem}.b-timeline__item{max-width:334px}@media(min-width:992px){.b-timeline__item{max-width:426px}}.b-timeline .c-select{width:76px}.b-timeline .c-select__label{font-size:1.4rem}.b-timeline .c-select__label:before{left:auto;right:16px}.b-timeline .c-select__label,.b-timeline .c-select__list{direction:ltr}.b-timeline .c-section-header__tagline{align-items:center;border:1px solid;border-radius:28px;display:inline-flex;font-family:var(--font-primary);font-size:1.5rem;font-weight:400;gap:6px;line-height:1;margin-bottom:11px;padding:3px 10px 4px 13px}.b-timeline .c-section-header__tagline:before{background-color:currentColor;border-radius:100%;content:"";display:block;flex:0 0 3px;height:3px;width:3px}@media(min-width:992px){.b-timeline .c-section-header__tagline{margin-bottom:41px;margin-inline-start:12px}}.b-timeline .c-section-header__title{font-size:var(--font-size-h3);font-weight:500;letter-spacing:-.01em;line-height:1.3333333333}@media(max-width:991.98px){.b-timeline .c-section-header__title{font-size:2.5rem;letter-spacing:-.025em;line-height:1.68}}@media(min-width:992px){.b-timeline .c-section-header__title{font-size:3rem}}.b-timeline .c-slider-fancy__actions{margin-top:18px}@media(min-width:992px){.b-timeline .c-slider-fancy__actions{display:none}}.b-timeline .c-slider-fancy__slide{height:auto;padding-bottom:1px}.b-timeline .c-box-secondary--timeline{display:flex;flex-direction:column;min-height:100%}.b-timeline .c-box-secondary--timeline .c-box-secondary__body{flex:1 0 auto;margin-bottom:1px}.b-gallery{padding-bottom:80px;padding-top:109px}.b-gallery .c-section-header{margin-bottom:56px;text-align:center}@media(min-width:768px){.b-gallery .c-section-header{margin-bottom:66px}}@media(min-width:992px){.b-gallery .c-section-header__title{font-size:3rem;font-weight:700;letter-spacing:-.01em}.b-gallery+.b-services{padding-top:122px}}@media(max-width:991.98px){.b-gallery+.b-services{padding-top:62px}}.b-gallery+.b-featured-projects{margin-top:39px}@media(min-width:992px){.b-gallery+.b-featured-projects{margin-top:113px;padding-top:181px}}.b-investors-table{padding-bottom:100px;padding-top:100px}.b-investors-table__head{display:grid;gap:26px;grid-template-columns:1fr;margin-bottom:89px}@media(max-width:991.98px){.b-investors-table__head{text-align:center}}@media(min-width:992px){.b-investors-table__head{gap:50px;grid-template-columns:1fr 426px;margin-bottom:76px}.b-investors-table__head .c-section-header__title{font-size:3rem;letter-spacing:-.01em}}.b-investors-table__head .c-text{font-size:1.8rem;line-height:1.2222222222}@media(min-width:992px){.b-investors-table__head .c-text{line-height:1.3333333333}}.b-posts{padding-bottom:124px}@media(min-width:992px){.b-posts{padding-bottom:164px}}@media(min-width:1200px){.b-posts .c-menu-category{bottom:0;position:absolute;right:0;top:0}}@media(min-width:1400px){.b-posts .c-menu-category{transform:translateX(90px)}}@media(min-width:992px){.b-posts .c-menu-category,.b-posts__body{margin-inline:auto;max-width:874px}}@media(max-width:991.98px){.b-posts__items{display:grid;gap:15px;grid-template-columns:1fr}}.b-posts__btn{margin-top:82px}@media(min-width:992px){.b-posts__btn{margin-top:115px}}@media(max-width:991.98px){.b-posts__btn{font-size:1.8rem}}.b-posts__actions,.b-posts__loader{text-align:center}.b-posts__loader{display:none;padding-top:50px}.b-posts__loader--visible{display:block}.b-graph-and-text__inner{padding-bottom:75px;padding-top:129px}@media(min-width:992px){.b-graph-and-text__inner{align-items:center;display:flex}}@media(max-width:991.98px){.b-graph-and-text__inner{padding-bottom:55px;padding-top:104px;text-align:center}}.b-graph-and-text__media{flex-basis:55.93%}@media(max-width:575.98px){.b-graph-and-text__media{margin-inline:auto;max-width:324px}}.b-graph-and-text__media img{height:100%;object-fit:contain;width:100%}@media(min-width:992px){.b-graph-and-text .c-section-header{flex-basis:40%;margin-inline-end:100px}}@media(min-width:1200px){.b-graph-and-text .c-section-header{flex-basis:13.868%;margin-inline-end:233px}}@media(max-width:991.98px){.b-graph-and-text .c-section-header{margin-bottom:61px}}.b-graph-and-text .c-section-header__title{font-size:var(--font-size-h2);letter-spacing:-.01em;line-height:2.7333333333}@media(max-width:991.98px){.b-graph-and-text .c-section-header__title{font-size:2.5rem;letter-spacing:-.025em;line-height:1.68}}.b-article-primary .container .container{padding-inline:0}.b-article-primary__head{margin-bottom:76px}@media(max-width:991.98px){.b-article-primary__head{margin-bottom:73px}}.b-article-primary__body{padding-bottom:143px}@media(min-width:992px){.b-article-primary__body{padding-bottom:238px}}.b-article-primary__body .c-block:not(:last-child){margin-bottom:76px}@media(min-width:992px){.b-article-primary__body .c-block:not(:last-child){margin-bottom:104px}}:where(.b-article-primary__body>.container)>h1,:where(.b-article-primary__body>.container)>h2,:where(.b-article-primary__body>.container)>h3,:where(.b-article-primary__body>.container)>h4,:where(.b-article-primary__body>.container)>h5,:where(.b-article-primary__body>.container)>h6,:where(.b-article-primary__body>.container)>ol,:where(.b-article-primary__body>.container)>p,:where(.b-article-primary__body>.container)>ul{margin-bottom:20px}.b-text-columns .c-section-header{margin-bottom:18px}.b-text-columns .c-section-header__title{font-family:var(--font-primary);font-size:2.6rem;font-weight:400;letter-spacing:0;line-height:1.0769230769}@media(min-width:992px){.b-text-columns .c-section-header__title{font-size:3rem;line-height:1.1666666667}}.b-text-columns .c-text{font-size:1.8rem;font-weight:400;line-height:1.2222222222}@media(min-width:992px){.b-text-columns .c-text{line-height:1.3333333333}}.b-text-columns__items{display:grid;gap:20px;grid-template-columns:1fr}@media(min-width:768px){.b-text-columns__items{grid-template-columns:repeat(var(--columns),minmax(0,1fr))}}.b-media-columns__items{display:grid;gap:25px;grid-template-columns:1fr}@media(min-width:768px){.b-media-columns__items{gap:20px;grid-template-columns:repeat(var(--columns),minmax(0,1fr))}}.b-media-columns .c-media__element img{border-radius:10px}.b-media-columns--style-media-in-fixed-ratio .c-media__element img{aspect-ratio:350/221;object-fit:cover}@media(min-width:992px){.b-media-columns--style-media-in-fixed-ratio .c-media__element img{aspect-ratio:538/340}}.b-related-articles{background-color:var(--color-white-2);padding-bottom:96px;padding-top:100px}@media(max-width:991.98px){.b-related-articles{padding-top:107px}}@media(min-width:992px){.b-related-articles{padding-top:125px}}@media(max-width:991.98px){.b-related-articles__title{font-size:2.5rem;font-weight:500;letter-spacing:-.025em}}.b-related-articles__head{align-items:center;border-bottom:1px solid #0b207233;display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:27px}@media(min-width:992px){.b-related-articles__head{margin-bottom:62px;padding-bottom:23px}}@media(max-width:991.98px){.b-related-articles__head{margin-bottom:38px;padding-bottom:20px}.b-related-articles__head .c-slider-fancy-nav{display:none}}.b-related-articles .swiper-slide{width:334px}@media(min-width:992px){.b-related-articles .swiper-slide{width:426px}.b-related-articles .c-slider-fancy__actions{display:none}}@media(max-width:991.98px){.b-related-articles .c-slider-fancy__actions{margin-top:13px}}.b-logos-carousel{padding-bottom:175px;padding-top:111px}@media(min-width:992px){.b-logos-carousel{padding-bottom:192px;padding-top:141px}.b-logos-carousel .c-section-header{margin-bottom:27px}.b-logos-carousel .c-section-header__title{font-size:3rem;letter-spacing:-.01em}}.b-logos-carousel .c-text{font-size:1.8rem;font-weight:400;line-height:1.2222222222}@media(min-width:992px){.b-logos-carousel .c-text{line-height:1.3333333333}}.b-logos-carousel__container{max-width:none;padding-inline:0}@media(max-width:991.98px){.b-logos-carousel__head .container,.b-logos-carousel__head-a{display:grid;gap:26px;grid-template-columns:1fr;text-align:center}.b-logos-carousel__head .c-buttons{justify-content:center}}.b-logos-carousel__body{display:flex;flex-direction:column;gap:40px;padding-top:98px}@media(min-width:992px){.b-logos-carousel__body{gap:54px;padding-top:125px}}@media(max-width:991.98px){.b-logos-carousel+.b-form-and-media{padding-top:184px}}@media(min-width:992px){.b-logos-carousel+.b-form-and-media{padding-top:188px}.b-logos-carousel+.b-form-and-media:last-of-type{margin-bottom:176px}}.b-privacy-policy-text{padding-bottom:265px;padding-top:52px}@media(max-width:575.98px){.b-privacy-policy-text{padding-bottom:165px}}.b-privacy-policy-text__inner{max-width:538px}@media(min-width:992px){.b-privacy-policy-text__inner{margin-inline-start:225px}}.b-privacy-policy-text p+p{margin-top:26px}.b-privacy-policy-text p+h2{margin-top:40px}.b-privacy-policy-text h2{font-size:1.8rem;font-weight:700;margin-bottom:5px}.b-privacy-policy-text h2 p{font-weight:400;margin-top:0}.b-privacy-policy-text ul{margin-bottom:40px}.b-privacy-policy-text a{color:currentColor;transition:color var(--trs)}.b-privacy-policy-text a:hover{color:var(--color-primary)}.b-privacy-policy-text .c-text{line-height:1.3333333333}@media(max-width:575.98px){.b-privacy-policy-text .c-text{font-size:1.6rem}}.b-privacy-policy-hero__inner{min-height:auto;padding:62px 0 73px}@media(min-width:992px){.b-privacy-policy-hero__inner{margin-inline-start:225px}}.b-privacy-policy-hero .c-section-header__title{font-size:var(--font-size-h2);font-weight:500;letter-spacing:-.01em;line-height:1.12;margin-bottom:9px}@media(max-width:575.98px){.b-privacy-policy-hero .c-section-header__title{font-size:2.5rem}}.b-privacy-policy-hero .c-section-header__subtitle{font-size:1.8rem;letter-spacing:-.025em}@media(max-width:991.98px){.b-projects{padding-bottom:112px;padding-top:50px}}@media(min-width:992px){.b-projects{padding-bottom:136px;padding-top:60px}}.b-projects .c-section-header{margin-bottom:14px}@media(min-width:992px){.b-projects .c-section-header{margin-bottom:19px}}.b-projects .c-section-header__title{font-size:2.5rem;font-weight:500;letter-spacing:-.025em;line-height:1.68}@media(min-width:992px){.b-projects .c-section-header__title{font-size:3rem;letter-spacing:-.01em}}.b-projects .c-gallery__actions{margin-top:80px}@media(min-width:992px){.b-projects .c-gallery__actions{margin-top:71px}}@media(max-width:991.98px){.b-projects .c-gallery__actions .c-btn-text-underlined{font-size:1.8rem}}.b-projects .c-menu-category{margin-bottom:20px}@media(min-width:992px){.b-projects .c-menu-category__filter{display:flex;flex-wrap:wrap;gap:8px}}@media(max-width:991.98px){.b-projects .c-gallery__col--large .c-post-item--projects{min-height:580px}}@media(min-width:992px){.b-projects .c-gallery__col--large .c-post-item--projects{min-height:550px}.b-projects .c-gallery__col--large .testimonial{margin-top:154px}}.b-projects .c-gallery__col--large .c-post-item-projects--label{margin-top:17px;order:15}@media(min-width:992px){.b-projects .c-gallery__col--large .c-post-item-projects--label{margin-top:30px}}.b-projects .c-gallery__col:not(.c-gallery__col--large) .c-post-item--projects{justify-content:flex-end;min-height:330px}.b-projects .c-gallery__col:not(.c-gallery__col--large) .c-post-item--projects .content{flex:0 0 auto}.b-projects .c-gallery__col:not(.c-gallery__col--large) .c-post-item--projects .c-post-item__title{margin-bottom:0}.b-projects .c-gallery__col:not(.c-gallery__col--large) .c-post-item--projects .c-post-item-projects--label{margin-top:10px}@media(min-width:768px)and (max-width:991.98px){.b-projects .c-gallery__col--first .c-post-item:last-child,.b-projects .c-gallery__col--second .c-post-item:first-child{aspect-ratio:unset}}.b-projects .c-loader{display:none;margin:20px auto}.b-projects .c-loader--visible{display:block}@media(max-width:991.98px){.b-projects+.b-logos-carousel{margin-top:70px}}.b-projects.show-top-loader .c-loader{left:50%;position:absolute;top:100px;transform:translateX(-50%)}.b-featured-projects{padding-bottom:70px;padding-top:106px}@media(min-width:992px){.b-featured-projects{padding-block:160px}}.b-featured-projects__head{align-items:center;border-bottom:1px solid #0b207233;display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:14px}@media(min-width:992px){.b-featured-projects__head{margin-bottom:62px;padding-bottom:26px}}@media(max-width:991.98px){.b-featured-projects__head .c-slider-fancy-nav{display:none}}.b-featured-projects .c-post-item{color:var(--color-dark);padding:0}.b-featured-projects .c-post-item:before{display:none}.b-featured-projects .c-post-item .c-post-item__bg-image{border-radius:10px 10px 0 0;height:263px;position:static}@media(min-width:992px){.b-featured-projects .c-post-item .c-post-item__bg-image{height:360px}}.b-featured-projects .c-post-item .content{border:1px solid var(--color-gray);border-radius:0 0 10px 10px;padding:16px 23px 48px}@media(min-width:992px){.b-featured-projects .c-post-item .content{padding-bottom:35px}}.b-featured-projects .c-post-item .row{align-items:center;display:flex;justify-content:space-between}.b-featured-projects .c-post-item .c-post-item-projects--label{margin-top:0}.b-featured-projects .c-post-item .c-post-item__title{font-family:var(--font-primary);font-size:2.2rem;font-weight:700;line-height:1.0909090909;margin-top:15px}@media(min-width:992px){.b-featured-projects .c-post-item .c-post-item__title{font-size:2.4rem;line-height:1}.b-featured-projects .c-post-item .c-post-item__subtitle{font-family:var(--font-primary);font-size:1.4rem;font-weight:400}.b-featured-projects .c-slider-fancy__slide{width:426px}}@media(max-width:991.98px){.b-featured-projects .c-slider-fancy__actions{margin-top:24px}}@media(min-width:992px){.b-featured-projects .c-slider-fancy__actions{display:none}}.b-featured-projects+.b-form-and-media{padding-top:119px}@media(min-width:992px){.b-featured-projects+.b-form-and-media{padding-top:161px}}.b-projects-counter{color:var(--color-blue-7);padding-block:76px}@media(min-width:992px){.b-projects-counter{padding-block:105px}}.b-projects-counter__head{margin-bottom:54px}@media(min-width:992px){.b-projects-counter__head{margin-bottom:80px}}.b-projects-counter__items{display:grid;gap:32px;grid-template-columns:1fr}@media(min-width:992px){.b-projects-counter__items{gap:54px 20px;grid-template-columns:repeat(3,minmax(0,1fr));margin-inline:auto;max-width:985px}}.b-projects-counter__item-inner{align-items:flex-end;display:flex;flex-wrap:wrap;line-height:1}.b-projects-counter__item-inner .text-size-default{font-size:3rem;font-weight:400;letter-spacing:-.025em}.b-projects-counter__item-inner .text-size-small{font-size:1.8rem!important;letter-spacing:-.025em!important}@media(min-width:992px){.b-projects-counter__item-inner .text-size-small{font-size:1.6rem!important;line-height:1.5!important}}.b-projects-counter__item-b,.b-projects-counter__item-t{align-items:center;display:flex;flex:0 0 100%;justify-content:space-between}.b-projects-counter__item-t{line-height:1.1}.b-projects-counter__item-b{border-top:1px solid var(--color-blue-7);line-height:1;padding-top:5px}.b-projects-counter__item-t-r{flex:1 1 70%;font-family:var(--font-secondary);font-size:3rem;font-weight:400;letter-spacing:-.025em}.b-projects-counter__item-t-l{font-size:1.8rem;font-weight:400}@media(min-width:992px){.b-projects-counter__item-t-l{font-size:1.6rem}}.b-projects-counter__item-b-l,.b-projects-counter__item-b-r,.b-projects-counter__item-t-l{font-size:1.8rem;font-weight:400}@media(min-width:992px){.b-projects-counter__item-b-l,.b-projects-counter__item-b-r,.b-projects-counter__item-t-l{font-size:1.6rem}}html:not([dir=rtl]) .b-projects-counter__item-b-l,html:not([dir=rtl]) .b-projects-counter__item-t-r{font-family:var(--font-tertiary)}.b-featured-resources{padding-bottom:137px;padding-top:115px}@media(max-width:991.98px){.b-featured-resources{padding-bottom:26px}}@media(min-width:992px){.b-featured-resources{padding-bottom:73px;padding-top:130px}}.b-featured-resources .c-buttons{margin-top:49px}@media(max-width:991.98px){.b-featured-resources .c-buttons{justify-content:center}}@media(min-width:992px){.b-featured-resources .c-buttons{margin-top:44px}}.b-featured-resources .c-section-header{margin-bottom:14px}@media(min-width:992px){.b-featured-resources .c-section-header{margin-bottom:27px}}.b-featured-resources .c-section-header__title{font-size:2.5rem;font-weight:500;letter-spacing:-.025em;line-height:1.68}@media(min-width:992px){.b-featured-resources .c-section-header__title{font-size:3rem;letter-spacing:-.01em}}.b-featured-resources .c-menu-category{margin-bottom:20px}@media(max-width:991.98px){.b-featured-resources .c-menu-category{margin-bottom:33px}}@media(min-width:992px){.b-featured-resources .c-menu-category__filter{display:flex;flex-wrap:wrap;gap:8px}}@media(max-width:991.98px){.b-featured-resources__col,.b-featured-resources__items{display:flex;flex-direction:column;gap:15px}}@media(min-width:992px){.b-featured-resources__col{display:flex;flex-direction:column;gap:20px}.b-featured-resources__col:only-child{grid-column:1/-1}.b-featured-resources__col--sticky{min-height:100%}.b-featured-resources__col--sticky .c-post-item{display:flex;flex-direction:column;min-height:100%}.b-featured-resources__col--sticky .c-post-item__head img{height:260px}.b-featured-resources__col--sticky .c-post-item__meta{align-items:center;flex-wrap:nowrap}.b-featured-resources__col--sticky .c-post-item__body{flex:1 0 auto}.b-featured-resources__col--sticky .c-post-item__text{display:none}.b-featured-resources__col--sticky .c-post-item__title{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.b-featured-resources__col--sticky .c-post-item__footer{justify-content:flex-end}.b-featured-resources__col--normal .c-post-item{border-radius:15px;height:140px;overflow:hidden}.b-featured-resources__col--normal .c-post-item__head{bottom:0;overflow:hidden;position:absolute;right:0;top:0;width:140px}.b-featured-resources__col--normal .c-post-item__head img{height:100%;object-fit:cover;width:100%}.b-featured-resources__col--normal .c-post-item__body,.b-featured-resources__col--normal .c-post-item__footer{padding-right:160px}.b-featured-resources__col--normal .c-post-item__body{padding:16px 160px 16px 16px}.b-featured-resources__col--normal .c-post-item__footer{bottom:0;left:0;padding-bottom:17px;padding-left:16px;padding-top:0;position:absolute;right:0}}@media(min-width:992px)and (min-width:992px){.b-featured-resources__col--normal .c-post-item__footer--events,.b-featured-resources__col--normal .c-post-item__text{display:none}}@media(min-width:992px){.b-featured-resources__items{display:grid;gap:20px;grid-template-columns:minmax(0,650px) minmax(0,430px);margin-top:44px}}@media(max-width:991.98px){.b-featured-resources .c-post-item__body{padding-top:4px}.b-featured-resources .c-post-item__meta{display:flex;flex-direction:column}}@media(min-width:992px)and (max-width:1199.98px){.b-featured-resources .b-featured-resources__col--normal .c-post-item__title{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;flex:0 0 50%;overflow:hidden;text-overflow:ellipsis}}@media(max-width:991.98px){.b-featured-resources .c-post-item__title{margin-top:6px}.b-featured-resources .post-item--label{order:-1}}@media(min-width:992px)and (max-width:1199.98px){.b-featured-resources .post-item--label{flex:0 1;flex-basis:calc(50% - 11px)}}@media(max-width:991.98px){.b-featured-resources .c-post-item__footer{gap:4px;justify-content:space-between;margin-top:13px;padding-inline-end:15px}}@media(max-width:575.98px){.b-featured-resources .c-post-item__footer .c-btn{font-size:1.6rem}}@media(max-width:991.98px){.b-featured-resources .c-post-item__time{order:1}}.b-featured-resources .c-loader{display:none;margin:20px auto}.b-featured-resources .c-loader--visible{display:block}html:not([dir=rtl]) .b-featured-resources .c-post-item__time{order:-1}.b-project-text{background-color:var(--color-blue-7);color:var(--color-white)}.b-project-text__inner{display:flex;padding-bottom:194px;padding-top:173px}@media(max-width:991.98px){.b-project-text__inner{flex-direction:column;padding-bottom:82px;padding-top:126px}}.b-project-text__text{flex-basis:100%}.b-project-text__text ol,.b-project-text__text p,.b-project-text__text ul{margin-bottom:16px}.b-icon-with-text-repeater{padding-block:40px}.b-icon-with-text-repeater__items{display:flex;flex-direction:column;gap:10px}.b-icon-with-text-repeater__item{align-items:center;display:flex;gap:20px}.b-icon-with-text-repeater__item-media{flex:0 0 40px}@media(max-width:991.98px){.b-icon-with-text-repeater__item-media{flex-basis:30px}}.b-icon-with-text-repeater__item-text{font-size:4.3rem;font-weight:400;letter-spacing:.01em;line-height:1.3}@media(max-width:991.98px){.b-icon-with-text-repeater__item-text{font-size:3rem}}.b-icon-with-text-repeater .c-background__color+.container .b-icon-with-text-repeater__item a{color:#fff}.b-events-side-by-side{padding-block:80px}@media(max-width:991.98px){.b-events-side-by-side{padding-block:40px}.b-events-side-by-side__cols{display:flex;flex-direction:column;gap:40px}}@media(min-width:992px){.b-events-side-by-side__cols{display:grid;gap:90px;grid-template-columns:repeat(2,minmax(0,1fr))}}.b-events-side-by-side__col{display:flex;flex-direction:column;gap:20px}.b-events-side-by-side__col--primary{gap:30px}.b-events-side-by-side__media-sm{max-width:50%}@media(min-width:992px){html:not([dir=rtl]) .b-events-side-by-side .c-buttons{align-self:flex-start}}.b-timetable{padding-block:80px}@media(max-width:991.98px){.b-timetable{padding-block:40px}}.b-timetable__inner{display:flex;flex-direction:column;gap:20px}.b-timetable__items{display:flex;flex-direction:column;gap:8px}@media(max-width:991.98px){.b-timetable__items{gap:30px}}.b-timetable__item{font-size:2rem}@media(min-width:992px){.b-timetable__item{align-items:center;display:flex;gap:20px}.b-timetable__item-text-one{flex:0 0 140px}}@media(max-width:991.98px){.b-timetable__item-text-one{font-size:2.3rem;font-weight:700}}@media(min-width:992px){.b-timetable__item-text-two{flex:1 1 auto}}.b-timetable--style-white-color-font{color:var(--color-white)}.search .b-hero-small{background-color:#f6f9fe;padding-bottom:36px;padding-top:47px}@media(min-width:992px){.search .b-hero-small{margin-bottom:35px;padding-bottom:65px;padding-top:70px}}.search .b-hero-small__title{font-size:1.8rem;font-weight:400;letter-spacing:-.025em;margin-bottom:3px}.search .b-hero-small__keyword{font-family:var(--font-secondary);font-size:3rem;font-weight:500;letter-spacing:-.025em}html:not([dir=rtl]) .search .b-hero-small__keyword{font-family:var(--font-tertiary)}@media(max-width:991.98px){.single-projects .b-gallery{padding-top:130px}.single-projects .b-gallery .c-section-header{margin-bottom:63px}.single-projects .b-gallery .c-section-header__title{font-size:2.5rem}}