*,*:before,*:after{box-sizing:border-box}body{margin:0;font-size:18px}fieldset{border:none;margin:0;padding:0}ul{list-style:none}ul,li{margin:0;padding:0}b{font-weight:700}h1{margin-top:0;margin-bottom:20px;font-family:var(--font-regular);font-size:32px;font-weight:400;text-transform:uppercase}h2{margin-top:0;margin-bottom:20px;font-family:var(--font-regular);font-size:24px;font-weight:400;text-transform:uppercase}a{font-family:var(--font-regular);color:var(--font-1);transition:all .25s}a:hover{color:var(--primary-1)}p{margin-top:20px;margin-bottom:20px;font-size:18px;line-height:1.5}input{padding:20px;transition:all .5s;border:1px solid var(--secondary-1);border-radius:var(--radius-round);background-color:var(--bg-2);color:var(--font-1);font-family:var(--font-regular);font-size:14px;height:40px}input:focus-visible{border:1px solid var(--secondary-1);outline:none;box-shadow:0 0 2px var(--secondary-1);color:var(--primary-1)}input:disabled{opacity:.5;pointer-events:none}::-webkit-scrollbar{width:10px;height:10px;background:var(--bg-2)}::-webkit-scrollbar-track{border-radius:var(--radius-2);background:transparent}::-webkit-scrollbar-thumb{border-radius:var(--radius-2);background:var(--bg-6)}::-webkit-scrollbar-thumb:hover{background-color:var(--primary-3)}html{color:var(--font-1);font-family:var(--font-regular)}:where(html){--font-regular: centrale-sans;--font-accent: centrale-sans-bold}@font-face{font-family:centrale-sans;font-style:normal;src:url(/assets/CentraleSans-Book.woff2) format("woff2"),url(/assets/CentraleSans-Book.woff) format("woff")}@font-face{font-family:centrale-sans-bold;font-style:normal;src:url(/assets/CentraleSans-Bold.woff2) format("woff2"),url(/assets/CentraleSans-Bold.woff) format("woff")}:where(html){--bg-1: #F7F7F7;--bg-1-rgba: 247, 247, 247;--bg-2: #FFFFFF;--bg-2-rgba: 255, 255, 255;--bg-3: var(--primary-1);--bg-4: var(--secondary-1);--bg-5: var(--secondary-2);--bg-6: #848484;--bg-7-rgba: 38, 38, 38;--bg-8: #000000;--bg-9: #D5D5D5;--primary-1: #E11F26;--primary-2: #D11B21;--primary-3: #FF252C;--primary-4: #BC2126;--primary-5: #FF7F84;--secondary-1: #262626;--secondary-2: #494949;--secondary-3: #A3A3A3;--secondary-4: #363636;--secondary-5: #AEAEAE;--secondary-6: #5B5B5B;--secondary-7: #4F4F4F;--secondary-8: #A2A2A2;--font-1: #262626;--font-2: #FFFFFF;--font-3: #878787;--gradient-1: linear-gradient( 90deg, rgba(var(--bg-1-rgba), 1) 20%, rgb(var(--bg-1-rgba), 0) 80% );--gradient-2: linear-gradient( 90deg, rgba(var(--bg-1-rgba)) 90%, rgb(var(--bg-1-rgba), 0) 100% );--gradient-3: linear-gradient( 270deg, rgba(var(--bg-1-rgba)) 0%, rgb(var(--bg-1-rgba), 0) 60% );--gradient-4: linear-gradient( 90deg, rgba(var(--bg-1-rgba)) 0%, rgb(var(--bg-1-rgba), 0) 60% );--gradient-5: linear-gradient( 90deg, rgba(var(--bg-1-rgba)) 10%, rgb(var(--bg-1-rgba), 0) 80% )}:where(html){--radius-1: 2px;--radius-2: 5px;--radius-3: 1rem;--radius-4: 2rem;--radius-5: 4rem;--radius-round: 1e5px;--layer-1: 1;--layer-2: 2;--layer-3: 3;--layer-4: 4;--layer-5: 5}body{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;background-color:var(--bg-1)}.btn{border:none;background:none;padding:0}.btn a{font-family:var(--font-regular);color:var(--font-2);height:60px;background-color:var(--primary-1);cursor:pointer;text-transform:uppercase;border-radius:var(--radius-3);padding:20px 30px;font-size:16px;min-width:285px;text-align:left;position:relative;display:flex;align-items:center;transition:all .25s;text-decoration:none}.btn a>span{padding-right:60px}.btn a .icon{width:60px;height:60px;display:flex;justify-content:center;align-items:center;position:absolute;right:0;background-color:var(--primary-4);border-radius:var(--radius-3)}.btn a:hover{outline:none;box-shadow:0 0 4px var(--primary-1)}.xg--disabled{opacity:.5;pointer-events:none}.xg--has-max-width{max-width:1395px;margin:auto}@media (max-width: 1395px){.xg--has-max-width{padding:0 30px}}.xg--text-accent,a{color:var(--primary-1)}.xg--hidden{display:none!important}.st__content-filter{display:flex;justify-content:space-between;align-items:center;padding:0 30px}@media (max-width: 1024px){.st__content-filter{flex-direction:column;align-items:flex-start;padding:0}}.st__content-filter .filter-label{font-family:var(--font-accent);font-size:36px;color:var(--secondary-3);text-transform:uppercase}@media (max-width: 1024px){.st__content-filter .filter-label{margin-bottom:20px}}@media (max-width: 600px){.st__content-filter .filter-label{font-size:24px;margin-bottom:10px}}.st__content-filter .input{position:relative;display:flex;align-items:center;background-color:var(--secondary-4);border-radius:var(--radius-round)}.st__content-filter .input input{color:var(--font-2);font-size:20px;font-weight:700;background-color:transparent;border:1px solid var(--secondary-5);border-radius:var(--radius-round);padding:20px 40px;transition:all .5s;appearance:none;min-width:618px;z-index:var(--layer-2);height:64px}.st__content-filter .input input:focus-visible{outline:none;box-shadow:0 0 3px var(--secondary-3)}.st__content-filter .select{position:relative;display:flex;align-items:center;background-color:var(--secondary-4);border-radius:var(--radius-round)}@media (max-width: 1024px){.st__content-filter .select{width:100%}}.st__content-filter .select svg{position:absolute;right:30px;font-size:16px;z-index:var(--layer-1)}.st__content-filter .select select{color:var(--font-2);font-size:20px;font-weight:700;background-color:transparent;border:1px solid var(--secondary-5);border-radius:var(--radius-round);padding:20px 80px 20px 40px;transition:all .5s;appearance:none;min-width:618px;z-index:var(--layer-2)}@media (max-width: 1024px){.st__content-filter .select select{width:100%;min-width:initial}}@media (max-width: 600px){.st__content-filter .select select{font-size:16px;padding:10px 20px}}.st__content-filter .select select:focus-visible{outline:none;box-shadow:0 0 3px var(--secondary-3)}.st__content-filter .select select option{background-color:var(--bg-2);color:var(--font-1)}.st__footer{display:flex;flex-direction:column;background-color:var(--bg-4);color:#fff;min-height:80px;z-index:var(--layer-2)}.st__footer>.content{width:100%;display:flex;position:relative}@media (max-width: 1024px){.st__footer>.content{flex-direction:column}}.st__footer>.content:before{content:"";background-color:var(--primary-1);position:absolute;top:-5px;height:5px;width:100%;z-index:2}@media (max-width: 1395px){.st__footer>.content:before{width:calc(100% - 60px)}}.st__footer .logo{padding:50px 0 50px 30px;margin-right:180px;margin-top:10px}.st__footer .logo img{width:160px}@media (max-width: 1024px){.st__footer .logo{width:100%;margin:0;padding:40px 20px 0;display:flex;justify-content:center}}.st__footer .sitemap{display:flex;font-size:14px;padding:50px 0;flex:1}@media (max-width: 1024px){.st__footer .sitemap{padding:40px 20px;flex-direction:column}}.st__footer .sitemap .column li{margin:10px 0 15px}.st__footer .sitemap .column li ul{padding-left:12px}.st__footer .sitemap .column li span{transition:all .25s}.st__footer .sitemap .column li span a{color:var(--font-2);text-decoration:none}.st__footer .sitemap .column li span a:hover{color:var(--primary-1)}.st__footer .sitemap .column:not(:first-child){border-left:1px solid var(--secondary-6);margin-left:50px;padding-left:50px}@media (max-width: 1024px){.st__footer .sitemap .column:not(:first-child){border-left:none;margin-left:0;padding-left:0}}.st__footer .sitemap .column.description{font-size:12px;padding-top:10px;max-width:498px;line-height:1.5;display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 1024px){.st__footer .sitemap .column.description{max-width:initial}}.st__footer .sitemap .column.description .social-links{display:flex;font-size:18px}@media (max-width: 1024px){.st__footer .sitemap .column.description .social-links{margin-top:30px}}.st__footer .sitemap .column.description .social-links a{color:var(--font-2)}.st__footer .sitemap .column.description .social-links a:not(:first-child){margin-left:20px}.st__footer .sitemap .column.description .social-links a:hover{color:var(--primary-1)}.st__footer .disclaimer{height:90px;background-color:var(--bg-8);color:var(--font-2);font-size:14px;width:100%}@media (max-width: 1024px){.st__footer .disclaimer{height:initial;padding:40px 10px}}.st__footer .disclaimer .content{height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 30px}@media (max-width: 1024px){.st__footer .disclaimer .content{flex-direction:column-reverse;gap:10px}}.st__footer .disclaimer .logo{display:none;padding:0;margin:50px 0}@media (max-width: 1024px){.st__footer .disclaimer .logo{display:block}}.st__footer .disclaimer .copyright,.st__footer .disclaimer .links{opacity:.5}.st__footer .disclaimer .copyright a,.st__footer .disclaimer .links a{color:var(--font-2)}.st__footer .disclaimer .copyright a:hover,.st__footer .disclaimer .links a:hover{color:var(--primary-1)}.st__footer .disclaimer .copyright a:not(:first-child),.st__footer .disclaimer .links a:not(:first-child){border-left:1px solid var(--font-2);margin-left:28px;padding-left:28px}.search[data-v-dd0dd575]{margin-left:20px}.search button[data-v-dd0dd575]{width:40px;display:flex;justify-content:flex-end;position:relative;background-color:transparent;cursor:pointer;z-index:var(--layer-2)}@media (max-width: 1024px){.search[data-v-dd0dd575]{margin-right:75px}}.search .start-search[data-v-dd0dd575]{height:100%;display:flex;align-items:center;justify-content:center;width:32px;background:none;cursor:pointer;z-index:var(--layer-1);border:none;height:32px;border-radius:40px}.search .start-search svg[data-v-dd0dd575]{font-size:14px;color:#00000080}@media (max-width: 1024px){.search .start-search svg[data-v-dd0dd575]{font-size:18px;position:relative;bottom:2px}}.search .start-search:hover svg[data-v-dd0dd575]{color:var(--primary-1)}.global-search[data-v-dd0dd575]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.search-overlay[data-v-dd0dd575]{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:flex-start;padding-top:100px}.search-container[data-v-dd0dd575]{background:#fff;border-radius:8px;width:90%;max-width:600px;box-shadow:0 4px 20px #0000004d;overflow:hidden}.search-header[data-v-dd0dd575]{display:flex;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0}.search-input[data-v-dd0dd575]{flex:1;border:none;outline:none;font-size:18px;padding-left:12px;background:transparent}.search-input[data-v-dd0dd575]::placeholder{color:#999}.close-btn[data-v-dd0dd575]{background:none;border:none;font-size:24px;cursor:pointer;color:#999;width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin-left:15px}.close-btn[data-v-dd0dd575]:hover{color:#000}.search-results[data-v-dd0dd575]{max-height:400px;overflow-y:auto}.results-info[data-v-dd0dd575]{padding:10px 20px;font-size:14px;color:#666;border-bottom:1px solid #f0f0f0}.search-result-item[data-v-dd0dd575]{padding:15px 20px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s ease}.search-result-item a[data-v-dd0dd575]{text-decoration:none}.search-result-item[data-v-dd0dd575]:hover,.search-result-item.x--selected[data-v-dd0dd575]{background-color:#cdcccc}.result-header[data-v-dd0dd575]{margin-bottom:8px}.result-title[data-v-dd0dd575]{font-family:var(--font-accent);color:#333;font-size:16px}.result-content[data-v-dd0dd575]{color:#666;line-height:1.4;font-size:14px}.result-content strong[data-v-dd0dd575]{color:#333}.result-content em[data-v-dd0dd575]{font-style:italic}.result-content u[data-v-dd0dd575]{text-decoration:underline}.st__navigation .sub-navigation .column .router-link-active,.st__navigation .navigation-list .router-link-active{color:var(--primary-1)}.st__header{background-color:var(--bg-2);position:relative}.st__header>.content{display:flex;align-items:center;height:135px}.st__header .logo{flex:1;padding-left:20px}@media (max-width: 1024px){.st__header .logo{padding-left:0}}.st__header .logo img{width:160px}.st__navigation .navigation-list li span a.router-link-active{color:var(--primary-1)}@media (max-width: 1024px){.st__navigation{z-index:var(--layer-3);position:relative;display:none;display:block}.st__navigation .xg--has-max-width{padding:0}.st__navigation .menu__position{border-radius:var(--radius-round);background-color:var(--bg-2);width:50px;height:50px;position:fixed;display:flex;align-items:center;justify-content:center;z-index:var(--layer-1);top:40px;right:30px}.st__navigation #menu__toggle{opacity:0;display:none}.st__navigation #menu__toggle:checked+.menu__position .menu__btn>span{transform:rotate(45deg)}.st__navigation #menu__toggle:checked+.menu__position .menu__btn>span:before{top:0;transform:rotate(0)}.st__navigation #menu__toggle:checked+.menu__position .menu__btn>span:after{top:0;transform:rotate(90deg)}.st__navigation #menu__toggle:checked~.navigation-list{right:0!important}.st__navigation .menu__btn{width:50px;cursor:pointer;z-index:1;position:relative;height:50px}.st__navigation .menu__btn>span,.st__navigation .menu__btn>span:before,.st__navigation .menu__btn>span:after{display:block;position:absolute;width:100%;height:2px;background-color:var(--font-1);transition-duration:.25s}.st__navigation .menu__btn>span{position:relative;top:24px;display:block;width:25px;left:13px}.st__navigation .menu__btn>span:before{content:"";top:-8px}.st__navigation .menu__btn>span:after{content:"";top:8px}.st__navigation .navigation-list{display:block;position:fixed;overflow-y:auto;top:0;right:-100%;width:300px;height:100%;margin:0;padding:90px 0 40px;list-style:none;background-color:var(--bg-4);box-shadow:-2px 2px 6px #0006;transition-duration:.25s}.st__navigation .navigation-list li a{display:block;padding:12px 20px;color:var(--primary-1);font-family:var(--font-regular);font-size:24px;text-decoration:none;transition-duration:.25s}.st__navigation .navigation-list li a:hover{background-color:var(--bg-5)}.st__navigation .navigation-list li a.router-link-active{color:var(--primary-1)}.st__navigation .navigation-list>li>span>a{text-transform:uppercase}.st__navigation .navigation-list li li a{padding-left:30px;font-size:16px;color:var(--font-2)}.st__navigation .navigation-list li li li a{padding-left:40px;font-size:14px;font-weight:400}.st__navigation .navigation-list .title{display:none}.st__navigation .navigation-list .column-title{font-family:var(--font-accent);color:var(--font-2);text-transform:uppercase;padding-left:30px;margin-top:10px;margin-bottom:10px;font-size:18px}.st__navigation .navigation-list .column-title+ul li a{padding-left:40px}.st__navigation .navigation-list .column-title[title=MORE_LINK],.st__navigation .navigation-list .column-title[title=EMPTY_PAGE]{display:none}.st__navigation .navigation-list .column-title[title=MORE_LINK]+ul li a,.st__navigation .navigation-list .column-title[title=EMPTY_PAGE]+ul li a{padding-left:30px}.st__navigation .navigation-list .column:not(:first-child) .column-title{border-top:1px solid var(--secondary-6);padding-top:20px}}@media (min-width: 1025px){.st__navigation{display:flex;align-items:center;height:100%;z-index:var(--layer-2)}.st__navigation #menu__toggle,.st__navigation .menu__position{display:none}.st__navigation .navigation-list{display:flex;align-items:center;height:100%}.st__navigation .navigation-list>li{padding:0 20px;cursor:pointer;transition:all .5s;height:100%;display:flex;align-items:center;border-bottom:5px solid var(--bg-2);border-top:5px solid var(--bg-2)}.st__navigation .navigation-list>li>span{font-size:14px;font-weight:700;text-transform:uppercase;display:flex;height:100%;align-items:center}.st__navigation .navigation-list>li>span a{color:var(--font-1);text-decoration:none;height:100%;display:flex;align-items:center}.st__navigation .navigation-list>li>span a:hover{color:var(--primary-1)}.st__navigation .navigation-list>li:hover{color:var(--primary-1);border-bottom:5px solid var(--primary-1)}.st__navigation .navigation-list>li:hover .sub-navigation{opacity:1;visibility:visible;transition:all .5s;transition-delay:.125s}.st__navigation .sub-navigation{transition-delay:.15s;opacity:0;visibility:hidden;display:flex;background-color:var(--bg-4);color:var(--font-2);position:absolute;top:100%;left:0;width:100%;padding:20px 0;font-size:16px;cursor:default;justify-content:center;z-index:var(--layer-1)}.st__navigation .sub-navigation>.content{display:flex;justify-content:flex-start;width:100%}.st__navigation .sub-navigation .title{font-family:var(--font-accent);text-transform:uppercase;font-size:24px;width:355px;padding-left:20px;padding-top:10px}.st__navigation .sub-navigation .list{display:flex}.st__navigation .sub-navigation .column .column-title{font-family:var(--font-accent);text-transform:uppercase;font-size:18px;max-width:150px;margin-bottom:20px;margin-top:10px}.st__navigation .sub-navigation .column .column-title[title=EMPTY_PAGE]{display:none}.st__navigation .sub-navigation .column .column-title~ul{padding-left:16px}.st__navigation .sub-navigation .column:has(.column-title[title=MORE_LINK]){border-left:none;margin-left:120px;padding-left:0}.st__navigation .sub-navigation .column:has(.column-title[title=MORE_LINK]) .column-title{display:none}.st__navigation .sub-navigation .column:has(.column-title[title=MORE_LINK]) a{color:var(--font-2);text-decoration:underline}.st__navigation .sub-navigation .column:has(.column-title[title=MORE_LINK]) a:hover{color:var(--primary-1)}.st__navigation .sub-navigation .column li{margin:10px 0 15px}.st__navigation .sub-navigation .column li ul{padding-left:12px}.st__navigation .sub-navigation .column li span{transition:all .25s;cursor:pointer}.st__navigation .sub-navigation .column li span a{color:var(--font-2);text-decoration:none}.st__navigation .sub-navigation .column li span a:hover{color:var(--primary-1)}.st__navigation .sub-navigation .column:not(:first-child){border-left:1px solid var(--secondary-6);margin-left:30px;padding-left:30px}}@media (max-width: 600px){.st__navigation .navigation-list{width:100%}}.st__main-frame{margin:auto;flex:1;width:100%}.st__page-banner{display:flex;justify-content:center;position:relative;overflow:hidden;height:455px;z-index:var(--layer-1);align-items:flex-start}@media (max-width: 600px){.st__page-banner{height:300px}}.st__page-banner .banner-image{position:absolute;height:455px;width:100%;background-image:url(/assets/wave.svg)}.st__page-banner .banner-image:after{content:" ";display:block;position:absolute;width:100%;height:100%;background:var(--gradient-5);inset:0;z-index:var(--layer-2)}.st__page-banner .banner-image img{height:100%}.st__page-banner .content{z-index:var(--layer-2);width:100%;margin:110px auto 0}@media (max-width: 600px){.st__page-banner .content{margin-top:70px}}.st__page-banner .title{font-family:var(--font-accent);font-size:64px;text-transform:uppercase;border-left:11px solid var(--primary-1);padding-left:40px;padding-top:20px;padding-bottom:20px;max-width:735px;line-height:1}@media (max-width: 600px){.st__page-banner .title{font-size:24px;max-width:400px}}.st__page-banner .banner-link{padding:0 100px 120px}.st__page-banner .banner-link .navigation-title{font-weight:700;font-size:16px;text-transform:uppercase;color:var(--secondary-7);margin-bottom:15px;opacity:.5}.st__page-banner .banner-link .teaser{font-family:var(--font-accent);font-size:48px;text-transform:uppercase;max-width:670px;margin-bottom:30px;line-height:1}@media (max-width: 600px){.st__page-banner .banner-link .teaser{font-size:24px}}.st__page-banner .banner-link .teaser .xg--text-accent{color:var(--primary-3)}.st__page-content{background-image:url(/assets/wave.svg);background-repeat:no-repeat;background-position:center 64px;z-index:var(--layer-1);position:relative;margin-top:-64px}.page-content-header,.page-content-header.xg--has-max-width{background-color:var(--secondary-1);color:var(--font-2);font-size:22px;line-height:1.5;padding:50px 60px;border-radius:var(--radius-3);position:relative;z-index:var(--layer-2)}@media (max-width: 1024px){.page-content-header,.page-content-header.xg--has-max-width{padding:30px 40px}}@media (max-width: 1395px){.page-content-header,.page-content-header.xg--has-max-width{margin:0 30px}}@media (max-width: 600px){.page-content-header,.page-content-header.xg--has-max-width{font-size:18px}}.st__joboffer-list .category-title{font-family:var(--font-accent);text-transform:uppercase;font-size:36px;margin-top:73px;margin-bottom:25px;padding:0 40px;line-height:1}@media (max-width: 600px){.st__joboffer-list .category-title{font-size:24px}}.st__joboffer-list .item{margin-top:20px;display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:30px 40px;box-shadow:0 0 10px rgba(var(--bg-7-rgba),.25);border-radius:var(--radius-3);font-size:24px}@media (max-width: 600px){.st__joboffer-list .item{font-size:18px}}.st__joboffer-list .item:last-child{margin-bottom:60px}.st__joboffer-list .item .position-info{display:flex;justify-content:space-between;flex:1}@media (max-width: 1024px){.st__joboffer-list .item .position-info{flex-direction:column;gap:10px}}.st__joboffer-list .item .position-type{font-size:38px;margin-right:70px}@media (max-width: 600px){.st__joboffer-list .item .position-type{font-size:28px;margin-right:35px}}.st__joboffer-list .item .position-title{flex:1;font-weight:700}.st__joboffer-list .item .btn-more-info{font-size:32px;margin-left:70px;color:var(--primary-1);cursor:pointer}.st__page-article{margin-bottom:120px;margin-top:120px;display:flex;gap:65px}@media (max-width: 600px){.st__page-article{margin-bottom:60px;gap:24px}}@media (max-width: 1024px){.st__page-article{flex-direction:column-reverse}}.st__page-article .article-text{flex:1}.st__page-article .article-text .header{font-size:36px;font-family:var(--font-accent);text-transform:uppercase;line-height:1.2}.st__page-article .article-text p+.btn{margin-top:40px;padding:0}@media (max-width: 600px){.st__page-article .article-text p+.btn{margin-top:0}}.st__page-article .article-text .two-columns{display:flex;gap:65px}@media (max-width: 1024px){.st__page-article .article-text .two-columns{flex-direction:column;gap:15px}}.st__page-article .article-text .two-columns .column{flex:1}.st__page-article .article-text p .xg--text-accent{font-weight:700}.st__page-article .article-text ul{list-style-type:disc;padding-left:1em}.st__page-article .article-text ul li{margin:.25em 0}.st__page-article .article-text h2{font-size:28px;font-family:var(--font-accent);text-transform:uppercase;line-height:1.2;margin-top:20px;color:var(--primary-1)}.st__page-article .article-image{flex:0 0 33%;display:flex;flex-direction:column;gap:30px}.st__page-article .article-image img{width:100%;border-radius:var(--radius-3)}.contact-item[data-v-b3e91a1d]{display:flex;justify-content:space-between;flex-wrap:wrap}.contact-item img[data-v-b3e91a1d]{border-radius:var(--radius-3);border:3px solid var(--bg-1);height:265px}.contact-item[data-v-420eaeaf]{display:flex;justify-content:space-between;flex-wrap:wrap}.contact-item img[data-v-420eaeaf]{border-radius:var(--radius-3);border:3px solid var(--bg-1);height:265px}.contact-item[data-v-ac6557da]{display:flex;justify-content:space-between;flex-wrap:wrap}.contact-item img[data-v-ac6557da]{border-radius:var(--radius-3);border:3px solid var(--bg-1);height:265px}.st__page-gallery{width:100%;display:flex;justify-content:center}.st__page-gallery .inner-container{display:flex;gap:20px;overflow-x:auto;width:100%;margin-bottom:100px;padding:0 20px}.st__page-gallery .inner-container .item{flex:0 0 462px;height:645px;border-radius:var(--radius-3);background-repeat:no-repeat;background-size:cover;background-position:center}.st__page-gallery.small-images .inner-container .item{height:240px}.st__datasheet-list .category-title[data-v-7bd2f330]{font-family:var(--font-accent);text-transform:uppercase;font-size:36px;margin-top:57px;margin-bottom:25px;padding:0 40px;line-height:1}@media (max-width: 600px){.st__datasheet-list .category-title[data-v-7bd2f330]{font-size:24px}}.st__datasheet-list .item[data-v-7bd2f330]{margin-top:10px;display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:30px 40px;box-shadow:0 0 10px rgba(var(--bg-7-rgba),.25);border-radius:var(--radius-3);font-size:24px}@media (max-width: 600px){.st__datasheet-list .item[data-v-7bd2f330]{font-size:18px}}.st__datasheet-list .item[data-v-7bd2f330]:last-child{margin-bottom:60px}.st__datasheet-list .item .data-info[data-v-7bd2f330]{display:flex;justify-content:space-between;flex:1}@media (max-width: 1024px){.st__datasheet-list .item .data-info[data-v-7bd2f330]{flex-direction:column;gap:10px}}@media (max-width: 600px){.st__datasheet-list .item .data-info[data-v-7bd2f330]{gap:5px}}.st__datasheet-list .item .data-type[data-v-7bd2f330]{font-size:56px;margin-right:80px}@media (max-width: 600px){.st__datasheet-list .item .data-type[data-v-7bd2f330]{font-size:28px;margin-right:35px}}.st__datasheet-list .item .data-title[data-v-7bd2f330]{flex:1}@media (max-width: 600px){.st__datasheet-list .item .data-title[data-v-7bd2f330]{word-break:break-all}}.st__datasheet-list .item .data-size[data-v-7bd2f330]{text-transform:uppercase;color:var(--font-3)}.st__datasheet-list .item .btn-download[data-v-7bd2f330]{font-size:32px;margin-left:70px;color:var(--primary-1);cursor:pointer}@media (max-width: 600px){.st__datasheet-list .item .btn-download[data-v-7bd2f330]{margin-left:10px}}.st__datasheet-list .category-title[data-v-31b11f23]{font-family:var(--font-accent);text-transform:uppercase;font-size:36px;margin-top:57px;margin-bottom:25px;padding:0 40px;line-height:1}@media (max-width: 600px){.st__datasheet-list .category-title[data-v-31b11f23]{font-size:24px}}.st__datasheet-list .item[data-v-31b11f23]{margin-top:10px;display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:30px 40px;box-shadow:0 0 10px rgba(var(--bg-7-rgba),.25);border-radius:var(--radius-3);font-size:24px}@media (max-width: 600px){.st__datasheet-list .item[data-v-31b11f23]{font-size:18px}}.st__datasheet-list .item[data-v-31b11f23]:last-child{margin-bottom:60px}.st__datasheet-list .item .data-info[data-v-31b11f23]{display:flex;justify-content:space-between;flex:1}@media (max-width: 1024px){.st__datasheet-list .item .data-info[data-v-31b11f23]{flex-direction:column;gap:10px}}.st__datasheet-list .item .data-type[data-v-31b11f23]{font-size:56px;margin-right:80px}@media (max-width: 600px){.st__datasheet-list .item .data-type[data-v-31b11f23]{font-size:28px;margin-right:35px}}.st__datasheet-list .item .data-title[data-v-31b11f23]{flex:1}@media (max-width: 600px){.st__datasheet-list .item .data-title[data-v-31b11f23]{word-break:break-all}}.st__datasheet-list .item .data-size[data-v-31b11f23]{text-transform:uppercase;color:var(--font-3)}.st__datasheet-list .item .btn-download[data-v-31b11f23]{font-size:32px;margin-left:70px;color:var(--primary-1);cursor:pointer}@media (max-width: 600px){.st__datasheet-list .item .btn-download[data-v-31b11f23]{margin-left:10px}}.st__quote{display:flex;color:var(--font-2);position:relative;overflow:hidden;min-height:580px;margin-top:85px}.st__quote:before{content:"";position:absolute;z-index:var(--layer-2);background-color:var(--bg-1);inset:0;mask-image:var(--gradient-3);mask-size:100%;mask-position:top center;mask-repeat:no-repeat;filter:grayscale(100%) brightness(50%)}.st__quote:after{content:"";position:absolute;z-index:var(--layer-2);background-color:var(--bg-1);inset:0;mask-image:var(--gradient-4);mask-size:100%;mask-position:top center;mask-repeat:no-repeat;filter:grayscale(100%) brightness(50%)}.st__quote .image{position:absolute;background-size:cover;background-repeat:no-repeat;background-position:center bottom;filter:grayscale(100%) brightness(50%);width:100%;height:100%;z-index:var(--layer-1)}.st__quote .content{z-index:var(--layer-3);padding:0 150px;display:flex;flex-direction:column;justify-content:center;margin:150px auto 50px}@media (max-width: 768px){.st__quote .content{padding:0 30px;margin-top:50px}}.st__quote .content .text{font-family:var(--font-accent);text-transform:uppercase;font-size:24px;line-height:1.5}.st__quote .content .author{font-family:var(--font-accent);text-transform:uppercase;font-size:20px;margin-top:80px}@media (max-width: 768px){.st__quote .content .author{margin-top:40px}}.st__quote .content .position{font-size:16px;margin-top:5px}.event[data-v-3e26c891]{height:150px;min-width:560px;display:flex;align-items:center;background-color:var(--bg-2);border-radius:var(--radius-3);cursor:pointer;overflow:hidden;text-decoration:none;border:1px solid var(--bg-9);user-select:none}@media (max-width: 600px){.event[data-v-3e26c891]{min-width:initial;width:100%;height:125px}}.event .logo[data-v-3e26c891]{display:flex;justify-content:center;align-items:center;height:100%;background-color:var(--bg-2);flex:0 0 145px;border-radius:var(--radius-3);box-shadow:20px 0 30px 10px rgba(var(--bg-7-rgba),.05);z-index:var(--layer-1);position:relative;left:-1px}@media (max-width: 600px){.event .logo[data-v-3e26c891]{flex:0 0 110px}}.event .logo img[data-v-3e26c891]{max-width:75px}@media (max-width: 600px){.event .logo img[data-v-3e26c891]{max-width:60px}}.event .countdown[data-v-3e26c891]{display:flex;align-items:center;gap:30px;padding:0 30px;color:var(--secondary-2);flex:1;justify-content:center;height:100%;border-top-right-radius:var(--radius-3);border-bottom-right-radius:var(--radius-3)}@media (max-width: 600px){.event .countdown[data-v-3e26c891]{gap:10px}}.event .countdown .unit[data-v-3e26c891]{max-width:120px;min-width:65px;text-align:center}@media (max-width: 600px){.event .countdown .unit[data-v-3e26c891]{max-width:initial;min-width:initial;flex:1}}.event .countdown .unit .value[data-v-3e26c891]{font-family:var(--font-accent);font-size:36px}@media (max-width: 600px){.event .countdown .unit .value[data-v-3e26c891]{font-size:28px}}.event .countdown .unit .unit-title[data-v-3e26c891]{font-size:16px;font-weight:700;margin-top:10px;text-transform:uppercase}.event[data-v-3e26c891]:hover{background-color:var(--bg-3)}.event:hover .countdown[data-v-3e26c891],.event:hover .event-live[data-v-3e26c891]{color:var(--font-2)}.event .event-live[data-v-3e26c891]{display:flex;align-items:center;padding:0 30px;flex:1;justify-content:center;font-size:24px}.st__upcoming-events{margin-bottom:60px;margin-top:60px}.st__upcoming-events h1{font-size:36px;font-family:var(--font-accent);text-transform:uppercase;line-height:1.2}.st__upcoming-events .st__event-carousel{display:flex;flex-direction:column;position:relative;z-index:var(--layer-1)}.st__upcoming-events .st__event-carousel .content{position:relative;display:flex;gap:20px;overflow-x:auto;padding-bottom:10px}@media (max-width: 600px){.st__upcoming-events .st__event-carousel .content{flex-direction:column}}.home-banner .st__page-banner{height:600px;overflow-y:hidden}@media (max-width: 600px){.home-banner .st__page-banner{height:400px}}.home-banner .st__page-banner .banner-image{height:900px}.st__distributor-list .item{margin-top:30px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;background-color:#fff;padding:60px 70px;box-shadow:0 0 30px rgba(var(--bg-7-rgba),.25);border-radius:var(--radius-3)}@media (max-width: 768px){.st__distributor-list .item{flex-direction:column;padding:40px}}.st__distributor-list .item:last-child{margin-bottom:60px}.st__distributor-list .item .country{display:flex;align-items:center;margin-bottom:30px;padding-right:30px;max-width:450px}@media (max-width: 768px){.st__distributor-list .item .country{margin-bottom:0}}.st__distributor-list .item .country .flag{flex:0 0 75px;height:50px;background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:var(--radius-2);box-shadow:0 0 10px rgba(var(--bg-7-rgba),.5)}.st__distributor-list .item .country .country-name{font-family:var(--font-accent);text-transform:uppercase;font-size:36px;margin-left:30px}.st__distributor-list .item .distributor-list{display:flex;flex-direction:column;line-height:1.6;font-size:20px}@media (max-width: 768px){.st__distributor-list .item .distributor-list{width:100%}}.st__distributor-list .item .distributor-list .distributor{display:flex;padding:0 20px;margin-top:5px;justify-content:flex-end}@media (max-width: 1395px){.st__distributor-list .item .distributor-list .distributor{flex-direction:column;padding:0}}@media (max-width: 768px){.st__distributor-list .item .distributor-list .distributor{margin-top:40px}}.st__distributor-list .item .distributor-list .distributor svg{color:var(--secondary-3);font-size:23px;margin-right:15px}@media (max-width: 768px){.st__distributor-list .item .distributor-list .distributor svg{min-width:24px}}.st__distributor-list .item .distributor-list .distributor .distributor-location{flex:0 0 312px}@media (max-width: 1395px){.st__distributor-list .item .distributor-list .distributor .distributor-location{flex:1}}.st__distributor-list .item .distributor-list .distributor .distributor-location .company-name{font-weight:700;display:flex;align-items:flex-start}.st__distributor-list .item .distributor-list .distributor .distributor-location .company-name svg{margin-top:6px}.st__distributor-list .item .distributor-list .distributor .distributor-location .company-address svg{color:transparent}.st__distributor-list .item .distributor-list .distributor .distributor-location .company-address>div{display:flex;align-items:center}.st__distributor-list .item .distributor-list .distributor .distributor-details{flex:0 0 312px;display:flex;flex-direction:column;gap:5px;margin-left:47px}@media (max-width: 1395px){.st__distributor-list .item .distributor-list .distributor .distributor-details{flex:1;margin-left:0;margin-top:20px}}.st__distributor-list .item .distributor-list .distributor .distributor-details .phone{font-weight:700}.st__distributor-list .item .distributor-list .distributor .distributor-details .mail,.st__distributor-list .item .distributor-list .distributor .distributor-details .website,.st__distributor-list .item .distributor-list .distributor .distributor-details .phone{word-break:break-all;display:flex}.st__distributor-list .item .distributor-list .distributor .distributor-details .mail svg,.st__distributor-list .item .distributor-list .distributor .distributor-details .website svg,.st__distributor-list .item .distributor-list .distributor .distributor-details .phone svg{margin-top:5px}.st__distributor-list .item .distributor-list .distributor+.distributor{border-top:1px solid var(--bg-9);margin-top:40px;padding-top:40px}.st__service-scope{margin-bottom:100px}@media (max-width: 600px){.st__service-scope{margin-bottom:50px}}.st__service-scope .header{font-size:36px;font-family:var(--font-accent);text-transform:uppercase;line-height:1.2;margin-bottom:50px}.st__service-scope .services{display:grid;grid-template-columns:1fr 3fr;gap:20px}@media (max-width: 1024px){.st__service-scope .services{display:flex;flex-direction:column}}.st__service-scope .services:has(>div:only-child){display:flex}.st__service-scope .description{font-size:18px;line-height:1.5;background-color:var(--secondary-1);color:var(--font-2);padding:30px;border-radius:var(--radius-3)}.st__service-scope .service-block{display:grid;grid-template-columns:1fr 1fr 1fr;max-width:100%;gap:20px}@media (max-width: 1024px){.st__service-scope .service-block{grid-template-columns:1fr}}.st__service-scope .service-block .item{flex:0 0 33.333%;height:206px;background-color:var(--primary-2);border-radius:var(--radius-3);color:var(--font-2);font-family:var(--font-accent);font-size:24px;text-transform:uppercase;padding:30px;align-items:flex-end;display:flex;position:relative}@media (max-width: 600px){.st__service-scope .service-block .item{height:180px}}.st__service-scope .service-block .item .title{z-index:var(--layer-1);line-height:1}.st__service-scope .service-block .item:after{content:"";background-repeat:no-repeat;background-color:var(--primary-2);background-blend-mode:saturation;background-image:url(/assets/wave.svg);width:100%;height:100%;position:absolute;left:0;top:0;opacity:.1;background-position:top right;background-size:300%}.st__service-scope .service-block .item+.item:after{background-position:top left}.st__service-scope .service-block .item+.item+.item:after{background-position:top right}.st__service-scope .service-block .item+.item+.item+.item:after{background-position:bottom right}.st__service-scope .service-block .item+.item+.item+.item+.item:after{background-position:top center}.st__service-scope .service-block .item+.item+.item+.item+.item+.item:after{background-position:top left}.st__service-scope .service-block .item:before{content:"";background-repeat:no-repeat;width:calc(100% - 30px);height:calc(100% - 30px);position:absolute;left:30px;top:30px;z-index:var(--layer-1)}.st__service-scope .service-block .item.item-timing:before{background-image:url("data:image/svg+xml,%3csvg%20width='48'%20height='52'%20viewBox='0%200%2048%2052'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.2618%2045.806C14.3753%2045.806%206.33276%2038.0558%206.33276%2028.5288C6.33276%2019.0017%2014.3753%2011.2137%2024.2618%2011.2137C34.1483%2011.2137%2042.1909%2018.9639%2042.1909%2028.491C42.1909%2038.018%2034.1483%2045.7682%2024.2618%2045.7682V45.806ZM24.2618%2013.1418C15.4738%2013.1418%208.29437%2020.0225%208.29437%2028.5288C8.29437%2037.0351%2015.4738%2043.9157%2024.2618%2043.9157C33.0498%2043.9157%2040.2293%2036.9973%2040.2293%2028.5288C40.2293%2020.0603%2033.0498%2013.1418%2024.2618%2013.1418Z'%20fill='white'/%3e%3cpath%20d='M32.2653%2037.1864C32.0299%2037.1864%2031.7552%2037.1108%2031.5591%2036.9218L26.2627%2031.818C25.8704%2031.44%2025.8704%2030.8351%2026.2627%2030.457C26.6551%2030.0789%2027.2828%2030.0789%2027.6751%2030.457L32.9714%2035.5608C33.3637%2035.9388%2033.3637%2036.5437%2032.9714%2036.9218C32.7753%2037.1108%2032.5399%2037.1864%2032.2653%2037.1864Z'%20fill='white'/%3e%3cpath%20d='M24.2617%2051.1367C11.3151%2051.1367%200.761719%2040.9669%200.761719%2028.491C0.761719%2016.0151%2011.3151%205.84534%2024.2617%205.84534C37.2083%205.84534%2047.7617%2016.0151%2047.7617%2028.491C47.7617%2040.9669%2037.2083%2051.1367%2024.2617%2051.1367ZM24.2617%207.73563C12.3744%207.73563%202.72332%2017.0358%202.72332%2028.491C2.72332%2039.9462%2012.3744%2049.2464%2024.2617%2049.2464C36.149%2049.2464%2045.8001%2039.9462%2045.8001%2028.491C45.8001%2017.0358%2036.1098%207.73563%2024.2617%207.73563Z'%20fill='white'/%3e%3cpath%20d='M24.2618%207.73568C23.7126%207.73568%2023.281%207.31982%2023.281%206.79054V1.08186C23.281%200.552582%2023.7126%200.136719%2024.2618%200.136719C24.8111%200.136719%2025.2426%200.552582%2025.2426%201.08186V6.79054C25.2426%207.31982%2024.8111%207.73568%2024.2618%207.73568Z'%20fill='white'/%3e%3cpath%20d='M26.655%202.02701H21.8294C21.2802%202.02701%2020.8486%201.61114%2020.8486%201.08186C20.8486%200.552582%2021.2802%200.136719%2021.8294%200.136719H26.655C27.2042%200.136719%2027.6358%200.552582%2027.6358%201.08186C27.6358%201.61114%2027.2042%202.02701%2026.655%202.02701Z'%20fill='white'/%3e%3cpath%20d='M24.2618%2033.1412C21.594%2033.1412%2019.4363%2031.0618%2019.4363%2028.4911C19.4363%2025.9203%2021.594%2023.8409%2024.2618%2023.8409C26.9296%2023.8409%2029.0874%2025.9203%2029.0874%2028.4911C29.0874%2031.0618%2026.9296%2033.1412%2024.2618%2033.1412ZM24.2618%2025.6934C22.6925%2025.6934%2021.3979%2026.941%2021.3979%2028.4532C21.3979%2029.9655%2022.6925%2031.2131%2024.2618%2031.2131C25.8311%2031.2131%2027.1258%2029.9655%2027.1258%2028.4532C27.1258%2026.941%2025.8311%2025.6934%2024.2618%2025.6934Z'%20fill='white'/%3e%3cpath%20d='M13.7482%2010.2299C13.3952%2010.2299%2013.0421%2010.0409%2012.8459%209.70065L10.5704%205.35298C10.3351%204.89931%2010.5312%204.29442%2011.002%204.06758L15.0037%202.13949C15.2391%202.02607%2015.5137%201.98827%2015.7491%202.10168C15.9845%202.1773%2016.2199%202.36632%2016.3376%202.59316L18.7699%207.24327C19.0053%207.69694%2018.8092%208.30183%2018.3384%208.52867C17.8676%208.7555%2017.2399%208.56647%2017.0045%208.1128L15.0037%204.29442L12.7674%205.39079L14.6113%208.86892C14.8467%209.32259%2014.6506%209.92748%2014.1798%2010.1543C14.0229%2010.2299%2013.8659%2010.2677%2013.7482%2010.2677V10.2299Z'%20fill='white'/%3e%3c/svg%3e")}.st__service-scope .service-block .item.item-pscb:before{background-image:url("data:image/svg+xml,%3csvg%20width='54'%20height='53'%20viewBox='0%200%2054%2053'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_203_1754)'%3e%3cpath%20d='M29.9567%2019.1637H22.3903C21.8976%2019.1637%2021.5105%2018.7829%2021.5105%2018.2982V10.8548C21.5105%2010.3701%2021.8976%209.98926%2022.3903%209.98926H29.9567C30.4494%209.98926%2030.8365%2010.3701%2030.8365%2010.8548V18.2982C30.8365%2018.7829%2030.4494%2019.1637%2029.9567%2019.1637ZM23.2701%2017.4327H29.0769V11.7203H23.2701V17.4327Z'%20fill='white'/%3e%3cpath%20d='M16.7946%2019.1637H9.2282C8.73551%2019.1637%208.34839%2018.7829%208.34839%2018.2982V10.8548C8.34839%2010.3701%208.73551%209.98926%209.2282%209.98926H16.7946C17.2873%209.98926%2017.6744%2010.3701%2017.6744%2010.8548V18.2982C17.6744%2018.7829%2017.2873%2019.1637%2016.7946%2019.1637ZM10.108%2017.4327H15.9148V11.7203H10.108V17.4327Z'%20fill='white'/%3e%3cpath%20d='M43.1537%2019.1637H35.5873C35.0946%2019.1637%2034.7075%2018.7829%2034.7075%2018.2982V10.8548C34.7075%2010.3701%2035.0946%209.98926%2035.5873%209.98926H43.1537C43.6464%209.98926%2044.0336%2010.3701%2044.0336%2010.8548V18.2982C44.0336%2018.7829%2043.6464%2019.1637%2043.1537%2019.1637ZM36.4671%2017.4327H42.2739V11.7203H36.4671V17.4327Z'%20fill='white'/%3e%3cpath%20d='M52.2686%2028.442H1.02825C0.535556%2028.442%200.148438%2028.0611%200.148438%2027.5764V1.57645C0.148438%201.09176%200.535556%200.710938%201.02825%200.710938H52.2686C52.7613%200.710938%2053.1484%201.09176%2053.1484%201.57645V27.5764C53.1484%2028.0611%2052.7613%2028.442%2052.2686%2028.442ZM1.90807%2026.7109H51.3888V2.44196H1.90807V26.7109Z'%20fill='white'/%3e%3cpath%20d='M26.6484%2052.7109C26.1557%2052.7109%2025.7686%2052.3301%2025.7686%2051.8454V27.5765C25.7686%2027.0918%2026.1557%2026.7109%2026.6484%2026.7109C27.1411%2026.7109%2027.5282%2027.0918%2027.5282%2027.5765V51.8108C27.5282%2052.2955%2027.1411%2052.6763%2026.6484%2052.6763V52.7109Z'%20fill='white'/%3e%3cpath%20d='M34.3557%2052.7109H18.9413C18.4486%2052.7109%2018.0615%2052.3301%2018.0615%2051.8454C18.0615%2051.3607%2018.4486%2050.9799%2018.9413%2050.9799H34.3909C34.8836%2050.9799%2035.2707%2051.3607%2035.2707%2051.8454C35.2707%2052.3301%2034.8836%2052.7109%2034.3909%2052.7109H34.3557Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_203_1754'%3e%3crect%20width='53'%20height='52'%20fill='white'%20transform='translate(0.148438%200.710938)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.st__service-scope .service-block .item.item-ovr:before{background-image:url(/assets/icon_ovr.svg)}.st__service-scope .service-block .item.item-cis:before{background-image:url("data:image/svg+xml,%3csvg%20width='61'%20height='52'%20viewBox='0%200%2061%2052'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.93201%2045.3709C2.24264%2045.3709%200.0527344%2043.181%200.0527344%2040.4916V30.2336C0.0527344%2027.5443%202.24264%2025.3544%204.93201%2025.3544C7.62137%2025.3544%209.81128%2027.5443%209.81128%2030.2336V40.4916C9.81128%2043.181%207.62137%2045.3709%204.93201%2045.3709ZM4.93201%2027.2753C3.31839%2027.2753%201.97371%2028.62%201.97371%2030.2336V40.4916C1.97371%2042.1053%203.31839%2043.4499%204.93201%2043.4499C6.54562%2043.4499%207.8903%2042.1053%207.8903%2040.4916V30.2336C7.8903%2028.62%206.54562%2027.2753%204.93201%2027.2753Z'%20fill='white'/%3e%3cpath%20d='M55.5309%2045.3709C52.8415%2045.3709%2050.6516%2043.181%2050.6516%2040.4916V30.2336C50.6516%2027.5443%2052.8415%2025.3544%2055.5309%2025.3544C58.2202%2025.3544%2060.4102%2027.5443%2060.4102%2030.2336V40.4916C60.4102%2043.181%2058.2202%2045.3709%2055.5309%2045.3709ZM55.5309%2027.2753C53.9173%2027.2753%2052.5726%2028.62%2052.5726%2030.2336V40.4916C52.5726%2042.1053%2053.9173%2043.4499%2055.5309%2043.4499C57.1445%2043.4499%2058.4892%2042.1053%2058.4892%2040.4916V30.2336C58.4892%2028.62%2057.1445%2027.2753%2055.5309%2027.2753Z'%20fill='white'/%3e%3cpath%20d='M55.7653%2027.199C55.2274%2027.199%2054.8048%2026.7763%2054.8048%2026.2385C54.8048%2012.7917%2044.009%202.26472%2030.2548%202.26472C16.5006%202.26472%205.66633%2012.7917%205.66633%2026.2385C5.66633%2026.7763%205.24372%2027.199%204.70585%2027.199C4.16798%2027.199%203.74536%2026.7763%203.74536%2026.2385C3.74536%2011.7159%2015.3865%200.34375%2030.2548%200.34375C45.1231%200.34375%2056.7258%2011.7159%2056.7258%2026.2385C56.7258%2026.7763%2056.3032%2027.199%2055.7653%2027.199Z'%20fill='white'/%3e%3cpath%20d='M53.4216%2048.1334H39.2832C38.7454%2048.1334%2038.3228%2047.7108%2038.3228%2047.1729C38.3228%2046.6351%2038.7454%2046.2124%2039.2832%2046.2124H53.4216C54.1516%2046.2124%2054.8815%2045.4441%2054.8815%2044.6757C54.8815%2044.1378%2055.3042%2043.7152%2055.842%2043.7152C56.3799%2043.7152%2056.8025%2044.1378%2056.8025%2044.6757C56.8025%2046.5198%2055.2273%2048.1334%2053.4216%2048.1334Z'%20fill='white'/%3e%3cpath%20d='M35.7094%2051.9069H27.1802C24.8367%2051.9069%2022.9541%2050.0244%2022.9541%2047.6808V46.6819C22.9541%2044.3383%2024.8367%2042.4557%2027.1802%2042.4557H35.7094C38.0529%2042.4557%2039.9355%2044.3383%2039.9355%2046.6819V47.6808C39.9355%2050.0244%2038.0529%2051.9069%2035.7094%2051.9069ZM27.1802%2044.3767C25.9124%2044.3767%2024.8751%2045.414%2024.8751%2046.6819V47.6808C24.8751%2048.9486%2025.9124%2049.986%2027.1802%2049.986H35.7094C36.9772%2049.986%2038.0145%2048.9486%2038.0145%2047.6808V46.6819C38.0145%2045.414%2036.9772%2044.3767%2035.7094%2044.3767H27.1802Z'%20fill='white'/%3e%3c/svg%3e")}.st__service-scope .service-block .item.item-tvg:before{background-image:url("data:image/svg+xml,%3csvg%20width='62'%20height='49'%20viewBox='0%200%2062%2049'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M48.8099%2031.8916H11.3386C10.9937%2031.8916%2010.7227%2031.7408%2010.7227%2031.5488V10.7042C10.7227%2010.5122%2010.9937%2010.3477%2011.3386%2010.3477H48.8099C49.1548%2010.3477%2049.4258%2010.4985%2049.4258%2010.6905V31.5488C49.4258%2031.7408%2049.1548%2031.8916%2048.8099%2031.8916ZM11.9545%2031.2059H48.1693V11.047H11.9545V31.2059Z'%20fill='white'/%3e%3cpath%20d='M48.8099%2015.2359H11.3386C10.9937%2015.2359%2010.7227%2015.0642%2010.7227%2014.8457C10.7227%2014.6272%2010.9937%2014.4555%2011.3386%2014.4555H48.8099C49.1548%2014.4555%2049.4258%2014.6272%2049.4258%2014.8457C49.4258%2015.0642%2049.1548%2015.2359%2048.8099%2015.2359Z'%20fill='white'/%3e%3cpath%20d='M48.8099%2023.7651H11.3386C10.9937%2023.7651%2010.7227%2023.5934%2010.7227%2023.3749C10.7227%2023.1564%2010.9937%2022.9847%2011.3386%2022.9847H48.8099C49.1548%2022.9847%2049.4258%2023.1564%2049.4258%2023.3749C49.4258%2023.5934%2049.1548%2023.7651%2048.8099%2023.7651Z'%20fill='white'/%3e%3cpath%20d='M48.8099%2019.2611H11.3386C10.9937%2019.2611%2010.7227%2019.0894%2010.7227%2018.8709C10.7227%2018.6524%2010.9937%2018.4807%2011.3386%2018.4807H48.8099C49.1548%2018.4807%2049.4258%2018.6524%2049.4258%2018.8709C49.4258%2019.0894%2049.1548%2019.2611%2048.8099%2019.2611Z'%20fill='white'/%3e%3cpath%20d='M48.8099%2027.7903H11.3386C10.9937%2027.7903%2010.7227%2027.6186%2010.7227%2027.4001C10.7227%2027.1816%2010.9937%2027.0099%2011.3386%2027.0099H48.8099C49.1548%2027.0099%2049.4258%2027.1816%2049.4258%2027.4001C49.4258%2027.6186%2049.1548%2027.7903%2048.8099%2027.7903Z'%20fill='white'/%3e%3cpath%20d='M30.0632%2031.6388C29.7183%2031.6388%2029.4473%2031.4915%2029.4473%2031.304V10.9352C29.4473%2010.7477%2029.7183%2010.6004%2030.0632%2010.6004C30.4081%2010.6004%2030.6791%2010.7477%2030.6791%2010.9352V31.304C30.6791%2031.4915%2030.4081%2031.6388%2030.0632%2031.6388Z'%20fill='white'/%3e%3cpath%20d='M57.1028%2041.9541H4.72528C2.34277%2041.9541%200.414062%2040.0066%200.414062%2037.6008V4.64619C0.414062%202.24046%202.34277%200.292969%204.72528%200.292969H57.1028C59.4854%200.292969%2061.4141%202.24046%2061.4141%204.64619V37.6008C61.4141%2040.0066%2059.4854%2041.9541%2057.1028%2041.9541ZM4.72528%202.20228C3.40166%202.20228%202.30495%203.30968%202.30495%204.64619V37.6008C2.30495%2038.9756%203.40166%2040.0829%204.7631%2040.0829H57.1028C58.4643%2040.0829%2059.561%2038.9756%2059.561%2037.6008V4.64619C59.561%203.27149%2058.4643%202.16409%2057.1028%202.16409H4.72528V2.20228Z'%20fill='white'/%3e%3cpath%20d='M40.9544%2048.2921H20.8732C20.3437%2048.2921%2019.9277%2047.8721%2019.9277%2047.3375C19.9277%2046.8029%2020.3437%2046.3828%2020.8732%2046.3828H40.9166C41.446%2046.3828%2041.862%2046.8029%2041.862%2047.3375C41.862%2047.8721%2041.446%2048.2921%2040.9166%2048.2921H40.9544Z'%20fill='white'/%3e%3c/svg%3e")}.st__service-scope .service-block .item.item-vg:before{background-image:url("data:image/svg+xml,%3csvg%20width='66'%20height='48'%20viewBox='0%200%2066%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M52.3747%2034.9741H14.9802C12.9235%2034.9741%2011.2407%2033.2066%2011.2407%2031.0464V9.83676C11.2407%207.67653%2012.9235%205.90906%2014.9802%205.90906H52.3747C54.4314%205.90906%2056.1142%207.67653%2056.1142%209.83676V31.0464C56.1142%2033.2066%2054.4314%2034.9741%2052.3747%2034.9741ZM14.9802%207.87291C13.9331%207.87291%2013.1104%208.73701%2013.1104%209.83676V31.0464C13.1104%2032.1461%2013.9331%2033.0102%2014.9802%2033.0102H52.3747C53.4218%2033.0102%2054.2444%2032.1461%2054.2444%2031.0464V9.83676C54.2444%208.73701%2053.4218%207.87291%2052.3747%207.87291H14.9802Z'%20fill='white'/%3e%3cpath%20d='M44.3348%2041.6516H22.1224C22.1224%2041.6516%2021.8981%2041.6516%2021.7859%2041.573L19.4674%2040.5911H9.40828C7.27679%2040.5911%205.55664%2038.7843%205.55664%2036.5455V4.33835C5.55664%202.09956%207.27679%200.292816%209.40828%200.292816H57.9464C60.0779%200.292816%2061.798%202.09956%2061.798%204.33835V36.5063C61.798%2038.7451%2060.0779%2040.5518%2057.9464%2040.5518H47.0272L44.6713%2041.5337C44.6713%2041.5337%2044.447%2041.6123%2044.3348%2041.6123V41.6516ZM22.3094%2039.6877H44.1478L46.5037%2038.7058C46.5037%2038.7058%2046.728%2038.6272%2046.8402%2038.6272H57.909C58.9934%2038.6272%2059.8909%2037.6846%2059.8909%2036.5455V4.33835C59.8909%203.19932%2058.9934%202.25667%2057.909%202.25667H9.40828C8.32384%202.25667%207.42637%203.19932%207.42637%204.33835V36.5063C7.42637%2037.6453%208.32384%2038.588%209.40828%2038.588H19.617C19.617%2038.588%2019.8414%2038.588%2019.9535%2038.6665L22.272%2039.6484L22.3094%2039.6877Z'%20fill='white'/%3e%3cpath%20d='M62.7327%2047.5431H3.35013C2.93879%2047.5431%202.56484%2047.2682%202.45266%2046.8361L0.470746%2039.8841C0.395957%2039.5698%200.470746%2039.2556%200.620325%2039.02C0.807297%2038.7843%201.06906%2038.6272%201.36822%2038.6272H19.6541C20.1777%2038.6272%2020.589%2039.0592%2020.589%2039.6091C20.589%2040.159%2020.1777%2040.5911%2019.6541%2040.5911H2.63963L4.06062%2045.54H62.0596L63.4806%2040.5911H46.84C46.3165%2040.5911%2045.9051%2040.159%2045.9051%2039.6091C45.9051%2039.0592%2046.3165%2038.6272%2046.84%2038.6272H64.752C65.0511%2038.6272%2065.3129%2038.7843%2065.4999%2039.02C65.6868%2039.2556%2065.7242%2039.6091%2065.6494%2039.8841L63.6675%2046.7968C63.5553%2047.2289%2063.1814%2047.5038%2062.7701%2047.5038L62.7327%2047.5431Z'%20fill='white'/%3e%3cpath%20d='M45.0067%2023.5825C43.2118%2023.5825%2041.7534%2022.1292%2041.7534%2020.3225C41.7534%2018.5157%2043.2118%2017.0625%2045.0067%2017.0625C46.8017%2017.0625%2048.2601%2018.5157%2048.2601%2020.3225C48.2601%2022.1292%2046.8017%2023.5825%2045.0067%2023.5825ZM45.0067%2019.0656C44.2589%2019.0656%2043.6231%2019.6548%2043.6231%2020.3617C43.6231%2021.0687%2044.2215%2021.6579%2045.0067%2021.6579C45.792%2021.6579%2046.3903%2021.0687%2046.3903%2020.3617C46.3903%2019.6548%2045.792%2019.0656%2045.0067%2019.0656Z'%20fill='white'/%3e%3cpath%20d='M34.0888%2029.3569C32.2938%2029.3569%2030.8354%2027.9037%2030.8354%2026.0969C30.8354%2024.2902%2032.2938%2022.8369%2034.0888%2022.8369C35.8837%2022.8369%2037.3421%2024.2902%2037.3421%2026.0969C37.3421%2027.9037%2035.8837%2029.3569%2034.0888%2029.3569ZM34.0888%2024.84C33.3409%2024.84%2032.7052%2025.4292%2032.7052%2026.1362C32.7052%2026.8432%2033.3035%2027.4323%2034.0888%2027.4323C34.8741%2027.4323%2035.4724%2026.8432%2035.4724%2026.1362C35.4724%2025.4292%2034.8741%2024.84%2034.0888%2024.84Z'%20fill='white'/%3e%3cpath%20d='M22.31%2018.0076C20.515%2018.0076%2019.0566%2016.5544%2019.0566%2014.7476C19.0566%2012.9409%2020.515%2011.4876%2022.31%2011.4876C24.1049%2011.4876%2025.5633%2012.9409%2025.5633%2014.7476C25.5633%2016.5544%2024.1049%2018.0076%2022.31%2018.0076ZM22.31%2013.4908C21.5621%2013.4908%2020.9264%2014.0799%2020.9264%2014.7869C20.9264%2015.4939%2021.5247%2016.0831%2022.31%2016.0831C23.0953%2016.0831%2023.6936%2015.4939%2023.6936%2014.7869C23.6936%2014.0799%2023.0953%2013.4908%2022.31%2013.4908Z'%20fill='white'/%3e%3cpath%20d='M35.994%2025.7853C35.6201%2025.7853%2035.2835%2025.5497%2035.1339%2025.1962C34.9096%2024.6856%2035.1339%2024.1357%2035.6201%2023.9L42.6876%2020.6007C43.1738%2020.3651%2043.6973%2020.6007%2043.9217%2021.1113C44.146%2021.6219%2043.9217%2022.1718%2043.4355%2022.4075L36.368%2025.7068C36.368%2025.7068%2036.1062%2025.7853%2035.994%2025.7853Z'%20fill='white'/%3e%3cpath%20d='M32.7047%2025.2746C32.4803%2025.2746%2032.2934%2025.1961%2032.1064%2025.039L23.2439%2017.2228C22.8326%2016.8693%2022.7952%2016.2409%2023.1317%2015.8481C23.4683%2015.4161%2024.0666%2015.3768%2024.4405%2015.7303L33.303%2023.5464C33.7144%2023.8999%2033.7518%2024.5284%2033.4152%2024.9211C33.2282%2025.1568%2032.9665%2025.2746%2032.7047%2025.2746Z'%20fill='white'/%3e%3c/svg%3e")}.st__service-visualization{margin-top:160px;margin-bottom:100px}@media (max-width: 600px){.st__service-visualization{margin-top:80px}}.st__service-visualization .header{font-size:36px;font-family:var(--font-accent);text-transform:uppercase;line-height:1.2;margin-bottom:50px}.st__service-visualization .description{font-size:18px;line-height:1.5}.st__service-visualization .image-block{display:flex;gap:10px}@media (max-width: 600px){.st__service-visualization .image-block{flex-direction:column}}.st__service-visualization .image-block .item{flex:1}.st__service-visualization .image-block .item img{width:100%}.st__service-visualization .image{display:flex;justify-content:center;margin:10px 0}.st__statistic-facts{display:grid;gap:74px;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));margin-bottom:120px;margin-top:120px;z-index:var(--layer-1)}@media (max-width: 1024px){.st__statistic-facts{grid-template-columns:1fr}}.st__statistic-facts .item .value{font-family:var(--font-accent);font-size:64px;color:var(--primary-1)}.st__statistic-facts .item .type{font-family:var(--font-accent);font-size:20px;color:var(--primary-1);text-transform:uppercase}.st__statistic-facts .item .description{font-size:18px;margin-top:30px;line-height:1.5}
