@charset "UTF-8";: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-965a0e5f.woff2?io9a6k) format("woff2"),url(/build/assets/lg-22b72ba5.ttf?io9a6k) format("truetype"),url(/build/assets/lg-fefc5c0d.woff?io9a6k) format("woff"),url(/build/assets/lg-f2fe1c00.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,rgba(0,0,0,0),rgba(0,0,0,.4))}.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,rgba(0,0,0,0),rgba(0,0,0,.6))}.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-298ad3ff.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-298ad3ff.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:Inter;font-style:normal;font-weight:300;font-display:block;src:url(/build/assets/Inter-LightBETA-06491e42.woff2) format("woff2"),url(/build/assets/Inter-LightBETA-a83867fc.woff) format("woff"),url(/build/assets/Inter-LightBETA-a6841433.ttf) format("ttf"),url(/build/assets/Inter-LightBETA-b8374289.eot) format("eot")}@font-face{font-family:Inter;font-style:italic;font-weight:300;font-display:block;src:url(/build/assets/Inter-LightItalicBETA-8cb2ce33.woff2) format("woff2"),url(/build/assets/Inter-LightItalicBETA-a31416ad.woff) format("woff"),url(/build/assets/Inter-LightItalicBETA-fb298025.ttf) format("ttf"),url(/build/assets/Inter-LightItalicBETA-4db8997e.eot) format("eot")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/Inter-Regular-413a527c.woff2) format("woff2"),url(/build/assets/Inter-Regular-7fa55649.woff) format("woff"),url(/build/assets/Inter-Regular-2af124ec.ttf) format("ttf"),url(/build/assets/Inter-Regular-8c7205fa.eot) format("eot")}@font-face{font-family:Stapel;font-style:normal;font-weight:500;font-display:block;src:url(/build/assets/Stapel-Medium-44dc0a06.woff2) format("woff2"),url(/build/assets/Stapel-Medium-c31853ae.woff) format("woff"),url(/build/assets/Stapel-Medium-1c38d6c2.ttf) format("ttf"),url(/build/assets/Stapel-Medium-5974d813.eot) format("eot")}@font-face{font-family:Stapel;font-style:normal;font-weight:300;font-display:block;src:url(/build/assets/Stapel-Light-15ab1eb2.woff2) format("woff2")}@font-face{font-family:Stapel;font-style:normal;font-weight:700;font-display:block;src:url(/build/assets/Stapel-Bold-813252a8.woff2) format("woff2")}@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:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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}.media-wrapper{position:relative;width:100%;height:100%}.media-wrapper img{width:100%;height:100%;object-fit:cover}.media-wrapper:not(.lozad) .skeleton{opacity:0}.media-wrapper:not(.lozad) .img{display:block}.media-wrapper .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}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}h1,.h1{font-size:56px;font-weight:500;line-height:120%}@media screen and (max-width: 1439px){h1,.h1{font-size:44px}}@media screen and (max-width: 1023px){h1,.h1{font-size:34px}}@media screen and (max-width: 767px){h1,.h1{font-size:28px}}h2,.h2{font-size:40px;line-height:40px;font-weight:500}@media screen and (max-width: 1439px){h2,.h2{font-size:30px;line-height:30px}}@media screen and (max-width: 1023px){h2,.h2{font-size:26px;line-height:26px}}@media screen and (max-width: 767px){h2,.h2{font-size:22px;line-height:22px}}h3,.h3{font-size:30px;font-weight:400;line-height:100%}@media screen and (max-width: 1439px){h3,.h3{font-size:24px}}@media screen and (max-width: 1023px){h3,.h3{font-size:22px}}@media screen and (max-width: 767px){h3,.h3{font-size:20px}}h4,.h4{font-size:18px;font-weight:400}@media screen and (max-width: 1023px){h4,.h4{font-size:16px}}.descriptor{font-family:Stapel;font-weight:300;font-size:16px;line-height:20px;color:#000}.descriptor span{color:#52ab36}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;overflow-x:hidden;position:relative;min-height:100%;height:100%}html.fixed{overflow:hidden}img{max-width:100%}.main{flex:1}body{background:#FFFFFF;height:100%;font-family:Stapel,Inter,sans-serif;position:relative;margin:0;font-weight:400;box-sizing:border-box}a{text-decoration:none;cursor:pointer;color:inherit}ul{list-style:none;padding:0}p{margin:0}.page{position:relative;height:100%;display:flex;flex-direction:column}.margin-unset{margin-bottom:0}.body-fixed{overflow:hidden}.text-inter{font-size:16px;font-family:Inter;font-weight:400}.page-title{text-transform:uppercase}.page-box{margin-top:92px}@media screen and (max-width: 1439px){.page-box{margin-top:72px}}@media screen and (max-width: 1023px){.page-box{margin-top:62px}}@media screen and (max-width: 767px){.page-box{margin-top:0}}.grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}@media screen and (max-width: 1439px){.grid{gap:22px}}@media screen and (max-width: 767px){.grid{display:flex;flex-direction:column;gap:10px}.grid .none{display:none}}.link:hover{color:#52ab36}.btn{background-color:transparent;border:none;text-align:center;cursor:pointer;transition:all .3s ease-out;border-radius:8px;padding:11px 30px}.btn-primary{background-color:#52ab36}.btn-primary span{font-family:Stapel;color:#fff}.btn-primary:hover{background-color:#4c9c33}.btn-primary.disabled{background-color:#ccc}.btn-primary.disabled span{color:#fff}.btn-secondary{background-color:transparent;border:1px solid #52AB36}.btn-secondary span{font-family:Stapel;color:#000}.btn-secondary:hover{background-color:#52ab36}.btn-secondary:hover span{color:#fff}.btn-secondary.disabled{background-color:#fff;border:1px solid #CCCCCC}.btn-secondary.disabled span{color:#ccc}.container{width:100%;max-width:1876px;margin:0 auto}@media screen and (max-width: 1919px){.container{max-width:1396px}}@media screen and (max-width: 1439px){.container{max-width:984px}}@media screen and (max-width: 1023px){.container{max-width:748px}}@media screen and (max-width: 767px){.container{padding:0 12px;max-width:720px}}.mb{margin-bottom:100px}@media screen and (max-width: 767px){.mb{margin-bottom:90px}}.form-title{font-family:Stapel;font-weight:400;font-size:40px;line-height:48px;text-transform:uppercase}.form-sub-title{font-family:Inter;font-weight:400;font-size:16px;line-height:22px}.fields_group{display:flex;flex-direction:column;align-items:start;width:100%;gap:20px;margin-bottom:30px}.field_container_class{display:flex;flex-direction:column;align-items:start;width:100%;position:relative;margin-bottom:20px}.field_container_class input{width:100%;padding:20px 14px;border-radius:12px;border:1px solid #52AB36;font-family:Inter;font-weight:300;font-size:16px;line-height:20px;height:62px}.field_container_class input::placeholder{color:#bababa;font-style:italic}.field_container_class input:focus{outline:1px solid #52AB36}.field_container_class .input_error{border:1px solid #D02828}.field_container_class .label_error{color:#d02828}.field_label_class.active{color:#52ab36}.field_class.active{border:2px solid #52AB36}.field_label_class{font-family:Inter;font-weight:400;font-size:16px;line-height:20px;margin-left:14px;margin-bottom:6px}.form-error{position:absolute;font-family:Inter;font-weight:300;font-size:11px;line-height:20px;left:14px;bottom:-20px;color:red}.form-button{padding:18px 30px;width:100%;color:#fff;font-family:Stapel;font-size:20px;line-height:25px}.checkbox_container_class{position:relative;margin-bottom:20px;display:flex;flex-direction:row;align-items:center;flex-direction:row-reverse;gap:10px}@media screen and (max-width: 767px){.checkbox_container_class{align-items:start}}.checkbox_container_class .field_label_class{margin:0;width:100%;font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox_container_class .field_label_class a{position:relative;z-index:4;color:#52ab36;text-decoration:underline}.checkbox_container_class .custom-checkbox{display:flex;flex-direction:row;align-items:center}@media screen and (max-width: 767px){.checkbox_container_class .custom-checkbox{margin-top:5px}}.checkbox_container_class .custom-checkbox:before{content:"";min-width:16px;min-height:16px;max-width:16px;max-height:16px;border-radius:4px;border:1px solid #52AB36}.checkbox_container_class input{position:absolute;width:100%;height:100%;bottom:0;left:0;opacity:0;cursor:pointer}.checkbox_container_class .custom-checkbox.checkbox_error:before{border:1px solid red}.checkbox_container_class input:checked+span:before{content:"";background-image:url(/build/assets/check-28614b15.svg);background-repeat:no-repeat;background-size:cover;min-width:16px;min-height:16px;max-width:16px;max-height:16px;border-radius:6px}.checkbox_container_class .field_label_class.active{color:unset}.text-container{display:flex;flex-direction:column;gap:15px}.backdrop-container{width:100%;height:auto;z-index:2;padding:20px;background-color:#0006;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px}@media screen and (max-width: 1023px){.backdrop-container{padding:11px 12px 7px}}.arrow-link{font-family:Inter;font-weight:400;font-size:16px;line-height:20px;display:flex;align-items:end;gap:4px;white-space:nowrap;transition:all .3s}.arrow-link:after{display:block;content:"";background-image:url(/build/assets/arrow-link-fe074d9f.svg);background-repeat:no-repeat;background-size:contain;width:16px;height:16px}.arrow-link:hover{color:#52ab36}.titles{align-items:start;margin-bottom:27px}@media screen and (max-width: 1439px){.titles{flex-direction:column;align-items:start;justify-content:start;gap:7px}}@media screen and (max-width: 1023px){.titles{gap:17px;margin-bottom:36px}}@media screen and (max-width: 767px){.titles{gap:9px;margin-bottom:20px}}.titles .descriptor{margin-top:20px}@media screen and (max-width: 1439px){.titles .descriptor{margin-top:5px}}@media screen and (max-width: 1023px){.titles .descriptor{margin-top:34px}}@media screen and (max-width: 767px){.titles .descriptor{margin-top:0}}.titles h2{font-family:Stapel;text-transform:uppercase;margin-bottom:5px}.titles .title-container{display:flex;flex-direction:row;justify-content:space-between;gap:20px}@media screen and (max-width: 1439px){.titles .title-container{flex-direction:column;justify-content:start;gap:7px}}.titles .arrow-link{margin-bottom:7px}@media screen and (max-width: 1439px){.titles .arrow-link{margin-bottom:0}}.cards-list{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:32px}@media screen and (max-width: 1919px){.cards-list{column-gap:32px;row-gap:34px}}@media screen and (max-width: 1439px){.cards-list{gap:22px}}@media screen and (max-width: 1023px){.cards-list{gap:20px}}@media screen and (max-width: 767px){.cards-list{grid-template-columns:1fr;gap:14px}}.cards-list li:last-of-type{grid-column-end:-1}.three-grid-list{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:32px}@media screen and (max-width: 1439px){.three-grid-list{grid-template-columns:repeat(2,1fr);gap:22px}}@media screen and (max-width: 1023px){.three-grid-list{gap:20px}}@media screen and (max-width: 767px){.three-grid-list{grid-template-columns:1fr;gap:14px}}.hidden,.stories{display:none}@media screen and (max-width: 767px){.stories{display:flex;margin:30px auto 0}}@media screen and (max-width: 767px){.stories-relative{margin:50px auto 0;padding:0}}.stories.snapgram .story>.item-link>.item-preview{background:#52AB36!important}.stories.snapgram .story.seen>a>.item-preview{background:#999!important}.tip.link{display:none!important}.stories.carousel .story>.item-link>.info .name{display:none}@media screen and (max-width: 530px){.stories.carousel .story{min-width:18vw}}#zuck-modal-content .story-viewer .slides .item>.media{object-fit:contain}#zuck-modal-content .story-viewer .head .left .info>*{overflow:hidden;text-overflow:ellipsis}.policy{margin:30px auto}@media screen and (max-width: 767px){.policy{margin:0 auto 50px}}.policy-box{margin:30px auto}.policy-box h1{margin-bottom:20px}.WordSection2{overflow:auto}#zuck-modal-content .story-viewer .head .right .time{display:none!important}.add-favorite-project{width:84px;height:84px;padding:27px 20px;z-index:100;position:fixed;bottom:20px;left:51%;border-radius:20px;border:1px solid rgba(255,255,255,.2);background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;flex-direction:row;align-items:center;justify-content:space-between;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}@media screen and (max-width: 1439px){.add-favorite-project{width:74px;height:74px}}@media screen and (max-width: 1023px){.add-favorite-project{width:64px;height:64px;padding:20px}}@media screen and (max-width: 767px){.add-favorite-project{width:44px;height:44px;padding:10px;border-radius:14px;left:calc(50% - 22px);bottom:80px}}@media screen and (max-width: 420px){.add-favorite-project{left:calc(50% - 27px)}}.add-favorite-project .text{opacity:0;width:0;color:#fff;font-family:Stapel;font-size:30px;font-style:normal;font-weight:400;line-height:100%;white-space:nowrap}@media screen and (max-width: 1439px){.add-favorite-project .text{font-size:24px;font-style:normal;font-weight:400}}@media screen and (max-width: 1023px){.add-favorite-project .text{font-size:22px}}.add-favorite-project .heart{min-width:44px;min-height:44px;max-height:44px;max-width:44px;margin-right:20px}@media screen and (max-width: 1439px){.add-favorite-project .heart{min-width:34px;min-height:34px;max-height:34px;max-width:34px}}@media screen and (max-width: 1023px){.add-favorite-project .heart{min-width:24px;min-height:24px;max-height:24px;max-width:24px}}.add-favorite-project .heart path{fill:#fff}.add-favorite-project:hover{width:434px}@media screen and (max-width: 1439px){.add-favorite-project:hover{width:358px}}@media screen and (max-width: 1023px){.add-favorite-project:hover{width:326px}}.add-favorite-project:hover .text{transition:all .5s;opacity:1;width:auto}@media screen and (max-width: 767px){.add-favorite-project:hover{width:44px}.add-favorite-project:hover .text{opacity:0;width:0}}.add-favorite-project.active .heart{animation:scaleUp .3s forwards}.add-favorite-project.active .heart path{fill:#52ab36}.add-favorite-project.disabled{pointer-events:none;opacity:.5}@keyframes scaleUp{0%{transform:scale(1.5)}to{transform:scale(1)}}@media screen and (max-width: 767px){.footer{padding:0 12px 54px}}.footer-container{position:relative;background-color:#000;padding:20px 20px 26px;margin-bottom:20px;border-radius:20px;display:flex;flex-direction:row;align-items:start;justify-content:center;gap:300px}@media screen and (max-width: 1919px){.footer-container{gap:204px}}@media screen and (max-width: 1439px){.footer-container{gap:42px}}@media screen and (max-width: 1023px){.footer-container{padding:11px 16px 16px;display:grid;grid-template-columns:195px 300px;justify-content:space-between;row-gap:27px}}@media screen and (max-width: 767px){.footer-container{padding:16px 12px 21px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:33px}}@media screen and (max-width: 1023px){.footer-container .logo-btn-container{grid-row:1/span 2;display:flex;flex-direction:column;align-items:start;gap:45px}}@media screen and (max-width: 767px){.footer-container .logo-btn-container{gap:33px}}@media screen and (max-width: 767px){.footer-container .logo-btn-container{width:100%}}.footer-container .logo{width:100px;height:46px;position:absolute;top:20px;left:20px}@media screen and (max-width: 1023px){.footer-container .logo{position:relative;top:unset;left:unset}}@media screen and (max-width: 400px){.footer-container #project{width:100%}}.footer-container .btn-primary{position:absolute;top:25px;right:20px;padding:7px 30px}.footer-container .btn-primary span{font-family:Stapel;font-size:16px;white-space:nowrap}@media screen and (max-width: 1023px){.footer-container .btn-primary{position:relative;top:unset;right:unset}}@media screen and (max-width: 767px){.footer-container .btn-primary{width:272px}}@media screen and (max-width: 400px){.footer-container .btn-primary{width:100%}}.footer-container .contacts{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:11px;margin-left:-300px}@media screen and (max-width: 1919px){.footer-container .contacts{margin-left:-192px}}@media screen and (max-width: 1439px){.footer-container .contacts{margin-left:-62px}}@media screen and (max-width: 1023px){.footer-container .contacts{margin-left:0}}.footer-container .number{font-family:Stapel;font-weight:500;font-size:26px;line-height:33px;color:#52ab36;transition:all .3s}.footer-container .number:hover{color:#4c9c33}.footer-container .socials a{font-family:Stapel;font-size:14px;line-height:17px;color:#7f7f7f;transition:all .3s}.footer-container .socials a:hover{color:#fff}.footer-container .navigation{display:flex;flex-direction:column;align-items:start;gap:25px}@media screen and (max-width: 1023px){.footer-container .navigation{gap:20px}}.footer-container .navigation a,.footer-container .navigation p{font-family:Stapel;font-size:14px;line-height:17px;color:#7f7f7f;transition:all .3s}.footer-container .navigation a:hover,.footer-container .navigation p:hover{color:#fff}.footer-container .navigation ul{display:grid;grid-template-columns:repeat(3,81px);grid-template-rows:auto;column-gap:30px;row-gap:10px}@media screen and (max-width: 1439px){.footer-container .navigation ul{grid-template-columns:repeat(2,81px)}}.footer-container .navigation .links{display:flex;flex-direction:row;align-items:center;gap:30px}@media screen and (max-width: 1439px){.footer-container .navigation .links{flex-direction:column;align-items:start;gap:10px}}.header-handler{margin-top:110px;opacity:0}@media screen and (max-width: 767px){.header-handler{margin-top:53px}}.header{display:flex;align-items:center;justify-content:center;position:absolute;top:20px;width:100%;z-index:150}.header-container{position:relative;padding:20px;border-radius:20px;background-color:#fff;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.2);transition:height .3s}@media screen and (max-width: 767px){.header-container{padding:0 12px;margin:0;border-radius:0;border:none}}.header-main{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.header-main .contacts{display:flex;flex-direction:row;align-items:center;gap:30px}.header-main .contacts a{font-family:Stapel;font-weight:400;font-size:16px;line-height:15px;color:#000;transition:all .3s}.header-main .contacts a:hover{color:#52ab36}.header-main .logo{background-image:url(/build/assets/blackLogo-11b5ce05.svg);background-repeat:no-repeat;background-size:contain;width:100px;height:46px}@media screen and (max-width: 767px){.header-main .logo{width:74px;height:34px}}.header-main .buttons{display:flex;flex-direction:row;align-items:center}.header-main .buttons .favorite-link{display:flex;flex-direction:row;align-items:center;margin-right:30px}.header-main .buttons .favorite-link p{font-family:Stapel;font-weight:400;font-size:16px;line-height:15px;color:#000;transition:all .3s}.header-main .buttons .favorite-link p:hover{color:#52ab36}.header-main .buttons .favorite-link span{font-family:Stapel;font-weight:400;font-size:16px;line-height:15px;color:#52ab36}@media screen and (max-width: 1439px){.header-main .buttons .favorite-link{display:none}}.header-main .buttons .btn{padding:7px 30px}.header-main .buttons .btn span{font-size:16px;line-height:20px;font-weight:500;font-family:Stapel}.header-main .buttons .btn:last-of-type{margin-left:14px}.header-main .buttons .btn-secondary{min-width:128px}@media screen and (max-width: 1439px){.header-main .youtube{display:none}}@media screen and (max-width: 1023px){.header-main .mail{display:none}}@media screen and (max-width: 767px){.header-main .contacts,.header-main .btn-secondary{display:none}}.header-modal-wrapper{display:grid;grid-template-columns:repeat(2,1fr);margin-top:62px;margin-bottom:50px;opacity:0;transition:opacity .8s;position:relative}@media screen and (max-width: 767px){.header-modal-wrapper{display:flex;flex-direction:column-reverse;align-items:center;gap:20px;margin-bottom:0;margin-top:0;opacity:1;height:100%;justify-content:center;min-height:540px}}.header-modal-wrapper .contacts{display:flex;flex-direction:column;align-items:start;justify-content:end;gap:20px}@media screen and (max-width: 767px){.header-modal-wrapper .contacts{align-items:center}}.header-modal-wrapper .contacts a{font-family:Stapel;font-size:18px;transition:all .3s}@media screen and (max-width: 1023px){.header-modal-wrapper .contacts a{font-size:16px}}.header-modal-wrapper .contacts a:hover,.header-modal-wrapper .contacts a .count{color:#52ab36}.header-modal-wrapper .contacts .favorite{position:absolute;top:10px}@media screen and (max-width: 767px){.header-modal-wrapper .contacts .favorite{display:none}}.header-modal-wrapper .numbers{display:flex;flex-direction:column;align-items:start;gap:20px}@media screen and (max-width: 767px){.header-modal-wrapper .numbers{align-items:center}}.header-modal-wrapper .header-list{display:flex;flex-direction:column;align-items:start;gap:24px}@media screen and (max-width: 767px){.header-modal-wrapper .header-list{align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid #CCCCCC;width:192px}}.header-modal-wrapper .header-list a{font-family:Stapel;font-size:40px;line-height:40px;text-transform:uppercase;transition:all .3s}.header-modal-wrapper .header-list a:hover{color:#52ab36}@media screen and (max-width: 1439px){.header-modal-wrapper .header-list a{font-size:30px;line-height:36px}}@media screen and (max-width: 1023px){.header-modal-wrapper .header-list a{font-size:26px;line-height:31px}}@media screen and (max-width: 767px){.header-modal-wrapper .header-list a{font-size:18px}.header-modal-wrapper .header-list a:hover{color:unset}}.header-modal-wrapper .header-list span{font-family:Stapel;color:#52ab36}.header-modal-desktop{height:0;padding:0;overflow:hidden;z-index:-1;transition:height .3s}@media screen and (max-width: 767px){.header-modal-desktop{display:none}}.header-modal-mobile{display:flex;flex-direction:column;transition:all .3s;height:100%;opacity:0;z-index:-1}.header-modal-mobile .socials a{color:#000}.header-modal-mobile .button-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.header-modal-mobile .button-container svg{width:74px;height:34px}.header-modal-mobile .button-container .btn-primary{padding:9px 20px}.header-modal-mobile .button-container .btn-primary span{font-family:Stapel;font-size:16px}.header-open .header-modal-desktop{height:600px;box-sizing:border-box;z-index:1}.header-open .header-modal-desktop .header-modal-wrapper{opacity:1}@media screen and (max-width: 1439px){.header-open .header-modal-desktop{height:600px}}@media screen and (max-width: 1023px){.header-open .header-modal-desktop{height:596px}}.header-open .header-modal-desktop li,.header-open .header-modal-desktop a{animation:revealText 1.2s forwards;padding-top:4px}@keyframes revealText{0%{clip-path:inset(0 0 100% 0)}to{clip-path:inset(0 0 0 0)}}.header-open .btn-secondary{background-color:transparent}.header-open .btn-secondary span{color:#000}.header-open.opacity .btn-secondary{background-color:transparent}.header-open.opacity .btn-secondary span{color:#fff}.header.opacity{position:absolute;top:40px;padding-top:0}@media screen and (max-width: 767px){.header.opacity{top:0}}.header.opacity .header-container{background-color:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:1836px}@media screen and (max-width: 1919px){.header.opacity .header-container{max-width:1356px}}@media screen and (max-width: 1439px){.header.opacity .header-container{max-width:944px}}@media screen and (max-width: 1023px){.header.opacity .header-container{max-width:728px}}@media screen and (max-width: 767px){.header.opacity .header-container{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#fff;padding:10px 12px}}.header.opacity .header-main .contacts a{color:#fff}.header.opacity .header-main .contacts a:hover{color:#52ab36}.header.opacity .header-main .logo{background-image:url(/build/assets/whiteLogo-3882896c.svg)}.header.opacity .header-main .buttons .btn-secondary span,.header.opacity .header-main .buttons .favorite-link p{color:#fff}.header.opacity .header-main .buttons .favorite-link p:hover{color:#52ab36}@media screen and (max-width: 767px){.header.opacity .header-main{background-color:#fff}.header.opacity .header-main .logo{background-image:url(/build/assets/blackLogo-11b5ce05.svg)}}.header.opacity .header-modal-desktop a{color:#fff}.header.opacity .header-modal-desktop a:hover{color:#52ab36}.mobile-menu-container{position:fixed;bottom:5px;width:100%;height:54px;transition:height .3s;display:none;z-index:150;box-sizing:content-box}.mobile-menu-container .btn{padding:0}@supports (padding: max(0px)){.mobile-menu-container{padding-bottom:calc(env(safe-area-inset-bottom)/2)}}@media screen and (max-width: 767px){.mobile-menu-container{display:flex}}.mobile-menu-container .mobile-menu{width:100%;height:100%;padding:9px 10px;border:1px solid #CCCCCC;border-radius:14px;background-color:#fff;display:flex;flex-direction:column-reverse;margin:0 12px}.mobile-menu-container .mobile-menu-main{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:#fff;z-index:2}.mobile-menu-container .mobile-menu-main a,.mobile-menu-container .mobile-menu-main .btn{display:flex;flex-direction:column;align-items:center;gap:4px}.mobile-menu-container .mobile-menu-main svg{width:18px;height:18px;color:#52ab36}.mobile-menu-container .mobile-menu-main .title{font-family:Stapel;font-size:10px;line-height:9px;color:#000;white-space:nowrap}.mobile-menu-container .mobile-menu-main .open-modal-mobile{width:18px;height:18px;display:flex;flex-direction:column;justify-content:space-between;padding:2px;position:relative}.mobile-menu-container .mobile-menu-main .open-modal-mobile span{width:18px;height:1px;background-color:#52ab36;border-radius:2px;opacity:1;right:0;transform:rotate(0);transition:.25s ease-in-out;position:absolute}.mobile-menu-container .mobile-menu-main .open-modal-mobile span:nth-child(1){top:3px}.mobile-menu-container .mobile-menu-main .open-modal-mobile span:nth-child(2){top:49%}.mobile-menu-container .mobile-menu-main .open-modal-mobile span:nth-child(3){bottom:3px}.mobile-menu-container .mobile-menu-main .favorite{position:relative}.mobile-menu-container .mobile-menu-main .favorite .count{position:absolute;top:-8px;right:7px;width:18px;height:18px;border-radius:50%;background-color:#52ab36;display:flex;align-items:center;justify-content:center}.mobile-menu-container .mobile-menu-main .favorite .count span{font-family:Stapel;font-size:7px;line-height:7px;color:#fff}.mobile-menu-container .mobile-menu-main .contacts-block{display:flex;flex-direction:row}@media screen and (max-width: 767px){.mobile-menu-container .mobile-menu-main .contacts-block{gap:60px}}@media screen and (max-width: 500px){.mobile-menu-container .mobile-menu-main .contacts-block{gap:40px}}@media screen and (max-width: 420px){.mobile-menu-container .mobile-menu-main .contacts-block{gap:20px}}@media screen and (max-width: 330px){.mobile-menu-container .mobile-menu-main .contacts-block{gap:15px}}.mobile-menu-container .mobile-menu-main .favorite-block{display:flex;flex-direction:row}@media screen and (max-width: 767px){.mobile-menu-container .mobile-menu-main .favorite-block{gap:50px}}@media screen and (max-width: 500px){.mobile-menu-container .mobile-menu-main .favorite-block{gap:30px}}@media screen and (max-width: 420px){.mobile-menu-container .mobile-menu-main .favorite-block{gap:20px}}.header-mobile-open{height:calc(100% - 12px)}.header-mobile-open .header-modal-mobile{opacity:1;z-index:1;overflow:scroll}.header-mobile-open .header-modal-mobile::-webkit-scrollbar{width:0;height:0}.header-mobile-open .mobile-menu-main .open-modal-mobile span:nth-child(1){transform:rotate(45deg);top:10px;right:0}.header-mobile-open .mobile-menu-main .open-modal-mobile span:nth-child(2){width:0%;opacity:0}.header-mobile-open .mobile-menu-main .open-modal-mobile span:nth-child(3){transform:rotate(-45deg);top:10px;right:0}.header.header-scroll .header-container{position:fixed;background-color:#fff;margin-top:20px;animation:heightHeader 1.2s forwards}@keyframes heightHeader{0%{top:-100px}to{top:0}}@media screen and (max-width: 767px){.header.header-scroll .header-container{-webkit-box-shadow:-2px 11px 8px 0px rgba(34,60,80,.2);-moz-box-shadow:-2px 11px 8px 0px rgba(34,60,80,.2);box-shadow:-2px 11px 8px #223c5033}}.header.header-scroll .header-main .contacts a{color:#000}.header.header-scroll .header-main .contacts a:hover{color:#52ab36}.header.header-scroll .header-main .logo{background-image:url(/build/assets/blackLogo-11b5ce05.svg)}.header.header-scroll .header-main .buttons .favorite-link p{color:#000}.header.header-scroll .header-main .buttons .favorite-link p:hover{color:#52ab36}.header.header-scroll .header-modal-desktop a{color:#000}.header.header-scroll .header-modal-desktop a:hover{color:#52ab36}.header.header-scroll .btn-secondary span{color:#000!important}.socials{display:flex;flex-direction:row;align-items:center;gap:24px;color:#000}@media screen and (max-width: 767px){.socials{gap:14px}}.socials .social{display:flex;flex-direction:row;align-items:center;gap:8px;transition:all .3s}@media screen and (max-width: 767px){.socials .social{font-size:16px}}.socials .social:hover{color:#52ab36}.social-icon{width:18px;height:18px}@media screen and (max-width: 767px){.social-icon{width:14px;height:14px}}.seo{margin:100px auto;display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media screen and (max-width: 767px){.seo{display:flex;flex-direction:column;gap:10px}}.seo .mobile-title{display:none}@media screen and (max-width: 767px){.seo .mobile-title{display:block;margin-bottom:10px}}@media screen and (max-width: 767px){.seo .desktop-title{display:none}}.seo img{width:100%;height:1072px;object-fit:cover;border-radius:30px}@media screen and (max-width: 1919px){.seo img{height:793px}}@media screen and (max-width: 1439px){.seo img{height:618px}}@media screen and (max-width: 1023px){.seo img{height:486px}}@media screen and (max-width: 767px){.seo img{height:364px}}.seo .title-container{display:flex;flex-direction:column;align-items:start;justify-content:space-between}@media screen and (max-width: 1023px){.seo .title-container{width:100%;max-width:100%}}@media screen and (max-width: 767px){.seo .title-container{gap:10px}}.seo .title{font-family:Stapel;font-weight:300;font-size:16px}@media screen and (max-width: 1919px){.seo .title{margin-top:51px}}@media screen and (max-width: 1439px){.seo .title{margin-top:10px}}@media screen and (max-width: 767px){.seo .title{margin-top:0}}.seo .text-description{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:14px}.seo .text-description h2{text-transform:uppercase;font-family:Stapel}@media screen and (max-width: 767px){.seo .text-description h2{color:#52ab36}}.seo .description-container{font-family:Stapel;font-weight:400;font-size:22px;line-height:26px}.seo .text-container{gap:20px;font-weight:400;font-size:15px;margin-bottom:10px}.seo .text-container p{font-family:Inter;font-weight:400;font-size:16px;line-height:18px}.ui .span-1{color:#000;cursor:pointer;font-size:15px;-webkit-user-select:none;user-select:none;white-space:nowrap;touch-action:manipulation}.ui .span-1.checked .span-2:before{background:rgb(84,84,84)}.ui .span-1.checked .tick{color:#fff;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}.ui .span-2{width:17px;height:17px;text-align:left;position:relative;z-index:0;display:inline-block;line-height:normal;cursor:pointer}.ui .span-2:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;content:"";transition:background-color .1s linear;border-radius:4px;background-color:#e6e6e6}.ui .span-2:after{visibility:hidden;content:" ";text-align:left;cursor:pointer}.ui .input{position:absolute;z-index:4;top:-2px;left:-2px;width:-webkit-calc(100% + 4px);width:calc(100% + 4px);height:-webkit-calc(100% + 4px);height:calc(100% + 4px);margin:0;padding:0;opacity:0;border:none;outline:none;background:none;cursor:pointer}.ui .tick{position:absolute;z-index:3;visibility:hidden;pointer-events:none;transition:color .1s,transform .2s,-webkit-transform .2s;transform:translateY(-5px);color:transparent;width:100%;height:100%}.ui .icon{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.ui .icon svg{position:static;top:initial;left:initial;-webkit-transform:none;transform:none;width:14px;height:14px;fill:currentColor}.ui .label{padding-left:5px;white-space:normal;cursor:pointer}.item{display:flex;flex-direction:column;align-items:flex-start;width:300px}.item input{margin:10px 0 5px}.error{color:red;font-size:14px}.ui{padding-top:20px;flex:1;display:flex;flex-direction:column;gap:20px;padding-bottom:20px}.ui button{max-width:50%}@media screen and (max-width: 767px){.ui button{max-width:100%}}.ui .project-card,.ui .portfolio-card{width:50%}.portfolio-card,.project-type-card{width:100%;aspect-ratio:1.8/1;border-radius:30px;padding:20px;position:relative;display:flex;align-items:end;cursor:none}@media screen and (max-width: 1439px){.portfolio-card,.project-type-card{padding:16px}}@media screen and (max-width: 1023px){.portfolio-card,.project-type-card{border-radius:20px;padding:10px}}@media screen and (max-width: 767px){.portfolio-card,.project-type-card{cursor:none;width:100%;border-radius:10px}}.portfolio-card .media-wrapper,.portfolio-card img,.portfolio-card .skeleton,.project-type-card .media-wrapper,.project-type-card img,.project-type-card .skeleton{position:absolute;width:100%;height:100%;object-fit:cover;border-radius:30px;top:0;left:0;bottom:0}@media screen and (max-width: 1023px){.portfolio-card .media-wrapper,.portfolio-card img,.portfolio-card .skeleton,.project-type-card .media-wrapper,.project-type-card img,.project-type-card .skeleton{border-radius:20px}}@media screen and (max-width: 767px){.portfolio-card .media-wrapper,.portfolio-card img,.portfolio-card .skeleton,.project-type-card .media-wrapper,.project-type-card img,.project-type-card .skeleton{border-radius:10px}}.portfolio-card img,.project-type-card img{border-radius:30px}@media screen and (max-width: 1023px){.portfolio-card img,.project-type-card img{border-radius:20px}}@media screen and (max-width: 767px){.portfolio-card img,.project-type-card img{border-radius:10px}}.portfolio-card .main-link,.project-type-card .main-link{position:absolute;top:0;left:0;bottom:0;width:100%;height:100%;z-index:2;cursor:none}@media screen and (max-width: 1023px){.portfolio-card .main-link,.project-type-card .main-link{cursor:none}}.portfolio-card .info-container,.project-type-card .info-container{width:100%;padding:21px 20px 16px;border:1px solid rgba(255,255,255,.2);border-radius:20px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px;background-color:#0006;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:3;cursor:pointer}@media screen and (max-width: 1439px){.portfolio-card .info-container,.project-type-card .info-container{padding:15px 16px 11px}}@media screen and (max-width: 1023px){.portfolio-card .info-container,.project-type-card .info-container{padding:11px 12px 7px;border-radius:14px}}@media screen and (max-width: 767px){.portfolio-card .info-container,.project-type-card .info-container{border-radius:10px}}.portfolio-card .info-container .title-container,.project-type-card .info-container .title-container{display:flex;flex-direction:column;align-items:start;gap:10px}@media screen and (max-width: 1023px){.portfolio-card .info-container .title-container,.project-type-card .info-container .title-container{gap:2px}}.portfolio-card .info-container .title,.project-type-card .info-container .title{color:#fff;font-family:Stapel;font-weight:400;font-size:30px;line-height:30px;width:100%;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1439px){.portfolio-card .info-container .title,.project-type-card .info-container .title{font-size:24px;line-height:24px}}@media screen and (max-width: 1023px){.portfolio-card .info-container .title,.project-type-card .info-container .title{font-size:22px;line-height:22px}}@media screen and (max-width: 767px){.portfolio-card .info-container .title,.project-type-card .info-container .title{font-size:20px;line-height:20px}}.portfolio-card .info-container .info,.project-type-card .info-container .info{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}@media screen and (max-width: 1439px){.portfolio-card .info-container .info,.project-type-card .info-container .info{flex-direction:column;align-items:start;justify-content:start;gap:12px}}@media screen and (max-width: 1023px){.portfolio-card .info-container .info,.project-type-card .info-container .info{gap:4px}}.portfolio-card .info-container .info .text,.project-type-card .info-container .info .text{max-width:50%}@media screen and (max-width: 1439px){.portfolio-card .info-container .info .text,.project-type-card .info-container .info .text{max-width:100%}}.portfolio-card .info-container .info .text p,.project-type-card .info-container .info .text p,.portfolio-card .info-container .info .city,.project-type-card .info-container .info .city{color:#fff;font-family:Stapel;font-weight:300;font-size:18px;line-height:21px}.portfolio-card .info-container .info .values,.project-type-card .info-container .info .values{display:flex;flex-direction:row;align-items:center;align-items:end;gap:30px}@media screen and (max-width: 1439px){.portfolio-card .info-container .info .values,.project-type-card .info-container .info .values{gap:20px}}@media screen and (max-width: 370px){.portfolio-card .info-container .info .values,.project-type-card .info-container .info .values{width:100%;justify-content:start;gap:10px}}.portfolio-card .info-container .info p,.project-type-card .info-container .info p{color:#fff;font-family:Stapel;font-weight:400;font-size:18px;line-height:21px}@media screen and (max-width: 767px){.portfolio-card .info-container .info p,.project-type-card .info-container .info p{font-size:16px;line-height:20px}}.portfolio-card .info-container .info .title-container,.project-type-card .info-container .info .title-container{margin-bottom:0;max-width:60%}@media screen and (max-width: 1439px){.portfolio-card .info-container .info .title-container,.project-type-card .info-container .info .title-container{max-width:100%}.portfolio-card .info-container .info .title-container .title,.project-type-card .info-container .info .title-container .title{font-size:24px;line-height:24px}}.portfolio-card .info-container .info .title-container .title,.project-type-card .info-container .info .title-container .title{color:#fff;font-family:Stapel;font-weight:400;font-size:30px;line-height:30px;overflow:unset}@media screen and (max-width: 1439px){.portfolio-card .info-container .info .title-container .title,.project-type-card .info-container .info .title-container .title{font-size:24px;line-height:24px}}@media screen and (max-width: 1023px){.portfolio-card .info-container .info .title-container .title,.project-type-card .info-container .info .title-container .title{font-size:22px;line-height:22px}}@media screen and (max-width: 767px){.portfolio-card .info-container .info .title-container .title,.project-type-card .info-container .info .title-container .title{font-size:20px;line-height:20px}}.project-card{width:100%;aspect-ratio:1.6/1;border-radius:30px;padding:20px;position:relative;display:flex;align-items:end;cursor:none;z-index:10}@media screen and (max-width: 1439px){.project-card{padding:16px}}@media screen and (max-width: 1023px){.project-card{border-radius:20px;padding:10px}}@media screen and (max-width: 767px){.project-card{width:100%;border-radius:10px}}.project-card .media-wrapper,.project-card img,.project-card .skeleton{position:absolute;width:100%;height:100%;object-fit:cover;border-radius:30px;top:0;left:0;bottom:0}@media screen and (max-width: 1023px){.project-card .media-wrapper,.project-card img,.project-card .skeleton{border-radius:20px}}@media screen and (max-width: 767px){.project-card .media-wrapper,.project-card img,.project-card .skeleton{border-radius:10px}}.project-card .main-link{position:absolute;top:0;left:0;bottom:0;width:100%;height:100%;z-index:2;cursor:none}@media screen and (max-width: 1023px){.project-card .main-link{cursor:default}}.project-card .info-container{width:47%;padding:17px 20px 16px;border:1px solid rgba(255,255,255,.2);border-radius:20px;display:flex;flex-direction:column;justify-content:start;background-color:#0006;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;height:121px;transition:all .3s;z-index:3;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.project-card .info-container::-webkit-scrollbar{width:0;height:0}@media screen and (max-width: 1439px){.project-card .info-container{height:92px;width:100%;padding:15px 16px 16px}}@media screen and (max-width: 1023px){.project-card .info-container{border-radius:10px;height:66px;padding:11px 12px 7px}}@media screen and (max-width: 767px){.project-card .info-container{height:64px;padding:7px}}.project-card .main-wrapper{display:flex;flex-direction:column;justify-content:space-between;flex:1;opacity:0;height:0;z-index:-1;transition:opacity 0s 0s ease-in,height .1s}.project-card .close{width:24px;height:24px;color:#fff;position:absolute;top:15px;right:20px;cursor:pointer}.project-card .close path{color:#fff}.project-card .wrapper{display:flex;flex-direction:column;padding:7px 0}.project-card .wrapper h3{margin-bottom:10px;max-height:unset;display:block;word-break:break-word;margin-top:18px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media screen and (max-width: 1023px){.project-card .wrapper h3{-webkit-line-clamp:2;margin-top:0;margin-bottom:2px;width:90%}}.project-card h3{color:#fff;font-family:Stapel;font-weight:500;font-size:30px;line-height:30px;max-height:60px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media screen and (max-width: 1439px){.project-card h3{font-size:24px;line-height:24px}}@media screen and (max-width: 1023px){.project-card h3{-webkit-line-clamp:1;font-size:22px;line-height:22px}}@media screen and (max-width: 767px){.project-card h3{font-size:20px;line-height:20px}}.project-card .add-favorite{width:100%;border-bottom:1px solid #A1A0A0;padding-bottom:15px;margin-bottom:21px}.project-card .add-favorite span{color:#fff;font-family:Stapel;font-weight:300;font-size:18px;line-height:21px}.project-card .info-list{display:flex;flex-direction:column;gap:15px}.project-card .info-list li{color:#fff;font-family:Stapel;font-weight:500;font-size:16px;line-height:14px}.project-card .main-info-list{display:flex;flex-direction:column;gap:12px}.project-card .main-info-list li{display:flex;flex-direction:column}.project-card .main-info-list .values{display:flex;flex-direction:row;gap:10px}.project-card .main-info-list .values p{color:#fff;font-family:Stapel;font-weight:500;font-size:20px;line-height:25px}@media screen and (max-width: 1439px){.project-card .main-info-list .values p{font-size:18px;line-height:22px}}.project-card .main-info-list .values .line-through{text-decoration:line-through;color:#a1a0a0;font-family:Stapel;font-weight:300;font-size:20px;line-height:25px}.project-card .main-info-list .name{color:#a1a0a0;font-family:Stapel;font-weight:300;font-size:18px;line-height:21px}.project-card .btn-link{width:100%;margin-top:12px;padding:11px 30px 8px}.project-card .btn-link span{font-size:15px}.project-card .btn-link{display:none}@media screen and (max-width: 1023px){.project-card .btn-link{display:block}}.project-card .link{padding:0;cursor:pointer;color:#fff;font-family:Stapel;font-weight:300;font-size:18px;line-height:21px;margin-top:10px}@media screen and (max-width: 1023px){.project-card .link{margin-top:0}}.project-card .link:hover{text-decoration:underline}.tab{cursor:pointer;width:min-content;padding:12px 26px;border:1px solid #52AB36;border-radius:138px;background-color:#fff;display:flex;align-items:center;justify-content:center}.tab span{font-family:Stapel;font-weight:500;font-size:16px;line-height:14px;color:#52ab36;white-space:nowrap}.project-card.open .info-container{height:100%;cursor:pointer;overflow:auto}.project-card.open .main-wrapper{display:flex;opacity:1;height:100%}.project-card.open .main-title,.project-card.open .link{display:none}.cursor{background-image:url(/build/assets/cursor-9cfa2a2f.svg);background-size:contain;background-repeat:no-repeat;width:36px;height:36px;position:fixed;pointer-events:none;z-index:10;opacity:0;transform:scale(.5);transition:width .3s ease-out,height .3s ease-out,opacity .2s ease-out,transform .4s ease-out}@media screen and (max-width: 1023px){.cursor{display:none}}.cursor_visible{transform:scale(1);opacity:1}.tab.active{background-color:#52ab36}.tab.active span{color:#fff}.modal{position:fixed;top:0;bottom:0;right:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:150}@media screen and (max-width: 1023px){.modal{align-items:start;overflow:scroll}.modal::-webkit-scrollbar{width:0;height:0}}@media screen and (max-width: 767px){.modal{padding:20px 12px 0}}.modal .modal-layout{position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%;opacity:.7;background:#000}.modal .modal-wrapper-form{min-width:842px;min-height:664px}@media screen and (max-width: 1023px){.modal .modal-wrapper-form{min-width:620px;min-height:200px}}@media screen and (max-width: 767px){.modal .modal-wrapper-form{width:100%;min-width:unset;min-height:500px}}.modal .modal-wrapper{border:1px solid #7F7F7F;background-color:#fff;padding:80px;border-radius:20px;z-index:7;max-width:842px;position:relative}@media screen and (max-width: 1439px){.modal .modal-wrapper{padding:60px;max-width:802px}}@media screen and (max-width: 1023px){.modal .modal-wrapper{padding:40px;max-width:620px}}@media screen and (max-width: 767px){.modal .modal-wrapper{padding:20px;max-width:100%}}.modal .modal-wrapper .lds-ripple{position:absolute}.modal .title{font-family:Stapel;font-weight:500;font-size:40px;line-height:48px;text-transform:uppercase;margin-top:64px;margin-bottom:5px}@media screen and (max-width: 1439px){.modal .title{font-size:30px;line-height:36px}}@media screen and (max-width: 1023px){.modal .title{font-size:26px;line-height:31px}}@media screen and (max-width: 767px){.modal .title{font-size:22px;line-height:31px;margin-top:34px}}.modal .subtitle{font-family:Inter;font-weight:400;font-size:16px;line-height:22px;margin-bottom:20px}.modal .subtitle a{color:#52ab36}.modal .btn-primary{display:flex;align-items:center;justify-content:center;width:100%}.modal .btn-primary span{font-family:Stapel;font-weight:400;font-size:20px;line-height:25px}@media screen and (max-width: 350px){.modal .btn-primary span{font-size:18px}}.modal .modal-close{position:absolute;top:80px;right:80px;padding:0}@media screen and (max-width: 1439px){.modal .modal-close{top:60px;right:60px}}@media screen and (max-width: 1023px){.modal .modal-close{top:40px;right:40px}}@media screen and (max-width: 767px){.modal .modal-close{top:20px;right:20px}}.modal .modal-close:hover path{fill:#52ab36}.success-modal{align-items:center}.project-form{display:flex;flex-direction:column;align-items:start;width:682px;height:auto;opacity:1;transition:all .3s}@media screen and (max-width: 1023px){.project-form{width:540px}}@media screen and (max-width: 767px){.project-form{width:100%}}.project-form .form-title{font-family:Stapel;margin-top:64px;margin-bottom:0;font-size:40px;text-transform:uppercase}@media screen and (max-width: 1439px){.project-form .form-title{font-size:30px}}@media screen and (max-width: 1023px){.project-form .form-title{font-size:26px}}@media screen and (max-width: 767px){.project-form .form-title{font-size:22px;margin-top:34px}}.project-form .form-sub-title{font-family:Inter;font-size:16px;line-height:24px;margin-bottom:40px}@media screen and (max-width: 1439px){.project-form .form-sub-title{line-height:22px}}@media screen and (max-width: 1023px){.project-form .form-sub-title{margin-bottom:20px}}.project-form .btn-primary{width:100%;padding:18px 30px;color:#fff;font-family:Stapel;font-weight:400;font-size:20px;line-height:26px}.project-form.min-height{opacity:0;height:0}.opacity-hidden{opacity:0}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:5px}@media screen and (max-width: 767px){.breadcrumbs{width:100%;flex-wrap:nowrap;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:5px!important}.breadcrumbs::-webkit-scrollbar{width:0;height:0}}.breadcrumbs .breadcrumbs-item.active{color:#52ab36}.breadcrumbs .breadcrumbs-item{font-size:14px;font-family:Inter;white-space:nowrap}.breadcrumbs .divider{font-size:14px;font-family:Inter}.breadcrumbs::-webkit-scrollbar{width:0;height:0}.faq{margin-bottom:100px}.faq-content{display:flex;align-items:flex-start;gap:26px;flex-direction:column}@media screen and (max-width: 1439px){.faq-content{gap:18px}}@media screen and (max-width: 1023px){.faq-content{gap:20px}}@media screen and (max-width: 767px){.faq-content{gap:16px}}.faq-item{display:flex;flex-direction:column;align-items:flex-start;width:100%;border-radius:20px;border:1px solid #52AB36;padding:20px}@media screen and (max-width: 767px){.faq-item{padding:12px}}.faq-item h3{margin-bottom:5px}.faq-item:last-of-type{grid-column-end:-1}.faq-item.hidden{display:none}.grid-faq{margin-top:62px;margin-bottom:100px}@media screen and (max-width: 1439px){.grid-faq{margin-top:57px}}@media screen and (max-width: 1023px){.grid-faq{margin-top:37px}}@media screen and (max-width: 767px){.grid-faq{margin-top:27px}}.container-contacts{margin-bottom:100px}.container-contacts .socials{width:100%}.contacts-req{display:flex;flex-direction:column;align-items:flex-start}.contacts-req h4{margin-bottom:10px}.contacts-download{margin-top:20px;text-decoration:underline}.grid-contacts{margin-top:140px;margin-bottom:40px;display:grid;grid-template-columns:1fr 1fr;gap:32px}@media screen and (max-width: 1919px){.grid-contacts{grid-template-columns:50% 48%;margin-top:40px}}@media screen and (max-width: 1439px){.grid-contacts{gap:22px}}@media screen and (max-width: 1023px){.grid-contacts{display:flex;flex-direction:column;flex-direction:column-reverse;margin-top:30px}}.contacts-info{width:100%;padding-top:38px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.contacts-info .btn-primary{color:#fff;width:100%;margin-top:150px;padding-top:18px;padding-bottom:18px}@media screen and (max-width: 1919px){.contacts-info .btn-primary{margin-top:58px}}@media screen and (max-width: 1439px){.contacts-info .btn-primary{margin-top:200px}}@media screen and (max-width: 1023px){.contacts-info .btn-primary{display:none}}@media screen and (max-width: 1023px){.contacts-info{padding-top:0}}.contacts-info .socials a{font-size:18px}@media screen and (max-width: 1023px){.contacts-info .socials a{font-size:16px}}.contacts-mobile-grid{display:none}@media screen and (max-width: 1023px){.contacts-mobile-grid{display:block}}@media screen and (max-width: 767px){.contacts-mobile-grid{display:none}}.map-wrapper{width:100%;height:100%}@media screen and (max-width: 1023px){.map-wrapper{display:flex;flex-direction:column;width:100%}}.contacts-grid-wrapper{width:100%}@media screen and (max-width: 1023px){.contacts-grid-wrapper{display:grid;gap:22px;width:100%;grid-template-columns:1fr 1fr}}@media screen and (max-width: 767px){.contacts-grid-wrapper{grid-template-columns:1fr}}.btn-mobile{display:none;color:#fff;width:100%}@media screen and (max-width: 1023px){.btn-mobile{display:block!important;margin-top:20px!important}}@media screen and (max-width: 1023px){.btn-mobile.hidden{display:none!important}}#map{border-radius:30px;width:100%;height:100%}@media screen and (max-width: 1023px){#map{height:389px}}#map .ymaps-2-1-79-map,#map .ymaps-2-1-79-inner-panes{border-radius:30px}.contacts-info.hidden{display:none}.contacts-tabs{margin-top:30px;display:flex;align-items:center;gap:20px;cursor:pointer;width:100%}.contacts-tabs .btn{font-size:16px;font-family:Stapel;line-height:100%;font-weight:500;border-radius:138px;color:#52ab36;background:#FFFFFF;border:1px solid #52AB36}.contacts-tabs .btn.active{color:#fff;background:#52AB36}@media screen and (max-width: 767px){.contacts-tabs{margin-top:9px;flex-direction:column;align-items:flex-start}}.main-video{width:98%;max-width:unset;height:calc(100vh - 40px);border-radius:30px;margin-top:20px;position:relative;margin-bottom:100px;min-height:450px;display:flex;align-items:end;justify-content:end;padding:61px 43px;overflow:hidden}@media screen and (max-width: 1439px){.main-video{padding:60px 20px}}@media screen and (max-width: 1023px){.main-video{padding:50px 10px;height:calc(100vh - 20px)}}@media screen and (max-width: 767px){.main-video{width:100%;height:auto;min-height:unset;display:flex;flex-direction:column;align-items:start;justify-content:start;padding:0;border-radius:0;margin:0 0 90px}}.main-video .background{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:30px;width:100%;height:100%;background-color:#0000004d;z-index:1}@media screen and (max-width: 767px){.main-video .background{display:none}}.main-video .video,.main-video .media-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:30px;width:100%;height:100%;object-fit:cover}@media screen and (max-width: 767px){.main-video .video,.main-video .media-wrapper{position:relative;width:100%;aspect-ratio:1.5/1;border-radius:0}}.main-video .grid{width:100%;align-items:end;z-index:1}@media screen and (max-width: 1439px){.main-video .grid{display:flex;flex-direction:column-reverse;align-items:start;justify-content:start;gap:15px}}.main-video .content{max-width:539px;z-index:1}.main-video .content h1{font-family:Stapel;font-weight:500;color:#fff;text-transform:uppercase;text-align:start}.main-video .content h1 span{font-weight:300}@media screen and (max-width: 767px){.main-video .content h1{color:#000;line-height:36px;margin-bottom:10px;margin-right:10px}}@media screen and (max-width: 1919px){.main-video .content{bottom:61px;right:150px}}@media screen and (max-width: 1439px){.main-video .content{width:100%;left:20px;right:unset;bottom:103px}}@media screen and (max-width: 1023px){.main-video .content{left:10px;right:unset;bottom:89px}}@media screen and (max-width: 767px){.main-video .content{position:relative;top:unset;bottom:unset;left:unset;padding:0 12px;width:100%}}.down{width:30px;height:30px;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:5px;cursor:pointer;z-index:2}@media screen and (max-width: 767px){.down{display:none}}.arrows{width:24px;height:54px;display:flex}.arrows path{animation:arrow 2s infinite;-webkit-animation:arrow 2s infinite}@keyframes arrow{0%{opacity:0}40%{opacity:1}80%{opacity:0}to{opacity:0}}@-webkit-keyframes arrow{0%{opacity:0}40%{opacity:1}80%{opacity:0}to{opacity:0}}.arrows path.a1{animation-delay:-1s;-webkit-animation-delay:-1s}.arrows path.a2{animation-delay:-.5s;-webkit-animation-delay:-.5s}.arrows path.a3{animation-delay:0s;-webkit-animation-delay:0s}@media screen and (max-width: 1023px){.main-about{grid-template-columns:1fr;gap:10px}}.main-about .image-container{position:relative;padding:20px;display:flex;align-items:end;justify-content:end;width:100%;height:1072px;border-radius:30px}@media screen and (max-width: 1919px){.main-about .image-container{height:793px}}@media screen and (max-width: 1439px){.main-about .image-container{height:618px}}@media screen and (max-width: 1023px){.main-about .image-container{display:none}}.main-about .media-wrapper,.main-about img,.main-about .skeleton{width:100%;height:100%;object-fit:cover;position:absolute;border-radius:30px;top:0;left:0;right:0;bottom:0}@media screen and (max-width: 1439px){.main-about .media-wrapper,.main-about img,.main-about .skeleton{object-fit:cover}}.main-about .backdrop-container{display:flex;flex-direction:column;align-items:start;gap:10px}.main-about .backdrop-container p{font-weight:300}.main-about .backdrop-container p,.main-about .backdrop-container h3{color:#fff;font-family:Stapel;margin-bottom:0}.main-about .backdrop-container .title{color:#fff;font-weight:400;font-size:30px;line-height:30px}@media screen and (max-width: 1023px){.main-about .backdrop-container .title{font-size:22px;line-height:22px}}@media screen and (max-width: 767px){.main-about .backdrop-container .title{font-size:20px;line-height:20px}}.main-about .backdrop-container .subtitle{color:#fff;font-weight:300;font-size:18px}.main-about .info{display:flex;flex-direction:column;align-items:start;justify-content:space-between;padding:10px 0 40px}@media screen and (max-width: 1023px){.main-about .info{padding:0}}.main-about .image-container-info{display:none}@media screen and (max-width: 1023px){.main-about .image-container-info{position:relative;padding:20px;display:flex;align-items:end;justify-content:end;width:100%;border-radius:30px;aspect-ratio:.81/1;margin-bottom:30px}}@media screen and (max-width: 767px){.main-about .image-container-info{margin-bottom:10px}}.main-about .text{display:flex;flex-direction:column}.main-about .text h2{text-transform:uppercase;margin-bottom:10px;color:#000}@media screen and (max-width: 1023px){.main-about .text h2{margin-top:20px}}@media screen and (max-width: 767px){.main-about .text h2{margin-top:10px}}.main-about .text h3{margin-bottom:14px;font-size:22px}@media screen and (max-width: 1023px){.main-about .text h3{margin-bottom:30px}}@media screen and (max-width: 767px){.main-about .text h3{margin-bottom:10px;font-size:16px}}.main-about .text .text-container{margin-bottom:30px}@media screen and (max-width: 1023px){.main-about .text .text-container{margin-bottom:20px}}.main-about .text .text-container p{font-family:Inter;font-weight:400;font-size:16px;line-height:22px}@media screen and (max-width: 1023px){.main-about .text .text-container p{font-size:18px}}@media screen and (max-width: 767px){.main-about .text .text-container p{font-size:16px}}.main-about .text .btn{border-radius:8px;width:100%;padding:18px 30px}.main-about .text .btn span{font-size:20px}@media screen and (max-width: 1023px){.good-conditions{grid-template-columns:1fr}}@media screen and (max-width: 1023px){.good-conditions .descriptor-container{display:none}}.good-conditions .title-container{width:100%;display:grid;grid-template-columns:1fr;align-items:end;margin-bottom:23px}@media screen and (max-width: 1439px){.good-conditions .title-container{margin-bottom:27px}}@media screen and (max-width: 1023px){.good-conditions .title-container{grid-template-columns:repeat(2,1fr);margin-bottom:17px}}@media screen and (max-width: 767px){.good-conditions .title-container{grid-template-columns:1fr;gap:10px;margin-bottom:11px}}.good-conditions .title-container .descriptor{display:none}@media screen and (max-width: 1023px){.good-conditions .title-container .descriptor{display:inline-block}}.good-conditions .descriptor{margin-top:21px}@media screen and (max-width: 1919px){.good-conditions .descriptor{margin-top:68px}}@media screen and (max-width: 1439px){.good-conditions .descriptor{margin-top:48px}}@media screen and (max-width: 1023px){.good-conditions .descriptor{margin:0}}.good-conditions h2{font-family:Stapel;text-transform:uppercase}.good-conditions .conditions-list{display:grid;grid-template-columns:repeat(2,426px);grid-template-rows:auto;gap:50px}@media screen and (max-width: 1919px){.good-conditions .conditions-list{grid-template-columns:repeat(2,316px)}}@media screen and (max-width: 1439px){.good-conditions .conditions-list{grid-template-columns:1fr;gap:30px}}@media screen and (max-width: 1023px){.good-conditions .conditions-list{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;justify-content:space-between;column-gap:4px;row-gap:40px}}@media screen and (max-width: 767px){.good-conditions .conditions-list{grid-template-columns:1fr;gap:20px}}.good-conditions .conditions-list li{display:flex;flex-direction:column;gap:14px}@media screen and (max-width: 1023px){.good-conditions .conditions-list li{gap:4px}}.good-conditions .conditions-list h3{font-family:Stapel;color:#52ab36}.good-conditions .conditions-list p{font-weight:400;font-family:Inter;color:#000;font-size:16px;line-height:22px}.youtube-blog .titles-container{align-items:end;margin-bottom:27px}@media screen and (max-width: 1439px){.youtube-blog .titles-container{align-items:center}}@media screen and (max-width: 1023px){.youtube-blog .titles-container{margin-bottom:17px}}@media screen and (max-width: 767px){.youtube-blog .titles-container{margin-bottom:20px;align-items:flex-start}}.youtube-blog .titles{display:flex;flex-direction:row;align-items:end;justify-content:space-between}@media screen and (max-width: 1439px){.youtube-blog .titles{flex-direction:column;align-items:start;justify-content:start;gap:7px}}@media screen and (max-width: 1023px){.youtube-blog .titles{gap:17px}}@media screen and (max-width: 767px){.youtube-blog .titles{gap:9px}}.youtube-blog .titles h2{font-family:Stapel;text-transform:uppercase}.youtube-blog .video-list{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:32px}@media screen and (max-width: 1919px){.youtube-blog .video-list{column-gap:32px;row-gap:24px}}@media screen and (max-width: 1439px){.youtube-blog .video-list{grid-template-columns:repeat(2,1fr);column-gap:22px;row-gap:32px}}@media screen and (max-width: 1023px){.youtube-blog .video-list{row-gap:20px}}@media screen and (max-width: 767px){.youtube-blog .video-list{grid-template-columns:1fr;gap:14px}}.youtube-blog .video-list a.video{width:100%;height:328px;position:relative;border-radius:20px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1919px){.youtube-blog .video-list a.video{height:244px}}@media screen and (max-width: 1439px){.youtube-blog .video-list a.video{height:264px}}@media screen and (max-width: 1023px){.youtube-blog .video-list a.video{height:200px;border-radius:14px}}@media screen and (max-width: 767px){.youtube-blog .video-list a.video{width:100%;aspect-ratio:1.81/1;height:auto;max-width:100%}}.youtube-blog .video-list a.video img,.youtube-blog .video-list a.video .skeleton{width:100%;height:100%;object-fit:cover;border-radius:20px}@media screen and (max-width: 1023px){.youtube-blog .video-list a.video img,.youtube-blog .video-list a.video .skeleton{border-radius:14px}}@media screen and (max-width: 767px){.youtube-blog .video-list a.video img,.youtube-blog .video-list a.video .skeleton{border-radius:12px}}.youtube-blog .video-list a.video .duration{position:absolute;right:10px;bottom:10px;border-radius:5px;padding:2px 4px 0;font-weight:500;font-size:14px;background:rgba(0,0,0,.6);color:#fff}.work-slider{height:300vh}@media screen and (max-width: 767px){.work-slider{padding:0}}.work-slider .grid{margin-bottom:28px;align-items:end}@media screen and (max-width: 767px){.work-slider .grid{align-items:start;margin-bottom:20px;padding:0 12px;gap:15px}}.work-slider .grid h2{font-family:Stapel;text-transform:uppercase}.work-slider .work-slider-swiper{height:95vh;border-radius:30px;position:sticky;top:20px}@media screen and (max-width: 767px){.work-slider .work-slider-swiper{transition:height .3s;height:90vh;border-radius:0;top:0}}@media screen and (max-width: 767px){.work-slider .swiper-wrapper{padding-top:20px}}.work-slider .swiper-slide{width:100%;height:100%;position:relative;border-radius:30px;padding:20px 20px 30px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media screen and (max-width: 1919px){.work-slider .swiper-slide{padding:20px}}@media screen and (max-width: 1439px){.work-slider .swiper-slide{padding:14px 16px 16px}}@media screen and (max-width: 1023px){.work-slider .swiper-slide{padding:10px}}@media screen and (max-width: 767px){.work-slider .swiper-slide{flex-direction:column;justify-content:start;gap:20px;padding:20px 12px;border-radius:0}}.work-slider .tabs{z-index:2;display:flex;flex-direction:column;align-items:center;gap:20px;width:50px}@media screen and (max-width: 767px){.work-slider .tabs{flex-direction:row;height:50px;width:auto}}.work-slider .tabs .tab{border:none;padding:0;background-color:transparent;font-family:Stapel;font-weight:300;font-size:20px;line-height:20px;color:#ffffffa1;transition:all .3s}@media screen and (max-width: 1439px){.work-slider .tabs .tab{font-size:18px;line-height:18px}}@media screen and (max-width: 1023px){.work-slider .tabs .tab{font-size:16px;line-height:16px}}.work-slider .tabs .active{font-size:30px;line-height:36px;font-weight:300;color:#fff}@media screen and (max-width: 1439px){.work-slider .tabs .active{font-size:24px;line-height:30px}}@media screen and (max-width: 1023px){.work-slider .tabs .active{font-size:22px;line-height:27px}}.work-slider .filter{background:rgba(0,0,0,.5);position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:100%;z-index:1;border-radius:30px}@media screen and (max-width: 767px){.work-slider .filter{border-radius:0}}.work-slider .skeleton{border-radius:30px}@media screen and (max-width: 767px){.work-slider .skeleton{border-radius:0}}.work-slider .slider-img,.work-slider .media-wrapper{object-fit:cover;position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:100%;border-radius:30px}@media screen and (max-width: 767px){.work-slider .slider-img,.work-slider .media-wrapper{border-radius:0}}.work-slider .backdrop-container{height:100%;width:50%;display:flex;flex-direction:column;justify-content:space-between;overflow:auto}@media screen and (max-width: 767px){.work-slider .backdrop-container{width:100%}}.work-slider .backdrop-container h3{color:#fff;font-family:Stapel;font-weight:400;margin-bottom:20px}.work-slider .backdrop-container h2{color:#fff;font-family:Stapel;font-weight:400;text-transform:uppercase;margin-bottom:14px;max-width:100%;word-break:break-word}@media screen and (max-width: 767px){.work-slider .backdrop-container h2{margin-bottom:4px}}.work-slider .backdrop-container p{color:#fff;font-family:Inter;font-weight:400;font-size:16px;line-height:22px}@media screen and (max-width: 767px){.work-slider.up .work-slider-swiper{height:90vh}}@media screen and (max-width: 1023px){.excursion-form{grid-template-columns:1fr}}@media screen and (max-width: 1023px){.excursion-form .interesting-form .form-sub-title,.excursion-form .interesting-form .form-title{display:none}}.excursion-form .descriptor{margin-top:69px}@media screen and (max-width: 1023px){.excursion-form .descriptor{margin-top:0;width:50%;display:none}}.excursion-form .form-title{margin-bottom:10px}@media screen and (max-width: 1919px){.excursion-form .form-title{font-size:40px;line-height:40px}}@media screen and (max-width: 1439px){.excursion-form .form-title{font-size:30px;line-height:36px}}@media screen and (max-width: 1023px){.excursion-form .form-title{font-size:26px;line-height:31px;margin-bottom:0}}@media screen and (max-width: 767px){.excursion-form .form-title{font-size:22px;line-height:26px}}.excursion-form .form-sub-title{margin-bottom:40px;font-weight:300}@media screen and (max-width: 1919px){.excursion-form .form-sub-title{width:650px;margin-bottom:20px}}@media screen and (max-width: 1439px){.excursion-form .form-sub-title{width:100%;margin-bottom:30px}}@media screen and (max-width: 1023px){.excursion-form .form-sub-title{margin-bottom:10px}}.excursion-form .form-button{width:100%}.excursion-form .titles{display:none;margin-bottom:0}@media screen and (max-width: 1023px){.excursion-form .titles{display:grid;align-items:center}.excursion-form .titles .descriptor{display:inline-block}}@media screen and (max-width: 767px){.excursion-form .titles{display:flex;align-items:start}}.about{margin-bottom:100px}.about-video{margin-top:62px;display:flex;justify-content:center;align-items:center;position:relative}.about-video .skeleton{border-radius:30px}@media screen and (max-width: 1023px){.about-video .skeleton{border-radius:20px}}@media screen and (max-width: 767px){.about-video .skeleton{border-radius:unset}}.about-video video,.about-video .media-wrapper{width:100%;height:898px;position:relative;z-index:2;border-radius:30px}@media screen and (max-width: 1919px){.about-video video,.about-video .media-wrapper{height:668px}}@media screen and (max-width: 1439px){.about-video video,.about-video .media-wrapper{height:470px}}@media screen and (max-width: 1023px){.about-video video,.about-video .media-wrapper{height:360px;border-radius:20px}}@media screen and (max-width: 767px){.about-video video,.about-video .media-wrapper{height:210px;border-radius:unset}}@media screen and (max-width: 1439px){.about-video{margin-top:57px}}@media screen and (max-width: 1023px){.about-video{margin-top:37px}}@media screen and (max-width: 767px){.about-video{margin-top:27px}}.about-play{position:absolute;background:url(/build/assets/play-14c04c49.png) no-repeat;width:64px;height:64px;z-index:4}.about-video-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.about-main{margin-top:130px;display:flex;flex-direction:column;gap:80px}@media screen and (max-width: 1439px){.about-main{margin-top:100px;gap:70px}}@media screen and (max-width: 1023px){.about-main{margin-top:96px;gap:50px}}@media screen and (max-width: 767px){.about-main{margin-top:57px;gap:47px}}.about-item{display:grid;grid-template-columns:1fr 1fr;gap:32px}.about-item:nth-of-type(2n) .about-item-right{order:-1}@media screen and (max-width: 767px){.about-item:nth-of-type(2n) .about-item-right{order:unset}}@media screen and (max-width: 1919px){.about-item{gap:40px}}@media screen and (max-width: 1439px){.about-item{gap:20px}}@media screen and (max-width: 767px){.about-item{gap:30px;grid-template-columns:1fr}}.about-item-left{display:flex;align-items:flex-start;gap:14px;flex-direction:column}.about-item-right{border-radius:30px}@media screen and (max-width: 1439px){.about-item-right{border-radius:20px}}@media screen and (max-width: 767px){.about-item-right{border-radius:12px}}.about-item-right .skeleton{border-radius:30px}@media screen and (max-width: 1439px){.about-item-right .skeleton{border-radius:20px}}@media screen and (max-width: 767px){.about-item-right .skeleton{border-radius:12px}}.about-item-right img,.about-item-right .media-wrapper{border-radius:30px;width:100%;object-fit:cover;height:640px}@media screen and (max-width: 1919px){.about-item-right img,.about-item-right .media-wrapper{height:470px}}@media screen and (max-width: 1439px){.about-item-right img,.about-item-right .media-wrapper{height:330px;border-radius:20px}}@media screen and (max-width: 767px){.about-item-right img,.about-item-right .media-wrapper{height:203px;border-radius:12px}}.about-advantages{margin-top:130px}.about-advantages h2{text-transform:uppercase}.about-advantages-item{display:flex;flex-direction:column;gap:14px;align-items:start}.about-advantages-grid{margin-top:27px;display:grid;gap:50px;grid-template-columns:1fr 1fr}@media screen and (max-width: 1919px){.about-advantages-grid{margin-top:17px}}@media screen and (max-width: 1439px){.about-advantages-grid{grid-template-columns:1fr;gap:30px}}@media screen and (max-width: 1023px){.about-advantages-grid{grid-template-columns:1fr 1fr;gap:40px 20px}}@media screen and (max-width: 767px){.about-advantages-grid{gap:20px;grid-template-columns:1fr}}@media screen and (max-width: 1023px){.grid-about-tablet{grid-template-columns:1fr}.grid-about-tablet .none{display:none}}.about-advantages-content{display:flex;gap:23px;flex-direction:column;align-items:flex-start}.about-advantages-item-left{font-weight:300;margin-top:10px}.about-advantages-item-title{color:#52ab36}.about-team{margin-top:86px;margin-bottom:40px}@media screen and (max-width: 1439px){.about-team{margin-top:66px}}@media screen and (max-width: 1023px){.about-team{margin-bottom:30px}}@media screen and (max-width: 767px){.about-team{margin-bottom:10px;margin-top:46px}.about-team.first{margin-top:0}}.about-team-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:44px}@media screen and (max-width: 1023px){.about-team-grid{grid-template-columns:1fr 1fr;gap:24px}}@media screen and (max-width: 767px){.about-team-grid{grid-template-columns:1fr;gap:20px}}.about-team-grid-double{grid-template-columns:1fr 1fr;gap:32px}@media screen and (max-width: 1023px){.about-team-grid-double{grid-template-columns:1fr;gap:30px}}@media screen and (max-width: 767px){.about-team-grid-double{gap:10px}}.about-team-grid-double .about-team-item{max-height:1000px}@media screen and (max-width: 1919px){.about-team-grid-double .about-team-item{max-height:794px}}@media screen and (max-width: 1439px){.about-team-grid-double .about-team-item{max-height:618px}}@media screen and (max-width: 1023px){.about-team-grid-double .about-team-item{max-height:920px}}.about-team-item{padding:20px;width:100%;aspect-ratio:.86/1;height:auto;align-items:flex-start;justify-content:flex-end;flex-direction:column;position:relative;display:flex;background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:30px}.about-team-item .skeleton{border-radius:30px}@media screen and (max-width: 1023px){.about-team-item .skeleton{border-radius:20px}}@media screen and (max-width: 767px){.about-team-item .skeleton{border-radius:12px}}@media screen and (max-width: 1919px){.about-team-item{max-height:516px}}@media screen and (max-width: 1439px){.about-team-item{max-height:364px}}@media screen and (max-width: 1023px){.about-team-item{max-height:618px;border-radius:20px}}@media screen and (max-width: 767px){.about-team-item{border-radius:12px}}.about-team-item-info{padding:20px;display:flex;width:100%;flex-direction:column;gap:10px;border-radius:20px;border:1px solid rgba(255,255,255,.2);background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff}@media screen and (max-width: 1023px){.about-team-item-info{padding:11px;gap:unset;border-radius:14px}}@media screen and (max-width: 767px){.about-team-item-info{border-radius:10px}}.about-team-text{font-size:18px;font-weight:300}.about-team-wrapper{margin-bottom:100px}@media screen and (max-width: 767px){.about-team-wrapper{margin-top:50px}}@media screen and (max-width: 767px){.about-team-present{margin-top:50px}}.suppliers-list{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto;justify-content:space-between;align-items:center;row-gap:92px}@media screen and (max-width: 1439px){.suppliers-list{row-gap:42px}}@media screen and (max-width: 1023px){.suppliers-list{row-gap:37px}}@media screen and (max-width: 767px){.suppliers-list{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;row-gap:34px}}.suppliers-list li{display:flex;align-items:center;justify-content:center}.suppliers-list img,.suppliers-list .media-wrapper,.suppliers-list .skeleton{object-fit:contain;max-width:90%;max-height:101px}@media screen and (max-width: 1439px){.suppliers-list img,.suppliers-list .media-wrapper,.suppliers-list .skeleton{max-height:80px}}@media screen and (max-width: 767px){.suppliers-list img,.suppliers-list .media-wrapper,.suppliers-list .skeleton{max-height:60px}}@media screen and (max-width: 767px){.reviews-main h2{line-height:25px}}.review-card{width:100%;height:296px;border:1px solid #52AB36;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1919px){.review-card{height:340px}}@media screen and (max-width: 1439px){.review-card{height:318px}}@media screen and (max-width: 1023px){.review-card{height:346px;padding:12px}}@media screen and (max-width: 767px){.review-card{height:auto;padding:10px}}.review-card .main-info{width:100%;display:grid;grid-template-columns:86px auto;grid-template-rows:86px 88px;column-gap:30px;row-gap:20px}@media screen and (max-width: 1919px){.review-card .main-info{grid-template-rows:86px 132px}}@media screen and (max-width: 1439px){.review-card .main-info{grid-template-rows:86px 110px}}@media screen and (max-width: 1023px){.review-card .main-info{column-gap:12px;grid-template-columns:76px auto;grid-template-rows:76px 154px}}@media screen and (max-width: 767px){.review-card .main-info{display:flex;flex-direction:column;align-items:start;gap:10px}}.review-card .main-info .media-wrapper,.review-card .main-info .skeleton{border-radius:50%;width:86px;height:86px}@media screen and (max-width: 1023px){.review-card .main-info .media-wrapper,.review-card .main-info .skeleton{width:76px;height:76px}}.review-card .main-info img{border-radius:50%;object-fit:cover}@media screen and (max-width: 1023px){.review-card .main-info img{width:76px;height:76px}}.review-card .main-info .text-container.limit{max-height:86px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}@media screen and (max-width: 1919px){.review-card .main-info .text-container.limit{max-height:132px;-webkit-line-clamp:6}}@media screen and (max-width: 1439px){.review-card .main-info .text-container.limit{max-height:110px;-webkit-line-clamp:5}}@media screen and (max-width: 1023px){.review-card .main-info .text-container.limit{max-height:154px;-webkit-line-clamp:7}}@media screen and (max-width: 767px){.review-card .main-info .text-container.limit{max-height:198px;-webkit-line-clamp:5}}.review-card .main-info .text-container{grid-column:span 2}.review-card .main-info .text-container p{font-family:Inter;font-weight:400;font-size:16px;line-height:22px}.review-card .main-info .name-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:5px}.review-card .main-info .name-container h4{line-height:21px}.review-card .main-info .name{font-family:Stapel}.review-card .main-info .date{font-family:Inter;font-weight:400;font-size:12px;line-height:16px}.review-card .main-info .stars{display:flex;flex-direction:row;align-items:center;gap:2px}.review-card .main-info .stars img,.review-card .main-info .stars svg{width:16px;height:16px;object-fit:contain}.review-card .link-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-top:20px;border-top:1px solid #E7E7E7}.review-card .link-container .text-inter{cursor:pointer;margin-left:auto}.review-card .link-container svg{border-radius:50%;width:20px;height:20px}.review-card .link-container img{border-radius:50%;object-fit:contain;max-width:20px}.review-card .link-container.hidden{display:none}.review-card .direct-link{height:20px;width:20px}.articles-main .article-card{width:100%;height:408px;padding:20px;border-radius:20px;border:1px solid #52AB36;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:20px}@media screen and (max-width: 1919px){.articles-main .article-card{height:438px}}@media screen and (max-width: 1439px){.articles-main .article-card{height:396px}}@media screen and (max-width: 1023px){.articles-main .article-card{padding:12px;height:398px}}@media screen and (max-width: 767px){.articles-main .article-card{height:auto}}.articles-main .article-card .title-container{height:60px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width: 1919px){.articles-main .article-card .title-container{height:90px;-webkit-line-clamp:3}}@media screen and (max-width: 1439px){.articles-main .article-card .title-container{height:48px;-webkit-line-clamp:2}}@media screen and (max-width: 1023px){.articles-main .article-card .title-container{height:66px;-webkit-line-clamp:3}}@media screen and (max-width: 767px){.articles-main .article-card .title-container{height:auto;-webkit-line-clamp:unset}}.articles-main .article-card .image-container{width:100%;display:flex;flex-direction:column;gap:14px}.articles-main .article-card .image-container .media-wrapper,.articles-main .article-card .image-container .skeleton,.articles-main .article-card .image-container img{width:100%;height:234px;border-radius:20px;object-fit:cover}@media screen and (max-width: 767px){.articles-main .article-card .image-container .media-wrapper,.articles-main .article-card .image-container .skeleton,.articles-main .article-card .image-container img{height:190px}}.articles-main .article-card .link-container{padding-top:20px;width:100%;border-top:1px solid #E7E7E7;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.articles-main .article-card .date,.articles-main .article-card .link{font-family:Inter;font-weight:400;font-size:16px;line-height:20px;transition:all .3s}.articles-main .article-card .link:hover{color:#52ab36}.map{position:relative}@media screen and (max-width: 767px){.map{padding:0}}@media screen and (max-width: 767px){.map .titles{padding:0 12px}}@media screen and (max-width: 1023px){.map .address-wrapper{display:flex;flex-direction:column-reverse;gap:30px;padding-bottom:81px}}.map #map{width:100%;height:524px;border-radius:30px}@media screen and (max-width: 767px){.map #map .ymaps-2-1-79-map,.map #map .ymaps-2-1-79-inner-panes{border-radius:0}}@media screen and (max-width: 1919px){.map #map{height:388px}}@media screen and (max-width: 1439px){.map #map{height:524px}}@media screen and (max-width: 1023px){.map #map{height:auto;aspect-ratio:1.9/1}}@media screen and (max-width: 767px){.map #map{aspect-ratio:.82/1;border-radius:0}}.map .addresses-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:start;justify-content:space-between;padding:37px 0 30px}@media screen and (max-width: 1919px){.map .addresses-container{padding:15px 0 20px}}@media screen and (max-width: 1439px){.map .addresses-container{padding:14px 0 16px}}@media screen and (max-width: 1023px){.map .addresses-container{flex-direction:row;align-items:end;justify-content:end;padding:0}}@media screen and (max-width: 767px){.map .addresses-container{align-items:start;justify-content:start;padding:0 12px}}.map .addresses{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:space-between}@media screen and (max-width: 1439px){.map .addresses{flex-direction:column;justify-content:start;gap:50px}}@media screen and (max-width: 1023px){.map .addresses{width:50%}}@media screen and (max-width: 767px){.map .addresses{width:100%;gap:30px}}.map .cities{display:flex;flex-direction:column;align-items:start;gap:14px}.map .city{font-family:Stapel;font-weight:400;font-size:18px;line-height:22px;color:#000;transition:all .3s;cursor:pointer}.map .city.active{font-size:30px;line-height:30px;color:#52ab36}@media screen and (max-width: 1439px){.map .city.active{font-size:24px}}@media screen and (max-width: 1023px){.map .city.active{font-size:22px}}.map .contacts{display:flex;flex-direction:column;gap:20px;width:430px}@media screen and (max-width: 1919px){.map .contacts{width:320px}}@media screen and (max-width: 1439px){.map .contacts{width:100%}}.map .contacts a,.map .contacts li{font-family:Stapel;font-weight:400;font-size:18px;line-height:22px;color:#000;max-width:350px}@media screen and (max-width: 1919px){.map .contacts a,.map .contacts li{max-width:300px}}.map .contacts a{transition:all .3s}.map .contacts a:hover{color:#52ab36}.map .contacts .download{font-family:Inter;font-weight:400;font-size:16px;line-height:20px;color:#000;text-decoration:underline}.map .btn{width:100%;padding:18px 30px}.map .btn span{color:#fff;font-family:Stapel;font-weight:400;font-size:20px;line-height:26px}@media screen and (max-width: 1023px){.map .btn{position:absolute;bottom:0}}@media screen and (max-width: 1023px){.map .btn{left:12px;right:12px;width:unset}}.map .hidden{display:none}.notfound{display:flex;flex-direction:column}.notfound .btn{margin-top:40px;color:#fff;font-size:20px;padding:18px 30px}@media screen and (max-width: 1023px){.notfound .btn{margin-top:30px}}.notfound h1{text-transform:uppercase}.notfound-page{display:flex;height:100%;margin-top:100px}@media screen and (max-width: 767px){.notfound-page{margin-top:60px;margin-bottom:60px}}.notfound-page.margin{margin-top:200px}@media screen and (max-width: 767px){.notfound-page.margin{margin-top:60px}}.blog-content{display:flex;flex-direction:column}.blog-content h1{margin-top:26px;text-transform:uppercase}.blog{margin:92px auto 100px}@media screen and (max-width: 1439px){.blog{margin-top:72px}}@media screen and (max-width: 1023px){.blog{margin-top:62px}}@media screen and (max-width: 767px){.blog{margin-top:0}}.blog-list{margin-bottom:40px}.blog-list h3{margin-bottom:10px}@media screen and (max-width: 1023px){.blog-list{margin-bottom:30px}}.blog-pagination{margin-bottom:130px}@media screen and (max-height: 1439px){.blog-pagination{margin-bottom:100px}}@media screen and (max-width: 767px){.blog-pagination{margin-bottom:50px}}.blog-categories{margin-top:62px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}@media screen and (max-width: 767px){.blog-categories{flex-wrap:unset;overflow:scroll;margin-top:30px}}.blog-category{cursor:pointer;border-radius:138px;border:1px solid #52AB36;color:#52ab36;background:#fff;font-size:16px;font-weight:500;padding:7px 26px 6px}.blog-category.active{background:#52AB36;color:#fff;transition:all .2s ease-in-out}.blog-category.active:hover{background-color:#4c9c33}@media screen and (max-width: 767px){.blog-category{white-space:nowrap}}.blog-item-assets{margin-top:auto;padding-top:20px;border-top:1px solid #E7E7E7;display:flex;justify-content:space-between;width:100%;align-items:center}.blog-text{height:41px;overflow:hidden;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;color:#000;margin-bottom:20px}.blog-link:hover{color:#52ab36}.pagination{display:flex;gap:20px}@media screen and (max-width: 500px){.pagination{gap:unset;justify-content:space-between;width:100%}}.pagination .button-prev,.pagination .button-next{background:url(/build/assets/left-08a70949.svg) no-repeat;width:28px;height:17px;background-size:contain}.pagination .count{font-size:16px;font-weight:500}.pagination .active-count{color:#52ab36}.pagination .button-next{transform:rotate(180deg)}.pagination .disabled{opacity:.5;pointer-events:none}.article-date{font-size:18px;font-weight:300;margin-top:10px}.article{margin:90px auto 100px}@media screen and (max-width: 1023px){.article{margin:60px auto 80px}}@media screen and (max-width: 767px){.article{margin:40px auto 70px}}.article-source{margin-top:40px}.article-source h4{margin-bottom:10px}.article-source a{color:#52ab36}@media screen and (max-width: 1439px){.article-source{margin-top:30px}}.article-image{border-radius:30px}@media screen and (max-width: 1023px){.article-head .none{display:none}}.article-info{margin-top:140px}@media screen and (max-width: 1919px){.article-info{margin-top:70px;gap:30px}}@media screen and (max-width: 1439px){.article-info{grid-template-columns:1fr}}@media screen and (max-width: 767px){.article-info{margin-top:27px}}.other-articles-content{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}@media screen and (max-width: 1439px){.other-articles-content{flex-direction:column;justify-content:unset;gap:8px;align-items:flex-start}}.other-articles-content h3,.other-articles-content h2{text-transform:uppercase}.other-articles{margin-top:100px}.other-articles .none{margin-top:30px;font-weight:300}.other-articles .article-link{white-space:nowrap;display:flex;align-items:flex-end;gap:4px}.other-articles .article-link:after{content:url(/build/assets/blog-arrow-9086516f.svg);height:16px;width:16px}.other-articles-list{margin-top:27px!important}.projects-page{margin-top:92px}@media screen and (max-width: 1439px){.projects-page{margin-top:72px}}@media screen and (max-width: 1023px){.projects-page{margin-top:62px}}@media screen and (max-width: 767px){.projects-page{margin-top:0}}.projects-page .title-container{margin-bottom:77px}@media screen and (max-width: 1439px){.projects-page .title-container{margin-bottom:57px}}@media screen and (max-width: 1023px){.projects-page .title-container{margin-bottom:37px}}@media screen and (max-width: 767px){.projects-page .title-container{margin-bottom:27px}}.projects-page .breadcrumbs{margin-bottom:26px}@media screen and (max-width: 1439px){.projects-page .breadcrumbs{margin-bottom:18px}}@media screen and (max-width: 1023px){.projects-page .breadcrumbs{margin-bottom:20px}}@media screen and (max-width: 767px){.projects-page .breadcrumbs{margin-bottom:16px}}.projects-page li:last-of-type{grid-column-end:unset}.project-type-page .grid,.portfolio-type-page .grid{margin-bottom:38px}@media screen and (max-width: 1439px){.project-type-page .grid,.portfolio-type-page .grid{margin-bottom:40px}}@media screen and (max-width: 1023px){.project-type-page .grid,.portfolio-type-page .grid{margin-bottom:30px}}.project-type-page .tags-wrapper,.portfolio-type-page .tags-wrapper{display:flex;flex-direction:column;gap:15px;height:auto;cursor:pointer}@media screen and (max-width: 767px){.project-type-page .tags-wrapper,.portfolio-type-page .tags-wrapper{width:100%;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;padding:0 12px}}.project-type-page .tags-wrapper::-webkit-scrollbar,.portfolio-type-page .tags-wrapper::-webkit-scrollbar{display:none}.project-type-page .tags-list,.portfolio-type-page .tags-list{display:flex;flex-direction:row;align-items:start;justify-content:start;flex-wrap:wrap;gap:20px;height:auto;padding-bottom:5px}@media screen and (max-width: 767px){.project-type-page .tags-list,.portfolio-type-page .tags-list{width:100%;flex-wrap:nowrap}}@media screen and (max-width: 767px){.project-type-page .cards-list,.portfolio-type-page .cards-list{padding:0 12px}}.project-type-page .cards-list li:last-of-type,.portfolio-type-page .cards-list li:last-of-type{grid-column-end:unset}.main-box{margin-top:20px;width:100%;min-height:500px;height:auto;position:relative;border-radius:30px;display:flex;align-items:end;justify-content:end;padding:135px 20px 35px;margin-bottom:40px}@media screen and (max-width: 1439px){.main-box{min-height:473px}}@media screen and (max-width: 1023px){.main-box{padding:135px 10px 35px;min-height:383px;margin-bottom:30px}}@media screen and (max-width: 767px){.main-box{padding:0;border-radius:0;flex-direction:column;align-items:start;justify-content:start;min-height:unset;height:auto;gap:0}}.main-box .skeleton{border-radius:30px}@media screen and (max-width: 767px){.main-box .skeleton{border-radius:0}}.main-box img,.main-box .media-wrapper{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;object-fit:cover;border-radius:30px}@media screen and (max-width: 767px){.main-box img,.main-box .media-wrapper{height:auto;aspect-ratio:1.35/1;position:relative;border-radius:0;margin-bottom:30px}}.main-box .background{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:#00000080;border-radius:30px}@media screen and (max-width: 767px){.main-box .background{display:none}}.main-box .info-box{width:50%;display:flex;flex-direction:column;align-items:start;justify-content:start;z-index:1}@media screen and (max-width: 767px){.main-box .info-box{width:100%;margin-bottom:30px}}.main-box .breadcrumbs{margin-bottom:26px}.main-box .breadcrumbs .divider{color:#fff}@media screen and (max-width: 767px){.main-box .breadcrumbs .divider{color:#000}}.main-box .breadcrumbs .breadcrumbs-item{color:#fff}@media screen and (max-width: 767px){.main-box .breadcrumbs .breadcrumbs-item{color:#000}}.main-box .breadcrumbs .breadcrumbs-item.active{color:#52ab36}@media screen and (max-width: 1439px){.main-box .breadcrumbs{margin-bottom:22px}}@media screen and (max-width: 1023px){.main-box .breadcrumbs{margin-bottom:16px}}@media screen and (max-width: 767px){.main-box .breadcrumbs{padding:0 12px}}.main-box h1{color:#fff;width:100%;word-break:break-word}@media screen and (max-width: 767px){.main-box h1{padding:0 12px;color:#000}}.main-box .description{max-width:366px;color:#fff;font-family:Inter;font-weight:400;font-size:16px;line-height:22px}@media screen and (max-width: 1439px){.main-box .description{max-width:100%}}@media screen and (max-width: 767px){.main-box .description{padding:0 12px;color:#000}}.main-box .description p{max-width:366px;color:#fff;font-family:Inter;font-weight:400;font-size:16px;line-height:22px}@media screen and (max-width: 1439px){.main-box .description p{max-width:100%}}@media screen and (max-width: 767px){.main-box .description p{color:#000}}.show-more{display:flex;align-items:center;justify-content:center;padding:18px 30px;width:100%;border:1px solid #52AB36;border-radius:8px;color:#52ab36;font-family:Stapel;font-weight:400;font-size:20px;line-height:26px}.show-more:hover{color:#fff}.show-more span{color:#52ab36;font-family:Stapel;font-weight:400;font-size:20px;line-height:26px;-webkit-user-select:none;user-select:none}.hide{display:none}@media screen and (max-width: 767px){.portfolio-type-page{padding:0}}@media screen and (max-width: 767px){.portfolio-type-page .main-box{width:100%;min-height:236px;height:auto;padding:25px 12px 0}}@media screen and (max-width: 767px){.portfolio-type-page .main-box img,.portfolio-type-page .main-box .media-wrapper{position:absolute;width:100%;height:100%}}.portfolio-type-page .main-box .breadcrumbs{margin-bottom:16px;padding:0}@media screen and (max-width: 767px){.portfolio-type-page .main-box .breadcrumbs .divider,.portfolio-type-page .main-box .breadcrumbs .breadcrumbs-item{color:#fff}.portfolio-type-page .main-box .breadcrumbs .breadcrumbs-item.active{color:#52ab36}}@media screen and (max-width: 767px){.portfolio-type-page .main-box .page-title{color:#fff;font-size:28px;line-height:33px;margin-bottom:10px;padding:0}}@media screen and (max-width: 767px){.portfolio-type-page .main-box .description{color:#fff;font-size:16px;line-height:22px;padding:0}}@media screen and (max-width: 767px){.portfolio-type-page .main-box .background{display:flex;border-radius:0}}.video-btn{font-family:Stapel;font-weight:500;color:#52ab36;font-size:20px;padding:18px 30px;margin-top:20px}.video-btn:hover{color:#fff}.grid-video{margin-bottom:40px}.video-categories{display:flex;flex-wrap:wrap}@media screen and (max-width: 767px){.video-categories{flex-wrap:unset}}.video-categories .blog-category.hidden{display:none}.video-image{width:100%;border-radius:20px;margin-bottom:14px}.video-item .video-image{border-radius:20px;margin-bottom:14px}@media screen and (max-width: 1023px){.video-item{border-radius:14px}}@media screen and (max-width: 767px){.video-item{border-radius:12px}}.video-item .skeleton{border-radius:20px}@media screen and (max-width: 1023px){.video-item .skeleton{border-radius:14px}}@media screen and (max-width: 767px){.video-item .skeleton{border-radius:12px}}.video-item .media-wrapper{height:316px;margin-bottom:14px}@media screen and (max-width: 1919px){.video-item .media-wrapper{height:234px}}@media screen and (max-width: 1439px){.video-item .media-wrapper{height:166px}}@media screen and (max-width: 1023px){.video-item .media-wrapper{height:126px}}.video-item .media-wrapper .video-image{width:100%;height:100%;object-fit:cover;border-radius:20px}.video-list{direction:rtl;grid-template-columns:1fr 1fr 1fr}@media screen and (max-width: 1023px){.video-list{grid-template-columns:1fr 1fr}}@media screen and (max-width: 767px){.video-list{grid-template-columns:1fr}}@media screen and (max-width: 767px){.video-list{gap:20px}}.video-list .faq-item{direction:ltr}.video-list .faq-item:last-of-type{grid-column-end:unset}.video{overflow:hidden}.video img{transition:transform .3s}.video svg circle{transition:fill .3s}.video svg path{transition:fill .3s}.video:hover svg circle{fill:#fff}.video:hover svg path{fill:#52ab36}.video:hover img{transform:scale(1.2);transition:transform .3s}.video-text{height:64px;line-height:110%}@media screen and (max-width: 1439px){.video-text{height:50px}}@media screen and (max-width: 767px){.video-text{-webkit-line-clamp:3;height:66px}}.video-tags{display:flex;flex-direction:row;overflow:hidden;width:100%;margin-bottom:20px;gap:14px;position:relative;max-width:880px}@media screen and (max-width: 1919px){.video-tags{max-width:640px}}@media screen and (max-width: 1439px){.video-tags{max-width:440px}}@media screen and (max-width: 1023px){.video-tags{max-width:340px}}@media screen and (max-width: 767px){.video-tags{max-width:unset}}.video-tags:after{content:"";position:absolute;right:0;height:100%;background:linear-gradient(270deg,#FFF 0%,rgba(255,255,255,0) 100%);width:30px}.video-tag{color:#52ab36;font-size:16px;font-weight:500;white-space:nowrap}.video-page-tags{margin-top:26px;max-width:662px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.video-page-tag{font-size:16px;color:#52ab36}.video-source{display:flex;flex-direction:column;justify-content:end;margin:0}.video-source .text-inter{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}.video-source a{color:#52ab36}.video-video{width:100%;height:auto;aspect-ratio:16/9;background:#000;object-fit:contain;border-radius:30px}@media screen and (max-width: 1023px){.video-video{border-radius:20px}}@media screen and (max-width: 767px){.video-video{border-radius:0}}.video-video-missing{display:flex;justify-content:center;align-items:center;min-height:320px;color:#fff}@media screen and (max-width: 1023px){.video-video-missing{min-height:240px}}@media screen and (max-width: 767px){.video-video-missing{min-height:180px}}.video-page-yt-wrapper{width:100%;position:relative;border-radius:30px}@media screen and (max-width: 1023px){.video-page-yt-wrapper{border-radius:20px}}@media screen and (max-width: 767px){.video-page-yt-wrapper{border-radius:0}}.video-page{margin-bottom:60px;margin-top:62px}@media screen and (max-width: 1023px){.video-page{margin-top:57px}}@media screen and (max-width: 767px){.video-page{margin-top:27px}}.video-page-content{margin-top:82px}@media screen and (max-width: 1023px){.video-page-content{margin-top:42px;gap:30px}}@media screen and (max-width: 767px){.video-container{padding:0}.video-container .video-page-content{padding:0 12px}}.project-page .grid,.portfolio-page .grid{width:100%}.project-page .main-box,.portfolio-page .main-box{display:flex;flex-direction:row-reverse;align-items:end;justify-content:space-between;margin-bottom:133px}@media screen and (max-width: 1439px){.project-page .main-box,.portfolio-page .main-box{margin-bottom:101px}}@media screen and (max-width: 1023px){.project-page .main-box,.portfolio-page .main-box{align-items:start;padding-top:173px;margin-bottom:97px}}@media screen and (max-width: 767px){.project-page .main-box,.portfolio-page .main-box{padding:0;flex-direction:column;align-items:start;justify-content:start;margin-bottom:57px}}.project-page .info-box,.portfolio-page .info-box{padding-left:20px}@media screen and (max-width: 1439px){.project-page .info-box,.portfolio-page .info-box{padding-left:0}}.project-page .info-box .btn,.portfolio-page .info-box .btn{padding:0;margin-top:26px}@media screen and (max-width: 1023px){.project-page .info-box .btn,.portfolio-page .info-box .btn{margin-top:16px}}@media screen and (max-width: 767px){.project-page .info-box .btn,.portfolio-page .info-box .btn{padding:0 12px}}.project-page .info-box .btn,.portfolio-page .info-box .btn{font-family:Inter;font-weight:400;font-size:16px;line-height:22px;color:#fff}@media screen and (max-width: 767px){.project-page .info-box .btn,.portfolio-page .info-box .btn{color:#000}}.project-page .features-list,.portfolio-page .features-list{z-index:1;display:grid;grid-template-columns:repeat(3,auto);grid-template-rows:auto;align-items:end;row-gap:20px;column-gap:12px}@media screen and (max-width: 1023px){.project-page .features-list,.portfolio-page .features-list{grid-template-columns:repeat(3,110px)}}@media screen and (max-width: 767px){.project-page .features-list,.portfolio-page .features-list{width:100%;grid-template-columns:repeat(2,1fr);padding:0 12px}}.project-page .features-list p,.portfolio-page .features-list p{color:#fff;white-space:nowrap}@media screen and (max-width: 1023px){.project-page .features-list p,.portfolio-page .features-list p{white-space:unset}}@media screen and (max-width: 767px){.project-page .features-list p,.portfolio-page .features-list p{color:#000}}.project-page .features-list .value,.portfolio-page .features-list .value{font-family:Stapel;font-weight:400;font-size:20px;line-height:35px}@media screen and (max-width: 767px){.project-page .features-list .value,.portfolio-page .features-list .value{color:#52ab36}}.project-page .features-list sup,.portfolio-page .features-list sup{font-size:14px}.project-page .features-list .title,.portfolio-page .features-list .title{font-family:Stapel;font-weight:300;font-size:18px;line-height:22px;color:#ffffffc7}.project-page .features-list .title:first-letter,.portfolio-page .features-list .title:first-letter{text-transform:uppercase}@media screen and (max-width: 767px){.project-page .features-list .title,.portfolio-page .features-list .title{color:#000}}.project-page .layout-options,.project-page .foundation,.project-page .warm-contour,.portfolio-page .layout-options,.portfolio-page .foundation,.portfolio-page .warm-contour{width:100%}@media screen and (max-width: 767px){.project-page .layout-options,.project-page .foundation,.project-page .warm-contour,.portfolio-page .layout-options,.portfolio-page .foundation,.portfolio-page .warm-contour{padding:0}}@media screen and (max-width: 767px){.project-page .layout-options h2,.project-page .layout-options .descriptor,.project-page .layout-options .description,.project-page .foundation h2,.project-page .foundation .descriptor,.project-page .foundation .description,.project-page .warm-contour h2,.project-page .warm-contour .descriptor,.project-page .warm-contour .description,.portfolio-page .layout-options h2,.portfolio-page .layout-options .descriptor,.portfolio-page .layout-options .description,.portfolio-page .foundation h2,.portfolio-page .foundation .descriptor,.portfolio-page .foundation .description,.portfolio-page .warm-contour h2,.portfolio-page .warm-contour .descriptor,.portfolio-page .warm-contour .description{padding:0 12px}}.project-page .titles,.portfolio-page .titles{width:100%}@media screen and (max-width: 767px){.project-page .titles,.portfolio-page .titles{display:flex;align-items:start}}.project-page .title-container,.portfolio-page .title-container{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:0}.project-page .title-container .description,.portfolio-page .title-container .description{font-family:Inter;font-weight:400;font-size:16px;line-height:22px}.project-page .title-container .tags-list,.portfolio-page .title-container .tags-list{display:flex;flex-direction:row;align-items:center;gap:20px;flex-wrap:wrap;margin-top:35px}@media screen and (max-width: 1439px){.project-page .title-container .tags-list,.portfolio-page .title-container .tags-list{margin-top:13px}}@media screen and (max-width: 767px){.project-page .title-container .tags-list,.portfolio-page .title-container .tags-list{flex-wrap:nowrap;width:100%;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;padding:0 12px}.project-page .title-container .tags-list::-webkit-scrollbar,.portfolio-page .title-container .tags-list::-webkit-scrollbar{display:none}}.project-page .layout-information,.portfolio-page .layout-information{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:40px}.project-page .layout-information:last-of-type,.portfolio-page .layout-information:last-of-type{grid-column-end:-1}@media screen and (max-width: 1919px){.project-page .layout-information,.portfolio-page .layout-information{gap:38px}}@media screen and (max-width: 1023px){.project-page .layout-information,.portfolio-page .layout-information{gap:28px}}@media screen and (max-width: 767px){.project-page .layout-information,.portfolio-page .layout-information{gap:30px}}.project-page .layout-information .media-wrapper,.project-page .layout-information .skeleton,.portfolio-page .layout-information .media-wrapper,.portfolio-page .layout-information .skeleton{width:100%;object-fit:cover;aspect-ratio:1/1;height:auto;border-radius:30px;border:1px solid rgba(0,0,0,.2);cursor:pointer}@media screen and (max-width: 767px){.project-page .layout-information .media-wrapper,.project-page .layout-information .skeleton,.portfolio-page .layout-information .media-wrapper,.portfolio-page .layout-information .skeleton{border:none;border-radius:0}}.project-page .layout-information img,.portfolio-page .layout-information img{object-fit:contain;border-radius:30px;z-index:100;position:relative}@media screen and (max-width: 767px){.project-page .layout-information img,.portfolio-page .layout-information img{border-radius:0}}@media screen and (max-width: 767px){.project-page .layout-information .text,.portfolio-page .layout-information .text{padding:0 12px}}.project-page .layout-information .text h3,.portfolio-page .layout-information .text h3{margin-bottom:9px;max-width:40%}@media screen and (max-width: 1439px){.project-page .layout-information .text h3,.portfolio-page .layout-information .text h3{max-width:60%}}.project-page .layout-information .text p,.portfolio-page .layout-information .text p{font-family:Inter;font-weight:400;font-size:16px;line-height:22px}@media screen and (max-width: 1023px){.project-page .foundation .tags-list,.portfolio-page .foundation .tags-list{flex-direction:column;align-items:start}}@media screen and (max-width: 767px){.project-page .foundation,.portfolio-page .foundation{padding:0}}.project-page .foundation-container,.portfolio-page .foundation-container{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:32px}@media screen and (max-width: 1439px){.project-page .foundation-container,.portfolio-page .foundation-container{gap:20px}}@media screen and (max-width: 767px){.project-page .foundation-container,.portfolio-page .foundation-container{grid-template-columns:1fr;grid-template-rows:auto}}.project-page .foundation-info,.portfolio-page .foundation-info{width:100%;aspect-ratio:1.25/1;position:relative;border-radius:30px;padding:20px;display:flex;align-items:end;justify-content:end}@media screen and (max-width: 1919px){.project-page .foundation-info,.portfolio-page .foundation-info{aspect-ratio:1.13/1}}@media screen and (max-width: 1439px){.project-page .foundation-info,.portfolio-page .foundation-info{aspect-ratio:.94/1;padding:15px 16px}}@media screen and (max-width: 1023px){.project-page .foundation-info,.portfolio-page .foundation-info{aspect-ratio:.7/1;padding:11px 12px}}@media screen and (max-width: 767px){.project-page .foundation-info,.portfolio-page .foundation-info{aspect-ratio:unset;height:auto;padding:20px 12px}}.project-page .foundation-info img,.portfolio-page .foundation-info img{border-radius:30px}@media screen and (max-width: 767px){.project-page .foundation-info img,.portfolio-page .foundation-info img{border-radius:20px}}.project-page .foundation-info img,.portfolio-page .foundation-info img{width:100%;height:100%;position:absolute;top:0;bottom:0;right:0;left:0;object-fit:cover;border-radius:30px}@media screen and (max-width: 767px){.project-page .foundation-info img,.portfolio-page .foundation-info img{border-radius:0}}.project-page .foundation-info .backdrop-container,.portfolio-page .foundation-info .backdrop-container{width:100%;padding:22px 30px 16px}@media screen and (max-width: 1919px){.project-page .foundation-info .backdrop-container,.portfolio-page .foundation-info .backdrop-container{padding:22px 20px 16px}}@media screen and (max-width: 1439px){.project-page .foundation-info .backdrop-container,.portfolio-page .foundation-info .backdrop-container{padding:15px 16px 16px}}@media screen and (max-width: 1023px){.project-page .foundation-info .backdrop-container,.portfolio-page .foundation-info .backdrop-container{padding:11px 12px 12px}}@media screen and (max-width: 767px){.project-page .foundation-info .backdrop-container,.portfolio-page .foundation-info .backdrop-container{width:100%;height:auto;padding:10px}}.project-page .foundation-info h3,.project-page .foundation-info p,.portfolio-page .foundation-info h3,.portfolio-page .foundation-info p{color:#fff}.project-page .foundation-info h3,.portfolio-page .foundation-info h3{margin-bottom:9px}.project-page .foundation-info p,.portfolio-page .foundation-info p{font-family:Inter;font-weight:300;font-size:16px;line-height:22px}.project-page .project-video-container .video-video,.portfolio-page .project-video-container .video-video{border-radius:30px}@media screen and (max-width: 767px){.project-page .project-video-container,.portfolio-page .project-video-container{padding:0}.project-page .project-video-container .titles,.portfolio-page .project-video-container .titles{padding:0 12px}}@media screen and (max-width: 767px){.project-page .warm-contour,.portfolio-page .warm-contour{padding:0}}.project-page .info-modal,.portfolio-page .info-modal{width:0;height:0;transition:all .6s;position:absolute;z-index:-1;top:20px;bottom:20px;left:20px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:20px;padding:0}@media screen and (max-width: 767px){.project-page .info-modal,.portfolio-page .info-modal{position:fixed}}.project-page .info-modal h3,.project-page .info-modal p,.project-page .info-modal li,.project-page .info-modal a,.portfolio-page .info-modal h3,.portfolio-page .info-modal p,.portfolio-page .info-modal li,.portfolio-page .info-modal a{color:#fff;z-index:2}.project-page .info-modal .text,.portfolio-page .info-modal .text{opacity:0;max-height:100%;overflow:auto;padding-right:5px}.project-page .info-modal .text::-webkit-scrollbar,.portfolio-page .info-modal .text::-webkit-scrollbar{width:3px}.project-page .info-modal .text::-webkit-scrollbar-track,.portfolio-page .info-modal .text::-webkit-scrollbar-track{background:rgba(0,0,0,.4)}.project-page .info-modal .text::-webkit-scrollbar-thumb,.portfolio-page .info-modal .text::-webkit-scrollbar-thumb{background-color:#fff;border-radius:20px}.project-page .info-modal p,.portfolio-page .info-modal p{font-family:Inter;font-weight:300;font-size:16px;line-height:22px}.project-page .info-modal ul,.portfolio-page .info-modal ul{list-style:inside;display:flex;flex-direction:column;align-items:start;justify-content:start}.project-page .info-modal li,.portfolio-page .info-modal li{font-family:Inter;font-size:16px;line-height:22px}.project-page .info-modal .close,.portfolio-page .info-modal .close{position:absolute;top:20px;right:20px;width:24px;height:24px;cursor:pointer}.project-page .info-modal h3,.project-page .info-modal ul,.project-page .info-modal .close,.portfolio-page .info-modal h3,.portfolio-page .info-modal ul,.portfolio-page .info-modal .close{opacity:0}@media screen and (max-width: 1023px){.project-page .info-modal h3,.portfolio-page .info-modal h3{width:70%}}.project-page .info-modal.open,.portfolio-page .info-modal.open{width:49%;height:96%;z-index:3;padding:20px}.project-page .info-modal.open h3,.project-page .info-modal.open ul,.project-page .info-modal.open .close,.project-page .info-modal.open .text,.portfolio-page .info-modal.open h3,.portfolio-page .info-modal.open ul,.portfolio-page .info-modal.open .close,.portfolio-page .info-modal.open .text{opacity:1}@media screen and (max-width: 1919px){.project-page .info-modal.open,.portfolio-page .info-modal.open{height:94%}}@media screen and (max-width: 1439px){.project-page .info-modal.open,.portfolio-page .info-modal.open{height:93%;top:10px;left:10px;padding:16px}}@media screen and (max-width: 767px){.project-page .info-modal.open,.portfolio-page .info-modal.open{width:100%;height:100vh;z-index:250;top:0;left:0;border-radius:0;padding:10px}}.project-page .warm-info-container,.portfolio-page .warm-info-container{width:100%;aspect-ratio:2.08/1;border-radius:30px;position:relative;padding:20px;margin-bottom:40px;display:flex;flex-direction:column;align-items:end;justify-content:end}@media screen and (max-width: 767px){.project-page .warm-info-container .backdrop-container,.portfolio-page .warm-info-container .backdrop-container{backdrop-filter:blur(80px);-webkit-backdrop-filter:blur(80px);background-color:#000c}}@media screen and (max-width: 1439px){.project-page .warm-info-container,.portfolio-page .warm-info-container{padding:16px}}@media screen and (max-width: 1023px){.project-page .warm-info-container,.portfolio-page .warm-info-container{margin-bottom:20px;border-radius:20px;padding:10px}}@media screen and (max-width: 767px){.project-page .warm-info-container,.portfolio-page .warm-info-container{margin-bottom:10px;padding:20px 12px;border-radius:0}}.project-page .warm-info-container .background,.portfolio-page .warm-info-container .background{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;border-radius:30px;background-color:#00000080;z-index:1}@media screen and (max-width: 767px){.project-page .warm-info-container .background,.portfolio-page .warm-info-container .background{border-radius:0}}.project-page .warm-info-container img,.portfolio-page .warm-info-container img{border-radius:30px}@media screen and (max-width: 1023px){.project-page .warm-info-container img,.portfolio-page .warm-info-container img{border-radius:20px}}@media screen and (max-width: 767px){.project-page .warm-info-container img,.portfolio-page .warm-info-container img{border-radius:0}}.project-page .warm-info-container .media-wrapper,.project-page .warm-info-container .skeleton,.portfolio-page .warm-info-container .media-wrapper,.portfolio-page .warm-info-container .skeleton{border-radius:30px;position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1023px){.project-page .warm-info-container .media-wrapper,.project-page .warm-info-container .skeleton,.portfolio-page .warm-info-container .media-wrapper,.portfolio-page .warm-info-container .skeleton{border-radius:20px}}@media screen and (max-width: 767px){.project-page .warm-info-container .media-wrapper,.project-page .warm-info-container .skeleton,.portfolio-page .warm-info-container .media-wrapper,.portfolio-page .warm-info-container .skeleton{border-radius:0}}.project-page .warm-info-container .warm-info,.portfolio-page .warm-info-container .warm-info{z-index:2;width:49%;height:100%;display:flex;flex-direction:column;align-items:start;justify-content:space-between}@media screen and (max-width: 1439px){.project-page .warm-info-container .warm-info,.portfolio-page .warm-info-container .warm-info{flex-direction:row;width:100%;height:auto}}@media screen and (max-width: 767px){.project-page .warm-info-container .warm-info,.portfolio-page .warm-info-container .warm-info{flex-direction:column;align-items:start;justify-content:start;gap:40px}}.project-page .warm-info-container .service-list,.portfolio-page .warm-info-container .service-list{display:flex;flex-direction:column;align-items:start;gap:10px}.project-page .warm-info-container .service-list li,.portfolio-page .warm-info-container .service-list li{color:#fff;font-family:Stapel;font-weight:400;font-size:18px;line-height:22px;cursor:pointer}.project-page .warm-info-container #open-form-btn-second,.portfolio-page .warm-info-container #open-form-btn-second{width:100%}.project-page .warm-info-container .price-container,.portfolio-page .warm-info-container .price-container{width:100%;display:flex;flex-direction:column;align-items:start}@media screen and (max-width: 1439px){.project-page .warm-info-container .price-container,.portfolio-page .warm-info-container .price-container{width:48%}}@media screen and (max-width: 767px){.project-page .warm-info-container .price-container,.portfolio-page .warm-info-container .price-container{width:100%}}.project-page .warm-info-container .features-list,.portfolio-page .warm-info-container .features-list{margin-bottom:24px}@media screen and (max-width: 767px){.project-page .warm-info-container .features-list,.portfolio-page .warm-info-container .features-list{padding:0}.project-page .warm-info-container .features-list p,.portfolio-page .warm-info-container .features-list p{color:#fff}}.project-page .warm-info-container .price,.portfolio-page .warm-info-container .price{color:#fff;margin-bottom:28px}@media screen and (max-width: 1439px){.project-page .warm-info-container .price,.portfolio-page .warm-info-container .price{margin-bottom:17px}}@media screen and (max-width: 767px){.project-page .warm-info-container .price,.portfolio-page .warm-info-container .price{padding:0}}.project-page .warm-info-container .btn,.portfolio-page .warm-info-container .btn{width:100%;padding:18px 30px;border-radius:8px}.project-page .warm-info-container .btn span,.portfolio-page .warm-info-container .btn span{font-family:Stapel;font-weight:400;font-size:20px;line-height:26px}.project-page .note,.portfolio-page .note{font-family:Stapel;font-weight:400;font-size:18px;line-height:21px;margin-left:5px}@media screen and (max-width: 767px){.project-page .note,.portfolio-page .note{font-size:14px;line-height:18px;margin-left:0;padding:0 12px}}.project-page .portfolio-container .title-container,.portfolio-page .portfolio-container .title-container{display:flex;flex-direction:row;align-items:end;justify-content:space-between}@media screen and (max-width: 767px){.project-page .portfolio-container .title-container,.portfolio-page .portfolio-container .title-container{flex-direction:column;align-items:start}}.project-page .portfolio-container .titles,.project-page .portfolio-container .title-container,.project-page .portfolio-container .descriptor,.project-page .portfolio-container h2,.project-page .other-projects .titles,.project-page .other-projects .title-container,.project-page .other-projects .descriptor,.project-page .other-projects h2,.portfolio-page .portfolio-container .titles,.portfolio-page .portfolio-container .title-container,.portfolio-page .portfolio-container .descriptor,.portfolio-page .portfolio-container h2,.portfolio-page .other-projects .titles,.portfolio-page .other-projects .title-container,.portfolio-page .other-projects .descriptor,.portfolio-page .other-projects h2{padding:0}.architecture-images{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:32px}@media screen and (max-width: 1439px){.architecture-images{gap:22px}}@media screen and (max-width: 1023px){.architecture-images{gap:20px}}@media screen and (max-width: 767px){.architecture-images{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:14px}}.architecture-images img,.architecture-images .skeleton{border-radius:30px}@media screen and (max-width: 767px){.architecture-images img,.architecture-images .skeleton{border-radius:12px}}.architecture-images img{z-index:2;position:relative;cursor:pointer}.architecture-images .media-wrapper{border-radius:30px;width:100%;object-fit:cover}@media screen and (max-width: 767px){.architecture-images .media-wrapper{border-radius:12px}}.architecture-images .media-wrapper:nth-child(1),.architecture-images .media-wrapper:nth-child(6){grid-column:span 2;aspect-ratio:2.08/1}@media screen and (max-width: 767px){.architecture-images .media-wrapper:nth-child(1),.architecture-images .media-wrapper:nth-child(6){aspect-ratio:unset}}.architecture-images .one-photo{grid-column:span 2;aspect-ratio:2/1}.interior-images{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:32px}@media screen and (max-width: 1439px){.interior-images{gap:22px}}@media screen and (max-width: 1023px){.interior-images{gap:20px}}@media screen and (max-width: 767px){.interior-images{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:14px}}.interior-images img,.interior-images .skeleton{border-radius:30px}@media screen and (max-width: 767px){.interior-images img,.interior-images .skeleton{border-radius:12px}}.interior-images img{z-index:2;position:relative;cursor:pointer}.interior-images .media-wrapper{border-radius:30px;width:100%;object-fit:cover}@media screen and (max-width: 767px){.interior-images .media-wrapper{border-radius:12px}}.interior-images .media-wrapper:nth-child(1),.interior-images .media-wrapper:nth-child(6){grid-column:span 2;aspect-ratio:2.08/1}@media screen and (max-width: 767px){.interior-images .media-wrapper:nth-child(1),.interior-images .media-wrapper:nth-child(6){aspect-ratio:unset}}.interior-images .media-wrapper:last-of-type{grid-column-end:-1}.portfolio-page h1{line-height:140%}.portfolio-page .description{font-weight:300;font-family:Stapel;font-size:18px;line-height:22px}.portfolio-page .tasks h2{text-transform:uppercase;margin-bottom:14px}@media screen and (max-width: 767px){.portfolio-page .tasks h2{margin-bottom:20px}}@media screen and (max-width: 1023px){.portfolio-page .main-box{align-items:end}}.portfolio-page .tasks-list{display:flex;flex-direction:column;align-items:start;gap:10px}.portfolio-page .tasks-list li{font-family:Inter;font-size:16px;line-height:22px;display:flex;flex-direction:row;align-items:start;gap:16px}.portfolio-page .tasks-list li:before{content:"";display:block;min-width:34px;height:3px;background-color:#52ab36;margin-top:10px}.portfolio-page .rating-project-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;cursor:pointer;padding:11px 20px;border-radius:20px;border:1px solid #52AB36}@media screen and (max-width: 767px){.portfolio-page .rating-project-container{width:98%}}.portfolio-page .rating{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5px;background-color:#52ab36;border-radius:138px;padding:9px 26px;min-width:100px}.portfolio-page .rating.active .rating-like{background-image:url(/build/assets/fill-heart-5e4df8a5.svg)}.portfolio-page .like-portfolio-btn.disabled{pointer-events:none;opacity:.5}.portfolio-page .rating-like{width:18px;height:18px;background-image:url(/build/assets/empty-heart-b07476c5.svg);background-repeat:no-repeat;background-size:contain}.portfolio-page .rating-value{font-family:Stapel;font-weight:400;font-size:16px;line-height:18px;color:#fff;margin-top:3px}.reviews-list{gap:30px;margin-bottom:100px;margin-top:80px}@media screen and (max-width: 1439px){.reviews-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:22px}}@media screen and (max-width: 1023px){.reviews-list{gap:20px}}@media screen and (max-width: 767px){.reviews-list{margin-top:30px}}.reviews-list .review-card{height:unset;display:flex;flex-direction:column}.reviews-list .main-info{display:flex;align-items:flex-start;width:100%}@media screen and (max-width: 1023px){.reviews-list .main-info{flex-direction:column}}.reviews-list .text-container.limit{max-height:86px!important;-webkit-line-clamp:4!important}@media screen and (max-width: 767px){.reviews-list .text-container.limit{max-height:114px!important;-webkit-line-clamp:5!important}}.reviews-list .text-container{margin-left:auto;width:900px;transition:all .3s ease-out}@media screen and (max-width: 1919px){.reviews-list .text-container{width:662px}}@media screen and (max-width: 1439px){.reviews-list .text-container{width:461px}}@media screen and (max-width: 1023px){.reviews-list .text-container{margin-left:0;width:100%}}.reviews-list .text-container.opened{transition:all .3s ease-out;height:100%;max-height:unset!important;-webkit-line-clamp:unset!important}.reviews-list .review-left-side{display:flex;gap:30px}.review-article{width:100%;aspect-ratio:1.78/1;height:auto;border-radius:30px;position:relative;padding:20px;cursor:pointer}.review-article .review-content{width:100%;height:100%;display:flex;flex-direction:column;align-items:start;justify-content:space-between}.review-article:last-of-type{grid-column-end:-1}@media screen and (max-width: 1023px){.review-article{padding:10px;border-radius:20px}}.review-article img,.review-article .media-wrapper,.review-article .skeleton{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;border-radius:30px}@media screen and (max-width: 1023px){.review-article img,.review-article .media-wrapper,.review-article .skeleton{border-radius:20px}}.review-article h3,.review-article h4,.review-article p{color:#fff}.review-article h3{margin-bottom:0}.review-article p{font-weight:300}.review-article .backdrop-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px;padding:20px}@media screen and (max-width: 1023px){.review-article .backdrop-container{padding:12px}}@media screen and (max-width: 767px){.review-article .backdrop-container{border-radius:10px;padding:10px}}.review-modal{position:fixed;top:0;left:0;height:100%;bottom:0;z-index:-2;opacity:0;width:100%;display:flex;align-items:start;justify-content:center;max-height:100vh;overflow:auto;transition:opacity .3s}.review-modal .background{z-index:7;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:120%;opacity:.7;background:#000}@media screen and (max-width: 767px){.review-modal .background{height:100%}}.review-modal .video{width:682px;aspect-ratio:1.68/1}.review-modal .video .video-video{width:100%;height:100%}.review-modal .modal-wrapper{width:842px;max-width:842px;height:auto;position:relative;z-index:10;border-radius:20px;background:#FFF;padding:80px;margin-top:30px}@media screen and (max-width: 1919px){.review-modal .modal-wrapper{margin-top:10px}}@media screen and (max-width: 1439px){.review-modal .modal-wrapper{width:80%;margin-top:0;padding:60px}}@media screen and (max-width: 1023px){.review-modal .modal-wrapper{margin-top:40px;padding:40px}}@media screen and (max-width: 767px){.review-modal .modal-wrapper{margin-top:0;padding:40px 20px;height:100vh;overflow:auto;width:100%;border-radius:0}}.review-modal .modal-wrapper .btn{display:flex;width:100%;align-items:center;justify-content:center;padding:18px 30px}.review-modal .modal-wrapper .btn span{font-size:20px;font-style:normal;font-weight:400}.review-modal .close{position:absolute;top:80px;right:80px;width:24px;height:24px;cursor:pointer}@media screen and (max-width: 1439px){.review-modal .close{top:60px;right:60px}}@media screen and (max-width: 1023px){.review-modal .close{top:40px;right:40px}}@media screen and (max-width: 767px){.review-modal .close{top:40px;right:20px}}.review-modal .video{margin-top:54px;margin-bottom:30px;width:100%;height:auto;aspect-ratio:1.68/1}@media screen and (max-width: 767px){.review-modal .video{border-radius:14px}}.review-modal h2{margin-bottom:14px}.review-modal .text-container{width:100%;margin-bottom:20px}.review-modal .text-container p{color:#333;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.review-modal.open{transition:all .3s;z-index:150;opacity:1}.favourites-list{position:relative;margin:50px auto;display:flex;justify-content:flex-start;align-items:center}.favourites-list .grid{width:100%}.favourites-list .info-container{cursor:default}.favourites-list .city{cursor:pointer}.loader{width:50px;aspect-ratio:1;border-radius:50%;background:radial-gradient(farthest-side,#52AB36 95%,rgba(0,0,0,0)) 50% 1px/12px 12px no-repeat,radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - 14px),#ccc 0);animation:l9 2s infinite linear}@keyframes l9{to{transform:rotate(1turn)}}.loader-wrapper{width:100%;position:relative;display:flex;justify-content:center;align-items:center;margin:100px 0}/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/modal.css ***!
  \************************************************************************/@keyframes zuckSlideTime{0%{max-width:0}to{max-width:100%}}@keyframes zuckLoading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#zuck-modal{outline:0!important;overflow:hidden;position:fixed;top:0;left:0;width:100vw;height:100%;background:rgba(0,0,0,.75);z-index:100000;font-size:14px;font-family:inherit}#zuck-modal-content,#zuck-modal-content .story-viewer,#zuck-modal-content .story-viewer>.slides,#zuck-modal-content .story-viewer>.slides>*{width:100vw;height:100%;top:0;bottom:0;position:absolute;overflow:hidden}#zuck-modal *{-webkit-user-select:none;user-select:none;outline:0}#zuck-modal.with-effects{transform:scale(.01);transform-origin:top left;transition:.25s}#zuck-modal.with-effects.animated{transform:scale(1);border-radius:0;margin-top:0!important;margin-left:0!important}#zuck-modal.with-effects.closed{transform:translateY(100%)}#zuck-modal .slider{width:300vw;height:100%;top:0;bottom:0;left:-100vw;position:absolute}#zuck-modal .slider>*{width:100vw;height:100%;top:0;bottom:0;position:absolute}#zuck-modal .slider>.previous{left:0}#zuck-modal .slider>.viewing{left:100vw}#zuck-modal .slider>.next{left:200vw}#zuck-modal .slider.animated{-webkit-transition:-webkit-transform .25s linear;transition:-webkit-transform .25s linear;transition:transform .25s linear;transition:transform .25s linear,-webkit-transform .25s linear}#zuck-modal.with-cube #zuck-modal-content{perspective:1000vw;transform:scale(.95);perspective-origin:50% 50%;overflow:visible;transition:.3s}#zuck-modal.with-cube .slider{transform-style:preserve-3d;transform:rotateY(0)}#zuck-modal.with-cube .slider>.previous{backface-visibility:hidden;left:100vw;transform:rotateY(270deg) translate(-50%);transform-origin:center left}#zuck-modal.with-cube .slider>.viewing{backface-visibility:hidden;left:100vw;transform:translateZ(50vw)}#zuck-modal.with-cube .slider>.next{backface-visibility:hidden;left:100vw;transform:rotateY(-270deg) translate(50%);transform-origin:top right}#zuck-modal-content .story-viewer.paused.longPress .head,#zuck-modal-content .story-viewer.paused.longPress .slides-pointers,#zuck-modal-content .story-viewer.paused.longPress .tip{opacity:0}#zuck-modal-content .story-viewer.viewing:not(.paused):not(.stopped) .slides-pointers>*>.active>.progress{-webkit-animation-play-state:running;animation-play-state:running}#zuck-modal-content .story-viewer.next{z-index:10}#zuck-modal-content .story-viewer.viewing{z-index:5}#zuck-modal-content .story-viewer.previous{z-index:0}#zuck-modal-content .story-viewer.muted .tip.muted,#zuck-modal-content .story-viewer.loading .head .loading{display:block}#zuck-modal-content .story-viewer.loading .head .right .time,#zuck-modal-content .story-viewer.loading .head .right .close{display:none}#zuck-modal-content .story-viewer .slides-pagination span{position:absolute;top:50vh;font-size:48px;color:#fff;line-height:48px;width:48px;margin:6px;transform:translateY(-50%);z-index:1;text-align:center}#zuck-modal-content .story-viewer .slides-pagination .previous{left:0}#zuck-modal-content .story-viewer .slides-pagination .next{right:0}#zuck-modal-content .story-viewer .slides-pointers{display:table;table-layout:fixed;border-spacing:6px;border-collapse:separate;position:absolute;width:100vh;top:0;left:calc(50vw - 50vh);right:calc(50vw - 50vh);z-index:100020}#zuck-modal-content .story-viewer .slides-pointers>*{display:table-row}#zuck-modal-content .story-viewer .slides-pointers>*>*{display:table-cell;background:rgba(255,255,255,.5);border-radius:2px}#zuck-modal-content .story-viewer .slides-pointers>*>.seen{background:#fff}#zuck-modal-content .story-viewer .slides-pointers>*>*>.progress{background:#fff;width:auto;max-width:0;height:2px;display:block;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-play-state:paused;animation-play-state:paused;border-radius:2px}#zuck-modal-content .story-viewer .slides-pointers>*>.active>.progress{-webkit-animation-name:zuckSlideTime;animation-name:zuckSlideTime;-webkit-animation-timing-function:linear;animation-timing-function:linear}#zuck-modal-content .story-viewer .head{position:absolute;height:56px;left:0;right:0;line-height:56px;z-index:100010;color:#fff;font-size:14px;text-shadow:1px 1px 1px rgba(0,0,0,.35),1px 0 1px rgba(0,0,0,.35);padding:6px 12px}#zuck-modal-content .story-viewer .head .item-preview{overflow:hidden;vertical-align:top;background-size:cover;width:42px;height:42px;display:inline-block;margin-right:9px;border-radius:50%;vertical-align:middle;background-repeat:no-repeat;background-position:center}#zuck-modal-content .story-viewer .head .item-preview img{display:block;box-sizing:border-box;height:100%;width:100%;background-size:cover;background-position:center;object-fit:cover}#zuck-modal-content .story-viewer .head .time{opacity:.75;font-weight:500;font-size:13px}#zuck-modal-content .story-viewer .head .left{line-height:1!important;display:inline-block;margin:6px 0}#zuck-modal-content .story-viewer .head .left .info{display:inline-block;max-width:30vw;vertical-align:middle}#zuck-modal-content .story-viewer .head .left .info>*{width:100%;display:inline-block;line-height:21px}#zuck-modal-content .story-viewer .head .left .info .name{font-weight:500}#zuck-modal-content .story-viewer .head .right{float:right}#zuck-modal-content .story-viewer .head .right .close,#zuck-modal-content .story-viewer .head .back{font-size:42px;width:48px;height:48px;line-height:48px;cursor:pointer;text-align:center}#zuck-modal-content .story-viewer .head .left .back{display:none;width:24px;margin:-9px -6px 0}#zuck-modal-content .story-viewer .head .right .time{display:none}#zuck-modal-content .story-viewer .head .loading{display:none;border-radius:50%;width:30px;height:30px;margin:9px 0;border:4px solid rgba(255,255,255,.2);box-sizing:border-box;border-top-color:#fff;-webkit-animation:zuckLoading 1s infinite linear;animation:zuckLoading 1s infinite linear}#zuck-modal-content .story-viewer .head,#zuck-modal-content .story-viewer .slides-pointers,#zuck-modal-content .story-viewer .tip{-webkit-transition:opacity .5s;transition:opacity .5s}#zuck-modal-content .story-viewer .slides .item{display:none;overflow:hidden;background:#000}#zuck-modal-content .story-viewer .slides .item:before{z-index:4;background:transparent;content:"";position:absolute;left:0;right:0;bottom:0;top:0}#zuck-modal-content .story-viewer .slides .item>.media{height:100%;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);margin:auto}#zuck-modal-content .story-viewer .slides .item.active,#zuck-modal-content .story-viewer .slides .item.active .tip.link{display:block}#zuck-modal-content .story-viewer .tip{z-index:5;text-decoration:none;display:none;border-radius:24px;background:rgba(0,0,0,.5);font-size:16px;position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:1000;color:#fff;text-align:center;text-transform:uppercase;font-weight:500;padding:12px 24px}#zuck-modal.rtl{direction:rtl;left:auto;right:0}#zuck-modal.rtl.with-effects{transform-origin:top right}#zuck-modal.rtl.with-effects.animated{margin-left:auto!important;margin-right:0!important}#zuck-modal.rtl .slider{left:auto;right:-100vw}#zuck-modal.rtl .slider>.previous{left:auto;right:0;transform:rotateY(-270deg) translate(50%)}#zuck-modal.rtl .slider>.viewing{left:auto;right:100vw}#zuck-modal.rtl .slider>.next{left:auto;right:200vw}#zuck-modal.rtl.with-cube .slider>.previous{left:auto;right:100vw;transform-origin:center right}#zuck-modal.rtl.with-cube .slider>.viewing{left:auto;right:100vw;transform:translateZ(50vw)}#zuck-modal.rtl.with-cube .slider>.next{left:auto;right:100vw;transform-origin:top left;transform:rotateY(270deg) translate(-50%)}#zuck-modal.rtl #zuck-modal-content .story-viewer .slides-pagination .previous{left:auto;right:0}#zuck-modal.rtl #zuck-modal-content .story-viewer .slides-pagination .next{right:auto;left:0}#zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview{margin-right:auto;margin-left:9px}#zuck-modal.rtl #zuck-modal-content .story-viewer .head .right{float:left}#zuck-modal.rtl #zuck-modal-content .story-viewer .tip{left:auto;right:50%;transform:translate(50%)}@media (max-width: 1024px){#zuck-modal-content .story-viewer .head{top:3px}#zuck-modal-content .story-viewer .head .loading{width:24px;height:24px;margin:6px 0}#zuck-modal-content .story-viewer .head .item-preview{width:30px;height:30px;margin-right:9px}#zuck-modal-content .story-viewer .head .left{font-size:15px;margin:15px 0}#zuck-modal-content .story-viewer .head .left>div{line-height:30px}#zuck-modal-content .story-viewer .head .right .time{display:block;white-space:nowrap;font-size:15px;margin:15px 0;line-height:30px}#zuck-modal-content .story-viewer .head .left>.back{display:none;background:transparent;z-index:20;visibility:visible;position:absolute;height:42px;width:24px;line-height:36px;text-align:left;vertical-align:top;text-shadow:none}#zuck-modal-content .story-viewer.with-back-button .head .left>.back{display:block}#zuck-modal-content .story-viewer.with-back-button .head .left .item-preview{margin-left:18px}#zuck-modal-content .story-viewer .slides-pointers{width:100vw;left:0;right:0}#zuck-modal-content .story-viewer .tip{font-size:14px;padding:6px 12px}#zuck-modal-content .story-viewer .head .left .time,#zuck-modal-content .story-viewer .head .right .close{display:none}#zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview{margin-right:auto;margin-left:9px}#zuck-modal.rtl #zuck-modal-content .story-viewer .head .left>.back{text-align:right}#zuck-modal.rtl #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview{margin-left:auto;margin-right:18px}}/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/timeline.css ***!
  \***************************************************************************/.stories.carousel{white-space:nowrap;overflow:auto;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;-webkit-user-select:none;user-select:none;margin-left:12px}.stories.carousel::-webkit-scrollbar{width:0px;background:transparent}.stories.carousel .story{display:inline-block;width:18vw;max-width:90px;margin:0 6px;vertical-align:top}.stories.carousel .story:first-child{margin-left:0}.stories.carousel .story:last-child{margin-right:0}.stories.carousel .story>.item-link{cursor:pointer;text-align:center;display:block}.stories.carousel .story>.item-link:active>.item-preview{transform:scale(.9)}.stories.carousel .story>.item-link>.item-preview{display:block;box-sizing:border-box;font-size:0;max-height:90px;height:18vw;overflow:hidden;transition:transform .2s;aspect-ratio:1/1}.stories.carousel .story>.item-link>.item-preview img{display:block;box-sizing:border-box;height:100%;width:100%;background-size:cover;background-position:center;object-fit:cover}.stories.carousel .story>.item-link>.info{display:inline-block;margin-top:.5em;line-height:1.2em;width:100%;overflow:hidden;text-overflow:ellipsis}.stories.carousel .story>.item-link>.info .name{font-weight:300}.stories.carousel .story>.item-link>.info .time{display:none}.stories.carousel .story>.items{display:none}.stories.list{white-space:nowrap;overflow:auto}.stories.list .story{display:block;width:auto;margin:6px;padding-bottom:6px}.stories.list .story>.item-link{text-align:left;display:block}.stories.list .story>.item-link>.item-preview{height:42px;width:42px;max-width:42px;margin-right:12px;vertical-align:top;display:inline-block;box-sizing:border-box;font-size:0;overflow:hidden}.stories.list .story>.item-link>.item-preview img{display:block;box-sizing:border-box;height:100%;width:100%;background-size:cover;background-position:center}.stories.list .story>.item-link>.info{display:inline-block;line-height:1.6em;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.stories.list .story>.item-link>.info .name{font-weight:500;display:block}.stories.list .story>.item-link>.info .time{display:inline-block}.stories.list .story>.items{display:none}.stories.rtl{direction:rtl}.stories.rtl.carousel .story:first-child{margin-left:auto;margin-right:0}.stories.rtl.carousel .story:last-child{margin-right:auto;margin-left:0}.stories.rtl.list .story>.item-link{text-align:right}.stories.rtl.list .story>.item-link>.item-preview{margin-right:auto;margin-left:12px}/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/index.css ***!
  \************************************************************************/.stories.snapgram .story>.item-link{text-decoration:none;color:#333}.stories.snapgram .story>.item-link>.item-preview{border-radius:50%;padding:2px;background:radial-gradient(ellipse at 70% 70%,#ee583f 8%,#d92d77 42%,#bd3381 58%)}.stories.snapgram .story>.item-link>.item-preview img{border-radius:50%;border:3px solid #fff}.stories.snapgram .story.seen{opacity:.75}.stories.snapgram .story.seen>a>.item-preview{background:#999}.stories.snapgram .story.seen>a{color:#999!important}.banks-container .logo-list{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;justify-content:space-between;row-gap:50px}@media screen and (max-width: 1439px){.banks-container .logo-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:30px}}@media screen and (max-width: 1023px){.banks-container .logo-list{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;justify-content:space-between;row-gap:50px}}@media screen and (max-width: 767px){.banks-container .logo-list{grid-template-columns:1fr 1fr;grid-template-rows:auto;justify-content:space-between;row-gap:17px}}@media screen and (max-width: 1023px){.banks-container .logo-container{grid-template-columns:1fr}}.banks-container .media-wrapper img{width:auto}.banks-container .logo,.banks-container .media-wrapper,.banks-container .skeleton{object-fit:contain;max-height:65px}@media screen and (max-height: 767px){.banks-container .logo,.banks-container .media-wrapper,.banks-container .skeleton{max-height:26px}}
