:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}@font-face{font-family:lg;src:url(/build/assets/lg-C7ze34MH.woff2?io9a6k) format("woff2"),url(/build/assets/lg-oyjwlqP2.ttf?io9a6k) format("truetype"),url(/build/assets/lg-CosQH4Cu.woff?io9a6k) format("woff"),url(/build/assets/lg-B0dIV2BS.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.lg-next,.lg-prev{background-color:#00000073;border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:0;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:""}.lg-prev{left:20px}.lg-prev:after{content:""}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,#0000,#0006)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;background:0 0;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:""}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:""}.lg-toolbar .lg-download:after{content:""}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;-webkit-transition:opacity .2s ease-out 0s;-o-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,#0000,#0009)}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;-moz-transform:scale3d(.5,.5,.5);-o-transform:scale3d(.5,.5,.5);-ms-transform:scale3d(.5,.5,.5);-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media (min-width: 768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media (min-width: 768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:""}.lg-outer.lg-animate-thumb .lg-thumb{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.lg-outer .lg-video-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-video-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-video-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-video-object{position:absolute;left:0;right:0;width:100%;height:100%;top:0;bottom:0;z-index:3}.lg-outer .lg-video-poster{z-index:1}.lg-outer .lg-has-video .lg-video-object{opacity:0;will-change:opacity;-webkit-transition:opacity .3s ease-in;-o-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster{opacity:0!important}.lg-outer .lg-has-video.lg-video-loaded .lg-video-object{opacity:1}@keyframes lg-play-stroke{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes lg-play-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.lg-video-play-button{width:18%;max-width:140px;position:absolute;top:50%;left:50%;z-index:2;cursor:pointer;transform:translate(-50%,-50%) scale(1);will-change:opacity,transform;-webkit-transition:-webkit-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-moz-transition:-moz-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-o-transition:-o-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;transition:transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s}.lg-video-play-button:hover .lg-video-play-icon,.lg-video-play-button:hover .lg-video-play-icon-bg{opacity:1}.lg-video-play-icon-bg{fill:none;stroke-width:3%;stroke:#fcfcfc;opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon-circle{position:absolute;top:0;left:0;bottom:0;right:0;fill:none;stroke-width:3%;stroke:#1e1e1ee6;stroke-opacity:1;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200}.lg-video-play-icon{position:absolute;width:25%;max-width:120px;left:50%;top:50%;transform:translate3d(-50%,-50%,0);opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon .lg-video-play-icon-inner{fill:#fcfcfc}.lg-video-loading .lg-video-play-icon-circle{animation:lg-play-rotate 2s linear .25s infinite,lg-play-stroke 1.5s ease-in-out .25s infinite}.lg-video-loaded .lg-video-play-button{opacity:0;transform:translate(-50%,-50%) scale(.7)}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;will-change:opacity;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:""}.lg-show-autoplay .lg-autoplay-button:after{content:""}.lg-single-item .lg-autoplay-button{opacity:.75;pointer-events:none}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .8s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .8s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .8s cubic-bezier(0,0,.25,1) 0s;transition:transform .8s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1);-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition{transition:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition{transform:scaleZ(1) translate3d(-50%,-50%,0)!important;max-width:none!important;max-height:none!important;top:50%!important;left:50%!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x{transform:scaleZ(1) translate3d(-50%,0,0)!important;top:0!important;left:50%!important;max-width:none!important;max-height:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y{transform:scaleZ(1) translate3d(0,-50%,0)!important;top:50%!important;left:0!important;max-width:none!important;max-height:none!important}.lg-icon.lg-zoom-in:after{content:""}.lg-actual-size .lg-icon.lg-zoom-in{opacity:1;pointer-events:auto}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:""}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:""}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-zoom-out{opacity:.75;pointer-events:none}.lg-outer .lg-pager-outer{text-align:center;z-index:1080;height:10px;margin-bottom:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer.lg-single-item .lg-pager-outer{display:none}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;will-change:transform,opacity;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:#ffffff80;border-radius:50%;box-shadow:0 0 0 8px #ffffffb3 inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:""}.lg-fullscreen-on .lg-fullscreen:after{content:""}.lg-outer .lg-dropdown-overlay{background-color:#00000040;bottom:0;cursor:default;left:0;position:absolute;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active .lg-dropdown-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active .lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);will-change:visibility,opacity,transform;-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:#00000012}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer .lg-share{position:relative}.lg-outer .lg-share:after{content:""}.lg-outer .lg-share-facebook .lg-icon{color:#3b5998}.lg-outer .lg-share-facebook .lg-icon:after{content:""}.lg-outer .lg-share-twitter .lg-icon{color:#00aced}.lg-outer .lg-share-twitter .lg-icon:after{content:""}.lg-outer .lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer .lg-share-pinterest .lg-icon:after{content:""}.lg-comment-box{width:420px;max-width:100%;position:absolute;right:0;top:0;bottom:0;z-index:9999;background-color:#fff;will-change:transform;-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-comment-box .lg-comment-title{margin:0;color:#fff;font-size:18px}.lg-comment-box .lg-comment-header{background-color:#000;padding:12px 20px;position:absolute;left:0;right:0;top:0}.lg-comment-box .lg-comment-body{height:100%!important;padding-top:43px!important;width:100%!important}.lg-comment-box .fb-comments{height:100%;width:100%;background:url(/build/assets/loading-BZOHaeKn.gif) no-repeat scroll center center #fff;overflow-y:auto;display:inline-block}.lg-comment-box .fb-comments[fb-xfbml-state=rendered]{background-image:none}.lg-comment-box .fb-comments>span{max-width:100%}.lg-comment-box .lg-comment-close{position:absolute;right:5px;top:12px;cursor:pointer;font-size:20px;color:#999;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-comment-box .lg-comment-close:hover{color:#fff}.lg-comment-box .lg-comment-close:after{content:""}.lg-comment-box iframe{max-width:100%!important;width:100%!important}.lg-comment-box #disqus_thread{padding:0 20px}.lg-outer .lg-comment-overlay{background-color:#00000040;bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer .lg-comment-toggle:after{content:""}.lg-outer.lg-comment-active .lg-comment-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1;visibility:visible}.lg-outer.lg-comment-active .lg-comment-toggle{color:#fff}.lg-outer.lg-comment-active .lg-comment-box{-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.lg-outer .lg-img-rotate{position:absolute;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,.lg-outer[data-lg-slide-type=video] .lg-flip-hor,.lg-outer[data-lg-slide-type=video] .lg-flip-ver,.lg-outer[data-lg-slide-type=video] .lg-rotate-left,.lg-outer[data-lg-slide-type=video] .lg-rotate-right{opacity:.75;pointer-events:none}.lg-outer .lg-img-rotate:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-rotate-left:after{content:""}.lg-rotate-right:after{content:""}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:""}.lg-flip-hor:after{content:""}.lg-medium-zoom-item{cursor:zoom-in}.lg-medium-zoom .lg-outer,.lg-medium-zoom .lg-outer.lg-grab img.lg-object,.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object{cursor:zoom-out}.lg-relative-caption .lg-outer .lg-sub-html{white-space:normal;bottom:auto;padding:0;background-image:none}.lg-relative-caption .lg-outer .lg-relative-caption-item{opacity:0;padding:16px 0;transition:.5s opacity ease}.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item{opacity:1}.lg-group:after{content:"";display:table;clear:both}.lg-container{display:none;outline:0}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar,.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:0;will-change:auto;overflow:hidden;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-zoom-from-image,.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(/build/assets/loading-BZOHaeKn.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-outer .lg-media-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-media-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-media-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;-webkit-transition:opacity 333ms ease-in 0s;-o-transition:opacity 333ms ease-in 0s;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-moz-transition:-moz-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-o-transition:-o-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:""}.lg-components{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);will-change:transform;-webkit-transition:-webkit-transform .35s ease-out 0s;-moz-transition:-moz-transform .35s ease-out 0s;-o-transition:-o-transform .35s ease-out 0s;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.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{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.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{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style: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{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.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:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.swiper .swiper-slide{overflow:hidden}.swiper .swiper-button{cursor:pointer;width:48px;height:48px;border-radius:100%;background-color:#fff;box-shadow:0 0 10px #00000040;margin:unset;left:unset;right:unset;top:unset;bottom:unset;transition:opacity .2s}.swiper .swiper-button:before,.swiper .swiper-button:after{content:none}.swiper .swiper-button .icon{color:#8e8e8e;width:100%;height:100%;transition:color .2s}@media (hover: hover) and (pointer: fine){.swiper .swiper-button:hover .icon{color:#f7941d}}.swiper .swiper-scrollbar{position:static;margin-top:40px;width:100%;left:0;right:0;border-radius:unset;background-color:#fafafa;cursor:grab;top:unset;bottom:0}.swiper .swiper-scrollbar .swiper-scrollbar-drag{background-color:#f7941d;border-radius:unset}.swiper-gradient-button{position:absolute;top:0;height:100%;width:100px;z-index:2;cursor:pointer;transition:opacity .3s}@media screen and (max-width: 767px){.swiper-gradient-button{width:64px}}@media screen and (max-width: 479px){.swiper-gradient-button{width:50px}}.swiper-gradient-button.swiper-button-disabled{opacity:0;pointer-events:none}.swiper-gradient-prev{left:0;background:linear-gradient(270deg,#fff0,#fff)}.swiper-gradient-next{right:0;background:linear-gradient(90deg,#fff0,#fff)}.swiper-container{position:relative}@font-face{font-family:Montserrat;src:url(/build/assets/Montserrat-Light-B_D-MHBd.eot);src:local("Montserrat Light"),local("Montserrat-Light"),url(/build/assets/Montserrat-Light-B_D-MHBd.eot?#iefix) format("embedded-opentype"),url(/build/assets/Montserrat-Light-C_6BVnPu.woff2) format("woff2"),url(/build/assets/Montserrat-Light-D80tw1G8.woff) format("woff"),url(/build/assets/Montserrat-Light-CPpSzFas.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Montserrat;src:url(/build/assets/Montserrat-Regular-D7D9vOij.eot);src:local("Montserrat Regular"),local("Montserrat-Regular"),url(/build/assets/Montserrat-Regular-D7D9vOij.eot?#iefix) format("embedded-opentype"),url(/build/assets/Montserrat-Regular-CoHeiDok.woff2) format("woff2"),url(/build/assets/Montserrat-Regular-CAIlaRU4.woff) format("woff"),url(/build/assets/Montserrat-Regular-D4Ob3rnq.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/build/assets/Montserrat-Medium-CXVAt7RH.eot);src:local("Montserrat Medium"),local("Montserrat-Medium"),url(/build/assets/Montserrat-Medium-CXVAt7RH.eot?#iefix) format("embedded-opentype"),url(/build/assets/Montserrat-Medium-CLx0-BRT.woff2) format("woff2"),url(/build/assets/Montserrat-Medium-CC-4-OMP.woff) format("woff"),url(/build/assets/Montserrat-Medium-Csik_ItA.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/build/assets/Montserrat-SemiBold-QR48sJYg.eot);src:local("Montserrat SemiBold"),local("Montserrat-SemiBold"),url(/build/assets/Montserrat-SemiBold-QR48sJYg.eot?#iefix) format("embedded-opentype"),url(/build/assets/Montserrat-SemiBold-DrfbmBBD.woff2) format("woff2"),url(/build/assets/Montserrat-SemiBold-CnFJL0Ku.woff) format("woff"),url(/build/assets/Montserrat-SemiBold-DxnI6qo0.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/build/assets/Montserrat-Bold-DD3m8Yah.eot);src:local("Montserrat Bold"),local("Montserrat-Bold"),url(/build/assets/Montserrat-Bold-DD3m8Yah.eot?#iefix) format("embedded-opentype"),url(/build/assets/Montserrat-Bold--KnpE353.woff2) format("woff2"),url(/build/assets/Montserrat-Bold-CD1a36A8.woff) format("woff"),url(/build/assets/Montserrat-Bold-D0LK3D9R.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/build/assets/Montserrat-ExtraBold-BTfuFXt5.eot);src:local("Montserrat ExtraBold"),local("Montserrat-ExtraBold"),url(/build/assets/Montserrat-ExtraBold-BTfuFXt5.eot?#iefix) format("embedded-opentype"),url(/build/assets/Montserrat-ExtraBold-MlFhaaRn.woff2) format("woff2"),url(/build/assets/Montserrat-ExtraBold-pmuBjEdg.woff) format("woff"),url(/build/assets/Montserrat-ExtraBold-qAz5OPGy.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Montserrat;src:url(/build/assets/Montserrat-Black-L5HZIDOu.eot);src:local("Montserrat Black"),local("Montserrat-Black"),url(/build/assets/Montserrat-Black-L5HZIDOu.eot?#iefix) format("embedded-opentype"),url(/build/assets/Montserrat-Black-DHV45Rcq.woff2) format("woff2"),url(/build/assets/Montserrat-Black-BmTiIVkk.woff) format("woff"),url(/build/assets/Montserrat-Black-BOrnqsGK.ttf) format("truetype");font-weight:900;font-style:normal}h1,.h1{font-size:50px;font-weight:800;line-height:61px;text-transform:uppercase}@media screen and (max-width: 1919px){h1,.h1{font-size:36px;line-height:44px}}@media screen and (max-width: 1439px){h1,.h1{font-size:32px;line-height:39px}}@media screen and (max-width: 767px){h1,.h1{font-size:24px;line-height:29px}}h2,.h2,.static-content h2{font-size:40px;font-weight:800;line-height:49px;text-transform:uppercase}@media screen and (max-width: 1919px){h2,.h2,.static-content h2{font-size:36px;line-height:44px}}@media screen and (max-width: 1439px){h2,.h2,.static-content h2{font-size:32px;line-height:39px}}@media screen and (max-width: 767px){h2,.h2,.static-content h2{font-size:24px;line-height:29px}}h3,.h3,.static-content h3{font-size:24px;font-weight:700;line-height:29px;text-transform:unset}@media screen and (max-width: 1439px){h3,.h3,.static-content h3{font-size:20px;line-height:24px}}@media screen and (max-width: 767px){h3,.h3,.static-content h3{font-size:18px;line-height:22px}}h4,.h4{font-size:20px;font-weight:700;line-height:24px}@media screen and (max-width: 767px){h4,.h4{font-size:16px;line-height:19px}}h5,.h5{font-size:18px;line-height:22px;font-weight:700}@media screen and (max-width: 767px){h5,.h5{font-size:16px;line-height:19px}}.bold{font-weight:700}.semi-bold{font-weight:600}.med{font-weight:500}.accent{color:#f7941d}.p-16{font-size:16px;line-height:normal}.p-18{font-size:18px;line-height:normal}@media screen and (max-width: 1023px){.p-18{font-size:16px}}.p-20{font-size:20px;line-height:120%}@media screen and (max-width: 479px){.p-20{font-size:16px;line-height:150%}}.tac{text-align:center}*{box-sizing:border-box;margin:0;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth;overflow-x:hidden;position:relative;min-height:100%;height:100%}html.fixed{overflow:hidden}body{height:100%;min-height:100vh;position:relative;margin:0;box-sizing:border-box;font-family:Montserrat,sans-serif;overflow-x:clip;font-size:18px;font-style:normal;font-weight:400;line-height:normal;background-color:#fff;color:#373737}@media screen and (max-width: 767px){body{font-size:16px}}section{scroll-margin-top:200px}a{color:inherit;text-decoration:unset;text-decoration:none;cursor:pointer}p{margin:0}ul,ol{list-style:none;padding:0;margin:0}input,textarea{font-family:Montserrat,sans-serif;padding:unset;background-color:transparent;border:none;outline:none;color:inherit}textarea{width:100%;height:100%;resize:none;outline:none;padding:20px 20px 16px;font-size:18px;line-height:100%}button{color:inherit;cursor:pointer;background-color:transparent;border:none;padding:unset;font-family:inherit}img{object-fit:cover}.page{position:relative;min-height:100%;display:flex;flex-direction:column}.page-main{padding-top:unset}.page-industry h2,.page-industry .h2{hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto}@media screen and (max-width: 1023px){.page-media .breadcrumbs{margin-bottom:40px}}.main{margin-top:110px}@media screen and (max-width: 1439px){.main{margin-top:74px}}.main-w-tabs .breadcrumbs{margin-bottom:unset!important}.main-w-tabs .media-tabs-wrapper{margin-top:20px;margin-bottom:40px;border-radius:14px}.main-w-tabs .media-tabs-wrapper.with-shadow{box-shadow:0 0 30px #00000040}@media screen and (max-width: 1439px){.main-w-tabs .media-tabs-wrapper.with-shadow{box-shadow:unset}.main-w-tabs .media-tabs-wrapper.with-shadow .media-tabs{box-shadow:0 0 20px #00000040}}@media screen and (max-width: 1439px){.main-w-tabs .media-tabs-wrapper{margin-top:unset;margin-bottom:unset;padding-top:20px;padding-bottom:40px}}main{padding-top:110px}@media screen and (max-width: 1439px){main{padding-top:75px}}@media screen and (max-width: 767px){main{padding-top:69px}}.mb{margin-bottom:150px}@media screen and (max-width: 767px){.mb{margin-bottom:120px}}.mb-40{margin-bottom:40px}.mb-20{margin-bottom:20px}.h2-sec{margin-bottom:40px}@media screen and (max-width: 1439px){.h2-sec{margin-bottom:20px}}@media screen and (max-width: 767px){.h2-sec{text-align:center}}.container{max-width:1500px;margin:0 auto}.container.wide{max-width:1700px}@media screen and (max-width: 1919px){.container{width:calc(100% - 200px)}}@media screen and (max-width: 1439px){.container{width:calc(100% - 80px)}}@media screen and (max-width: 1023px){.container{width:calc(100% - 60px)}}@media screen and (max-width: 767px){.container{width:calc(100% - 40px)}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:background-color 0s 600000s,color 0s 600000s!important}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}svg{flex-shrink:0}@media screen and (max-width: 767px){.desk{display:none!important}}.mob{display:none!important}@media screen and (max-width: 767px){.mob{display:flex!important}}.tablet{display:none!important}@media screen and (max-width: 1023px){.tablet{display:flex!important}}@media screen and (max-width: 767px){.tablet{display:none!important}}.footer{background-color:#4a4a4a;color:#fff;font-size:16px;margin-top:auto;padding:140px 0;background-image:url(/build/assets/footer-bg-Cl6faMwr.webp);background-size:100% 100%;background-position:center}@media screen and (max-width: 1439px){.footer{padding:120px 0;background:linear-gradient(238deg,#3f5951,#494b4a 59.99%,#605344 99.98%)}}@media screen and (max-width: 479px){.footer{padding:80px 0}}.footer .container{display:flex;flex-direction:column;gap:60px}@media screen and (max-width: 1439px){.footer .container{gap:40px}}@media screen and (max-width: 479px){.footer .container{gap:20px}}.footer-top{display:flex;justify-content:space-between}@media screen and (max-width: 1439px){.footer-top{flex-direction:column;gap:40px}}@media screen and (max-width: 479px){.footer-top{align-items:center;gap:20px}}.footer-top .logo{width:152px;height:54px}@media screen and (max-width: 1439px){.footer-top .logo{width:160px;height:56px}}@media screen and (max-width: 479px){.footer-top .logo{margin-bottom:20px}}.footer-top .logo svg{width:100%;height:100%}.footer-top .menu{display:flex;gap:80px;margin-top:18px}@media screen and (max-width: 1919px){.footer-top .menu{gap:40px}}@media screen and (max-width: 1439px){.footer-top .menu{flex-direction:column;width:100%;margin-top:unset}}@media screen and (max-width: 479px){.footer-top .menu{gap:20px}}.footer-top .menu-col{height:fit-content}.footer-top .menu-col .title{cursor:pointer;display:flex;align-items:baseline;justify-content:space-between;gap:20px}.footer-top .menu-col .title span,.footer-top .menu-col .title a{font-size:16px;transition:color .2s}@media screen and (max-width: 1439px){.footer-top .menu-col .title span,.footer-top .menu-col .title a{font-size:20px}}@media screen and (max-width: 479px){.footer-top .menu-col .title span,.footer-top .menu-col .title a{font-size:16px}}.footer-top .menu-col .title span{display:none}@media screen and (max-width: 1439px){.footer-top .menu-col .title span{display:block}}.footer-top .menu-col .title a{display:block}.footer-top .menu-col .title a:hover{color:#f7941d}@media screen and (max-width: 1439px){.footer-top .menu-col .title a{display:none}}.footer-top .menu-col .title .icon{width:19px;height:21px;display:none;transition:transform .2s,color .2s}@media screen and (max-width: 1439px){.footer-top .menu-col .title .icon{display:block}}.footer-top .menu-col ul{padding-top:8px;font-size:14px;line-height:normal;display:flex;flex-direction:column;gap:8px;transition:opacity .3s,max-height .3s,padding-top .3s}@media screen and (max-width: 1439px){.footer-top .menu-col ul{padding-top:0;max-height:0;overflow:hidden;opacity:0;display:grid;grid-template-columns:repeat(3,auto);justify-content:space-between;gap:20px;font-size:20px}}@media screen and (max-width: 1023px){.footer-top .menu-col ul{gap:8px 20px}}@media screen and (max-width: 479px){.footer-top .menu-col ul{font-size:14px}}.footer-top .menu-col ul li a{transition:color .2s;max-width:149px;display:block}@media (hover: hover) and (pointer: fine){.footer-top .menu-col ul li a:hover{color:#f7941d}}@media screen and (max-width: 1919px){.footer-top .menu-col ul li a{display:inline-block;max-width:150px}}@media screen and (max-width: 1439px){.footer-top .menu-col ul li a{max-width:290px}}@media screen and (max-width: 479px){.footer-top .menu-col ul li a{max-width:200px}}.footer-top .menu-col.contacts ul{padding-top:10px;gap:0}.footer-top .menu-col.contacts ul span{line-height:171.429%}@media screen and (max-width: 1023px){.footer-top .menu-col.contacts ul span{line-height:120%}}@media screen and (max-width: 1439px){.footer-top .menu-col.contacts ul{padding-top:unset}}.footer-top .menu-col.active ul{opacity:1;max-height:500px;padding-top:20px}.footer-top .menu-col.active .title span,.footer-top .menu-col.active .title .icon{color:#eb711d}.footer-top .menu-col.active .title .icon{transform:rotate(180deg)}@media screen and (max-width: 1439px){.footer-top .menu-col{padding-bottom:40px;border-bottom:1px solid #8E8E8E}.footer-top .menu-col:last-of-type{border-bottom:unset;padding-bottom:unset}}@media screen and (max-width: 767px){.footer-top .menu-col ul{grid-template-columns:1fr!important;gap:8px}.footer-top .menu-col li{grid-area:unset!important}}@media screen and (max-width: 479px){.footer-top .menu-col{padding-bottom:20px}}@media screen and (max-width: 1439px){.footer-top .menu-col:nth-of-type(1) ul li:nth-of-type(1){grid-area:1/1/2/2}.footer-top .menu-col:nth-of-type(1) ul li:nth-of-type(2){grid-area:2/1/3/2}.footer-top .menu-col:nth-of-type(1) ul li:nth-of-type(3){grid-area:3/1/4/2}.footer-top .menu-col:nth-of-type(1) ul li:nth-of-type(4){grid-area:1/2/2/3}.footer-top .menu-col:nth-of-type(1) ul li:nth-of-type(5){grid-area:2/2/3/3}.footer-top .menu-col:nth-of-type(1) ul li:nth-of-type(6){grid-area:3/2/4/3}.footer-top .menu-col:nth-of-type(1) ul li:nth-of-type(7){grid-area:1/3/2/4}.footer-top .menu-col:nth-of-type(1) ul li:nth-of-type(8){order:6}.footer-top .menu-col:nth-of-type(1) ul li:nth-of-type(9){order:10}}@media screen and (max-width: 1439px){.footer-top .menu-col:nth-of-type(2) ul li:nth-of-type(1){grid-area:1/1/2/2}.footer-top .menu-col:nth-of-type(2) ul li:nth-of-type(2){grid-area:2/1/3/2}.footer-top .menu-col:nth-of-type(2) ul li:nth-of-type(3){grid-area:1/2/2/3}.footer-top .menu-col:nth-of-type(2) ul li:nth-of-type(4){grid-area:1/3/2/4}}.footer-top .menu-col:nth-of-type(3) ul{grid-template-columns:repeat(4,1fr)}@media screen and (max-width: 1439px){.footer-top .menu-col:nth-of-type(3) ul li:nth-of-type(1){grid-area:1/1/2/2}.footer-top .menu-col:nth-of-type(3) ul li:nth-of-type(2){grid-area:2/1/3/2}.footer-top .menu-col:nth-of-type(3) ul li:nth-of-type(3){grid-area:1/2/2/3}.footer-top .menu-col:nth-of-type(3) ul li:nth-of-type(4){grid-area:2/2/3/3}}@media screen and (max-width: 1439px){.footer-top .menu-col:nth-of-type(4) ul{grid-template-columns:repeat(2,1fr)}.footer-top .menu-col:nth-of-type(4) ul li:nth-of-type(1){grid-area:1/1/2/2}.footer-top .menu-col:nth-of-type(4) ul li:nth-of-type(2){grid-area:2/1/3/2}}@media screen and (max-width: 1023px){.footer-top .menu-col:nth-of-type(4) ul{grid-template-columns:1fr}}.footer-top .menu .office-item{display:flex;align-items:center;gap:5px;flex-wrap:wrap}@media screen and (max-width: 1023px){.footer-top .menu .office-item{margin-bottom:12px}}.footer-top .menu .socials{padding-top:10px;display:flex;align-items:center;gap:30px}@media screen and (max-width: 1439px){.footer-top .menu .socials{grid-area:span 2/auto;margin-left:auto}}@media screen and (max-width: 1023px){.footer-top .menu .socials{grid-area:unset;margin-left:unset;padding-top:8px}}.footer-top .menu .socials a{width:34px;height:34px}@media screen and (max-width: 1439px){.footer-top .menu .socials a{width:60px;height:60px}}@media screen and (max-width: 479px){.footer-top .menu .socials a{width:40px;height:40px}}.footer-top .menu .socials a .icon{width:100%;height:100%}.footer-top .btn-orange{padding:16px 20px;margin-top:20px}@media screen and (max-width: 1439px){.footer-top .btn-orange{margin-top:unset}}@media screen and (max-width: 767px){.footer-top .btn-orange{padding:14px 20px}}.footer-top .btn-orange .desk{display:flex}.footer-top .btn-orange .mob{display:none}.footer-bottom{padding-top:60px;border-top:1px solid #E6E6E6;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 1439px){.footer-bottom{padding-top:unset;border-top:unset;flex-direction:column;gap:8px;align-items:flex-start}}@media screen and (max-width: 479px){.footer-bottom{gap:20px;align-items:center}}.footer-bottom a{transition:color .2s}@media (hover: hover) and (pointer: fine){.footer-bottom a:hover{color:#f7941d}}@media screen and (max-width: 479px){.footer-bottom a,.footer-bottom span{text-align:center;font-size:14px}}.header{padding:28.5px 0;background-color:#fff;z-index:10;position:fixed;top:0;left:0;right:0}.header:before{position:absolute;content:"";left:0;right:0;bottom:0;width:100%;height:1px;background-color:#e6e6e6;z-index:11}@media screen and (max-width: 1439px){.header:before{height:2px}}@media screen and (max-width: 1439px){.header:after{content:"";position:absolute;right:120px;top:0;bottom:0;height:100%;width:2px;background-color:#e6e6e6;z-index:11}}@media screen and (max-width: 1023px){.header:after{right:108px}}@media screen and (max-width: 767px){.header:after{right:66px}}@media screen and (max-width: 479px){.header:after{right:61px}}@media screen and (max-width: 1439px){.header{padding:11px 0}}@media screen and (max-width: 767px){.header{padding:13px 0}}@media screen and (max-width: 479px){.header{padding:17px 0}}.header .container{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1919px){.header .container{gap:60px}}@media screen and (max-width: 1439px){.header .container{gap:unset}}.header .logo{display:flex;align-items:center;gap:9px;opacity:1;z-index:100}.header .logo .logo-img{width:42px;height:41px}@media screen and (max-width: 767px){.header .logo .logo-img{height:40px;width:40px}}.header .logo .logo-text{width:69px;height:15px}@media screen and (max-width: 479px){.header .logo .logo-text{display:none}}.header .logo.hidden{display:none}.header .logo.active{opacity:0;z-index:0}.header .nav{display:flex;align-items:center;gap:50px}@media screen and (max-width: 1919px){.header .nav{gap:21px}}@media screen and (max-width: 1439px){.header .nav{display:none}}.header .nav-item{display:flex;align-items:center;gap:5px;position:relative;transition:color .2s;white-space:nowrap}.header .nav-item:after{position:absolute;content:"";height:2px;width:0;background-color:#f7941d;bottom:-46px;left:0;opacity:0;transition:opacity .1s,width .3s}@media (hover: hover) and (pointer: fine){.header .nav-item:hover>a,.header .nav-item:hover>span,.header .nav-item:hover>.icon{color:#f7941d}.header .nav-item:hover:after{opacity:1;width:100%}}.header .nav-item.active:after{opacity:1;width:100%}.header .nav-item.active>span,.header .nav-item.active>a,.header .nav-item.active>.icon{color:#f7941d}.header .nav-item.active .icon{transform:rotate(180deg)}.header .nav-item>span,.header .nav-item>a{font-size:16px;transition:color .2s}.header .nav-item .icon{width:10px;height:20px;transition:transform .2s,color .2s}.header .nav-item.open .icon{transform:rotate(180deg)}@media screen and (max-width: 1439px){.header .btn-request{margin-left:auto;margin-right:80px}}@media screen and (max-width: 767px){.header .btn-request{margin-right:40px}}@media screen and (max-width: 767px){.header .btn-request .btn{padding:10px 12px}}.header #btn-burger{display:none}@media screen and (max-width: 1439px){.header #btn-burger{display:flex}}.header .btn-burger{display:none}@media screen and (max-width: 1439px){.header .btn-burger{display:flex}}.header .btn-request,.header .btn-burger,.header .nav,.header .logo{position:relative;z-index:100}.mobile-nav,.mobile-nav-submenu{display:none;transform:translate(100%);z-index:10;position:fixed;right:0;bottom:0;left:0;top:80px;width:100vw;height:100vh;background-color:#fff;transition:transform .3s}@media screen and (max-width: 1439px){.mobile-nav,.mobile-nav-submenu{display:flex}}@media screen and (max-width: 767px){.mobile-nav,.mobile-nav-submenu{top:71px}}@media screen and (max-width: 479px){.mobile-nav,.mobile-nav-submenu{top:78px}}.mobile-nav.active,.mobile-nav-submenu.active{transform:translate(0)}.mobile-nav .top,.mobile-nav-submenu .top{opacity:0;pointer-events:none;min-width:140px;background-color:#fff;position:fixed;top:-78px;left:0;height:73px;display:flex;align-items:center;gap:10px;cursor:pointer;padding-left:40px;transition:opacity .2s}@media screen and (max-width: 1023px){.mobile-nav .top,.mobile-nav-submenu .top{padding-left:32px;top:-76px}}@media screen and (max-width: 479px){.mobile-nav .top,.mobile-nav-submenu .top{gap:4px;padding-left:20px;top:-70px;height:60px;min-width:120px}}.mobile-nav .top .icon,.mobile-nav-submenu .top .icon{transform:rotate(180deg);width:60px;height:18px;flex-shrink:0}@media screen and (max-width: 767px){.mobile-nav .top .icon,.mobile-nav-submenu .top .icon{width:40px;height:12px}}@media screen and (max-width: 479px){.mobile-nav .top .icon,.mobile-nav-submenu .top .icon{width:20px;height:6px}}.mobile-nav .top span,.mobile-nav-submenu .top span{font-size:20px;font-weight:700;line-height:normal}@media screen and (max-width: 767px){.mobile-nav .top span,.mobile-nav-submenu .top span{font-size:16px}}@media screen and (max-width: 479px){.mobile-nav .top span,.mobile-nav-submenu .top span{font-size:12px}}.mobile-nav .top.active,.mobile-nav-submenu .top.active{opacity:1;pointer-events:all}.mobile-nav .mobile-nav-list,.mobile-nav-submenu .mobile-nav-list{overflow:auto;padding:0 40px 24px;display:flex;flex-direction:column;width:100%}@media screen and (max-width: 1023px){.mobile-nav .mobile-nav-list,.mobile-nav-submenu .mobile-nav-list{padding:0 32px 24px}}@media screen and (max-width: 479px){.mobile-nav .mobile-nav-list,.mobile-nav-submenu .mobile-nav-list{padding:0 20px 20px}}.mobile-nav .mobile-nav-list li:last-of-type .mobile-nav-link,.mobile-nav-submenu .mobile-nav-list li:last-of-type .mobile-nav-link{border-bottom:unset}.mobile-nav .mobile-nav-list .mobile-nav-link,.mobile-nav-submenu .mobile-nav-list .mobile-nav-link{cursor:pointer;padding:24px 0;border-bottom:1px solid #E6E6E6;width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px}@media screen and (max-width: 767px){.mobile-nav .mobile-nav-list .mobile-nav-link,.mobile-nav-submenu .mobile-nav-list .mobile-nav-link{padding:20px 0}}.mobile-nav .mobile-nav-list .mobile-nav-link span,.mobile-nav-submenu .mobile-nav-list .mobile-nav-link span{font-size:20px;line-height:normal}@media screen and (max-width: 479px){.mobile-nav .mobile-nav-list .mobile-nav-link span,.mobile-nav-submenu .mobile-nav-list .mobile-nav-link span{font-size:16px}}.mobile-nav .mobile-nav-list .mobile-nav-link .icon,.mobile-nav-submenu .mobile-nav-list .mobile-nav-link .icon{width:20px;height:20px}.mobile-nav:after{position:absolute;content:"";width:100%;height:200px;background:#fff;left:0;right:0;top:-100px;z-index:-111}.bg-blur{z-index:4;pointer-events:none;opacity:0;position:fixed;width:100vw;height:100vh;top:0;right:0;bottom:0;left:0;background:#0000004d;transition:opacity .2s}.bg-blur.active{opacity:1}.nav-item-dropdown{pointer-events:none;background-color:#fff;top:calc(100% + 70px);position:absolute;left:50%;transform:translate(-50%);border-radius:20px;padding:40px;transition:opacity .3s,z-index .3s;opacity:0;z-index:-10}.nav-item-dropdown.active{pointer-events:auto;opacity:1;z-index:9}.nav-item-dropdown:before{position:absolute;content:"";top:-50px;left:0;width:100%;height:60px;background-color:transparent}.nav-item-dropdown:after{position:absolute;content:"";background-image:url(/build/assets/polygon-DZgri2Lw.svg);background-size:cover;background-repeat:no-repeat;width:18px;height:18px;top:-13px;left:50%;transform:translate(-50%)}.nav-item-dropdown>.title{display:block;font-size:24px;font-style:normal;font-weight:800;line-height:normal;text-transform:uppercase;color:#e6e6e6;padding-bottom:20px;border-bottom:1px solid #E6E6E6}.nav-item-dropdown ul{display:flex;align-items:flex-start;gap:40px;font-size:16px;margin-top:20px}.nav-item-dropdown ul li{white-space:nowrap}.nav-item-dropdown ul li a{transition:color .2s}@media (hover: hover) and (pointer: fine){.nav-item-dropdown ul li a:hover{color:#f7941d}}.nav-item-dropdown .cards{margin-top:20px}.nav-item-dropdown .cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.nav-item-dropdown .cards-grid .card-default{width:200px}.nav-item-dropdown .cards-grid .card-default .img-wrapper{height:90px}.nav-item-dropdown .card-default{padding:20px;display:flex;flex-direction:column}.nav-item-dropdown .card-default .top{display:flex;align-items:center;justify-content:space-between;gap:12px}.nav-item-dropdown .card-default .top .title{font-size:16px}.nav-item-dropdown .card-default .top .icon{color:#f7941d;width:30px;height:9px;transform:unset}.nav-item-dropdown .card-default .img-wrapper{margin-top:auto;width:100%;height:120px}@media (hover: hover) and (pointer: fine){.nav-item-dropdown .card-default:hover{background:#4a4a4a}.nav-item-dropdown .card-default:hover .title{color:#fff}}.seo .container .content{max-width:987px;display:flex;flex-direction:column;gap:40px}@media screen and (max-width: 1919px){.seo .container .content{max-width:813px}}@media screen and (max-width: 1439px){.seo .container .content{max-width:unset;gap:20px}}@media screen and (max-width: 767px){.seo .container .content{text-align:center;justify-content:center}}.btn{display:flex;align-items:center;justify-content:center;height:fit-content;width:fit-content;cursor:pointer;transition:border .3s,background-color .3s,color .3s}.btn span,.btn .icon{transition:color .3s}.btn .icon circle,.btn .icon path,.btn .icon rect{transition:fill .3s,stroke .3s}.btn-orange{border-radius:10px;background-color:#eb711d;padding:16px 18px;border:1px solid transparent;overflow:hidden;position:relative;height:52px}@media screen and (max-width: 767px){.btn-orange{height:48px}}@media screen and (max-width: 479px){.btn-orange{height:40px}}.btn-orange:before{position:absolute;content:"";background-color:#fff;border-radius:10px;width:100%;height:100%;left:-100%;bottom:0;top:0;transition:left .3s}@media screen and (max-width: 1439px){.btn-orange{padding:14px 16px}}.btn-orange span{position:relative;z-index:1;color:#fff;font-size:16px;font-style:normal;font-weight:700;line-height:normal}@media screen and (max-width: 1439px){.btn-orange span{font-size:20px}}@media screen and (max-width: 767px){.btn-orange span{font-size:16px}}@media screen and (max-width: 479px){.btn-orange span{font-size:14px}}@media (hover: hover) and (pointer: fine){.btn-orange:hover{border:1px solid #EB711D}.btn-orange:hover span{color:#eb711d}.btn-orange:hover:before{left:0}}.btn-burger{display:flex;flex-direction:column;align-items:center;justify-content:center;width:42px;height:42px;position:relative}@media screen and (max-width: 767px){.btn-burger{width:26px;height:26px}}@media screen and (max-width: 479px){.btn-burger{width:21px;height:16px}}.btn-burger span{height:4px;width:100%;display:block;background-color:#4a4a4a;transition:transform .3s,opacity .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)}@media screen and (max-width: 767px){.btn-burger span{height:3px}}@media screen and (max-width: 479px){.btn-burger span{height:2px}}.btn-burger span:nth-child(1){transform:translateY(-14px)}@media screen and (max-width: 767px){.btn-burger span:nth-child(1){transform:translateY(-10px)}}.btn-burger span:nth-child(2){opacity:1}.btn-burger span:nth-child(3){transform:translateY(10px)}@media screen and (max-width: 767px){.btn-burger span:nth-child(3){transform:translateY(7px)}}.btn-burger.active span:nth-child(1){transform:translateY(0) rotate(45deg)}.btn-burger.active span:nth-child(2){opacity:0}.btn-burger.active span:nth-child(3){transform:translateY(0) rotate(-45deg)}.btn-rounded{background-color:#fff;border-radius:100px;overflow:hidden;padding:8px 24px;display:flex;align-items:center;gap:10px}@media screen and (max-width: 479px){.btn-rounded{padding:8px 20px}}@media (hover: hover) and (pointer: fine){.btn-rounded:hover{background-color:#ffe9c0}.btn-rounded:hover span{color:#eb711d!important}.btn-rounded:hover .icon{transform:translate(12px)}}.btn-rounded span{font-size:16px;white-space:nowrap;font-weight:500}@media screen and (max-width: 1439px){.btn-rounded span{font-size:18px}}@media screen and (max-width: 479px){.btn-rounded span{font-size:16px}}.btn-rounded .icon{color:#fff;width:25px;height:25px;transition:transform .3s}.btn-rounded.bordered{border:2px solid #EB711D;background:#fff}@media (hover: hover) and (pointer: fine){.btn-rounded.bordered:hover{border:2px solid #FFE9C0;background-color:#ffe9c0}}.btn-rounded.orange{background:#eb711d}.btn-rounded.orange span{color:#fff}.btn-rounded.orange .icon rect{fill:#fff}.btn-rounded.orange .icon path{stroke:#eb711d}@media (hover: hover) and (pointer: fine){.btn-rounded.orange:hover{background-color:#ffe9c0}.btn-rounded.orange:hover span{color:#eb711d}.btn-rounded.orange:hover .icon rect{fill:#eb711d}.btn-rounded.orange:hover .icon path{stroke:#fff}}.btn-play{cursor:pointer;width:72px;height:72px;transition:transform .3s,opacity .3s;opacity:.5;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.btn-play .icon{width:100%;height:100%}@media (hover: hover) and (pointer: fine){.btn-play:hover{transform:translate(-50%,-50%) scale(1.1);opacity:.7}}@media (hover: hover) and (pointer: fine){.btn-download:hover .icon{transform:unset}}.btn span{white-space:nowrap}@media screen and (max-width: 479px){.btn span.desk{display:none}}.btn span.mob{display:none}@media screen and (max-width: 479px){.btn span.mob{display:block}}.border-fat{border-width:2px!important}.link-all{display:flex;align-items:center;gap:10px;color:#8e8e8e;transition:color .2s;white-space:nowrap;position:relative;z-index:3}.link-all span{font-size:16px;line-height:100%;transition:color .2s}@media screen and (max-width: 1439px){.link-all span{font-size:14px}}.link-all .icon{width:60px;height:18px}@media screen and (max-width: 1439px){.link-all .icon{width:40px;height:12px}}@media (hover: hover) and (pointer: fine){.link-all:hover span{color:#f7941d}}.link{font-weight:500;color:#f7941d;transition:color .2s}@media (hover: hover) and (pointer: fine){.link:hover{color:#eb711d}}.tabs{display:flex;align-items:center;gap:20px;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.tabs::-webkit-scrollbar{display:none}.tabs.cases{gap:12px;flex-wrap:wrap}@media screen and (max-width: 1439px){.tabs.cases{flex-wrap:nowrap;overflow:auto;margin-left:-40px;padding-left:40px;width:calc(100% + 80px);padding-right:40px}}@media screen and (max-width: 1023px){.tabs.cases{margin-left:-30px;padding-left:30px;width:calc(100% + 60px);padding-right:30px}}@media screen and (max-width: 767px){.tabs.cases{margin-left:-20px;padding-left:20px;width:calc(100% + 40px);padding-right:20px}}.tab{display:flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;font-size:16px;border-radius:5px;border:2px solid #E8E8E8;transition:border .2s,background-color .2s,color .2s;padding:12px 20px;font-weight:400}@media screen and (max-width: 1439px){.tab{padding:20px 32px}}@media screen and (max-width: 767px){.tab{font-size:14px}}@media (hover: hover) and (pointer: fine){.tab:hover{border:2px solid #E6E6E6;background:#e6e6e6}}.tab.active{color:#fff;background-color:#4a4a4a;border:2px solid #4A4A4A;font-weight:500}.media-tabs{display:flex;align-items:center;gap:40px;padding:12px 20px;background:#fafafa;border-radius:14px;width:fit-content;min-width:100%;box-shadow:unset;transition:box-shadow .2s}.media-tabs-wrapper{top:120px;left:0;right:0;z-index:3;margin-bottom:40px;position:sticky;overflow-x:auto;transition:box-shadow .2s;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.media-tabs-wrapper::-webkit-scrollbar{display:none}@media screen and (max-width: 1439px){.media-tabs-wrapper{flex-wrap:nowrap;overflow:auto;margin-left:-40px;padding-left:40px;width:calc(100% + 80px);padding-right:40px}}@media screen and (max-width: 1023px){.media-tabs-wrapper{margin-left:-30px;padding-left:30px;width:calc(100% + 60px);padding-right:30px}}@media screen and (max-width: 767px){.media-tabs-wrapper{margin-left:-20px;padding-left:20px;width:calc(100% + 40px);padding-right:20px}}@media screen and (max-width: 1439px){.media-tabs-wrapper{top:70px;width:100%}}.media-tab{padding:8px 20px;color:#8e8e8e;font-size:18px;line-height:normal;border-radius:5px;white-space:nowrap}@media screen and (max-width: 1439px){.media-tab{padding:20px 40px;font-size:20px}}@media screen and (max-width: 1023px){.media-tab{padding:12px 40px}}@media screen and (max-width: 767px){.media-tab{padding:12px 20px}}.media-tab.active{font-weight:500;background-color:#fff;color:#f7941d}.tags{display:flex;align-items:center;gap:10px;flex-wrap:wrap}@media screen and (max-width: 767px){.tags{justify-content:center}}.tag{padding:8px 14px;color:#8e8e8e;background-color:#fff;border-radius:20px;font-size:12px;font-weight:500;line-height:normal;text-align:center;transition:background-color .2s,color .2s}@media screen and (max-width: 767px){.tag{padding:8px 14px}}.tag.bordered{border:2px solid #E6E6E6}@media (hover: hover) and (pointer: fine){.tag.bordered:hover{background-color:#e6e6e6}}.tag.orange{background:#f7941d;color:#fff}.tag.active{background-color:#4a4a4a;color:#fff;border:2px solid #4A4A4A}@media (hover: hover) and (pointer: fine){.tag.active:hover{background-color:#4a4a4a}}.input-component{padding-bottom:16px;border-bottom:1px solid #373737}@media screen and (max-width: 767px){.input-component{padding-bottom:8px}}.input-component input{width:100%;font-size:18px;line-height:normal}.input-component input::placeholder{color:#8e8e8e}.textarea-wrapper{width:100%;border-radius:10px;overflow:hidden;height:80px;border:1px solid #4A4A4A}.field_container{position:relative}.field_container.hidden{display:none!important}.field_container label{display:block;font-size:18px;color:#8e8e8e;line-height:normal;margin-bottom:16px}@media screen and (max-width: 767px){.field_container label{margin-bottom:8px}}@media screen and (max-width: 479px){.field_container label{font-size:14px}}.form-error{position:absolute;bottom:-16px;left:0;font-size:12px;line-height:normal;color:#f7941d}.fields_group{display:flex;flex-direction:column;gap:40px;width:100%}.form{padding-bottom:20px;width:546px;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 1919px){.form{width:574px}}@media screen and (max-width: 1439px){.form{width:100%}}.form .btn{width:182px;flex-shrink:0}@media screen and (max-width: 1439px){.form .btn{width:198px}}@media screen and (max-width: 767px){.form .btn{width:132px}}@media screen and (max-width: 479px){.form .btn{width:100%;max-width:160px;padding:11px 16px}}.form .policy{margin-top:8px;color:#8e8e8e;text-align:center;font-size:14px;line-height:18px;max-width:378px}.form .form-bottom{margin-top:40px;display:flex;align-items:center;gap:20px;align-self:flex-start}@media screen and (max-width: 1439px){.form .form-bottom{grid-area:auto/span 2}}@media screen and (max-width: 767px){.form .form-bottom{margin-top:20px}}@media screen and (max-width: 479px){.form .form-bottom{flex-direction:column}}.socials .icon rect,.socials .icon path{transition:fill .2s}@media (hover: hover) and (pointer: fine){.socials .icon:hover rect{fill:#ffe9c0}.socials .icon:hover path{fill:#eb711d}}.two-blocks .container{display:flex;gap:40px}.two-blocks .container .two-blocks-item:last-of-type{flex:1}.two-blocks .container .request-sm{height:auto}@media screen and (max-width: 1439px){.two-blocks .container{gap:20px}}@media screen and (max-width: 1023px){.two-blocks .container .two-blocks-item{width:calc(50% - 10px)}}@media screen and (max-width: 767px){.two-blocks .container{flex-direction:column}.two-blocks .container .two-blocks-item{width:100%}.two-blocks .container .two-blocks-item:last-of-type{flex:unset}}.watch-more{display:flex;justify-content:center;font-weight:500;color:#f7941d;font-size:18px;margin:40px auto 0}@media screen and (max-width: 1439px){.watch-more{margin:24px auto 0}}@media screen and (max-width: 767px){.watch-more{margin:20px auto 0}}.list-3-col{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}@media screen and (max-width: 1439px){.list-3-col{gap:20px}}@media screen and (max-width: 1023px){.list-3-col{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.list-3-col{grid-template-columns:1fr}}.list-4-col{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}@media screen and (max-width: 1439px){.list-4-col{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width: 1023px){.list-4-col{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.list-4-col{grid-template-columns:1fr}}.empty-message{white-space:nowrap}@media screen and (max-width: 767px){.empty-message{white-space:wrap;text-align:center}}.mt-0{margin-top:0}.checkbox-wrapper{display:flex;gap:10px;align-items:flex-start;cursor:pointer;max-width:320px}@media screen and (max-width: 479px){.checkbox-wrapper{max-width:unset}}.checkbox-wrapper:hover .checkbox-box,.checkbox-wrapper:focus-within .checkbox-box{border:2px solid #EB711D}.checkbox-wrapper.error .checkbox-box{border:2px solid #DC3202}.checkbox-wrapper .checkbox-input{display:none}.checkbox-wrapper .checkbox-box{flex-shrink:0;width:20px;height:20px;position:relative;display:flex;align-items:center;justify-content:center;border:2px solid #E6E6E6;border-radius:4px;background-color:#fff;transition:border .2s,background-color .2s}.checkbox-wrapper .checkbox-box .icon{width:14px;height:14px;color:#fff;visibility:hidden}.checkbox-wrapper .checkbox-text{font-size:12px;line-height:116.667%;color:#8e8e8e;font-weight:500;flex:1;cursor:pointer}.checkbox-wrapper .checkbox-input:checked+.checkbox-box{background-color:#eb711d;border-color:#eb711d}.checkbox-wrapper .checkbox-input:checked+.checkbox-box .icon{visibility:visible}.static-content{color:#4a4a4a;display:flex;flex-direction:column;line-height:155.556%}@media screen and (max-width: 767px){.static-content{align-items:center;text-align:center;line-height:150%}}.static-content ul{list-style:none;display:flex;flex-direction:column}.static-content ul li{position:relative;text-indent:10px}.static-content ul li:before{position:absolute;content:"";left:0;top:12px;border-radius:100%;background-color:#4a4a4a;width:4px;height:4px}@media screen and (max-width: 767px){.static-content ul li:before{display:inline;left:auto;margin-left:-10px}}.static-content ol{counter-reset:myCounter}.static-content ol li{display:flex;align-items:flex-start;gap:10px}.static-content ol li:before{padding-top:2px;counter-increment:myCounter;content:counter(myCounter) ".";font-weight:700}@media screen and (max-width: 767px){.static-content ul,.static-content ol{align-self:flex-start;text-align:left;margin-left:40px;margin-right:20px}}@media screen and (max-width: 479px){.static-content ul,.static-content ol{margin-left:20px;margin-right:20px}}.static-content figure{width:100%}.static-content img,.static-content iframe{width:100%;border-radius:20px;margin:40px 0;height:auto;object-fit:contain}@media screen and (max-width: 1023px){.static-content img,.static-content iframe{margin:20px 0}}.static-content a{color:#f7941d;font-weight:500;transition:color .2s}@media (hover: hover) and (pointer: fine){.static-content a:hover{color:#eb711d}}.static-content blockquote{width:100%;border-radius:20px;background-color:#fafafa;padding:40px}@media screen and (max-width: 1439px){.static-content blockquote{padding:32px}}@media screen and (max-width: 767px){.static-content blockquote{padding:20px}}.static-content iframe{aspect-ratio:1.778378378/1}.static-content p{width:100%}.breadcrumbs{font-size:12px;color:#8e8e8e;display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:40px}.breadcrumbs.mb-20{margin-bottom:20px}@media screen and (max-width: 1439px){.breadcrumbs{margin-bottom:20px}}@media screen and (max-width: 767px){.breadcrumbs{justify-content:center;text-align:center}}.paginator{width:100%;position:relative;display:flex;flex-direction:row;align-items:center;gap:40px;justify-content:center;margin-top:40px}@media screen and (max-width: 767px){.paginator{gap:30px}}@media screen and (max-width: 479px){.paginator{gap:18px}}.paginator-item{font-size:18px;line-height:155.556%;cursor:pointer;color:#8e8e8e}@media screen and (max-width: 767px){.paginator-item{font-size:16px}}@media screen and (max-width: 479px){.paginator-item{font-size:14px}}.paginator-item:first-of-type,.paginator-item:last-of-type{width:15px;height:20px;flex-shrink:0}@media screen and (max-width: 767px){.paginator-item:first-of-type,.paginator-item:last-of-type{width:18px;height:18px}}@media screen and (max-width: 479px){.paginator-item:first-of-type,.paginator-item:last-of-type{width:14px;height:14px}}.paginator-item:first-of-type span,.paginator-item:last-of-type span{display:none}.paginator-item:first-of-type:after,.paginator-item:last-of-type:after{display:block;bottom:4px;content:"";background-image:url(/build/assets/arrow-pagination-CYCI6ezx.svg);background-repeat:no-repeat;background-size:contain;width:100%;height:100%}@media screen and (max-width: 767px){.paginator-item:first-of-type{margin-right:auto}}.paginator-item:last-of-type:after{transform:rotate(180deg)}@media screen and (max-width: 767px){.paginator-item:last-of-type{margin-left:auto}}.paginator-item-active{color:#f7941d}.paginator-item-disabled{opacity:.5;pointer-events:none}.media-wrapper{position:relative;width:100%;height:100%}.media-wrapper:not(.lozad) .skeleton{opacity:0}.media-wrapper:not(.lozad) .img{display:block}.media-wrapper img,.media-wrapper video{width:100%;height:100%;object-fit:cover}.card-default{border-radius:20px;overflow:hidden;border:2px solid #E6E6E6;display:flex;flex-direction:column;gap:20px;transition:background-color .2s;position:relative;padding:40px}@media screen and (max-width: 1439px){.card-default{padding:32px}}@media screen and (max-width: 767px){.card-default{padding:20px}}@media screen and (max-width: 767px){.card-default p{font-size:14px}}.card-numbers{height:316px;justify-content:unset;width:100%;border:unset}@media screen and (max-width: 1439px){.card-numbers{height:240px}}@media screen and (max-width: 1023px){.card-numbers{height:200px}}@media screen and (max-width: 767px){.card-numbers{height:216px}}@media screen and (max-width: 479px){.card-numbers{height:188px}}.card-numbers .value{margin-bottom:10px}@media screen and (max-width: 767px){.card-numbers .value{text-align:center}}.card-numbers .title{font-size:18px}@media screen and (max-width: 1919px){.card-numbers .title{max-width:173px}}@media screen and (max-width: 1023px){.card-numbers .title{max-width:unset}}@media screen and (max-width: 767px){.card-numbers .title{text-align:center;font-size:16px}}.card-numbers .img-wrapper{position:absolute;bottom:-22px;right:40px;width:183px;height:183px}.card-numbers .img-wrapper img{object-fit:contain}@media screen and (max-width: 1919px){.card-numbers .img-wrapper{right:28px;bottom:-18px;width:152px;height:151px}}@media screen and (max-width: 1439px){.card-numbers .img-wrapper{width:122px;height:122px;right:40px;bottom:-14px}}@media screen and (max-width: 1023px){.card-numbers .img-wrapper{width:126.053px;height:125.345px;right:32px;bottom:-25px}}@media screen and (max-width: 767px){.card-numbers .img-wrapper{width:120px;height:120px;right:unset;left:50%;transform:translate(-50%);bottom:-20px}}.card-media{height:400px;width:100%;color:#fff;border:unset;position:relative;background:linear-gradient(180deg,#4a4a4a 43.01%,#373737 73.53%);padding-top:62px}@media screen and (max-width: 1919px){.card-media{padding-top:83px}}@media screen and (max-width: 1439px){.card-media{height:260px;padding-top:53px;gap:8px}}@media screen and (max-width: 1023px){.card-media{height:280px;padding-top:56px}}@media screen and (max-width: 767px){.card-media{align-items:center;text-align:center;height:220px;padding-top:18px}}@media screen and (max-width: 479px){.card-media{height:240px}}.card-media .h3,.card-media p,.card-media .icon{position:relative;z-index:2}.card-media .h3{margin-top:auto;text-transform:uppercase}.card-media p{font-size:18px;line-height:normal}@media screen and (max-width: 767px){.card-media p{font-size:16px}}.card-media .icon{width:120px;height:120px;align-self:center;transition:transform .3s}@media screen and (max-width: 1919px){.card-media .icon{width:100px;height:100px}}@media screen and (max-width: 1439px){.card-media .icon{margin-bottom:-20px}}.card-media:before,.card-media:after{content:"";position:absolute;background-repeat:no-repeat;background-position:center;background-size:cover}.card-media:before{width:200%;height:200%;top:30%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width: 1919px){.card-media:before{height:170%;top:32%}}@media screen and (max-width: 1439px){.card-media:before{height:252%;background-size:contain;top:40%}}@media screen and (max-width: 1023px){.card-media:before{height:300%;top:37%}}@media screen and (max-width: 767px){.card-media:before{top:29%}}@media screen and (max-width: 479px){.card-media:before{height:293%;width:242%}}.card-media:after{width:209%;height:130%;top:-250px;right:0;left:0;opacity:.6;background-image:url(/build/assets/radial-gradient-orange-elips-CE5h08qJ.png);z-index:1}@media screen and (max-width: 1439px){.card-media:after{width:168%;height:208%;top:-224px;left:84px;opacity:.55}}@media screen and (max-width: 767px){.card-media:after{width:199%;height:201%;left:45px}}.card-media--blog:before{background-image:url(/build/assets/media-bg-1-CLdLlLFf.png)}.card-media--news:before{background-image:url(/build/assets/media-bg-2-mr1RlJ5v.png)}.card-media--events:before{background-image:url(/build/assets/media-bg-3-BUy7xOfU.png)}.card-media--webinars:before{background-image:url(/build/assets/media-bg-4-uKW1Akmx.png)}.card-media--news:after{left:-280px}@media screen and (max-width: 1439px){.card-media--news:after{left:-250px}}@media screen and (max-width: 767px){.card-media--news:after{width:116%}}.card-media--events:after{top:auto;bottom:-160px;opacity:.4}@media screen and (max-width: 1439px){.card-media--events:after{bottom:-224px}}.card-media--webinars:after{top:auto;bottom:-160px;opacity:.4;left:-280px}@media screen and (max-width: 1439px){.card-media--webinars:after{bottom:-224px;left:-250px}}@media (hover: hover) and (pointer: fine){.card-media:hover .icon{transform:scale(1.2)}}.card-product{padding-top:280px;height:auto;opacity:1;transition:opacity .8s,padding .3s,margin-bottom .3s}.card-product.hidden{opacity:0;height:0;padding:0}@media screen and (max-width: 1439px){.card-product{padding-top:272px}}@media screen and (max-width: 767px){.card-product{padding-top:260px;align-items:center}}.card-product .img-wrapper{position:absolute;top:0;left:0;right:0;width:100%;height:240px;border-radius:18px;overflow:hidden}.card-product .info{display:flex;gap:20px;height:100%;flex-direction:column}@media screen and (max-width: 767px){.card-product .info{align-items:center}}.card-product p{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 767px){.card-product p{text-align:center}}.card-product .btn-boards{margin-top:auto}.card-product .btn{border:2px solid #E6E6E6}@media screen and (max-width: 767px){.card-product .btn{align-self:center}}.card-case{height:280px;width:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative;border:unset}@media screen and (max-width: 1439px){.card-case{height:220px}}@media screen and (max-width: 479px){.card-case{height:180px}}.card-case:after{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#0009;opacity:0;pointer-events:none;transition:opacity .3s}.card-case .img-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.card-case .img-wrapper img{transform:scale(1.1);transition:transform .3s}.card-case .title{color:#fff;position:relative;z-index:1;opacity:0;transition:opacity .3s}.card-case .label{width:fit-content;padding:8px 14px;position:relative;z-index:1;border-radius:20px;border:2px solid #E6E6E6;background:#fff;color:#8e8e8e;font-size:12px;font-weight:500;line-height:normal;opacity:0;transition:opacity .3s}@media (hover: hover) and (pointer: fine){.card-case:hover .img-wrapper img{transform:scale(1)}.card-case:hover .title,.card-case:hover .label,.card-case:hover:after{opacity:1}}.card-industry-list{background-color:#fff;border:1px solid #E6E6E6;padding:40px 32px;display:flex;align-items:center;flex-direction:column;position:relative;overflow:hidden;min-height:248px;transition:background-color .2s}@media screen and (max-width: 1919px){.card-industry-list{min-height:208px;padding:20px 6px}}@media screen and (max-width: 1439px){.card-industry-list{min-height:160px}}@media screen and (max-width: 479px){.card-industry-list{min-height:140px;padding:20px}}@media (hover: hover) and (pointer: fine){.card-industry-list:hover{background-color:#fff8ec}.card-industry-list:hover .title{color:#f7941d;font-weight:500}.card-industry-list:hover .img-wrapper{bottom:-24px}}@media screen and (hover: hover) and (pointer: fine) and (max-width: 1919px){.card-industry-list:hover .img-wrapper{bottom:-19px}}@media screen and (hover: hover) and (pointer: fine) and (max-width: 1439px){.card-industry-list:hover .img-wrapper{bottom:-20px}}@media screen and (hover: hover) and (pointer: fine) and (max-width: 1023px){.card-industry-list:hover .img-wrapper{bottom:-24px}}@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px){.card-industry-list:hover .img-wrapper{bottom:-8px}}.card-industry-list .title{position:relative;z-index:1;text-align:center;transition:color .2s;white-space:nowrap}@media screen and (max-width: 1919px){.card-industry-list .title{max-width:80%;white-space:unset}}@media screen and (max-width: 1439px){.card-industry-list .title{font-size:18px}}@media screen and (max-width: 1023px){.card-industry-list .title{font-size:16px}}.card-industry-list .img-wrapper{width:158px;height:158px;position:absolute;bottom:-44px;left:50%;transform:translate(-50%);transition:bottom .3s}@media screen and (max-width: 1919px){.card-industry-list .img-wrapper{bottom:-55px}}@media screen and (max-width: 1439px){.card-industry-list .img-wrapper{bottom:-32px;width:108px;height:108px}}@media screen and (max-width: 1023px){.card-industry-list .img-wrapper{bottom:-52px;width:120px;height:120px}}@media screen and (max-width: 767px){.card-industry-list .img-wrapper{bottom:-28px;width:100px;height:100px}}@media screen and (max-width: 479px){.card-industry-list .img-wrapper{bottom:-24px;width:84px;height:83px}}.card-board{padding:20px;align-items:center;transition:background-color .2s;min-height:264px}@media screen and (max-width: 1919px){.card-board{min-height:240px}}@media screen and (max-width: 1023px){.card-board{min-height:220px;gap:0}}@media screen and (max-width: 767px){.card-board{min-height:180px;gap:5px}}@media screen and (max-width: 479px){.card-board{min-height:240px}}@media (hover: hover) and (pointer: fine){.card-board:hover{background-color:#fff8ec}.card-board:hover .title{color:#f7941d;font-weight:500}.card-board:hover .img-wrapper{transform:scale(.9)}}.card-board .title{margin-top:auto;text-align:center;transition:color .2s;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto}.card-board .img-wrapper{flex:1;display:flex;align-items:center;width:176px;max-height:160px;transition:transform .2s;transform:scale(1);will-change:transform}@media screen and (max-width: 1919px){.card-board .img-wrapper{width:133px;max-height:132px}}@media screen and (max-width: 1439px){.card-board .img-wrapper{width:161px;max-height:132px}}@media screen and (max-width: 1023px){.card-board .img-wrapper{width:122px;max-height:100px}}@media screen and (max-width: 767px){.card-board .img-wrapper{width:138px}}@media screen and (max-width: 479px){.card-board .img-wrapper{width:165px;max-height:160px}}.card-board .img-wrapper .media-wrapper{display:flex;align-items:center}.card-board .img-wrapper img{object-fit:contain}.card-industry{border:unset;position:relative;border-radius:20px;overflow:hidden;width:345px;height:240px}.card-industry:before,.card-industry:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;z-index:1;transition:opacity .3s ease;pointer-events:none}.card-industry:before{background:linear-gradient(371deg,#373737 15.32%,#73737300 81.59%);opacity:1}.card-industry:after{background:linear-gradient(49deg,#cb9856db,#ffe9c0b5 45%,#fafafa00);opacity:0}.card-industry .img-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.card-industry .img-wrapper img{transform:scale(1.2);transition:transform .3s}.card-industry p{position:relative;z-index:2;color:#fafafa;margin-top:auto;-webkit-hyphens:auto;hyphens:auto}@media screen and (max-width: 1919px){.card-industry .p-20{font-size:18px}}@media screen and (max-width: 1439px){.card-industry .p-20{font-size:14px}}@media screen and (max-width: 1023px){.card-industry .p-20{font-size:20px}}@media screen and (max-width: 479px){.card-industry .p-20{font-size:14px}}.card-industry:hover:before{opacity:0}.card-industry:hover:after{opacity:1}.card-industry:hover .img-wrapper img{transform:scale(1)}@media screen and (max-width: 1919px){.card-industry{width:280px}}@media screen and (max-width: 1439px){.card-industry{width:382px}}@media screen and (max-width: 1023px){.card-industry{width:283px}}@media screen and (max-width: 767px){.card-industry{width:287px}}@media screen and (max-width: 479px){.card-industry{width:205px}}.card-news .img-wrapper{margin-bottom:20px;border-radius:20px;overflow:hidden;width:100%;aspect-ratio:1/.507399577}@media screen and (max-width: 1023px){.card-news .img-wrapper{margin-bottom:12px}}.card-news .title{margin-bottom:10px;transition:color .2s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.card-news .date{font-size:14px;color:#8e8e8e}@media screen and (max-width: 1439px){.card-news .date{font-size:14px}}@media (hover: hover) and (pointer: fine){.card-news:hover .title{color:#f7941d;font-weight:500}}.card-blog{display:flex;flex-direction:column}@media screen and (max-width: 767px){.card-blog{align-items:center;text-align:center}}.card-blog .img-wrapper{position:relative;border-radius:18px}@media screen and (max-width: 1023px){.card-blog .img-wrapper{aspect-ratio:1.179166667/1}}@media screen and (max-width: 479px){.card-blog .img-wrapper{aspect-ratio:.854166667/1}}.card-blog .tags{position:absolute;bottom:20px;left:20px;right:20px;z-index:2}.card-event .img-wrapper,.card-webinar .img-wrapper{position:relative}@media screen and (max-width: 1439px){.card-event .img-wrapper,.card-webinar .img-wrapper{margin-bottom:8px}}.card-event .date,.card-webinar .date{position:absolute;top:20px;left:20px;background-color:#fff;font-size:16px;line-height:normal;padding:16px 14px;border-radius:8px;color:#373737;white-space:nowrap}@media screen and (max-width: 767px){.card-event .date,.card-webinar .date{left:50%;transform:translate(-50%);font-size:14px}}@media screen and (max-width: 479px){.card-event .date,.card-webinar .date{padding:8px 14px}}.card-event .title,.card-webinar .title{margin-bottom:unset;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.card-event .status,.card-webinar .status{position:absolute;bottom:20px;right:20px;left:20px;width:fit-content;margin-left:auto;border-radius:20px;padding:8px 14px;font-size:12px;font-weight:500;color:#fff;background-color:#f7941d;line-height:normal;text-align:center}@media screen and (max-width: 767px){.card-event .status,.card-webinar .status{left:50%;right:unset;transform:translate(-50%);margin-left:unset}}.card-event .status.past,.card-webinar .status.past{color:#8e8e8e;background-color:#fff}@media screen and (max-width: 479px){.card-event .status.past,.card-webinar .status.past{width:197px}}.card-webinar{border:2px solid #E6E6E6;border-radius:20px;overflow:hidden}.card-webinar .img-wrapper{margin-bottom:40px;border-radius:0 0 20px 20px}@media screen and (max-width: 1919px){.card-webinar .img-wrapper{aspect-ratio:1.608333333/1}}@media screen and (max-width: 1439px){.card-webinar .img-wrapper{aspect-ratio:1.254166667/1;margin-bottom:32px}}@media screen and (max-width: 1023px){.card-webinar .img-wrapper{aspect-ratio:1.433333333/1}}@media screen and (max-width: 767px){.card-webinar .img-wrapper{margin-bottom:20px}}.card-webinar .text{padding:0 40px 40px}@media screen and (max-width: 1439px){.card-webinar .text{padding:0 32px 32px}}@media screen and (max-width: 767px){.card-webinar .text{padding:0 20px 20px}}.card-webinar .topics{display:flex;flex-direction:column;gap:20px}.card-webinar .topics .topic{display:flex;align-items:flex-start;gap:10px}.card-webinar .topics .topic .num{font-size:14px;color:#8e8e8e;white-space:nowrap}.card-webinar .topics .topic-title{font-size:18px;text-align:left}@media screen and (max-width: 1023px){.card-webinar .topics .topic-title{font-size:14px}}@media screen and (max-width: 767px){.card-webinar .topics .topic-title{font-size:16px}}@media screen and (max-width: 767px){.card-blog,.card-news,.card-event{align-items:center;text-align:center}}.card-blog .img-wrapper,.card-news .img-wrapper,.card-event .img-wrapper{height:240px;aspect-ratio:unset}.card-person{border-radius:20px;overflow:hidden;border:2px solid #E6E6E6;height:100%;display:flex;flex-direction:column}.card-person .img-wrapper{width:100%}.card-person .img-wrapper .media-wrapper{aspect-ratio:1.4375/1;height:unset}@media screen and (max-width: 1919px){.card-person .img-wrapper .media-wrapper{aspect-ratio:1.6125/1}}@media screen and (max-width: 1439px){.card-person .img-wrapper .media-wrapper{aspect-ratio:1.254166667/1}}@media screen and (max-width: 1023px){.card-person .img-wrapper .media-wrapper{aspect-ratio:1.433333333/1}}@media screen and (max-width: 767px){.card-person .img-wrapper .media-wrapper{aspect-ratio:1.195833333/1}}@media screen and (max-width: 479px){.card-person .img-wrapper .media-wrapper{aspect-ratio:.9375/1}}.card-person .img-wrapper img{object-position:top center}.card-person .info{padding:30px 40px 36px;display:flex;flex-direction:column;gap:10px;flex:1}@media screen and (max-width: 1919px){.card-person .info{padding:40px}}@media screen and (max-width: 1439px){.card-person .info{padding:20px}}.card-person .info .p-20{margin-bottom:2px}@media screen and (max-width: 479px){.card-person .info .p-20 .note,.card-person .info .p-20 .link{font-size:18px}}.card-person .info .position{min-height:40px;-webkit-hyphens:auto;hyphens:auto}.card-person .info .link,.card-person .info .note{font-size:16px;line-height:125%}.card-person .info .note{color:#8e8e8e}@media screen and (max-width: 479px){.card-person .info .note{font-size:14px}}.card-person .info .contacts{margin-top:auto;display:flex;flex-direction:column;gap:2px}@media screen and (max-width: 479px){.card-person .info .contacts .note,.card-person .info .contacts .link{font-size:12px}}.card-value{color:#fff;border-radius:20px;background:linear-gradient(289deg,#fdba3c 1.12%,#eb711d 72.87%,#dc3202 107.16%);height:460px;position:relative;overflow:hidden;padding:40px}@media screen and (max-width: 1439px){.card-value{padding:32px}}@media screen and (max-width: 767px){.card-value{padding:20px}}@media screen and (max-width: 1919px){.card-value{height:374px}}@media screen and (max-width: 1439px){.card-value{height:292px}}@media screen and (max-width: 1023px){.card-value{height:180px}}.card-value p{position:relative;z-index:1}@media screen and (max-width: 1023px){.card-value p{max-width:40%}}@media screen and (max-width: 767px){.card-value p{text-align:center;max-width:70%;margin:0 auto}}@media screen and (max-width: 479px){.card-value p{max-width:unset}}.card-value .icon{position:absolute;bottom:-48px;right:20px;width:287.813px;height:377px}@media screen and (max-width: 1919px){.card-value .icon{width:234.986px;height:307.803px;right:15px}}@media screen and (max-width: 1439px){.card-value .icon{width:182.766px;height:239.4px;right:12px}}@media screen and (max-width: 1023px){.card-value .icon{bottom:-29px;right:60px;width:182.766px;height:239.4px}}@media screen and (max-width: 767px){.card-value .icon{right:unset;left:50%;transform:translate(-50%);bottom:-49px}}@media screen and (max-width: 479px){.card-value .icon{width:160.319px;height:210px;bottom:-20px}}.card-story{width:100%;height:100%}@media screen and (max-width: 1439px){.card-story{width:381px}}@media screen and (max-width: 1023px){.card-story{width:283px}}@media screen and (max-width: 767px){.card-story{width:287px;text-align:center}}@media screen and (max-width: 479px){.card-story{width:205px}}.card-story .h2{line-height:100%;font-weight:700}.card-story p{font-size:18px}@media screen and (max-width: 1023px){.card-story p{margin-top:-12px}}@media screen and (max-width: 479px){.card-story p{font-size:16px}}.card-story .img-wrapper{margin-top:auto;height:160px;border-radius:18px;overflow:hidden}.card-production{background-color:#4a4a4a;color:#fff;width:100%;height:248px}@media screen and (max-width: 1919px){.card-production{height:334px}}@media screen and (max-width: 1439px){.card-production{height:248px}}@media screen and (max-width: 479px){.card-production{height:300px}}.card-production:after{position:absolute;content:"";top:-147px;left:-147px;pointer-events:none;width:294px;height:294px;flex-shrink:0;border-radius:294px;background:#02aa77;filter:blur(100px)}@media screen and (max-width: 767px){.card-production:after{width:400px;height:300px}}@media screen and (max-width: 479px){.card-production:after{width:294px;height:294px}}.card-production .text{position:relative;z-index:1;display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 767px){.card-production .text{text-align:center;gap:8px}}.card-production .icon{position:absolute;right:-75px;bottom:0;width:100%;height:auto;z-index:1;opacity:.3}@media screen and (max-width: 1919px){.card-production .icon{right:-40px}}@media screen and (max-width: 1439px){.card-production .icon{right:-140px}}@media screen and (max-width: 1023px){.card-production .icon{right:-70px}}@media screen and (max-width: 767px){.card-production .icon{right:unset;left:50%;transform:translate(-50%)}}.card-production:first-of-type .icon{right:-96px}@media screen and (max-width: 1919px){.card-production:first-of-type .icon{right:-70px}}@media screen and (max-width: 1439px){.card-production:first-of-type .icon{right:-140px}}@media screen and (max-width: 1023px){.card-production:first-of-type .icon{right:-90px}}.card-docs{padding:20px 40px;flex-direction:row;align-items:center;justify-content:space-between;gap:88px;border-radius:10px}@media screen and (max-width: 767px){.card-docs{flex-direction:column;gap:8px}}@media screen and (max-width: 767px){.card-docs p{text-align:center}}.card-docs .btn{flex-shrink:0}.card-guidance{padding:unset;height:auto;max-height:1000px;opacity:1;transition:opacity .8s,max-height .5s,margin-bottom .3s}.card-guidance.hidden{opacity:0;max-height:0;transition:opacity .5s,max-height .6s}.card-guidance .img-wrapper{height:320px;width:100%;-webkit-mask-image:url(/build/assets/guidance-mask-DG6Z10Hh.webp);mask-image:url(/build/assets/guidance-mask-DG6Z10Hh.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;transform:translateY(-10px)}@media screen and (max-width: 1919px){.card-guidance .img-wrapper{height:273px}}@media screen and (max-width: 1439px){.card-guidance .img-wrapper{height:212px}}@media screen and (max-width: 1023px){.card-guidance .img-wrapper{height:160px}}@media screen and (max-width: 767px){.card-guidance .img-wrapper{height:202px}}@media screen and (max-width: 479px){.card-guidance .img-wrapper{height:132px}}.card-guidance .info{padding:0 40px 40px;display:flex;flex-direction:column;gap:20px;min-height:302px;flex:1}@media screen and (max-width: 1439px){.card-guidance .info{padding:0 32px 32px;margin-top:-10px}}@media screen and (max-width: 1023px){.card-guidance .info{margin-top:15px}}@media screen and (max-width: 767px){.card-guidance .info{margin-top:7px;align-items:center;text-align:center;padding:0 20px 20px;gap:8px;min-height:unset}}@media screen and (max-width: 479px){.card-guidance .info{margin-top:-8px}}.card-guidance .info p{display:-webkit-box;-webkit-line-clamp:20;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1023px){.card-guidance .info p{font-size:16px}}@media screen and (max-width: 767px){.card-guidance .info .title{font-size:16px}}.card-guidance .info .btn-download-wrapper{margin-top:auto}.card-production-process{gap:47px;height:100%;width:454px}@media screen and (max-width: 1919px){.card-production-process{width:387px;gap:64px}}@media screen and (max-width: 1439px){.card-production-process{width:382px}}@media screen and (max-width: 1023px){.card-production-process{gap:100px;width:283px}}@media screen and (max-width: 767px){.card-production-process{width:100%;height:fit-content;gap:20px}}.card-production-process .num{position:absolute;bottom:20px;left:20px;right:20px;font-size:60px;color:#fff;line-height:80%;font-weight:700;z-index:1}.card-production-process .text{display:flex;flex-direction:column;gap:10px}.card-production-process .text p{font-size:14px}@media screen and (max-width: 1023px){.card-production-process .text .p-20{font-size:18px}}@media screen and (max-width: 479px){.card-production-process .text .p-20{font-size:16px}}.card-production-process .video-w-preview{margin-top:auto;height:150px}@media screen and (max-width: 479px){.card-production-process .video-w-preview{height:100px}}.card-production-process .video-w-preview .btn-play{width:72px;height:72px}.modal{position:fixed;z-index:151;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1439px){.modal{top:78px;background:unset;z-index:3}.modal:after{position:absolute;content:"";width:100%;height:200px;background:#fff;left:0;right:0;top:-100px;z-index:-111}}@media screen and (max-width: 767px){.modal{top:71px}}@media screen and (max-width: 479px){.modal{top:78px}}.modal .modal-layout{position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%;background:transparent}.modal .modal-wrapper{background-color:#fff;display:flex;flex-direction:column;align-items:center;padding:40px;border-radius:20px;border:1px solid #E0E0E1;z-index:7;position:relative;max-height:96vh;width:986px;overflow:auto}@media screen and (max-width: 1439px){.modal .modal-wrapper{width:100%;height:100%;border-radius:unset;margin:0;max-height:unset;border:none}}@media screen and (max-width: 1023px){.modal .modal-wrapper{padding:32px}}@media screen and (max-width: 767px){.modal .modal-wrapper{padding:20px;border:unset}}.modal .icon-close{flex-shrink:0;cursor:pointer;position:absolute;top:40px;right:40px;display:flex;align-items:center;justify-content:center}.modal .icon-close svg{width:40px;height:40px;color:#e6e6e6}@media screen and (max-width: 1439px){.modal .icon-close{display:none}}.modal .modal-content{padding:40px 0;display:flex;align-items:center;flex-direction:column;max-width:546px;min-height:700px}@media screen and (max-width: 1439px){.modal .modal-content{padding:0 0 60px;max-width:unset;min-height:unset}@supports (padding: max(0px)){.modal .modal-content{padding-bottom:calc(env(safe-area-inset-bottom) + 60px)}}}@media screen and (max-width: 1023px){.modal .modal-content{padding:0 0 52px}@supports (padding: max(0px)){.modal .modal-content{padding-bottom:calc(env(safe-area-inset-bottom) + 52px)}}}@media screen and (max-width: 767px){.modal .modal-content{padding:0 0 40px}@supports (padding: max(0px)){.modal .modal-content{padding-bottom:calc(env(safe-area-inset-bottom) + 40px)}}}.modal .modal-content .top{margin-bottom:40px;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 767px){.modal .modal-content .top{margin-bottom:20px}}.modal .modal-content h2{text-align:center;font-size:40px}@media screen and (max-width: 1439px){.modal .modal-content h2{text-align:left;font-size:32px}}@media screen and (max-width: 767px){.modal .modal-content h2{font-size:24px}}.modal .modal-content .desc{font-size:20px;line-height:140%}.modal .modal-content p{text-align:center}@media screen and (max-width: 1439px){.modal .modal-content p{text-align:left}}@media screen and (max-width: 1439px){.modal-request .modal-wrapper{align-items:unset}}@media screen and (max-width: 1439px){.modal-request .modal-content{align-items:flex-start}}@media screen and (max-width: 1439px){.modal-request .modal-content h2{margin-bottom:8px}}@media screen and (max-width: 767px){.modal-request .modal-content .desc{font-size:16px}}@media screen and (max-width: 1439px){.modal-request .modal-content .form{width:100%;display:grid;grid-template-columns:197px auto;gap:0}}@media screen and (max-width: 767px){.modal-request .modal-content .form{grid-template-columns:132px auto}}@media screen and (max-width: 479px){.modal-request .modal-content .form{grid-template-columns:1fr}}@media screen and (max-width: 1439px){.modal-request .modal-content .form .fields_group{display:grid;grid-area:auto/span 2;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.modal-request .modal-content .form .fields_group{grid-template-columns:1fr}}@media screen and (max-width: 479px){.modal-request .modal-content .form .fields_group{grid-area:unset}}@media screen and (max-width: 1439px){.modal-request .modal-content .form .fields_group .field_container:nth-of-type(3){grid-area:1/2}}@media screen and (max-width: 767px){.modal-request .modal-content .form .fields_group .field_container:nth-of-type(3){grid-area:unset}}@media screen and (max-width: 1439px){.modal-request .modal-content .form .field_container label,.modal-request .modal-content .form input,.modal-request .modal-content .form textarea{font-size:20px}}@media screen and (max-width: 767px){.modal-request .modal-content .form .field_container label,.modal-request .modal-content .form input,.modal-request .modal-content .form textarea{font-size:16px}}@media screen and (max-width: 479px){.modal-request .modal-content .form .field_container label,.modal-request .modal-content .form input,.modal-request .modal-content .form textarea{font-size:14px}}@media screen and (max-width: 1439px){.modal-request .modal-content .form .textarea_container{grid-area:auto/span 2}}@media screen and (max-width: 767px){.modal-request .modal-content .form .textarea_container{grid-area:unset;margin-top:-20px}}@media screen and (max-width: 479px){.modal-request .modal-content .form .textarea_container{margin-top:unset}}@media screen and (max-width: 767px){.modal-request .modal-content .form .textarea_container label{font-size:14px}}@media screen and (max-width: 1439px){.modal-result{z-index:4}}.modal-result .icon-close{display:none}.modal-result .modal-wrapper{width:600px;padding:40px 20px;color:#fff;background-color:#f7941d;border:unset}@media screen and (max-width: 1439px){.modal-result .modal-wrapper{width:100%;max-width:unset;background-color:#fff;color:#373737;padding:40px;align-items:unset}}@media screen and (max-width: 1023px){.modal-result .modal-wrapper{padding:40px 20px}}@media screen and (max-width: 479px){.modal-result .modal-wrapper{padding:20px}}.modal-result .modal-content{min-height:unset}@media screen and (max-width: 1439px){.modal-result .modal-content{align-items:unset}}@media screen and (max-width: 1439px){.modal-result .modal-content h2{text-align:left;margin-bottom:8px}}@media screen and (max-width: 767px){.modal-result .modal-content h2{margin-bottom:20px}}.modal-result .modal-content p{font-size:20px;max-width:500px}@media screen and (max-width: 1439px){.modal-result .modal-content p{max-width:unset}}@media screen and (max-width: 1023px){.modal-result .modal-content p{font-size:18px}}@media screen and (max-width: 479px){.modal-result .modal-content p{font-size:16px}}.modal-boards .modal-wrapper{height:564px;padding-bottom:0}@media screen and (max-width: 1919px){.modal-boards .modal-wrapper{width:814px}}@media screen and (max-width: 1439px){.modal-boards .modal-wrapper{width:100%;height:100%}}.modal-boards .modal-content{max-width:730px;min-height:unset;height:100%;display:flex;flex-direction:column;padding-bottom:0;align-items:flex-start}@media screen and (max-width: 1919px){.modal-boards .modal-content{max-width:602px}}@media screen and (max-width: 1439px){.modal-boards .modal-content{max-width:unset;width:100%}}@media screen and (max-width: 1439px){.modal-boards .modal-content .top{margin-bottom:20px;align-self:flex-start}}@media screen and (max-width: 767px){.modal-boards .modal-content .top{align-self:center}}.modal-boards .modal-content .top>.h3{text-transform:uppercase;max-width:80%}@media screen and (max-width: 1919px){.modal-boards .modal-content .top>.h3{max-width:90%}}@media screen and (max-width: 1439px){.modal-boards .modal-content .top>.h3{max-width:unset}}@media screen and (max-width: 767px){.modal-boards .modal-content .top>.h3{text-align:center;max-width:90%}}@media screen and (max-width: 479px){.modal-boards .modal-content .top>.h3{text-wrap:balance}}.modal-boards .modal-content .boards-list{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;overflow:auto;padding-bottom:40px;width:100%;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.modal-boards .modal-content .boards-list::-webkit-scrollbar{display:none}@media screen and (max-width: 1439px){.modal-boards .modal-content .boards-list{grid-template-columns:repeat(4,1fr);gap:20px;flex:unset;padding-bottom:120px}}@media screen and (max-width: 767px){.modal-boards .modal-content .boards-list{grid-template-columns:repeat(2,1fr);width:fit-content}}@media screen and (max-width: 479px){.modal-boards .modal-content .boards-list{grid-template-columns:1fr}}.modal-boards .modal-content .boards-list .card-board{height:264px}@media screen and (max-width: 1919px){.modal-boards .modal-content .boards-list .card-board{height:240px}}@media screen and (max-width: 1023px){.modal-boards .modal-content .boards-list .card-board{height:220px}}@media screen and (max-width: 767px){.modal-boards .modal-content .boards-list .card-board{width:178px;height:180px}}@media screen and (max-width: 479px){.modal-boards .modal-content .boards-list .card-board{width:205px;height:240px;justify-self:center}}@media screen and (max-width: 1439px){.modal-register .modal-content .form .fields_group .field_container:first-of-type{grid-area:auto/span 2}}@media screen and (max-width: 767px){.modal-register .modal-content .form .fields_group .field_container:first-of-type{grid-area:unset}}@media screen and (max-width: 1439px){.modal-register .modal-content .form .fields_group .field_container:nth-of-type(3){grid-area:2/2}}@media screen and (max-width: 767px){.modal-register .modal-content .form .fields_group .field_container:nth-of-type(3){grid-area:unset}}.video-w-preview{cursor:pointer;position:relative;width:100%;height:100%;border-radius:20px;overflow:hidden}.video-w-preview .video-preview{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.video-w-preview .video-link{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;cursor:pointer}.video-w-preview .btn-play{width:130px;height:130px}@media screen and (max-width: 767px){.video-w-preview .btn-play{width:72px;height:72px}}.video-themes{border-radius:20px;overflow:hidden;height:600px;border:2px solid #E6E6E6;position:relative}@media screen and (max-width: 1023px){.video-themes{height:360px}}.video-themes:after{position:absolute;content:"";bottom:0;left:0;right:0;width:100%;height:80px;z-index:2;border-radius:0 0 20px 20px;background:linear-gradient(180deg,#4a4a4a00,#fff);pointer-events:none}.video-themes ul{padding:40px;display:flex;flex-direction:column;gap:40px;overflow:auto;height:100%;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;position:relative;z-index:1}.video-themes ul::-webkit-scrollbar{display:none}@media screen and (max-width: 1439px){.video-themes ul{padding:32px}}@media screen and (max-width: 767px){.video-themes ul{padding:20px 20px 40px}}.video-themes .video-theme{position:relative;width:100%;cursor:pointer}.video-themes .video-theme.active .title{color:#f7941d;font-weight:700}@media (hover: hover) and (pointer: fine){.video-themes .video-theme.active:hover .title{color:#f7941d!important}}.video-themes .video-theme:after{position:absolute;content:"";width:100%;height:2px;background:#f6f6f6;left:0;right:0;bottom:-20px;pointer-events:none}.video-themes .video-theme:last-of-type:after{content:none}@media screen and (max-width: 767px){.video-themes .video-theme{display:flex;flex-direction:column;align-items:center;text-align:center}}.video-themes .video-theme .title{color:#8e8e8e;margin-bottom:10px}.video-themes .video-theme .time{display:flex;align-items:center;gap:10px}.video-themes .video-theme .time .icon{width:32px;height:32px}.video-themes .video-theme .time .icon circle,.video-themes .video-theme .time .icon path{transition:fill .2s}.video-themes .video-theme .video-time{color:#8e8e8e;font-size:14px}.loader-card{overflow:hidden}.loader-card .text{width:100%}.loader-tag{position:relative;height:33px;width:90px;overflow:hidden}.loader-tag:nth-of-type(2){width:60px}.loader-tag:nth-of-type(3){width:75px}.skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(270deg,#ccc,#ddd,#eee,#ddd,#ccc);background-size:200% 200%;animation:gradient 2s infinite;transition:opacity .5s;opacity:1}.skeleton-line{height:20px;width:80%;position:relative;border-radius:8px}.skeleton-line:last-of-type{width:50%}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.cookie-notification{--bg-color: inherit;--text-color: inherit;--main-color: inherit;--main-font: inherit;--link-color: inherit;position:fixed;bottom:0;right:0;left:0;height:fit-content;z-index:1000;padding:30px 0;background:var(--bg-color);visibility:hidden;opacity:0;transition:all .3s}@media screen and (max-width: 1439px){.cookie-notification{padding:40px 0}@supports (padding: max(0px)){.cookie-notification{padding-bottom:calc(env(safe-area-inset-bottom) + 40px)}}}@media screen and (max-width: 1023px){.cookie-notification{padding:30px 0}@supports (padding: max(0px)){.cookie-notification{padding-bottom:calc(env(safe-area-inset-bottom) + 30px)}}}@media screen and (max-width: 767px){.cookie-notification{padding:20px 0}@supports (padding: max(0px)){.cookie-notification{padding-bottom:calc(env(safe-area-inset-bottom) + 20px)}}}.cookie-notification.show{visibility:visible;opacity:1;transition:all .3s}.cookie-notification .container{display:flex;align-items:center;gap:35px}@media screen and (max-width: 1919px){.cookie-notification .container{gap:31px}}@media screen and (max-width: 1439px){.cookie-notification .container{flex-direction:column;gap:20px;align-items:flex-start}}@media screen and (max-width: 767px){.cookie-notification .container{align-items:center}}.cookie-notification .text{color:var(--text-color);font-family:var(--main-font);font-size:14px;font-style:normal;font-weight:400;line-height:20px;flex:1}@media screen and (max-width: 767px){.cookie-notification .text{text-align:center}}.cookie-notification .text a{position:relative;color:var(--link-color);cursor:pointer;text-decoration:unset;transition:all .3s ease}.cookie-notification .text a:hover{opacity:.7}.cookie-notification .default-cookie-btn{padding:8px 20px;border-radius:30px;background:transparent;color:var(--main-color);font-family:var(--main-font);font-size:16px;font-style:normal;font-weight:400;line-height:normal;transition:background .3s ease;border:2px solid var(--main-color);cursor:pointer}.cookie-notification .default-cookie-btn:hover{background:var(--main-color);color:var(--bg-color)}.page-error .container{padding-left:590px;padding-top:283px;padding-bottom:385px;position:relative}@media screen and (max-width: 1919px){.page-error .container{padding-bottom:316px;padding-left:52%;padding-top:279px}}@media screen and (max-width: 1439px){.page-error .container{padding-left:unset;display:flex;flex-direction:column;justify-content:center;text-align:center;padding-top:189px;padding-bottom:190px}}@media screen and (max-width: 1023px){.page-error .container{padding-bottom:152px;padding-top:156px}}@media screen and (max-width: 767px){.page-error .container{padding-top:60px;padding-bottom:60px}}@media screen and (max-width: 479px){.page-error .container{padding-top:64px;padding-bottom:64px}}.page-error .num{position:absolute;left:50%;transform:translate(-50%);top:146px;width:1500px;aspect-ratio:2.824859/1}@media screen and (max-width: 1919px){.page-error .num{top:50%;transform:translate(-50%,-50%);width:100%}}@media screen and (max-width: 1023px){.page-error .num{position:static;transform:unset;margin-bottom:80px}}@media screen and (max-width: 767px){.page-error .num{margin-bottom:40px}}.page-error .text{position:relative;z-index:1;max-width:550px;display:flex;flex-direction:column}@media screen and (max-width: 1439px){.page-error .text{margin:0 auto;max-width:462px;align-items:center}}.page-error .text h2{margin-bottom:20px;font-size:40px;width:546px}@media screen and (max-width: 1439px){.page-error .text h2{font-size:32px}}@media screen and (max-width: 767px){.page-error .text h2{font-size:24px;width:unset}}.page-error .text p{line-height:normal;margin-bottom:40px;font-size:18px}@media screen and (max-width: 767px){.page-error .text p{font-size:16px}}@media screen and (max-width: 1439px){.page-error .text #btn-error-request{margin:0 auto}}.page-default .default-half{width:65.8%}@media screen and (max-width: 1919px){.page-default .default-half{width:74.2%}}@media screen and (max-width: 1439px){.page-default .default-half{width:100%}}.page-default .important{background-color:#f7941d;color:#fff;font-weight:700;border-radius:20px;padding:40px}@media screen and (max-width: 1439px){.page-default .important{padding:32px}}@media screen and (max-width: 767px){.page-default .important{padding:20px}}@media screen and (max-width: 767px){.page-default .important{text-align:center}}.main-banner{position:relative}.main-banner .gif-wrapper{width:100%;height:901px;-webkit-mask-image:url(/build/assets/main-banner-mask-zJGMdcXF.webp);mask-image:url(/build/assets/main-banner-mask-zJGMdcXF.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}@media screen and (max-width: 1919px){.main-banner .gif-wrapper{height:677px}}@media screen and (max-width: 1439px){.main-banner .gif-wrapper{height:597px;-webkit-mask-image:url(/build/assets/main-banner-mask-med-BoW1A1XU.webp);mask-image:url(/build/assets/main-banner-mask-med-BoW1A1XU.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}}@media screen and (max-width: 1023px){.main-banner .gif-wrapper{-webkit-mask-image:url(/build/assets/main-banner-mask-tab-BnyPGeLF.webp);mask-image:url(/build/assets/main-banner-mask-tab-BnyPGeLF.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}}@media screen and (max-width: 767px){.main-banner .gif-wrapper{-webkit-mask-image:url(/build/assets/main-banner-mask-mob-DpoY28ro.webp);mask-image:url(/build/assets/main-banner-mask-mob-DpoY28ro.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;height:763px}}@media screen and (max-width: 479px){.main-banner .gif-wrapper{-webkit-mask-image:url(/build/assets/main-banner-mask-mob-mini-CC2Gj5lR.webp);mask-image:url(/build/assets/main-banner-mask-mob-mini-CC2Gj5lR.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;height:508px}}.main-banner .text{max-width:29%;position:absolute;bottom:20px;left:110px}@media screen and (max-width: 1919px){.main-banner .text{left:100px;bottom:0;max-width:25%}}@media screen and (max-width: 1439px){.main-banner .text{left:40px;max-width:34%;bottom:-11px}}@media screen and (max-width: 1023px){.main-banner .text{left:30px;max-width:45%}}@media screen and (max-width: 767px){.main-banner .text{left:20px;max-width:65%;bottom:56px}}@media screen and (max-width: 479px){.main-banner .text{bottom:-15px;max-width:80%}}.main-banner .text .subtext{margin-top:3px;font-size:20px;font-weight:500}@media screen and (max-width: 1919px){.main-banner .text .subtext{margin-top:20px}}@media screen and (max-width: 479px){.main-banner .text .subtext{margin-top:12px}}.main-about .container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}@media screen and (max-width: 1439px){.main-about .container{grid-template-columns:repeat(2,1fr);gap:20px}}.main-about .block-gray{background-color:#4a4a4a;color:#fff;padding:40px;position:relative;border-radius:20px;-webkit-mask-image:url(/build/assets/more-4000-mask-CXT0o9pV.svg);mask-image:url(/build/assets/more-4000-mask-CXT0o9pV.svg);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}@media screen and (max-width: 1919px){.main-about .block-gray{height:455px;-webkit-mask-image:url(/build/assets/more-4000-mask-desk-CJBn7Yfo.svg);mask-image:url(/build/assets/more-4000-mask-desk-CJBn7Yfo.svg);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}}@media screen and (max-width: 1439px){.main-about .block-gray{height:auto;grid-area:auto/span 2;padding:32px 32px 52px;-webkit-mask-image:url(/build/assets/more-4000-mask-med-DE1bSNtQ.webp);mask-image:url(/build/assets/more-4000-mask-med-DE1bSNtQ.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}}@media screen and (max-width: 1023px){.main-about .block-gray{-webkit-mask-image:url(/build/assets/more-4000-mask-tab-Bl1F13eJ.svg);mask-image:url(/build/assets/more-4000-mask-tab-Bl1F13eJ.svg);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}}@media screen and (max-width: 767px){.main-about .block-gray{padding:20px 20px 48px;-webkit-mask-image:unset;mask-image:unset;background-color:unset;background-image:url(/build/assets/more-4000-mask-mob-uhuX3XmD.png);background-repeat:no-repeat;background-size:100% 100%;background-size:cover}}@media screen and (max-width: 479px){.main-about .block-gray{padding:20px 20px 70px;-webkit-mask-image:url(/build/assets/more-4000-mask-mob-min-2zBcAwpZ.png);mask-image:url(/build/assets/more-4000-mask-mob-min-2zBcAwpZ.png);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/more-4000-mask-mob-min-2zBcAwpZ.png);background-repeat:no-repeat;background-size:100% 100%}}.main-about .block-gray:before{position:absolute;content:"";background-image:url(/build/assets/radial-gradient-brown-Bos5AA1H.png);background-size:cover;background-repeat:no-repeat;bottom:0;left:0;width:100%;height:100%;z-index:1}@media screen and (max-width: 1439px){.main-about .block-gray:before{background-size:50% 100%}}@media screen and (max-width: 767px){.main-about .block-gray:before{content:none}}@media screen and (max-width: 479px){.main-about .block-gray:before{content:""}}.main-about .block-gray:after{position:absolute;content:"";background-image:url(/build/assets/radial-gradient-blue-dots-B0n1Pawf.png);background-size:cover;background-repeat:no-repeat;top:0;right:0;width:100%;height:100%;z-index:1}@media screen and (max-width: 1439px){.main-about .block-gray:after{background-size:100% 100%;background-image:url(/build/assets/radial-gradient-blue-dots-med-ClgHlyZV.png)}}@media screen and (max-width: 1023px){.main-about .block-gray:after{background-size:cover}}@media screen and (max-width: 767px){.main-about .block-gray:after{content:none}}.main-about .block-gray .text{margin-bottom:78px;display:flex;flex-direction:column;gap:20px;position:relative;z-index:2}@media screen and (max-width: 1439px){.main-about .block-gray .text{margin-bottom:unset;gap:12px}}@media screen and (max-width: 479px){.main-about .block-gray .text .row{max-width:90%}}.main-about .block-gray .text .title{font-size:40px}@media screen and (max-width: 1439px){.main-about .block-gray .text .title{font-size:28px}}.main-about .block-gray .text .title,.main-about .block-gray .text span{line-height:100%}@media screen and (max-width: 1439px){.main-about .block-gray .text span{font-size:20px}}@media screen and (max-width: 767px){.main-about .block-gray .text span{font-size:18px}}@media screen and (max-width: 479px){.main-about .block-gray .text span{display:block;max-width:230px}}.main-about .block-gray .tabs{display:flex;flex-direction:column;gap:10px;margin-bottom:4px;mix-blend-mode:soft-light}@media screen and (max-width: 1439px){.main-about .block-gray .tabs{display:none}}@media screen and (max-width: 479px){.main-about .block-gray .tabs{display:flex;position:absolute;bottom:10px}}.main-about .block-gray .tabs .row{display:flex;gap:10px;flex-wrap:nowrap;position:relative;transform:translate(-40px)}@media screen and (max-width: 479px){.main-about .block-gray .tabs .row:last-of-type{display:none}}.main-about .block-gray .tabs .tab{padding:10px;border-radius:6px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(90deg,#fff0,#fff3);white-space:nowrap;font-size:10px;line-height:normal}.main-about .card-default p{line-height:122%}@media screen and (max-width: 1919px){.main-about .card-default p{line-height:133%}}@media screen and (max-width: 1439px){.main-about .card-default p{font-size:18px}}@media screen and (max-width: 1023px){.main-about .card-default p{line-height:122%}}@media screen and (max-width: 767px){.main-about .card-default p{font-size:16px;line-height:118.75%}}.main-about .card-default .quality-list{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 767px){.main-about .card-default .quality-list{gap:12px}}.main-about .card-default .quality-list li{display:flex;gap:12px}@media screen and (max-width: 1439px){.main-about .card-default .quality-list li{gap:8px}}.main-about .card-default .quality-list li .icon{width:24px;height:30px}@media screen and (max-width: 1439px){.main-about .card-default .quality-list li .icon{width:20px;height:25px}}.main-about .card-default .quality-list li .text-title{display:block;line-height:normal;margin-bottom:4px}@media screen and (max-width: 1439px){.main-about .card-default .quality-list li .text-title{max-width:300px}}@media screen and (max-width: 767px){.main-about .card-default .quality-list li .text-title{max-width:unset}}.main-about .card-default .quality-list li p{max-width:312px}@media screen and (max-width: 1439px){.main-about .card-default .quality-list li p{max-width:370px;line-height:normal}}.main-about .card-default.masked{border:unset;-webkit-mask-image:url(/build/assets/mission-mask-SwYtthOC.webp);mask-image:url(/build/assets/mission-mask-SwYtthOC.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-image:url(/build/assets/mission-mask-CaGtWi9J.svg);background-repeat:no-repeat;background-size:100% 100%;background-position:center;overflow:hidden;position:relative}@media screen and (max-width: 1919px){.main-about .card-default.masked{-webkit-mask-image:url(/build/assets/mission-mask-desc-KcgCtj7s.svg);mask-image:url(/build/assets/mission-mask-desc-KcgCtj7s.svg);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/mission-mask-desc-KcgCtj7s.svg);background-repeat:no-repeat;background-size:100% 100%}}@media screen and (max-width: 1439px){.main-about .card-default.masked{-webkit-mask-image:url(/build/assets/mission-mask-med-DKeYi9Im.webp);mask-image:url(/build/assets/mission-mask-med-DKeYi9Im.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/mission-mask-med-DYjz2NTj.svg);background-repeat:no-repeat;background-size:100% 100%}}@media screen and (max-width: 1023px){.main-about .card-default.masked{-webkit-mask-image:url(/build/assets/mission-mask-tab-B0f8OppQ.svg);mask-image:url(/build/assets/mission-mask-tab-B0f8OppQ.svg);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/mission-mask-tab-B0f8OppQ.svg);background-repeat:no-repeat;background-size:100% 100%}}@media screen and (max-width: 767px){.main-about .card-default.masked{-webkit-mask-image:url(/build/assets/mission-mask-mob-DZYk2A8U.webp);mask-image:url(/build/assets/mission-mask-mob-DZYk2A8U.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/mission-mask-mob-GOdBR2jG.svg);background-repeat:no-repeat;background-size:100% 100%;min-height:238px}}@media screen and (max-width: 479px){.main-about .card-default.masked{-webkit-mask-image:url(/build/assets/mission-mask-mob-mini-BOJJB03q.webp);mask-image:url(/build/assets/mission-mask-mob-mini-BOJJB03q.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/mission-mask-mob-mini-CaV3BpIj.svg);background-repeat:no-repeat;background-size:100% 100%;padding-bottom:unset;min-height:404px}}.main-about .card-default.masked:after{content:"";position:absolute;background-image:url(/build/assets/aim-deco-BGRi7gGN.png);background-size:100% 100%;background-repeat:no-repeat;z-index:0;right:-3px;bottom:0;width:165px;height:205px}@media screen and (max-width: 1919px){.main-about .card-default.masked:after{width:142px;height:178px;bottom:9px}}@media screen and (max-width: 1439px){.main-about .card-default.masked:after{width:107px;height:131px;bottom:-2px}}@media screen and (max-width: 1023px){.main-about .card-default.masked:after{width:106px;height:133px;bottom:-5px}}@media screen and (max-width: 479px){.main-about .card-default.masked:after{width:212px;height:212px;left:50%;right:unset;bottom:-86px;transform:translate(-50%);background-image:url(/build/assets/aim-deco-mob-NoPhT8_Q.png)}}.main-about .card-default.masked p{max-width:288px;line-height:normal;position:relative;z-index:1}@media screen and (max-width: 1919px){.main-about .card-default.masked p{max-width:228px}}@media screen and (max-width: 1439px){.main-about .card-default.masked p{max-width:318px;margin-top:-10px}}@media screen and (max-width: 767px){.main-about .card-default.masked p{margin-top:unset;max-width:342px}}@media screen and (max-width: 479px){.main-about .card-default.masked p{margin-bottom:174px;max-width:unset}}@media screen and (max-width: 767px){.main-about .card-default{grid-area:auto/span 2}}.main-about .cards-group{grid-area:auto/span 2;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}@media screen and (max-width: 1439px){.main-about .cards-group{order:1;gap:20px}}@media screen and (max-width: 767px){.main-about .cards-group{grid-template-columns:repeat(2,1fr)}}.main-about .cards-group .card-default{overflow:hidden;align-items:center;text-align:center;gap:13px;padding:46px 10px 54px;position:relative;height:auto}@media screen and (max-width: 1919px){.main-about .cards-group .card-default{gap:4px;padding:32px 10px}}@media screen and (max-width: 1439px){.main-about .cards-group .card-default{padding:46px 10px 49px}}@media screen and (max-width: 1023px){.main-about .cards-group .card-default{gap:8px}}@media screen and (max-width: 767px){.main-about .cards-group .card-default{padding:20px 10px;grid-area:unset}}.main-about .cards-group .card-default .num{display:flex;align-items:flex-end;gap:8px}@media screen and (max-width: 479px){.main-about .cards-group .card-default .num{gap:0}}.main-about .cards-group .card-default .num span{height:fit-content;font-size:60px;line-height:100%}@media screen and (max-width: 1919px){.main-about .cards-group .card-default .num span{font-size:52px}}@media screen and (max-width: 1439px){.main-about .cards-group .card-default .num span{font-size:60px}}@media screen and (max-width: 1023px){.main-about .cards-group .card-default .num span{font-size:36px}}@media screen and (max-width: 479px){.main-about .cards-group .card-default .num span{font-size:32px}}.main-about .cards-group .card-default .num .percent{display:inline-block;padding-left:6px;padding-bottom:6px;font-size:20px;color:#fcb635}@media screen and (max-width: 1919px){.main-about .cards-group .card-default .num .percent{color:#f7941d}}@media screen and (max-width: 1439px){.main-about .cards-group .card-default .num .percent{font-size:28px}}@media screen and (max-width: 1023px){.main-about .cards-group .card-default .num .percent{font-size:20px}}.main-about .cards-group .card-default p{line-height:100%}.main-about .cards-group .card-default:after{position:absolute;content:"";background-repeat:no-repeat;background-size:100% 100%}@media screen and (max-width: 767px){.main-about .cards-group .card-default:after,.main-about .cards-group .card-default:before{content:none!important}}.main-about .cards-group .card-default:nth-of-type(1):after{background-image:url(/build/assets/line-circle-1-3oMF0-J5.svg);right:0;bottom:0;width:87%;height:95%}@media screen and (max-width: 1919px){.main-about .cards-group .card-default:nth-of-type(1):after{top:-2px;bottom:unset;height:100%}}@media screen and (max-width: 1439px){.main-about .cards-group .card-default:nth-of-type(1):after{height:95%}}.main-about .cards-group .card-default:nth-of-type(2):after{background-image:url(/build/assets/line-circle-1-3oMF0-J5.svg);left:0;top:0;width:87%;height:95%;transform:rotate(180deg)}@media screen and (max-width: 1919px){.main-about .cards-group .card-default:nth-of-type(2):after{bottom:0;top:2px;height:100%}}@media screen and (max-width: 1439px){.main-about .cards-group .card-default:nth-of-type(2):after{height:95%}}.main-about .cards-group .card-default:nth-of-type(2):before{position:absolute;content:"";background-repeat:no-repeat;background-size:100% 100%;background-image:url(/build/assets/line-circle-2-DdGuxeh3.svg);right:0;bottom:0;width:87%;height:20%}.main-about .cards-group .card-default:nth-of-type(3):after{background-image:url(/build/assets/line-3-DPN6AZ01.svg);left:0;bottom:0;width:60%;height:20%}.main-about .cards-group .card-default:nth-of-type(3):before{position:absolute;content:"";background-repeat:no-repeat;background-size:100% 100%;background-image:url(/build/assets/line-circle-2-DdGuxeh3.svg);right:-139px;top:0;width:87%;height:36%}@media screen and (max-width: 1919px){.main-about .cards-group .card-default:nth-of-type(3):before{width:80%;right:-89px}}@media screen and (max-width: 1023px){.main-about .cards-group .card-default:nth-of-type(3):before{height:40%;right:-117px;width:94%;top:-6px}}.main-about .cards-group .card-default:nth-of-type(4):after{background-image:url(/build/assets/line-3-DPN6AZ01.svg);left:-44px;top:0;width:61%;height:14%;transform:scaleY(-1)}.main-about .cards-group .card-default:nth-of-type(4):before{position:absolute;content:"";background-repeat:no-repeat;background-size:100% 100%;background-image:url(/build/assets/line-circle-2-DdGuxeh3.svg);right:-139px;bottom:0;width:87%;height:30%}@media screen and (max-width: 1919px){.main-about .cards-group .card-default:nth-of-type(4):before{width:80%;right:-89px;bottom:-10px}}@media screen and (max-width: 1023px){.main-about .cards-group .card-default:nth-of-type(4):before{height:40%;right:-117px;width:94%;bottom:-6px}}.main-about .block-more{min-height:160px;transform:translateY(-40px);position:relative;-webkit-mask-image:url(/build/assets/more-about-mask-BYW2BX5-.webp);mask-image:url(/build/assets/more-about-mask-BYW2BX5-.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-image:url(/build/assets/more-about-mask-BYW2BX5-.webp);background-repeat:no-repeat;background-size:100% 100%;overflow:hidden;height:calc(100% + 40px)}@media screen and (max-width: 1439px){.main-about .block-more{-webkit-mask-image:url(/build/assets/more-about-mask-desc-B5hKC7fw.webp);mask-image:url(/build/assets/more-about-mask-desc-B5hKC7fw.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/more-about-mask-desc-B5hKC7fw.webp);background-repeat:no-repeat;background-size:100% 100%}}@media screen and (max-width: 1439px){.main-about .block-more{grid-area:auto/span 2;min-height:unset;height:156px;transform:unset;-webkit-mask-image:url(/build/assets/more-about-mask-med-DpDbWMsi.webp);mask-image:url(/build/assets/more-about-mask-med-DpDbWMsi.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/more-about-mask-med-DpDbWMsi.webp);background-repeat:no-repeat;background-size:100% 100%;margin-top:-20px;border-radius:20px}}@media screen and (max-width: 1023px){.main-about .block-more{-webkit-mask-image:url(/build/assets/more-about-mask-tab-nyyBozLb.webp);mask-image:url(/build/assets/more-about-mask-tab-nyyBozLb.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/more-about-mask-tab-nyyBozLb.webp);background-repeat:no-repeat;background-size:100% 100%}}@media screen and (max-width: 767px){.main-about .block-more{margin-top:-30px;height:163px;-webkit-mask-image:url(/build/assets/more-about-mask-mob-DENgONDt.webp);mask-image:url(/build/assets/more-about-mask-mob-DENgONDt.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/more-about-mask-mob-DENgONDt.webp);background-repeat:no-repeat;background-size:100% 100%}}@media screen and (max-width: 479px){.main-about .block-more{-webkit-mask-image:url(/build/assets/more-about-mask-mob-min-CujXlOvl.webp);mask-image:url(/build/assets/more-about-mask-mob-min-CujXlOvl.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/more-about-mask-mob-min-CujXlOvl.webp);background-repeat:no-repeat;background-size:100% 100%}}@media screen and (max-width: 1439px){.main-about .block-more:after{position:absolute;content:"";background-image:url(/build/assets/card-deco-D8HOL7ig.svg);background-size:cover;background-repeat:no-repeat;width:640px;height:632px;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.8}}@media screen and (max-width: 767px){.main-about .block-more:after{width:439px;height:434px}}@media screen and (max-width: 479px){.main-about .block-more:after{width:280px;height:278px}}.main-about .block-more .btn{position:absolute;bottom:38px;right:41px;z-index:1}@media screen and (max-width: 1919px){.main-about .block-more .btn{bottom:40px;right:40px}}@media screen and (max-width: 1439px){.main-about .block-more .btn{bottom:32px;right:32px}}@media screen and (max-width: 767px){.main-about .block-more .btn{bottom:20px;right:unset;left:50%;transform:translate(-50%)}}@media screen and (max-width: 479px){.main-about .block-more .btn{width:calc(100% - 50px)}}.main-advantages .content{display:grid;grid-template-columns:auto 23.15%;gap:40px}@media screen and (max-width: 1439px){.main-advantages .content{grid-template-columns:1fr;gap:20px}}.main-advantages .h2{max-width:400px;margin-bottom:15px}@media screen and (max-width: 1919px){.main-advantages .h2{margin-bottom:40px}}@media screen and (max-width: 1439px){.main-advantages .h2{margin-bottom:20px;max-width:unset}}.main-advantages .advantages-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}@media screen and (max-width: 1439px){.main-advantages .advantages-cards{gap:20px}}@media screen and (max-width: 767px){.main-advantages .advantages-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 479px){.main-advantages .advantages-cards{grid-template-columns:1fr}}.main-advantages .advantages-cards .card-default{position:relative;height:229px;cursor:pointer;transition:background-color .3s;overflow:hidden}@media screen and (max-width: 1919px){.main-advantages .advantages-cards .card-default{height:236px}}@media screen and (max-width: 1439px){.main-advantages .advantages-cards .card-default{height:194px;padding:20px}}@media screen and (max-width: 1023px){.main-advantages .advantages-cards .card-default{height:260px}}@media screen and (max-width: 767px){.main-advantages .advantages-cards .card-default{height:220px}}@media screen and (max-width: 479px){.main-advantages .advantages-cards .card-default{height:180px}}.main-advantages .advantages-cards .card-default .title{line-height:normal;transition:opacity .3s}@media screen and (max-width: 479px){.main-advantages .advantages-cards .card-default .title{max-width:60%}}.main-advantages .advantages-cards .card-default .icon{width:90px;height:130px;bottom:-23px;position:absolute;right:36px;transition:bottom .3s ease-in}@media screen and (max-width: 1919px){.main-advantages .advantages-cards .card-default .icon{right:20px;width:90px;height:130px}}@media screen and (max-width: 1439px){.main-advantages .advantages-cards .card-default .icon{right:24px;width:83px;height:105px}}@media screen and (max-width: 1023px){.main-advantages .advantages-cards .card-default .icon{right:20px;width:76px;height:110px}}@media screen and (max-width: 767px){.main-advantages .advantages-cards .card-default .icon{width:74px}}@media screen and (max-width: 479px){.main-advantages .advantages-cards .card-default .icon{width:68px;bottom:-16px}}.main-advantages .advantages-cards .card-default .text{opacity:0;pointer-events:none;position:absolute;left:40px;right:40px;top:40px;transition:opacity .3s}@media screen and (max-width: 1919px){.main-advantages .advantages-cards .card-default .text{font-size:16px}}@media screen and (max-width: 1439px){.main-advantages .advantages-cards .card-default .text{left:20px;right:20px;top:20px;font-size:18px}}@media screen and (max-width: 1023px){.main-advantages .advantages-cards .card-default .text{font-size:14px}}@media (hover: hover) and (pointer: fine){.main-advantages .advantages-cards .card-default:hover{background-color:#fff9ed}.main-advantages .advantages-cards .card-default:hover .title{opacity:0}.main-advantages .advantages-cards .card-default:hover .text{opacity:1}.main-advantages .advantages-cards .card-default:hover .icon{bottom:-100%}}.main-advantages .video-wrapper{width:100%;position:relative;border-radius:20px;overflow:hidden}@media screen and (max-width: 1439px){.main-advantages .video-wrapper{height:200px}}@media screen and (max-width: 479px){.main-advantages .video-wrapper{height:160px}}.main-advantages.no-video .h2{max-width:unset}@media screen and (max-width: 767px){.main-advantages.no-video .h2{max-width:70%;margin-left:auto;margin-right:auto}}@media screen and (max-width: 479px){.main-advantages.no-video .h2{max-width:unset}}.main-advantages.no-video .content{grid-template-columns:1fr}.main-advantages.no-video .card-default{height:196px}@media screen and (max-width: 1919px){.main-advantages.no-video .card-default{height:236px}}@media screen and (max-width: 1439px){.main-advantages.no-video .card-default{height:194px}}@media screen and (max-width: 1023px){.main-advantages.no-video .card-default{height:260px}}@media screen and (max-width: 767px){.main-advantages.no-video .card-default{height:220px}}@media screen and (max-width: 479px){.main-advantages.no-video .card-default{height:180px}}.main-advantages.no-video .card-default .title{max-width:60%}@media screen and (max-width: 1439px){.main-advantages.no-video .card-default .title{max-width:70%}}@media screen and (max-width: 1023px){.main-advantages.no-video .card-default .title{max-width:90%}}.main-advantages.no-video .card-default .icon{width:121px;height:177.216px}@media screen and (max-width: 1919px){.main-advantages.no-video .card-default .icon{width:90px;height:130px}}@media screen and (max-width: 1439px){.main-advantages.no-video .card-default .icon{width:83px;height:105px}}.main-quality .container{-webkit-mask-image:url(/build/assets/quality-mask-BL3t8fqi.webp);mask-image:url(/build/assets/quality-mask-BL3t8fqi.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-color:#fafafa;padding:40px}@media screen and (max-width: 1919px){.main-quality .container{-webkit-mask-image:url(/build/assets/quality-mask-desc-WoBxhvKy.webp);mask-image:url(/build/assets/quality-mask-desc-WoBxhvKy.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}}@media screen and (max-width: 1439px){.main-quality .container{-webkit-mask-image:url(/build/assets/quality-mask-med-acSWDiCC.webp);mask-image:url(/build/assets/quality-mask-med-acSWDiCC.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;padding:32px}}@media screen and (max-width: 1023px){.main-quality .container{-webkit-mask-image:url(/build/assets/quality-mask-tab-tpCu5OxQ.webp);mask-image:url(/build/assets/quality-mask-tab-tpCu5OxQ.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}}@media screen and (max-width: 767px){.main-quality .container{-webkit-mask-image:url(/build/assets/quality-mask-mob-DBs7p5NX.webp);mask-image:url(/build/assets/quality-mask-mob-DBs7p5NX.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;padding:20px}}.main-quality .h2{max-width:480px;margin-bottom:20px}@media screen and (max-width: 1439px){.main-quality .h2{max-width:400px;margin-bottom:12px}}@media screen and (max-width: 767px){.main-quality .h2{text-align:center;margin:0 auto 12px}}@media screen and (max-width: 479px){.main-quality .h2{margin-bottom:20px}}.main-quality .content{display:grid;grid-template-columns:repeat(2,1fr);justify-content:space-between}@media screen and (max-width: 1439px){.main-quality .content{grid-template-columns:401px auto}}@media screen and (max-width: 767px){.main-quality .content{grid-template-columns:1fr;grid-template-rows:auto 495px;gap:0;justify-items:center}}@media screen and (max-width: 479px){.main-quality .content{grid-template-rows:auto 173px}}.main-quality .text{line-height:normal}.main-quality .text .h3{margin-bottom:20px;max-width:480px}@media screen and (max-width: 1919px){.main-quality .text .h3{max-width:471px}}@media screen and (max-width: 1439px){.main-quality .text .h3{max-width:400px;margin-bottom:12px}}@media screen and (max-width: 767px){.main-quality .text .h3{text-align:center;max-width:unset}}@media screen and (max-width: 479px){.main-quality .text .h3{margin-bottom:12px}}.main-quality .text p{margin-bottom:40px;max-width:432px}@media screen and (max-width: 1919px){.main-quality .text p{max-width:561px}}@media screen and (max-width: 1439px){.main-quality .text p{margin-bottom:20px}}@media screen and (max-width: 767px){.main-quality .text p{text-align:center;margin-bottom:70px;max-width:unset}}@media screen and (max-width: 479px){.main-quality .text p{margin-bottom:20px}}@media screen and (max-width: 767px){.main-quality .text .btn{margin:0 auto}}.main-quality .images{position:relative}.main-quality .images .pcb-1,.main-quality .images .pcb-2,.main-quality .images .pcb-3{position:absolute;right:102px;width:410.696px;height:264.029px;will-change:transform;transition:transform .1s}@media screen and (max-width: 1919px){.main-quality .images .pcb-1,.main-quality .images .pcb-2,.main-quality .images .pcb-3{right:67px}}@media screen and (max-width: 1439px){.main-quality .images .pcb-1,.main-quality .images .pcb-2,.main-quality .images .pcb-3{width:272.798px;height:176.253px;right:50px}}@media screen and (max-width: 1023px){.main-quality .images .pcb-1,.main-quality .images .pcb-2,.main-quality .images .pcb-3{right:-61px}}@media screen and (max-width: 767px){.main-quality .images .pcb-1,.main-quality .images .pcb-2,.main-quality .images .pcb-3{right:50%;transform:translate(50%)}}@media screen and (max-width: 479px){.main-quality .images .pcb-1,.main-quality .images .pcb-2,.main-quality .images .pcb-3{width:110px;height:72px}}.main-quality .images .pcb-1{top:calc(-100% + 248px);z-index:3}@media screen and (max-width: 1919px){.main-quality .images .pcb-1{top:calc(-100% + 222px)}}@media screen and (max-width: 1439px){.main-quality .images .pcb-1{top:17px}}@media screen and (max-width: 767px){.main-quality .images .pcb-1{top:131px}}@media screen and (max-width: 479px){.main-quality .images .pcb-1{top:54px}}.main-quality .images .pcb-2{z-index:2;top:-40px}@media screen and (max-width: 1919px){.main-quality .images .pcb-2{top:-44px}}@media screen and (max-width: 1439px){.main-quality .images .pcb-2{top:27px}}@media screen and (max-width: 767px){.main-quality .images .pcb-2{top:141px}}@media screen and (max-width: 479px){.main-quality .images .pcb-2{top:58px}}.main-quality .images .pcb-3{z-index:1;bottom:45px}@media screen and (max-width: 1919px){.main-quality .images .pcb-3{bottom:26px}}@media screen and (max-width: 1439px){.main-quality .images .pcb-3{bottom:34px}}@media screen and (max-width: 767px){.main-quality .images .pcb-3{top:163px}}@media screen and (max-width: 479px){.main-quality .images .pcb-3{top:67px}}.main-performance .h2{text-align:center;margin-bottom:40px}@media screen and (max-width: 1439px){.main-performance .h2{margin-bottom:20px}}@media screen and (max-width: 767px){.main-performance .h2{max-width:440px;text-wrap:balance;margin:0 auto 40px}}.main-performance .perf-list{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}@media screen and (max-width: 1439px){.main-performance .perf-list{gap:20px}}@media screen and (max-width: 767px){.main-performance .perf-list{grid-template-columns:1fr;gap:40px;width:fit-content;margin:0 auto;justify-items:center}}.main-performance .perf-list .perf-item{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}@media screen and (max-width: 1439px){.main-performance .perf-list .perf-item{gap:8px}}@media screen and (max-width: 767px){.main-performance .perf-list .perf-item{gap:4px}}.main-performance .perf-list .perf-item .num{width:100%;text-align:center;line-height:106.667%;font-size:60px;padding-bottom:20px;border-bottom:2px solid #E6E6E6}@media screen and (max-width: 1439px){.main-performance .perf-list .perf-item .num{font-size:46px;padding-bottom:8px}}@media screen and (max-width: 1023px){.main-performance .perf-list .perf-item .num{font-size:36px}}@media screen and (max-width: 767px){.main-performance .perf-list .perf-item .num{padding-bottom:4px}}@media screen and (max-width: 479px){.main-performance .perf-list .perf-item .num{font-size:32px}}.main-performance .perf-list .perf-item p{text-align:center}@media screen and (max-width: 1439px){.main-performance .perf-list .perf-item p{font-size:18px}}@media screen and (max-width: 1023px){.main-performance .perf-list .perf-item p{font-size:16px}}@media screen and (max-width: 767px){.main-performance .perf-list .perf-item p{max-width:223px}}.main-trust{background-image:url(/build/assets/trust-bg-CU2M41y6.webp);background-repeat:no-repeat;background-size:cover;background-position:right;padding-top:206px;padding-bottom:136px;background-color:#f6f6f6;min-height:742px}@media screen and (max-width: 1919px){.main-trust{background-position:center}}@media screen and (max-width: 1439px){.main-trust{background-image:url(/build/assets/trust-bg-med-BL5FcLtW.webp);min-height:unset;padding-top:82px;padding-bottom:75px}}@media screen and (max-width: 767px){.main-trust{padding-top:80px;padding-bottom:80px;background-image:url(/build/assets/trust-bg-mob-Bbwx28of.webp)}}@media screen and (max-width: 479px){.main-trust{padding-top:60px;padding-bottom:60px}}.main-trust .container{display:flex;gap:256px}@media screen and (max-width: 1919px){.main-trust .container{justify-content:center}}@media screen and (max-width: 1439px){.main-trust .container{flex-direction:column;align-items:center;gap:32px}}@media screen and (max-width: 767px){.main-trust .container{gap:40px}}.main-trust .title-wrapper{-webkit-mask-image:url(/build/assets/trust-mask-nNSMH-1m.webp);mask-image:url(/build/assets/trust-mask-nNSMH-1m.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-color:#fff;padding:44px 139px 44px 40px;width:fit-content;height:fit-content;position:relative;z-index:1}@media screen and (max-width: 1919px){.main-trust .title-wrapper{padding:40px 55px}}@media screen and (max-width: 1439px){.main-trust .title-wrapper{padding:unset;mask-image:unset;-webkit-mask-image:unset;background-color:unset;max-width:466px}}.main-trust .title-wrapper .h2{max-width:423px;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:unset}@media screen and (max-width: 1439px){.main-trust .title-wrapper .h2{display:inline-block;max-width:unset;text-align:center}}@media screen and (max-width: 767px){.main-trust .title-wrapper .h2{max-width:400px}}.main-trust .title-wrapper .h2 .accent{display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width: 1439px){.main-trust .title-wrapper .h2 .accent{display:inline}}.main-trust .trust-list{display:flex;flex-direction:column;gap:30px;margin-top:-16px}@media screen and (max-width: 1439px){.main-trust .trust-list{margin-top:unset;gap:32px}}.main-trust .trust-list li{display:flex;gap:20px;position:relative}@media screen and (max-width: 1439px){.main-trust .trust-list li{flex-direction:column;align-items:center}}.main-trust .trust-list li .icon{width:60px;height:60px;background-color:#f6f6f6}.main-trust .trust-list li .text{max-width:394px}@media screen and (max-width: 1439px){.main-trust .trust-list li .text{max-width:465px;text-align:center}}@media screen and (max-width: 767px){.main-trust .trust-list li .text{max-width:400px}}.main-trust .trust-list li .title{display:flex;flex-direction:column;align-items:flex-start;font-size:24px;line-height:100%;margin-bottom:10px}@media screen and (max-width: 1439px){.main-trust .trust-list li .title{display:inline-block;font-size:20px}}@media screen and (max-width: 767px){.main-trust .trust-list li .title{font-size:18px}}.main-trust .trust-list li p{font-size:16px}@media screen and (max-width: 767px){.main-trust .trust-list li p{font-size:14px}}.main-trust .trust-list li:before{position:absolute;content:"";background-repeat:no-repeat}@media screen and (max-width: 1439px){.main-trust .trust-list li:before{content:none}}.main-trust .trust-list li:nth-of-type(1):before{background-image:url(/build/assets/trust-line-1-DMsFVvdw.svg);top:30px;right:100%;width:384.5px;height:78px;transform:scaleY(-1)}.main-trust .trust-list li:nth-of-type(2):before{background-image:url(/build/assets/trust-line-2-BxzjiuhS.svg);top:27px;right:100%;width:340px;height:78px}.main-trust .trust-list li:nth-of-type(3):before{background-image:url(/build/assets/trust-line-1-DMsFVvdw.svg);top:-45px;right:100%;width:384.5px;height:78px}.main-meet .container{background-color:#4a4a4a;border-radius:20px;padding:34px 40px 40px;display:flex;position:relative;justify-content:space-between;overflow:hidden;background-image:url(/build/assets/meet-bg-DQJ1LYFi.webp);background-size:100% 100%;background-repeat:no-repeat}@media screen and (max-width: 1919px){.main-meet .container{padding:40px 20px 40px 40px}}@media screen and (max-width: 1439px){.main-meet .container{padding:32px;background-image:url(/build/assets/meet-bg-med-B4naejKM.webp);flex-direction:column;gap:33px}}@media screen and (max-width: 767px){.main-meet .container{background-image:url(/build/assets/meet-bg-mob-C2qL5I0U.webp);gap:20px;padding:20px 20px 298px}}@media screen and (max-width: 479px){.main-meet .container{padding:20px 20px 173px}}.main-meet .text{color:#fff}.main-meet .text .h2{margin-bottom:20px;width:602px;text-align:left}@media screen and (max-width: 1919px){.main-meet .text .h2{width:480px}}@media screen and (max-width: 1439px){.main-meet .text .h2{margin-bottom:8px}}@media screen and (max-width: 1023px){.main-meet .text .h2{margin-bottom:12px}}@media screen and (max-width: 767px){.main-meet .text .h2{text-align:center;width:100%}}.main-meet .text p{max-width:420px;line-height:133%}@media screen and (max-width: 1919px){.main-meet .text p{max-width:400px}}@media screen and (max-width: 1439px){.main-meet .text p{max-width:unset;line-height:122%}}@media screen and (max-width: 767px){.main-meet .text p{text-align:center}}.main-meet .img-wrapper{position:absolute;bottom:-246px;left:537px;width:408px;height:586px;transition:opacity .3s;opacity:0}@media screen and (max-width: 1919px){.main-meet .img-wrapper{left:444px;bottom:-246px;height:586px}}@media screen and (max-width: 1439px){.main-meet .img-wrapper{left:32px;width:324px;height:466px;bottom:-174px}}@media screen and (max-width: 767px){.main-meet .img-wrapper{bottom:-208px;left:50%;transform:translate(-50%)}}@media screen and (max-width: 479px){.main-meet .img-wrapper{bottom:-141px;width:204px;height:294px}}.main-meet .img-wrapper.tablets{opacity:1}.main-meet .socials-wrapper{width:433px;position:relative}@media screen and (max-width: 1919px){.main-meet .socials-wrapper{width:auto;flex:1;margin-left:387px}}@media screen and (max-width: 1439px){.main-meet .socials-wrapper{width:56%;margin-left:auto}}@media screen and (max-width: 1023px){.main-meet .socials-wrapper{width:41%}}@media screen and (max-width: 767px){.main-meet .socials-wrapper{width:100%}}.main-meet .socials-wrapper .deco-line{position:absolute;left:-48px;top:22px;width:18px;height:256px}@media screen and (max-width: 1919px){.main-meet .socials-wrapper .deco-line{left:-36px}}@media screen and (max-width: 1439px){.main-meet .socials-wrapper .deco-line{height:226px;top:16px;width:16px}}@media screen and (max-width: 767px){.main-meet .socials-wrapper .deco-line{display:none}}.main-meet .socials-wrapper .deco-line circle{transition:fill .2s,stroke .2s}.main-meet .socials-wrapper .socials{display:flex;flex-direction:column;gap:20px;width:100%}.main-meet .socials-wrapper .socials li a{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:100px;padding:10px 40px;transition:background-color .2s}@media screen and (max-width: 1439px){.main-meet .socials-wrapper .socials li a{padding:9px 32px}}.main-meet .socials-wrapper .socials li a span{font-size:20px;font-weight:500;transition:color .2s}.main-meet .socials-wrapper .socials li a .icon{width:40px;height:40px;transition:transform .2s}@media screen and (max-width: 1439px){.main-meet .socials-wrapper .socials li a .icon{width:32px;height:32px}}@media (hover: hover) and (pointer: fine){.main-meet .socials-wrapper .socials li a:hover{background-color:#fff8ec}.main-meet .socials-wrapper .socials li a:hover span{color:#eb711d}.main-meet .socials-wrapper .socials li a:hover .icon{transform:translate(20px)}}.event .container{border-radius:20px;background-color:#4a4a4a;padding:40px;color:#fff;position:relative;overflow:hidden}@media screen and (max-width: 1439px){.event .container{padding:32px}}@media screen and (max-width: 479px){.event .container{padding:20px}}.event .container:before,.event .container:after{position:absolute;content:"";bottom:0;background-size:cover;background-repeat:no-repeat}.event .container:before{background-image:url(/build/assets/radial-gradient-orange-BDhrstsB.png);left:0;width:700px;height:593px}@media screen and (max-width: 1919px){.event .container:before{left:-160px}}@media screen and (max-width: 1439px){.event .container:before{content:none}}.event .container:after{background-image:url(/build/assets/radial-gradient-dots-KN1aVsq8.png);left:50%;transform:translate(-50%);width:462.048px;height:462.048px}@media screen and (max-width: 1919px){.event .container:after{bottom:-100px}}@media screen and (max-width: 1439px){.event .container:after{left:-100px;transform:unset}}@media screen and (max-width: 767px){.event .container:after{left:-200px}}@media screen and (max-width: 479px){.event .container:after{left:-300px}}.event .text{position:relative;z-index:2}@media screen and (max-width: 767px){.event .text{margin-bottom:245px;display:flex;flex-direction:column;align-items:center}}@media screen and (max-width: 479px){.event .text{margin-bottom:155px}}.event .text .top{display:flex;align-items:center;gap:40px;margin-bottom:40px}@media screen and (max-width: 1919px){.event .text .top{gap:32px;margin-bottom:20px}}@media screen and (max-width: 1439px){.event .text .top{gap:40px;font-size:18px}}@media screen and (max-width: 767px){.event .text .top{flex-direction:column;gap:20px;margin-bottom:32px}}@media screen and (max-width: 479px){.event .text .top{margin-bottom:20px}}.event .text .top .place,.event .text .top .time{display:flex;align-items:center;gap:10px}.event .text .top .place .icon,.event .text .top .time .icon{width:28px;height:28px}.event .text .top .place span,.event .text .top .time span{font-weight:500}@media screen and (max-width: 479px){.event .text .top .place span,.event .text .top .time span{font-size:16px}}.event .text .h2{margin-bottom:20px}@media screen and (max-width: 1919px){.event .text .h2{margin-bottom:16px}}@media screen and (max-width: 1439px){.event .text .h2{margin-bottom:12px;max-width:400px}}@media screen and (max-width: 767px){.event .text .h2{text-align:center}}.event .text .desc{line-height:normal;max-width:542px;margin-bottom:40px}@media screen and (max-width: 1919px){.event .text .desc{margin-bottom:20px}}@media screen and (max-width: 1439px){.event .text .desc{max-width:400px}}@media screen and (max-width: 1023px){.event .text .desc{max-width:380px}}@media screen and (max-width: 767px){.event .text .desc{max-width:90%;text-align:center;margin-bottom:32px}}@media screen and (max-width: 479px){.event .text .desc{max-width:unset;margin-bottom:20px}}.event .text .desc .desc-text{font-size:18px;display:-webkit-box;-webkit-line-clamp:9;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1023px){.event .text .desc .desc-text{font-size:16px}}@media screen and (max-width: 479px){.event .text .desc .desc-text{font-size:14px}}.event .text .desc .title{font-size:24px;margin-bottom:10px}@media screen and (max-width: 1919px){.event .text .desc .title{margin-bottom:8px}}@media screen and (max-width: 1439px){.event .text .desc .title{font-size:20px}}@media screen and (max-width: 767px){.event .text .desc .title{font-size:18px}}@media screen and (max-width: 479px){.event .text .desc .title{font-size:16px}}@media screen and (max-width: 767px){.event .text .btn{margin:0 auto}}.event .text .btn span{color:#373737}.event .img-wrapper{position:absolute;right:0;top:0;bottom:0;width:100%;-webkit-mask-image:url(/build/assets/event-img-mask-B_zrOf8o.webp);mask-image:url(/build/assets/event-img-mask-B_zrOf8o.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;-webkit-mask-size:103% 103%;mask-size:103% 103%}@media screen and (max-width: 1439px){.event .img-wrapper{width:1350px}}@media screen and (max-width: 1023px){.event .img-wrapper{width:100%}.event .img-wrapper:after{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:140%;height:100%;background:linear-gradient(270deg,#4a4a4a00,#4a4a4a)}}@media screen and (max-width: 767px){.event .img-wrapper{top:unset;height:390px;left:0;mask-image:unset;-webkit-mask-image:unset}.event .img-wrapper:after{background:linear-gradient(0deg,#4a4a4a00 -2.16%,#4a4a4a 70.88%)}}.event .img-wrapper .media-wrapper{width:70%;margin-left:auto}@media screen and (max-width: 767px){.event .img-wrapper .media-wrapper{width:100%;position:relative;top:30px}}.event .img-wrapper .media-wrapper img{object-position:top}@media screen and (max-width: 767px){.event .img-wrapper .media-wrapper img{object-position:center}}.request{position:relative;overflow:hidden}.request .img-wrapper{position:absolute;right:0;top:0;bottom:0;width:100%}@media screen and (max-width: 1919px){.request .img-wrapper{min-width:1920px;right:-93px;width:calc(100% + 93px)}}@media screen and (max-width: 1439px){.request .img-wrapper{right:-119px;width:calc(100% + 119px);min-width:1262px}}@media screen and (max-width: 1023px){.request .img-wrapper{right:-181px;width:calc(100% + 181px);min-width:1600px}}@media screen and (max-width: 767px){.request .img-wrapper{right:-144px;width:calc(100% + 144px);bottom:-300px;height:calc(100% + 300px)}}@media screen and (max-width: 479px){.request .img-wrapper{right:-328px;width:calc(100% + 238px);min-width:1580px}}.request .container{padding:210px 0;position:relative;z-index:1}@media screen and (max-width: 1919px){.request .container{padding:221px 0}}@media screen and (max-width: 1439px){.request .container{padding:135px 0}}@media screen and (max-width: 1023px){.request .container{padding-top:30px;padding-bottom:392px}}@media screen and (max-width: 767px){.request .container{padding-top:40px;padding-bottom:663px}}@media screen and (max-width: 479px){.request .container{padding-top:42px;padding-bottom:379px}}.request .info{background:linear-gradient(289deg,#fdba3c 1.12%,#eb711d 72.87%,#dc3202 107.16%);color:#fff;width:fit-content;padding:38px 40px;-webkit-mask-image:url(/build/assets/questions-mask-Cmo4xHoL.webp);mask-image:url(/build/assets/questions-mask-Cmo4xHoL.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}@media screen and (max-width: 1439px){.request .info{padding:32px}}@media screen and (max-width: 767px){.request .info{display:flex;flex-direction:column;padding:20px;width:100%;max-width:440px;min-height:256px;align-items:center;text-align:center;margin:0 auto;-webkit-mask-image:url(/build/assets/questions-mask-mob-2-ZFxM51mU.webp);mask-image:url(/build/assets/questions-mask-mob-2-ZFxM51mU.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}}@media screen and (max-width: 479px){.request .info{min-height:220px;-webkit-mask-image:url(/build/assets/questions-mask-mob-min-2-DAa44oIB.webp);mask-image:url(/build/assets/questions-mask-mob-min-2-DAa44oIB.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}}@media screen and (max-width: 767px){.request .info .btn-questions{margin-top:auto}}.request .info .btn span{color:#373737}.request .info .h2{margin-bottom:20px;max-width:393px}@media screen and (max-width: 1919px){.request .info .h2{margin-bottom:8px}}@media screen and (max-width: 1439px){.request .info .h2{max-width:203px}}@media screen and (max-width: 479px){.request .info .h2{max-width:153px;text-align:left}}.request .info p{margin-bottom:40px;max-width:393px}@media screen and (max-width: 1439px){.request .info p{margin-bottom:20px;max-width:318px}}@media screen and (max-width: 1023px){.request .info p{margin-bottom:32px}}@media screen and (max-width: 767px){.request .info p{font-size:16px;max-width:330px;margin-bottom:20px}}@media screen and (max-width: 479px){.request .info p{max-width:unset;margin-bottom:13px}}.request.static .h2{max-width:393px}@media screen and (max-width: 1439px){.request.static .h2{max-width:318px}}@media screen and (max-width: 767px){.request.static .h2{text-align:center;max-width:370px}}.request.static .p-20{font-size:20px;margin-bottom:unset;line-height:120%}.request.static .container{padding:200px 0}@media screen and (max-width: 1919px){.request.static .container{padding:198px 0}}@media screen and (max-width: 1439px){.request.static .container{padding:150px 0}}@media screen and (max-width: 1023px){.request.static .container{padding-top:28px;padding-bottom:406px}}@media screen and (max-width: 767px){.request.static .container{padding-top:40px;padding-bottom:710px}}@media screen and (max-width: 479px){.request.static .container{padding-bottom:363px}}.request-sm{padding:40px;display:flex;flex-direction:column;gap:20px;height:fit-content;position:relative;-webkit-mask-image:url(/build/assets/questions-sm-mask-DGaPbEcF.webp);mask-image:url(/build/assets/questions-sm-mask-DGaPbEcF.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}.request-sm:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/questions-sm-mask-DGaPbEcF.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}@media screen and (max-width: 1439px){.request-sm{padding:32px;gap:8px}}@media screen and (max-width: 1023px){.request-sm{position:relative;-webkit-mask-image:url(/build/assets/questions-sm-mask-tab-C5F_CFg0.webp);mask-image:url(/build/assets/questions-sm-mask-tab-C5F_CFg0.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}.request-sm:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/questions-sm-mask-tab-C5F_CFg0.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}@media screen and (max-width: 767px){.request-sm{align-items:center;padding:20px;min-height:240px;height:auto;width:100%;aspect-ratio:1.833333333/1;position:relative;-webkit-mask-image:url(/build/assets/questions-sm-mask-mob-Dk2TBS1_.webp);mask-image:url(/build/assets/questions-sm-mask-mob-Dk2TBS1_.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}.request-sm:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/questions-sm-mask-mob-Dk2TBS1_.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}.request-sm:before{background-position:top right!important}}@media screen and (max-width: 479px){.request-sm{position:relative;-webkit-mask-image:url(/build/assets/questions-sm-mask-mob-min-D0Udzx2Y.webp);mask-image:url(/build/assets/questions-sm-mask-mob-min-D0Udzx2Y.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;height:320px}.request-sm:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/questions-sm-mask-mob-min-D0Udzx2Y.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}.request-sm:before{background-position:bottom;background-size:cover}.request-sm .h2,.request-sm p,.request-sm .h4{color:#fff}@media screen and (max-width: 767px){.request-sm .h2,.request-sm p,.request-sm .h4{text-align:center}}@media screen and (max-width: 479px){.request-sm .h2{max-width:70%}}.request-sm p{max-width:300px}.request-sm .btn-questions{margin-top:auto}@media screen and (max-width: 767px){.request-sm .btn-questions{margin-top:12px}}@media screen and (max-width: 479px){.request-sm .btn-questions{margin-top:auto}}.blog-section .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;gap:20px}@media screen and (max-width: 1439px){.blog-section .top{margin-bottom:20px}}@media screen and (max-width: 1023px){.blog-section .top{margin-left:-30px;width:calc(100% + 60px);padding-left:30px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-right:30px}.blog-section .top::-webkit-scrollbar{display:none}}@media screen and (max-width: 1023px){.blog-section .swiper-cards{padding-right:60px}}@media screen and (max-width: 767px){.blog-section .swiper-cards{padding-right:0}}.blog-section .swiper-cards .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}@media screen and (max-width: 1439px){.blog-section .swiper-cards .swiper-wrapper{gap:20px}}@media screen and (max-width: 1023px){.blog-section .swiper-cards .swiper-wrapper{gap:unset;display:flex}}@media screen and (max-width: 767px){.blog-section .swiper-cards .swiper-wrapper{flex-direction:column;gap:20px}}@media screen and (max-width: 1023px){.blog-section .swiper-slide{width:283px;height:auto}}@media screen and (max-width: 767px){.blog-section .swiper-slide{width:100%}}.blog-section .swiper-gradient-button{display:none}@media screen and (max-width: 1023px){.blog-section .swiper-gradient-button{display:block}}@media screen and (max-width: 1023px) and (max-width: 767px){.blog-section .swiper-gradient-button{display:none}}.contacts .container{display:grid;grid-template-columns:602px auto;gap:40px;height:480px}@media screen and (max-width: 1919px){.contacts .container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 1439px){.contacts .container{grid-template-columns:1fr;gap:20px;height:auto}}.contacts .info,.contacts .map-wrapper{border-radius:20px;overflow:hidden}.contacts .info{padding:40px;background-color:#4a4a4a;background-image:url(/build/assets/contacts-bg-DrJhsowM.webp);background-size:cover;background-repeat:no-repeat;color:#fff;display:flex;flex-direction:column}@media screen and (max-width: 1439px){.contacts .info{padding:32px;position:relative;background-image:url(/build/assets/contacts-bg-med-6CgV-i0V.png)}}@media screen and (max-width: 767px){.contacts .info{padding:20px}}@media screen and (max-width: 479px){.contacts .info{display:flex;align-items:center;flex-direction:column}}.contacts .info .h2{margin-bottom:20px}@media screen and (max-width: 767px){.contacts .info .h2{text-align:center}}.contacts .info .tabs{margin-bottom:40px;flex-wrap:wrap}@media screen and (max-width: 1439px){.contacts .info .tabs{margin-bottom:32px}}@media screen and (max-width: 767px){.contacts .info .tabs{justify-content:center}}@media screen and (max-width: 479px){.contacts .info .tabs{display:flex;flex-direction:column;width:100%}}.contacts .info .tabs .tab{border:2px solid #E6E6E6}@media screen and (max-width: 479px){.contacts .info .tabs .tab{width:100%}}@media (hover: hover) and (pointer: fine){.contacts .info .tabs .tab:hover{background-color:#fff;border:2px solid #FFF;color:#373737}}.contacts .info .tabs .tab.active{background-color:#fff;border:2px solid #FFF;color:#373737;font-weight:400}.contacts .info .contacts-items{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1439px){.contacts .info .contacts-items{margin-bottom:32px}}@media screen and (max-width: 767px){.contacts .info .contacts-items{align-items:center;text-align:center}}@media screen and (max-width: 479px){.contacts .info .contacts-items{text-align:left;align-items:flex-start}}.contacts .info .contacts-item{display:flex;align-items:flex-start;gap:10px}@media screen and (max-width: 1919px){.contacts .info .contacts-item{max-width:354px}}@media screen and (max-width: 1919px) and (max-width: 1439px){.contacts .info .contacts-item{max-width:unset}}.contacts .info .contacts-item span{line-height:22px;display:inline-flex}@media screen and (max-width: 1919px){.contacts .info .contacts-item span{max-width:320px;line-height:24px}}@media screen and (max-width: 1439px){.contacts .info .contacts-item span{max-width:unset}}@media screen and (max-width: 767px){.contacts .info .contacts-item span{max-width:320px}}@media screen and (max-width: 767px){.contacts .info .contacts-item span{width:auto;flex-shrink:1}}.contacts .info .contacts-item .icon{width:26px;height:26px}@media screen and (max-width: 479px){.contacts .info .contacts-item .icon{width:20px;height:20px}}.contacts .info .btn span{color:#373737}.contacts .info .btn{margin-top:auto;position:relative;z-index:2}@media screen and (max-width: 767px){.contacts .info .btn{align-self:center;margin-bottom:25px}}@media screen and (max-width: 479px){.contacts .info .btn{margin-bottom:unset}}.contacts .map-wrapper{width:100%}@media screen and (max-width: 1439px){.contacts .map-wrapper{height:348px}}@media screen and (max-width: 1023px){.contacts .map-wrapper{height:304px}}@media screen and (max-width: 767px){.contacts .map-wrapper{height:258px}}@media screen and (max-width: 479px){.contacts .map-wrapper{height:240px}}.contacts .map-wrapper .map,.contacts .map-wrapper .ymaps-2-1-79-map{width:100%!important;height:100%!important}.contacts-top .container{display:grid;grid-template-columns:65.8666667% auto;gap:40px}@media screen and (max-width: 1439px){.contacts-top .container{gap:20px;grid-template-columns:1fr}}.contacts-top .container .img-wrapper{grid-area:auto/span 2;border-radius:20px;overflow:hidden;aspect-ratio:1/.4}@media screen and (max-width: 1439px){.contacts-top .container .img-wrapper{height:360px;aspect-ratio:unset;grid-area:unset}}@media screen and (max-width: 1023px){.contacts-top .container .img-wrapper{height:270px}}@media screen and (max-width: 767px){.contacts-top .container .img-wrapper{height:360px}}@media screen and (max-width: 479px){.contacts-top .container .img-wrapper{height:280px}}@media screen and (max-width: 1439px){.page-contacts .contacts-top{margin-bottom:40px}}@media screen and (max-width: 1023px){.page-contacts .contacts-top{margin-bottom:150px}}@media screen and (max-width: 767px){.page-contacts .contacts-top{margin-bottom:120px}}@media screen and (max-width: 479px){.page-contacts .contacts-top{margin-bottom:117px}}.page-contacts .contacts .info{min-height:480px}@media screen and (max-width: 1439px){.page-contacts .contacts .info{min-height:unset}}.page-contacts .contacts .info .btn-rounded{display:none}.page-contacts .contacts .info .contacts-items{margin-bottom:unset}.prod-advantages .h2{max-width:984px}.prod-advantages .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}@media screen and (max-width: 1439px){.prod-advantages .cards{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width: 767px){.prod-advantages .cards{grid-template-columns:1fr}}.prod-advantages .cards .content-block{background-color:#8e8e8e;grid-area:1/3/3/4;padding:40px;border-radius:20px;overflow:hidden}@media screen and (max-width: 1439px){.prod-advantages .cards .content-block{grid-area:auto/span 2;height:248px}}@media screen and (max-width: 1023px){.prod-advantages .cards .content-block{height:308px}}@media screen and (max-width: 767px){.prod-advantages .cards .content-block{grid-area:unset;height:224px}}@media screen and (max-width: 479px){.prod-advantages .cards .content-block{height:320px}}.prod-advantages .cards .content-block .video-wrapper{height:100%}.prod-advantages .cards .card-default{gap:23px}@media screen and (max-width: 1919px){.prod-advantages .cards .card-default{gap:20px;min-height:324px}}@media screen and (max-width: 1439px){.prod-advantages .cards .card-default{min-height:248px}}@media screen and (max-width: 1023px){.prod-advantages .cards .card-default{min-height:308px}}@media screen and (max-width: 767px){.prod-advantages .cards .card-default{min-height:224px;align-items:center;text-align:center}}@media screen and (max-width: 479px){.prod-advantages .cards .card-default{min-height:219px}}.prod-advantages .cards .card-default:nth-of-type(2) .icon{color:#f7941d}.prod-advantages .cards .card-default .top{display:flex;align-items:center;gap:12px}@media screen and (max-width: 767px){.prod-advantages .cards .card-default .top{flex-direction:column}}.prod-advantages .cards .card-default .top .icon{width:40px;height:40px}.prod-advantages .cards .card-default .top .h5{max-width:240px}@media screen and (max-width: 479px){.prod-advantages .cards .card-default p{font-size:14px}}.prod-advantages .cards .content-video{padding:0}.table-section .table-wrapper{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.table-section .table-wrapper::-webkit-scrollbar{display:none}@media screen and (max-width: 767px){.table-section .table-wrapper{margin-left:-20px;padding-left:40px;width:calc(100% + 40px);padding-inline:40px}}.table-section .table{border-radius:20px;border:2px solid #8E8E8E;overflow:hidden;position:relative;min-width:708px}.table-section .table:before,.table-section .table:after{position:absolute;content:"";height:100%;width:2px;background-color:#8e8e8e;top:0;bottom:0}.table-section .table:before{left:33.3%}.table-section .table:after{right:33.3%}.table-section .table .top,.table-section .table .row{display:grid;grid-template-columns:repeat(3,1fr)}.table-section .table .top{background-color:#fafafa}.table-section .table .top .p-20{padding:40px}@media screen and (max-width: 1439px){.table-section .table .top .p-20{padding:32px}}@media screen and (max-width: 1023px){.table-section .table .top .p-20{padding:32px 20px 32px 32px}}@media screen and (max-width: 767px){.table-section .table .top .p-20{font-size:16px;padding:32px 20px}}@media screen and (max-width: 479px){.table-section .table .top .p-20{padding:20px}}.table-section .table .row span{padding:10px 40px}@media screen and (max-width: 1439px){.table-section .table .row span{padding:10px 32px}}@media screen and (max-width: 767px){.table-section .table .row span{padding:10px 20px}}.table-section .table .row:nth-of-type(2n){background-color:#fafafa}.table-section .desc{margin-top:40px}@media screen and (max-width: 1439px){.table-section .desc{margin-top:20px}}@media screen and (max-width: 767px){.table-section .desc{text-align:center}}.application:after,.application:before{top:60px;height:88%}.application .swiper-industries{padding-bottom:40px;overflow:visible}@media screen and (max-width: 1439px){.application .swiper-industries{padding-bottom:unset}}.application .swiper-industries .swiper-slide{width:fit-content!important;height:fit-content!important}@media screen and (max-width: 1439px){.application .swiper-industries .swiper-scrollbar{display:none}}.other{position:relative}.other:after{top:40px}@media screen and (max-width: 767px){.other{padding-bottom:36px}}.other .top{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 767px){.other .top{justify-content:center}}@media screen and (max-width: 767px){.other .top .link-all{position:absolute;bottom:0}}@media screen and (max-width: 479px){.other .top .h2{text-align:center}}.other .swiper-other{overflow:visible}.other .swiper-other .swiper-slide{width:fit-content;height:fit-content}.other .swiper-other .card-board{width:216px;height:264px}@media screen and (max-width: 1919px){.other .swiper-other .card-board{width:173px;height:240px}}@media screen and (max-width: 1439px){.other .swiper-other .card-board{width:221px;height:240px}}@media screen and (max-width: 1023px){.other .swiper-other .card-board{width:162px;height:180px}}@media screen and (max-width: 767px){.other .swiper-other .card-board{width:178px;height:180px}}@media screen and (max-width: 479px){.other .swiper-other .card-board{width:205px;height:240px}}.industries-list{display:grid;grid-template-columns:repeat(4,1fr)}.industries-list .industry:nth-child(4) .card-industry-list{border-top-right-radius:20px}.industries-list .industry:nth-child(13) .card-industry-list{border-bottom-left-radius:20px}@media screen and (max-width: 1439px){.industries-list{grid-template-columns:repeat(3,1fr)}.industries-list .industry:nth-child(2) .card-industry-list{border-top-right-radius:20px}.industries-list .industry:nth-child(4) .card-industry-list{border-top-right-radius:0}.industries-list .industry:nth-child(13) .card-industry-list{border-bottom-left-radius:0}.industries-list .industry:nth-child(15) .card-industry-list{border-bottom-left-radius:20px}}@media screen and (max-width: 767px){.industries-list{grid-template-columns:repeat(2,1fr)}.industries-list .industry:nth-child(2) .card-industry-list{border-top-right-radius:0}.industries-list .industry:nth-child(15) .card-industry-list{border-bottom-left-radius:0}}@media screen and (max-width: 479px){.industries-list{grid-template-columns:1fr}}.industries-list li:nth-child(2) .card-industry-list,.industries-list li:nth-child(3) .card-industry-list{border-top:2px solid #E6E6E6}.industries-list li:nth-child(4) .card-industry-list{border-top:2px solid #E6E6E6;border-right:2px solid #E6E6E6}.industries-list li:nth-child(5) .card-industry-list,.industries-list li:nth-child(9) .card-industry-list{border-left:2px solid #E6E6E6}.industries-list li:nth-child(8) .card-industry-list,.industries-list li:nth-child(12) .card-industry-list{border-right:2px solid #E6E6E6}.industries-list li:nth-child(13) .card-industry-list{border-bottom:2px solid #E6E6E6;border-left:2px solid #E6E6E6}.industries-list li:nth-child(14) .card-industry-list,.industries-list li:nth-child(15) .card-industry-list{border-bottom:2px solid #E6E6E6}@media (max-width: 1439px){.industries-list li:nth-child(2) .card-industry-list{border-top:2px solid #E6E6E6;border-right:2px solid #E6E6E6}.industries-list li:nth-child(5) .card-industry-list,.industries-list li:nth-child(13) .card-industry-list{border-left:1px solid #E6E6E6}.industries-list li:nth-child(4) .card-industry-list,.industries-list li:nth-child(12) .card-industry-list{border-right:1px solid #E6E6E6}.industries-list li:nth-child(3n) .card-industry-list{border-left:2px solid #E6E6E6}.industries-list li:nth-child(3n+5) .card-industry-list{border-right:2px solid #E6E6E6}}@media (max-width: 767px){.industries-list li:nth-child(2n) .card-industry-list{border-right:1px solid #E6E6E6;border-bottom:1px solid #E6E6E6;border-top:1px solid #E6E6E6;border-left:2px solid #E6E6E6}.industries-list li:nth-child(2n+3) .card-industry-list{border-right:2px solid #E6E6E6;border-bottom:1px solid #E6E6E6;border-top:1px solid #E6E6E6;border-left:1px solid #E6E6E6}}@media (max-width: 479px){.industries-list li:nth-child(n) .card-industry-list{border-right:2px solid #E6E6E6;border-bottom:1px solid #E6E6E6;border-top:1px solid #E6E6E6;border-left:2px solid #E6E6E6}}.industries .top-title{color:#fff;padding:32px 40px;position:relative;overflow:hidden}.industries .top-title:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/branches-list-mask-CXdrpObT.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}@media screen and (max-width: 1439px){.industries .top-title{grid-area:auto/span 2;position:relative}.industries .top-title:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/branches-list-mask-med-UYRxJrrS.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}@media screen and (max-width: 767px){.industries .top-title{padding:20px;height:160px;display:flex;justify-content:center;align-items:center;border-radius:0 20px 0 0}}@media screen and (max-width: 479px){.industries .top-title{grid-area:unset;height:140px}}.industries .top-title:before{background-size:cover}.industries .top-title:after{pointer-events:none;position:absolute;content:"";top:-69px;left:-51px;opacity:.7;background-image:url(/build/assets/gears-wide-DU0yxMqk.svg);background-repeat:no-repeat;background-size:contain;width:544.622px;height:466.001px}@media screen and (max-width: 1919px){.industries .top-title:after{top:-41px;left:-36px;width:450.221px;height:387.713px}}@media screen and (max-width: 1439px){.industries .top-title:after{width:630px;height:541.021px;top:-155px;left:-12px}}@media screen and (max-width: 1023px){.industries .top-title:after{top:-136px;width:118%}}@media screen and (max-width: 767px){.industries .top-title:after{left:50%;transform:translate(-50%);height:482px;width:136%}}@media screen and (max-width: 479px){.industries .top-title:after{width:138%;height:340px;top:-79px}}.industries .video{height:100%;display:flex;flex-direction:column;border-radius:0 0 20px;background:linear-gradient(289deg,#fdba3c 1.12%,#eb711d 72.87%,#dc3202 107.16%);padding:40px}@media screen and (max-width: 1439px){.industries .video{padding:32px}}@media screen and (max-width: 767px){.industries .video{padding:20px}}@media screen and (max-width: 1439px){.industries .video{grid-area:auto/span 2}}@media screen and (max-width: 767px){.industries .video{padding:20px;height:160px;display:flex;justify-content:center;align-items:center;border-radius:0 0 20px 20px}}@media screen and (max-width: 479px){.industries .video{grid-area:unset;height:140px}}.industries .video .btn{margin-top:auto;margin-left:auto}@media screen and (max-width: 767px){.industries .video .btn{margin-top:unset;margin-left:unset}}.main-industries .more{padding:40px;display:flex;align-items:center;flex-direction:column;border:unset;-webkit-mask-image:url(/build/assets/branches-mask--98mFwV9.webp);mask-image:url(/build/assets/branches-mask--98mFwV9.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;min-height:248px;position:relative}.main-industries .more:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/branches-mask--98mFwV9.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}.main-industries .more:after{pointer-events:none;position:absolute;content:"";top:-50px;left:-50px;background-image:url(/build/assets/gears-CH81hJO3.svg);background-repeat:no-repeat;background-size:contain;width:500px;height:500px}@media screen and (max-width: 1919px){.main-industries .more:after{width:440px}}@media screen and (max-width: 1439px){.main-industries .more:after{top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:501.04px}}@media screen and (max-width: 1023px){.main-industries .more:after{height:453px;width:118%}}@media screen and (max-width: 767px){.main-industries .more:after{height:246px;width:141%}}@media screen and (max-width: 479px){.main-industries .more:after{height:316px}}@media screen and (max-width: 1919px){.main-industries .more{min-height:208px;padding:20px 40px 40px}}@media screen and (max-width: 1439px){.main-industries .more{-webkit-mask-image:url(/build/assets/branches-mask-med-Dk9PbV6_.webp);mask-image:url(/build/assets/branches-mask-med-Dk9PbV6_.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;position:relative;grid-area:auto/span 2;padding:32px;min-height:160px}.main-industries .more:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/branches-mask-med-Dk9PbV6_.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}@media screen and (max-width: 767px){.main-industries .more{grid-area:unset;-webkit-mask-image:url(/build/assets/branches-mask--98mFwV9.webp);mask-image:url(/build/assets/branches-mask--98mFwV9.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;position:relative;padding:20px 17px}.main-industries .more:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/branches-mask--98mFwV9.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}@media screen and (max-width: 479px){.main-industries .more{-webkit-mask-image:url(/build/assets/branches-mask-mob-BVIRDYwZ.webp);mask-image:url(/build/assets/branches-mask-mob-BVIRDYwZ.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;position:relative;min-height:140px;padding:20px 40px}.main-industries .more:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/branches-mask-mob-BVIRDYwZ.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}.main-industries .more .btn{margin-top:auto;align-self:flex-end;position:relative;z-index:1}@media screen and (max-width: 1439px){.main-industries .more .btn{margin-top:51px}}@media screen and (max-width: 767px){.main-industries .more .btn{margin-top:auto;padding:8px 20px}}.main-industries .industries-list li:nth-child(1) .card-industry-list{border-left:2px solid #E6E6E6;border-top:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(2) .card-industry-list,.main-industries .industries-list li:nth-child(3) .card-industry-list{border-top:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(4) .card-industry-list{border-top:2px solid #E6E6E6;border-right:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(5) .card-industry-list{border-left:2px solid #E6E6E6;border-bottom:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(6) .card-industry-list,.main-industries .industries-list li:nth-child(7) .card-industry-list{border-bottom:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(8) .card-industry-list{border-bottom:2px solid #E6E6E6;border-right:2px solid #E6E6E6}@media (max-width: 1439px){.main-industries .industries-list li:nth-child(1) .card-industry-list{border:1px solid #E6E6E6;border-left:2px solid #E6E6E6;border-top:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(2) .card-industry-list{border:1px solid #E6E6E6;border-top:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(3) .card-industry-list{border:1px solid #E6E6E6;border-top:2px solid #E6E6E6;border-right:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(4) .card-industry-list{border:1px solid #E6E6E6;border-left:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(5) .card-industry-list{border:1px solid #E6E6E6}.main-industries .industries-list li:nth-child(6) .card-industry-list{border:1px solid #E6E6E6;border-right:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(7) .card-industry-list{border:1px solid #E6E6E6;border-left:2px solid #E6E6E6;border-bottom:2px solid #E6E6E6}}@media (max-width: 767px){.main-industries .industries-list li:nth-child(1) .card-industry-list{border:1px solid #E6E6E6;border-left:2px solid #E6E6E6;border-top:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(2) .card-industry-list{border:1px solid #E6E6E6;border-top:2px solid #E6E6E6;border-right:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(3) .card-industry-list{border:1px solid #E6E6E6;border-left:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(4) .card-industry-list{border:1px solid #E6E6E6;border-right:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(5) .card-industry-list{border:1px solid #E6E6E6;border-left:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(6) .card-industry-list{border:1px solid #E6E6E6;border-right:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(7) .card-industry-list{border:1px solid #E6E6E6;border-left:2px solid #E6E6E6;border-bottom:2px solid #E6E6E6}}@media (max-width: 479px){.main-industries .industries-list li:nth-child(1) .card-industry-list{border:1px solid #E6E6E6;border-left:2px solid #E6E6E6;border-top:2px solid #E6E6E6;border-right:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(2) .card-industry-list{border:1px solid #E6E6E6;border-left:2px solid #E6E6E6;border-right:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(3) .card-industry-list{border:1px solid #E6E6E6;border-left:2px solid #E6E6E6;border-right:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(4) .card-industry-list{border:1px solid #E6E6E6;border-left:2px solid #E6E6E6;border-right:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(5) .card-industry-list{border:1px solid #E6E6E6;border-left:2px solid #E6E6E6;border-right:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(6) .card-industry-list{border:1px solid #E6E6E6;border-left:2px solid #E6E6E6;border-right:2px solid #E6E6E6}.main-industries .industries-list li:nth-child(7) .card-industry-list{border:1px solid #E6E6E6;border-left:2px solid #E6E6E6;border-right:2px solid #E6E6E6;border-bottom:2px solid #E6E6E6}}@media (min-width: 1440px){.main-industries .industries-list .industry:nth-child(1) .card-industry-list{border-top-left-radius:20px}.main-industries .industries-list .industry:nth-child(4) .card-industry-list{border-top-right-radius:20px}.main-industries .industries-list .industry:nth-child(5) .card-industry-list{border-bottom-left-radius:20px}}@media screen and (max-width: 1439px){.main-industries .industries-list{grid-template-columns:repeat(3,1fr)}.main-industries .industries-list .industry:nth-child(1) .card-industry-list{border-top-left-radius:20px}.main-industries .industries-list .industry:nth-child(3) .card-industry-list{border-top-right-radius:20px}.main-industries .industries-list .industry:nth-child(2) .card-industry-list{border-top-right-radius:0}.main-industries .industries-list .industry:nth-child(7) .card-industry-list{border-bottom-left-radius:20px}}@media screen and (max-width: 767px){.main-industries .industries-list{grid-template-columns:repeat(2,1fr)}.main-industries .industries-list .industry:nth-child(1) .card-industry-list{border-top-left-radius:20px}.main-industries .industries-list .industry:nth-child(2) .card-industry-list{border-top-right-radius:20px}.main-industries .industries-list .industry:nth-child(3) .card-industry-list{border-top-right-radius:0}.main-industries .industries-list .industry:nth-child(7) .card-industry-list{border-bottom-left-radius:20px}}@media screen and (max-width: 479px){.main-industries .industries-list{grid-template-columns:1fr}.main-industries .industries-list .industry:first-child .card-industry-list{border-top-left-radius:20px;border-top-right-radius:20px}.main-industries .industries-list .industry:not(:first-child) .card-industry-list{border-radius:0}}@media screen and (max-width: 767px){.card-industry-list .title{font-size:14px}}.info-w-img .img-wrapper{width:100%;border-radius:20px;overflow:hidden;aspect-ratio:4.166666667/1;margin-bottom:40px}@media screen and (max-width: 1919px){.info-w-img .img-wrapper{aspect-ratio:3.444444444/1}}@media screen and (max-width: 1439px){.info-w-img .img-wrapper{aspect-ratio:2.622222222/1}}@media screen and (max-width: 767px){.info-w-img .img-wrapper{aspect-ratio:unset;height:360px}}@media screen and (max-width: 479px){.info-w-img .img-wrapper{margin-bottom:20px}}.info-w-img .desc{width:65.8%;color:#4a4a4a}@media screen and (max-width: 1919px){.info-w-img .desc{width:74%}}@media screen and (max-width: 1439px){.info-w-img .desc{width:100%}}@media screen and (max-width: 767px){.info-w-img .desc{text-align:center}}.info-w-img .desc-highlighted{margin-top:40px;border:unset;background-color:#fafafa}@media screen and (max-width: 1439px){.info-w-img .desc-highlighted{margin-top:20px}}.case-block{position:relative}@media screen and (max-width: 767px){.case-block{padding-bottom:36px}}.case-block .top{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 767px){.case-block .top{justify-content:center}}@media screen and (max-width: 767px){.case-block .top .link-all{position:absolute;bottom:0}}@media screen and (max-width: 1023px){.page-case .info-w-img .img-wrapper{min-height:360px}}@media screen and (max-width: 767px){.page-case .info-w-img .img-wrapper{margin-bottom:20px}}.products .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:0 40px;transition:gap .3s}@media screen and (max-width: 1439px){.products .cards{gap:0 20px}}@media screen and (max-width: 1023px){.products .cards{grid-template-columns:repeat(2,1fr)}.products .cards .card-product:nth-child(n+3){opacity:0;height:0;padding:0}}@media screen and (max-width: 767px){.products .cards{grid-template-columns:1fr}.products .cards .card-product:first-of-type{margin-bottom:20px}}.products .cards.expanded{gap:40px}@media screen and (max-width: 1439px){.products .cards.expanded{gap:20px}}@media screen and (max-width: 1023px){.products .cards.expanded .card-product:nth-child(n+3){opacity:1;height:auto;padding:272px 32px 32px}.products .cards.expanded .card-product:first-of-type{margin-bottom:unset}}@media screen and (max-width: 767px){.products .cards.expanded .card-product:nth-child(n+3){padding:260px 20px 20px}}.gallery .swiper{overflow:visible}@media screen and (max-width: 1439px){.gallery .swiper-scrollbar{display:none}}.gallery .swiper-slide{width:473px;height:320px;cursor:pointer;border-radius:20px;overflow:hidden}@media screen and (max-width: 1919px){.gallery .swiper-slide{width:387px}}@media screen and (max-width: 1439px){.gallery .swiper-slide{width:382px}}@media screen and (max-width: 1023px){.gallery .swiper-slide{width:283px}}@media screen and (max-width: 767px){.gallery .swiper-slide{width:287px}}@media screen and (max-width: 479px){.gallery .swiper-slide{width:204px}}.gallery.corporate .swiper-slide{height:354px}@media screen and (max-width: 1919px){.gallery.corporate .swiper-slide{height:320px}}.industry-info .content{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}@media screen and (max-width: 1439px){.industry-info .content{gap:20px}}@media screen and (max-width: 767px){.industry-info .content{grid-template-columns:1fr}}.industry-info .img-wrapper{border-radius:20px;overflow:hidden;aspect-ratio:1.738095238/1;width:100%}@media screen and (max-width: 1439px){.industry-info .img-wrapper{aspect-ratio:unset;height:320px}}@media screen and (max-width: 1023px){.industry-info .img-wrapper{height:360px}}@media screen and (max-width: 767px){.industry-info .img-wrapper{aspect-ratio:1.571428571/1;height:unset;max-height:360px}}.industry-info .desc{display:flex;flex-direction:column;gap:40px}@media screen and (max-width: 1439px){.industry-info .desc{gap:20px}}@media screen and (max-width: 767px){.industry-info .desc{align-items:center}}.industry-info .desc p{line-height:122.222%}@media screen and (max-width: 1439px){.industry-info .desc p{line-height:133.333%}}@media screen and (max-width: 1023px){.industry-info .desc p{line-height:122.222%}}@media screen and (max-width: 767px){.industry-info .desc p{line-height:118.75%}}.media-center{position:relative;-webkit-mask-image:url(/build/assets/media-center-mask-C9i3KAQp.webp);mask-image:url(/build/assets/media-center-mask-C9i3KAQp.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;gap:10px}.media-center:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/media-center-mask-C9i3KAQp.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}@media screen and (max-width: 1439px){.media-center{position:relative;-webkit-mask-image:url(/build/assets/media-center-mask-med-DYhcZ9B0.webp);mask-image:url(/build/assets/media-center-mask-med-DYhcZ9B0.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}.media-center:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/media-center-mask-med-DYhcZ9B0.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}@media screen and (max-width: 1023px){.media-center{position:relative;-webkit-mask-image:url(/build/assets/media-center-mask-tab-Cer1SIIF.webp);mask-image:url(/build/assets/media-center-mask-tab-Cer1SIIF.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}.media-center:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/media-center-mask-tab-Cer1SIIF.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}@media screen and (max-width: 767px){.media-center{position:relative;-webkit-mask-image:url(/build/assets/media-center-mask-mob-MkkDAe-I.webp);mask-image:url(/build/assets/media-center-mask-mob-MkkDAe-I.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;height:unset;aspect-ratio:1.3/1;max-height:400px}.media-center:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/media-center-mask-mob-MkkDAe-I.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}@media screen and (max-width: 479px){.media-center{position:relative;-webkit-mask-image:url(/build/assets/media-center-mask-mob-min-CRBg0gTj.webp);mask-image:url(/build/assets/media-center-mask-mob-min-CRBg0gTj.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;aspect-ratio:.7/1;max-height:500px}.media-center:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/media-center-mask-mob-min-CRBg0gTj.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}.media-center:before{background-position:bottom;background-size:cover}@media screen and (max-width: 1023px){.media-center:before{background-position:100%}}@media screen and (max-width: 767px){.media-center:before{background-position:bottom!important}}.media-center .h2{margin-bottom:10px}.media-center p{max-width:unset}.media-center .btn{margin-top:auto}@media screen and (max-width: 767px){.media-center .btn{margin-top:10px}}.media-top .container{display:flex;flex-direction:column}@media screen and (max-width: 767px){.media-top .container{align-items:center}}.media-top .h2{margin-bottom:6px}@media screen and (max-width: 767px){.media-top .h2{text-align:center}}.media-top .date{color:#8e8e8e;font-size:14px;line-height:14px;margin-bottom:20px}.media-top .img-wrapper{position:relative;width:100%;aspect-ratio:4.166666667/1;border-radius:20px;overflow:hidden}@media screen and (max-width: 1919px){.media-top .img-wrapper{aspect-ratio:3.444444444/1}}@media screen and (max-width: 1439px){.media-top .img-wrapper{aspect-ratio:2.622222222/1}}@media screen and (max-width: 1023px){.media-top .img-wrapper{aspect-ratio:unset;height:360px}}@media screen and (max-width: 767px){.media-top .img-wrapper.img-big{height:480px}}.media-top .tags{position:absolute;bottom:40px;left:40px;right:40px;z-index:1}@media screen and (max-width: 1439px){.media-top .tags{bottom:32px;left:32px;right:32px}}@media screen and (max-width: 767px){.media-top .tags{top:20px;left:20px;right:20px;bottom:unset;justify-content:center}}.media-top .tags-event{top:40px;right:40px;bottom:unset;left:unset}@media screen and (max-width: 1439px){.media-top .tags-event{top:32px;right:32px}}@media screen and (max-width: 767px){.media-top .tags-event{top:20px;left:20px;right:20px;bottom:unset;justify-content:center}}.media-top .event-info{position:absolute;z-index:1;top:40px;left:40px;display:flex;align-items:center;gap:20px;max-width:70%}@media screen and (max-width: 1439px){.media-top .event-info{top:32px;left:32px}}@media screen and (max-width: 767px){.media-top .event-info{top:70px;left:20px;right:20px;max-width:unset;flex-direction:column}}.media-top .event-info .date{background-color:#fff;font-size:16px;line-height:normal;padding:16px 14px;border-radius:8px;color:#373737;white-space:nowrap;margin-bottom:unset}@media screen and (max-width: 767px){.media-top .event-info .date{font-size:14px}}@media screen and (max-width: 479px){.media-top .event-info .date{padding:8px 14px}}.media-top .event-info .place{color:#fff;display:flex;align-items:center;gap:10px}@media screen and (max-width: 767px){.media-top .event-info .place{justify-content:center;text-align:center}}.media-top .event-info .place .icon{width:28px;height:28px}.media-top #btn-register .btn,.media-top .btn-register{padding:8px 32px}@media screen and (max-width: 1439px){.media-top #btn-register .btn,.media-top .btn-register{padding:8px 28px}}@media screen and (max-width: 479px){.media-top #btn-register .btn,.media-top .btn-register{padding:8px 24px}}@media screen and (max-width: 1439px){.media-top #btn-register .btn span,.media-top .btn-register span{font-size:18px}}@media screen and (max-width: 479px){.media-top #btn-register .btn span,.media-top .btn-register span{font-size:16px}}.media-top #btn-register .btn .icon,.media-top .btn-register .icon{width:32px;height:32px}@media screen and (max-width: 1439px){.media-top #btn-register .btn .icon,.media-top .btn-register .icon{width:25px;height:25px}}.media-top #btn-register,.media-top .btn-register{position:absolute;bottom:40px;left:40px;z-index:1;width:fit-content}@media screen and (max-width: 1439px){.media-top #btn-register,.media-top .btn-register{bottom:32px;left:32px}}@media screen and (max-width: 767px){.media-top #btn-register,.media-top .btn-register{bottom:20px;left:20px;right:20px;margin:0 auto}}.media-content>.container{display:flex}@media screen and (max-width: 1439px){.media-content>.container{flex-direction:column;gap:150px}}@media screen and (max-width: 1023px){.media-content>.container{gap:140px}}@media screen and (max-width: 767px){.media-content>.container{gap:120px}}.media-content>.container>.text{width:65.8%}@media screen and (max-width: 1439px){.media-content>.container>.text{width:100%}}.media-content .interest{flex:1;margin-left:168px;position:relative;padding-bottom:58px;height:fit-content}@media screen and (max-width: 1919px){.media-content .interest{margin-left:147px}}@media screen and (max-width: 1439px){.media-content .interest{margin-left:unset;padding-bottom:unset}}@media screen and (max-width: 767px){.media-content .interest{padding-bottom:36px}}.media-content .interest .top{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 767px){.media-content .interest .top{justify-content:center}}.media-content .interest .title-top{font-size:20px;line-height:140%}@media screen and (max-width: 1919px){.media-content .interest .title-top{font-size:18px;line-height:normal}}@media screen and (max-width: 1439px){.media-content .interest .title-top{font-size:24px}}@media screen and (max-width: 767px){.media-content .interest .title-top{text-align:center}}.media-content .interest .title-top.h2{margin-bottom:unset;font-size:40px;font-weight:800}@media screen and (max-width: 1919px){.media-content .interest .title-top.h2{font-size:36px}}@media screen and (max-width: 1439px){.media-content .interest .title-top.h2{font-size:32px}}@media screen and (max-width: 767px){.media-content .interest .title-top.h2{font-size:24px}}.media-content .interest .link-all{position:absolute;bottom:0;left:0}@media screen and (max-width: 1439px){.media-content .interest .link-all{position:static}}@media screen and (max-width: 767px){.media-content .interest .link-all{position:absolute;left:50%;transform:translate(-50%)}}@media screen and (max-width: 1023px){.media-content .interest .swiper-container{margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px}}.media-content .interest .cards .swiper-wrapper{display:flex;flex-direction:column;gap:40px}@media screen and (max-width: 1439px){.media-content .interest .cards .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}}@media screen and (max-width: 1023px){.media-content .interest .cards .swiper-wrapper{display:flex;flex-direction:row;gap:unset}}@media screen and (max-width: 767px){.media-content .interest .cards .swiper-wrapper{display:grid;gap:20px;grid-template-columns:1fr}}@media screen and (max-width: 1023px){.media-content .interest .cards .swiper-wrapper>.swiper-slide{width:calc(50% - 10px);height:auto}}@media screen and (max-width: 767px){.media-content .interest .cards .swiper-wrapper>.swiper-slide{width:100%;height:fit-content}}.media-content .interest.webinar{margin-left:unset;padding-bottom:unset}@media screen and (max-width: 767px){.media-content .interest.webinar{padding-bottom:36px}}.media-content .interest.webinar .link-all{position:static}@media screen and (max-width: 767px){.media-content .interest.webinar .link-all{bottom:0;position:absolute;left:50%;transform:translate(-50%)}}.media-content .interest.webinar .top{margin-bottom:40px}@media screen and (max-width: 1439px){.media-content .interest.webinar .top{margin-bottom:20px}}.media-content .interest.webinar .cards .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;min-height:unset}@media screen and (max-width: 1023px){.media-content .interest.webinar .cards .swiper-wrapper{display:flex;flex-direction:row;gap:unset}}@media screen and (max-width: 767px){.media-content .interest.webinar .cards .swiper-wrapper{display:grid;grid-template-columns:1fr;min-height:unset;gap:20px}}.media-gallery{margin:40px 0 0;position:relative}@media screen and (max-width: 1439px){.media-gallery{margin-right:-40px;padding-right:40px;padding-left:40px;margin-left:-40px}}@media screen and (max-width: 1023px){.media-gallery{margin:20px -40px 0;padding-left:40px}}@media screen and (max-width: 1439px){.media-gallery .swiper{overflow:visible}}@media screen and (max-width: 1439px){.media-gallery .swiper-scrollbar{display:none}}.media-gallery .swiper-slide{cursor:pointer;height:360px;width:600px;border-radius:20px;overflow:hidden}@media screen and (max-width: 1439px){.media-gallery .swiper-slide{width:623px}}@media screen and (max-width: 1023px){.media-gallery .swiper-slide{width:587px}}@media screen and (max-width: 767px){.media-gallery .swiper-slide{width:363px;height:220px}}@media screen and (max-width: 479px){.media-gallery .swiper-slide{width:204px;height:320px}}.media-gallery .swiper-slide img{margin:unset}@media screen and (max-width: 767px){.media-list-content .h2{text-align:center}}.media-list-content .cards-list{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}@media screen and (max-width: 1439px){.media-list-content .cards-list{gap:20px}}@media screen and (max-width: 1023px){.media-list-content .cards-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.media-list-content .cards-list{grid-template-columns:1fr}}.webinar-content .h2{margin-bottom:40px}.webinar-content .webinar-top .content{display:grid;grid-template-columns:57.2% auto;gap:40px}@media screen and (max-width: 1439px){.webinar-content .webinar-top .content{gap:20px}}@media screen and (max-width: 1023px){.webinar-content .webinar-top .content{grid-template-columns:1fr;width:100%}}.webinar-content .webinar-top .webinar-video{height:600px}@media screen and (max-width: 1023px){.webinar-content .webinar-top .webinar-video{order:-1;height:360px}}.webinar-content .webinar-top .webinar-video .tags{right:40px;left:unset;top:40px;bottom:unset;white-space:nowrap}@media screen and (max-width: 1439px){.webinar-content .webinar-top .webinar-video .tags{right:32px}}@media screen and (max-width: 767px){.webinar-content .webinar-top .webinar-video .tags{bottom:20px;top:unset;left:50%;transform:translate(-50%)}}.webinar-content .webinar-top .webinar-video .webinar-date{position:absolute;left:40px;top:40px;background-color:#fff;z-index:1;font-size:16px;line-height:normal;padding:16px 14px;border-radius:8px;color:#373737;white-space:nowrap}@media screen and (max-width: 1439px){.webinar-content .webinar-top .webinar-video .webinar-date{left:32px;top:32px}}@media screen and (max-width: 767px){.webinar-content .webinar-top .webinar-video .webinar-date{left:50%;transform:translate(-50%);top:20px}}@media screen and (max-width: 479px){.webinar-content .webinar-top .webinar-video .webinar-date{font-size:14px;padding:8px 14px}}@media screen and (max-width: 767px){.webinar-content .webinar-top .webinar-video.future .tags{bottom:71px;left:50%;transform:translate(-50%)}}.webinar-content .webinar-top .webinar-themes{color:#fff;background-color:#4a4a4a;background-image:url(/build/assets/radial-gradient-blue-dots-B0n1Pawf.png);background-size:contain;background-repeat:no-repeat;background-position:top right;border:unset}@media screen and (max-width: 1023px){.webinar-content .webinar-top .webinar-themes{background-image:url(/build/assets/radial-gradient-blue-dots-long-BZDWKbjU.png);height:360px;background-size:cover;background-position:100% 57%}}@media screen and (max-width: 767px){.webinar-content .webinar-top .webinar-themes{background-image:url(/build/assets/themes-bg-mob-Daek8MEI.webp);background-size:contain;background-position:top right}}.webinar-content .webinar-top .webinar-themes:after{background:linear-gradient(180deg,#4a4a4a00,#4a4a4a)}.webinar-content .webinar-top .webinar-themes:before{position:absolute;content:"";background-image:url(/build/assets/radial-gradient-orange-elips-CE5h08qJ.png);background-repeat:no-repeat;background-size:100% 100%;width:119%;height:129%;top:-370px;left:-326px;opacity:.8;transform:rotate(29deg)}@media screen and (max-width: 1439px){.webinar-content .webinar-top .webinar-themes:before{left:-200px;opacity:.7}}@media screen and (max-width: 1023px){.webinar-content .webinar-top .webinar-themes:before{left:-61%;top:-48%;transform:rotate(165deg)}}@media screen and (max-width: 767px){.webinar-content .webinar-top .webinar-themes:before{left:-82%;top:-69%;transform:rotate(164deg);width:186%;height:168%}}.webinar-content .webinar-top .webinar-themes .webinar-theme:after{content:none}.webinar-content .webinar-top .webinar-themes .webinar-theme .num{margin-bottom:4px}.webinar-content .webinar-top .webinar-themes .webinar-theme .p-20{margin-bottom:12px}@media screen and (max-width: 767px){.webinar-content .webinar-top .webinar-themes .webinar-theme .p-20{font-size:18px}}.webinar-content .webinar-top .webinar-themes .webinar-theme .desc{margin-bottom:20px}@media screen and (max-width: 1439px){.webinar-content .webinar-top .webinar-themes .webinar-theme .desc{margin-bottom:12px}}.webinar-content .webinar-top .webinar-themes .webinar-theme .time .icon{width:20px;height:20px}@media screen and (max-width: 1023px){.webinar-content .speakers .swiper-wrapper{display:flex;gap:0;flex-direction:row}}@media screen and (max-width: 1023px){.webinar-content .speakers .swiper-wrapper .swiper-slide{width:344px;height:auto}}@media screen and (max-width: 767px){.webinar-content .speakers .swiper-wrapper .swiper-slide{width:287px}}@media screen and (max-width: 479px){.webinar-content .speakers .swiper-wrapper .swiper-slide{width:255px}}.why-us .cards,.us-in-numbers .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;justify-content:center}@media screen and (max-width: 1439px){.why-us .cards,.us-in-numbers .cards{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width: 767px){.why-us .cards,.us-in-numbers .cards{display:flex;flex-direction:column;align-items:center}}.why-us .cards .card-default,.us-in-numbers .cards .card-default{border:unset;position:relative;padding-bottom:unset;overflow:hidden;border-radius:unset}.why-us .cards .card-default:before,.us-in-numbers .cards .card-default:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/why-mask-BReq74Ll.svg);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}@media screen and (max-width: 1919px){.why-us .cards .card-default,.us-in-numbers .cards .card-default{position:relative}.why-us .cards .card-default:before,.us-in-numbers .cards .card-default:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/why-mask-desc-XzqKgFye.svg);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}@media screen and (max-width: 1439px){.why-us .cards .card-default,.us-in-numbers .cards .card-default{position:relative}.why-us .cards .card-default:before,.us-in-numbers .cards .card-default:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/why-mask-med-BXBZrtpz.svg);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}@media screen and (max-width: 1023px){.why-us .cards .card-default,.us-in-numbers .cards .card-default{position:relative;min-height:330px;gap:8px}.why-us .cards .card-default:before,.us-in-numbers .cards .card-default:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/why-mask-tab-CJO3AS_i.svg);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}@media screen and (max-width: 767px){.why-us .cards .card-default,.us-in-numbers .cards .card-default{align-items:center;max-width:640px;min-height:256px;position:relative}.why-us .cards .card-default:before,.us-in-numbers .cards .card-default:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/why-mask-mob-BQwZPAtw.svg);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}@media screen and (max-width: 479px){.why-us .cards .card-default,.us-in-numbers .cards .card-default{min-height:352px;position:relative}.why-us .cards .card-default:before,.us-in-numbers .cards .card-default:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/why-mask-mob-min-qvrxAioc.svg);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}.why-us .cards .card-default svg,.us-in-numbers .cards .card-default svg{align-self:flex-end;width:133px;height:133px;color:#e6e6e6;padding-right:11px;margin-top:-20px}@media screen and (max-width: 1439px){.why-us .cards .card-default svg,.us-in-numbers .cards .card-default svg{padding-right:18px}}@media screen and (max-width: 1023px){.why-us .cards .card-default svg,.us-in-numbers .cards .card-default svg{width:110px;height:110px;padding-right:9px}}@media screen and (max-width: 767px){.why-us .cards .card-default svg,.us-in-numbers .cards .card-default svg{width:120px;height:120px;align-self:center;transform:translateY(24px);padding-right:unset}}@media screen and (max-width: 479px){.why-us .cards .card-default svg,.us-in-numbers .cards .card-default svg{width:100px;height:100px;transform:unset;margin-top:auto}}@media screen and (max-width: 767px){.why-us .cards .card-default p,.why-us .cards .card-default .h5,.us-in-numbers .cards .card-default p,.us-in-numbers .cards .card-default .h5{text-align:center}}.why-us .cards .card-default p,.us-in-numbers .cards .card-default p{margin-bottom:auto}.why-us .cards .card-default:nth-of-type(1) .h5,.why-us .cards .card-default:nth-of-type(4) .h5,.us-in-numbers .cards .card-default:nth-of-type(1) .h5,.us-in-numbers .cards .card-default:nth-of-type(4) .h5{max-width:80%}.why-us .cards .card-default:nth-of-type(2):before,.us-in-numbers .cards .card-default:nth-of-type(2):before{transform:scaleY(-1)}.why-us .cards .card-default:nth-of-type(3):before,.us-in-numbers .cards .card-default:nth-of-type(3):before{transform:scaleX(-1)}.why-us .cards .card-default:nth-of-type(4):before,.us-in-numbers .cards .card-default:nth-of-type(4):before{transform:scaleX(-1) scaleY(-1)}.why-us .cards .card-default{justify-content:space-between}@media screen and (max-width: 1439px){.us-in-numbers .cards{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 1023px){.us-in-numbers .cards{grid-template-columns:repeat(2,1fr)}}.us-in-numbers .cards .card-default{min-height:unset;gap:0}.us-in-numbers .cards .card-default:nth-of-type(2):before,.us-in-numbers .cards .card-default:nth-of-type(4):before{transform:scaleY(-1)}.us-in-numbers .cards .card-default:nth-of-type(1):before{transform:scaleX(-1)}@media screen and (max-width: 1919px){.us-in-numbers .cards .card-default{position:relative}.us-in-numbers .cards .card-default:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/us-mask-desk-Clr-4o17.svg);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}.us-in-numbers .cards .card-default:nth-of-type(1):before,.us-in-numbers .cards .card-default:nth-of-type(3):before{transform:scale(1)}.us-in-numbers .cards .card-default:nth-of-type(2):before,.us-in-numbers .cards .card-default:nth-of-type(4):before{transform:scale(-1)}}@media screen and (max-width: 1439px){.us-in-numbers .cards .card-default{position:relative}.us-in-numbers .cards .card-default:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/us-mask-med-jAxl9Y5S.svg);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}@media screen and (max-width: 1023px){.us-in-numbers .cards .card-default{position:relative}.us-in-numbers .cards .card-default:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/us-mask-mob-Bgx2wS9m.svg);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}@media screen and (max-width: 767px){.us-in-numbers .cards .card-default{gap:8px;align-items:center;max-width:640px;min-height:unset;position:relative}.us-in-numbers .cards .card-default:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/why-mask-mob-BQwZPAtw.svg);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}.us-in-numbers .cards .card-default:nth-of-type(2):before,.us-in-numbers .cards .card-default:nth-of-type(4):before{transform:scaleY(-1)}.us-in-numbers .cards .card-default:nth-of-type(1):before,.us-in-numbers .cards .card-default:nth-of-type(3):before{transform:scaleX(-1)}}@media screen and (max-width: 479px){.us-in-numbers .cards .card-default{position:relative}.us-in-numbers .cards .card-default:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/us-mask-mob-min-2-B6tXxhl2.svg);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}@media screen and (max-width: 767px){.us-in-numbers .cards .card-default .value{margin-bottom:unset}}.competence{width:65.8%;border-radius:20px;padding:40px;aspect-ratio:2.35/1;overflow:hidden;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/build/assets/competence-bg-BmqZBM4K.webp)}@media screen and (max-width: 1919px){.competence{width:57.016129%;aspect-ratio:1.683333333/1;background-image:url(/build/assets/competence-bg-med-CdVhen0H.webp)}}@media screen and (max-width: 1439px){.competence{aspect-ratio:1.29047619/1;padding:32px;background-image:url(/build/assets/competence-bg-tab-DA_4O_q6.webp)}}@media screen and (max-width: 1023px){.competence{height:420px;background-image:url(/build/assets/competence-bg-tab-2-DDibeiyW.webp)}}@media screen and (max-width: 767px){.competence{height:400px;width:100%;aspect-ratio:unset;padding:20px;background-image:url(/build/assets/competence-bg-mob-B5RsN4sF.webp)}}@media screen and (max-width: 479px){.competence{height:unset;aspect-ratio:.8/1;background-image:url(/build/assets/competence-bg-mob-min-Cy8SdLL5.webp)}}.competence .info{display:flex;flex-direction:column;gap:10px;height:100%;position:relative;z-index:2}@media screen and (max-width: 767px){.competence .info{align-items:center;height:fit-content}}.competence .info p,.competence .info .h2,.competence .info .h4{color:#fff}@media screen and (max-width: 767px){.competence .info p,.competence .info .h2,.competence .info .h4{text-align:center}}.competence .info .h2{margin-bottom:10px}.competence .info p{max-width:433px}@media screen and (max-width: 767px){.competence .info p{max-width:299px}}.competence .info .btn{margin-top:auto}@media screen and (max-width: 767px){.competence .info .btn{margin-top:10px}}.board-info .container{display:flex;gap:40px}@media screen and (max-width: 1439px){.board-info .container{flex-direction:column;gap:20px}}@media screen and (max-width: 767px){.board-info .container{gap:40px}}@media screen and (max-width: 479px){.board-info .container{gap:20px}}.board-info .gallery{width:57.2%;display:flex;gap:20px;aspect-ratio:1.439597315/1}.board-info .gallery:after{content:none}@media screen and (max-width: 1919px){.board-info .gallery{width:57.016129%;aspect-ratio:1.186241611/1}}@media screen and (max-width: 1439px){.board-info .gallery{width:100%;height:596px;aspect-ratio:unset}}@media screen and (max-width: 767px){.board-info .gallery{height:550px;flex-direction:column-reverse}}@media screen and (max-width: 479px){.board-info .gallery{height:362px}}.board-info .gallery .swiper-slide{background:#fafafa;cursor:pointer}.board-info .gallery .swiper-slide img{object-fit:contain;mix-blend-mode:multiply}.board-info .gallery .swiper{overflow:hidden}.board-info .gallery .swiper-product-gallery{flex:1}.board-info .gallery .swiper-product-gallery .swiper-button{position:absolute;right:20px;top:50%;transform:translateY(-50%);opacity:0}@media screen and (max-width: 767px){.board-info .gallery .swiper-product-gallery .swiper-button{display:none}}.board-info .gallery .swiper-product-gallery .swiper-button-disabled{opacity:0!important}.board-info .gallery .swiper-product-gallery .swiper-button-next .icon{transform:rotate(-90deg)}.board-info .gallery .swiper-product-gallery .swiper-button-prev{left:20px}.board-info .gallery .swiper-product-gallery .swiper-button-prev .icon{transform:rotate(90deg)}@media screen and (max-width: 767px){.board-info .gallery .swiper-product-gallery{margin-left:-20px;padding-left:20px;padding-right:20px;width:calc(100% + 40px)}}.board-info .gallery .swiper-product-gallery .swiper-slide{border-radius:20px;width:100%!important;height:100%!important}@media (hover: hover) and (pointer: fine){.board-info .gallery .swiper-product-gallery:hover .swiper-button{opacity:1}}.board-info .gallery .swiper-product-thumbs{width:88px;position:relative}@media screen and (max-width: 1439px){.board-info .gallery .swiper-product-thumbs{width:141px}}@media screen and (max-width: 1023px){.board-info .gallery .swiper-product-thumbs{width:101px}}@media screen and (max-width: 767px){.board-info .gallery .swiper-product-thumbs{margin-left:-20px;padding-left:20px;padding-right:20px;width:calc(100% + 40px)}}.board-info .gallery .swiper-product-thumbs .swiper-slide{border-radius:10px;width:100%!important;height:88px!important}@media screen and (max-width: 767px){.board-info .gallery .swiper-product-thumbs .swiper-slide{width:101px!important}}@media screen and (max-width: 479px){.board-info .gallery .swiper-product-thumbs .swiper-slide{width:70px!important;height:60px!important}}@media screen and (max-width: 767px){.board-info .gallery .swiper-product-thumbs .swiper-slide-thumb-active{border:2px solid #F7941D}}.board-info .gallery .swiper-product-thumbs .swiper-button{position:absolute;left:50%;transform:translate(-50%)}@media screen and (max-width: 767px){.board-info .gallery .swiper-product-thumbs .swiper-button{display:none}}.board-info .gallery .swiper-product-thumbs .swiper-button-disabled{opacity:0}.board-info .gallery .swiper-product-thumbs .swiper-button-next{bottom:20px}.board-info .gallery .swiper-product-thumbs .swiper-button-prev{top:20px}.board-info .gallery .swiper-product-thumbs .swiper-button-prev .icon{transform:rotate(180deg)}.board-info .info{flex:1;display:flex;flex-direction:column;gap:40px}@media screen and (max-width: 1439px){.board-info .info{gap:20px;flex-direction:row}}@media screen and (max-width: 767px){.board-info .info{flex-direction:column}}.board-info .info .about,.board-info .info .contacts{background:#fafafa;padding:40px;border-radius:20px}@media screen and (max-width: 1439px){.board-info .info .about,.board-info .info .contacts{padding:32px}}@media screen and (max-width: 767px){.board-info .info .about,.board-info .info .contacts{text-align:center}}.board-info .info .about{flex:1;display:flex;flex-direction:column;gap:10px;height:100%}@media screen and (max-width: 1439px){.board-info .info .about{width:57.4152542%;min-height:340px;flex:unset}}@media screen and (max-width: 767px){.board-info .info .about{width:100%;align-items:center}}@media screen and (max-width: 479px){.board-info .info .about{min-height:360px;padding:20px}}.board-info .info .about .btn-questions{margin-top:auto}.board-info .info .contacts{position:relative;overflow:hidden}.board-info .info .contacts:before{content:"";position:absolute;top:-99px;right:-98px;background-image:url(/build/assets/contacts-deco-8sJeCI-e.png);background-repeat:no-repeat;background-size:cover;width:314.455px;height:317.117px}@media screen and (max-width: 1439px){.board-info .info .contacts:before{top:unset;bottom:-77px}}@media screen and (max-width: 767px){.board-info .info .contacts:before{right:-104px}}@media screen and (max-width: 767px){.board-info .info .contacts:before{width:263px;height:265px;right:-93px;bottom:-73px}}@media screen and (max-width: 1439px){.board-info .info .contacts{flex:1}}@media screen and (max-width: 767px){.board-info .info .contacts{width:100%;min-height:260px;flex:unset}}.board-info .info .contacts .h5{margin-bottom:10px;position:relative;z-index:1}@media screen and (max-width: 1439px){.board-info .info .contacts .h5{font-size:20px;margin-bottom:20px}}@media screen and (max-width: 479px){.board-info .info .contacts .h5{font-size:18px}}.board-info .info .contacts ul{position:relative;z-index:1;display:flex;gap:40px;align-items:center}@media screen and (max-width: 1439px){.board-info .info .contacts ul{flex-direction:column;gap:20px;align-items:flex-start}}@media screen and (max-width: 767px){.board-info .info .contacts ul{text-align:center;align-items:center}}.board-info .info .contacts ul li{display:flex;gap:4px;align-items:center;word-break:break-word}@media screen and (max-width: 767px){.board-info .info .contacts ul li{flex-direction:column}}.board-info .info .contacts ul li a{transition:color .2s}@media (hover: hover) and (pointer: fine){.board-info .info .contacts ul li a:hover{color:#f7941d}}@media screen and (max-width: 1439px){.board-info .info .contacts ul li a{font-size:18px}}.board-info .info .contacts ul li .icon{width:20px;height:20px;color:#f7941d}.board-info .info .contacts ul li .icon-message{width:24px;height:24px}.speakers .h2{margin-bottom:40px}@media screen and (max-width: 1439px){.speakers .h2{margin-bottom:20px}}@media screen and (max-width: 767px){.speakers .h2{text-align:center}}.speakers .swiper{overflow:visible}@media screen and (max-width: 767px){.speakers .swiper{margin-left:-20px;padding-left:20px;padding-right:20px;width:calc(100% + 40px)}}.speakers .swiper-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}@media screen and (max-width: 1919px){.speakers .swiper-wrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1439px){.speakers .swiper-wrapper{gap:20px}}@media screen and (max-width: 1023px){.speakers .swiper-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.speakers .swiper-wrapper{gap:unset}}@media screen and (max-width: 767px){.speakers .swiper-wrapper .swiper-slide{width:287px}}@media screen and (max-width: 479px){.speakers .swiper-wrapper .swiper-slide{width:205px}}.boards-types .container{display:grid;grid-template-columns:repeat(12,1fr);gap:40px}@media screen and (max-width: 1439px){.boards-types .container{grid-template-columns:1fr;gap:20px}}.boards-types .info{background-color:#4a4a4a;border-radius:20px;overflow:hidden;padding:40px;grid-area:auto/span 4;position:relative;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/build/assets/board-types-bg-DA62-fUs.png)}@media screen and (max-width: 1439px){.boards-types .info{padding:32px;grid-area:unset;width:100%;min-height:219px;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/build/assets/board-types-bg-med-kDlhiXJj.webp);background-size:104%}}@media screen and (max-width: 1023px){.boards-types .info{min-height:215px;background-position:center;background-repeat:no-repeat;background-image:url(/build/assets/board-types-bg-tab-D_UMA2kl.png);background-size:cover;background-position:left}}@media screen and (max-width: 767px){.boards-types .info{min-height:191px}}@media screen and (max-width: 479px){.boards-types .info{padding:20px;min-height:157px}}@media screen and (max-width: 1439px){.boards-types .info:after{pointer-events:none;position:absolute;content:"";right:-93px;bottom:-195px;width:394.984px;height:394.984px;background-image:url(/build/assets/motherboard-i-Yt63dZ.svg)}}@media screen and (max-width: 1023px){.boards-types .info:after{right:-183px;bottom:-200px}}@media screen and (max-width: 767px){.boards-types .info:after{content:none}}.boards-types .info .h2{margin-bottom:20px;color:#fff}@media screen and (max-width: 1919px){.boards-types .info .h2{margin-bottom:8px}}@media screen and (max-width: 767px){.boards-types .info .h2{text-align:center;font-size:32px}}@media screen and (max-width: 479px){.boards-types .info .h2{font-size:24px}}.boards-types .info p{max-width:340px;color:#fff}@media screen and (max-width: 1439px){.boards-types .info p{max-width:470px}}@media screen and (max-width: 767px){.boards-types .info p{text-align:center}}.boards-types .info .btn{margin-top:40px}@media screen and (max-width: 1439px){.boards-types .info .btn{margin-top:20px}}@media screen and (max-width: 767px){.boards-types .info .btn{margin:20px auto 0}}.boards-types .info .text{z-index:1;height:100%;display:flex;flex-direction:column}@media screen and (max-width: 767px){.boards-types .info .text{align-items:center}}.boards-types .swiper,.boards-types .boards-list{grid-area:auto/span 8;position:relative}@media screen and (max-width: 1439px){.boards-types .swiper,.boards-types .boards-list{grid-area:unset;width:100%}}@media screen and (max-width: 767px){.boards-types .swiper .swiper-slide,.boards-types .boards-list .swiper-slide{height:auto;width:178px;min-height:180px}}@media screen and (max-width: 479px){.boards-types .swiper .swiper-slide,.boards-types .boards-list .swiper-slide{width:205px;min-height:240px}}.boards-types .swiper{margin-top:20px}.boards-types .swiper .swiper-wrapper{display:flex;gap:unset}@media screen and (max-width: 1023px){.boards-types .swiper{padding-right:60px}}@media screen and (max-width: 767px){.boards-types .swiper{padding-right:40px}}.boards-types .boards-list{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 42px}@media screen and (max-width: 1439px){.boards-types .boards-list{gap:20px}}.page-boards .boards-types .btn{display:none}.start-project .content{display:flex;gap:40px}@media screen and (max-width: 1439px){.start-project .content{gap:20px}}@media screen and (max-width: 1023px){.start-project .content{flex-direction:column}}.start-project .block{border-radius:20px;background-color:#fafafa;padding:40px;display:flex;flex-direction:column;height:282px;position:relative;overflow:hidden}@media screen and (max-width: 1439px){.start-project .block{padding:32px}}@media screen and (max-width: 767px){.start-project .block{padding:20px;align-items:center}}.start-project .block .title{font-size:20px;line-height:normal;max-width:300px;display:inline-block}@media screen and (max-width: 1439px){.start-project .block .title{max-width:255px}}@media screen and (max-width: 767px){.start-project .block .title{text-align:center}}.start-project .block p{margin-top:20px;font-size:16px}@media screen and (max-width: 1919px){.start-project .block p{font-size:18px}}@media screen and (max-width: 1439px){.start-project .block p{margin-top:18px;max-width:200px}}@media screen and (max-width: 1023px){.start-project .block p{margin-top:20px}}@media screen and (max-width: 767px){.start-project .block p{display:none}}.start-project .block .link{margin-top:auto;display:flex;align-items:center;gap:10px}@media screen and (max-width: 1439px){.start-project .block .link{padding:11px 28px;border-radius:100px;border:2px solid #EB711D;background:#fff;width:fit-content;z-index:1}}@media screen and (max-width: 767px){.start-project .block .link{padding:8px 28px}}@media screen and (max-width: 479px){.start-project .block .link{padding:8px 20px}}@media (hover: hover) and (pointer: fine){.start-project .block .link:hover .icon-arrow{transform:translate(12px)}}.start-project .block .link .icon-arrow{display:none;color:#fff;width:25px;height:25px;transition:transform .2s}@media screen and (max-width: 1439px){.start-project .block .link .icon-arrow{display:block}}.start-project .block .link .icon{width:24px;height:24px}@media screen and (max-width: 1439px){.start-project .block .link .icon{display:none}}.start-project .block .link span{font-weight:500;font-size:16px;color:#4a4a4a;transition:color .2s}@media screen and (max-width: 1439px){.start-project .block .link span{font-size:18px}}@media screen and (max-width: 479px){.start-project .block .link span{font-size:16px;text-align:center}}.start-project .block .img-wrapper{position:absolute;right:28px;bottom:0;transition:transform .3s,opacity .3s}.start-project .block.block-mail{width:57.2%}@media screen and (max-width: 1439px){.start-project .block.block-mail{width:calc(50% - 10px)}}@media screen and (max-width: 1023px){.start-project .block.block-mail{width:100%}}@media (hover: hover) and (pointer: fine){.start-project .block.block-mail .link:hover span{color:#f7941d}.start-project .block.block-mail .link:hover~.img-wrapper{transform:scale(1.1)}}.start-project .block.block-mail .img-wrapper{width:386px;height:249px}@media screen and (max-width: 1919px){.start-project .block.block-mail .img-wrapper{width:353px;height:229px;bottom:-35px}}@media screen and (max-width: 1439px){.start-project .block.block-mail .img-wrapper{right:-202px;bottom:0;width:393px;height:254px}}@media screen and (max-width: 1023px){.start-project .block.block-mail .img-wrapper{right:-39px}}@media screen and (max-width: 767px){.start-project .block.block-mail .img-wrapper{width:298px;height:193px}}.start-project .block.block-manager{flex:1}@media screen and (max-width: 1023px){.start-project .block.block-manager{flex:unset}}.start-project .block.block-manager .link .icon-arrow{transform:rotate(-90deg)}@media (hover: hover) and (pointer: fine){.start-project .block.block-manager .link:hover .icon-arrow{transform:translate(12px) rotate(-90deg)}}.start-project .block.block-manager .img-wrapper{right:42px}@media screen and (max-width: 1919px){.start-project .block.block-manager .img-wrapper{width:177px;height:196px}}@media screen and (max-width: 1439px){.start-project .block.block-manager .img-wrapper{width:218px;height:242px;right:-15px}}@media screen and (max-width: 1023px){.start-project .block.block-manager .img-wrapper{right:40px}}@media screen and (max-width: 767px){.start-project .block.block-manager .img-wrapper{right:-10px;width:168px;height:186px}}@media screen and (max-width: 479px){.start-project .block.block-manager .img-wrapper{right:unset;left:50%;transform:translate(-50%)}}.start-project .block.block-manager .img-wrapper.hover{opacity:0}@media (hover: hover) and (pointer: fine){.start-project .block.block-manager .link:hover span{color:#f7941d}.start-project .block.block-manager .link:hover~.img-wrapper.hover{opacity:1}}.faq .container{display:flex;gap:40px}@media screen and (max-width: 1439px){.faq .container{flex-direction:column;gap:20px}}.faq .request-sm{flex:1;height:420px}@media screen and (max-width: 1439px){.faq .request-sm{height:240px;mask-image:unset;-webkit-mask-image:unset;border-radius:20px;flex:unset}}@media screen and (max-width: 1023px){.faq .request-sm{height:228px}}@media screen and (max-width: 767px){.faq .request-sm{height:240px;-webkit-mask-image:url(/build/assets/questions-sm-mask-mob-Dk2TBS1_.webp);mask-image:url(/build/assets/questions-sm-mask-mob-Dk2TBS1_.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}}@media screen and (max-width: 479px){.faq .request-sm{height:320px;-webkit-mask-image:url(/build/assets/request-sm-faq-mask-BG0jORec.webp);mask-image:url(/build/assets/request-sm-faq-mask-BG0jORec.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden}}@media screen and (max-width: 767px){.faq .request-sm .h2{max-width:200px}}@media screen and (max-width: 1439px){.faq .request-sm p{max-width:unset}}@media screen and (max-width: 767px){.faq .request-sm p{max-width:275px}}@media screen and (max-width: 1439px){.faq .request-sm:before{background-image:url(/build/assets/request-sm-full-bg-DcDFMYiT.webp);background-position:right bottom}}@media screen and (max-width: 767px){.faq .request-sm:before{background-image:url(/build/assets/questions-sm-mask-mob-Dk2TBS1_.webp)}}@media screen and (max-width: 479px){.faq .request-sm:before{background-image:url(/build/assets/request-sm-faq-mask-BG0jORec.webp)}}.faq .faq-list{display:flex;flex-direction:column;gap:20px;width:65.8%}@media screen and (max-width: 1919px){.faq .faq-list{width:57%}}@media screen and (max-width: 1439px){.faq .faq-list{width:100%}}.faq .faq-item{background-color:#fafafa;border-radius:20px;cursor:pointer;padding:40px}@media screen and (max-width: 1439px){.faq .faq-item{padding:32px}}@media screen and (max-width: 767px){.faq .faq-item{padding:20px}}.faq .faq-item.active span,.faq .faq-item.active .icon{color:#f7941d}.faq .faq-item.active .icon{transform:rotate(-180deg)}.faq .faq-item.active .answer{opacity:1;padding-top:40px;height:fit-content}@media screen and (max-width: 1439px){.faq .faq-item.active .answer{padding-top:20px}}@media screen and (max-width: 767px){.faq .faq-item.active .answer{padding-top:8px}}.faq .faq-item .question{display:flex;justify-content:space-between;gap:20px;align-items:center}.faq .faq-item .question span,.faq .faq-item .question .icon{transition:color .2s}@media screen and (max-width: 1439px){.faq .faq-item .question span{font-size:18px}}@media screen and (max-width: 767px){.faq .faq-item .question span{font-size:16px}}.faq .faq-item .question .icon{transition:transform .3s;width:19px;height:21px}@media (hover: hover) and (pointer: fine){.faq .faq-item .question:hover span,.faq .faq-item .question:hover .icon{color:#f7941d}}.faq .faq-item .answer{line-height:133.333%;opacity:0;height:0;padding-top:0;transition:opacity .3s,height .4s,padding-top .4s;font-size:18px}@media screen and (max-width: 767px){.faq .faq-item .answer{font-size:16px;line-height:150%}}.values-section .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}@media screen and (max-width: 1439px){.values-section .cards{gap:20px}}@media screen and (max-width: 1023px){.values-section .cards{grid-template-columns:1fr}}@media screen and (max-width: 1439px){.values-section .card-value{padding:31px}}@media screen and (max-width: 1023px){.values-section .card-value{padding:32px}}@media screen and (max-width: 767px){.values-section .card-value{padding:20px}}.values-section .card-value:nth-of-type(2) .icon{right:-25px;width:377.251px;height:377.25px}@media screen and (max-width: 1919px){.values-section .card-value:nth-of-type(2) .icon{width:308.009px;height:308.009px;right:-20px}}@media screen and (max-width: 1439px){.values-section .card-value:nth-of-type(2) .icon{width:239.564px;height:239.564px;right:-15px}}@media screen and (max-width: 1023px){.values-section .card-value:nth-of-type(2) .icon{bottom:-21px;right:40px;width:222.565px;height:222.564px}}@media screen and (max-width: 767px){.values-section .card-value:nth-of-type(2) .icon{bottom:-32px}}@media screen and (max-width: 479px){.values-section .card-value:nth-of-type(2) .icon{bottom:-15px;width:210px;height:210px}}.values-section .card-value:nth-of-type(3) .icon{width:309px;height:360px;right:-20px;bottom:-31px}@media screen and (max-width: 1919px){.values-section .card-value:nth-of-type(3) .icon{width:252.04px;height:293.924px;right:-16px;bottom:-34px}}@media screen and (max-width: 1439px){.values-section .card-value:nth-of-type(3) .icon{width:196.031px;height:228.608px;right:-12px;bottom:-36px}}@media screen and (max-width: 1023px){.values-section .card-value:nth-of-type(3) .icon{right:53px;bottom:-24px;width:196.031px;height:228.608px}}@media screen and (max-width: 767px){.values-section .card-value:nth-of-type(3) .icon{bottom:-28px}}@media screen and (max-width: 479px){.values-section .card-value:nth-of-type(3) .icon{width:180px;height:210px;bottom:-15px}}.values-section.gg-is .card-value:first-of-type .icon{width:503px;height:482px;top:83px;bottom:unset;left:unset;right:32px}@media screen and (max-width: 1919px){.values-section.gg-is .card-value:first-of-type .icon{width:411px;height:393px;top:70px;left:unset;right:27px}}@media screen and (max-width: 1439px){.values-section.gg-is .card-value:first-of-type .icon{width:318px;height:305px;top:52px;right:21px}}@media screen and (max-width: 1023px){.values-section.gg-is .card-value:first-of-type .icon{width:318px;height:305px;top:-38px;right:66px}}@media screen and (max-width: 767px){.values-section.gg-is .card-value:first-of-type .icon{right:unset;left:50%;transform:translate(-50%);top:-17px}}@media screen and (max-width: 479px){.values-section.gg-is .card-value:first-of-type .icon{width:257px;height:247px;top:18px;left:1px;transform:unset}}.values-section.gg-is .card-value:nth-of-type(2) .icon{bottom:-18px;right:-121px;width:691.429px;height:482.712px}@media screen and (max-width: 1919px){.values-section.gg-is .card-value:nth-of-type(2) .icon{width:564.521px;height:394.113px;bottom:-16px;right:-99px}}@media screen and (max-width: 1439px){.values-section.gg-is .card-value:nth-of-type(2) .icon{width:438.369px;height:315.862px;bottom:-20px;right:-76px}}@media screen and (max-width: 1023px){.values-section.gg-is .card-value:nth-of-type(2) .icon{bottom:-51px;right:9px}}@media screen and (max-width: 767px){.values-section.gg-is .card-value:nth-of-type(2) .icon{right:unset;left:50%;transform:translate(-50%)}}@media screen and (max-width: 479px){.values-section.gg-is .card-value:nth-of-type(2) .icon{bottom:-77px;width:356px;height:257px}}.values-section.gg-is .card-value:nth-of-type(3) .icon{bottom:-35px;right:-45px;width:333.318px;height:412.759px}@media screen and (max-width: 1919px){.values-section.gg-is .card-value:nth-of-type(3) .icon{right:-37px;bottom:-30px;width:272.14px;height:336.999px}}@media screen and (max-width: 1439px){.values-section.gg-is .card-value:nth-of-type(3) .icon{width:211.664px;height:262.012px;bottom:-22px;right:-28px}}@media screen and (max-width: 1023px){.values-section.gg-is .card-value:nth-of-type(3) .icon{bottom:-41px;right:123px}}@media screen and (max-width: 767px){.values-section.gg-is .card-value:nth-of-type(3) .icon{right:unset;left:50%;transform:translate(-50%);bottom:-70px}}@media screen and (max-width: 479px){.values-section.gg-is .card-value:nth-of-type(3) .icon{width:172px;height:213px;bottom:-53px}}.values-section.advantages .card-value .icon{width:380px;height:380px;bottom:-56px;right:-71px}@media screen and (max-width: 1919px){.values-section.advantages .card-value .icon{width:316px;height:316px;bottom:-55px;right:-64px}}@media screen and (max-width: 1439px){.values-section.advantages .card-value .icon{width:241.451px;height:241.451px;right:-44px;bottom:-50px}}@media screen and (max-width: 1023px){.values-section.advantages .card-value .icon{width:219.315px;height:219.315px;right:121px;bottom:-19px}}@media screen and (max-width: 767px){.values-section.advantages .card-value .icon{width:120px;height:120px;bottom:-20px}}@media screen and (max-width: 479px){.values-section.advantages .card-value .icon{bottom:-15px;width:123px;height:123px}}.about-banner>.container{aspect-ratio:1/.4}@media screen and (max-width: 767px){.about-banner>.container{aspect-ratio:unset;height:280px}}@media screen and (max-width: 479px){.about-banner>.container{height:400px}}.about-banner .btn-play{width:120px;height:120px}@media screen and (max-width: 1439px){.about-banner .btn-play{width:100px;height:100px}}@media screen and (max-width: 767px){.about-banner .btn-play{width:80px;height:80px}}.about-story .swiper{padding-bottom:40px;overflow:visible}.about-story .swiper .swiper-slide{width:fit-content;height:auto}@media screen and (max-width: 1439px){.about-story .swiper .swiper-scrollbar{display:none}}@media screen and (max-width: 767px){.our-team .tabs{flex-wrap:wrap}}@media screen and (max-width: 767px) and (max-width: 1439px){.our-team .tabs{flex-wrap:nowrap;overflow:auto;margin-left:-40px;padding-left:40px;width:calc(100% + 80px);padding-right:40px}}@media screen and (max-width: 767px) and (max-width: 1023px){.our-team .tabs{margin-left:-30px;padding-left:30px;width:calc(100% + 60px);padding-right:30px}}@media screen and (max-width: 767px) and (max-width: 767px){.our-team .tabs{margin-left:-20px;padding-left:20px;width:calc(100% + 40px);padding-right:20px}}@media screen and (max-width: 479px){.our-team .tabs{margin-bottom:40px}}.our-team .tab-pane{display:none;flex-direction:column;gap:60px}@media screen and (max-width: 1439px){.our-team .tab-pane{gap:40px}}.our-team .tab-pane.active{display:flex}.our-team .tab-pane .h3{text-transform:uppercase;margin-bottom:20px}@media screen and (max-width: 1919px){.our-team .tab-pane .h3{margin-bottom:20px}}@media screen and (max-width: 767px){.our-team .tab-pane .h3{text-align:center}}.our-team .tab-pane .swiper{overflow:visible}.our-team .tab-pane .swiper .swiper-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}@media screen and (max-width: 1919px){.our-team .tab-pane .swiper .swiper-wrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1439px){.our-team .tab-pane .swiper .swiper-wrapper{gap:20px}}@media screen and (max-width: 1023px){.our-team .tab-pane .swiper .swiper-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.our-team .tab-pane .swiper .swiper-wrapper{display:flex;gap:0}}.our-team .tab-pane .swiper .swiper-slide{height:auto}@media screen and (max-width: 767px){.our-team .tab-pane .swiper .swiper-slide{width:fit-content}}@media screen and (max-width: 767px){.our-team .tab-pane .swiper .card-person{width:286px}}@media screen and (max-width: 479px){.our-team .tab-pane .swiper .card-person{width:204px}}@media screen and (max-width: 1439px){.ceo-and-staff .mb-40{margin-bottom:20px}}.ceo-and-staff .video-w-preview{aspect-ratio:1/.4}@media screen and (max-width: 767px){.ceo-and-staff .video-w-preview{aspect-ratio:unset;height:280px}}@media screen and (max-width: 479px){.ceo-and-staff .video-w-preview{height:400px}}.ceo-and-staff .video-w-preview .btn-play{width:120px;height:120px}@media screen and (max-width: 1439px){.ceo-and-staff .video-w-preview .btn-play{width:100px;height:100px}}@media screen and (max-width: 767px){.ceo-and-staff .video-w-preview .btn-play{width:80px;height:80px}}.ceo-and-staff .video-w-preview .text{position:absolute;bottom:40px;left:40px;right:40px;color:#fff;opacity:0;transition:opacity .3s;z-index:2;display:flex;flex-direction:column;gap:20px;pointer-events:none}@media screen and (max-width: 1439px){.ceo-and-staff .video-w-preview .text{bottom:32px;left:32px;right:32px}}@media screen and (max-width: 767px){.ceo-and-staff .video-w-preview .text{bottom:20px;left:20px;right:20px;align-items:center;text-align:center}}.ceo-and-staff .video-w-preview .text .desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1919px){.ceo-and-staff .video-w-preview .text .desc{-webkit-line-clamp:3}}@media screen and (max-width: 1023px){.ceo-and-staff .video-w-preview .text .desc{-webkit-line-clamp:5}}@media screen and (max-width: 767px){.ceo-and-staff .video-w-preview .text .desc{-webkit-line-clamp:3}}@media screen and (max-width: 479px){.ceo-and-staff .video-w-preview .text .desc{-webkit-line-clamp:5}}.ceo-and-staff .video-w-preview .text .p-20{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 767px){.ceo-and-staff .video-w-preview .text .p-20{font-size:18px}}.ceo-and-staff .gallery{position:relative}.ceo-and-staff .swiper-staff-gallery .swiper-slide{width:473px;height:239.996px}@media screen and (max-width: 1919px){.ceo-and-staff .swiper-staff-gallery .swiper-slide{width:387px}}@media screen and (max-width: 1439px){.ceo-and-staff .swiper-staff-gallery .swiper-slide{width:382px}}@media screen and (max-width: 1023px){.ceo-and-staff .swiper-staff-gallery .swiper-slide{width:283px}}@media screen and (max-width: 767px){.ceo-and-staff .swiper-staff-gallery .swiper-slide{width:287px}}@media screen and (max-width: 479px){.ceo-and-staff .swiper-staff-gallery .swiper-slide{width:204px}}.ceo-and-staff .swiper-staff-gallery .swiper-slide .video-w-preview{height:100%}.ceo-and-staff .swiper-staff-gallery .swiper-slide .video-w-preview .btn-play{width:72px;height:72px}.ceo-and-staff .swiper-staff-gallery .video-w-preview:after{position:absolute;background:#0000004d;opacity:0;pointer-events:none;content:"";width:100%;height:100%;top:0;right:0;bottom:0;left:0;transition:opacity .3s}@media (hover: hover) and (pointer: fine){.ceo-and-staff .swiper-staff-gallery .video-w-preview:hover:after,.ceo-and-staff .swiper-staff-gallery .video-w-preview:hover .text{opacity:1}.ceo-and-staff .swiper-staff-gallery .video-w-preview:hover .btn-play{transform:translate(-50%,-50%) scale(1.1)}}.career-banner .container{color:#fff;min-height:560px;border-radius:20px;position:relative;overflow:hidden;background-color:#373737;padding:40px;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/build/assets/career-banner-bg-BlS6Bvfk.svg)}@media screen and (max-width: 1439px){.career-banner .container{padding:32px}}@media screen and (max-width: 767px){.career-banner .container{padding:20px}}@media screen and (max-width: 1919px){.career-banner .container{min-height:480px}}@media screen and (max-width: 1439px){.career-banner .container{min-height:492px;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/build/assets/career-banner-bg-med-BCT5bOFb.svg)}}@media screen and (max-width: 1023px){.career-banner .container{min-height:640px;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/build/assets/career-banner-bg-tab-vZjgkJNJ.svg)}}@media screen and (max-width: 767px){.career-banner .container{min-height:unset;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/build/assets/career-banner-bg-mob-DGtTD1EI.svg)}}.career-banner .img-wrapper{position:absolute;z-index:1;width:779px;height:676px;right:-40px;bottom:-105px}.career-banner .img-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(-216deg,rgba(55,55,55,.4) 0%,var(--Dark-grey, rgba(55, 55, 55, .4)) 8.05%,rgba(55,55,55,0) 46.01%);-webkit-mask-image:url(/build/assets/career-img-DQsbtYxH.webp);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:100% 100%;mask-image:url(/build/assets/career-img-DQsbtYxH.webp);mask-repeat:no-repeat;mask-position:center;mask-size:100% 100%}@media screen and (max-width: 1919px){.career-banner .img-wrapper{width:667.715px;height:579.429px;right:-34px;bottom:-90px}}@media screen and (max-width: 1439px){.career-banner .img-wrapper{width:758px;height:657.783px;right:-288px;bottom:-137px}}@media screen and (max-width: 1023px){.career-banner .img-wrapper{width:725.521px;height:629.6px;right:unset;left:50%;transform:translate(-50%);bottom:-334px}.career-banner .img-wrapper:after{background:linear-gradient(-289deg,rgba(55,55,55,.4) 0%,var(--Dark-grey, rgba(55, 55, 55, .4)) 30.05%,rgba(55,55,55,0) 98.01%)}}@media screen and (max-width: 767px){.career-banner .img-wrapper{bottom:-58px;width:452.166px;height:392.388px}}@media screen and (max-width: 479px){.career-banner .img-wrapper{bottom:-36px;width:287.742px;height:249.698px}}.career-banner .text{position:relative;z-index:1;max-width:650px}@media screen and (max-width: 1919px){.career-banner .text{max-width:559px}}@media screen and (max-width: 1439px){.career-banner .text{max-width:429px}}@media screen and (max-width: 1023px){.career-banner .text{max-width:unset}}@media screen and (max-width: 767px){.career-banner .text{text-align:center}}@media screen and (max-width: 479px){.career-banner .text{text-wrap:balance}}.career-banner .text p{max-width:582px}@media screen and (max-width: 1023px){.career-banner .text p{max-width:unset;margin-bottom:258px}}@media screen and (max-width: 767px){.career-banner .text p{text-align:center;margin-bottom:365px}}@media screen and (max-width: 479px){.career-banner .text p{margin-bottom:259px}}.percentage{background-color:#f6f6f6;background-image:url(/build/assets/precentage-bg-b1fCSNlo.svg);background-repeat:no-repeat;background-size:cover;background-position:center;padding:120px 0 212px;min-height:799px}@media screen and (max-width: 1919px){.percentage{padding:120px 0 235px;background-image:url(/build/assets/precentage-bg-desk-BBzip97t.svg)}}@media screen and (max-width: 1439px){.percentage{padding:120px 0;min-height:unset;background-image:url(/build/assets/precentage-bg-med-Dc79SMoM.svg)}}@media screen and (max-width: 1023px){.percentage{padding:120px 0 80px}}@media screen and (max-width: 767px){.percentage{padding:80px 0;background-image:url(/build/assets/precentage-bg-mob-DzWezr-N.svg)}}.percentage .h2{text-align:center;margin-bottom:73px}@media screen and (max-width: 1919px){.percentage .h2{margin-bottom:103px}}@media screen and (max-width: 1439px){.percentage .h2{margin-bottom:40px}}.percentage .content{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 1439px){.percentage .content{flex-direction:column;gap:80px}}@media screen and (max-width: 767px){.percentage .content{gap:40px}}.percentage .card-default{gap:4px;height:224px;width:473px;justify-content:center;align-items:center;text-align:center;background-color:#fff;position:relative;overflow:visible;border:2px solid rgba(74,74,74,.2)}.percentage .card-default:after{position:absolute;content:"";height:2px;width:100%;background-color:#c7c7c7;top:50%;transform:translateY(-50%);left:100%}@media screen and (max-width: 1439px){.percentage .card-default:after{top:unset;bottom:-100%;left:50%;transform:translate(-50%);height:100%;width:2px}}.percentage .card-default:last-of-type:after{right:100%;left:unset}@media screen and (max-width: 1439px){.percentage .card-default:last-of-type:after{right:unset;left:50%;top:-100%}}@media screen and (max-width: 1919px){.percentage .card-default{width:387px}}@media screen and (max-width: 1439px){.percentage .card-default{width:462px;height:fit-content}}@media screen and (max-width: 1023px){.percentage .card-default{width:465px;border:2px solid #b8b8b8}}@media screen and (max-width: 767px){.percentage .card-default{width:286px}}@media screen and (max-width: 479px){.percentage .card-default{width:280px}}.percentage .img-wrapper{border-radius:28px;border:2px solid rgba(74,74,74,.2);background:#fafafa;padding:15px;width:296px;height:296px;position:relative;z-index:1}@media screen and (max-width: 1919px){.percentage .img-wrapper{width:254px;height:254px}}@media screen and (max-width: 1439px){.percentage .img-wrapper{width:264px;height:264px}}@media screen and (max-width: 1023px){.percentage .img-wrapper{border:2px solid #b8b8b8}}@media screen and (max-width: 767px){.percentage .img-wrapper{border-radius:18px;width:184px;height:184px}}.integrated-production .content{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}@media screen and (max-width: 1439px){.integrated-production .content{grid-template-columns:1fr;gap:20px}}.integrated-production .cards{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}@media screen and (max-width: 1919px){.integrated-production .cards{gap:20px}}@media screen and (max-width: 767px){.integrated-production .cards{grid-template-columns:1fr}}@media screen and (max-width: 1919px){.integrated-production .video-w-preview{height:708px}}@media screen and (max-width: 1439px){.integrated-production .video-w-preview{height:380px}}@media screen and (max-width: 1023px){.integrated-production .video-w-preview{height:284px}}.integrated-production .btn-play{width:120px;height:120px}.docs .cards{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}@media screen and (max-width: 1439px){.docs .cards{grid-template-columns:1fr;gap:20px}}.guidance .cards{display:grid;grid-template-columns:repeat(2,1fr);gap:0 40px;transition:gap .3s}@media screen and (max-width: 1439px){.guidance .cards{gap:0 20px}}@media screen and (max-width: 767px){.guidance .cards{grid-template-columns:1fr}.guidance .cards .card-guidance:first-of-type{margin-bottom:20px}}.guidance .cards.expanded{gap:40px}@media screen and (max-width: 1439px){.guidance .cards.expanded{gap:20px}}@media screen and (max-width: 767px){.guidance .cards.expanded .card-guidance:first-of-type{margin-bottom:unset}}@media screen and (max-width: 767px){.productions-process-content .h2{max-width:400px;margin-left:auto;margin-right:auto;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto}}.productions-process-content .swiper{overflow:visible}@media screen and (max-width: 767px){.productions-process-content .swiper .swiper-wrapper{flex-direction:column;gap:20px}}.productions-process-content .swiper .swiper-slide{width:fit-content;height:auto}@media screen and (max-width: 767px){.productions-process-content .swiper .swiper-slide .text .p-20,.productions-process-content .swiper .swiper-slide .text p{text-align:center}}@media screen and (max-width: 1439px){.productions-process-content .swiper .swiper-scrollbar{display:none}}@media screen and (max-width: 767px){.productions-process-content .swiper-gradient-button{display:none}}.technologies-sections .container{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}@media screen and (max-width: 1439px){.technologies-sections .container{gap:20px}}@media screen and (max-width: 1023px){.technologies-sections .container{grid-template-columns:1fr}}.technologies-sections .technologies-item{min-height:520px;height:auto}@media screen and (max-width: 1919px){.technologies-sections .technologies-item{background-position:right bottom}}@media screen and (max-width: 1439px){.technologies-sections .technologies-item{min-height:440px;padding:30px;gap:8px}}@media screen and (max-width: 1023px){.technologies-sections .technologies-item{min-height:340px}}@media screen and (max-width: 767px){.technologies-sections .technologies-item{align-items:center;text-align:center;min-height:440px;padding:20px}}@media screen and (max-width: 479px){.technologies-sections .technologies-item{min-height:480px}}.technologies-sections .technologies-item:first-of-type{background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/build/assets/tech-1-bg-BC-3Pk6l.webp)}@media screen and (max-width: 1439px){.technologies-sections .technologies-item:first-of-type{background-image:url(/build/assets/tech-1-bg-med-LqSvPyfh.webp)}}@media screen and (max-width: 1023px){.technologies-sections .technologies-item:first-of-type{background-image:url(/build/assets/tech-1-bg-tab-CEq4WoMn.webp)}}@media screen and (max-width: 767px){.technologies-sections .technologies-item:first-of-type{background-image:url(/build/assets/tech-1-bg-med-LqSvPyfh.webp);background-size:cover}}@media screen and (max-width: 479px){.technologies-sections .technologies-item:first-of-type{background-image:url(/build/assets/tech-1-bg-mob-mpG52_Rq.webp)}}.technologies-sections .technologies-item:last-of-type{background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/build/assets/tech-2-bg-uApboKKv.webp)}@media screen and (max-width: 1439px){.technologies-sections .technologies-item:last-of-type{background-image:url(/build/assets/tech-2-bg-med-CkqdOPi6.webp)}}@media screen and (max-width: 1023px){.technologies-sections .technologies-item:last-of-type{background-image:url(/build/assets/tech-2-bg-tab-CCdrLswh.webp)}}@media screen and (max-width: 767px){.technologies-sections .technologies-item:last-of-type{background-image:url(/build/assets/tech-2-bg-med-CkqdOPi6.webp);background-size:cover}}@media screen and (max-width: 479px){.technologies-sections .technologies-item:last-of-type{background-image:url(/build/assets/tech-2-bg-mob-DdPwa_6r.webp)}}@media screen and (max-width: 1919px){.technologies-sections .technologies-item:first-of-type,.technologies-sections .technologies-item:last-of-type{background-position:right bottom}}.technologies-sections .technologies-item .title{font-size:24px;font-weight:700;line-height:120%;text-transform:uppercase;max-width:50%}@media screen and (max-width: 1439px){.technologies-sections .technologies-item .title{font-size:20px}}@media screen and (max-width: 1023px){.technologies-sections .technologies-item .title{max-width:unset}}@media screen and (max-width: 767px){.technologies-sections .technologies-item .title{font-size:18px}}.technologies-sections .technologies-item p{max-width:569px;line-height:122%}@media screen and (max-width: 1919px){.technologies-sections .technologies-item p{line-height:133%}}@media screen and (max-width: 1439px){.technologies-sections .technologies-item p{line-height:122%}}@media screen and (max-width: 1023px){.technologies-sections .technologies-item p{max-width:unset}}.technologies-sections .technologies-item p span{display:inline-block;max-width:80%}@media screen and (max-width: 1439px){.technologies-sections .technologies-item p span{max-width:unset}}@media screen and (max-width: 1023px){.technologies-sections .technologies-item p span{max-width:60%}}@media screen and (max-width: 767px){.technologies-sections .technologies-item p span{max-width:unset}}@media screen and (max-width: 479px){.technologies-sections .technologies-item p span{max-width:90%}}.technologies-sections .technologies-item .btn{margin-top:auto;border:2px solid #E6E6E6}@media screen and (max-width: 767px){.technologies-sections .technologies-item .btn{margin-top:12px}}@media (hover: hover) and (pointer: fine){.technologies-sections .technologies-item .btn:hover{border:2px solid #FFE9C0}}.customer-service-banner .container{color:#fff;border-radius:20px;min-height:474px;background:linear-gradient(333deg,#373737,#373737 20%,#303a3a 35%,#204f47,#13664d 75%,#02aa77);position:relative;overflow:hidden;padding:40px}@media screen and (max-width: 1439px){.customer-service-banner .container{padding:32px}}@media screen and (max-width: 767px){.customer-service-banner .container{padding:20px}}@media screen and (max-width: 1439px){.customer-service-banner .container{min-height:360px}}@media screen and (max-width: 1023px){.customer-service-banner .container{min-height:320px}}@media screen and (max-width: 767px){.customer-service-banner .container{min-height:572px;background:linear-gradient(333deg,#373737,#373737 20%,#303a3a 35%,#204f47 55%,#13664d)}}@media screen and (max-width: 479px){.customer-service-banner .container{min-height:570px}}.customer-service-banner .container:after{position:absolute;content:"";bottom:0;left:-5%;height:50%;width:50%;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/build/assets/radial-gradient-dots-KN1aVsq8.png)}@media screen and (max-width: 767px){.customer-service-banner .container:after{content:none}}.customer-service-banner .container:before{pointer-events:none;position:absolute;content:"";right:-1080px;bottom:-1081px;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/build/assets/client-service-deco-D9NI0pmN.webp);width:2273px;height:auto;aspect-ratio:1/1}@media screen and (max-width: 1919px){.customer-service-banner .container:before{bottom:-1099px}}@media screen and (max-width: 1439px){.customer-service-banner .container:before{right:-860px;bottom:-869px;width:1800px}}@media screen and (max-width: 1023px){.customer-service-banner .container:before{bottom:-565px;right:-564px;width:1200px}}@media screen and (max-width: 767px){.customer-service-banner .container:before{background-image:url(/build/assets/client-service-deco-mob-D_uIjKRG.webp);bottom:0;width:100%;height:572px;aspect-ratio:unset;right:0;left:0}}@media screen and (max-width: 479px){.customer-service-banner .container:before{height:370px}}.customer-service-banner .container .text{display:flex;flex-direction:column;gap:20px;position:relative;z-index:1}@media screen and (max-width: 767px){.customer-service-banner .container .text{text-align:center;align-items:center;margin-bottom:350px}}@media screen and (max-width: 479px){.customer-service-banner .container .text{margin-bottom:284px}}.customer-service-banner .container .text .h3{max-width:400px;text-wrap:balance}@media screen and (max-width: 1439px){.customer-service-banner .container .text .h3{max-width:300px}}.customer-service-banner .container .text p{max-width:536px}@media screen and (max-width: 1919px){.customer-service-banner .container .text p{max-width:452px}}@media screen and (max-width: 1023px){.customer-service-banner .container .text p{max-width:312px}}@media screen and (max-width: 767px){.customer-service-banner .container .text p{max-width:unset}}@media screen and (max-width: 767px){.youtube .swiper{overflow:visible}}.youtube .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}@media screen and (max-width: 1439px){.youtube .swiper-wrapper{gap:20px}}@media screen and (max-width: 767px){.youtube .swiper-wrapper{gap:0;display:flex}}@media screen and (max-width: 767px){.youtube .youtube-video{width:287px;height:auto}}@media screen and (max-width: 479px){.youtube .youtube-video{width:204px}}.youtube .youtube-video .text{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1439px){.youtube .youtube-video .text{gap:8px}}@media screen and (max-width: 1023px){.youtube .youtube-video .text{padding:0 20px 20px}}@media screen and (max-width: 479px){.youtube .youtube-video .text{text-align:left}}@media screen and (max-width: 1919px){.youtube .youtube-video .img-wrapper{height:196px}}@media screen and (max-width: 1023px){.youtube .youtube-video .img-wrapper{margin-bottom:20px}}.requisites{color:#fff;min-height:420px;border-radius:20px;overflow:hidden;position:relative;padding:40px}.requisites:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/requisites-mask-B2Zbx-rY.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}@media screen and (max-width: 1439px){.requisites{padding:32px}}@media screen and (max-width: 767px){.requisites{padding:20px}}.requisites:before{background-size:cover!important;background-position:right bottom}@media screen and (max-width: 1439px){.requisites{min-height:251px;position:relative}.requisites:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/requisites-mask-med-CR6NC7OA.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}@media screen and (max-width: 767px){.requisites{min-height:unset;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.requisites:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/requisites-mask-mob-roMW0nmn.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}}.requisites .h2{margin-bottom:20px}.requisites .list{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}@media screen and (max-width: 1439px){.requisites .list{flex-direction:row;flex-wrap:wrap;max-width:90%}}@media screen and (max-width: 1023px){.requisites .list{display:grid;grid-template-columns:repeat(2,1fr);max-width:unset}}@media screen and (max-width: 767px){.requisites .list{display:flex;flex-direction:column;align-items:center;gap:8px}}.requisites .list li{display:flex;flex-wrap:wrap}@media screen and (max-width: 767px){.requisites .list li{text-align:center;justify-content:center}}@media screen and (max-width: 1023px){.requisites .list li:last-of-type{grid-area:auto/span 2}}@media screen and (max-width: 767px){.requisites .list li:last-of-type{grid-area:unset}}.competence-center-top .container{display:grid;grid-template-columns:57.2% auto;gap:40px}@media screen and (max-width: 1439px){.competence-center-top .container{gap:20px}}@media screen and (max-width: 1023px){.competence-center-top .container{grid-template-columns:1fr}}.competence-center-top .container .video-w-preview{background-color:#d9d9d9}@media screen and (max-width: 1023px){.competence-center-top .container .video-w-preview{height:360px}}.competence-center-top .container .video-info{margin-top:40px;display:grid;grid-template-columns:auto 473px;gap:40px;grid-area:auto/span 2;min-height:420px}@media screen and (max-width: 1919px){.competence-center-top .container .video-info{grid-template-columns:auto 493px}}@media screen and (max-width: 1439px){.competence-center-top .container .video-info{margin-top:20px;grid-template-columns:1fr;min-height:unset}}@media screen and (max-width: 1023px){.competence-center-top .container .video-info{grid-area:unset}}@media screen and (max-width: 767px){.competence-center-top .container .video-info{margin-top:unset}}@media screen and (max-width: 1439px){.competence-center-top .container .video-info .request-sm{position:relative;-webkit-mask-image:url(/build/assets/questions-sm-mask-med-tgX99GYI.webp);mask-image:url(/build/assets/questions-sm-mask-med-tgX99GYI.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;height:240px}.competence-center-top .container .video-info .request-sm:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/questions-sm-mask-med-tgX99GYI.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}.competence-center-top .container .video-info .request-sm:before{background-position:right bottom;background-size:cover}}@media screen and (max-width: 767px){.competence-center-top .container .video-info .request-sm{position:relative;-webkit-mask-image:url(/build/assets/questions-sm-mask-mob-Dk2TBS1_.webp);mask-image:url(/build/assets/questions-sm-mask-mob-Dk2TBS1_.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;align-items:center;padding:20px}.competence-center-top .container .video-info .request-sm:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/questions-sm-mask-mob-Dk2TBS1_.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}.competence-center-top .container .video-info .request-sm:before{background-position:bottom;background-size:cover}}@media screen and (max-width: 479px){.competence-center-top .container .video-info .request-sm{position:relative;-webkit-mask-image:url(/build/assets/questions-sm-mask-mob-min-D0Udzx2Y.webp);mask-image:url(/build/assets/questions-sm-mask-mob-min-D0Udzx2Y.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;height:320px}.competence-center-top .container .video-info .request-sm:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/build/assets/questions-sm-mask-mob-min-D0Udzx2Y.webp);background-size:100% 100%;background-repeat:no-repeat;width:100%;height:100%;z-index:-1}.competence-center-top .container .video-info .request-sm:before{background-position:bottom;background-size:cover}}@media screen and (max-width: 1439px){.competence-center-top .container .video-info .request-sm p{max-width:unset}}@media screen and (max-width: 767px){.competence-center-top .container .video-info .request-sm p{max-width:60%}}@media screen and (max-width: 479px){.competence-center-top .container .video-info .request-sm p{max-width:unset}}@media screen and (max-width: 767px){.competence-center-top .container .video-info .request-sm .btn-questions{margin-top:12px}}@media screen and (max-width: 479px){.competence-center-top .container .video-info .request-sm .btn-questions{margin-top:auto}}.competence-center-top .container .video-theme .title,.competence-center-top .container .video-theme .note{transition:color .2s}@media (hover: hover) and (pointer: fine){.competence-center-top .container .video-theme:hover .title{color:#373737}.competence-center-top .container .video-theme:hover .note{color:#f7941d}.competence-center-top .container .video-theme:hover .icon circle{fill:#f7941d}.competence-center-top .container .video-theme:hover .icon path{fill:#fff}}.quality-components{background-color:#fafafa;padding:160px 0}@media screen and (max-width: 1439px){.quality-components{padding:80px 0}}@media screen and (max-width: 767px){.quality-components{padding:40px 0 109px}}@media screen and (max-width: 479px){.quality-components{padding:40px 0}}.quality-components .content{position:relative;display:flex;gap:40px;align-items:flex-start}@media screen and (max-width: 1439px){.quality-components .content{gap:20px}}@media screen and (max-width: 1439px) and (max-width: 767px){.quality-components .content,.quality-components .content .cards{width:100%}.quality-components .content .cards .card-default{border:1px solid #E6E6E6}}.quality-components .deco-lines{position:absolute;top:0;bottom:0;width:18px;left:10px}@media screen and (max-width: 1439px){.quality-components .deco-lines{left:0}}@media screen and (max-width: 767px){.quality-components .deco-lines{display:none}}.quality-components .deco-lines-bar,.quality-components .deco-lines-progress{position:absolute;left:50%;transform:translate(-50%);width:2px}.quality-components .deco-lines-bar{background:#d8d8d8}.quality-components .deco-lines-progress{background:#f7941d;height:0;top:0;transition:height 1s}.quality-components .cards{display:flex;gap:80px;flex-direction:column;flex:1;padding-left:60px}@media screen and (max-width: 1439px){.quality-components .cards{padding-left:40px;gap:40px}}@media screen and (max-width: 767px){.quality-components .cards{flex:unset;gap:20px;padding-left:unset}}.quality-components .cards .card-default{border:unset;background-color:#fff;min-height:508px;height:auto;display:grid;grid-template-columns:464px auto;gap:40px;position:relative;overflow:visible}@media screen and (max-width: 1919px){.quality-components .cards .card-default{grid-template-columns:395px auto}}@media screen and (max-width: 1439px){.quality-components .cards .card-default{grid-template-columns:1fr;gap:20px}}@media screen and (max-width: 767px){.quality-components .cards .card-default{min-height:unset}}.quality-components .cards .card-default-dot{position:absolute;left:-50px;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid #D8D8D8;transition:background 1s,border 1s;z-index:2}@media screen and (max-width: 1439px){.quality-components .cards .card-default-dot{left:-40px}}@media screen and (max-width: 767px){.quality-components .cards .card-default-dot{display:none}}.quality-components .cards .card-default-dot.active{background:#f7941d;border:2px solid #F7941D}.quality-components .cards .card-default .text{display:flex;gap:20px;flex-direction:column}@media screen and (max-width: 1439px){.quality-components .cards .card-default .text{gap:8px}}@media screen and (max-width: 767px){.quality-components .cards .card-default .text{align-items:center;text-align:center}}.quality-components .videos{display:grid;grid-template-columns:82.75% auto;gap:20px;width:100%;height:428px}@media screen and (max-width: 1919px){.quality-components .videos{grid-template-columns:78% auto}}@media screen and (max-width: 1439px){.quality-components .videos{grid-template-columns:auto 128px}}@media screen and (max-width: 767px){.quality-components .videos{grid-template-columns:1fr;grid-template-rows:220px 80px;height:fit-content}}.quality-components .videos .swiper-videos{width:100%;height:100%;position:relative}.quality-components .videos .swiper-videos .swiper-button{position:absolute;right:20px;top:50%;transform:translateY(-50%);opacity:0}@media screen and (max-width: 767px){.quality-components .videos .swiper-videos .swiper-button{display:none}}.quality-components .videos .swiper-videos .swiper-button-disabled{opacity:0!important}.quality-components .videos .swiper-videos .swiper-button-next .icon{transform:rotate(-90deg)}.quality-components .videos .swiper-videos .swiper-button-prev{left:20px}.quality-components .videos .swiper-videos .swiper-button-prev .icon{transform:rotate(90deg)}.quality-components .videos .swiper-videos .swiper-slide{width:100%;height:100%;border-radius:20px;overflow:hidden;position:relative}.quality-components .videos .swiper-videos .swiper-slide:after{position:absolute;content:"";border-radius:20px;background:linear-gradient(180deg,#0000,#00000080);top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;pointer-events:none}.quality-components .videos .swiper-videos .swiper-slide .h4{position:absolute;color:#fff;bottom:40px;left:40px;right:40px;z-index:2}.quality-components .videos .swiper-videos .btn-play{width:72px;height:72px;z-index:2}@media (hover: hover) and (pointer: fine){.quality-components .videos .swiper-videos:hover .swiper-button{opacity:1}}.quality-components .videos .swiper-videos-thumbs{position:relative;width:100%;height:100%}.quality-components .videos .swiper-videos-thumbs .swiper-slide{cursor:pointer;width:100%;height:80px;border-radius:10px;overflow:hidden}@media screen and (max-width: 767px){.quality-components .videos .swiper-videos-thumbs .swiper-slide{width:128px}}.quality-components .videos .swiper-videos-thumbs .swiper-slide-thumb-active{border:2px solid #F7941D}.quality-components .videos .swiper-videos-thumbs .swiper-button{position:absolute;left:50%;transform:translate(-50%)}.quality-components .videos .swiper-videos-thumbs .swiper-button-disabled{opacity:0}.quality-components .videos .swiper-videos-thumbs .swiper-button-next{bottom:20px}.quality-components .videos .swiper-videos-thumbs .swiper-button-prev{top:20px}.quality-components .videos .swiper-videos-thumbs .swiper-button-prev .icon{transform:rotate(180deg)}.quality-components .videos .swiper-videos-thumbs .swiper-gradient-button{width:40px}.work-banner .container{height:560px;position:relative;background-size:cover!important;padding:40px;-webkit-mask-image:url(/build/assets/work-system-mask-CddMZwip.webp);mask-image:url(/build/assets/work-system-mask-CddMZwip.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/work-system-mask-CddMZwip.webp);background-repeat:no-repeat;background-size:100% 100%}@media screen and (max-width: 1439px){.work-banner .container{padding:32px}}@media screen and (max-width: 767px){.work-banner .container{padding:20px}}@media screen and (max-width: 1919px){.work-banner .container{-webkit-mask-image:url(/build/assets/work-system-mask-desk-DxU4wxgJ.webp);mask-image:url(/build/assets/work-system-mask-desk-DxU4wxgJ.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/work-system-mask-desk-DxU4wxgJ.webp);background-repeat:no-repeat;background-size:100% 100%}}@media screen and (max-width: 1439px){.work-banner .container{height:600px;padding:32px;-webkit-mask-image:url(/build/assets/work-system-mask-med-DGtZp52Y.webp);mask-image:url(/build/assets/work-system-mask-med-DGtZp52Y.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/work-system-mask-med-DGtZp52Y.webp);background-repeat:no-repeat;background-size:100% 100%}}@media screen and (max-width: 1023px){.work-banner .container{-webkit-mask-image:url(/build/assets/work-system-mask-tab-Bh3ziIIR.webp);mask-image:url(/build/assets/work-system-mask-tab-Bh3ziIIR.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/work-system-mask-tab-Bh3ziIIR.webp);background-repeat:no-repeat;background-size:100% 100%}}@media screen and (max-width: 767px){.work-banner .container{-webkit-mask-image:url(/build/assets/work-system-mask-mob-Bna6toEa.webp);mask-image:url(/build/assets/work-system-mask-mob-Bna6toEa.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/work-system-mask-mob-Bna6toEa.webp);background-repeat:no-repeat;background-size:100% 100%;height:fit-content}}@media screen and (max-width: 479px){.work-banner .container{-webkit-mask-image:url(/build/assets/work-system-mask-mob-min-Dauv3ZlT.webp);mask-image:url(/build/assets/work-system-mask-mob-min-Dauv3ZlT.webp);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;background-image:url(/build/assets/work-system-mask-mob-min-Dauv3ZlT.webp);background-repeat:no-repeat;background-size:100% 100%}}@media screen and (max-width: 479px){.work-banner h1{max-width:90%;margin:0 auto}}.work-banner .text{color:#fff;display:flex;flex-direction:column;gap:8px;max-width:558px}@media screen and (max-width: 1919px){.work-banner .text{max-width:412px;gap:20px}}@media screen and (max-width: 1439px){.work-banner .text{max-width:553px}}@media screen and (max-width: 1023px){.work-banner .text{max-width:unset}}@media screen and (max-width: 767px){.work-banner .text{max-width:unset;text-align:center;justify-content:center}}@media screen and (max-width: 1919px){.work-banner .text .desc p:last-of-type{max-width:330px}}@media screen and (max-width: 1439px){.work-banner .text .desc p:last-of-type{max-width:unset}}.work-banner .video-wrapper{width:1031.546px;height:598.145px;flex-shrink:0;aspect-ratio:119/69;position:absolute;top:38px;right:-88px}.work-banner .video-wrapper video{width:100%;height:100%}@media screen and (max-width: 1919px){.work-banner .video-wrapper{right:-127px}}@media screen and (max-width: 1439px){.work-banner .video-wrapper{width:721px;height:422px;flex-shrink:0;aspect-ratio:340/199;right:-79px;top:unset;bottom:-40px}}@media screen and (max-width: 1023px){.work-banner .video-wrapper{left:50%;right:unset;transform:translate(-50%);bottom:-72px}}@media screen and (max-width: 767px){.work-banner .video-wrapper{display:none}}
