@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-C7ze34MH.woff2?io9a6k) format("woff2"),url(/build/assets/lg-oyjwlqP2.ttf?io9a6k) format("truetype"),url(/build/assets/lg-CosQH4Cu.woff?io9a6k) format("woff"),url(/build/assets/lg-B0dIV2BS.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.lg-next,.lg-prev{background-color:#00000073;border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:0;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:""}.lg-prev{left:20px}.lg-prev:after{content:""}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,#0000,#0006)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;background:0 0;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:""}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:""}.lg-toolbar .lg-download:after{content:""}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;-webkit-transition:opacity .2s ease-out 0s;-o-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,#0000,#0009)}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;-moz-transform:scale3d(.5,.5,.5);-o-transform:scale3d(.5,.5,.5);-ms-transform:scale3d(.5,.5,.5);-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media(min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media(min-width:768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:""}.lg-outer.lg-animate-thumb .lg-thumb{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.lg-outer .lg-video-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-video-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-video-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-video-object{position:absolute;inset:0;width:100%;height:100%;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;inset: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;cursor:default;inset:0;position:absolute;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active .lg-dropdown-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active .lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);will-change:visibility,opacity,transform;-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:#00000012}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer .lg-share{position:relative}.lg-outer .lg-share:after{content:""}.lg-outer .lg-share-facebook .lg-icon{color:#3b5998}.lg-outer .lg-share-facebook .lg-icon:after{content:""}.lg-outer .lg-share-twitter .lg-icon{color:#00aced}.lg-outer .lg-share-twitter .lg-icon:after{content:""}.lg-outer .lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer .lg-share-pinterest .lg-icon:after{content:""}.lg-comment-box{width:420px;max-width:100%;position:absolute;right:0;top:0;bottom:0;z-index:9999;background-color:#fff;will-change:transform;-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-comment-box .lg-comment-title{margin:0;color:#fff;font-size:18px}.lg-comment-box .lg-comment-header{background-color:#000;padding:12px 20px;position:absolute;left:0;right:0;top:0}.lg-comment-box .lg-comment-body{height:100%!important;padding-top:43px!important;width:100%!important}.lg-comment-box .fb-comments{height:100%;width:100%;background:url(/build/assets/loading-BZOHaeKn.gif) no-repeat scroll center center #fff;overflow-y:auto;display:inline-block}.lg-comment-box .fb-comments[fb-xfbml-state=rendered]{background-image:none}.lg-comment-box .fb-comments>span{max-width:100%}.lg-comment-box .lg-comment-close{position:absolute;right:5px;top:12px;cursor:pointer;font-size:20px;color:#999;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-comment-box .lg-comment-close:hover{color:#fff}.lg-comment-box .lg-comment-close:after{content:""}.lg-comment-box iframe{max-width:100%!important;width:100%!important}.lg-comment-box #disqus_thread{padding:0 20px}.lg-outer .lg-comment-overlay{background-color:#00000040;cursor:default;inset:0;position:fixed;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;inset: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;inset:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(/build/assets/loading-BZOHaeKn.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;inset: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;inset: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}.vue-skeletor{position:relative;overflow:hidden;background-color:#0000001f}.vue-skeletor:not(.vue-skeletor--shimmerless):after{position:absolute;top:0;left:0;width:100%;height:100%;transform:translate(-100%);background-image:linear-gradient(90deg,#fff0,#ffffff4d,#25161600);animation:shimmer 1.5s infinite;content:""}.vue-skeletor--rect,.vue-skeletor--circle{display:block}.vue-skeletor--circle{border-radius:50%}.vue-skeletor--pill,.vue-skeletor--text{border-radius:9999px}.vue-skeletor--text{line-height:1;display:inline-block;width:100%;height:inherit;vertical-align:middle;top:-1px}@keyframes shimmer{to{transform:translate(100%)}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;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;inset: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}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-100{opacity:1}.main-title{font-weight:300;font-size:96px;line-height:100%;font-family:Geologica,sans-serif}@media screen and (max-width:1439px){.main-title{font-size:61px;line-height:90%}}@media screen and (max-width:767px){.main-title{font-size:40px}}h1,.h1{font-size:64px;font-weight:300;line-height:100%;margin-bottom:0;font-family:Geologica,sans-serif}@media screen and (max-width:1439px){h1,.h1{font-size:49px}}@media screen and (max-width:767px){h1,.h1{font-size:32px}}h2,.h2{font-size:56px;font-weight:300;line-height:100%;margin-bottom:0;font-family:Geologica,sans-serif}@media screen and (max-width:1439px){h2,.h2{font-size:39px}}@media screen and (max-width:767px){h2,.h2{font-size:28px}}h3,.h3{font-size:40px;font-weight:300;line-height:100%;margin-bottom:0;font-family:Geologica,sans-serif}@media screen and (max-width:1439px){h3,.h3{font-size:31px}}@media screen and (max-width:767px){h3,.h3{font-size:24px}}h4,.h4{font-size:32px;font-weight:300;line-height:100%;margin-bottom:0;font-family:Geologica,sans-serif}@media screen and (max-width:1439px){h4,.h4{font-size:25px}}@media screen and (max-width:767px){h4,.h4{font-size:20px}}.big-text{font-family:Geologica,sans-serif;font-weight:200;font-size:24px;line-height:140%}@media screen and (max-width:1439px){.big-text{font-size:20px;line-height:130%}}@media screen and (max-width:767px){.big-text{font-size:18px}}.big-text p,.big-text span,.big-text a,.big-text li,.big-text div{font-family:Geologica,sans-serif;font-weight:200;font-size:24px;line-height:140%}@media screen and (max-width:1439px){.big-text p,.big-text span,.big-text a,.big-text li,.big-text div{font-size:20px;line-height:130%}}@media screen and (max-width:767px){.big-text p,.big-text span,.big-text a,.big-text li,.big-text div{font-size:18px}}.regular-text{font-family:Geologica,sans-serif;font-weight:200;font-size:18px;line-height:120%}@media screen and (max-width:1439px){.regular-text{font-size:16px}}@media screen and (max-width:767px){.regular-text{font-size:14px}}.regular-text p,.regular-text span,.regular-text a,.regular-text li,.regular-text div{font-family:Geologica,sans-serif;font-weight:200;font-size:18px;line-height:120%}@media screen and (max-width:1439px){.regular-text p,.regular-text span,.regular-text a,.regular-text li,.regular-text div{font-size:16px}}@media screen and (max-width:767px){.regular-text p,.regular-text span,.regular-text a,.regular-text li,.regular-text div{font-size:14px}}.small-text{font-family:Geologica,sans-serif;font-weight:200;font-size:14px;line-height:120%}@media screen and (max-width:1439px){.small-text{font-size:13px;line-height:110%}}@media screen and (max-width:767px){.small-text{font-size:12px;line-height:110%}}.small-text p,.small-text span,.small-text a,.small-text li,.small-text div{font-family:Geologica,sans-serif;font-weight:200;font-size:14px;line-height:120%}@media screen and (max-width:1439px){.small-text p,.small-text span,.small-text a,.small-text li,.small-text div{font-size:13px;line-height:110%}}@media screen and (max-width:767px){.small-text p,.small-text span,.small-text a,.small-text li,.small-text div{font-size:12px;line-height:110%}}.caption-text{font-family:Geologica,sans-serif;font-weight:200;font-size:12px;line-height:100%}@media screen and (max-width:767px){.caption-text{font-size:10px}}.text-button,.text-button p,.text-button span,.text-button a,.text-button li,.text-button div{font-family:Geologica,sans-serif;font-weight:400;font-size:16px;line-height:100%}@media screen and (max-width:1439px){.text-button{font-size:16px}}@media screen and (max-width:767px){.text-button{font-size:14px}}.text-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px;word-break:break-word}.link{text-decoration:none;transition:all .3s}@media(hover:hover)and (pointer:fine){.link:hover{color:#c71d1d}}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;overflow-x:hidden;position:relative;min-height:100%;height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:thin;scrollbar-color:#C71D1D rgba(245,245,245,0)}@media screen and (max-width:1023px){html ::-webkit-scrollbar{width:0;height:0}}html.fixed{overflow-y:hidden!important;padding-right:11px}@media screen and (max-width:1023px){html.fixed{padding-right:0}}body{height:auto;position:relative;margin:0;font-weight:400;box-sizing:border-box;background-color:#191c22;font-family:Geologica,sans-serif;color:#f5f5f5;min-width:320px}body.fixed{overflow:hidden;height:100dvh}.page{position:relative;height:auto;display:flex;flex-direction:column;min-height:100vh}.content-page{padding-top:152px}@media screen and (max-width:1439px){.content-page{padding-top:120px}}@media screen and (max-width:767px){.content-page{padding-top:80px}}main{flex:1}a{text-decoration:none;cursor:pointer;color:inherit}p{margin:0}ul,ol{list-style:none;padding:0}.container{max-width:1792px;width:calc(100% - 128px);margin:0 auto;scroll-margin-top:150px}@media screen and (max-width:1439px){.container{width:calc(100% - 64px)}}@media screen and (max-width:767px){.container{width:calc(100% - 32px)}}.mb{margin-bottom:128px}@media screen and (max-width:1439px){.mb{margin-bottom:96px}}@media screen and (max-width:767px){.mb{margin-bottom:64px}}.mb-64{margin-bottom:64px}@media screen and (max-width:1439px){.mb-64{margin-bottom:32px}}@media screen and (max-width:767px){.mb-64{margin-bottom:24px}}.mb-32{margin-bottom:32px}@media screen and (max-width:767px){.mb-32{margin-bottom:24px}}.main-link{position:absolute;inset:0;width:100%;height:100%;z-index:5}.main-color{color:#c71d1d}.white-color{color:#f5f5f5}.light-color{color:#f5f5f5bf}.opacity{opacity:.25}@media(hover:hover)and (pointer:fine){.opacity:hover{opacity:1}}.disabled{opacity:.5!important;pointer-events:none!important}.pointer-event-none{pointer-events:none!important}.title-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.grid-3{gap:16px;display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1439px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.grid-3{grid-template-columns:repeat(1,1fr)}}.main-form-wrapper{border-radius:24px;background-color:#111418;padding:64px;position:relative;overflow:hidden}@media screen and (max-width:1439px){.main-form-wrapper{padding:35px 32px 32px;border-radius:16px}}@media screen and (max-width:1023px){.main-form-wrapper{padding:32px}}@media screen and (max-width:767px){.main-form-wrapper{padding:24px;border-radius:8px}}@media screen and (max-width:479px){.main-form-wrapper{width:100%;margin-left:0;margin-right:0;border-radius:0;padding:64px 16px}}.main-form-wrapper #main-form{z-index:4;position:relative}@media screen and (max-width:767px){.main-form-wrapper .main-form .fields_group{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:32px}}.main-form-wrapper .gradient-block{position:absolute;inset:0;width:100%;height:100%;background-image:url(/build/assets/form-bg-CPipxjj0.svg);background-repeat:no-repeat;background-position:bottom;z-index:0}@media screen and (max-width:1919px){.main-form-wrapper .main-form{grid-template-columns:43% 43%}}@media screen and (max-width:1439px){.main-form-wrapper .main-form .main-title{font-size:61px;max-width:451px}}@media screen and (max-width:767px){.main-form-wrapper .main-form .main-title{max-width:300px;font-size:40px}}@media screen and (max-width:479px){.main-form-wrapper .main-form .main-title{max-width:250px;font-size:32px}}.gradient-top-page{position:absolute;top:0;left:0;right:0;width:100%;height:100vh;max-height:800px;background-image:url(/build/assets/BG-DK7REVwp.svg);background-repeat:no-repeat;background-position:top;background-size:100% auto;z-index:0;opacity:0;transition:all .5s ease-in-out;-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0),rgba(0,0,0,0));mask-image:linear-gradient(to bottom,#000,#0000);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.gradient-top-page.show{opacity:1}.empty-filter-result{padding-top:64px;padding-bottom:64px}@media screen and (max-width:1439px){.empty-filter-result{padding-top:32px;padding-bottom:32px}}.empty-filter-result p{max-width:50%}.empty-filter-result.hidden{display:none}.video-banner{height:auto;min-height:100svh;max-height:1500px;position:relative;background-color:transparent;display:flex;flex-direction:column;align-items:end;justify-content:end;padding-bottom:64px;padding-top:246px;margin-bottom:64px}@media screen and (max-width:1439px){.video-banner{padding-bottom:32px;margin-bottom:64px;padding-top:180px;max-height:1000px}}@media screen and (max-width:1023px){.video-banner{height:calc(100svh - 67px);min-height:350px;padding-top:132px;padding-bottom:64px;margin-bottom:32px}}@media screen and (max-width:767px){.video-banner{min-height:350px;padding-bottom:32px;margin-bottom:64px}}.video-banner .media-wrapper{position:absolute;inset:0;width:100%;height:100%}.video-banner .media-wrapper img{width:100%;height:100%;object-fit:cover}.video-banner .video{width:100%;height:95%;object-fit:cover}.video-banner .background{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(180deg,#191c2200,#191c22);z-index:2}.video-banner .background-1{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(21deg,#191c22 24%,#0000);z-index:2}.video-banner .overlay{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:#191c2266;z-index:2}.hidden{display:none!important}.link{cursor:pointer}.vue-skeletor{background-color:gray!important}.opacity-0{opacity:0!important}.media-wrapper{position:relative;width:100%;height:100%}.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}@font-face{font-family:Geologica;font-style:normal;font-weight:200;font-display:block;src:url(/build/assets/Geologica-ExtraLight-DQYbAc2d.woff) format("woff"),url(/build/assets/Geologica-ExtraLight-CmmyLI0O.woff2) format("woff2"),url(/build/assets/Geologica-ExtraLight-CJn961nC.ttf) format("ttf")}@font-face{font-family:Geologica;font-style:normal;font-weight:300;font-display:block;src:url(/build/assets/Geologica-Light-BV-CgAwb.woff) format("woff"),url(/build/assets/Geologica-Light-D84ADWoa.woff2) format("woff2"),url(/build/assets/Geologica-Light-CnCnOX6T.ttf) format("ttf")}@font-face{font-family:Geologica;font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/Geologica-Regular-BSIzZ2Xu.woff) format("woff"),url(/build/assets/Geologica-Regular-0vaKl7Ng.woff2) format("woff2"),url(/build/assets/Geologica-Regular-BKX-6ux_.ttf) format("ttf")}@font-face{font-family:Geologica;font-style:normal;font-weight:500;font-display:block;src:url(/build/assets/Geologica-Medium-DRI2kZi2.woff) format("woff"),url(/build/assets/Geologica-Medium-fa58vHEN.woff2) format("woff2"),url(/build/assets/Geologica-Medium-BXlMocYr.ttf) format("ttf")}@keyframes headerFixed{0%{top:-100px;opacity:1;visibility:visible}to{top:0;transform:translateY(0)}}:root{--opacity-start: .5;--opacity-mid: .75;--opacity-end: 1}@keyframes pulse-in{0%{transform:scale(1);opacity:var(--opacity-start)}50%{transform:scale(.5);opacity:var(--opacity-mid)}to{transform:scale(1);opacity:var(--opacity-end)}}@keyframes pulse-out{0%{transform:scale(1);opacity:var(--opacity-end)}50%{transform:scale(.5);opacity:var(--opacity-mid)}to{transform:scale(1);opacity:var(--opacity-start)}}@media(max-width:1439px){:root{--opacity-start: 1;--opacity-mid: 1;--opacity-end: 1}}@keyframes gradientReveal{0%{height:50%;width:20%;border-radius:0}50%{height:100%;width:94%;border-radius:0}to{height:100%;width:100%;border-radius:0}}@keyframes gradientRevealReverse{0%{height:100%;width:100%;border-radius:0;top:0;right:0;left:auto;opacity:.75}to{height:20%;width:0;border-radius:0;top:0;right:0;left:auto;opacity:0}}@keyframes slide-progress{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}.fade-in-up{transition:opacity .9s ease-out,transform .9s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.fade-in-up.initial{opacity:0;transform:translateY(30px)}.footer{background-color:#191c22;padding-bottom:64px;z-index:1}@media screen and (max-width:1439px){.footer{padding-bottom:32px}}@media screen and (max-width:1023px){.footer{padding-bottom:120px}}@media screen and (max-width:767px){.footer{padding-bottom:100px}}@media(max-width:479px){.footer .sub{display:none}}@media screen and (max-width:479px){.footer{padding-bottom:0}}.footer .container{display:grid;grid-template-columns:4fr 8fr;align-items:stretch;gap:32px}@media screen and (max-width:1919px){.footer .container{grid-template-columns:5fr 7fr}}@media screen and (max-width:1439px){.footer .container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}}@media screen and (max-width:479px){.footer .container{gap:0;margin:0;width:100%}}.footer .content-block{width:100%;background-color:#111418;padding:64px;border-radius:24px;position:relative}.footer .content-block .mask-container{position:absolute;bottom:-1px;right:0;background-color:#191c22;border-radius:32px 0 0}@media screen and (max-width:1439px){.footer .content-block .mask-container{border-radius:21px 0 0}}.footer .content-block .mask-container .content-wrapper{width:100%;height:100%;position:relative;padding:16px 0 0 16px}@media screen and (max-width:1439px){.footer .content-block .mask-container .content-wrapper{padding:8px 8px 0}}.footer .content-block .mask-container .sub{width:16px;height:16px;position:absolute;color:#191c22}@media screen and (max-width:1439px){.footer .content-block .mask-container .sub{width:24px;height:24px}}.footer .content-block .mask-container .sub.sub-1{top:-16px;right:0}.footer .content-block .mask-container .sub.sub-2{bottom:0;left:-16px}.footer .content-block .mask-container .sub{width:16px;height:16px}@media screen and (max-width:767px){.footer .content-block .mask-container .sub{width:8px;height:8px}.footer .content-block .mask-container .sub.sub-1{top:-8px}.footer .content-block .mask-container .sub.sub-2{left:-8px}}@media screen and (max-width:479px){.footer .content-block .mask-container .sub{display:none}}.footer .content-block .social-icon{color:#111418}@media(hover:hover)and (pointer:fine){.footer .content-block .social-icon:hover{color:#c71d1d}}.footer .content-block .small-btn{padding:8px 12px}.footer .content-block .small-btn span{font-size:16px}@media screen and (max-width:1439px){.footer .content-block .small-btn{padding:6px 10px}.footer .content-block .small-btn span{font-size:14px}}@media screen and (max-width:767px){.footer .content-block .small-btn{padding:4px 8px}.footer .content-block .small-btn span{font-size:12px}}@media screen and (max-width:1439px){.footer .content-block{padding:32px 32px 48px;border-radius:16px}}@media screen and (max-width:767px){.footer .content-block{padding:24px 24px 48px;border-radius:8px}}@media screen and (max-width:479px){.footer .content-block{width:100%;border-radius:0}}.footer .left-container{display:flex;flex-direction:column;align-items:start;justify-content:space-between;gap:32px}@media screen and (max-width:1919px){.footer .left-container{justify-content:start}}@media screen and (max-width:1439px){.footer .left-container{padding-bottom:48px}}@media screen and (max-width:479px){.footer .left-container{gap:24px;padding-bottom:0}}.footer .left-container .logo{width:99px;height:64px}.footer .left-container .logo svg{width:100%;height:100%}.footer .left-container .text-container{gap:16px}@media screen and (max-width:479px){.footer .left-container .mask-container{position:relative;background-color:transparent;width:100%;border-bottom:1px solid rgba(245,245,245,.25)}.footer .left-container .content-wrapper{padding:0 0 24px!important;width:100%;border-bottom:1px solid rgba(245,245,245,.25)}.footer .left-container .social-list .social-icon{width:32px;height:32px;color:#191c22}}@media screen and (max-width:1439px){.footer .right-container{padding-bottom:48px}}@media screen and (max-width:479px){.footer .right-container{padding-bottom:100px}.footer .right-container .mask-container{position:relative;background-color:transparent}.footer .right-container .content-wrapper{padding:0!important}.footer .right-container .content-wrapper .sub{display:none}.footer .right-container .content-wrapper .small-btn{background-color:#191c22;padding:8px 12px;width:min-content}.footer .right-container .content-wrapper .small-btn span{font-size:16px}}.footer .contacts-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:32px}@media screen and (max-width:1439px){.footer .contacts-container{flex-direction:row;align-items:center;justify-content:start;gap:32px}}@media screen and (max-width:1023px){.footer .contacts-container{flex-direction:column;align-items:start}}@media screen and (max-width:767px){.footer .contacts-container{gap:24px}}.footer .desktop-nav-list{width:100%;display:grid;grid-template-columns:repeat(5,1fr);align-items:start;justify-content:start;gap:32px}@media screen and (max-width:1919px){.footer .desktop-nav-list{grid-template-columns:repeat(3,1fr);column-gap:32px;row-gap:64px}}@media screen and (max-width:1439px){.footer .desktop-nav-list{justify-content:space-between;column-gap:64px;row-gap:64px}}@media screen and (max-width:767px){.footer .desktop-nav-list{display:none}}.footer .desktop-nav-list .nav-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px}@media screen and (max-width:1919px){.footer .desktop-nav-list .nav-list:nth-child(1){grid-row:span 2}}.footer .desktop-nav-list .nav-list .nav-item,.footer .desktop-nav-list .nav-list .nav-item .link{white-space:nowrap}@media screen and (max-width:1919px){.footer .desktop-nav-list .nav-list .nav-item{white-space:unset}}.footer .desktop-nav-list .nav-list.privacy-list{min-width:305px}.footer .desktop-nav-list .nav-list.privacy-list li{display:flex;align-items:end;justify-content:end}.footer .desktop-nav-list .nav-list.privacy-list li a{text-align:end}@media screen and (max-width:1919px){.footer .desktop-nav-list .nav-list.privacy-list li a{text-align:start}}@media screen and (max-width:1919px){.footer .desktop-nav-list .nav-list.privacy-list{align-items:start;justify-content:start;min-width:unset}}@media screen and (max-width:1439px){.footer .desktop-nav-list .nav-list.privacy-list{grid-row:span 2}}@media screen and (max-width:1023px){.footer .desktop-nav-list .nav-list.privacy-list{grid-row:unset}}.footer .mobile-nav-list{display:none}@media screen and (max-width:767px){.footer .mobile-nav-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px}}@media screen and (max-width:479px){.footer .mobile-nav-list{padding-bottom:24px;border-bottom:1px solid rgba(245,245,245,.25);margin-bottom:24px}}.footer .mobile-nav-list .privacy-list{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px}.footer .mobile-nav-list .dropdown-content ul{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px;padding-left:32px}.header{background-color:transparent;border-bottom:1px solid rgba(245,245,245,.25);position:absolute;top:0;left:0;right:0;width:100%;transition:background-color .3s;z-index:11;display:flex;align-items:center;justify-content:center}@media(max-width:1439px){.header{z-index:13}}.header .container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:relative;height:88px}@media screen and (max-width:767px){.header .container{height:56px}}.header .logo{width:99px;height:64px;position:absolute;top:12px;left:calc(50% - 49px)}@media screen and (max-width:767px){.header .logo{width:74px;height:48px;top:4px;left:calc(50% - 37px)}}.header .logo svg{width:100%;height:100%}.header .buttons-container{display:flex;flex-direction:row;align-items:center;gap:32px;position:relative}.header .menu-toggle{width:24px;height:24px;position:relative;display:flex;flex-direction:column;gap:8px;cursor:pointer}.header .menu-toggle span{display:block;width:16px;height:2px;background-color:#f5f5f5;transition:all .3s;opacity:.5;position:absolute;left:4px;border-radius:15px}.header .menu-toggle span:nth-child(1){top:8px}.header .menu-toggle span:nth-child(2){top:14px}@media(hover:hover)and (pointer:fine){.header .menu-btn:hover .menu-toggle span{background-color:#c71d1d}}.header .menu-btn .icon-container{position:relative;width:24px;height:24px}.header .menu-btn svg{width:24px;height:24px;position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.header .menu-btn .icon-x{display:none}.header .menu-btn .icon-equal{display:flex}@media screen and (max-width:1023px){.header .desktop-btn{display:none}}.header .mobile-btn{display:none}@media screen and (max-width:1023px){.header .mobile-btn{display:flex}}.header.header-fixed{position:fixed;animation-name:headerFixed;animation-duration:.5s;top:0;left:0;right:0;width:100%;transition:all .3s;background-color:#111418;border-bottom:none}.header.open-dropdown-header .menu-btn .menu-toggle span{transition:all .3s;opacity:1}.header.open-dropdown-header .menu-btn .menu-toggle span:nth-child(1){top:10px;transform:rotate(45deg)}.header.open-dropdown-header .menu-btn .menu-toggle span:nth-child(2){top:10px;transform:rotate(-45deg)}.header.open-dropdown-header .menu-btn .icon-x{display:flex}.header.open-dropdown-header .menu-btn .icon-equal{display:none}.header .has-counter .icon{mask-image:radial-gradient(circle at calc(100% - 2px) 4px,transparent 0px,transparent 10px,black 10.1px);-webkit-mask-image:radial-gradient(circle at calc(100% - 2px) 4px,transparent 0px,transparent 10px,black 10.1px);mask-size:cover;mask-repeat:no-repeat;mask-position:top right;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat;-webkit-mask-position:top right}.fixed-menu{display:none;position:fixed;bottom:0;width:100%;padding-bottom:24px;z-index:14;background-color:transparent}@media screen and (max-width:1023px){.fixed-menu{display:flex}}@media screen and (max-width:767px){.fixed-menu{padding-top:16px;padding-bottom:16px}}.fixed-menu .container{display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:0;padding:12px;border-radius:8px;background-color:#c71d1d}.fixed-menu a{display:flex;flex-direction:row;align-items:center}.fixed-menu .mobile-link{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:6px}@media screen and (max-width:479px){.fixed-menu .mobile-link{gap:0}}.fixed-menu .mobile-link .count-label-vue{position:absolute;right:7px;left:unset;top:-11%}@media screen and (max-width:479px){.fixed-menu .mobile-link .count-label-vue{top:-5px;right:-8px}}.fixed-menu .mobile-link .count-label{padding:1px 4px;border-radius:10px;background:#f5f5f5;color:#c71d1d;font-size:10px;line-height:100%;display:flex;align-items:center;justify-content:center;border:2px solid #C71D1D;z-index:3;width:min-content;position:relative;top:unset;right:unset;left:unset}.fixed-menu .mobile-link .count-label span{font-size:10px;line-height:100%;font-style:normal;font-weight:500;color:#c71d1d;font-family:Geologica,sans-serif}.fixed-menu .icon{width:24px;height:24px;color:#f5f5f5;opacity:.5;transition:all .3s}@media(hover:hover)and (pointer:fine){.fixed-menu .icon:hover{opacity:1}}.fixed-menu a.active .icon{opacity:1}.fixed-menu .text{color:#f5f5f5;font-family:Geologica,sans-serif;font-style:normal;font-weight:200;font-size:13px;line-height:100%;text-align:center;text-decoration:none}@media screen and (max-width:479px){.fixed-menu .text{display:none}}.fixed-menu .menu .icon-container{position:relative;width:24px;height:24px}.fixed-menu .menu svg{width:24px;height:24px;position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.fixed-menu .menu .icon{animation:pulse-in .15s ease forwards}.fixed-menu .menu .icon-x{opacity:1!important;display:none}.fixed-menu .menu .icon-equal{opacity:.5!important;display:flex}.fixed-menu .menu.open .icon-x{display:flex}.fixed-menu .menu.open .icon-equal{display:none}.header-dropdown{position:fixed;top:0;left:0;right:0;width:100%;height:100svh;overflow:hidden;z-index:10;background-color:#111418;padding-top:154px;transition:all .3s;opacity:0;visibility:hidden;padding-bottom:15px}@media screen and (max-width:1439px){.header-dropdown{padding-top:120px}}@media screen and (max-width:1023px){.header-dropdown{display:none}}.header-dropdown.open{opacity:1;visibility:visible}.header-dropdown .bottom-content,.header-dropdown #header-form{width:100%}.header-dropdown .form-container{width:100%!important}.header-dropdown .gradient-yellow{position:absolute;bottom:20%;left:-15%;height:60%}.header-dropdown .gradient-red{position:absolute;bottom:0;left:-20%;width:60%;height:60%}.header-dropdown .gradient-violet{position:absolute;bottom:10%;left:30%}.header-dropdown .gradient-yellow,.header-dropdown .gradient-red,.header-dropdown .gradient-violet{mix-blend-mode:normal;opacity:0;transition:all .7s ease-in-out;filter:blur(120px)}.header-dropdown.open .gradient-yellow,.header-dropdown.open .gradient-red,.header-dropdown.open .gradient-violet{opacity:1;transition:all .7s ease-in-out}.header-dropdown .container{height:100%;overflow:auto;display:flex;flex-direction:column;align-items:flex-start;gap:64px;align-items:start;justify-content:start;z-index:4;position:relative;padding-right:10px;padding-bottom:32px;scrollbar-width:thin;scrollbar-color:rgba(199,29,29,.6) transparent}@media screen and (max-width:1439px){.header-dropdown .container{padding-bottom:24px}}.header-dropdown .top-content{width:100%;display:grid;grid-template-columns:45% 43%;align-items:start;justify-content:space-between}@media screen and (max-width:1439px){.header-dropdown .top-content{grid-template-columns:62% 32%;gap:48px}}.header-dropdown .list-container{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:space-between;gap:64px}@media screen and (max-width:1919px){.header-dropdown .list-container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);grid-auto-flow:column;justify-content:start;align-items:start;gap:32px}}.header-dropdown .list-container .nav-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:32px}@media screen and (max-width:1919px){.header-dropdown .list-container .nav-list{gap:24px}.header-dropdown .list-container .nav-list:nth-child(1){grid-row:span 2}.header-dropdown .list-container .nav-list:nth-child(4){grid-row:span 2}}.header-dropdown .list-container .nav-list.privacy-list{display:none}.header-dropdown .list-container .nav-list .nav-item .link{white-space:nowrap}.header-dropdown .info-container{width:100%;background-color:#191c22;padding:64px;border-radius:24px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:32px;position:relative}@media screen and (max-width:1919px){.header-dropdown .info-container{padding:32px}}.header-dropdown .info-container .text-container,.header-dropdown .info-container .link-container{width:77%}@media screen and (max-width:1919px){.header-dropdown .info-container .text-container,.header-dropdown .info-container .link-container{width:100%}}@media screen and (max-width:1439px){.header-dropdown .info-container .link-container .links{display:flex;flex-direction:column;align-items:flex-start;gap:8px}}.header-dropdown .info-container .text-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}.header-dropdown .info-container .mask-container{position:absolute;bottom:-1px;right:0;background-color:#111418;border-radius:32px 0 0}@media screen and (max-width:1439px){.header-dropdown .info-container .mask-container{border-radius:21px 0 0}}.header-dropdown .info-container .mask-container .content-wrapper{width:100%;height:100%;position:relative;padding:16px 0 0 16px}@media screen and (max-width:1439px){.header-dropdown .info-container .mask-container .content-wrapper{padding:8px 8px 0}}.header-dropdown .info-container .mask-container .sub{width:16px;height:16px;position:absolute;color:#111418}@media screen and (max-width:1439px){.header-dropdown .info-container .mask-container .sub{width:24px;height:24px}}.header-dropdown .info-container .mask-container .sub.sub-1{top:-16px;right:0}.header-dropdown .info-container .mask-container .sub.sub-2{bottom:0;left:-16px}.link-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}.link-container .title{color:#f5f5f540}.link-container .links{display:flex;flex-direction:row;align-items:center;gap:16px}@media screen and (max-width:479px){.link-container .links{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}}.social-list{display:flex;flex-direction:row;align-items:center;gap:16px}.social-list svg{width:32px;height:32px;transition:all .3s;color:#191c22}@media(hover:hover)and (pointer:fine){.social-list svg:hover{color:#c71d1d}}@media screen and (max-width:1439px){.social-list svg{width:24px;height:24px}}.mobile-menu{position:fixed;inset:0;width:100%;height:100vh;background-color:#111418;z-index:13;display:none;overflow:hidden}@media screen and (max-width:1023px){.mobile-menu{display:flex;transform:translate(100%);opacity:0;transition:all .3s}}.mobile-menu.open{transform:translate(0);opacity:1}.mobile-menu .container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;height:100%;overflow:auto;padding-top:32px;z-index:11;scrollbar-width:none;-ms-overflow-style:none}.mobile-menu .container::-webkit-scrollbar{display:none}@supports (padding: max(0px)){.mobile-menu .container{padding-bottom:calc(env(safe-area-inset-bottom) + 204px)}}.mobile-menu .gradient-yellow{position:absolute;bottom:0;top:60%;left:-20%;z-index:2}.mobile-menu .gradient-red{position:absolute;top:70%;left:-15%;z-index:2}.mobile-menu .gradient-violet{position:absolute;bottom:10%;top:unset;left:unset;right:0;z-index:2}.mobile-menu .gradient-yellow,.mobile-menu .gradient-red,.mobile-menu .gradient-violet{mix-blend-mode:normal;opacity:1;transition:all .7s ease-in-out}.mobile-menu.open .gradient-yellow,.mobile-menu.open .gradient-red,.mobile-menu.open .gradient-violet{opacity:1;transition:all .7s ease-in-out;filter:blur(40px)}.mobile-menu .lang-list{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:4px}.mobile-menu .lang-list .btn-secondary{background-color:#191c22}@media(hover:hover)and (pointer:fine){.mobile-menu .lang-list .btn-secondary:hover{background-color:#c71d1d}}.mobile-menu #profile-block-wrapper{width:100%}.mobile-menu .profile-block{width:100%;padding:32px;border-radius:16px;background-color:#c71d1d}@media screen and (max-width:767px){.mobile-menu .profile-block{border-radius:8px;padding:16px}}.mobile-menu .profile-block .title-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}@media screen and (max-width:767px){.mobile-menu .profile-block .title-container{gap:8px}}.mobile-menu .profile-block .profile-content{display:flex;flex-direction:column;gap:32px}@media screen and (max-width:767px){.mobile-menu .profile-block .profile-content{gap:16px}}.mobile-menu .profile-block .btn .icon{opacity:1}@media(hover:hover)and (pointer:fine){.mobile-menu .profile-block .btn:hover span,.mobile-menu .profile-block .btn:hover .icon{color:#f5f5f5}}.mobile-menu .content-block{width:100%;border-radius:16px;padding:32px;background-color:#191c22;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px;z-index:5;position:relative}@media screen and (max-width:767px){.mobile-menu .content-block{border-radius:8px;padding:24px 16px}}.mobile-menu .content-block .content-wrapper{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.mobile-menu .grid-2{width:100%;gap:16px;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:479px){.mobile-menu .grid-2{grid-template-columns:repeat(1,1fr)}}.mobile-menu .grid-2 .title{display:flex;flex-direction:row;align-items:center;gap:10px}@media screen and (max-width:767px){.mobile-menu .grid-2 .title{gap:8px}}.mobile-menu .grid-2 .title .icon{width:24px;height:24px;opacity:.5}.mobile-menu .grid-2 .count-label{position:relative;top:unset;left:unset;padding:6px 10px;border-radius:32px;background-color:#c71d1d;color:#f5f5f5;font-size:16px;line-height:100%;font-weight:400;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-menu .info .info-container{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:64px}@media screen and (max-width:767px){.mobile-menu .info .info-container{flex-direction:column;gap:24px}}.mobile-menu .info .social-list svg{color:#111418}.mobile-menu .link-container .links{display:flex;flex-direction:column;align-items:flex-start;gap:8px}@media screen and (max-width:767px){.mobile-menu .link-container .links{display:flex;flex-direction:row;align-items:center;gap:16px}}@media screen and (max-width:479px){.mobile-menu .link-container .links{display:flex;flex-direction:column;align-items:flex-start;gap:8px}}.dropdown-list{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:0;padding-bottom:24px;border-bottom:1px solid rgba(245,245,245,.25);transition:all .3s ease-in-out}.dropdown-list:last-of-type{border-bottom:none}.dropdown-list .dropdown-title{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.dropdown-list .dropdown-title .title{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:10px}@media screen and (max-width:767px){.dropdown-list .dropdown-title .title{gap:8px}}.dropdown-list .dropdown-title .icon{width:24px;height:24px;opacity:.5}.dropdown-list .dropdown-title .arrow{width:24px;height:24px;opacity:.5;transition:all .3s ease-in-out}.dropdown-list .dropdown-content{width:100%;height:0;overflow:hidden;visibility:hidden;transform:translateY(-28px);transition:all .3s}.dropdown-list .dropdown-content ul{width:100%;display:grid;grid-template-columns:repeat(3,1fr);column-gap:64px;row-gap:32px}@media screen and (max-width:767px){.dropdown-list .dropdown-content ul{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:479px){.dropdown-list .dropdown-content ul{grid-template-columns:1fr;gap:24px;padding-left:32px}}.dropdown-list.open{gap:28px}@media screen and (max-width:479px){.dropdown-list.open{gap:20px}}.dropdown-list.open .dropdown-content{transform:translateY(0);height:auto;visibility:visible}.dropdown-list.open .arrow{opacity:1;transform:rotate(180deg)}.search-open .icon-active{display:none}.search-open.show .icon-active{display:block}.search-open.show .icon-default{display:none}.search-dropdown{position:absolute;right:0;top:52px;z-index:5;width:512px;transition:all .15s ease;opacity:0;visibility:hidden;transform:translateY(-4px)}@media(max-width:1439px){.search-dropdown{position:fixed;z-index:5;inset:0;background:#111418bf;backdrop-filter:blur(8px);width:initial;display:flex;align-items:end}}.search-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.search-dropdown .dropdown-inner{padding:32px;border-radius:24px;background-color:#111418}@media(max-width:1439px){.search-dropdown .dropdown-inner{width:100%;position:fixed;bottom:0;left:0;right:0}}@media(max-width:1023px){.search-dropdown .dropdown-inner{border-radius:16px 16px 0 0}@supports (padding: max(0px)){.search-dropdown .dropdown-inner{padding-bottom:calc(env(safe-area-inset-bottom) + 16px)}}}@media(max-width:767px){.search-dropdown .dropdown-inner{padding:16px;border-radius:8px 8px 0 0}@supports (padding: max(0px)){.search-dropdown .dropdown-inner{padding-bottom:calc(env(safe-area-inset-bottom) + 16px)}}}.search-dropdown .title{margin-bottom:24px}@media(max-width:1439px){.search-dropdown .title{margin-bottom:16px}}.search-dropdown .box{padding:12px 16px;border-radius:16px;border:2px solid #C71D1D;display:flex;flex-direction:row;align-items:center;gap:16px}@media(max-width:1439px){.search-dropdown .box{padding:10px 12px;border-radius:12px}}@media(max-width:767px){.search-dropdown .box{padding:10px}}.search-dropdown svg{width:24px;height:24px;color:#f5f5f5;opacity:.5;display:block}.search-dropdown .search-close{position:absolute;top:32px;right:32px;width:44px;height:44px;border-radius:50%;display:none;align-items:center;justify-content:center;background:#c71d1d}@media(max-width:1439px){.search-dropdown .search-close{display:flex}}@media(max-width:767px){.search-dropdown .search-close{width:40px;height:40px}}.search-dropdown .search-close svg{color:#fff;opacity:1}.search-dropdown button{padding:0;cursor:pointer;background:transparent;border:none}.search-dropdown .search-form{flex-grow:1}.search-dropdown .search-input{width:100%;background:transparent;padding:0;border:none;outline:none;color:#f5f5f5;font-size:16px;line-height:100%}.search-dropdown .search-input::placeholder{color:#f5f5f580}.search-dropdown .search-input::-webkit-search-cancel-button{-webkit-appearance:none;padding-right:16px;border-right:2px solid rgba(246,246,246,.25);width:40px;height:24px;cursor:pointer;background:no-repeat center/contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg opacity='0.5'%3E%3Cpath d='M18 6L6 18' stroke='%23F5F5F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='%23F5F5F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E")}.search-open.show .icon-active{opacity:1!important;color:#f5f5f5}.btn{margin:0;border:0;padding:0;background:transparent;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:12px;position:relative}@media screen and (max-width:1439px){.btn{gap:10px}}@media screen and (max-width:767px){.btn{gap:8px}}.btn span{color:#f5f5f5;font-family:Geologica,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:100%;z-index:2;transition:all .3s}.btn .icon{width:24px;height:24px;z-index:2;transition:all .3s;color:#f5f5f5;opacity:.5;animation:pulse-out .15s ease forwards}@media screen and (max-width:1439px){.btn .icon{opacity:1}}.btn.disabled{pointer-events:none;opacity:.25}.btn.active .icon{color:#c71d1d}@media(hover:hover)and (pointer:fine){.btn:hover span{color:#c71d1d;opacity:1}.btn:hover .icon{color:#c71d1d;animation:pulse-in .15s ease forwards}.btn:hover .count-value{color:inherit}}.count-label{font-family:Geologica,sans-serif;font-style:normal;font-weight:500;font-size:10px;line-height:100%;color:#f5f5f5;background-color:#c71d1d;border-radius:10px;padding:1px 4px;position:absolute;left:45%;top:-11%;z-index:2;min-width:14px;min-height:13px;display:flex;flex-direction:row;align-items:center;justify-content:center}@media screen and (max-width:767px){.count-label{left:48%;top:-9%}}.count-label span{font-size:10px;line-height:100%;font-style:normal;font-weight:500;font-family:Geologica,sans-serif;color:#f5f5f5}.btn-default{border:0;background:transparent;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:start;margin:0;gap:12px;padding:12px 24px;position:relative;border-radius:32px;transition:all .3s}@media screen and (max-width:1439px){.btn-default{gap:10px}}@media screen and (max-width:767px){.btn-default{padding:8px 16px;gap:8px}}.btn-default:focus-visible{box-shadow:none!important;outline:none!important}.btn-default span,.btn-default .text{font-family:Geologica,sans-serif;font-style:normal;font-weight:500;font-size:18px;z-index:2;transition:all .3s;white-space:nowrap;color:#f5f5f5}@media screen and (max-width:1439px){.btn-default span,.btn-default .text{font-size:16px}}@media screen and (max-width:767px){.btn-default span,.btn-default .text{font-size:14px}}.btn-default .text{line-height:24px}.btn-default .icon{width:24px;height:24px;z-index:2;opacity:.5;color:#f5f5f5;animation:pulse-out .15s ease forwards}@media screen and (max-width:1439px){.btn-default .icon{opacity:1}}.btn-default:disabled,.btn-default.disabled{background-color:#c71d1d40;pointer-events:none}.btn-default:disabled span,.btn-default:disabled .icon,.btn-default.disabled span,.btn-default.disabled .icon{color:#f5f5f540}.btn-default.hidden{display:none}@media(hover:hover)and (pointer:fine){.btn-default:hover{box-shadow:8px 8px 16px #c71d1d52;background-color:#c71d1d}.btn-default:hover .icon{animation:pulse-in .15s ease forwards}}.btn-default.circle{border-radius:50%;padding:12px;max-width:48px;min-width:48px;max-height:48px;min-height:48px}@media screen and (max-width:1439px){.btn-default.circle{padding:10px;max-width:44px;min-width:44px;max-height:44px;min-height:44px}}@media screen and (max-width:1023px){.btn-default.circle{padding:8px}}@media screen and (max-width:1023px){.btn-default.circle{padding:8px;max-width:40px;min-width:40px;max-height:40px;min-height:40px}}.btn-primary{background-color:#c71d1d}.btn-secondary{background-color:#111418}.btn-secondary.active{background-color:#c71d1d}.checkbox-container{display:flex;flex-direction:row-reverse;align-items:center;justify-content:start;gap:10px;position:relative}.checkbox-container .error-text{position:absolute}.checkbox-container input{position:absolute;width:100%;height:100%;bottom:0;left:0;opacity:0;cursor:pointer}.checkbox-container .custom-checkbox.checkbox_error:before{border:2px solid red}.checkbox-container input:checked+span{background-color:#c71d1d;min-width:24px;min-height:24px;max-width:24px;max-height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;border:1px solid #C71D1D}.checkbox-container input:checked+span:before{content:"";background-repeat:no-repeat;background-size:contain;background-color:#c71d1d;width:12px;height:10px}.checkbox-container .custom-checkbox{min-width:24px;min-height:24px;max-width:24px;max-height:24px;border:1px solid #9B9C9F;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:transparent;transition:all .3s}.checkbox-container label{font-family:Geologica,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:110%}.format-checkbox,.format-radio{position:relative;width:fit-content;height:auto;cursor:pointer}.format-checkbox.hidden,.format-radio.hidden{display:none}@media(hover:hover)and (pointer:fine){.format-checkbox:hover label,.format-radio:hover label{background-color:#c71d1d}.format-checkbox:hover label span,.format-radio:hover label span{color:#f5f5f5}}.format-checkbox input,.format-radio input{position:absolute;width:100%;height:100%;top:0;padding:0;opacity:0;cursor:pointer;z-index:2}.format-checkbox label,.format-radio label{display:flex;flex-direction:row;align-items:center;gap:4px;width:fit-content;padding:8px 12px;background-color:#111418;border-radius:32px;position:relative;transition:all .3s;min-height:32px;height:auto;cursor:pointer}@media screen and (max-width:1439px){.format-checkbox label,.format-radio label{padding:6px 12px;height:26px}}@media screen and (max-width:767px){.format-checkbox label,.format-radio label{padding:4px 12px;height:24px}}.format-checkbox label span,.format-radio label span{font-size:16px;font-style:normal;font-weight:400;line-height:100%;user-select:none;transition:all .3s;color:#f5f5f5}@media screen and (max-width:767px){.format-checkbox label span,.format-radio label span{font-size:14px}}.format-checkbox .reset,.format-radio .reset{width:0;height:0;color:#f5f5f5;cursor:pointer;opacity:0;transition:all .3s}.format-checkbox input:checked+label,.format-radio input:checked+label{background-color:#c71d1d}.format-checkbox input:checked+label span,.format-radio input:checked+label span{color:#f5f5f5}.format-checkbox input:checked+label .reset,.format-radio input:checked+label .reset{opacity:.5;width:16px;height:16px;transition:all .3s}@media screen and (max-width:1439px){.format-checkbox input:checked+label .reset,.format-radio input:checked+label .reset{width:12px;height:12px}}@media screen and (max-width:767px){.format-checkbox input:checked+label .reset,.format-radio input:checked+label .reset{width:16px;height:16px}}.format-checkbox.disabled,.format-radio.disabled{pointer-events:none}.format-checkbox.disabled label,.format-radio.disabled label{background-color:#cdcecf}@media(hover:hover)and (pointer:fine){.format-checkbox:hover label,.format-radio:hover label{background-color:#c71d1d}.format-checkbox:hover .reset,.format-radio:hover .reset{opacity:1!important}}.format-checkbox.active label span,.format-radio.active label span{color:#f5f5f5}.field_container_class{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px;width:100%;position:relative}.field_container_class.field_container_class_hidden{width:0;height:0;opacity:0;visibility:hidden;position:absolute}.field_container_class .form-error{position:absolute;font-family:Geologica,sans-serif;font-size:12px;font-style:normal;font-weight:200;line-height:100%;letter-spacing:.36px;margin-left:16px;bottom:-20px;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px;color:#c71d1d;white-space:nowrap}.field_container_class .form-error .error-icon{width:14px;height:12px}.input-component{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px;position:relative}.input-component label{font-family:Geologica,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:100%;padding-left:16px}@media screen and (max-width:1439px){.input-component label{padding-left:12px}}@media screen and (max-width:767px){.input-component label{padding-left:10px}}.input-component label.required{position:relative}.input-component label.required:after{content:" *";font-size:16px;color:#c71d1d}.input-component input{width:100%;padding:16px;border-radius:16px;border:2px solid rgba(255,255,255,.25);background-color:transparent;font-family:Geologica,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:16px;color:#f5f5f5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .3s}.input-component input::placeholder{color:#f5f5f580}.input-component input:focus{outline:none;border:2px solid #C71D1D}.input-component input:focus .prepend-icon,.input-component input:focus .append-icon{color:#f5f5f5;opacity:1}.input-component input:focus-visible{outline:none}@media screen and (max-width:1439px){.input-component input{padding:12px;border-radius:12px}}@media screen and (max-width:767px){.input-component input{padding:10px;border-radius:8px}}.input-component input:-webkit-autofill,.input-component input:-webkit-autofill:hover,.input-component input:-webkit-autofill:focus,.input-component input:-webkit-autofill:active{transition:background-color 0s 600000s,color 0s 600000s!important}.input-component input::-webkit-search-cancel-button{display:none}.input-component .append-icon{color:#ffffff40;position:absolute;right:16px;bottom:16px;width:24px;height:24px;transition:all .3s}@media screen and (max-width:1439px){.input-component .append-icon{right:12px;bottom:12px}}@media screen and (max-width:767px){.input-component .append-icon{right:10px;bottom:10px}}.input-component .append-icon svg{width:100%;height:100%;color:#ffffff40}.input-component .prepend-icon{left:16px;position:absolute;bottom:16px;width:24px;height:24px;color:#fff;opacity:.25;transition:all .3s}@media screen and (max-width:1439px){.input-component .prepend-icon{left:12px;bottom:12px}}@media screen and (max-width:767px){.input-component .prepend-icon{left:10px;bottom:10px}}.input-component:has(.append-icon) input{padding-right:52px}@media screen and (max-width:1439px){.input-component:has(.append-icon) input{padding-right:48px}}@media screen and (max-width:767px){.input-component:has(.append-icon) input{padding-right:46px}}.input-component:has(.prepend-icon) input{padding-left:52px}@media screen and (max-width:1439px){.input-component:has(.prepend-icon) input{padding-left:48px}}@media screen and (max-width:767px){.input-component:has(.prepend-icon) input{padding-left:42px}}.input-component:has(input:focus) .append-icon,.input-component:has(input:focus) .prepend-icon{opacity:1}.input-component.datapicker input{padding-left:52px}@media screen and (max-width:1439px){.input-component.datapicker input{padding-left:48px}}@media screen and (max-width:767px){.input-component.datapicker input{padding-left:46px}}.input-component.dark-input input{background-color:#111418;border:2px solid #111418}.input-component.dark-input input.active input{border:2px solid #C71D1D}.input-component.dark-input input:focus{outline:none;border:2px solid #C71D1D}.input-component.disabled{opacity:.25;pointer-events:none}.input-component.active .prepend-icon,.input-component.active .append-icon{color:#f5f5f5;opacity:1}.input-component.active input{border:2px solid #C71D1D}.input-component .reset-container{position:absolute;right:52px;bottom:16px;display:flex;flex-direction:row;align-items:center;gap:12px}.input-component .reset-container .reset-icon{width:24px;height:24px;opacity:.5;color:#f5f5f5;cursor:pointer}.input-component .reset-container .devider{width:2px;height:24px;background-color:#f5f5f540}@media screen and (max-width:1439px){.input-component .reset-container .devider{display:none}}@media screen and (max-width:1439px){.input-component .reset-container{gap:10px;bottom:12px;right:12px}}@media screen and (max-width:767px){.input-component .reset-container{gap:8px;bottom:10px;right:10px}}@media screen and (max-width:1439px){.input-component.search-container .append-icon{display:none}}.select-container.open .arrow-icon{opacity:1;transform:rotate(180deg)}.select-container .arrow-icon{position:absolute;width:24px;height:24px;right:16px;bottom:16px;opacity:.5;transition:all .3s}@media screen and (max-width:1439px){.select-container .arrow-icon{right:12px;bottom:12px}}@media screen and (max-width:767px){.select-container .arrow-icon{right:10px;bottom:10px}}.select-container .select-list{width:100%;position:absolute;top:calc(100% + 4px);left:0;right:0;border-radius:16px;border:2px solid rgba(245,245,245,.25);background-color:#191c22;padding:8px;max-height:432px;z-index:2;opacity:0;visibility:hidden;transition:all .3s}.select-container .select-list.show{visibility:visible;opacity:1}@media screen and (max-width:1439px){.select-container .select-list{padding:6px;border-radius:12px}}@media screen and (max-width:767px){.select-container .select-list{border-radius:8px}}.select-container .reset-container{position:absolute;right:52px;bottom:16px;display:flex;flex-direction:row;align-items:center;gap:12px}.select-container .reset-container .reset-icon{width:24px;height:24px;opacity:.5;color:#f5f5f5;cursor:pointer}.select-container .reset-container .devider{width:2px;height:24px;background-color:#f5f5f540}@media screen and (max-width:1439px){.select-container .reset-container{gap:10px;bottom:12px;right:46px}}@media screen and (max-width:767px){.select-container .reset-container{gap:8px;bottom:10px;right:42px}}.select-container .options-list{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:0;padding-right:8px;height:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#C71D1D #191C22}.select-container .options-list::-webkit-scrollbar{width:2px}.select-container .options-list::-webkit-scrollbar-track{background:#191c22;border-radius:8px}.select-container .options-list::-webkit-scrollbar-thumb{background-color:#c71d1d;border-radius:8px}.select-container .options-list{scroll-behavior:smooth}@media screen and (max-width:1023px){.select-container .options-list::-webkit-scrollbar{width:0;height:0}.select-container .options-list{scrollbar-width:none}}@media screen and (max-width:1439px){.select-container .options-list{padding-right:6px}}.select-container .option-item{width:100%;display:flex;flex-direction:row;align-items:center;gap:12px;padding:8px;border-radius:8px;background-color:transparent;transition:all .3s;cursor:pointer}@media(hover:hover)and (pointer:fine){.select-container .option-item:hover{background-color:#c71d1d}}@media screen and (max-width:1439px){.select-container .option-item{padding:8px;border-radius:6px}}.select-container .check-icon{width:24px;height:24px;opacity:0;transition:all .3s}.select-container .title{color:#f5f5f5;font-family:Geologica,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-.32px}.select-container .option-item.selected .check-icon{opacity:1}.textarea-container .textarea-component{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px;position:relative}.textarea-container .textarea-component label{font-family:Geologica,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:100%;padding-left:16px}@media screen and (max-width:1439px){.textarea-container .textarea-component label{padding-left:12px}}@media screen and (max-width:767px){.textarea-container .textarea-component label{padding-left:10px}}.textarea-container .textarea-component .placeholder-icon{width:24px;height:24px;position:absolute;top:40px;left:16px;opacity:.5;transition:all .3s}.textarea-container .textarea-component .placeholder-icon.active{opacity:1}@media screen and (max-width:1439px){.textarea-container .textarea-component .placeholder-icon{top:36px;left:12px}}@media screen and (max-width:767px){.textarea-container .textarea-component .placeholder-icon{top:34px;left:10px}}.textarea-container .textarea-component textarea{max-width:100%;width:100%;padding:16px 16px 16px 52px;border-radius:16px;border:2px solid rgba(255,255,255,.25);background-color:transparent;font-family:Geologica,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:100%;color:#f5f5f5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .3s}.textarea-container .textarea-component textarea::placeholder{color:#f5f5f580}.textarea-container .textarea-component textarea:focus{outline:none;border:2px solid #C71D1D}.textarea-container .textarea-component textarea:focus-visible{outline:none}@media screen and (max-width:1439px){.textarea-container .textarea-component textarea{padding:12px 12px 12px 44px;border-radius:12px}}@media screen and (max-width:767px){.textarea-container .textarea-component textarea{padding:10px 10px 10px 42px;border-radius:8px}}.textarea-container .textarea-component textarea:-webkit-autofill,.textarea-container .textarea-component textarea:-webkit-autofill:hover,.textarea-container .textarea-component textarea:-webkit-autofill:focus,.textarea-container .textarea-component textarea:-webkit-autofill:active{transition:background-color 0s 600000s,color 0s 600000s!important}.textarea-container .textarea-component.disabled{opacity:.25;pointer-events:none}.textarea-container .textarea-component :has(.active) textarea{border:2px solid #C71D1D}.tag{display:inline-block;border-radius:32px;background-color:#111418;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:12px}@media screen and (max-width:767px){.tag{gap:10px}}.tag span{font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.32px;color:#f5f5f5;white-space:nowrap}.tag .count{opacity:.5}.tag.active{background-color:#c71d1d}.tag.active .count{opacity:1}.tag{transition:all .3s}@media(hover:hover)and (pointer:fine){.tag:hover{background-color:#c71d1d}.tag:hover .count{opacity:1}}.tag.max{padding:12px 24px}@media screen and (max-width:1439px){.tag.max{padding:10px 20px}}@media screen and (max-width:767px){.tag.max{padding:8px 16px}}.tag.min{padding:8px 12px}@media screen and (max-width:767px){.tag.min{padding:6px 12px}}.tag.grey{background-color:#191c22}.check-button{display:flex;flex-direction:row;align-items:center;gap:0;cursor:pointer;padding:8px 12px;border-radius:32px;background-color:#111418;border:none;transition:all .3s}@media screen and (max-width:767px){.check-button{padding:6px 12px}}@media(hover:hover)and (pointer:fine){.check-button:hover{box-shadow:8px 8px 16px #c71d1d52;background-color:#c71d1d}}.check-button .reset{width:0;height:16px;opacity:0;visibility:hidden;transition:all .3s}.check-button span{font-size:16px;font-family:Geologica,sans-serif;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-.32px;color:#f5f5f5;white-space:nowrap}@media screen and (max-width:1439px){.check-button span{font-size:14px}}.check-button.active{background-color:#c71d1d;gap:4px}.check-button.active .reset{width:16px;height:16px;opacity:.5;color:#f5f5f5;visibility:visible}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{background-color:transparent!important;transition:background-color 0s 600000s,color 0s 600000s!important}.datapicker-modal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10;display:flex;align-items:center;justify-content:center}@media screen and (max-width:479px){.datapicker-modal-wrapper{align-items:end;justify-content:end}}.datapicker-modal-wrapper .overlay{position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (max-width:479px){.datapicker-modal-wrapper .overlay{background:#111418bf;backdrop-filter:blur(8px)}}.datapicker-modal-wrapper .close-btn{display:none;cursor:pointer;border-radius:50%;background-color:#c71d1d;align-items:center;justify-content:center;transition:all .3s}@media screen and (max-width:479px){.datapicker-modal-wrapper .close-btn{display:flex;position:absolute;top:16px;right:16px;z-index:10;max-width:40px;min-width:40px;max-height:40px;min-height:40px}}.datapicker-modal-wrapper .close-btn .icon{width:24px;height:24px;opacity:.5}@media screen and (max-width:1439px){.datapicker-modal-wrapper .close-btn .icon{opacity:1}}.datapicker-modal-wrapper .action-row{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:end;gap:8px}.datapicker-modal-wrapper .action-row .btn-default{padding:8px 12px;border-radius:32px}.datapicker-modal-wrapper .action-row .btn-default span{font-size:16px}.datapicker-modal-wrapper .dp__main{background-color:#111418;border-radius:24px;width:auto;z-index:2}@media screen and (max-width:1439px){.datapicker-modal-wrapper .dp__main{border-radius:20px}}@media screen and (max-width:479px){.datapicker-modal-wrapper .dp__main{width:100%;border-radius:0}}.datapicker-modal-wrapper .dp__menu{background-color:#111418;border-radius:24px;border:none;color:#f5f5f5}@media screen and (max-width:1439px){.datapicker-modal-wrapper .dp__menu{border-radius:20px}}@media screen and (max-width:479px){.datapicker-modal-wrapper .dp__menu{width:100%;border-radius:0}}.datapicker-modal-wrapper .dp__calendar_header,.datapicker-modal-wrapper .dp__cell_inner,.datapicker-modal-wrapper .dp__btn{color:#f5f5f5;font-family:Geologica,sans-serif;font-weight:200}.datapicker-modal-wrapper .dp__calendar_header_separator{background-color:#f5f5f540}.datapicker-modal-wrapper .dp__menu_inner{padding:32px 32px 16px}@media screen and (max-width:1439px){.datapicker-modal-wrapper .dp__menu_inner{padding:24px 24px 8px}}@media screen and (max-width:479px){.datapicker-modal-wrapper .dp__menu_inner{padding:32px 16px 8px}}.datapicker-modal-wrapper .dp__action_row{padding:0 32px 32px}@media screen and (max-width:1439px){.datapicker-modal-wrapper .dp__action_row{padding:0 24px 24px}}@media screen and (max-width:479px){.datapicker-modal-wrapper .dp__action_row{padding:0 16px 32x}}.datapicker-modal-wrapper .dp__calendar_header_item{opacity:.5}.datapicker-modal-wrapper .dp--tp-wrap{display:none}.datapicker-modal-wrapper .dp__cell_disabled{color:#f5f5f540}.datapicker-modal-wrapper .dp__active_date{background-color:#c71d1d;color:#f5f5f5}@media(hover:hover)and (pointer:fine){.datapicker-modal-wrapper .dp__date_hover:hover{background-color:#c71d1d40;color:#f5f5f5}}.datapicker-modal-wrapper .dp__today{border:1px solid #C71D1D}@media(hover:hover)and (pointer:fine){.datapicker-modal-wrapper .dp__month_year_select:hover{background-color:#c71d1d;color:#f5f5f5}}@media(hover:hover)and (pointer:fine){.datapicker-modal-wrapper .dp__inner_nav:hover{background-color:#c71d1d;color:#f5f5f5}}.datapicker-modal-wrapper .dp__action_buttons .dp__action_button{border-radius:32px;background-color:#c71d1d;color:#f5f5f5;font-size:16px;font-family:Geologica,sans-serif;padding:8px 12px;height:32px}@media(hover:hover)and (pointer:fine){.datapicker-modal-wrapper .dp__action_buttons .dp__action_button:hover{background-color:#c71d1d}}.datapicker-modal-wrapper .dp__range_start,.datapicker-modal-wrapper .dp__range_end{background-color:#c71d1d;color:#f5f5f5}.datapicker-modal-wrapper .dp__range_between{background-color:#c71d1d40;color:#f5f5f5;border:none}.datapicker-modal-wrapper .dp__selection_preview{display:none}.main-form{width:100%;display:grid;grid-template-columns:45% 43%;align-items:start;justify-content:space-between}@media screen and (max-width:1919px){.main-form{grid-template-columns:37% 43%}}@media screen and (max-width:1439px){.main-form{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:32px}}.main-form .form-button-wrapper{width:100%;display:flex;flex-direction:column;align-items:end;justify-content:end;gap:32px;opacity:1;transition:all .3s}.main-form .form-button-wrapper.disabled{opacity:.5;pointer-events:none}.main-form .fields_group{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media screen and (max-width:1439px){.main-form .fields_group{column-gap:16px;row-gap:32px}}@media screen and (max-width:479px){.main-form .fields_group{grid-template-columns:1fr}}@media screen and (max-width:1919px){.main-form .main-title{font-size:64px}}@media screen and (max-width:1439px){.main-form .main-title{font-size:49px}}.main-form .note a{color:#c71d1d}.sponsor-form,.operator-form,.digital-form,.calculate-form-modal{width:100%;display:flex;flex-direction:column;align-items:flex-start}.sponsor-form .form-title,.operator-form .form-title,.digital-form .form-title,.calculate-form-modal .form-title{font-size:56px;font-weight:300;line-height:100%;margin-bottom:0;font-family:Geologica,sans-serif}@media screen and (max-width:1439px){.sponsor-form .form-title,.operator-form .form-title,.digital-form .form-title,.calculate-form-modal .form-title{font-size:39px}}@media screen and (max-width:767px){.sponsor-form .form-title,.operator-form .form-title,.digital-form .form-title,.calculate-form-modal .form-title{font-size:28px}}.sponsor-form .form-title,.operator-form .form-title,.digital-form .form-title,.calculate-form-modal .form-title{margin-bottom:16px}@media screen and (max-width:767px){.sponsor-form .form-title,.operator-form .form-title,.digital-form .form-title,.calculate-form-modal .form-title{margin-bottom:8px}}.sponsor-form .form-description,.operator-form .form-description,.digital-form .form-description,.calculate-form-modal .form-description{font-family:Geologica,sans-serif;font-weight:200;font-size:24px;line-height:140%}@media screen and (max-width:1439px){.sponsor-form .form-description,.operator-form .form-description,.digital-form .form-description,.calculate-form-modal .form-description{font-size:20px;line-height:130%}}@media screen and (max-width:767px){.sponsor-form .form-description,.operator-form .form-description,.digital-form .form-description,.calculate-form-modal .form-description{font-size:18px}}.sponsor-form .form-description p,.sponsor-form .form-description span,.sponsor-form .form-description a,.sponsor-form .form-description li,.sponsor-form .form-description div,.operator-form .form-description p,.operator-form .form-description span,.operator-form .form-description a,.operator-form .form-description li,.operator-form .form-description div,.digital-form .form-description p,.digital-form .form-description span,.digital-form .form-description a,.digital-form .form-description li,.digital-form .form-description div,.calculate-form-modal .form-description p,.calculate-form-modal .form-description span,.calculate-form-modal .form-description a,.calculate-form-modal .form-description li,.calculate-form-modal .form-description div{font-family:Geologica,sans-serif;font-weight:200;font-size:24px;line-height:140%}@media screen and (max-width:1439px){.sponsor-form .form-description p,.sponsor-form .form-description span,.sponsor-form .form-description a,.sponsor-form .form-description li,.sponsor-form .form-description div,.operator-form .form-description p,.operator-form .form-description span,.operator-form .form-description a,.operator-form .form-description li,.operator-form .form-description div,.digital-form .form-description p,.digital-form .form-description span,.digital-form .form-description a,.digital-form .form-description li,.digital-form .form-description div,.calculate-form-modal .form-description p,.calculate-form-modal .form-description span,.calculate-form-modal .form-description a,.calculate-form-modal .form-description li,.calculate-form-modal .form-description div{font-size:20px;line-height:130%}}@media screen and (max-width:767px){.sponsor-form .form-description p,.sponsor-form .form-description span,.sponsor-form .form-description a,.sponsor-form .form-description li,.sponsor-form .form-description div,.operator-form .form-description p,.operator-form .form-description span,.operator-form .form-description a,.operator-form .form-description li,.operator-form .form-description div,.digital-form .form-description p,.digital-form .form-description span,.digital-form .form-description a,.digital-form .form-description li,.digital-form .form-description div,.calculate-form-modal .form-description p,.calculate-form-modal .form-description span,.calculate-form-modal .form-description a,.calculate-form-modal .form-description li,.calculate-form-modal .form-description div{font-size:18px}}.sponsor-form .form-description,.operator-form .form-description,.digital-form .form-description,.calculate-form-modal .form-description{margin-bottom:64px}@media screen and (max-width:1919px){.sponsor-form .form-description,.operator-form .form-description,.digital-form .form-description,.calculate-form-modal .form-description{margin-bottom:32px}}@media screen and (max-width:767px){.sponsor-form .form-description,.operator-form .form-description,.digital-form .form-description,.calculate-form-modal .form-description{margin-bottom:24px}}.sponsor-form .form-button-wrapper,.operator-form .form-button-wrapper,.digital-form .form-button-wrapper,.calculate-form-modal .form-button-wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;align-items:end;justify-content:start;gap:32px}@media screen and (max-width:767px){.sponsor-form .form-button-wrapper,.operator-form .form-button-wrapper,.digital-form .form-button-wrapper,.calculate-form-modal .form-button-wrapper{gap:24px}}.sponsor-form .fields_group,.operator-form .fields_group,.digital-form .fields_group,.calculate-form-modal .fields_group{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media screen and (max-width:1439px){.sponsor-form .fields_group,.operator-form .fields_group,.digital-form .fields_group,.calculate-form-modal .fields_group{column-gap:16px;row-gap:32px}}@media screen and (max-width:767px){.sponsor-form .fields_group,.operator-form .fields_group,.digital-form .fields_group,.calculate-form-modal .fields_group{display:flex;flex-direction:column;align-items:flex-start;gap:32px}}.sponsor-form .fields_group:has(.checkboxes-container),.operator-form .fields_group:has(.checkboxes-container),.digital-form .fields_group:has(.checkboxes-container),.calculate-form-modal .fields_group:has(.checkboxes-container){display:flex}.sponsor-form .field_container_class,.operator-form .field_container_class,.digital-form .field_container_class,.calculate-form-modal .field_container_class{width:100%}.sponsor-form .checkboxes-container,.operator-form .checkboxes-container,.digital-form .checkboxes-container,.calculate-form-modal .checkboxes-container{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}.sponsor-form .checkboxes-container .checkboxes-wrapper,.operator-form .checkboxes-container .checkboxes-wrapper,.digital-form .checkboxes-container .checkboxes-wrapper,.calculate-form-modal .checkboxes-container .checkboxes-wrapper{width:100%;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:4px}.seo-block{border-radius:24px;position:relative;padding:64px;display:flex;flex-direction:row;align-items:start;justify-content:space-between}@media screen and (max-width:1439px){.seo-block{border-radius:16px;padding:32px}}@media screen and (max-width:1023px){.seo-block{gap:32px;flex-direction:column;align-items:start;justify-content:start}}@media screen and (max-width:767px){.seo-block{gap:24px;border-radius:8px;padding:24px}}@media screen and (max-width:479px){.seo-block{gap:16px;border-radius:0;width:100%;padding:64px 16px}}.seo-block .gradient-block{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:24px;background-image:url(/build/assets/seo-gradient-CSKF_uFG.svg);background-repeat:no-repeat;background-size:cover}@media screen and (max-width:1439px){.seo-block .gradient-block{border-radius:16px}}@media screen and (max-width:767px){.seo-block .gradient-block{border-radius:8px}}@media screen and (max-width:479px){.seo-block .gradient-block{border-radius:0}}.seo-block .title{max-width:37%;z-index:1}@media screen and (max-width:1919px){.seo-block .title{max-width:43%}}@media screen and (max-width:1439px){.seo-block .title{max-width:45%}}@media screen and (max-width:1023px){.seo-block .title{max-width:unset;width:100%}}.seo-block .text{max-width:37%;color:#f5f5f5;font-size:24px;font-style:normal;font-weight:200;line-height:140%;letter-spacing:-.24px;z-index:1}@media screen and (max-width:1919px){.seo-block .text{max-width:43%}}@media screen and (max-width:1439px){.seo-block .text{max-width:45%;font-size:20px;line-height:130%;letter-spacing:-.2px}}@media screen and (max-width:1023px){.seo-block .text{max-width:unset;width:100%}}@media screen and (max-width:767px){.seo-block .text{font-size:18px}}.paginator{width:100%;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;z-index:3}.paginator.hidden{display:none}@media screen and (max-width:479px){.paginator.desktop{display:none}}.paginator.mobile{display:none}@media screen and (max-width:479px){.paginator.mobile{display:flex}}.paginator-item{transition:all .3s;max-width:48px;max-height:48px;min-width:48px;min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#f5f5f5;font-family:Geologica,sans-serif;font-weight:400;font-size:24px;line-height:normal;cursor:pointer;background-color:#111418}@media screen and (max-width:1439px){.paginator-item{max-width:44px;max-height:44px;min-width:44px;min-height:44px;font-size:16px}}@media screen and (max-width:767px){.paginator-item{max-width:40px;max-height:40px;min-width:40px;min-height:40px}}.paginator-item span{font-size:16px}.paginator-item:first-of-type{display:flex;align-items:center;gap:12px;width:auto;height:auto;min-height:unset;min-width:unset;max-height:unset;max-width:unset;margin-right:auto;background-color:transparent;border-radius:24px;padding:0}.paginator-item:first-of-type svg{width:24px;height:24px;opacity:.5}.paginator-item:last-of-type{display:flex;align-items:center;gap:12px;width:auto;height:auto;min-height:unset;min-width:unset;max-height:unset;max-width:unset;margin-left:auto;background-color:transparent;border-radius:24px;padding:0}.paginator-item:last-of-type svg{width:24px;height:24px;opacity:.5}.paginator-item:first-of-type,.paginator-item:last-of-type{padding:0}@media(hover:hover)and (pointer:fine){.paginator-item:first-of-type:hover,.paginator-item:last-of-type:hover{background-color:transparent}.paginator-item:first-of-type:hover span,.paginator-item:last-of-type:hover span{transition:all .3s;opacity:.5}}@media screen and (max-width:767px){.paginator-item:first-of-type,.paginator-item:last-of-type{background-color:#111418;border-radius:50%;padding:8px;display:flex;align-items:center;justify-content:center}.paginator-item:first-of-type span,.paginator-item:last-of-type span{display:none}.paginator-item:first-of-type svg,.paginator-item:last-of-type svg{opacity:1}}@media screen and (max-width:479px){.paginator-item:first-of-type,.paginator-item:last-of-type{background-color:#111418;min-width:40px;min-height:40px;max-width:40px;max-height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0}.paginator-item:first-of-type .text,.paginator-item:last-of-type .text{display:none}.paginator-item:first-of-type .icon,.paginator-item:last-of-type .icon{opacity:1}}.paginator-item:hover{background-color:#c71d1d}.paginator-item:hover span{color:#f5f5f5}.mobile-paginator-item{height:40px;width:100%;display:flex;align-items:center;justify-content:center;background-color:#111418;border-radius:32px}.mobile-paginator-item span{color:#f5f5f5;font-size:16px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-.32px}.paginator-item-active{color:#f5f5f5;background-color:#c71d1d}.paginator-item-disabled{opacity:.25;pointer-events:none}#paginator-wrapper,.vue-paginator{width:100%}.vue-paginator .desktop,.vue-paginator .mobile{display:flex}.breadcrumbs{z-index:5;position:relative}.breadcrumbs.absolute{position:absolute;top:0;left:0;right:0;z-index:3}.breadcrumbs-wrapper{display:flex;align-items:center;flex-wrap:nowrap;gap:4px;padding-top:154px;padding-bottom:64px;overflow-x:auto;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.breadcrumbs-wrapper::-webkit-scrollbar{display:none;width:0!important;height:0!important;background:transparent}.breadcrumbs-wrapper{-ms-overflow-style:none;scrollbar-width:none}@media screen and (max-width:1439px){.breadcrumbs-wrapper{padding-top:122px;padding-bottom:32px;overflow-x:unset}}@media screen and (max-width:1023px){.breadcrumbs-wrapper{padding:120px 32px 32px;width:100%;flex-wrap:nowrap;overflow-x:unset;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.breadcrumbs-wrapper::-webkit-scrollbar{width:0;height:0}}@media screen and (max-width:767px){.breadcrumbs-wrapper{padding:82px 16px 24px}}.breadcrumbs-wrapper .breadcrumbs-item{width:auto;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:32px;background-color:#111418;position:relative}.breadcrumbs-wrapper .breadcrumbs-item span{font-size:12px;font-style:normal;font-weight:250;line-height:100%;letter-spacing:.36px;color:#f5f5f5}@media screen and (max-width:1439px){.breadcrumbs-wrapper .breadcrumbs-item span{font-size:10px}}.breadcrumbs-wrapper .breadcrumbs-item .link{position:absolute;width:100%;height:100%;top:0;left:0;z-index:2}.breadcrumbs-wrapper .breadcrumbs-item.active,.breadcrumbs-wrapper .breadcrumbs-item.pointer-event-none{text-overflow:ellipsis;overflow:hidden}.breadcrumbs-wrapper .breadcrumbs-item.active span,.breadcrumbs-wrapper .breadcrumbs-item.pointer-event-none span{opacity:.25}.breadcrumbs-wrapper .breadcrumbs-item.hidden{visibility:hidden;position:absolute;width:0;height:0;top:0;left:0}.breadcrumbs-wrapper .breadcrumbs-item{transition:all .3s}.breadcrumbs-wrapper .breadcrumbs-item:hover{background-color:#c71d1d}.breadcrumbs-wrapper .group-block{position:relative}.breadcrumbs-wrapper .group-block .ellipsis{border-radius:32px;background-color:#111418;padding:6px 8px;width:min-content;min-width:26px;min-height:22px;display:flex;align-items:center;justify-content:center}.breadcrumbs-wrapper .group-block .ellipsis svg{width:10px;height:10px;opacity:1}.breadcrumbs-wrapper .group-block .dropdown-content{position:absolute;border-radius:8px;background-color:#111418;box-shadow:0 0 128px #00000052;padding:12px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:12px;z-index:10;margin-top:4px;opacity:0;visibility:hidden;transition:all .3s}.breadcrumbs-wrapper .group-block.open .dropdown-content{opacity:1;visibility:visible}.breadcrumbs::-webkit-scrollbar{width:0;height:0}.video-modal{position:fixed;inset:0;width:100%;height:100%;z-index:100;opacity:0;visibility:hidden;transition:all .3s}.video-modal.open{opacity:1;visibility:visible}.video-modal .video-wrapper{width:100%;height:100%;object-fit:cover;z-index:3;position:relative;display:flex;align-items:center;justify-content:center}.video-modal .video-wrapper iframe{object-fit:cover;width:100%;height:auto;aspect-ratio:1.77/1}.video-modal .background-modal{position:absolute;inset:0;width:100%;height:100%;background:#111418bf;backdrop-filter:blur(8px);z-index:2}.video-modal .close{position:absolute;top:65px;right:65px;z-index:3;width:48px;height:48px;padding:0;display:flex;align-items:center;justify-content:center}@media screen and (max-width:1439px){.video-modal .close{width:44px;height:44px}}@media screen and (max-width:767px){.video-modal .close{top:40px;right:40px}}@media screen and (max-width:1439px){.video-modal .close{top:32px;right:32px}}@media screen and (max-width:767px){.video-modal .close{top:24px;right:24px}}.popup-notification{position:fixed;bottom:34px;width:432px;left:calc(50% - 216px);display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;border-radius:16px;background-color:#c71d1d;padding:16px;z-index:20}.popup-notification.error{background-color:#c71d1d;border:2px solid rgba(199,29,29,.25)}.popup-notification.success{background-color:#3f9334;border:2px solid rgba(63,147,52,.25)}@media screen and (max-width:1439px){.popup-notification{padding:12px;border-radius:12px}}@media screen and (max-width:1023px){.popup-notification{bottom:116px;left:calc(50% - 150px)}}@media screen and (max-width:767px){.popup-notification{border-radius:8px;left:16px;bottom:93px;justify-content:space-between;padding:10px;width:calc(100% - 32px)}@supports (bottom: max(0px)){.popup-notification{bottom:calc(env(safe-area-inset-bottom) + 93px)}}}@media screen and (max-width:479px){.popup-notification{bottom:77px}@supports (bottom: max(0px)){.popup-notification{bottom:calc(env(safe-area-inset-bottom) + 77px)}}}.popup-notification .link{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px;cursor:pointer}@media screen and (max-width:1439px){.popup-notification .link{margin-right:32px}}@media screen and (max-width:1023px){.popup-notification .link{margin-right:0}}.popup-notification .main-link{z-index:2}.popup-notification .text-container{display:flex;flex-direction:column;gap:4px;max-width:500px}.popup-notification svg{min-width:24px;min-height:24px;max-width:24px;max-height:24px;color:#f5f5f5}.popup-notification .close{color:#f5f5f5;opacity:.5;cursor:pointer;z-index:3;transition:all .3s}.popup-notification .close:hover{opacity:1}.popup-notification .icon{color:#fff}.popup-notification p{color:#fff;font-size:18px;font-style:normal;font-weight:200;line-height:120%}@media screen and (max-width:1439px){.popup-notification p{font-size:16px}}@media screen and (max-width:767px){.popup-notification p{font-size:14px}}.mini-modal{position:fixed;width:100%;height:100%;top:0;left:0;z-index:13;display:flex;align-items:center;justify-content:center}@media screen and (max-width:767px){.mini-modal{align-items:end;justify-content:end}}.mini-modal .overlay{background:#111418b3;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.mini-modal .close-btn{position:absolute;top:64px;right:64px;cursor:pointer;width:48px;height:48px;border-radius:50%;background-color:#c71d1d;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:2}.mini-modal .close-btn .icon{width:24px;height:24px;opacity:.5}@media screen and (max-width:1439px){.mini-modal .close-btn .icon{opacity:1}}@media screen and (max-width:1439px){.mini-modal .close-btn{width:44px;height:44px}}@media screen and (max-width:767px){.mini-modal .close-btn{top:40px;right:40px}}@media screen and (max-width:1439px){.mini-modal .close-btn{top:32px;right:32px}}@media screen and (max-width:767px){.mini-modal .close-btn{top:24px;right:24px}}.mini-modal .modal-wrapper{border-radius:24px;background:#111418;box-shadow:0 0 128px #00000052;padding:32px;max-width:424px;height:auto;position:relative;z-index:2;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}@media screen and (max-width:1439px){.mini-modal .modal-wrapper{max-width:472px;border-radius:22px}}@media screen and (max-width:767px){.mini-modal .modal-wrapper{border-radius:20px 20px 0 0;max-width:unset;width:100%;padding:32px 16px;position:fixed;bottom:0;right:0;left:0}@supports (padding: max(0px)){.mini-modal .modal-wrapper{padding-bottom:calc(env(safe-area-inset-bottom) + 16px);padding-right:calc(env(safe-area-inset-right) + 16px);padding-left:calc(env(safe-area-inset-left) + 16px)}}}.mini-modal .tags{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.attention-modal{position:fixed;bottom:50px;width:400px;left:calc(50% - 200px);z-index:20;padding:16px;border-radius:16px;border:2px solid rgba(245,245,245,.25);background:#f5f5f5;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:12px}@media screen and (max-width:1439px){.attention-modal{width:371px;padding:12px;border-radius:12px;gap:10px;left:calc(50% - 185px)}}@media screen and (max-width:1023px){.attention-modal{bottom:110px}}@media screen and (max-width:767px){.attention-modal{width:calc(100% - 32px);left:16px;right:16px;bottom:93px}}@media screen and (max-width:479px){.attention-modal{bottom:80px}}.attention-modal.disabled{pointer-events:none;background-color:gray}.attention-modal .icon{color:#111418;min-width:24px;max-width:24px;min-height:24px;max-height:24px}.attention-modal .close{color:#111418;min-width:24px;max-width:24px;min-height:24px;max-height:24px;opacity:.5;cursor:pointer;transition:all .3s;position:absolute;top:16px;right:16px}@media(hover:hover)and (pointer:fine){.attention-modal .close:hover{opacity:1}}@media screen and (max-width:1439px){.attention-modal .close{top:12px;right:12px}}@media screen and (max-width:767px){.attention-modal .close{top:10px;right:10px}}.attention-modal .text-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;max-width:259px;gap:0}@media screen and (max-width:1439px){.attention-modal .text-container{max-width:241px}}@media screen and (max-width:767px){.attention-modal .text-container{max-width:286px;width:calc(100% - 24px);gap:0}}.attention-modal .regular-text{margin-bottom:9px;color:#111418}.attention-modal .small-text{margin-bottom:12px;color:#111418}.attention-modal .buttons-container{display:flex;flex-direction:row;align-items:center;gap:8px}.attention-modal .buttons-container .btn-default{line-height:24px}.default-modal.big-default-modal .modal-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:64px;width:48%;max-width:928px}@media screen and (max-width:1919px){.default-modal.big-default-modal .modal-wrapper{gap:32px;width:56%}}@media screen and (max-width:1439px){.default-modal.big-default-modal .modal-wrapper{gap:32px;width:64%}}@media screen and (max-width:1023px){.default-modal.big-default-modal .modal-wrapper{width:100%}}@media screen and (max-width:767px){.default-modal.big-default-modal .modal-wrapper{gap:24px}}.default-modal.big-default-modal .title-container{display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (max-width:767px){.default-modal.big-default-modal .title-container{gap:8px}}.default-modal.big-default-modal .form-container{width:100%}.calculate-form-modal .modal-wrapper{overflow:hidden;padding-bottom:10px!important}.calculate-form-modal .overflow-container{max-height:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#C71D1D #191C22}.calculate-form-modal .overflow-container::-webkit-scrollbar{width:2px}.calculate-form-modal .overflow-container::-webkit-scrollbar-track{background:#191c22;border-radius:8px}.calculate-form-modal .overflow-container::-webkit-scrollbar-thumb{background-color:#c71d1d;border-radius:8px}.calculate-form-modal .overflow-container{scroll-behavior:smooth}@media screen and (max-width:1023px){.calculate-form-modal .overflow-container::-webkit-scrollbar{width:0;height:0}.calculate-form-modal .overflow-container{scrollbar-width:none}}.calculate-form-modal .overflow-container{padding-bottom:20px}@media screen and (max-width:1919px){.calculate-form-modal .overflow-container{padding-bottom:64px}}@media screen and (max-width:1439px){.calculate-form-modal .overflow-container{padding-bottom:32px}}@media screen and (max-width:1023px){.calculate-form-modal .overflow-container::-webkit-scrollbar{display:none;width:0!important;height:0!important;background:transparent}.calculate-form-modal .overflow-container{-ms-overflow-style:none;scrollbar-width:none}}@media screen and (max-width:767px){.calculate-form-modal .overflow-container{padding-bottom:16px}}.calculate-form-modal .overflow-container .title-container{margin-bottom:64px}@media screen and (max-width:1919px){.calculate-form-modal .overflow-container .title-container{margin-bottom:32px}}@media screen and (max-width:767px){.calculate-form-modal .overflow-container .title-container{margin-bottom:24px}}.calculate-form-modal .field_container_class{margin-bottom:32px}@media screen and (max-width:767px){.calculate-form-modal .field_container_class{margin-bottom:24px}}.calculate-form-modal .field_container_class.field_datapicker{margin-bottom:16px}.calculate-form-modal .field_container_class.field_datapicker label{opacity:.5;padding-left:0}.calculate-form-modal .field_container_class.field_datapicker .field_container_class{margin-bottom:0}.calculate-form-modal .fields_group-contacts{margin-bottom:32px}@media screen and (max-width:767px){.calculate-form-modal .fields_group-contacts{margin-bottom:24px}}.calculate-form-modal .fields_group-contacts .field_container_class{margin-bottom:0}.calculate-form-modal .notes-container{margin-bottom:32px}@media screen and (max-width:767px){.calculate-form-modal .notes-container{margin-bottom:24px}}.calculate-form-modal .steps-line{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:64px}@media screen and (max-width:1919px){.calculate-form-modal .steps-line{margin-bottom:32px}}@media screen and (max-width:1023px){.calculate-form-modal .steps-line{width:20%}}@media screen and (max-width:767px){.calculate-form-modal .steps-line{gap:8px;margin-bottom:24px}}.calculate-form-modal .line{width:100%;height:2px;border-radius:10px;background:#f5f5f540;position:relative}.calculate-form-modal .line:after{content:"";width:0;height:4px;border-radius:3px;background:#c71d1d;position:absolute;left:0;top:-1px;transition:all .3s}.calculate-form-modal .line.active:after{width:100%}.calculate-form-modal .field_datapicker{max-width:384px}.calculate-form-modal .calculate-blocks{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:16px;margin-bottom:32px}@media screen and (max-width:1439px){.calculate-form-modal .calculate-blocks{gap:8px}}@media screen and (max-width:767px){.calculate-form-modal .calculate-blocks{margin-bottom:24px}}@media screen and (max-width:1023px){.calculate-form-modal .calculate-blocks{width:100%;flex-direction:column}}.calculate-form-modal .calculate-block{width:auto;border-radius:16px;background:#111418;padding:32px;display:flex;flex-direction:column;align-items:flex-start;gap:24px}@media screen and (max-width:1919px){.calculate-form-modal .calculate-block{width:auto;gap:32px}}@media screen and (max-width:1439px){.calculate-form-modal .calculate-block{width:auto;gap:16px;padding:16px;border-radius:12px}}@media screen and (max-width:1023px){.calculate-form-modal .calculate-block{width:100%;gap:32px;display:grid;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.calculate-form-modal .calculate-block{border-radius:8px}}@media screen and (max-width:479px){.calculate-form-modal .calculate-block{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}}.calculate-form-modal .calculate-block .text-container{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}@media screen and (max-width:1439px){.calculate-form-modal .calculate-block .text-container{gap:4px}}@media screen and (max-width:479px){.calculate-form-modal .calculate-block .text-container{flex-direction:row;align-items:center;justify-content:space-between}}.calculate-form-modal .buttons-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.calculate-form-modal .buttons-container.end{justify-content:end}.calculate-form-modal .fields_group-contacts{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media screen and (max-width:1439px){.calculate-form-modal .fields_group-contacts{column-gap:16px;row-gap:32px}}@media screen and (max-width:767px){.calculate-form-modal .fields_group-contacts{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:32px}}.calculate-form-modal .notes-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;justify-content:end;align-items:end}.calculate-form-modal .notes-container a{color:#c71d1d}.swiper-component{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:64px}@media screen and (max-width:1439px){.swiper-component{gap:32px}}@media screen and (max-width:767px){.swiper-component{gap:24px}}.swiper-component .title-container .mobile-btn{display:none}@media screen and (max-width:767px){.swiper-component .title-container .mobile-btn{display:flex}.swiper-component .title-container .mobile-btn svg{transform:rotate(-90deg);opacity:1}}.swiper-component .title-container .desktop-btn{display:flex}@media screen and (max-width:767px){.swiper-component .title-container .desktop-btn{display:none}}.swiper-component .swiper-wrapper{padding-bottom:64px}@media screen and (max-width:1439px){.swiper-component .swiper-wrapper{padding-bottom:32px}}@media screen and (max-width:767px){.swiper-component .swiper-wrapper{padding-bottom:24px}}.swiper-component .swiper-scrollbar{position:relative;bottom:unset;top:unset;background-color:#f5f5f540;height:2px;width:100%}.swiper-component .swiper-scrollbar-drag{background-color:#c71d1d;border-radius:24px;height:4px;top:-1px;min-width:100px;position:relative;transition:all .3s}@media(hover:hover)and (pointer:fine){.swiper-component .swiper-scrollbar-drag:hover{cursor:pointer;height:6px;top:-2px}}.swiper-component .swiper-scrollbar-drag.dragging{height:6px;top:-2px}.swiper-component .moving .swiper-scrollbar-drag{transition:height .3s ease,top .3s ease;height:6px;top:-2px}.channels-swiper,.content-swiper,.frames-swiper{overflow:visible}.channels-swiper .swiper-slide,.content-swiper .swiper-slide,.frames-swiper .swiper-slide{width:576px}@media screen and (max-width:1919px){.channels-swiper .swiper-slide,.content-swiper .swiper-slide,.frames-swiper .swiper-slide{width:416px}}@media screen and (max-width:1439px){.channels-swiper .swiper-slide,.content-swiper .swiper-slide,.frames-swiper .swiper-slide{width:472px}}@media screen and (max-width:1023px){.channels-swiper .swiper-slide,.content-swiper .swiper-slide,.frames-swiper .swiper-slide{width:344px}}@media screen and (max-width:767px){.channels-swiper .swiper-slide,.content-swiper .swiper-slide,.frames-swiper .swiper-slide{width:432px}}@media screen and (max-width:479px){.channels-swiper .swiper-slide,.content-swiper .swiper-slide,.frames-swiper .swiper-slide{width:272px}}.blog-swiper{overflow:visible}.blog-swiper .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding-bottom:0}@media screen and (max-width:1439px){.blog-swiper .swiper-wrapper{padding-bottom:32px;display:flex;gap:0}}@media screen and (max-width:767px){.blog-swiper .swiper-wrapper{padding-bottom:24px}}.blog-swiper .blog-swiper-scrollbar{display:none}@media screen and (max-width:1439px){.blog-swiper .blog-swiper-scrollbar{display:flex}}.blog-swiper .swiper-slide{width:100%}@media screen and (max-width:1439px){.blog-swiper .swiper-slide{width:472px}}@media screen and (max-width:1023px){.blog-swiper .swiper-slide{width:344px}}@media screen and (max-width:767px){.blog-swiper .swiper-slide{width:432px}}@media screen and (max-width:479px){.blog-swiper .swiper-slide{width:272px}}.chanel-card{--hover-title-color: inherit;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:24px;position:relative;cursor:pointer}@media screen and (max-width:1439px){.chanel-card{gap:16px}}@media(hover:hover)and (pointer:fine){.chanel-card:hover .image-block .background-block{opacity:1}.chanel-card:hover .image-block .background-block:before{animation:gradientReveal .7s forwards;transition:all .7s}.chanel-card:hover .h4,.chanel-card:hover h4{color:var(--hover-title-color)}.chanel-card:hover .regular-text{opacity:1}}.chanel-card .image-block{width:100%;height:auto;border-radius:24px 24px 0;overflow:hidden;position:relative;padding:4px 0 0 4px}@media screen and (max-width:1439px){.chanel-card .image-block{border-radius:16px 16px 0;padding:0}}@media screen and (max-width:767px){.chanel-card .image-block{border-radius:8px 8px 0}}@media screen and (max-width:479px){.chanel-card .image-block{border-radius:8px}}.chanel-card .background-block{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:1;transform:translateZ(0);overflow:hidden;border-radius:27px}.chanel-card .background-block:before{content:"";position:absolute;bottom:0;left:0;width:0;height:0;background-image:linear-gradient(135deg,var(--hover-title-color) 10%,#191C22 30%,#191C22 100%);animation:gradientRevealReverse .7s forwards;transition:all .7s}@media screen and (max-width:1439px){.chanel-card .background-block{border-radius:18px;display:none}}.chanel-card .media-wrapper{width:100%;height:auto;aspect-ratio:1.78/1;border-radius:24px;overflow:hidden;z-index:2;background-color:#111418}@media screen and (max-width:1439px){.chanel-card .media-wrapper{border-radius:16px}}@media screen and (max-width:767px){.chanel-card .media-wrapper{border-radius:8px}}.chanel-card .media-wrapper img,.chanel-card .media-wrapper .skeleton{width:100%;height:100%;object-fit:cover;border-radius:24px}@media screen and (max-width:1439px){.chanel-card .media-wrapper img,.chanel-card .media-wrapper .skeleton{border-radius:16px}}@media screen and (max-width:767px){.chanel-card .media-wrapper img,.chanel-card .media-wrapper .skeleton{border-radius:8px}}.chanel-card .content-block{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;width:100%;padding:4px 0 0 4px}@media screen and (max-width:1439px){.chanel-card .content-block{gap:8px;padding:0}}.chanel-card .h4,.chanel-card h4{width:100%;overflow:hidden;text-overflow:ellipsis;transition:all .7s;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:110%}.chanel-card .regular-text{width:100%;max-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;opacity:.5;transition:all .7s}@media screen and (max-width:1919px){.chanel-card .regular-text{max-height:66px;-webkit-line-clamp:3}}@media screen and (max-width:1439px){.chanel-card .regular-text{max-height:38px;-webkit-line-clamp:2}}@media screen and (max-width:1023px){.chanel-card .regular-text{max-height:76px;-webkit-line-clamp:4}}@media screen and (max-width:767px){.chanel-card .regular-text{max-height:34px;-webkit-line-clamp:2}}@media screen and (max-width:479px){.chanel-card .regular-text{max-height:68px;-webkit-line-clamp:4}}.chanel-card .mask-container{z-index:3;position:absolute;bottom:-1px;right:0;background-color:#191c22;border-radius:32px 0 0}@media screen and (max-width:1439px){.chanel-card .mask-container{border-radius:21px 0 0}}.chanel-card .mask-container .content-wrapper{width:100%;height:100%;position:relative;padding:16px 0 0 16px}@media screen and (max-width:1439px){.chanel-card .mask-container .content-wrapper{padding:8px 8px 0}}.chanel-card .mask-container .sub{width:16px;height:16px;position:absolute;color:#191c22}@media screen and (max-width:1439px){.chanel-card .mask-container .sub{width:24px;height:24px}}.chanel-card .mask-container .sub.sub-1{top:-16px;right:0}.chanel-card .mask-container .sub.sub-2{bottom:0;left:-16px}.chanel-card .mask-container{max-width:80%}@media screen and (max-width:1919px){.chanel-card .mask-container{border-radius:14px 0 0}.chanel-card .mask-container .content-wrapper{padding:4px 0 0 4px}.chanel-card .mask-container .sub{width:8px;height:8px}.chanel-card .mask-container .sub.sub-1{top:-8px;right:0}.chanel-card .mask-container .sub.sub-2{bottom:0;left:-8px}}@media screen and (max-width:479px){.chanel-card .mask-container{display:none}}.chanel-card .tags-list{display:flex;flex-direction:row;align-items:center;gap:4px;flex-wrap:wrap}.chanel-card .tag{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:8px 12px;border-radius:32px;background:#111418}@media screen and (max-width:1919px){.chanel-card .tag{padding:4px 8px}}.chanel-card .tag span{color:#f5f5f5;font-size:16px;line-height:100%;font-family:Geologica,sans-serif;font-weight:400}@media screen and (max-width:1919px){.chanel-card .tag span{font-size:12px}}.chanel-card .mobile-content{display:none}@media screen and (max-width:479px){.chanel-card .mobile-content{display:flex}}.chanel-card .favorite-btn{position:absolute;z-index:6;top:32px;left:32px}@media screen and (max-width:1919px){.chanel-card .favorite-btn{top:24px;left:24px}}@media screen and (max-width:479px){.chanel-card .favorite-btn{top:16px;left:16px}}.chanel-card.hidden{display:none}.content-card{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:24px;position:relative;cursor:pointer}@media screen and (max-width:1439px){.content-card{gap:16px}}@media(hover:hover)and (pointer:fine){.content-card:hover .image-block .background-block{opacity:1}.content-card:hover .image-block .background-block:before{animation:gradientReveal .7s forwards;transition:all .7s}.content-card:hover .h4,.content-card:hover h4{color:#c71d1d}.content-card:hover .regular-text{opacity:1}}.content-card .image-block{width:100%;height:auto;border-radius:24px 24px 0;overflow:hidden;position:relative;padding:4px 0 0 4px}@media screen and (max-width:1439px){.content-card .image-block{border-radius:16px 16px 0;padding:0}}@media screen and (max-width:767px){.content-card .image-block{border-radius:8px 8px 0}}@media screen and (max-width:479px){.content-card .image-block{border-radius:8px}}.content-card .background-block{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:1;transform:translateZ(0);overflow:hidden;border-radius:27px}.content-card .background-block:before{content:"";position:absolute;bottom:0;left:0;width:0;height:0;background-image:linear-gradient(135deg,#c71d1d 10%,#191c22 30% 100%);animation:gradientRevealReverse .7s forwards;transition:all .7s}@media screen and (max-width:1439px){.content-card .background-block{border-radius:18px;display:none}}.content-card .media-wrapper{width:100%;height:auto;aspect-ratio:1.78/1;border-radius:24px;overflow:hidden;z-index:2;background-color:#111418}@media screen and (max-width:1439px){.content-card .media-wrapper{border-radius:16px}}@media screen and (max-width:767px){.content-card .media-wrapper{border-radius:8px}}.content-card .media-wrapper img,.content-card .media-wrapper .skeleton{width:100%;height:100%;object-fit:cover;border-radius:24px}@media screen and (max-width:1439px){.content-card .media-wrapper img,.content-card .media-wrapper .skeleton{border-radius:16px}}@media screen and (max-width:767px){.content-card .media-wrapper img,.content-card .media-wrapper .skeleton{border-radius:8px}}.content-card .content-block{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;width:100%;padding:4px 0 0 4px}@media screen and (max-width:1439px){.content-card .content-block{gap:8px;padding:0}}.content-card .h4,.content-card h4{width:100%;overflow:hidden;text-overflow:ellipsis;transition:all .7s;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:110%}.content-card .regular-text{width:100%;max-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;opacity:.5;transition:all .7s}@media screen and (max-width:1919px){.content-card .regular-text{max-height:66px;-webkit-line-clamp:3}}@media screen and (max-width:1439px){.content-card .regular-text{max-height:38px;-webkit-line-clamp:2}}@media screen and (max-width:1023px){.content-card .regular-text{max-height:76px;-webkit-line-clamp:4}}@media screen and (max-width:767px){.content-card .regular-text{max-height:34px;-webkit-line-clamp:2}}@media screen and (max-width:479px){.content-card .regular-text{max-height:68px;-webkit-line-clamp:4}}.content-card .mask-container{z-index:3;position:absolute;bottom:-1px;right:0;background-color:#191c22;border-radius:32px 0 0}@media screen and (max-width:1439px){.content-card .mask-container{border-radius:21px 0 0}}.content-card .mask-container .content-wrapper{width:100%;height:100%;position:relative;padding:16px 0 0 16px}@media screen and (max-width:1439px){.content-card .mask-container .content-wrapper{padding:8px 8px 0}}.content-card .mask-container .sub{width:16px;height:16px;position:absolute;color:#191c22}@media screen and (max-width:1439px){.content-card .mask-container .sub{width:24px;height:24px}}.content-card .mask-container .sub.sub-1{top:-16px;right:0}.content-card .mask-container .sub.sub-2{bottom:0;left:-16px}.content-card .mask-container{max-width:80%}@media screen and (max-width:1919px){.content-card .mask-container{border-radius:14px 0 0}.content-card .mask-container .content-wrapper{padding:4px 0 0 4px}.content-card .mask-container .sub{width:8px;height:8px}.content-card .mask-container .sub.sub-1{top:-8px;right:0}.content-card .mask-container .sub.sub-2{bottom:0;left:-8px}}@media screen and (max-width:479px){.content-card .mask-container{display:none}}.content-card .tags-list{display:flex;flex-direction:row;align-items:center;gap:4px;flex-wrap:wrap}.content-card .tag{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:8px 12px;border-radius:32px;background:#111418}@media screen and (max-width:1919px){.content-card .tag{padding:4px 8px}}.content-card .tag span{color:#f5f5f5;font-size:16px;line-height:100%;font-family:Geologica,sans-serif;font-weight:400}@media screen and (max-width:1919px){.content-card .tag span{font-size:12px}}.content-card .mobile-content{display:none}@media screen and (max-width:479px){.content-card .mobile-content{display:flex}}.content-card .favorite-btn{position:absolute;z-index:6;top:32px;left:32px}@media screen and (max-width:1919px){.content-card .favorite-btn{top:24px;left:24px}}@media screen and (max-width:479px){.content-card .favorite-btn{top:16px;left:16px}}.content-card .tags-container.tags-container-card{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px;margin-bottom:0!important;padding-left:0}.content-card .tags-container.tags-container-card .tags-list{width:100%}.content-card .btn-default{z-index:6}.content-card.background .mask-container{background-color:#111418}.content-card.background .tag{background-color:#191c22}.content-card.background .sub{color:#111418}.blog-card{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:24px;position:relative;cursor:pointer}@media screen and (max-width:1439px){.blog-card{gap:16px}}@media(hover:hover)and (pointer:fine){.blog-card:hover .image-block .background-block{opacity:1}.blog-card:hover .image-block .background-block:before{animation:gradientReveal .7s forwards;transition:all .7s}.blog-card:hover .h4,.blog-card:hover h4{color:#c71d1d}.blog-card:hover .regular-text{opacity:1}}.blog-card .image-block{width:100%;height:auto;border-radius:24px 24px 0;overflow:hidden;position:relative;padding:4px 0 0 4px}@media screen and (max-width:1439px){.blog-card .image-block{border-radius:16px 16px 0;padding:0}}@media screen and (max-width:767px){.blog-card .image-block{border-radius:8px 8px 0}}@media screen and (max-width:479px){.blog-card .image-block{border-radius:8px}}.blog-card .background-block{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:1;transform:translateZ(0);overflow:hidden;border-radius:27px}.blog-card .background-block:before{content:"";position:absolute;bottom:0;left:0;width:0;height:0;background-image:linear-gradient(135deg,#c71d1d 10%,#191c22 30% 100%);animation:gradientRevealReverse .7s forwards;transition:all .7s}@media screen and (max-width:1439px){.blog-card .background-block{border-radius:18px;display:none}}.blog-card .media-wrapper{width:100%;height:auto;aspect-ratio:1.78/1;border-radius:24px;overflow:hidden;z-index:2;background-color:#111418}@media screen and (max-width:1439px){.blog-card .media-wrapper{border-radius:16px}}@media screen and (max-width:767px){.blog-card .media-wrapper{border-radius:8px}}.blog-card .media-wrapper img,.blog-card .media-wrapper .skeleton{width:100%;height:100%;object-fit:cover;border-radius:24px}@media screen and (max-width:1439px){.blog-card .media-wrapper img,.blog-card .media-wrapper .skeleton{border-radius:16px}}@media screen and (max-width:767px){.blog-card .media-wrapper img,.blog-card .media-wrapper .skeleton{border-radius:8px}}.blog-card .content-block{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;width:100%;padding:4px 0 0 4px}@media screen and (max-width:1439px){.blog-card .content-block{gap:8px;padding:0}}.blog-card .h4,.blog-card h4{width:100%;overflow:hidden;text-overflow:ellipsis;transition:all .7s;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:110%}.blog-card .regular-text{width:100%;max-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;opacity:.5;transition:all .7s}@media screen and (max-width:1919px){.blog-card .regular-text{max-height:66px;-webkit-line-clamp:3}}@media screen and (max-width:1439px){.blog-card .regular-text{max-height:38px;-webkit-line-clamp:2}}@media screen and (max-width:1023px){.blog-card .regular-text{max-height:76px;-webkit-line-clamp:4}}@media screen and (max-width:767px){.blog-card .regular-text{max-height:34px;-webkit-line-clamp:2}}@media screen and (max-width:479px){.blog-card .regular-text{max-height:68px;-webkit-line-clamp:4}}.blog-card .mask-container{z-index:3;position:absolute;bottom:-1px;right:0;background-color:#191c22;border-radius:32px 0 0}@media screen and (max-width:1439px){.blog-card .mask-container{border-radius:21px 0 0}}.blog-card .mask-container .content-wrapper{width:100%;height:100%;position:relative;padding:16px 0 0 16px}@media screen and (max-width:1439px){.blog-card .mask-container .content-wrapper{padding:8px 8px 0}}.blog-card .mask-container .sub{width:16px;height:16px;position:absolute;color:#191c22}@media screen and (max-width:1439px){.blog-card .mask-container .sub{width:24px;height:24px}}.blog-card .mask-container .sub.sub-1{top:-16px;right:0}.blog-card .mask-container .sub.sub-2{bottom:0;left:-16px}.blog-card .mask-container{max-width:80%}@media screen and (max-width:1919px){.blog-card .mask-container{border-radius:14px 0 0}.blog-card .mask-container .content-wrapper{padding:4px 0 0 4px}.blog-card .mask-container .sub{width:8px;height:8px}.blog-card .mask-container .sub.sub-1{top:-8px;right:0}.blog-card .mask-container .sub.sub-2{bottom:0;left:-8px}}@media screen and (max-width:479px){.blog-card .mask-container{display:none}}.blog-card .tags-list{display:flex;flex-direction:row;align-items:center;gap:4px;flex-wrap:wrap}.blog-card .tag{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:8px 12px;border-radius:32px;background:#111418}@media screen and (max-width:1919px){.blog-card .tag{padding:4px 8px}}.blog-card .tag span{color:#f5f5f5;font-size:16px;line-height:100%;font-family:Geologica,sans-serif;font-weight:400}@media screen and (max-width:1919px){.blog-card .tag span{font-size:12px}}.blog-card .mobile-content{display:none}@media screen and (max-width:479px){.blog-card .mobile-content{display:flex}}.blog-card .favorite-btn{position:absolute;z-index:6;top:32px;left:32px}@media screen and (max-width:1919px){.blog-card .favorite-btn{top:24px;left:24px}}@media screen and (max-width:479px){.blog-card .favorite-btn{top:16px;left:16px}}.blog-card h4{height:auto;overflow:unset;white-space:unset;-webkit-line-clamp:unset}.promo-card{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:24px;position:relative;cursor:pointer}@media screen and (max-width:1439px){.promo-card{gap:16px}}@media(hover:hover)and (pointer:fine){.promo-card:hover .image-block .background-block{opacity:1}.promo-card:hover .image-block .background-block:before{animation:gradientReveal .7s forwards;transition:all .7s}.promo-card:hover .h4,.promo-card:hover h4{color:#c71d1d}.promo-card:hover .regular-text{opacity:1}}.promo-card .image-block{width:100%;height:auto;border-radius:24px 24px 0;overflow:hidden;position:relative;padding:4px 0 0 4px}@media screen and (max-width:1439px){.promo-card .image-block{border-radius:16px 16px 0;padding:0}}@media screen and (max-width:767px){.promo-card .image-block{border-radius:8px 8px 0}}@media screen and (max-width:479px){.promo-card .image-block{border-radius:8px}}.promo-card .background-block{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:1;transform:translateZ(0);overflow:hidden;border-radius:27px}.promo-card .background-block:before{content:"";position:absolute;bottom:0;left:0;width:0;height:0;background-image:linear-gradient(135deg,#c71d1d 10%,#191c22 30% 100%);animation:gradientRevealReverse .7s forwards;transition:all .7s}@media screen and (max-width:1439px){.promo-card .background-block{border-radius:18px;display:none}}.promo-card .media-wrapper{width:100%;height:auto;aspect-ratio:1.78/1;border-radius:24px;overflow:hidden;z-index:2;background-color:#111418}@media screen and (max-width:1439px){.promo-card .media-wrapper{border-radius:16px}}@media screen and (max-width:767px){.promo-card .media-wrapper{border-radius:8px}}.promo-card .media-wrapper img,.promo-card .media-wrapper .skeleton{width:100%;height:100%;object-fit:cover;border-radius:24px}@media screen and (max-width:1439px){.promo-card .media-wrapper img,.promo-card .media-wrapper .skeleton{border-radius:16px}}@media screen and (max-width:767px){.promo-card .media-wrapper img,.promo-card .media-wrapper .skeleton{border-radius:8px}}.promo-card .content-block{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;width:100%;padding:4px 0 0 4px}@media screen and (max-width:1439px){.promo-card .content-block{gap:8px;padding:0}}.promo-card .h4,.promo-card h4{width:100%;overflow:hidden;text-overflow:ellipsis;transition:all .7s;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:110%}.promo-card .regular-text{width:100%;max-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;opacity:.5;transition:all .7s}@media screen and (max-width:1919px){.promo-card .regular-text{max-height:66px;-webkit-line-clamp:3}}@media screen and (max-width:1439px){.promo-card .regular-text{max-height:38px;-webkit-line-clamp:2}}@media screen and (max-width:767px){.promo-card .regular-text{max-height:34px;-webkit-line-clamp:2}}.promo-card .mask-container{z-index:3;position:absolute;bottom:-1px;right:0;background-color:#191c22;border-radius:32px 0 0}@media screen and (max-width:1439px){.promo-card .mask-container{border-radius:21px 0 0}}.promo-card .mask-container .content-wrapper{width:100%;height:100%;position:relative;padding:16px 0 0 16px}@media screen and (max-width:1439px){.promo-card .mask-container .content-wrapper{padding:8px 8px 0}}.promo-card .mask-container .sub{width:16px;height:16px;position:absolute;color:#191c22}@media screen and (max-width:1439px){.promo-card .mask-container .sub{width:24px;height:24px}}.promo-card .mask-container .sub.sub-1{top:-16px;right:0}.promo-card .mask-container .sub.sub-2{bottom:0;left:-16px}.promo-card .mask-container{max-width:80%}@media screen and (max-width:1919px){.promo-card .mask-container{border-radius:14px 0 0}.promo-card .mask-container .content-wrapper{padding:4px 0 0 4px}.promo-card .mask-container .sub{width:8px;height:8px}.promo-card .mask-container .sub.sub-1{top:-8px;right:0}.promo-card .mask-container .sub.sub-2{bottom:0;left:-8px}}@media screen and (max-width:479px){.promo-card .mask-container{display:none}}.promo-card .tags-list{display:flex;flex-direction:row;align-items:center;gap:4px;flex-wrap:wrap}.promo-card .tag{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:8px 12px;border-radius:32px;background:#111418}@media screen and (max-width:1919px){.promo-card .tag{padding:4px 8px}}.promo-card .tag span{color:#f5f5f5;font-size:16px;line-height:100%;font-family:Geologica,sans-serif;font-weight:400}@media screen and (max-width:1919px){.promo-card .tag span{font-size:12px}}.promo-card .mobile-content{display:none}@media screen and (max-width:479px){.promo-card .mobile-content{display:flex}}.promo-card .favorite-btn{position:absolute;z-index:6;top:32px;left:32px}@media screen and (max-width:1919px){.promo-card .favorite-btn{top:24px;left:24px}}@media screen and (max-width:479px){.promo-card .favorite-btn{top:16px;left:16px}}.promo-card.hidden{display:none}.promo-card .h4{-webkit-line-clamp:2;height:auto}.promo-card .download-container{z-index:2;width:100%;display:flex;flex-direction:row;align-items:center;align-items:start}.promo-card .regular-text{max-height:66px;display:-webkit-box;-webkit-line-clamp:3}@media screen and (max-width:1919px){.promo-card .regular-text{max-height:88px;-webkit-line-clamp:4}}@media screen and (max-width:1439px){.promo-card .regular-text{max-height:57px;-webkit-line-clamp:3}}@media screen and (max-width:1023px){.promo-card .regular-text{max-height:76px;-webkit-line-clamp:4}}@media screen and (max-width:767px){.promo-card .regular-text{max-height:51px;-webkit-line-clamp:2}}@media screen and (max-width:479px){.promo-card .regular-text{max-height:68px;-webkit-line-clamp:4}}.promo-card .mask-container{border-radius:32px 0 0}@media(max-width:1919px){.promo-card .mask-container{border-radius:14px 0 0}}.promo-card .mask-container .content-wrapper{padding:16px 0 0 16px}@media(max-width:1919px){.promo-card .mask-container .content-wrapper{padding:4px 0 0 4px}}.promo-card .mask-container .sub{width:16px;height:16px}@media(max-width:1919px){.promo-card .mask-container .sub-1{top:-16px!important}}.promo-card .mask-container .sub.sub-2{left:-16px}@media(max-width:1919px){.promo-card .mask-container .sub.sub-2{left:-12px!important}}.promo-card .tag{padding:0}.promo-card .tag span{padding:8px 12px;font-size:16px}@media(max-width:1919px){.promo-card .tag span{padding:4px 8px;font-size:12px}}.promo-card.background .mask-container{background-color:#111418}.promo-card.background .tag{background-color:#191c22}.promo-card.background .sub{color:#111418}.blog-card .mask-container{border-radius:32px 0 0}@media(max-width:1919px){.blog-card .mask-container{border-radius:14px 0 0}}.blog-card .mask-container .content-wrapper{padding:16px 0 0 16px}@media(max-width:1919px){.blog-card .mask-container .content-wrapper{padding:4px 0 0 4px}}.blog-card .mask-container .sub{width:16px;height:16px}@media(max-width:1919px){.blog-card .mask-container .sub-1{top:-16px!important}}.blog-card .mask-container .sub.sub-2{left:-16px}.blog-card .tag{padding:0}.blog-card .tag span{padding:8px 12px;font-size:16px}@media(max-width:1919px){.blog-card .tag span{padding:4px 8px;font-size:12px}}.schedule-card{--hover-title-color: inherit;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:24px;position:relative;cursor:pointer}@media screen and (max-width:1439px){.schedule-card{gap:16px}}@media(hover:hover)and (pointer:fine){.schedule-card:hover .image-block .background-block{opacity:1}.schedule-card:hover .image-block .background-block:before{animation:gradientReveal .7s forwards;transition:all .7s}.schedule-card:hover .h4,.schedule-card:hover h4{color:var(--hover-title-color)}.schedule-card:hover .regular-text{opacity:1}}.schedule-card .image-block{width:100%;height:auto;border-radius:24px 24px 0;overflow:hidden;position:relative;padding:4px 0 0 4px}@media screen and (max-width:1439px){.schedule-card .image-block{border-radius:16px 16px 0;padding:0}}@media screen and (max-width:767px){.schedule-card .image-block{border-radius:8px 8px 0}}@media screen and (max-width:479px){.schedule-card .image-block{border-radius:8px}}.schedule-card .background-block{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:1;transform:translateZ(0);overflow:hidden;border-radius:27px}.schedule-card .background-block:before{content:"";position:absolute;bottom:0;left:0;width:0;height:0;background-image:linear-gradient(135deg,var(--hover-title-color) 10%,#191C22 30%,#191C22 100%);animation:gradientRevealReverse .7s forwards;transition:all .7s}@media screen and (max-width:1439px){.schedule-card .background-block{border-radius:18px;display:none}}.schedule-card .media-wrapper{width:100%;height:auto;aspect-ratio:1.78/1;border-radius:24px;overflow:hidden;z-index:2;background-color:#111418}@media screen and (max-width:1439px){.schedule-card .media-wrapper{border-radius:16px}}@media screen and (max-width:767px){.schedule-card .media-wrapper{border-radius:8px}}.schedule-card .media-wrapper img,.schedule-card .media-wrapper .skeleton{width:100%;height:100%;object-fit:cover;border-radius:24px}@media screen and (max-width:1439px){.schedule-card .media-wrapper img,.schedule-card .media-wrapper .skeleton{border-radius:16px}}@media screen and (max-width:767px){.schedule-card .media-wrapper img,.schedule-card .media-wrapper .skeleton{border-radius:8px}}.schedule-card .content-block{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;width:100%;padding:4px 0 0 4px}@media screen and (max-width:1439px){.schedule-card .content-block{gap:8px;padding:0}}.schedule-card .h4,.schedule-card h4{width:100%;overflow:hidden;text-overflow:ellipsis;transition:all .7s;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:110%}.schedule-card .regular-text{width:100%;max-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;opacity:.5;transition:all .7s}@media screen and (max-width:1919px){.schedule-card .regular-text{max-height:66px;-webkit-line-clamp:3}}@media screen and (max-width:1439px){.schedule-card .regular-text{max-height:38px;-webkit-line-clamp:2}}@media screen and (max-width:1023px){.schedule-card .regular-text{max-height:76px;-webkit-line-clamp:4}}@media screen and (max-width:767px){.schedule-card .regular-text{max-height:34px;-webkit-line-clamp:2}}@media screen and (max-width:479px){.schedule-card .regular-text{max-height:68px;-webkit-line-clamp:4}}.schedule-card .mask-container{z-index:3;position:absolute;bottom:-1px;right:0;background-color:#191c22;border-radius:32px 0 0}@media screen and (max-width:1439px){.schedule-card .mask-container{border-radius:21px 0 0}}.schedule-card .mask-container .content-wrapper{width:100%;height:100%;position:relative;padding:16px 0 0 16px}@media screen and (max-width:1439px){.schedule-card .mask-container .content-wrapper{padding:8px 8px 0}}.schedule-card .mask-container .sub{width:16px;height:16px;position:absolute;color:#191c22}@media screen and (max-width:1439px){.schedule-card .mask-container .sub{width:24px;height:24px}}.schedule-card .mask-container .sub.sub-1{top:-16px;right:0}.schedule-card .mask-container .sub.sub-2{bottom:0;left:-16px}.schedule-card .mask-container{max-width:80%}@media screen and (max-width:1919px){.schedule-card .mask-container{border-radius:14px 0 0}.schedule-card .mask-container .content-wrapper{padding:4px 0 0 4px}.schedule-card .mask-container .sub{width:8px;height:8px}.schedule-card .mask-container .sub.sub-1{top:-8px;right:0}.schedule-card .mask-container .sub.sub-2{bottom:0;left:-8px}}@media screen and (max-width:479px){.schedule-card .mask-container{display:none}}.schedule-card .tags-list{display:flex;flex-direction:row;align-items:center;gap:4px;flex-wrap:wrap}.schedule-card .tag{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:8px 12px;border-radius:32px;background:#111418}@media screen and (max-width:1919px){.schedule-card .tag{padding:4px 8px}}.schedule-card .tag span{color:#f5f5f5;font-size:16px;line-height:100%;font-family:Geologica,sans-serif;font-weight:400}@media screen and (max-width:1919px){.schedule-card .tag span{font-size:12px}}.schedule-card .mobile-content{display:none}@media screen and (max-width:479px){.schedule-card .mobile-content{display:flex}}.schedule-card .favorite-btn{position:absolute;z-index:6;top:32px;left:32px}@media screen and (max-width:1919px){.schedule-card .favorite-btn{top:24px;left:24px}}@media screen and (max-width:479px){.schedule-card .favorite-btn{top:16px;left:16px}}.schedule-card{overflow:hidden}.schedule-card .card-image{width:100%;height:auto;aspect-ratio:1.78/1;border-radius:24px;overflow:hidden;z-index:2;position:relative;background-color:transparent;object-fit:cover}@media screen and (max-width:1439px){.schedule-card .card-image{border-radius:16px}}@media screen and (max-width:767px){.schedule-card .card-image{border-radius:8px}}.schedule-card .schedule-list{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.schedule-card .schedule-item{position:relative;display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:nowrap;overflow:hidden;width:100%}@media screen and (max-width:1439px){.schedule-card .schedule-item{gap:8px}}@media screen and (max-width:767px){.schedule-card .schedule-item{gap:6px}}.schedule-card .schedule-item .desk{white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden;display:inline-block}.schedule-card .schedule-item .time{width:40px}@media screen and (max-width:1439px){.schedule-card .schedule-item .time{width:32px}}.schedule-card .schedule-item.grey{color:#f5f5f540}.schedule-card .schedule-item.active{display:flex;flex-direction:row;align-items:center;gap:6px}.schedule-card .schedule-item.active .time{width:50px}@media screen and (max-width:1439px){.schedule-card .schedule-item.active .time{width:45px}}.skeletor-card{border-radius:24px}@media screen and (max-width:1439px){.skeletor-card{border-radius:16px}}@media screen and (max-width:767px){.skeletor-card{border-radius:8px}}.content-animate-block{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;padding-bottom:67px;position:relative}@media screen and (max-width:1919px){.content-animate-block{padding-bottom:100px}}@media screen and (max-width:1439px){.content-animate-block{padding-bottom:96px}}@media screen and (max-width:1023px){.content-animate-block{flex-direction:column-reverse;align-items:center;gap:32px;padding-bottom:20px;width:100%;margin:0;overflow:hidden;padding-left:32px;padding-right:32px}}@media screen and (max-width:767px){.content-animate-block{gap:0;width:100%;padding-left:16px;padding-right:16px}}@media screen and (max-width:479px){.content-animate-block{padding-bottom:60px}}.content-animate-block .main-link{z-index:10}.content-animate-block .content-block{max-width:40%;display:flex;flex-direction:column;align-items:flex-start;z-index:2}@media screen and (max-width:1439px){.content-animate-block .content-block{max-width:49%}}@media screen and (max-width:1023px){.content-animate-block .content-block{max-width:unset;width:100%;justify-content:start;align-items:center}}.content-animate-block .content-block .h1{margin-bottom:16px;max-width:80%}@media screen and (max-width:1919px){.content-animate-block .content-block .h1{max-width:100%}}@media screen and (max-width:1023px){.content-animate-block .content-block .h1{width:100%;text-align:center}}@media screen and (max-width:767px){.content-animate-block .content-block .h1{margin-bottom:8px}}.content-animate-block .content-block .big-text{margin-bottom:48px;color:#f5f5f5bf;max-width:90%}@media screen and (max-width:1919px){.content-animate-block .content-block .big-text{max-width:100%}}@media screen and (max-width:1439px){.content-animate-block .content-block .big-text{margin-bottom:32px}}@media screen and (max-width:1023px){.content-animate-block .content-block .big-text{text-align:center}}@media screen and (max-width:767px){.content-animate-block .content-block .big-text{margin-bottom:24px}}.content-animate-block .cards-block{width:49%;height:495px;position:relative;z-index:2}@media screen and (max-width:1919px){.content-animate-block .cards-block{height:360px}}@media screen and (max-width:1439px){.content-animate-block .cards-block{transform:scale(.7);height:auto}}@media screen and (max-width:1023px){.content-animate-block .cards-block{width:100%;height:397px;transform:scale(1)}}@media screen and (max-width:767px){.content-animate-block .cards-block{height:252px;transform:scale(.5)}}@media screen and (max-width:479px){.content-animate-block .cards-block{height:162px;transform:scale(.4)}}.content-animate-block .cards-block .card{aspect-ratio:1.78/1;height:auto;border-radius:16px;position:absolute;top:calc(50% - 135px);left:calc(50% - 240px);z-index:1;transition:all .3s;overflow:hidden}@media screen and (max-width:1919px){.content-animate-block .cards-block .card{top:calc(50% - 98px);left:calc(50% - 174px)}}@media screen and (max-width:1919px){.content-animate-block .cards-block .card{top:calc(50% - 80px)}}@media screen and (max-width:1023px){.content-animate-block .cards-block .card{top:0;left:calc(50% - 188px)}}.content-animate-block .cards-block .card img{width:100%;height:100%;object-fit:cover;border-radius:16px}.content-animate-block .cards-block .card .skeleton{border-radius:16px;width:100%;height:100%}.content-animate-block .cards-block .card.card-center{z-index:5;width:480px}@media screen and (max-width:1919px){.content-animate-block .cards-block .card.card-center{width:348px}}@media screen and (max-width:1439px){.content-animate-block .cards-block .card.card-center{transform:rotate(-2.613deg) translateY(40%) translate(7%)}}@media screen and (max-width:1023px){.content-animate-block .cards-block .card.card-center{width:377px;transform:rotate(-2.613deg) translateY(75%) translate(0)}}@media screen and (max-width:767px){.content-animate-block .cards-block .card.card-center{width:377px;transform:rotate(-2.613deg) translateY(55%) translate(0)}}.content-animate-block .cards-block .card.card-back-1{width:399px;z-index:4}@media screen and (max-width:1919px){.content-animate-block .cards-block .card.card-back-1{width:290px}}@media screen and (max-width:1439px){.content-animate-block .cards-block .card.card-back-1{transform:rotate(-9.083deg) translateY(20%) translate(-48%)}}@media screen and (max-width:1023px){.content-animate-block .cards-block .card.card-back-1{width:315px;transform:rotate(-5.741deg) translateY(68%) translate(-60%)}}@media screen and (max-width:767px){.content-animate-block .cards-block .card.card-back-1{width:315px;transform:rotate(-5.741deg) translateY(48%) translate(-60%)}}.content-animate-block .cards-block .card.card-back-2{width:325px;filter:blur(2px);z-index:3}@media screen and (max-width:1919px){.content-animate-block .cards-block .card.card-back-2{width:236px}}@media screen and (max-width:1439px){.content-animate-block .cards-block .card.card-back-2{transform:rotate(-5.741deg) translateY(-27%) translate(-10%)}}@media screen and (max-width:1023px){.content-animate-block .cards-block .card.card-back-2{width:256px;transform:rotate(-5.741deg) translateY(35%) translate(-25%)}}@media screen and (max-width:767px){.content-animate-block .cards-block .card.card-back-2{width:256px;transform:rotate(-5.741deg) translateY(5%) translate(-25%)}}.content-animate-block .cards-block .card.card-back-3{width:226px;filter:blur(4px);z-index:1}@media screen and (max-width:1919px){.content-animate-block .cards-block .card.card-back-3{width:164px}}@media screen and (max-width:1439px){.content-animate-block .cards-block .card.card-back-3{transform:rotate(-1.115deg) translateY(-25%) translate(90%)}}@media screen and (max-width:1023px){.content-animate-block .cards-block .card.card-back-3{width:178px;transform:rotate(-1.115deg) translateY(65%) translate(80%)}}@media screen and (max-width:767px){.content-animate-block .cards-block .card.card-back-3{width:178px;transform:rotate(-1.115deg) translateY(45%) translate(80%)}}.content-animate-block .cards-block .card.card-back-4{width:361px;filter:blur(1px);z-index:2}@media screen and (max-width:1919px){.content-animate-block .cards-block .card.card-back-4{width:263px}}@media screen and (max-width:1439px){.content-animate-block .cards-block .card.card-back-4{transform:rotate(13.997deg) translateY(-34%) translate(90%)}}@media screen and (max-width:1023px){.content-animate-block .cards-block .card.card-back-4{width:285px;transform:rotate(13.997deg) translateY(25%) translate(87%)}}@media screen and (max-width:767px){.content-animate-block .cards-block .card.card-back-4{width:285px;transform:rotate(13.997deg) translateY(5%) translate(87%)}}.content-animate-block .cards-block .card-back-1,.content-animate-block .cards-block .card-back-2,.content-animate-block .cards-block .card-back-3,.content-animate-block .cards-block .card-back-4{transform:scale(.8)}.content-animate-block .cards-block .card-back-1:after,.content-animate-block .cards-block .card-back-2:after,.content-animate-block .cards-block .card-back-3:after,.content-animate-block .cards-block .card-back-4:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#862d3133 0% 100%);pointer-events:none;z-index:1}.content-animate-block .cards-block.animate .card-back-1,.content-animate-block .cards-block.animate .card-back-2,.content-animate-block .cards-block.animate .card-back-3,.content-animate-block .cards-block.animate .card-back-4{transform:scale(1)}.content-animate-block .cards-block.animate .card-center{transform:rotate(-2.613deg) translateY(40%) translate(7%)}.content-animate-block .cards-block.animate .card-back-1{transform:rotate(-9.083deg) translateY(20%) translate(-48%);background:linear-gradient(0deg,#862d3133 0% 100%)}.content-animate-block .cards-block.animate .card-back-2{transform:rotate(-5.741deg) translateY(-27%) translate(-10%)}.content-animate-block .cards-block.animate .card-back-3{transform:rotate(-1.115deg) translateY(-25%) translate(90%)}.content-animate-block .cards-block.animate .card-back-4{transform:rotate(13.997deg) translateY(-34%) translate(90%)}.content-animate-block .gradient-block{position:absolute;bottom:-500px;left:-50px;width:1000px;aspect-ratio:1/1;height:auto;background-size:100%;background-position:center;background-image:url(/build/assets/circle-gradient-BMuOc974.svg);filter:blur(24px);z-index:0}@media screen and (max-width:1919px){.content-animate-block .gradient-block{width:800px;bottom:-410px;left:-73px}}@media screen and (max-width:1439px){.content-animate-block .gradient-block{width:500px;bottom:-200px;left:-100px;filter:blur(50px)}}@media screen and (max-width:1023px){.content-animate-block .gradient-block{width:800px;bottom:-350px;left:calc(50% - 350px)}}@media screen and (max-width:767px){.content-animate-block .gradient-block{left:0;bottom:-30%;filter:none;width:100%;background-size:cover;background-repeat:no-repeat;border-radius:0;mask-image:linear-gradient(to top,#000 60%,#0000);-webkit-mask-image:linear-gradient(to top,rgb(0,0,0) 80%,rgba(0,0,0,0))}}@media screen and (max-width:479px){.content-animate-block .gradient-block{bottom:-20%;mask-image:linear-gradient(to top,#000 60%,#0000);-webkit-mask-image:linear-gradient(to top,rgb(0,0,0) 90%,rgba(0,0,0,0))}}.content-animate-block .btn-default.active{box-shadow:8px 8px 16px #c71d1d52;background-color:#c71d1d}.content-animate-block .btn-default.active .icon{animation:pulse-in .15s ease forwards}.animate-block{border-radius:24px;background:#111418;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:30px;position:relative}.animate-block .desktop{display:flex}@media screen and (max-width:1023px){.animate-block .desktop{display:none}}.animate-block .mobile{display:none}@media screen and (max-width:1023px){.animate-block .mobile{display:flex}}@media screen and (max-width:1439px){.animate-block{gap:5px}}@media screen and (max-width:1023px){.animate-block{flex-direction:column;align-items:center;justify-content:start;gap:42px;padding:32px 32px 0;border-radius:16px;min-height:650px}}@media screen and (max-width:767px){.animate-block{gap:25px;padding:24px 24px 0;border-radius:8px;min-height:500px;overflow:hidden}}@media screen and (max-width:479px){.animate-block{width:100%;margin-left:0;margin-right:0;gap:30px;padding:64px 16px 0;border-radius:0;min-height:540px}}.animate-block .text-block{max-width:40%;padding:64px 0 64px 64px;display:flex;flex-direction:column;align-items:start;justify-content:start}@media screen and (max-width:1919px){.animate-block .text-block{max-width:37%}}@media screen and (max-width:1439px){.animate-block .text-block{padding:32px 0 32px 32px}}@media screen and (max-width:1023px){.animate-block .text-block{align-items:center;max-width:100%;width:100%;padding:0}}.animate-block .text-block .h1{margin-bottom:16px}@media screen and (max-width:1023px){.animate-block .text-block .h1{width:100%;text-align:center}}@media screen and (max-width:767px){.animate-block .text-block .h1{margin-bottom:8px}}.animate-block .text-block .big-text{margin-bottom:64px}@media screen and (max-width:1439px){.animate-block .text-block .big-text{margin-bottom:32px}}@media screen and (max-width:1023px){.animate-block .text-block .big-text{width:100%;text-align:center}}@media screen and (max-width:767px){.animate-block .text-block .big-text{margin-bottom:24px}}.animate-block .back-image{position:absolute;bottom:0;right:5%;z-index:1;width:756px;height:484px}@media screen and (max-width:1919px){.animate-block .back-image{width:670px;height:428px;bottom:20%;right:3%}}@media screen and (max-width:1439px){.animate-block .back-image{width:476px;height:304px}}@media screen and (max-width:1023px){.animate-block .back-image{width:557px;height:357px;bottom:0;right:calc(50% - 278.5px)}}@media screen and (max-width:767px){.animate-block .back-image{width:404px;height:259px;right:calc(50% - 202px)}}@media screen and (max-width:479px){.animate-block .back-image{width:289px;height:186px;right:calc(50% - 144.5px)}}.animate-block .front-image{position:absolute;bottom:0;right:15%;z-index:2;width:570px;height:332px}@media screen and (max-width:1023px){.animate-block .front-image{transform:scale(.8);bottom:-5%}}@media screen and (max-width:767px){.animate-block .front-image{width:392px;height:216px;transform:scale(1);bottom:0}}@media screen and (max-width:479px){.animate-block .front-image{width:282px;height:155px}}.animate-block .gradient-block{position:absolute;inset:0;width:100%;height:100%;background-image:url(/build/assets/animate-block-gradient-3-BZaioy_w.svg);background-size:cover;z-index:0;border-radius:24px}@media screen and (max-width:1023px){.animate-block .gradient-block{border-radius:16px}}@media screen and (max-width:767px){.animate-block .gradient-block{border-radius:8px}}@media screen and (max-width:479px){.animate-block .gradient-block{border-radius:0}}.leaders-slider-container{background-color:#111418;padding-top:128px;padding-bottom:64px}@media screen and (max-width:1439px){.leaders-slider-container{padding-top:96px;padding-bottom:64px}}@media screen and (max-width:767px){.leaders-slider-container{padding-top:64px;padding-bottom:40px}}.leaders-slider-container .swiper-component{margin-bottom:0!important}#preloader{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;pointer-events:none;overflow:hidden}@media screen and (max-width:1439px){#preloader{display:none}}.preloader-top,.preloader-bottom{position:absolute;width:100%;height:calc(50% - 2px);background-color:#111418;transition:transform 1.2s ease-in-out;z-index:10001}.preloader-top{top:0}.preloader-bottom{bottom:0}.preloader-line{width:100%;height:4px;position:absolute;top:calc(50% - 2px);left:0;z-index:10002}.preloader-line:before,.preloader-line:after{content:"";position:absolute;top:0;height:4px;width:40%;background-color:#111418;transition:width var(--preloader-duration, 1s) ease-in-out}.preloader-line:before{left:0}.preloader-line:after{right:0}.preloader-line.shrink:before,.preloader-line.shrink:after{width:0}@keyframes lineLeftPulse{0%{width:20%}to{width:40%}}@keyframes lineRightPulse{0%{width:40%}to{width:20%}}#preloader.open .preloader-top{transform:translateY(-100%)}#preloader.open .preloader-bottom{transform:translateY(100%)}.cookie-notification{--bg-color: inherit;--text-color: inherit;--main-color: inherit;--main-font: inherit;--border-radius: inherit;position:fixed;bottom:16px;right:16px;z-index:13;display:flex;flex-direction:column;gap:16px;align-items:start;justify-content:start;max-width:512px;padding:16px;border-radius:var(--border-radius);background:var(--bg-color);visibility:hidden;opacity:0;transition:all .3s}.cookie-notification.show{visibility:visible;opacity:1;transition:all .3s;position:fixed!important}@media screen and (max-width:1439px){.cookie-notification{max-width:unset;flex-direction:row;align-items:start;justify-content:space-between;gap:16px;border-radius:0;right:0}}@media screen and (max-width:767px){.cookie-notification{padding:16px 8px;gap:8px}}@media screen and (max-width:479px){.cookie-notification{flex-direction:column;align-items:center;justify-content:center}}.cookie-notification svg{width:24px;height:24px;color:var(--main-color)}.cookie-notification .text{color:var(--text-color);font-family:var(--main-font);font-size:12px;font-style:normal;font-weight:250;line-height:100%;letter-spacing:.36px}@media screen and (max-width:1439px){.cookie-notification .text{flex:1}}@media screen and (max-width:479px){.cookie-notification .text{text-align:center}}.cookie-notification .text a{position:relative;color:var(--main-color);cursor:pointer;text-decoration:none;transition:opacity .3s ease}.cookie-notification .text a:hover{opacity:.7}.cookie-notification .btn{padding:12px 30px}.cookie-notification .btn span{display:block}.cookie-notification .btn-default{padding:8px 20px}.cookie-notification .btn-default span{font-size:16px;line-height:100%}.cookie-notification .default-cookie-btn{padding:11px 20px;border-radius:8px;background:var(--main-color);color:var(--text-color);font-family:var(--main-font);font-size:16px;font-style:normal;font-weight:400;line-height:normal;transition:background .3s ease;border:1px solid var(--main-color)}.cookie-notification .default-cookie-btn:hover{background:transparent;color:#fff}.main-page{overflow-x:hidden}.main-page::-webkit-scrollbar{display:none;width:0!important;height:0!important;background:transparent}.main-page{-ms-overflow-style:none;scrollbar-width:none}.main-page h1{z-index:4}.main-page .animation-slider{position:relative}.main-page .animation-slider .swiper{z-index:3}.main-page .animation-slider .swiper-wrapper{align-items:end}.main-page .animation-slider .gradient-block.desktop{background-image:url(/build/assets/gradient-animate-slider-2-DHKp4cKP.svg);background-size:contain;background-repeat:no-repeat;width:1700px;height:600px;position:absolute;bottom:0;left:-15%;-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,0),rgb(0,0,0) 100%),linear-gradient(to bottom,rgba(0,0,0,0),rgb(0,0,0) 10%);mask-image:linear-gradient(to right,#0000,#000),linear-gradient(to bottom,#0000,#000 10%);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (max-width:1919px){.main-page .animation-slider .gradient-block.desktop{aspect-ratio:2.8/1;height:auto;width:1300px;left:-20%}}@media screen and (max-width:1439px){.main-page .animation-slider .gradient-block.desktop{width:900px}}@media screen and (max-width:1023px){.main-page .animation-slider .gradient-block.desktop{display:none}}.main-page .animation-slider .gradient-block.mobile{display:none;background-image:url(/build/assets/gradient-animate-slider-mobile-Cp_HDJTc.svg);background-size:cover;background-repeat:no-repeat}@media screen and (max-width:1023px){.main-page .animation-slider .gradient-block.mobile{display:flex;position:absolute;bottom:0;left:0;width:100%;height:70%}}@media screen and (max-width:479px){.main-page .animation-slider .gradient-block.mobile{height:50%;bottom:0}}.main-page .animation-slider .animation-swiper{overflow:visible}@media screen and (max-width:1023px){.main-page .animation-slider .animation-swiper{width:100%;padding:0 32px}}@media screen and (max-width:767px){.main-page .animation-slider .animation-swiper{padding:0 16px}}.main-page .animation-slider .swiper-slide{display:flex;flex-direction:row;align-items:end;justify-content:space-between}@media screen and (max-width:1023px){.main-page .animation-slider .swiper-slide{flex-direction:column-reverse;align-items:center;justify-content:center;gap:32px}}@media screen and (max-width:767px){.main-page .animation-slider .swiper-slide{gap:24px}}.main-page .animation-slider .images-container{width:49%;position:relative;z-index:2}@media screen and (max-width:1023px){.main-page .animation-slider .images-container{width:100%;height:auto;padding-top:32px}}@media screen and (max-width:767px){.main-page .animation-slider .images-container{padding-top:24px}}.main-page .animation-slider .back-image{width:100%;height:auto;object-fit:contain;aspect-ratio:1.78/1;opacity:0;transition:all .4s ease;transform:translate(-100px);z-index:2}.main-page .animation-slider .back-image.animate{opacity:1;transform:translate(0)}@media screen and (max-width:1023px){.main-page .animation-slider .back-image{width:100%}}.main-page .animation-slider .front-image{position:absolute;bottom:0;right:0;max-width:90%;object-position:center;height:auto;object-fit:contain;opacity:0;transition:all .4s;transform:translate(100px);z-index:3}.main-page .animation-slider .front-image.animate{opacity:1;transform:translate(0)}.main-page .animation-slider .content-container{width:40%;padding-top:64px;padding-bottom:64px;display:flex;align-self:start;flex-direction:column;align-items:start;justify-content:start;gap:64px;z-index:2}@media screen and (max-width:1919px){.main-page .animation-slider .content-container{padding-top:40px;padding-bottom:40px;gap:40px}}@media screen and (max-width:1439px){.main-page .animation-slider .content-container{width:49%;padding-top:32px;padding-bottom:32px;gap:32px}}@media screen and (max-width:1023px){.main-page .animation-slider .content-container{width:100%;align-items:center;justify-content:center;padding:32px 0 0}}@media screen and (max-width:767px){.main-page .animation-slider .content-container{gap:24px;padding-top:24px}}.main-page .animation-slider .content-container .titles-wrapper{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;opacity:0;transform:translateY(-10%);transition:all .8s ease}@media screen and (max-width:1023px){.main-page .animation-slider .content-container .titles-wrapper{width:100%;align-items:center;justify-content:center}.main-page .animation-slider .content-container .titles-wrapper h3,.main-page .animation-slider .content-container .titles-wrapper p,.main-page .animation-slider .content-container .titles-wrapper .regular-text{text-align:center}}@media screen and (max-width:767px){.main-page .animation-slider .content-container .titles-wrapper{gap:8px}}.main-page .animation-slider .content-container .titles-wrapper.animate{opacity:1;transform:translateY(0)}@media screen and (max-width:479px){.main-page .animation-slider .content-container h3{font-size:20px}}.main-page .animation-slider .content-container .btn-default{opacity:0;transform:translateY(-50%);transition:all .8s ease}.main-page .animation-slider .content-container .btn-default.animate{opacity:1;transform:translateY(0)}.main-page .animation-slider .swiper-pagination{position:absolute;top:3px;right:0;left:unset;bottom:unset;width:40%;gap:16px;display:flex;flex-direction:row;align-items:center;justify-content:start;opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease;pointer-events:none}@media screen and (max-width:1439px){.main-page .animation-slider .swiper-pagination{width:49%}}@media screen and (max-width:1023px){.main-page .animation-slider .swiper-pagination{width:100%;position:absolute;top:0;bottom:unset;align-items:center;justify-content:center}}@media screen and (max-width:767px){.main-page .animation-slider .swiper-pagination{width:100%;gap:8px}}.main-page .animation-slider .pagination-visible .swiper-pagination{opacity:1;transform:translateY(0);pointer-events:auto}.main-page .animation-slider .swiper-pagination-bullet{width:64px;height:2px;border-radius:10px;position:relative;opacity:unset!important;background-color:#f5f5f540}.main-page .animation-slider .swiper-pagination-bullet:before{content:"";display:block;position:absolute;inset:-1px 0 0;height:4px;border-radius:3px}.main-page .animation-slider .swiper-pagination-bullet-active:before{background-color:red;animation:slide-progress 7s linear forwards}.swiper-paused .main-page .animation-slider .swiper-pagination-bullet-active:before{animation-play-state:paused}.main-page .animation-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):before{animation:none;transform:scaleX(0)}.main-layout .video-banner{height:100svh;max-height:1400px;min-height:unset;margin-bottom:64px;padding-top:546px}@media screen and (max-width:1439px){.main-layout .video-banner{margin-bottom:64px;max-height:1000px}}@media screen and (max-width:767px){.main-layout .video-banner{margin-bottom:32px;max-height:900px;min-height:unset;height:calc(100svh - 64px);padding-top:0}}.main-layout .video-banner .text-block{z-index:3;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:64px}@media screen and (max-width:1439px){.main-layout .video-banner .text-block{gap:32px}}@media screen and (max-width:767px){.main-layout .video-banner .text-block{gap:24px}}.main-layout .video-banner .titles{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;max-width:57%}@media screen and (max-width:1919px){.main-layout .video-banner .titles{max-width:45%;width:100%}}@media screen and (max-width:1439px){.main-layout .video-banner .titles{max-width:55%}}@media screen and (max-width:1023px){.main-layout .video-banner .titles{max-width:unset;width:100%}}.main-layout .video-banner .tags-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.main-layout .video-banner .tags-list{display:flex;flex-direction:row;align-items:center;gap:4px}@media screen and (max-width:1023px){.main-layout .video-banner .tags-list{display:none}}.channels-list-page{z-index:1;overflow:unset}.channels-list-page h1{margin-bottom:64px}@media screen and (max-width:1439px){.channels-list-page h1{margin-bottom:32px}}@media screen and (max-width:767px){.channels-list-page h1{margin-bottom:24px}}.channels-list-page .tags-container{display:flex;flex-direction:row;align-items:center;gap:4px;flex-wrap:wrap;margin-bottom:32px}@media screen and (max-width:1439px){.channels-list-page .tags-container{flex-wrap:nowrap;width:100%;overflow:auto;padding-bottom:5px;padding-left:32px;padding-right:48px;-ms-overflow-style:none;scrollbar-width:none}.channels-list-page .tags-container::-webkit-scrollbar{width:0;height:0}.channels-list-page .tags-container::-webkit-scrollbar{display:none;width:0!important;height:0!important;background:transparent}.channels-list-page .tags-container{-ms-overflow-style:none;scrollbar-width:none}}@media screen and (max-width:767px){.channels-list-page .tags-container{margin-bottom:21px;padding-left:16px}}.channels-list-page .grid-container{display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1439px){.channels-list-page .grid-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.channels-list-page .grid-container{grid-template-columns:repeat(1,1fr)}}.channels-list-page .grid-container{column-gap:32px;row-gap:64px;align-items:stretch}@media screen and (max-width:1439px){.channels-list-page .grid-container{column-gap:16px;row-gap:32px}}@media screen and (max-width:767px){.channels-list-page .grid-container{gap:24px}}@media screen and (max-width:479px){.channels-list-page .main-form-wrapper{margin-bottom:0}}.channel-page .video-banner{display:flex;align-items:end;justify-content:end;height:100svh;min-height:unset;padding-top:646px}@media screen and (max-width:1919px){.channel-page .video-banner{height:auto;padding-top:346px}}@media screen and (max-width:1023px){.channel-page .video-banner{height:auto}}@media screen and (max-width:767px){.channel-page .video-banner{height:auto;padding-top:312px}}.channel-page .video-banner .text-container{z-index:3;display:flex;flex-direction:row;align-items:end;justify-content:space-between}@media screen and (max-width:1439px){.channel-page .video-banner .text-container{flex-direction:column;align-items:start;justify-content:start;gap:43px}}@media screen and (max-width:1023px){.channel-page .video-banner .text-container{gap:32px}}@media screen and (max-width:767px){.channel-page .video-banner .text-container{gap:24px}}.channel-page .video-banner .top-side{width:49%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:64px}.channel-page .video-banner .top-side .titles{width:100%;max-width:unset;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}@media screen and (max-width:767px){.channel-page .video-banner .top-side .titles{gap:8px}}.channel-page .video-banner .top-side .buttons-container{display:flex;flex-direction:row;align-items:center;gap:4px}@media screen and (max-width:479px){.channel-page .video-banner .top-side .buttons-container{display:flex;flex-direction:column;align-items:flex-start}}@media screen and (max-width:1439px){.channel-page .video-banner .top-side{width:100%;gap:32px}}@media screen and (max-width:767px){.channel-page .video-banner .top-side{gap:24px}}.channel-page .media-wrapper img{width:100%;height:100%;object-fit:cover;object-position:top}@media screen and (max-width:767px){.channel-page .desktop-btn{display:none}}.channel-page .mobile-btn{display:none}@media screen and (max-width:767px){.channel-page .mobile-btn{display:flex}}@media screen and (max-width:767px){.channel-page .show-mobile-list{padding:0;background-color:transparent}}.channel-page .left-side.medium-list{width:100%;display:none;columns:3;column-gap:16px}.channel-page .left-side.medium-list .list-item{margin-bottom:16px}@media screen and (max-width:767px){.channel-page .left-side.medium-list .list-item{margin-bottom:8px}}@media screen and (max-width:479px){.channel-page .left-side.medium-list .list-item{margin-bottom:0}}@media screen and (max-width:1439px){.channel-page .left-side.medium-list{display:block}}@media screen and (max-width:1023px){.channel-page .left-side.medium-list{columns:2}}@media screen and (max-width:479px){.channel-page .left-side.medium-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}}.channel-page .left-side.desktop-list{display:flex;flex-direction:row;align-items:end;justify-content:start;gap:32px}@media screen and (max-width:1439px){.channel-page .left-side.desktop-list{display:none}}.channel-page .left-side.desktop-list .left,.channel-page .left-side.desktop-list .right{width:272px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px}@media screen and (max-width:1919px){.channel-page .left-side.desktop-list .left,.channel-page .left-side.desktop-list .right{width:192px}}.channel-page .list-item{display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:8px;break-inside:avoid;page-break-inside:avoid;-webkit-column-break-inside:avoid}@media screen and (max-width:479px){.channel-page .list-item{width:100%;display:flex;flex-direction:row;align-items:center;gap:16px;justify-content:space-between}}@media screen and (max-width:479px){.channel-page .list-item .big-text{font-size:12px}}.channel-page .row-container{display:flex;flex-direction:row;align-items:center;gap:16px}.channel-page .column-container{display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:8px}@media screen and (max-width:479px){.channel-page .column-container{display:flex;flex-direction:row;align-items:center;gap:8px}}.channel-page .icon-container{position:absolute;top:152px;right:0;left:0;display:flex;flex-direction:row;align-items:center;align-items:end;justify-content:end;z-index:2}@media screen and (max-width:1439px){.channel-page .icon-container{top:120px}}@media screen and (max-width:767px){.channel-page .icon-container{align-items:start;justify-content:start}}.channel-page .icon-container .logo{max-width:323px;max-height:96px;object-fit:contain}@media screen and (max-width:1439px){.channel-page .icon-container .logo{max-width:215px;max-height:64px}}@media screen and (max-width:1023px){.channel-page .icon-container .logo{max-width:161px;max-height:48px}}.channel-page .more-btn-container{position:relative}.channel-page .more-btn-container .more-list{position:absolute;bottom:calc(100% + 4px);left:0;background-color:#111418;padding:32px;border-radius:24px;z-index:4;width:max-content;visibility:hidden;opacity:0;transition:all .3s}@media screen and (max-width:1439px){.channel-page .more-btn-container .more-list{padding:16px;border-radius:22px}}@media screen and (max-width:1023px){.channel-page .more-btn-container .more-list{left:-117px}}.channel-page .more-btn-container .more-list ul{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px}.channel-page .more-btn-container .more-list ul li{width:100%}@media screen and (max-width:1439px){.channel-page .more-btn-container .more-list ul{gap:12px}}@supports (padding: max(0px)){.channel-page .more-btn-container .more-list ul{padding-bottom:calc(env(safe-area-inset-bottom) + 3px);padding-right:calc(env(safe-area-inset-right) + 16px);padding-left:calc(env(safe-area-inset-left) + 16px)}}.channel-page .more-btn-container .more-list .btn{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}@media screen and (max-width:1439px){.channel-page .more-btn-container .more-list .btn{gap:10px}}.channel-page .more-btn-container .btn-default{gap:0;width:48px;height:48px}.channel-page .more-btn-container .btn-default .menu-toggle{visibility:hidden;opacity:0;transition:all .3s;color:#f5f5f5;transform:scale(0);width:24px;height:24px;position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.channel-page .more-btn-container .btn-default .icon{position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.channel-page .more-btn-container.active .more-list{visibility:visible;opacity:1}.channel-page .more-btn-container.active .btn-default .icon{display:none}.channel-page .more-btn-container.active .btn-default .menu-toggle{width:24px;height:24px;visibility:visible;opacity:1;transform:scale(1)}.channel-page .more-list.mobile-list{display:none}@media screen and (max-width:767px){.channel-page .more-list.mobile-list{display:flex;position:fixed;inset:0;flex-direction:column;align-items:start;justify-content:end;background-color:transparent;padding:0;border-radius:0;z-index:14;visibility:hidden;opacity:0;transition:all .3s}.channel-page .more-list.mobile-list .backdrop-container{position:absolute;inset:0;background:var(--Black, rgba(17, 20, 24, .75));backdrop-filter:blur(8px)}.channel-page .more-list.mobile-list .close{position:absolute;top:16px;right:16px;z-index:2}.channel-page .more-list.mobile-list ul{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;padding:32px 16px;border-radius:0;background-color:#111418;gap:16px}.channel-page .more-list.mobile-list ul li{width:100%}.channel-page .more-list.mobile-list ul .btn{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}}.channel-page .more-list.mobile-list.active{visibility:visible;opacity:1}.channel-page .title-container,.channel-page .promo-tags-container{margin-bottom:64px}@media screen and (max-width:1439px){.channel-page .title-container,.channel-page .promo-tags-container{margin-bottom:32px}}@media screen and (max-width:767px){.channel-page .title-container,.channel-page .promo-tags-container{margin-bottom:24px}}.channel-page .grid-container{column-gap:32px;row-gap:64px;align-items:stretch;display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1439px){.channel-page .grid-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.channel-page .grid-container{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:1439px){.channel-page .grid-container{column-gap:16px;row-gap:32px}}@media screen and (max-width:767px){.channel-page .grid-container{gap:24px}}.channel-page .promo-tags-container{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:8px}@media screen and (max-width:1023px){.channel-page .promo-tags-container{flex-wrap:nowrap;width:100%;overflow:auto;padding-bottom:5px;-ms-overflow-style:none;scrollbar-width:none;padding-right:32px;padding-left:32px}.channel-page .promo-tags-container::-webkit-scrollbar{width:0;height:0}.channel-page .promo-tags-container::-webkit-scrollbar{display:none;width:0!important;height:0!important;background:transparent}.channel-page .promo-tags-container{-ms-overflow-style:none;scrollbar-width:none}}@media screen and (max-width:767px){.channel-page .promo-tags-container{padding-right:16px;padding-left:16px}}.channel-page .swiper-component .title-container{margin-bottom:0}.channel-page .promo-list{background-color:#111418;padding-top:128px;padding-bottom:128px}@media screen and (max-width:1439px){.channel-page .promo-list{padding-top:96px;padding-bottom:96px}}@media screen and (max-width:767px){.channel-page .promo-list{padding-top:64px;padding-bottom:64px}}.channel-page .promo-list .btn-default{background-color:#191c22}@media(hover:hover)and (pointer:fine){.channel-page .promo-list .btn-default:hover{background-color:#c71d1d}}.channel-page .animate-block{height:452px;overflow:hidden}@media screen and (max-width:1919px){.channel-page .animate-block{height:486px}}@media screen and (max-width:1439px){.channel-page .animate-block{height:332px}}@media screen and (max-width:1023px){.channel-page .animate-block{height:650px}}@media screen and (max-width:767px){.channel-page .animate-block{height:500px;min-height:unset}}@media screen and (max-width:479px){.channel-page .animate-block{height:480px}}@media screen and (max-width:1919px){.channel-page .animate-block .text-block{max-width:46%}}@media screen and (max-width:1023px){.channel-page .animate-block .text-block{max-width:unset}}@media screen and (max-width:767px){.channel-page .animate-block .text-block .big-text{width:85%}}@media screen and (max-width:479px){.channel-page .animate-block .text-block .big-text{width:100%}}@media screen and (max-width:1023px){.channel-page .animate-block .gradient-block{background-image:url(/build/assets/animate-block-gradient-mobile-W9u3t-zd.svg)}}.channel-page .animate-block .back-image{position:absolute;bottom:0;right:7%;z-index:1;width:671px;height:430px}@media screen and (max-width:1919px){.channel-page .animate-block .back-image{width:624px;height:400px;bottom:53px;right:4%}}@media screen and (max-width:1439px){.channel-page .animate-block .back-image{width:415px;height:266px;bottom:46px}}@media screen and (max-width:1023px){.channel-page .animate-block .back-image{width:557px;height:357px;bottom:-21px;right:calc(50% - 278.5px)}}@media screen and (max-width:767px){.channel-page .animate-block .back-image{width:404px;height:259px;bottom:-8px;right:calc(50% - 202px)}}@media screen and (max-width:479px){.channel-page .animate-block .back-image{width:288px;height:185px;bottom:-23px;right:calc(50% - 144px)}}.channel-page .animate-block .front-image{position:absolute;bottom:0;right:26%;z-index:2;width:457px;height:266px}@media screen and (max-width:1919px){.channel-page .animate-block .front-image{width:479px;height:279px;bottom:-17px;right:22%}}@media screen and (max-width:1439px){.channel-page .animate-block .front-image{width:339px;height:197px}}@media screen and (max-width:1023px){.channel-page .animate-block .front-image{width:477px;height:277px;bottom:-27px;right:calc(50% - 238.5px)}}@media screen and (max-width:767px){.channel-page .animate-block .front-image{width:285px;height:166px;bottom:-15px;right:calc(50% - 142.5px)}}@media screen and (max-width:479px){.channel-page .animate-block .front-image{width:206px;height:120px;bottom:-10px;right:calc(50% - 103px)}}.channel-page .animate-block{perspective:800px;-webkit-perspective:800px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}@media(hover:hover)and (pointer:fine){.channel-page .animate-block:hover .btn-default{box-shadow:8px 8px 16px #c71d1d52;background-color:#c71d1d}.channel-page .animate-block:hover .btn-default .icon{animation:pulse-in .15s ease forwards}.channel-page .animate-block:hover .back-image{transform:scale(1.3)!important}.channel-page .animate-block:hover .front-image{transform:translateZ(70px)!important;-webkit-transform:translateZ(70px)!important}}@media(hover:hover)and (pointer:fine){.channel-page.is-safari .animate-block:hover .back-image{transform:scale(1.3)!important}.channel-page.is-safari .animate-block:hover .front-image{transform:scale(1.5)!important}}.blog-list-page{position:relative;z-index:3}@media(max-width:479px){.blog-list-page .paginator{padding:0 16px}}.blog-list-page h1{margin:0 0 64px}@media screen and (max-width:1439px){.blog-list-page h1{margin:0 0 32px}}@media(max-width:1023px){.blog-list-page h1{padding:0 32px}}@media(max-width:767px){.blog-list-page h1{padding:0 16px;margin-bottom:24px}}.blog-list-page .blog-items{gap:64px 32px;margin-bottom:64px;display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1439px){.blog-list-page .blog-items{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.blog-list-page .blog-items{grid-template-columns:repeat(1,1fr)}}@media(max-width:1439px){.blog-list-page .blog-items{gap:32px 16px}}@media(max-width:1023px){.blog-list-page .blog-items{padding:0 32px}}@media(max-width:767px){.blog-list-page .blog-items{padding:0 16px;gap:24px}}.blog-list-page .blog-section{margin-bottom:128px}@media(max-width:1439px){.blog-list-page .blog-section{margin-bottom:96px}}@media(max-width:1023px){.blog-list-page .blog-section .container{padding:0;width:100%}}@media(max-width:767px){.blog-list-page .blog-section{margin-bottom:64px}}.blog-list-page .top{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}@media(max-width:1439px){.blog-list-page .top{display:block;margin-bottom:32px}}@media(max-width:767px){.blog-list-page .top{margin-bottom:14px}}.blog-list-page .box{padding:12px 16px;border-radius:16px;border:2px solid #C71D1D;display:flex;flex-direction:row;align-items:center;gap:16px;max-width:424px;flex-grow:1}@media(max-width:1919px){.blog-list-page .box{max-width:304px}}@media(max-width:1439px){.blog-list-page .box{max-width:472px;width:100%;margin-top:32px}}@media(max-width:1023px){.blog-list-page .box{margin-left:32px;margin-top:32px}}@media(max-width:767px){.blog-list-page .box{margin-left:16px;margin-top:16px}}.blog-list-page .box svg{width:24px;height:24px;color:#f5f5f5;opacity:.5;display:block}.blog-list-page .box .search-input{width:100%;background:transparent;padding:0;border:none;outline:none;color:#f5f5f5;font-size:16px;line-height:100%}.blog-list-page .box .search-input::placeholder{color:#f5f5f580}.blog-list-page .box .search-input::-webkit-search-cancel-button{-webkit-appearance:none;padding-right:16px;border-right:2px solid rgba(246,246,246,.25);width:40px;height:24px;cursor:pointer;background:no-repeat center/contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg opacity='0.5'%3E%3Cpath d='M18 6L6 18' stroke='%23F5F5F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='%23F5F5F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E")}.tag-list{display:flex;gap:4px}@media(max-width:1439px){.tag-list{overflow:auto}}@media(max-width:1023px){.tag-list{padding:0 32px}.tag-list::-webkit-scrollbar{display:none;width:0!important;height:0!important;background:transparent}.tag-list{-ms-overflow-style:none;scrollbar-width:none}}@media(max-width:767px){.tag-list{padding:0 16px 10px}}.tag-link{padding:14px 24px;border-radius:32px;background:#111418;transition:all .3s;display:block;white-space:nowrap}@media(hover:hover)and (pointer:fine){.tag-link:hover{background-color:#c71d1d}}@media screen and (max-width:1439px){.tag-link{padding:12px 20px}}.tag-link.current{background-color:#c71d1d}.blog-item{margin-bottom:158px}@media(max-width:1439px){.blog-item{margin-bottom:96px}}@media(max-width:767px){.blog-item{margin-bottom:64px}}@media(max-width:479px){.blog-item{margin-bottom:0}.blog-item .container{width:initial}}.blog-item .media-wrapper{height:initial}.blog-item .tags{margin-bottom:64px}@media(max-width:1439px){.blog-item .tags{margin-bottom:32px}}@media(max-width:767px){.blog-item .tags{margin-bottom:24px}}.blog-item iframe{width:100%;height:666px;border-radius:24px;overflow:hidden}@media(max-width:1919px){.blog-item iframe{height:485px}}@media(max-width:1439px){.blog-item iframe{height:540px;border-radius:16px}}@media(max-width:1023px){.blog-item iframe{height:396px}}@media(max-width:767px){.blog-item iframe{height:252px;border-radius:8px}}@media(max-width:479px){.blog-item iframe{height:180px;border-radius:0}}.blog-item .tags{display:flex;gap:32px}@media(max-width:479px){.blog-item .tags{padding:0 16px}}.blog-item .tags span{color:#f5f5f580;font-size:18px;font-style:normal;font-weight:200;line-height:120%}@media(max-width:1439px){.blog-item .tags span{font-size:16px}}@media(max-width:767px){.blog-item .tags span{font-size:14px}}.blog-item .inner{display:flex;justify-content:space-between;gap:40px;position:relative;align-items:start}@media(max-width:1919px){.blog-item .inner{gap:32px}}@media(max-width:1439px){.blog-item .inner{flex-direction:column;gap:0}}.blog-item .main-content{max-width:1184px;flex-grow:1;width:68.9976%}@media(max-width:1439px){.blog-item .main-content{width:initial}}@media(max-width:479px){.blog-item .main-content{padding:0 16px}}@media(max-width:479px){.blog-item .main-content{padding:0}}.blog-item .main-content p a{color:#c71d1d}.blog-item .link-to-back{display:inline-flex;align-items:center;gap:12px;padding:12px 24px;background-color:#c71d1d;border-radius:32px}@media(max-width:1439px){.blog-item .link-to-back{padding:10px 20px}}@media(max-width:767px){.blog-item .link-to-back{padding:8px 16px}}.blog-item .link-to-back svg{width:24px;height:24px;color:#fff}.blog-item h1{margin:0 0 32px}@media(max-width:767px){.blog-item h1{margin-bottom:24px}}@media(max-width:479px){.blog-item h1{padding:0 16px}}.blog-item .gallery-item{margin:32px 0;display:flex;flex-direction:column;gap:8px}@media(max-width:767px){.blog-item .gallery-item{margin:16px 0}}.blog-item .gallery-item span{font-size:18px}@media(max-width:1439px){.blog-item .gallery-item span{font-size:16px}}@media(max-width:767px){.blog-item .gallery-item span{font-size:14px}}@media(max-width:479px){.blog-item .gallery-item span{padding:0 16px}}.blog-item img,.blog-item video{border-radius:24px;width:100%;display:block;height:666px;object-fit:cover}@media(max-width:1919px){.blog-item img,.blog-item video{height:485px}}@media(max-width:1439px){.blog-item img,.blog-item video{height:540px;object-fit:cover}}@media(max-width:1023px){.blog-item img,.blog-item video{border-radius:16px;height:396px}}@media(max-width:767px){.blog-item img,.blog-item video{height:252px;border-radius:8px}}@media(max-width:479px){.blog-item img,.blog-item video{border-radius:0;height:180px}}.blog-item h2,.blog-item h3,.blog-item h4,.blog-item h5{margin:32px 0}@media(max-width:767px){.blog-item h2,.blog-item h3,.blog-item h4,.blog-item h5{margin:16px 0}}@media(max-width:479px){.blog-item h2,.blog-item h3,.blog-item h4,.blog-item h5{padding:0 16px}}.blog-item h2 span,.blog-item h3 span,.blog-item h4 span,.blog-item h5 span{font-size:inherit!important}.blog-item p,.blog-item blockquote,.blog-item ul,.blog-item ol,.blog-item figure{margin:32px 0}@media(max-width:767px){.blog-item p,.blog-item blockquote,.blog-item ul,.blog-item ol,.blog-item figure{margin:16px 0}}@media(max-width:479px){.blog-item p,.blog-item blockquote,.blog-item ul,.blog-item ol,.blog-item figure{padding:0 16px}}.blog-item figure img{margin:0 0 8px}.blog-item blockquote{padding-left:40px;border-left:2px solid #C71D1D}@media(max-width:1439px){.blog-item blockquote{padding-left:32px}}@media(max-width:767px){.blog-item blockquote{padding-left:24px}}@media(max-width:479px){.blog-item blockquote{margin:0 16px}}.blog-item blockquote p{font-size:24px;line-height:140%;padding:0!important}@media(max-width:1439px){.blog-item blockquote p{font-size:20px;line-height:130%}}@media(max-width:767px){.blog-item blockquote p{font-size:18px}}.blog-item ul,.blog-item ol{display:flex;flex-direction:column;gap:4px}.blog-item ul li,.blog-item ol li{font-size:18px;line-height:120%}@media(max-width:1439px){.blog-item ul li,.blog-item ol li{font-size:16px}}@media(max-width:767px){.blog-item ul li,.blog-item ol li{font-size:14px}}.blog-item ol{list-style-type:decimal;margin-left:20px}.blog-item ol li{padding-left:20px}@media(max-width:1439px){.blog-item ol li{padding-left:12px}}.blog-item ol li::marker{color:#c71d1d}.blog-item ul{margin-left:30px}.blog-item ul li{position:relative;margin-left:10px}.blog-item ul li:before{content:"";position:absolute;left:-42px;top:0;width:32px;height:22px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='22' viewBox='0 0 32 22' fill='none'%3E%3Crect y='11' width='24' height='2' fill='%23C71D1D'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}@media(max-width:1439px){.blog-item ul li:before{width:24px;left:-40px}}.blog-item .controls{display:flex;justify-content:space-between;align-items:center;margin-top:32px}@media(max-width:1439px){.blog-item .controls{display:none}}@media(max-width:767px){.blog-item .controls{margin-top:24px}}.blog-item .controls-mobile{display:none}@media(max-width:1439px){.blog-item .controls-mobile{display:flex}}@media(max-width:479px){.blog-item .controls-mobile{padding:0 16px}}.blog-item .btn-scroll{padding:0;background-color:#c71d1d;width:48px;height:48px;display:flex;align-items:center;justify-content:center}@media(max-width:1439px){.blog-item .btn-scroll{width:44px;height:44px}}@media(max-width:767px){.blog-item .btn-scroll{width:40px;height:40px}}.blog-item .btn-scroll svg{color:#fff}.blog-item .icon-mobile{display:none}@media(max-width:767px){.blog-item .icon-mobile{display:block;opacity:1!important;color:#fff}}@media(max-width:767px){.blog-item .icon-desk{display:none}}.blog-sidebar{max-width:424px;flex-grow:1;position:sticky;top:98px}@media(max-width:1439px){.blog-sidebar{max-width:initial;margin-top:96px}}@media(max-width:767px){.blog-sidebar{max-width:initial;margin-top:64px}}.sidebar-articles{padding:32px;border-radius:24px;background:#111418;margin-bottom:auto}@media(max-width:1439px){.sidebar-articles{position:relative;border-radius:16px}}@media(max-width:767px){.sidebar-articles{border-radius:8px;padding:24px}}@media(max-width:479px){.sidebar-articles{border-radius:0;padding:64px 16px;border-bottom:2px solid rgba(245,245,245,.25)}}.sidebar-articles .sidebar-title{margin-bottom:32px}.sidebar-articles .items{display:flex;flex-direction:column;gap:24px}.sidebar-articles .sidebar-link{display:flex;align-items:center;gap:12px;margin-top:32px}@media(max-width:1439px){.sidebar-articles .sidebar-link{position:absolute;top:0;right:32px}}@media(max-width:767px){.sidebar-articles .sidebar-link{margin-top:24px;right:24px}.sidebar-articles .sidebar-link span{display:none}}@media(max-width:479px){.sidebar-articles .sidebar-link{top:58px;margin-top:0}}.sidebar-articles .sidebar-link:hover svg,.sidebar-articles .sidebar-link:hover span{color:#c71d1d;opacity:1}.sidebar-articles .sidebar-link svg{width:24px;height:24px;opacity:.5;transition:.25s ease}.sidebar-articles .sidebar-link span{font-size:16px;transition:.25s ease}.sidebar-articles .sidebar-item{padding-bottom:24px;border-bottom:2px solid rgba(245,245,245,.25)}@media(max-width:479px){.sidebar-articles .sidebar-item{padding-bottom:16px}}.sidebar-articles .sidebar-item:last-child{border-bottom:none;padding-bottom:0}@media(max-width:479px){.sidebar-articles .sidebar-item:last-child{padding-bottom:0}}.sidebar-articles .sidebar-item:hover .item-title{color:#c71d1d}.sidebar-articles .sidebar-item .item-title{margin-bottom:8px;transition:.25s ease}.sidebar-articles .sidebar-item .item-tags{display:flex;gap:4px}.sidebar-articles .sidebar-item .item-tag{padding:4px 8px;border-radius:32px;background:#191c22;font-size:12px}.contacts h1{margin:0 0 64px}@media(max-width:1439px){.contacts h1{margin:0 0 32px}}@media(max-width:767px){.contacts h1{margin:0 0 24px}}.contacts .columns{display:flex;justify-content:space-between;align-items:start;margin-bottom:64px}@media(max-width:1439px){.contacts .columns{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px}}@media(max-width:1023px){.contacts .columns{display:flex;flex-direction:column;gap:32px;margin-bottom:24px}}.contacts .column{width:max-content;display:flex;flex-direction:column;gap:64px}.contacts .column:first-child{width:66.07142%;display:grid;grid-template-columns:1fr 1fr;gap:64px 32px}@media(max-width:1439px){.contacts .column:first-child{gap:32px;display:flex;flex-direction:column;width:100%}}@media(max-width:767px){.contacts .column:first-child{display:flex;flex-direction:column;gap:24px}}.contacts .column:last-child{width:31.64066%}@media(max-width:1439px){.contacts .column:last-child{gap:32px;width:100%}}@media(max-width:767px){.contacts .column:last-child{gap:24px}}.contacts .item-title{color:#f5f5f580;margin-bottom:8px}.contacts .item-row{display:flex;gap:16px}@media(max-width:1919px){.contacts .item-row{flex-wrap:wrap}}.contacts .mail{color:#c71d1d}.contacts-page{position:relative}.contacts-page .contacts-bg{position:absolute;z-index:-1;top:0;right:0;width:100%}.map{height:756px;border-radius:24px;overflow:hidden;margin-bottom:128px}@media(max-width:1919px){.map{height:550px}}@media(max-width:1439px){.map{margin-bottom:96px;height:402px;border-radius:16px}}@media(max-width:1023px){.map{height:295px}}@media(max-width:767px){.map{margin-bottom:64px;height:448px}}@media(max-width:479px){.map{height:320px;border-radius:0;margin-bottom:0}}@media(max-width:479px){.map-container.container{width:100%}}.contacts-page .ymaps-2-1-79-controls__control_toolbar,.contacts-page .ymaps-2-1-79-map-copyrights-promo,.contacts-page .ymaps-2-1-79-copyright{display:none}.about-page{position:relative}.about-page .about-banner{position:absolute;height:1080px;top:0;left:0;right:0;overflow:hidden}@media(max-width:1919px){.about-page .about-banner{height:810px}}@media(max-width:1439px){.about-page .about-banner{height:577px}}@media(max-width:1023px){.about-page .about-banner{height:433px}}@media(max-width:479px){.about-page .about-banner{height:321px}}.about-page .about-banner img,.about-page .about-banner video{position:absolute;inset:0;width:100%;z-index:-1;height:100%;object-fit:cover}.about-page .background{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(180deg,#191c2200,#191c22);z-index:2}.about-page .background-1{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(21deg,#191c22 24%,#0000);z-index:2}@media(max-width:767px){.about-page .background-1{background:linear-gradient(0deg,#191c22 3%,#0000 70%)}}.about-page .breadcrumbs{padding-bottom:424px;position:relative;z-index:5}@media(max-width:1919px){.about-page .breadcrumbs{padding-bottom:296px}}@media(max-width:1439px){.about-page .breadcrumbs{padding-bottom:202px}}.about{margin-bottom:128px;position:relative;z-index:5;overflow:hidden}@media(max-width:1439px){.about{margin-bottom:96px}}@media(max-width:1023px){.about .container{width:100%}}@media(max-width:767px){.about{margin-bottom:64px}}.about h1{margin:0 0 64px}@media(max-width:1439px){.about h1{margin:0 0 32px}}@media(max-width:1023px){.about h1{margin:0 32px 32px}}@media(max-width:767px){.about h1{margin:0 16px 16px}}.about .links{display:flex;gap:4px;margin-bottom:64px}@media(max-width:1439px){.about .links{margin-bottom:32px}}@media(max-width:1023px){.about .links{overflow:auto;padding:0 32px}}@media(max-width:767px){.about .links{padding:0 16px;margin-bottom:24px}}.about .links .link{padding:14px 24px;border-radius:32px;background:#111418;display:inline-block;transition:.25s ease;color:#f5f5f5;white-space:nowrap}@media(hover:hover)and (pointer:fine){.about .links .link:hover{background-color:#c71d1d}}@media(max-width:1439px){.about .links .link{padding:12px 20px}}@media(max-width:767px){.about .links .link{padding:10px 16px}}.about .links .link.current{background-color:#c71d1d}.about .textbox{display:flex;justify-content:space-between;align-items:start;gap:40px}@media(max-width:1439px){.about .textbox{flex-direction:column;gap:32px}}@media(max-width:1023px){.about .textbox{padding:0 32px}}@media(max-width:767px){.about .textbox{padding:0 16px;gap:24px}}.about .content-title{max-width:728px}@media(max-width:1919px){.about .content-title{width:40.2439%}}@media(max-width:1439px){.about .content-title{width:initial;max-width:initial}}.about .content-desc{max-width:880px;display:flex;flex-direction:column;gap:15px}@media(max-width:1919px){.about .content-desc{width:57.317%}}@media(max-width:1439px){.about .content-desc{width:initial;max-width:initial}.about .content-desc p{font-size:20px}}@media(max-width:767px){.about .content-desc p{font-size:14px}}.licenses .licens-card{cursor:default}.licenses .licenses-text{max-width:880px;margin:16px 0 84px}@media(max-width:1439px){.licenses .licenses-text{margin-bottom:32px}}@media(max-width:767px){.licenses .licenses-text{margin-bottom:25px;margin-top:8px}}.licenses .licenses-items{margin-top:32px;display:grid;grid-template-columns:repeat(4,1fr);gap:64px 32px}@media(max-width:1919px){.licenses .licenses-items{grid-template-columns:repeat(3,1fr)}}@media(max-width:1439px){.licenses .licenses-items{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.licenses .licenses-items{display:flex;flex-direction:column;gap:24px;margin-top:24px}}.licenses .download-items{display:flex;align-items:center;gap:32px}.licenses .download-items a{display:flex;gap:12px;align-items:center;position:relative;z-index:6}.licenses .download-items a svg{width:24px;height:24px;opacity:.5}.licenses .box-title-one{max-width:880px}@media(max-width:1439px){.licenses .box-title-one{max-width:initial;font-size:25px}}@media(max-width:1023px){.licenses .box-title-one{max-width:525px}}@media(max-width:767px){.licenses .box-title-one{font-size:20px}}@media(max-width:1023px){.licenses-page .about-content{padding:0 32px}}@media(max-width:767px){.licenses-page .about-content{padding:0 16px}}.content-list-page{z-index:1}.content-list-page .tags-container{display:flex;flex-direction:row;align-items:center;gap:4px;flex-wrap:wrap}@media screen and (max-width:1439px){.content-list-page .tags-container{flex-wrap:nowrap;width:100%;overflow:auto;padding-bottom:5px;padding-left:32px;padding-right:48px;-ms-overflow-style:none;scrollbar-width:none}.content-list-page .tags-container::-webkit-scrollbar{display:none;width:0!important;height:0!important;background:transparent}.content-list-page .tags-container{-ms-overflow-style:none;scrollbar-width:none;margin-bottom:27px}}@media screen and (max-width:767px){.content-list-page .tags-container{margin-bottom:21px;padding-left:16px}}.content-list-page .grid-container{row-gap:64px;column-gap:32px;display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1439px){.content-list-page .grid-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.content-list-page .grid-container{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:1439px){.content-list-page .grid-container{row-gap:32px;column-gap:16px;margin-bottom:32px}}@media screen and (max-width:767px){.content-list-page .grid-container{gap:24px;margin-bottom:24px}}.content-list-page .swiper-component{margin-bottom:64px}@media screen and (max-width:1439px){.content-list-page .swiper-component{margin-bottom:32px}}@media screen and (max-width:767px){.content-list-page .swiper-component{margin-bottom:24px}}.content-list-page .animate-block-banner{height:436px;overflow:hidden}@media screen and (max-width:1919px){.content-list-page .animate-block-banner{height:516px}}@media screen and (max-width:1439px){.content-list-page .animate-block-banner{height:381px}}@media screen and (max-width:1023px){.content-list-page .animate-block-banner{height:698px}}@media screen and (max-width:767px){.content-list-page .animate-block-banner{min-height:unset;max-height:unset;height:498px;padding:24px 20px}}@media screen and (max-width:479px){.content-list-page .animate-block-banner{margin-bottom:0;height:560px;padding:64px 16px}}.content-list-page .animate-block-banner .text-block{max-width:49%;padding:64px 0 64px 64px;display:flex;flex-direction:column;align-items:start;justify-content:start;z-index:2}@media screen and (max-width:1439px){.content-list-page .animate-block-banner .text-block{padding:32px 0 32px 32px}}@media screen and (max-width:1023px){.content-list-page .animate-block-banner .text-block{align-items:center;max-width:100%;width:100%;padding:0}}.content-list-page .animate-block-banner .text-block .h1{margin-bottom:16px}@media screen and (max-width:1023px){.content-list-page .animate-block-banner .text-block .h1{width:100%;text-align:center}}@media screen and (max-width:767px){.content-list-page .animate-block-banner .text-block .h1{margin-bottom:8px}}.content-list-page .animate-block-banner .text-block .big-text{margin-bottom:64px;opacity:.75}@media screen and (max-width:1439px){.content-list-page .animate-block-banner .text-block .big-text{margin-bottom:32px}}@media screen and (max-width:1023px){.content-list-page .animate-block-banner .text-block .big-text{width:100%;text-align:center}}@media screen and (max-width:767px){.content-list-page .animate-block-banner .text-block .big-text{margin-bottom:24px;max-width:unset}}.content-list-page .animate-block-banner .back-image{position:absolute;bottom:-10px;right:23%;width:463px;height:417px;z-index:0}@media screen and (max-width:1919px){.content-list-page .animate-block-banner .back-image{width:412px;height:372px;right:33%}}@media screen and (max-width:1439px){.content-list-page .animate-block-banner .back-image{width:350px;height:316px;right:31%}}@media screen and (max-width:1023px){.content-list-page .animate-block-banner .back-image{width:412px;height:372px;right:unset;left:4%}}@media screen and (max-width:767px){.content-list-page .animate-block-banner .back-image{width:274px;height:247px;left:9%}}@media screen and (max-width:479px){.content-list-page .animate-block-banner .back-image{width:198px;height:178px;left:7%}}.content-list-page .animate-block-banner .front-image{position:absolute;right:4%;bottom:-12px;z-index:2;width:537px;height:435px}@media screen and (max-width:1919px){.content-list-page .animate-block-banner .front-image{width:599px;height:485px;right:0}}@media screen and (max-width:1439px){.content-list-page .animate-block-banner .front-image{width:469px;height:380px}}@media screen and (max-width:1023px){.content-list-page .animate-block-banner .front-image{width:522px;height:423px;right:unset;left:29%}}@media screen and (max-width:767px){.content-list-page .animate-block-banner .front-image{width:320px;height:259px;left:21%}}@media screen and (max-width:479px){.content-list-page .animate-block-banner .front-image{width:254px;height:205px;left:18%}}.content-list-page .animate-block-banner .gradient-block{position:absolute;inset:0;width:100%;height:100%;background-image:url(/build/assets/animate-block-gradient-2-Bziozpxy.svg);background-size:cover;z-index:1}@media screen and (max-width:1023px){.content-list-page .animate-block-banner .gradient-block{background-image:url(/build/assets/animate-block-gradient-mobile-2-BxYwzTh_.svg)}}@media screen and (max-width:479px){.content-list-page .animate-block-banner .gradient-block{top:unset;bottom:-10px}}.content-list-page .animate-block-banner .back-image,.content-list-page .animate-block-banner .front-image{position:absolute;transition:transform .3s ease;will-change:transform}.content-list-page .animate-block-banner{perspective:800px}@media(hover:hover)and (pointer:fine){.content-list-page .animate-block-banner:hover .btn-default{box-shadow:8px 8px 16px #c71d1d52;background-color:#c71d1d}.content-list-page .animate-block-banner:hover .btn-default .icon{animation:pulse-in .15s ease forwards}.content-list-page .animate-block-banner:hover .back-image{transform:scale(1.1)!important}.content-list-page .animate-block-banner:hover .front-image{transform:scale(1.3)!important}}.awards-items{display:flex;flex-direction:column}@media(max-width:1439px){.awards-items{gap:8px}}.awards-items .item{max-width:1336px;width:77.85547%;position:relative;flex-grow:1;padding:32px;transition:background-color .25s ease;margin-left:auto;display:flex;gap:32px;border-top:1px solid rgba(245,245,245,.25)}.awards-items .item img{width:100%}.awards-items .item:nth-child(1){border-top:none}@media(hover:hover)and (pointer:fine){.awards-items .item:hover{background-color:#111418;border-radius:24px;border-color:#111418;cursor:pointer}.awards-items .item:hover+.item{border-top-color:transparent}.awards-items .item:hover .img-box{opacity:1;visibility:visible}}@media(max-width:1439px){.awards-items .item{width:100%;background-color:#111418;border-radius:16px;padding:16px;display:grid;grid-template-columns:110px 1fr 1fr;gap:32px;border:none}}@media(max-width:1023px){.awards-items .item{gap:24px}}@media(max-width:767px){.awards-items .item{grid-template-columns:110px 1fr;padding:24px;gap:8px 24px;border-radius:8px}}@media(max-width:479px){.awards-items .item{display:flex;flex-direction:column}.awards-items .item .media-wrapper{text-align:start;margin-bottom:16px;max-width:110px}.awards-items .item img{max-width:110px}}.awards-items .item p{max-width:363px;width:100%}@media(max-width:1439px){.awards-items .item p{max-width:initial}}.awards-items .item-box:first-child{display:grid;grid-template-columns:88px 363px;gap:32px}@media(max-width:1919px){.awards-items .item-box:first-child{grid-template-columns:64px 266px}}@media(max-width:1439px){.awards-items .item-box:first-child{display:flex;flex-direction:column;gap:8px}}.awards-items .item-box:nth-child(2){display:grid;grid-template-columns:1fr 1fr;gap:32px;flex-grow:1}@media(max-width:1439px){.awards-items .item-box:nth-child(2){display:flex;flex-direction:column;gap:8px}}.awards-items .item:first-child .img-box{top:0}.awards-items .item:last-child .img-box{bottom:0;top:initial}.awards-items .item .img-box{width:360px;height:360px;border-radius:24px;background:#111418;display:flex;align-items:center;justify-content:center;transition:.25s ease;position:absolute;left:-380px;top:-120px;opacity:0;visibility:hidden}@media(max-width:1919px){.awards-items .item .img-box{width:26%;left:-28%;height:initial;padding:80px 32px;top:-90px}}@media(max-width:1439px){.awards-items .item .img-box{position:static;order:-1;width:initial;height:initial;opacity:1;visibility:visible;padding:0}.awards-items .item .img-box img{width:100%}}@media(max-width:767px){.awards-items .item .img-box{grid-row-start:span 2;display:flex;align-items:start}}@media(max-width:767px){.awards-items .item .img-box{justify-content:start}}.awards-items .media-wrapper{text-align:center}.awards-page .about-content{padding:0}@media(max-width:1023px){.awards-page .about-content{padding:0 32px}}@media(max-width:767px){.awards-page .about-content{padding:0 16px}}.awards-page .about{overflow:visible}.partners-inner .partners-row:not(:last-child) .row-items{padding-bottom:64px;margin-bottom:64px;border-bottom:2px solid rgba(245,245,245,.25)}@media(max-width:1919px){.partners-inner .partners-row:not(:last-child) .row-items{padding-bottom:32px;margin-bottom:32px}}@media(max-width:767px){.partners-inner .partners-row:not(:last-child) .row-items{padding-bottom:24px;margin-bottom:24px}}.partners-row{display:flex;align-items:start;gap:32px}@media(max-width:1439px){.partners-row{flex-direction:column}}@media(max-width:767px){.partners-row{gap:24px}}.partners-row .row-title{max-width:400px;min-width:400px;flex-grow:1}@media(max-width:1919px){.partners-row .row-title{max-width:304px;min-width:304px}}@media(max-width:1439px){.partners-row .row-title{max-width:initial;min-width:initial}}.partners-row .row-items{flex-grow:1;max-width:1336px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:32px}@media(max-width:1439px){.partners-row .row-items{gap:16px}}@media(max-width:767px){.partners-row .row-items{grid-template-columns:1fr 1fr 1fr;gap:8px}}@media(max-width:479px){.partners-row .row-items{grid-template-columns:1fr 1fr}}.partners-row .partner-item{border-radius:24px;max-width:310px;max-height:256px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:24px;position:relative;cursor:pointer}@media screen and (max-width:1439px){.partners-row .partner-item{gap:16px}}@media(hover:hover)and (pointer:fine){.partners-row .partner-item:hover .image-block .background-block{opacity:1}.partners-row .partner-item:hover .image-block .background-block:before{animation:gradientReveal .7s forwards;transition:all .7s}.partners-row .partner-item:hover .h4,.partners-row .partner-item:hover h4{color:#c71d1d}.partners-row .partner-item:hover .regular-text{opacity:1}}.partners-row .partner-item .image-block{width:100%;height:auto;border-radius:24px 24px 0;overflow:hidden;position:relative;padding:4px 0 0 4px}@media screen and (max-width:1439px){.partners-row .partner-item .image-block{border-radius:16px 16px 0;padding:0}}@media screen and (max-width:767px){.partners-row .partner-item .image-block{border-radius:8px 8px 0}}.partners-row .partner-item .background-block{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:1;transform:translateZ(0);overflow:hidden;border-radius:27px}.partners-row .partner-item .background-block:before{content:"";position:absolute;bottom:0;left:0;width:0;height:0;background-image:linear-gradient(135deg,#c71d1d 10%,#191c22 30% 100%);animation:gradientRevealReverse .7s forwards;transition:all .7s}@media screen and (max-width:1439px){.partners-row .partner-item .background-block{border-radius:18px;display:none}}.partners-row .partner-item .media-wrapper{width:100%;height:auto;aspect-ratio:1.78/1;border-radius:24px;overflow:hidden;z-index:2;background-color:#111418}@media screen and (max-width:1439px){.partners-row .partner-item .media-wrapper{border-radius:16px}}@media screen and (max-width:767px){.partners-row .partner-item .media-wrapper{border-radius:8px}}.partners-row .partner-item .media-wrapper img,.partners-row .partner-item .media-wrapper .skeleton{width:100%;height:100%;object-fit:cover;border-radius:24px}@media screen and (max-width:1439px){.partners-row .partner-item .media-wrapper img,.partners-row .partner-item .media-wrapper .skeleton{border-radius:16px}}@media screen and (max-width:767px){.partners-row .partner-item .media-wrapper img,.partners-row .partner-item .media-wrapper .skeleton{border-radius:8px}}.partners-row .partner-item .content-block{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;width:100%;padding:4px 0 0 4px}@media screen and (max-width:1439px){.partners-row .partner-item .content-block{gap:8px;padding:0}}.partners-row .partner-item .h4,.partners-row .partner-item h4{width:100%;overflow:hidden;text-overflow:ellipsis;transition:all .7s;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:110%}.partners-row .partner-item .regular-text{width:100%;max-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;opacity:.5;transition:all .7s}@media screen and (max-width:1919px){.partners-row .partner-item .regular-text{max-height:66px;-webkit-line-clamp:3}}@media screen and (max-width:1439px){.partners-row .partner-item .regular-text{max-height:38px;-webkit-line-clamp:2}}@media screen and (max-width:1023px){.partners-row .partner-item .regular-text{max-height:76px;-webkit-line-clamp:4}}@media screen and (max-width:767px){.partners-row .partner-item .regular-text{max-height:34px;-webkit-line-clamp:2}}@media screen and (max-width:479px){.partners-row .partner-item .regular-text{max-height:68px;-webkit-line-clamp:4}}.partners-row .partner-item .mask-container{z-index:3;position:absolute;bottom:-1px;right:0;background-color:#191c22;border-radius:32px 0 0}@media screen and (max-width:1439px){.partners-row .partner-item .mask-container{border-radius:21px 0 0}}.partners-row .partner-item .mask-container .content-wrapper{width:100%;height:100%;position:relative;padding:16px 0 0 16px}@media screen and (max-width:1439px){.partners-row .partner-item .mask-container .content-wrapper{padding:8px 8px 0}}.partners-row .partner-item .mask-container .sub{width:16px;height:16px;position:absolute;color:#191c22}@media screen and (max-width:1439px){.partners-row .partner-item .mask-container .sub{width:24px;height:24px}}.partners-row .partner-item .mask-container .sub.sub-1{top:-16px;right:0}.partners-row .partner-item .mask-container .sub.sub-2{bottom:0;left:-16px}.partners-row .partner-item .mask-container{max-width:80%}@media screen and (max-width:1919px){.partners-row .partner-item .mask-container{border-radius:14px 0 0}.partners-row .partner-item .mask-container .content-wrapper{padding:4px 0 0 4px}.partners-row .partner-item .mask-container .sub{width:8px;height:8px}.partners-row .partner-item .mask-container .sub.sub-1{top:-8px;right:0}.partners-row .partner-item .mask-container .sub.sub-2{bottom:0;left:-8px}}@media screen and (max-width:479px){.partners-row .partner-item .mask-container{display:none}}.partners-row .partner-item .tags-list{display:flex;flex-direction:row;align-items:center;gap:4px;flex-wrap:wrap}.partners-row .partner-item .tag{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:8px 12px;border-radius:32px;background:#111418}@media screen and (max-width:1919px){.partners-row .partner-item .tag{padding:4px 8px}}.partners-row .partner-item .tag span{color:#f5f5f5;font-size:16px;line-height:100%;font-family:Geologica,sans-serif;font-weight:400}@media screen and (max-width:1919px){.partners-row .partner-item .tag span{font-size:12px}}.partners-row .partner-item .mobile-content{display:none}@media screen and (max-width:479px){.partners-row .partner-item .mobile-content{display:flex}}.partners-row .partner-item .favorite-btn{position:absolute;z-index:6;top:32px;left:32px}@media screen and (max-width:1919px){.partners-row .partner-item .favorite-btn{top:24px;left:24px}}@media screen and (max-width:479px){.partners-row .partner-item .favorite-btn{top:16px;left:16px}}@media(max-width:1023px){.partners-row .partner-item{border-radius:16px}}@media(max-width:767px){.partners-row .partner-item{border-radius:8px}}.partners-row .partner-item:hover img{filter:grayscale(0%)}.partners-row .partner-item .img-box{position:relative;z-index:2;background-color:#111418;border-radius:24px;overflow:hidden}@media(max-width:1023px){.partners-row .partner-item .img-box{border-radius:16px}}@media(max-width:767px){.partners-row .partner-item .img-box{border-radius:8px}}.partners-row .partner-item .image-block{border-radius:24px}@media screen and (max-width:1439px){.partners-row .partner-item .image-block{border-radius:16px}}@media screen and (max-width:767px){.partners-row .partner-item .image-block{border-radius:8px}}.partners-row .partner-item img{width:100%;display:block;border-radius:27px;transition:.25s ease;filter:grayscale(100%)}@media(max-width:1023px){.partners-row .partner-item img{border-radius:16px}}@media(max-width:767px){.partners-row .partner-item img{border-radius:8px}}.history-slider{position:relative}.history-slider .history-item{display:flex;flex-direction:column;transition:.25s ease;transform:translate(-225px);position:relative;top:calc(100% - 225px)}@media(max-width:1439px){.history-slider .history-item{top:calc(100% - 120px);transform:translate(-140px);overflow:hidden}}@media(max-width:767px){.history-slider .history-item{top:calc(100% - 85px);transform:translate(-110px);padding-left:24px}}@media(max-width:479px){.history-slider .history-item{padding-top:64px;top:calc(100% - 150px)}}.history-slider .history-item .item-title{opacity:.25}.history-slider .history-item .lines{opacity:0}.history-slider .lines{display:flex;gap:32px;margin-top:64px}@media(max-width:1439px){.history-slider .lines{margin-top:32px}}@media(max-width:767px){.history-slider .lines{margin-top:84px;gap:24px}}.history-slider .line{width:2px;min-width:2px;height:64px;background:var(--Light, rgba(245, 245, 245, .25))}@media(max-width:1439px){.history-slider .line{height:32px}}@media(max-width:767px){.history-slider .line{height:24px}}.history-slider .swiper-slide-active{padding-left:32px;border-left:2px solid #C71D1D;transform:translate(0);top:0}@media(max-width:767px){.history-slider .swiper-slide-active{padding-left:24px}}.history-slider .swiper-slide-active .item-title,.history-slider .swiper-slide-active .item-textbox,.history-slider .swiper-slide-active .lines{opacity:1}.history-slider .item-title{margin-bottom:32px;letter-spacing:-5.76px;transition:.25s ease}@media(max-width:767px){.history-slider .item-title{margin-bottom:24px}}.history-slider .item-textbox{flex-direction:column;gap:15px;max-width:846px;display:flex;transition:.25s ease;opacity:0}@media(max-width:1439px){.history-slider .item-textbox{max-width:601px}}@media(max-width:1023px){.history-slider .item-textbox{max-width:430px}}@media(max-width:767px){.history-slider .item-textbox p{font-size:14px}}.history-slider .slider-btns{position:absolute;top:0;right:0;display:flex;gap:4px;z-index:2}@media(max-width:479px){.history-slider .slider-btns{right:initial;left:24px}}.history-slider .slider-btns button{width:48px;height:48px;border-radius:50%;background-color:#111418;padding:0;border:none;cursor:pointer}@media(max-width:1439px){.history-slider .slider-btns button{width:44px;height:44px}}@media(max-width:767px){.history-slider .slider-btns button{width:40px;height:40px}}.history-slider .slider-btns button svg{width:25px;height:24px;color:#f5f5f5;opacity:.5}.history-slider button.swiper-button-disabled svg{opacity:.25}.history-slider .swiper-slide-next{cursor:pointer}.history-slider .history-item:after{position:absolute;left:-34px;bottom:0;content:"";width:2px;min-width:2px;height:64px;background:#f5f5f540}@media(max-width:1439px){.history-slider .history-item:after{height:32px}}@media(max-width:767px){.history-slider .history-item:after{height:24px}}.history-slider .history-item:first-child:after{display:none}@media(max-width:1439px){.history-page .about-content{padding:0}}@media(max-width:1023px){.history-page .about-content{padding:0 32px}}@media(max-width:767px){.history-page .about-content{padding:0 16px}}.doc-items{display:grid;grid-template-columns:1fr 1fr;gap:16px 32px}@media(max-width:1439px){.doc-items{display:flex;flex-direction:column;gap:8px}}@media(max-width:1023px){.doc-items{padding:0 32px}}@media(max-width:767px){.doc-items{padding:0 16px}}.doc-item{padding-bottom:16px;border-bottom:2px solid rgba(245,245,245,.25);display:flex;justify-content:space-between;gap:24px}@media(max-width:1439px){.doc-item{border-bottom:none;padding:12px;background:#111418;border-radius:16px}}@media(max-width:767px){.doc-item{border-radius:8px;gap:16px;padding:10px}}@media(max-width:479px){.doc-item{border-radius:8px;padding:16px}}.doc-item span{margin-top:4px}.doc-item svg{width:24px;transition:.25s ease;height:24px;color:#f5f5f5;opacity:.5}.doc-item svg:hover{opacity:1}@media(max-width:1439px){.doc-item svg{opacity:1}}.documentation-page .about-content{padding:0}.not-found{padding:154px 0 128px}@media(max-width:1439px){.not-found{padding:122px 0 96px}}@media(max-width:767px){.not-found{padding:82px 0 64px}}.not-found .tags-list{display:flex;gap:4px}.not-found .big-text{max-width:880px;margin:16px 0 64px}@media(max-width:1439px){.not-found .big-text{margin:16px 0 32px}}@media(max-width:767px){.not-found .big-text{margin:8px 0 24px}}.page-500{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;min-height:310px}.page-500 .gradient-top.desktop{background-image:url(/build/assets/error-gradient-CDmKAsHl.svg);background-repeat:no-repeat;background-size:cover;position:fixed;top:0;right:0;left:unset;width:70%;height:70svh;z-index:1;-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0),rgba(0,0,0,0));mask-image:linear-gradient(to bottom,#000,#0000);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (max-width:1919px){.page-500 .gradient-top.desktop{width:100%}}.page-500 .gradient-top.mobile{background-image:url(/build/assets/error-gradient-mobile-C9K8ePWZ.svg);background-repeat:no-repeat;background-size:cover;position:fixed;top:0;right:0;left:unset;width:100%;height:70svh;z-index:1;-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0),rgba(0,0,0,0));mask-image:linear-gradient(to bottom,#000,#0000);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.page-500 .gradient-bottom.desktop{background-image:url(/build/assets/error-gradient-1-DWVJkG8O.svg);background-repeat:no-repeat;background-size:cover;position:fixed;bottom:0;left:0;width:70%;height:70svh;z-index:1;-webkit-mask-image:linear-gradient(to top,rgb(0,0,0),rgba(0,0,0,0)),linear-gradient(to left,rgb(0,0,0),rgba(0,0,0,0));mask-image:linear-gradient(to top,#000,#0000),linear-gradient(to right,#000,#0000);-webkit-mask-repeat:no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat;-webkit-mask-size:100% 100%,100% 100%;mask-size:100% 100%,100% 100%;-webkit-mask-composite:source-in;mask-composite:intersect}@media screen and (max-width:1919px){.page-500 .gradient-bottom.desktop{width:100%}}.page-500 .gradient-bottom.mobile{background-image:url(/build/assets/error-gradient-mobile-1-DoCvH0eW.svg);background-repeat:no-repeat;background-size:cover;position:fixed;bottom:0;left:0;width:100%;height:70svh;z-index:1;-webkit-mask-image:linear-gradient(to top,rgb(0,0,0),rgba(0,0,0,0));mask-image:linear-gradient(to top,#000,#0000);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (max-width:479px){.page-500 .gradient-bottom{display:none}}.page-500 .desktop{display:flex}@media screen and (max-width:767px){.page-500 .desktop{display:none}}.page-500 .mobile{display:none}@media screen and (max-width:767px){.page-500 .mobile{display:flex}}.page-500 .box{max-width:880px;flex-grow:1;display:flex;flex-direction:column;align-items:center;z-index:2}@media screen and (max-width:1439px){.page-500 .box{max-width:635px}}@media screen and (max-width:1023px){.page-500 .box{max-width:704px}}@media screen and (max-width:767px){.page-500 .box{max-width:unset;width:calc(100% - 32px);flex-grow:unset}}.page-500 .logo{width:99px}.page-500 .logo svg{width:100%}.page-500 h1{text-align:center}.page-500 p{text-align:center;margin-top:16px}.content-item-page .video-banner{display:flex;align-items:end;justify-content:end;height:100svh;min-height:unset;padding-top:646px;max-height:1500px}@media screen and (max-width:1919px){.content-item-page .video-banner{height:auto;padding-top:346px}}@media screen and (max-width:1023px){.content-item-page .video-banner{height:auto}}@media screen and (max-width:767px){.content-item-page .video-banner{height:auto;padding-top:312px}}.content-item-page .video-banner .text-container{z-index:3;display:flex;flex-direction:row;align-items:end;justify-content:space-between}@media screen and (max-width:1439px){.content-item-page .video-banner .text-container{flex-direction:column;align-items:start;justify-content:start;gap:43px}}@media screen and (max-width:1023px){.content-item-page .video-banner .text-container{gap:32px}}@media screen and (max-width:767px){.content-item-page .video-banner .text-container{gap:24px;margin-right:0;margin-left:0;width:100%}}@media screen and (max-width:479px){.content-item-page .video-banner .text-container{gap:24px;margin-right:16px;margin-left:16px;width:calc(100% - 32px)}}.content-item-page .video-banner .top-side{width:49%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:64px}.content-item-page .video-banner .top-side .titles{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;max-width:unset}@media screen and (max-width:767px){.content-item-page .video-banner .top-side .titles{gap:8px;padding:0 16px}}@media screen and (max-width:479px){.content-item-page .video-banner .top-side .titles{padding:0}}.content-item-page .video-banner .top-side .buttons-container{display:flex;flex-direction:row;align-items:center;gap:4px}@media screen and (max-width:767px){.content-item-page .video-banner .top-side .buttons-container{padding:0 16px;overflow:auto;max-width:100%}.content-item-page .video-banner .top-side .buttons-container::-webkit-scrollbar{display:none;width:0!important;height:0!important;background:transparent}.content-item-page .video-banner .top-side .buttons-container{-ms-overflow-style:none;scrollbar-width:none}}@media screen and (max-width:479px){.content-item-page .video-banner .top-side .buttons-container{display:flex;flex-direction:column;align-items:flex-start;padding:0;overflow:unset}}@media screen and (max-width:1439px){.content-item-page .video-banner .top-side{width:100%;gap:32px}}@media screen and (max-width:767px){.content-item-page .video-banner .top-side{gap:24px}}@media screen and (max-width:767px){.content-item-page .desktop-btn{display:none}}.content-item-page .mobile-btn{display:none}@media screen and (max-width:767px){.content-item-page .mobile-btn{display:flex}}@media screen and (max-width:767px){.content-item-page .favorite-btn.mobile-btn{padding:0 16px}}@media screen and (max-width:479px){.content-item-page .favorite-btn.mobile-btn{padding:0}}.content-item-page .seasons-container{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:4px}.content-item-page .left-side.medium-list{width:100%;display:none;columns:3;column-gap:16px}.content-item-page .left-side.medium-list .list-item{margin-bottom:16px}@media screen and (max-width:767px){.content-item-page .left-side.medium-list .list-item{margin-bottom:8px}}@media screen and (max-width:479px){.content-item-page .left-side.medium-list .list-item{margin-bottom:0}}@media screen and (max-width:1439px){.content-item-page .left-side.medium-list{display:block}}@media screen and (max-width:1023px){.content-item-page .left-side.medium-list{columns:2}}@media screen and (max-width:767px){.content-item-page .left-side.medium-list{padding:0 16px}}@media screen and (max-width:479px){.content-item-page .left-side.medium-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;padding:0}}.content-item-page .left-side.medium-list .column-container{display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width:767px){.content-item-page .left-side.medium-list .column-container{align-items:start}}@media screen and (max-width:479px){.content-item-page .left-side.medium-list .column-container{align-items:end}}.content-item-page .left-side.desktop-list{display:flex;flex-direction:row;align-items:end;justify-content:start;gap:32px}@media screen and (max-width:1439px){.content-item-page .left-side.desktop-list{display:none}}.content-item-page .left-side.desktop-list .left,.content-item-page .left-side.desktop-list .right{width:272px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px}@media screen and (max-width:1919px){.content-item-page .left-side.desktop-list .left,.content-item-page .left-side.desktop-list .right{width:192px}}.content-item-page .list-item{display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:8px;break-inside:avoid;page-break-inside:avoid;-webkit-column-break-inside:avoid}@media screen and (max-width:479px){.content-item-page .list-item{width:100%;display:flex;flex-direction:row;align-items:center;gap:16px;justify-content:space-between;align-items:start}}@media screen and (max-width:479px){.content-item-page .list-item .big-text{font-size:12px}}.content-item-page .row-container{display:flex;flex-direction:row;align-items:center;gap:16px}.content-item-page .column-container{display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:8px}@media screen and (max-width:479px){.content-item-page .column-container{display:flex;flex-direction:row;align-items:center;gap:8px}}.content-item-page .icon-container{position:absolute;top:152px;right:0;left:0;display:flex;flex-direction:row;align-items:center;align-items:end;justify-content:end;z-index:2}@media screen and (max-width:1439px){.content-item-page .icon-container{top:120px}}@media screen and (max-width:767px){.content-item-page .icon-container{align-items:start;justify-content:start}}.content-item-page .icon-container .logo{max-width:323px;max-height:96px;object-fit:contain}@media screen and (max-width:1439px){.content-item-page .icon-container .logo{max-width:215px;max-height:64px}}@media screen and (max-width:1023px){.content-item-page .icon-container .logo{max-width:161px;max-height:48px}}.content-item-page .frames-swiper .frames-slide{border-radius:24px;height:auto;aspect-ratio:1.77/1}@media screen and (max-width:1439px){.content-item-page .frames-swiper .frames-slide{border-radius:16px}}@media screen and (max-width:767px){.content-item-page .frames-swiper .frames-slide{border-radius:8px}}.content-item-page .frames-swiper .frames-slide img{width:100%;height:100%;border-radius:24px}@media screen and (max-width:1439px){.content-item-page .frames-swiper .frames-slide img{border-radius:16px}}@media screen and (max-width:767px){.content-item-page .frames-swiper .frames-slide img{border-radius:8px}}.content-item-page .frames-swiper .frames-slide .skeleton{border-radius:24px}@media screen and (max-width:1439px){.content-item-page .frames-swiper .frames-slide .skeleton{border-radius:16px}}@media screen and (max-width:767px){.content-item-page .frames-swiper .frames-slide .skeleton{border-radius:8px}}.episode-description-modal,.promo-description-modal{z-index:15;visibility:hidden;opacity:0;transition:all .3s}.episode-description-modal.open,.promo-description-modal.open{visibility:visible;opacity:1}@media screen and (max-width:767px){.episode-description-modal,.promo-description-modal{min-height:840px}}@media screen and (max-width:479px){.episode-description-modal,.promo-description-modal{min-height:568px}}.episode-description-modal .modal-wrapper,.promo-description-modal .modal-wrapper{width:576px;height:auto;max-height:576px;min-height:370px;padding:32px 32px 5px}@media screen and (max-width:1439px){.episode-description-modal .modal-wrapper,.promo-description-modal .modal-wrapper{min-height:362px}}@media screen and (max-width:1023px){.episode-description-modal .modal-wrapper,.promo-description-modal .modal-wrapper{width:464px;max-height:464px}}@media screen and (max-width:767px){.episode-description-modal .modal-wrapper,.promo-description-modal .modal-wrapper{width:100%;max-width:unset;min-height:40svh;max-height:93svh;padding:32px 16px 0}}@media screen and (max-width:479px){.episode-description-modal .modal-wrapper,.promo-description-modal .modal-wrapper{width:100%;max-width:unset;min-height:60svh;max-height:80svh}}.episode-description-modal .content-wrapper,.promo-description-modal .content-wrapper{width:100%;height:100%;overflow:auto;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#C71D1D #191C22}.episode-description-modal .content-wrapper::-webkit-scrollbar,.promo-description-modal .content-wrapper::-webkit-scrollbar{width:2px}.episode-description-modal .content-wrapper::-webkit-scrollbar-track,.promo-description-modal .content-wrapper::-webkit-scrollbar-track{background:#191c22;border-radius:8px}.episode-description-modal .content-wrapper::-webkit-scrollbar-thumb,.promo-description-modal .content-wrapper::-webkit-scrollbar-thumb{background-color:#c71d1d;border-radius:8px}.episode-description-modal .content-wrapper,.promo-description-modal .content-wrapper{scroll-behavior:smooth}@media screen and (max-width:1023px){.episode-description-modal .content-wrapper::-webkit-scrollbar,.promo-description-modal .content-wrapper::-webkit-scrollbar{width:0;height:0}.episode-description-modal .content-wrapper,.promo-description-modal .content-wrapper{scrollbar-width:none}}.episode-description-modal .content-wrapper,.promo-description-modal .content-wrapper{padding-right:8px;padding-bottom:32px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}.episode-description-modal .static-content,.promo-description-modal .static-content{width:100%}.episode-description-modal .regular-text,.promo-description-modal .regular-text{max-height:unset;display:unset;opacity:1}.promo-description-modal{cursor:default}.promo-description-modal .modal-wrapper{min-height:unset;max-height:unset;max-width:576px;width:576px}@media screen and (max-width:1919px){.promo-description-modal .modal-wrapper{max-width:640px;width:640px}}@media screen and (max-width:1439px){.promo-description-modal .modal-wrapper{max-width:634px;width:634px}}@media screen and (max-width:1023px){.promo-description-modal .modal-wrapper{max-width:calc(100% - 64px);width:calc(100% - 64px)}}@media screen and (max-width:767px){.promo-description-modal .modal-wrapper{width:100%;max-width:unset;min-height:60svh;max-height:80svh}}.promo-description-modal .tag{max-width:100%;background-color:#191c22;cursor:default}.promo-description-modal .tag span{white-space:unset}.promo-description-modal .video-wrapper{width:100%;height:auto;aspect-ratio:1.77/1;border-radius:12px}.promo-description-modal .video-wrapper .video-video{width:100%;height:100%;border-radius:12px}@media screen and (max-width:767px){.promo-description-modal .video-wrapper .video-video{border-radius:10px}}.promo-description-modal .regular-text{max-height:294px;overflow:auto;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#C71D1D #191C22}.promo-description-modal .regular-text::-webkit-scrollbar{width:2px}.promo-description-modal .regular-text::-webkit-scrollbar-track{background:#191c22;border-radius:8px}.promo-description-modal .regular-text::-webkit-scrollbar-thumb{background-color:#c71d1d;border-radius:8px}.promo-description-modal .regular-text{scroll-behavior:smooth}@media screen and (max-width:1023px){.promo-description-modal .regular-text::-webkit-scrollbar{width:0;height:0}.promo-description-modal .regular-text{scrollbar-width:none}}.promo-description-modal .regular-text{padding-right:5px}.authorization-modal,.default-modal{position:fixed;inset:0;z-index:14;display:flex;align-items:start;justify-content:start;transition:all .3s;visibility:hidden;opacity:0;padding:16px}@media screen and (max-width:1023px){.authorization-modal,.default-modal{padding:0}}@media screen and (max-width:767px){.authorization-modal,.default-modal{align-items:start;justify-content:start}}.authorization-modal .overlay,.default-modal .overlay{position:absolute;inset:0;background:#111418bf;backdrop-filter:blur(8px);opacity:0;z-index:-1}.authorization-modal .close,.default-modal .close{position:absolute;top:32px;right:32px;cursor:pointer;z-index:2}@media screen and (max-width:1023px){.authorization-modal .close,.default-modal .close{top:16px;right:16px}}@media screen and (max-width:479px){.authorization-modal .submit-btn,.default-modal .submit-btn{width:100%;display:flex;align-items:center;justify-content:center}}.authorization-modal .modal-wrapper,.default-modal .modal-wrapper{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:start;padding:64px;background-color:#191c22;width:32%;transition:all .3s;transform:translate(-100%);border-radius:24px;-ms-overflow-style:none;scrollbar-width:none;overflow-y:auto}.authorization-modal .modal-wrapper::-webkit-scrollbar,.default-modal .modal-wrapper::-webkit-scrollbar{width:1px;border-radius:8px}.authorization-modal .modal-wrapper::-webkit-scrollbar-track,.default-modal .modal-wrapper::-webkit-scrollbar-track{background:#191c22;border-radius:8px}.authorization-modal .modal-wrapper::-webkit-scrollbar-thumb,.default-modal .modal-wrapper::-webkit-scrollbar-thumb{background:#c71d1d;border-radius:8px;border:2px solid #C71D1D}@media screen and (max-width:1023px){.authorization-modal .modal-wrapper::-webkit-scrollbar,.default-modal .modal-wrapper::-webkit-scrollbar{width:0;height:0}}@media screen and (max-width:1919px){.authorization-modal .modal-wrapper,.default-modal .modal-wrapper{width:40%}}@media screen and (max-width:1439px){.authorization-modal .modal-wrapper,.default-modal .modal-wrapper{width:47%;padding:32px;border-radius:16px}}@media screen and (max-width:1023px){.authorization-modal .modal-wrapper,.default-modal .modal-wrapper{width:100%;height:100svh;padding:108px 32px 32px;border-radius:0;overflow:scroll}@supports (padding: max(0px)){.authorization-modal .modal-wrapper,.default-modal .modal-wrapper{padding-bottom:calc(env(safe-area-inset-bottom) + 16px)}}}@media screen and (max-width:767px){.authorization-modal .modal-wrapper,.default-modal .modal-wrapper{width:100%;height:100svh;padding:80px 16px 32px}@supports (padding: max(0px)){.authorization-modal .modal-wrapper,.default-modal .modal-wrapper{padding-bottom:calc(env(safe-area-inset-bottom) + 32px)}}}.authorization-modal.show,.default-modal.show{visibility:visible;opacity:1;transition:all .3s}.authorization-modal.show .overlay,.default-modal.show .overlay{opacity:1;z-index:1}.authorization-modal.show .modal-wrapper,.default-modal.show .modal-wrapper{transform:translate(0)}.auth-form{width:100%;display:flex;flex-direction:column;align-items:flex-start;align-items:center;justify-content:space-between;gap:32px;height:100%}.auth-form .flex-end{align-self:flex-end;text-align:end}.auth-form .form-wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start}.auth-form .form-wrapper.disabled{opacity:.7;pointer-events:none}.auth-form .form-wrapper h2{margin-bottom:16px}@media screen and (max-width:767px){.auth-form .form-wrapper h2{margin-bottom:8px}}.auth-form .form-wrapper .regular-text{margin-bottom:64px}@media screen and (max-width:1919px){.auth-form .form-wrapper .regular-text{margin-bottom:32px}}@media screen and (max-width:767px){.auth-form .form-wrapper .regular-text{margin-bottom:24px}}.auth-form .fields-wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:32px}.auth-form .fields-wrapper.disabled{pointer-events:none}.search-page h1{margin:0 0 64px}@media(max-width:1439px){.search-page h1{margin-bottom:32px}}@media(max-width:767px){.search-page h1{margin-bottom:24px}}.search-page .grid-container{margin-bottom:64px}@media(max-width:1439px){.search-page .grid-container{margin-bottom:32px}}@media(max-width:767px){.search-page .grid-container{margin-bottom:24px}}@media(max-width:1439px){.search-page .tags-container{padding-left:0;padding-right:0}}.search-page .tag .count{color:#c71d1d;transition:all .3s}.search-page .tag.active .count{color:#f5f5f5}@media(hover:hover)and (pointer:fine){.search-page .tag:hover .count{color:#f5f5f5}}.search-page .tag.disabled{pointer-events:none}.search-page .tag.disabled span,.search-page .tag.disabled .count{color:#f5f5f540}.search-page .paginator{margin-bottom:128px}@media(max-width:1439px){.search-page .paginator{margin-bottom:96px}}@media(max-width:767px){.search-page .paginator{margin-bottom:64px}}.search-page .empty-title{max-width:728px}@media(max-width:1439px){.search-page .empty-title{max-width:472px}}@media(max-width:767px){.search-page .empty-title{max-width:unset}}.delivery-list-page,.delivery-methods{z-index:1;scroll-margin-top:150px}.delivery-list-page .title-container,.delivery-methods .title-container{display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:16px}.delivery-list-page .title-container h1,.delivery-list-page .title-container .big-text,.delivery-methods .title-container h1,.delivery-methods .title-container .big-text{max-width:57%}@media screen and (max-width:1919px){.delivery-list-page .title-container h1,.delivery-list-page .title-container .big-text,.delivery-methods .title-container h1,.delivery-methods .title-container .big-text{max-width:76%}}@media screen and (max-width:1439px){.delivery-list-page .title-container h1,.delivery-list-page .title-container .big-text,.delivery-methods .title-container h1,.delivery-methods .title-container .big-text{max-width:80%}}@media screen and (max-width:1023px){.delivery-list-page .title-container h1,.delivery-list-page .title-container .big-text,.delivery-methods .title-container h1,.delivery-methods .title-container .big-text{max-width:unset;width:100%;letter-spacing:-1.96px}}@media screen and (max-width:767px){.delivery-list-page .title-container h1,.delivery-methods .title-container h1{max-width:61%;letter-spacing:-1.28px}}@media screen and (max-width:479px){.delivery-list-page .title-container h1,.delivery-methods .title-container h1{max-width:unset;letter-spacing:-1.28px}}.delivery-list-page .links-wrapper,.delivery-methods .links-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media screen and (max-width:1439px){.delivery-list-page .links-wrapper,.delivery-methods .links-wrapper{flex-direction:column;justify-content:start;align-items:start;gap:32px;margin:0 0 32px;width:100%}}@media screen and (max-width:767px){.delivery-list-page .links-wrapper,.delivery-methods .links-wrapper{gap:24px;margin-bottom:24px}}.delivery-list-page .links-wrapper .links-container,.delivery-methods .links-wrapper .links-container{display:flex;flex-direction:row;align-items:center;justify-content:start;flex-wrap:wrap;gap:4px;max-width:80%}@media screen and (max-width:1439px){.delivery-list-page .links-wrapper .links-container,.delivery-methods .links-wrapper .links-container{width:100%;max-width:unset;flex-wrap:nowrap;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;padding:0 32px}.delivery-list-page .links-wrapper .links-container::-webkit-scrollbar,.delivery-methods .links-wrapper .links-container::-webkit-scrollbar{width:0;height:0}}@media screen and (max-width:767px){.delivery-list-page .links-wrapper .links-container,.delivery-methods .links-wrapper .links-container{padding:0 16px}}@media screen and (max-width:1439px){.delivery-list-page .links-wrapper .btn-default,.delivery-methods .links-wrapper .btn-default{margin-left:32px}}@media screen and (max-width:767px){.delivery-list-page .links-wrapper .btn-default,.delivery-methods .links-wrapper .btn-default{margin-left:16px}}.delivery-methods .buttons-container{display:flex;flex-direction:row;align-items:center;gap:4px}@media screen and (max-width:1919px){.delivery-methods .buttons-container{width:100%;max-width:unset;flex-wrap:nowrap;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;padding:0 64px}.delivery-methods .buttons-container::-webkit-scrollbar{width:0;height:0}}@media screen and (max-width:1439px){.delivery-methods .buttons-container{padding:0 32px}}@media screen and (max-width:767px){.delivery-methods .buttons-container{padding:0 16px}}@media screen and (max-width:767px){.delivery-methods .buttons-container .btn-default{margin-left:0}}@media screen and (max-width:1919px){.delivery-methods .links-container{width:100%;max-width:unset;flex-wrap:nowrap;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;padding:0 64px}.delivery-methods .links-container::-webkit-scrollbar{width:0;height:0}}@media screen and (max-width:1439px){.delivery-methods .links-container{padding:0 32px}}@media screen and (max-width:767px){.delivery-methods .links-container{padding:0 16px}}@media screen and (max-width:1919px){.delivery-methods .links-wrapper{flex-direction:column-reverse;justify-content:start;align-items:start;width:100%;gap:32px}}@media screen and (max-width:767px){.delivery-methods .links-wrapper{gap:24px}}.delivery-methods .zone-container{margin-top:40px}.coverage-area .map-container{height:auto;border-radius:24px;aspect-ratio:2.37/1;overflow:hidden}@media screen and (max-width:1439px){.coverage-area .map-container{border-radius:16px}}@media screen and (max-width:767px){.coverage-area .map-container{border-radius:8px;aspect-ratio:1/1}}@media screen and (max-width:479px){.coverage-area .map-container{border-radius:0;aspect-ratio:1/1;width:100%}}.coverage-area .map-container #zone-map{width:100%;height:100%;border-radius:24px}@media screen and (max-width:1439px){.coverage-area .map-container #zone-map{border-radius:16px}}@media screen and (max-width:767px){.coverage-area .map-container #zone-map{border-radius:8px}}@media screen and (max-width:479px){.coverage-area .map-container #zone-map{border-radius:0}}.coverage-area .map-container .ymaps-2-1-79-map{border-radius:24px}@media screen and (max-width:1439px){.coverage-area .map-container .ymaps-2-1-79-map{border-radius:16px}}@media screen and (max-width:767px){.coverage-area .map-container .ymaps-2-1-79-map{border-radius:8px}}@media screen and (max-width:479px){.coverage-area .map-container .ymaps-2-1-79-map{border-radius:0}}.coverage-area .map-container .ymaps-2-1-79-map ymaps,.coverage-area .map-container .ymaps-2-1-79-map ymaps:after,.coverage-area .map-container .ymaps-2-1-79-map ymaps:before{border-radius:24px}@media screen and (max-width:1439px){.coverage-area .map-container .ymaps-2-1-79-map ymaps,.coverage-area .map-container .ymaps-2-1-79-map ymaps:after,.coverage-area .map-container .ymaps-2-1-79-map ymaps:before{border-radius:16px}}@media screen and (max-width:767px){.coverage-area .map-container .ymaps-2-1-79-map ymaps,.coverage-area .map-container .ymaps-2-1-79-map ymaps:after,.coverage-area .map-container .ymaps-2-1-79-map ymaps:before{border-radius:8px}}@media screen and (max-width:479px){.coverage-area .map-container .ymaps-2-1-79-map ymaps,.coverage-area .map-container .ymaps-2-1-79-map ymaps:after,.coverage-area .map-container .ymaps-2-1-79-map ymaps:before{border-radius:0}}.coverage-area .map-container .ymaps-2-1-79-map-copyrights-promo,.coverage-area .map-container .ymaps-2-1-79-copyright,.coverage-area .map-container .ymaps-2-1-79-searchbox__button-cell{display:none}.coverage-area .map-container .ymaps-2-1-79-searchbox-input{width:432px}@media screen and (max-width:1439px){.coverage-area .map-container .ymaps-2-1-79-searchbox-input{width:320px}}@media screen and (max-width:767px){.coverage-area .map-container .ymaps-2-1-79-searchbox-input{width:100%}}.coverage-area .map-container .ymaps-2-1-79-searchbox__normal-layout:after{display:none}.coverage-area .map-container .ymaps-2-1-79-searchbox__input-cell{background-color:transparent}.coverage-area .map-container .ymaps-2-1-79-searchbox-input{height:56px;border-radius:16px;background-color:#191c22;box-shadow:none!important}.coverage-area .map-container .ymaps-2-1-79-__focused{box-shadow:none!important}.coverage-area .map-container .ymaps-2-1-79-searchbox-input__input{height:100%;width:100%;border-radius:16px;background-color:transparent;color:#f5f5f5;border:none;padding:16px}.coverage-area .map-container .ymaps-2-1-79-searchbox-input__input:focus{outline:none}.coverage-area .map-container .ymaps-2-1-79-search__suggest{transform:translateY(10px);border-radius:16px;background-color:#191c22;border:none;color:#f5f5f5;width:432px}@media screen and (max-width:1439px){.coverage-area .map-container .ymaps-2-1-79-search__suggest{width:320px}}@media screen and (max-width:767px){.coverage-area .map-container .ymaps-2-1-79-search__suggest{width:100%}}.coverage-area .map-container .ymaps-2-1-79-search__suggest .ymaps-2-1-79-search__suggest-item_selected_yes{background-color:transparent;color:#c71d1d}.coverage-area .map-container .ymaps-2-1-79-searchbox-list-button{display:none!important}.coverage-area .map-container .ymaps-2-1-79-islets_serp{background-color:#191c22;color:191C22}.coverage-area .map-container .ymaps-2-1-79-islets_serp:before{background:#000;display:none}.coverage-area .map-container .ymaps-2-1-79-islets_serp-popup{border-radius:16px;background-color:#191c22;border:none;color:#f5f5f5}.coverage-area .map-container .ymaps-2-1-79-islets_serp-item{background-color:#191c22;color:#f5f5f5;border:none}.coverage-area .map-container .ymaps-2-1-79-islets_serp-item.ymaps-2-1-79-islets__selected{background-color:#191c22}.coverage-area .map-container .ymaps-2-1-79-islets_serp-item__title{color:#c71d1d}.coverage-area .map-container .ymaps-2-1-79-islets_serp-popup__tail{display:none}.coverage-area .map-container .ymaps-2-1-79-float-button{border-radius:8px;background-color:#191c22;border:none;color:#f5f5f5;padding:8px 16px;width:80px!important;max-width:unset!important;height:40px;display:flex;align-items:center;justify-content:center}.coverage-area .map-container .ymaps-2-1-79-float-button .ymaps-2-1-79-float-button-text{padding:0;color:#f5f5f5;font-size:16px;font-style:normal;font-weight:400;line-height:100%}.coverage-area .map-container .ymaps-2-1-79-search_layout_panel{background-color:transparent;box-shadow:none}.coverage-area .map-container .ymaps-2-1-79-search_layout_panel .ymaps-2-1-79-search__layout{border:none}.static-content{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.static-content.hidden{display:none}.static-content h1,.static-content h2,.static-content h3,.static-content h4,.static-content h5,.static-content h6{margin-bottom:64px}@media screen and (max-width:1439px){.static-content h1,.static-content h2,.static-content h3,.static-content h4,.static-content h5,.static-content h6{margin-bottom:32px}}@media screen and (max-width:767px){.static-content h1,.static-content h2,.static-content h3,.static-content h4,.static-content h5,.static-content h6{margin-bottom:24px}}.static-content p,.static-content a,.static-content span,.static-content ul,.static-content li{color:#f5f5f5;font-size:18px;font-style:normal;font-weight:200;line-height:120%}@media screen and (max-width:1439px){.static-content p,.static-content a,.static-content span,.static-content ul,.static-content li{font-size:16px}}@media screen and (max-width:767px){.static-content p,.static-content a,.static-content span,.static-content ul,.static-content li{font-size:14px}}.static-content a{color:#c71d1d;cursor:pointer}.static-content img{max-width:100%;height:auto;object-fit:contain}.static-content ol{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;counter-reset:myCounter}.static-content ol li{color:#f5f5f5;font-size:18px;font-style:normal;font-weight:200;line-height:120%;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:10px}.static-content ol li:before{counter-increment:myCounter;content:counter(myCounter) ".";color:#c71d1d;text-align:center;font-size:18px;font-style:normal;font-weight:200;line-height:120%}@media screen and (max-width:1439px){.static-content ol li{font-size:16px}}@media screen and (max-width:767px){.static-content ol li{font-size:14px}}.static-content ul{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}.static-content ul li{color:#f5f5f5;font-size:18px;font-style:normal;font-weight:200;line-height:120%;display:flex;flex-direction:row;align-items:start;justify-content:center;gap:10px}.static-content ul li:before{margin-top:10px;content:"";min-width:24px;min-height:2px;max-width:24px;max-height:2px;background-color:#c71d1d;display:flex;flex-direction:row;align-items:center;justify-content:center}@media screen and (max-width:1439px){.static-content ul li{font-size:16px}}@media screen and (max-width:767px){.static-content ul li{font-size:14px}}.operator-page{overflow:hidden}.operator-page .separator-row{height:128px;background:#191c22;position:relative;z-index:4}@media(max-width:1439px){.operator-page .separator-row{height:96px}}@media(max-width:767px){.operator-page .separator-row{height:64px}}.operator-page .operator-banner{position:absolute;height:1080px;top:0;left:0;right:0;overflow:hidden}@media(max-width:1919px){.operator-page .operator-banner{height:810px}}@media(max-width:1439px){.operator-page .operator-banner{height:576px}}@media(max-width:1023px){.operator-page .operator-banner{height:432px}}@media(max-width:479px){.operator-page .operator-banner{height:320px}}.operator-page .operator-banner img,.operator-page .operator-banner video{position:absolute;inset:0;width:100%;z-index:-1;height:100%;object-fit:cover}.operator-page .background{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(180deg,#191c2200,#191c22);z-index:2}.operator-page .background-1{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(21deg,#191c22 24%,#0000);z-index:2}@media(max-width:767px){.operator-page .background-1{background:linear-gradient(0deg,#191c22 3%,#0000 70%)}}.operator-page .breadcrumbs{padding-bottom:424px;position:relative;z-index:5}@media(max-width:1919px){.operator-page .breadcrumbs{padding-bottom:296px}}@media(max-width:1439px){.operator-page .breadcrumbs{padding-bottom:202px}}.operator-page .textbox{position:relative;z-index:3;margin-bottom:128px}@media(max-width:1439px){.operator-page .textbox{margin-bottom:96px}}@media(max-width:767px){.operator-page .textbox{margin-bottom:64px}}.operator-page .textbox h1{margin-bottom:16px}.operator-page .textbox p{margin-bottom:64px;max-width:880px}@media(max-width:1919px){.operator-page .textbox p{max-width:640px}}@media(max-width:1439px){.operator-page .textbox p{max-width:635px;margin-bottom:32px}}@media(max-width:1023px){.operator-page .textbox p{max-width:704px}}@media(max-width:767px){.operator-page .textbox p{margin-bottom:24px}}.operator-page .textbox a{display:inline-flex}@media(max-width:1023px){.operator-page .textbox a{padding:10px 20px}}.operator-page .swiper-component{position:relative;z-index:5}@media(max-width:1439px){.operator-page .swiper-component{overflow:hidden}}.operator-page .swiper-component .swiper-scrollbar{left:initial;right:initial}@media(max-width:767px){.operator-page .swiper-component .swiper-scrollbar .swiper-scrollbar-drag{min-width:initial}}.promo-block{width:calc(100% - 128px);margin:0 auto;position:relative;max-width:1792px}@media(max-width:1439px){.promo-block{width:calc(100% - 64px)}}@media(max-width:1023px){.promo-block{height:650px}}@media(max-width:767px){.promo-block{width:calc(100% - 32px);height:500px}}@media(max-width:479px){.promo-block{width:100%;height:450px}}.promo-block .inner{padding:64px;background:#111418;border-radius:24px;overflow:hidden;position:relative}@media(max-width:1439px){.promo-block .inner{padding:32px}}@media(max-width:1023px){.promo-block .inner{height:650px;border-radius:16px}}@media(max-width:767px){.promo-block .inner{padding:25px;height:500px;border-radius:8px}}@media(max-width:479px){.promo-block .inner{padding:64px 43px;height:450px;border-radius:0}}.promo-block .main-title{max-width:678px;margin-bottom:50px;letter-spacing:-5.76px}@media(max-width:1919px){.promo-block .main-title{font-size:64px;margin-bottom:64px;letter-spacing:-2.56px;max-width:467px}}@media(max-width:1439px){.promo-block .main-title{font-size:49px;letter-spacing:-1.96px;margin-bottom:32px;max-width:358px}}@media(max-width:1023px){.promo-block .main-title{margin:0 auto 32px;text-align:center}}@media(max-width:767px){.promo-block .main-title{font-size:32px;margin-bottom:24px;max-width:234px}}.promo-block .ellipses{position:absolute;right:0;bottom:0;top:0;z-index:0}@media(max-width:1023px){.promo-block .ellipses{left:-780px;filter:blur(10px);top:initial}}.promo-block .promo-block-img1{position:absolute;right:-42px;top:-122px;bottom:-116px;z-index:2}@media(max-width:1919px){.promo-block .promo-block-img1{max-width:825px;right:-107px;top:-94px;bottom:initial}}@media(max-width:1439px){.promo-block .promo-block-img1{max-width:560px;right:-71px;top:-74px}}@media(max-width:1023px){.promo-block .promo-block-img1{max-width:877px;top:162px;left:-87px;right:-87px}}@media(max-width:767px){.promo-block .promo-block-img1{max-width:625px;left:50%;right:initial;transform:translate(-50%)!important;top:148px}}@media(max-width:479px){.promo-block .promo-block-img1{max-width:468px;bottom:-50px;left:50%;top:initial;transform:translate(-50%)!important}}.promo-block .promo-block-img2{position:absolute;right:390px;bottom:0;z-index:3}@media(max-width:1919px){.promo-block .promo-block-img2{max-width:471px;right:224px;bottom:-16px}}@media(max-width:1439px){.promo-block .promo-block-img2{max-width:373px;right:142px;bottom:-13px}}@media(max-width:1023px){.promo-block .promo-block-img2{max-width:570px;right:66px;bottom:-20px}}@media(max-width:767px){.promo-block .promo-block-img2{max-width:386px;right:initial;bottom:-13px;left:initial}}@media(max-width:479px){.promo-block .promo-block-img2{max-width:290px;left:50%;right:initial;transform:translate(-50%)!important}}.promo-block .box{position:relative;z-index:5}@media(max-width:1023px){.promo-block .connect-btn-wrapper{display:flex;justify-content:center}}.promo-block{perspective:800px;-webkit-perspective:800px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.promo-block:has(.btn-default:hover) .promo-block-img1{transform:scale(1.3)!important}@media(max-width:1023px){.promo-block:has(.btn-default:hover) .promo-block-img1{transform:unset}}.promo-block:has(.btn-default:hover) .promo-block-img2{transform:translateZ(70px)!important;-webkit-transform:translateZ(70px)!important}@media(max-width:767px){.promo-block:has(.btn-default:hover) .promo-block-img2{transform:unset}}.sales-block{margin-bottom:128px}@media(max-width:1439px){.sales-block{margin-bottom:96px}}@media(max-width:767px){.sales-block{margin-bottom:64px}}.sales-block .sales-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:64px}@media(max-width:1439px){.sales-block .sales-top{margin-bottom:32px}}@media(max-width:767px){.sales-block .sales-top{margin-bottom:24px}}.advertising-page .title-container{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (max-width:767px){.advertising-page .title-container{gap:8px}}.advertising-page .advertising-list{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media screen and (max-width:1439px){.advertising-page .advertising-list{gap:16px}}@media screen and (max-width:1023px){.advertising-page .advertising-list{display:flex;flex-direction:column;align-items:flex-start}}@media screen and (max-width:767px){.advertising-page .advertising-list{gap:24px}}@media screen and (max-width:479px){.advertising-page .advertising-list{width:100%;gap:0;margin-bottom:0}}.advertising-page .advertising-list .span-2{grid-column:span 2}.advertising-page .advertising-item{width:100%;border-radius:24px;padding:64px;background-color:#111418;position:relative}@media screen and (max-width:1439px){.advertising-page .advertising-item{border-radius:16px;padding:32px}}@media screen and (max-width:767px){.advertising-page .advertising-item{border-radius:8px;padding:16px}}@media screen and (max-width:479px){.advertising-page .advertising-item{border-radius:0;padding:64px 16px 0}}.advertising-page .advertising-item .text-container{width:100%;gap:0}.advertising-page .advertising-item .h1,.advertising-page .advertising-item .big-text{color:#f5f5f5}.advertising-page .advertising-item:first-of-type{height:452px;display:flex;flex-direction:row;align-items:start;justify-content:space-between;overflow:hidden}.advertising-page .advertising-item:first-of-type .h1{max-width:49%}.advertising-page .advertising-item:first-of-type .big-text{max-width:46%}@media screen and (max-width:1919px){.advertising-page .advertising-item:first-of-type{height:516px}.advertising-page .advertising-item:first-of-type .h1{max-width:49%}.advertising-page .advertising-item:first-of-type .big-text{max-width:49%}}@media screen and (max-width:1439px){.advertising-page .advertising-item:first-of-type{height:381px}.advertising-page .advertising-item:first-of-type .h1{max-width:49%}.advertising-page .advertising-item:first-of-type .big-text{max-width:49%}}@media screen and (max-width:1023px){.advertising-page .advertising-item:first-of-type{height:666px;flex-direction:column;align-items:center;justify-content:start}.advertising-page .advertising-item:first-of-type .h1{max-width:unset}.advertising-page .advertising-item:first-of-type .big-text{max-width:unset}}@media screen and (max-width:767px){.advertising-page .advertising-item:first-of-type{height:480px}}@media screen and (max-width:479px){.advertising-page .advertising-item:first-of-type{height:560px}}.advertising-page .advertising-item:first-of-type .front-image{width:586px;height:452px;right:2%;bottom:0;z-index:0}@media screen and (max-width:1919px){.advertising-page .advertising-item:first-of-type .front-image{right:0;width:625px;height:482px}}@media screen and (max-width:1439px){.advertising-page .advertising-item:first-of-type .front-image{width:494px;height:381px}}@media screen and (max-width:1023px){.advertising-page .advertising-item:first-of-type .front-image{width:508px;height:392px;right:unset;left:26%}}@media screen and (max-width:767px){.advertising-page .advertising-item:first-of-type .front-image{width:328px;height:252px;left:26%}}@media screen and (max-width:479px){.advertising-page .advertising-item:first-of-type .front-image{width:296px;height:228px;left:calc(50% - 148px)}}.advertising-page .advertising-item:first-of-type .back-image{width:502px;height:406px;bottom:-10px;right:22%;z-index:0}@media screen and (max-width:1919px){.advertising-page .advertising-item:first-of-type .back-image{width:386px;height:313px;right:36%}}@media screen and (max-width:1439px){.advertising-page .advertising-item:first-of-type .back-image{width:305px;height:247px;right:38%}}@media screen and (max-width:1023px){.advertising-page .advertising-item:first-of-type .back-image{width:314px;height:254px;right:unset;left:2%}}@media screen and (max-width:767px){.advertising-page .advertising-item:first-of-type .back-image{width:202px;height:164px;left:0}}@media screen and (max-width:479px){.advertising-page .advertising-item:first-of-type .back-image{display:none}}.advertising-page .advertising-item:first-of-type .gradient-block{background-image:url(/build/assets/gradient-first-CZ-D5Xkm.svg);z-index:1}.advertising-page .advertising-item:first-of-type .gradient-block-mobile{background-image:url(/build/assets/first-gradient-mobile-D6_VS1j2.svg)}@media screen and (max-width:767px){.advertising-page .advertising-item:first-of-type .gradient-block-mobile{top:unset;bottom:0;height:90%}}@media screen and (max-width:479px){.advertising-page .advertising-item:first-of-type .gradient-block-mobile{bottom:-15px}}.advertising-page .advertising-item:nth-of-type(2),.advertising-page .advertising-item:nth-of-type(3){display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;height:875px}@media screen and (max-width:1919px){.advertising-page .advertising-item:nth-of-type(2),.advertising-page .advertising-item:nth-of-type(3){height:780px}}@media screen and (max-width:1023px){.advertising-page .advertising-item:nth-of-type(2),.advertising-page .advertising-item:nth-of-type(3){height:666px;align-items:center}}@media screen and (max-width:767px){.advertising-page .advertising-item:nth-of-type(2),.advertising-page .advertising-item:nth-of-type(3){height:480px}}@media screen and (max-width:479px){.advertising-page .advertising-item:nth-of-type(2),.advertising-page .advertising-item:nth-of-type(3){height:560px}}.advertising-page .advertising-item:nth-of-type(2){overflow:hidden}.advertising-page .advertising-item:nth-of-type(2) .front-image{width:604px;height:336px;bottom:-19px;left:11%;z-index:0}@media screen and (max-width:1919px){.advertising-page .advertising-item:nth-of-type(2) .front-image{width:449px;height:250px;bottom:-8px;left:8%}}@media screen and (max-width:1439px){.advertising-page .advertising-item:nth-of-type(2) .front-image{width:347px;height:194px;bottom:-10px;left:7%}}@media screen and (max-width:1023px){.advertising-page .advertising-item:nth-of-type(2) .front-image{width:372px;height:208px;bottom:-10px;left:16%}}@media screen and (max-width:767px){.advertising-page .advertising-item:nth-of-type(2) .front-image{width:245px;height:137px;bottom:-10px}}@media screen and (max-width:479px){.advertising-page .advertising-item:nth-of-type(2) .front-image{width:245px;height:137px;bottom:-10px;left:calc(50% - 122.5px)}}.advertising-page .advertising-item:nth-of-type(2) .back-image{width:766px;height:490px;bottom:45px;right:-92px;z-index:0}@media screen and (max-width:1919px){.advertising-page .advertising-item:nth-of-type(2) .back-image{width:479px;height:306px;bottom:99px;right:-75px}}@media screen and (max-width:1439px){.advertising-page .advertising-item:nth-of-type(2) .back-image{width:373px;height:239px;bottom:65px;right:-86px}}@media screen and (max-width:1023px){.advertising-page .advertising-item:nth-of-type(2) .back-image{width:595px;height:381px;bottom:-10px;left:calc(50% - 297px)}}@media screen and (max-width:479px){.advertising-page .advertising-item:nth-of-type(2) .back-image{width:391px;height:250px;bottom:-10px;left:calc(50% - 195px)}}.advertising-page .advertising-item:nth-of-type(2) .gradient-block{background-image:url(/build/assets/gradient-second-DMI0HnmV.svg);z-index:1;top:unset;bottom:0;height:95%}@media screen and (max-width:1919px){.advertising-page .advertising-item:nth-of-type(2) .gradient-block{height:77%}}.advertising-page .advertising-item:nth-of-type(2) .gradient-block-mobile{background-image:url(/build/assets/second-gradient-mobile-Dh_n7x1D.svg);z-index:1}@media screen and (max-width:1023px){.advertising-page .advertising-item:nth-of-type(2) .gradient-block-mobile{top:unset;bottom:0;height:95%}}@media screen and (max-width:767px){.advertising-page .advertising-item:nth-of-type(2) .gradient-block-mobile{height:80%}}@media screen and (max-width:479px){.advertising-page .advertising-item:nth-of-type(2) .gradient-block-mobile{bottom:-15px}}@media(hover:hover)and (pointer:fine){.advertising-page .advertising-item:nth-of-type(2):hover .btn-default{box-shadow:8px 8px 16px #c71d1d52;background-color:#c71d1d}.advertising-page .advertising-item:nth-of-type(2):hover .btn-default .icon{animation:pulse-in .15s ease forwards}.advertising-page .advertising-item:nth-of-type(2):hover .back-image{transform:scale(1.2)!important}.advertising-page .advertising-item:nth-of-type(2):hover .front-image{transform:translateZ(70px)!important}}.advertising-page .advertising-item:nth-of-type(3){overflow:hidden}.advertising-page .advertising-item:nth-of-type(3) .front-image{bottom:-155px;right:-155px;width:1016px;height:850px;z-index:0}@media screen and (max-width:1919px){.advertising-page .advertising-item:nth-of-type(3) .front-image{bottom:-121px;right:-127px;width:752px;height:595px}}@media screen and (max-width:1439px){.advertising-page .advertising-item:nth-of-type(3) .front-image{bottom:-70px;right:-67px;width:507px;height:401px}}@media screen and (max-width:1023px){.advertising-page .advertising-item:nth-of-type(3) .front-image{display:none}}.advertising-page .advertising-item:nth-of-type(3) .back-image{bottom:-155px;right:-155px;width:1016px;height:850px;z-index:0}@media screen and (max-width:1919px){.advertising-page .advertising-item:nth-of-type(3) .back-image{bottom:-121px;right:-127px;width:752px;height:595px}}@media screen and (max-width:1439px){.advertising-page .advertising-item:nth-of-type(3) .back-image{bottom:-60px;right:-48px;width:507px;height:401px}}@media screen and (max-width:1023px){.advertising-page .advertising-item:nth-of-type(3) .back-image{display:none}}.advertising-page .advertising-item:nth-of-type(3) .tablet-image{display:none}@media screen and (max-width:1023px){.advertising-page .advertising-item:nth-of-type(3) .tablet-image{display:flex;position:absolute;width:710px;height:595px;left:-55px;bottom:-101px}}@media screen and (max-width:767px){.advertising-page .advertising-item:nth-of-type(3) .tablet-image{width:448px;height:auto;aspect-ratio:1.2/1;left:0;bottom:-64px}}@media screen and (max-width:479px){.advertising-page .advertising-item:nth-of-type(3) .tablet-image{display:none}}.advertising-page .advertising-item:nth-of-type(3) .mobile-image{display:none}@media screen and (max-width:479px){.advertising-page .advertising-item:nth-of-type(3) .mobile-image{display:flex;position:absolute;width:320px;height:auto;left:calc(50% - 160px);bottom:0;object-fit:contain}}.advertising-page .advertising-item:nth-of-type(3) .gradient-block{background-image:url(/build/assets/third-gradient-9SJRbpLM.svg);z-index:1}.advertising-page .advertising-item:nth-of-type(3) .gradient-block-mobile{width:110%;background-image:url(/build/assets/third-gradient-mobile-DD-8zYMw.svg);z-index:1;left:-10px}@media(hover:hover)and (pointer:fine){.advertising-page .advertising-item:nth-of-type(3):hover .btn-default{box-shadow:8px 8px 16px #c71d1d52;background-color:#c71d1d}.advertising-page .advertising-item:nth-of-type(3):hover .btn-default .icon{animation:pulse-in .15s ease forwards}.advertising-page .advertising-item:nth-of-type(3):hover .back-image{transform:scale(1.2)!important}.advertising-page .advertising-item:nth-of-type(3):hover .front-image{transform:translateZ(70px)!important}}.advertising-page .advertising-item .text-container{display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;z-index:3}.advertising-page .advertising-item .text-container .h1{margin-bottom:16px}@media screen and (max-width:767px){.advertising-page .advertising-item .text-container .h1{margin-bottom:8px}}.advertising-page .advertising-item .text-container .big-text{margin-bottom:64px}@media screen and (max-width:1439px){.advertising-page .advertising-item .text-container .big-text{margin-bottom:32px}}@media screen and (max-width:767px){.advertising-page .advertising-item .text-container .big-text{margin-bottom:24px}}@media screen and (max-width:1023px){.advertising-page .advertising-item .text-container{align-items:center;justify-content:start}.advertising-page .advertising-item .text-container .h1,.advertising-page .advertising-item .text-container .big-text{text-align:center}}.advertising-page .advertising-item .back-image,.advertising-page .advertising-item .front-image{position:absolute;transition:transform .3s ease;will-change:transform;z-index:2}.advertising-page .advertising-item{-webkit-perspective:800px;perspective:800px;transform-style:preserve-3d}@media(hover:hover)and (pointer:fine){.advertising-page .advertising-item:hover .btn-default{box-shadow:8px 8px 16px #c71d1d52;background-color:#c71d1d}.advertising-page .advertising-item:hover .btn-default .icon{animation:pulse-in .15s ease forwards}.advertising-page .advertising-item:hover .back-image{transform:scale(1.1)!important}.advertising-page .advertising-item:hover .front-image{transform:scale(1.3)!important}}.advertising-page .advertising-item .gradient-block,.advertising-page .advertising-item .gradient-block-mobile{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background-repeat:no-repeat;background-size:cover;border-radius:24px}@media screen and (max-width:1439px){.advertising-page .advertising-item .gradient-block,.advertising-page .advertising-item .gradient-block-mobile{border-radius:16px}}@media screen and (max-width:767px){.advertising-page .advertising-item .gradient-block,.advertising-page .advertising-item .gradient-block-mobile{border-radius:8px}}@media screen and (max-width:479px){.advertising-page .advertising-item .gradient-block,.advertising-page .advertising-item .gradient-block-mobile{border-radius:0}}.advertising-page .advertising-item .gradient-block{display:flex}@media screen and (max-width:1023px){.advertising-page .advertising-item .gradient-block{display:none}}.advertising-page .advertising-item .gradient-block-mobile{display:none}@media screen and (max-width:1023px){.advertising-page .advertising-item .gradient-block-mobile{display:flex}}@media(hover:hover)and (pointer:fine){.advertising-page.is-safari .advertising-item:hover .back-image{transform:scale(1.1)!important}.advertising-page.is-safari .advertising-item:hover .front-image{transform:scale(1.3)!important}}.advertising-page .fade-in-up.initial{opacity:0;transform:translateY(30px)}.sponsor-page .video-banner{margin-bottom:0;min-height:min-content;height:100svh;padding-top:246px}@media screen and (max-width:1023px){.sponsor-page .video-banner{height:auto;padding-top:344px;padding-bottom:32px}}@media screen and (max-width:767px){.sponsor-page .video-banner{padding-top:248px;padding-bottom:24px}}.sponsor-page .video-banner .media-wrapper img{width:100%;height:100%;object-fit:cover}.sponsor-page .video-banner .text-container{z-index:2;display:flex;flex-direction:row;align-items:end;justify-content:space-between}@media screen and (max-width:1439px){.sponsor-page .video-banner .text-container{flex-direction:column;align-items:start;justify-content:start;gap:32px}}@media screen and (max-width:1023px){.sponsor-page .video-banner .text-container{width:100%;margin:0}}@media screen and (max-width:767px){.sponsor-page .video-banner .text-container{gap:24px}}.sponsor-page .video-banner .left-side{max-width:49%;display:flex;flex-direction:column;align-items:flex-start;gap:64px}@media screen and (max-width:1919px){.sponsor-page .video-banner .left-side{max-width:57%}}@media screen and (max-width:1439px){.sponsor-page .video-banner .left-side{max-width:100%;width:100%;gap:32px}}@media screen and (max-width:767px){.sponsor-page .video-banner .left-side{gap:24px}}@media screen and (max-width:1023px){.sponsor-page .video-banner .h1,.sponsor-page .video-banner .big-text{width:calc(100% - 64px);margin:0 auto}}@media screen and (max-width:767px){.sponsor-page .video-banner .h1,.sponsor-page .video-banner .big-text{width:calc(100% - 32px)}}.sponsor-page .video-banner .tags-list{display:flex;flex-direction:row;align-items:center;width:100%;flex-wrap:wrap;gap:4px}@media screen and (max-width:1023px){.sponsor-page .video-banner .tags-list{flex-wrap:nowrap;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;padding-left:32px;padding-right:32px}.sponsor-page .video-banner .tags-list::-webkit-scrollbar{width:0;height:0}}@media screen and (max-width:1023px)and (max-width:767px){.sponsor-page .video-banner .tags-list{padding-left:16px;padding-right:16px}}.sponsor-page .video-banner .right-side{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:64px}@media screen and (max-width:1439px){.sponsor-page .video-banner .right-side{width:100%;gap:32px}}@media screen and (max-width:1023px){.sponsor-page .video-banner .right-side{width:calc(100% - 64px);margin:0 auto}}@media screen and (max-width:767px){.sponsor-page .video-banner .right-side{width:calc(100% - 32px);gap:24px}}.sponsor-page .video-banner .chanel-info{width:100%}.sponsor-page .video-banner .chanel-info .desktop-container{display:flex;flex-direction:row;align-items:end;justify-content:start;gap:32px}@media screen and (max-width:1439px){.sponsor-page .video-banner .chanel-info .desktop-container{display:none}}.sponsor-page .video-banner .chanel-info .desktop-container .left,.sponsor-page .video-banner .chanel-info .desktop-container .right{width:272px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px}@media screen and (max-width:1919px){.sponsor-page .video-banner .chanel-info .desktop-container .left,.sponsor-page .video-banner .chanel-info .desktop-container .right{width:192px}}.sponsor-page .video-banner .chanel-info .desktop-container .list-item{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}.sponsor-page .video-banner .chanel-info .medium-container{width:100%;display:none;columns:3;column-gap:16px}.sponsor-page .video-banner .chanel-info .medium-container .list-item{margin-bottom:16px;page-break-inside:avoid;-webkit-column-break-inside:avoid;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}.sponsor-page .video-banner .chanel-info .medium-container .list-item .big-text{width:auto;margin:0}@media screen and (max-width:479px){.sponsor-page .video-banner .chanel-info .medium-container .list-item .big-text{font-size:12px}}@media screen and (max-width:1439px){.sponsor-page .video-banner .chanel-info .medium-container .list-item{gap:4px}}@media screen and (max-width:767px){.sponsor-page .video-banner .chanel-info .medium-container .list-item{margin-bottom:8px;gap:0}}@media screen and (max-width:479px){.sponsor-page .video-banner .chanel-info .medium-container .list-item{margin-bottom:0;width:100%;flex-direction:row;align-items:start;justify-content:space-between}}@media screen and (max-width:1439px){.sponsor-page .video-banner .chanel-info .medium-container{display:block}}@media screen and (max-width:1023px){.sponsor-page .video-banner .chanel-info .medium-container{columns:2}}@media screen and (max-width:479px){.sponsor-page .video-banner .chanel-info .medium-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}}.sponsor-page .video-banner .row-container{display:flex;flex-direction:row;align-items:center;gap:16px}.sponsor-page .video-banner .column-container{display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:8px}@media screen and (max-width:767px){.sponsor-page .video-banner .column-container{gap:0}}@media screen and (max-width:479px){.sponsor-page .video-banner .column-container{display:flex;flex-direction:row;align-items:center;gap:8px}}.sponsor-page .video-banner .main-buttons-container{display:flex;flex-direction:row;align-items:center;gap:4px}@media screen and (max-width:1439px){.sponsor-page .video-banner .main-buttons-container{display:flex;flex-direction:row;align-items:center;gap:4px}}@media screen and (max-width:767px){.sponsor-page .video-banner .main-buttons-container{display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:4px}}.sponsor-page .grid-container{display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1439px){.sponsor-page .grid-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.sponsor-page .grid-container{grid-template-columns:repeat(1,1fr)}}.sponsor-page .grid-container{column-gap:32px;row-gap:64px;align-items:stretch}@media screen and (max-width:1439px){.sponsor-page .grid-container{column-gap:16px;row-gap:32px}}@media screen and (max-width:767px){.sponsor-page .grid-container{gap:24px}}.digital-page .video-banner{height:100svh;min-height:unset;max-height:814px;padding-top:198px;margin-bottom:0}@media screen and (max-width:1919px){.digital-page .video-banner{max-height:684px}}@media screen and (max-width:1439px){.digital-page .video-banner{max-height:495px}}@media screen and (max-width:1023px){.digital-page .video-banner{padding-top:344px;padding-bottom:32px}}@media screen and (max-width:767px){.digital-page .video-banner{padding-top:248px;padding-bottom:24px;min-height:unset}}.digital-page .text-container{z-index:2;display:flex;flex-direction:row;align-items:end;justify-content:space-between}@media screen and (max-width:1439px){.digital-page .text-container{flex-direction:column;align-items:start;justify-content:start}}.digital-page .left-side{max-width:49%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (max-width:1919px){.digital-page .left-side{max-width:67%}}@media screen and (max-width:1439px){.digital-page .left-side{max-width:83%}}@media screen and (max-width:1023px){.digital-page .left-side{max-width:unset}}.digital-page .digital-item{width:100%;border-radius:24px;background:#111418;padding:64px;display:flex;flex-direction:column;align-items:flex-start;gap:32px}@media screen and (max-width:1439px){.digital-page .digital-item{border-radius:16px;padding:32px}}@media screen and (max-width:1023px){.digital-page .digital-item{align-items:center}}@media screen and (max-width:767px){.digital-page .digital-item{border-radius:8px;padding:24px;gap:8px}}.digital-page .digital-item .row-container{display:flex;flex-direction:row;align-items:center;gap:16px}.digital-page .digital-item .logo{width:90px;height:64px}@media screen and (max-width:1023px){.digital-page .digital-item .logo{width:68px;height:48px}}.digital-page .digital-item .logo img{width:100%;height:100%;object-fit:contain}.digital-page .digital-item .text-container{display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (max-width:1023px){.digital-page .digital-item .text-container{align-items:center}.digital-page .digital-item .text-container .h2,.digital-page .digital-item .text-container .big-text{text-align:center}}.digital-page .digital-item .resourses-list{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.digital-page .digital-item .resourses-list ul{display:flex;flex-direction:row;align-items:center;gap:16px;width:100%;flex-wrap:wrap}.digital-page .digital-item .resourses-list ul a{color:#c71d1d;cursor:pointer;position:relative;text-decoration:none}.digital-page .digital-item .resourses-list ul a:after{content:"";position:absolute;bottom:-1px;left:0;width:0;height:1px;background-color:#c71d1d;transition:width .3s ease}@media(hover:hover)and (pointer:fine){.digital-page .digital-item .resourses-list ul a:hover:after{width:100%}}@media screen and (max-width:1023px){.digital-page .digital-item .resourses-list ul{justify-content:center}}@media screen and (max-width:1023px){.digital-page .digital-item .resourses-list{align-items:center}}@media screen and (max-width:767px){.digital-page .digital-item .resourses-list{margin-bottom:16px}}.digital-page .digital-item .digital-resource-btn-container{margin-top:auto}.digital-page .grid-container{display:grid;grid-template-columns:repeat(12,1fr);gap:32px}@media screen and (max-width:1919px){.digital-page .grid-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:1439px){.digital-page .grid-container{gap:16px}}@media screen and (max-width:1023px){.digital-page .grid-container{display:flex;flex-direction:column;align-items:flex-start}}@media screen and (max-width:767px){.digital-page .grid-container{gap:24px}}@media screen and (max-width:479px){.digital-page .grid-container{gap:8px}}.digital-page .grid-container .digital-item{grid-column:span 6}.digital-page .grid-container .digital-item:nth-child(3){grid-column:span 7}.digital-page .grid-container .digital-item:nth-child(4){grid-column:span 5}@media screen and (max-width:1919px){.digital-page .grid-container .digital-item{grid-column:unset}.digital-page .grid-container .digital-item:nth-child(3){grid-column:unset}.digital-page .grid-container .digital-item:nth-child(4){grid-column:unset}}.schedule-page-wrapper .loader-container .skeleton{background:linear-gradient(270deg,#666,gray,#666);background-size:200% 200%;animation:gradient 2s infinite;transition:opacity .5s;opacity:1}.schedule-page-wrapper .loader-container .tags-list{display:flex;flex-direction:row;align-items:center;gap:4px;flex-wrap:wrap}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.schedule-page{position:relative}.schedule-page .top-container{display:flex;align-items:start;justify-content:space-between}@media screen and (max-width:1439px){.schedule-page .top-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:32px}}@media screen and (max-width:767px){.schedule-page .top-container{gap:24px}}.schedule-page .top-container .tags-list{display:flex;flex-direction:row;align-items:center;gap:4px;flex-wrap:wrap;width:67%}@media screen and (max-width:1919px){.schedule-page .top-container .tags-list{width:72%}}@media screen and (max-width:1439px){.schedule-page .top-container .tags-list{width:100%;flex-wrap:nowrap;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;padding-left:32px;padding-right:32px}.schedule-page .top-container .tags-list::-webkit-scrollbar{display:none;width:0!important;height:0!important;background:transparent}.schedule-page .top-container .tags-list{-ms-overflow-style:none;scrollbar-width:none}.schedule-page .top-container .tags-list::-webkit-scrollbar{width:0;height:0}}@media screen and (max-width:767px){.schedule-page .top-container .tags-list{padding-left:16px;padding-right:16px}}.schedule-page .top-container .field_container_class{max-width:424px}@media screen and (max-width:1919px){.schedule-page .top-container .field_container_class{max-width:304px}}@media screen and (max-width:1439px){.schedule-page .top-container .field_container_class{max-width:472px;padding-left:32px}}@media screen and (max-width:1023px){.schedule-page .top-container .field_container_class{max-width:unset;width:50%;padding-left:32px}}@media screen and (max-width:767px){.schedule-page .top-container .field_container_class{width:100%;padding-left:16px;padding-right:16px}}.schedule-page .grid-container{display:grid;grid-template-columns:repeat(4,1fr);column-gap:32px;row-gap:64px}@media screen and (max-width:1919px){.schedule-page .grid-container{grid-template-columns:repeat(3,1fr);column-gap:32px}}@media screen and (max-width:1439px){.schedule-page .grid-container{column-gap:16px;row-gap:32px}}@media screen and (max-width:1023px){.schedule-page .grid-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.schedule-page .grid-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px}}.schedule-page .schedule-banner{width:100%;grid-column:span 4;border-radius:24px;border:2px solid rgba(245,245,245,.25);padding:64px;display:flex;flex-direction:column;align-items:flex-start;gap:32px;position:relative;scroll-margin-top:100px}@media screen and (max-width:1919px){.schedule-page .schedule-banner{grid-column:span 3}}@media screen and (max-width:1439px){.schedule-page .schedule-banner{border-radius:16px;padding:32px}}@media screen and (max-width:1023px){.schedule-page .schedule-banner{grid-column:span 2;padding:32px 0}}@media screen and (max-width:767px){.schedule-page .schedule-banner{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:15;gap:24px;padding:16px 0;border-radius:0;background-color:#191c22;border:none}@supports (padding: max(16px)){.schedule-page .schedule-banner{padding-bottom:calc(env(safe-area-inset-bottom) + 16px)}}}.schedule-page .schedule-banner .close-btn{position:absolute;top:64px;right:64px;cursor:pointer;width:48px;height:48px;border-radius:50%;background-color:#c71d1d;display:flex;align-items:center;justify-content:center;transition:all .3s}@media screen and (max-width:1439px){.schedule-page .schedule-banner .close-btn{top:32px;right:32px;width:44px;height:44px}}@media screen and (max-width:767px){.schedule-page .schedule-banner .close-btn{position:relative;top:unset;right:unset;margin-left:auto;max-width:40px;min-width:40px;max-height:40px;min-height:40px;margin-right:16px}}.schedule-page .schedule-banner .close-btn .icon{width:24px;height:24px;opacity:.5}@media screen and (max-width:1439px){.schedule-page .schedule-banner .close-btn .icon{opacity:1}}.schedule-page .schedule-banner .tags-list{display:flex;flex-direction:row;align-items:center;gap:4px;max-width:100%;flex-wrap:wrap}@media screen and (max-width:1023px){.schedule-page .schedule-banner .tags-list{flex-wrap:nowrap;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;padding-left:32px;padding-right:32px;min-height:40px}.schedule-page .schedule-banner .tags-list::-webkit-scrollbar{display:none;width:0!important;height:0!important;background:transparent}.schedule-page .schedule-banner .tags-list{-ms-overflow-style:none;scrollbar-width:none}.schedule-page .schedule-banner .tags-list::-webkit-scrollbar{width:0;height:0}}@media screen and (max-width:767px){.schedule-page .schedule-banner .tags-list{flex-wrap:nowrap;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;padding-left:16px;padding-right:16px;min-height:40px}.schedule-page .schedule-banner .tags-list::-webkit-scrollbar{display:none;width:0!important;height:0!important;background:transparent}.schedule-page .schedule-banner .tags-list{-ms-overflow-style:none;scrollbar-width:none}.schedule-page .schedule-banner .tags-list::-webkit-scrollbar{width:0;height:0}}@media screen and (max-width:1023px){.schedule-page .schedule-banner h4{padding-left:32px;padding-right:32px}}@media screen and (max-width:767px){.schedule-page .schedule-banner h4{padding-left:16px;padding-right:16px}}.schedule-page .schedule-banner .list{column-gap:32px;width:100%;columns:4}@media screen and (max-width:1919px){.schedule-page .schedule-banner .list{columns:3}}@media screen and (max-width:1023px){.schedule-page .schedule-banner .list{columns:2;padding:0 32px}}@media screen and (max-width:767px){.schedule-page .schedule-banner .list{columns:1;display:flex;flex-direction:column;align-items:flex-start;max-height:100%;overflow-y:scroll;padding-right:20px;padding-bottom:10px;padding-left:16px;overflow-y:auto}.schedule-page .schedule-banner .list::-webkit-scrollbar{width:1px;border-radius:8px}.schedule-page .schedule-banner .list::-webkit-scrollbar-track{background:#191c22;border-radius:8px}.schedule-page .schedule-banner .list::-webkit-scrollbar-thumb{background:#c71d1d;border-radius:8px;border:2px solid #C71D1D}}@media screen and (max-width:767px)and (max-width:1023px){.schedule-page .schedule-banner .list::-webkit-scrollbar{width:0;height:0}}@media screen and (max-width:767px){@supports (padding: max(16px)){.schedule-page .schedule-banner .list{padding-bottom:calc(env(safe-area-inset-bottom) + 16px)}}}.schedule-page .schedule-banner .list .item{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;overflow:hidden;width:100%;cursor:pointer;transition:all .3s;position:relative;border-radius:8px;padding:16px;margin-bottom:4px}@media(hover:hover)and (pointer:fine){.schedule-page .schedule-banner .list .item:hover{background-color:#111418}}@media screen and (max-width:1439px){.schedule-page .schedule-banner .list .item{gap:8px;border-radius:0;padding:14px 0;margin-bottom:0}}@media screen and (max-width:767px){.schedule-page .schedule-banner .list .item{overflow:visible;gap:6px;padding:12px 0}}.schedule-page .schedule-banner .list .item .text{width:100%;display:flex;flex-direction:row;align-items:center;gap:16px}@media screen and (max-width:1439px){.schedule-page .schedule-banner .list .item .text{gap:8px}}@media screen and (max-width:767px){.schedule-page .schedule-banner .list .item .text{gap:6px}}.schedule-page .schedule-banner .list .item .desk{white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden;display:inline-block}.schedule-page .schedule-banner .list .item.grey{color:#f5f5f540}.schedule-page .schedule-banner .list .item.active{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding-bottom:8px}@media screen and (max-width:1439px){.schedule-page .schedule-banner .list .item.active{padding-bottom:6px}}@media screen and (max-width:767px){.schedule-page .schedule-banner .list .item.active{padding-bottom:4px}}.schedule-page .schedule-banner .progress-bar{width:100%;height:2px;border-radius:10px;background:#f5f5f540;position:relative}.schedule-page .schedule-banner .progress-bar .active-line{border-radius:3px;background:#c71d1d;height:4px;position:absolute;top:-1px;left:0;transition:all .3s}.schedule-page .empty-container{grid-column:span 4;display:flex;flex-direction:column;align-items:flex-start;gap:16px;max-width:728px}@media screen and (max-width:1919px){.schedule-page .empty-container{grid-column:span 3}}@media screen and (max-width:1439px){.schedule-page .empty-container{max-width:472px}}@media screen and (max-width:1023px){.schedule-page .empty-container{grid-column:span 2}}@media screen and (max-width:767px){.schedule-page .empty-container{gap:8px;max-width:unset;width:100%}}.schedule-page .mini-modal .modal-wrapper{max-width:576px}@media screen and (max-width:1919px){.schedule-page .mini-modal .modal-wrapper{max-width:640px}}@media screen and (max-width:1439px){.schedule-page .mini-modal .modal-wrapper{max-width:634px}}@media screen and (max-width:1023px){.schedule-page .mini-modal .modal-wrapper{max-width:unset;width:calc(100% - 64px)}}@media screen and (max-width:767px){.schedule-page .mini-modal .modal-wrapper{width:100%}}@media screen and (max-width:767px){.schedule-page .mini-modal .close-btn{position:absolute;top:16px;right:16px;margin-right:0}}.schedule-page .mini-modal .tag{cursor:default}@media screen and (max-width:767px){.schedule-page .mini-modal .tag{padding:4px 8px}.schedule-page .mini-modal .tag span{font-size:12px}}.favorites-page{z-index:2}.favorites-page .buttons-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.favorites-page .tags-list{display:flex;flex-direction:row;align-items:center;gap:4px}.favorites-page .title-btn-container{position:relative}@media screen and (max-width:767px){.favorites-page .delete-button{max-width:40px;max-height:40px;min-width:40px;min-height:40px;padding:0;display:flex;align-items:center;justify-content:center}.favorites-page .delete-button .text{display:none}.favorites-page .delete-button .icon{width:24px;height:24px}}@media screen and (max-width:479px){.favorites-page .delete-button{background-color:transparent;position:absolute;top:0;right:0}}.favorites-page .grid-container{display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1439px){.favorites-page .grid-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.favorites-page .grid-container{grid-template-columns:repeat(1,1fr)}}.favorites-page .grid-container{column-gap:32px;row-gap:64px}@media screen and (max-width:1439px){.favorites-page .grid-container{column-gap:16px;row-gap:32px}}@media screen and (max-width:767px){.favorites-page .grid-container{gap:24px}}.empty-result-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:64px}@media screen and (max-width:1439px){.empty-result-container{gap:32px}}@media screen and (max-width:767px){.empty-result-container{gap:24px}}.empty-result-container .text-content-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:16px;max-width:800px}@media screen and (max-width:1439px){.empty-result-container .text-content-wrapper{max-width:635px}}@media screen and (max-width:1023px){.empty-result-container .text-content-wrapper{max-width:unset}}@media screen and (max-width:767px){.empty-result-container .text-content-wrapper{gap:8px}}.empty-result-container .text-icon{display:inline-block;color:#f5f5f5;opacity:.5;width:24px;height:24px;transform:translateY(7px)}.empty-result-container .buttons-container{display:flex;flex-direction:row;align-items:center;gap:4px}@media screen and (max-width:479px){.empty-result-container .buttons-container{flex-direction:column;align-items:start;justify-content:start}}.cart-page .cart-wrapper{display:flex;flex-direction:row;align-items:start;justify-content:space-between;gap:184px}@media screen and (max-width:1919px){.cart-page .cart-wrapper{gap:32px}}@media screen and (max-width:1439px){.cart-page .cart-wrapper{flex-direction:column;align-items:start;justify-content:start;gap:8px}}.cart-page .cart-list{width:52%}@media screen and (max-width:1919px){.cart-page .cart-list{width:49%}}@media screen and (max-width:1439px){.cart-page .cart-list{width:100%}}.cart-page .cart-list .button-wrapper{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.cart-page .cart-list .buttons-container{display:flex;flex-direction:row;align-items:center;gap:4px}.cart-page .desktop-button{display:flex}@media screen and (max-width:767px){.cart-page .desktop-button{display:none}}.cart-page .center-button{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.cart-page .mobile-button{display:none}@media screen and (max-width:767px){.cart-page .mobile-button{display:flex}}.cart-page .format-wrapper{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px;margin-bottom:32px}@media screen and (max-width:1439px){.cart-page .format-wrapper{margin-bottom:16px}}.cart-page .format-wrapper.disabled{opacity:.5;pointer-events:none}.cart-page .format-wrapper .buttons-container{display:flex;flex-direction:row;align-items:center;gap:32px}@media screen and (max-width:1439px){.cart-page .format-wrapper .buttons-container{gap:24px}}@media screen and (max-width:767px){.cart-page .format-wrapper .buttons-container{width:100%;justify-content:space-between}}.cart-page .format-wrapper .btn{gap:12px}@media screen and (max-width:1439px){.cart-page .format-wrapper .btn{gap:10px}}@media screen and (max-width:767px){.cart-page .format-wrapper .btn{gap:8px}}.cart-page .list{width:100%;display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start}@media screen and (max-width:1439px){.cart-page .list{gap:8px}}.cart-page .skeleton-list{gap:8px}.cart-page .skeleton-list .cart-item{border-radius:12px;border:none}.cart-page .form-container{width:44%;border-radius:24px;background:#111418;padding:64px;display:flex;flex-direction:column;align-items:flex-start;gap:32px;z-index:2;height:auto;transition:all .3s}@media screen and (max-width:1919px){.cart-page .form-container{width:48%}}@media screen and (max-width:1439px){.cart-page .form-container{width:100%;border-radius:16px;padding:32px;gap:16px}}@media screen and (max-width:767px){.cart-page .form-container{width:100%;margin-bottom:24px;border-radius:8px;padding:24px}}@media screen and (max-width:479px){.cart-page .form-container{border-radius:8px;padding:16px}.cart-page .form-container h3{display:none}}.cart-page .form-container .grid-form{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:32px}@media screen and (max-width:1439px){.cart-page .form-container .grid-form{column-gap:16px;row-gap:32px}}@media screen and (max-width:767px){.cart-page .form-container .grid-form{display:flex;flex-direction:column;align-items:start;justify-content:start}}.cart-page .form-container .btn-default.row-reverse{flex-direction:row-reverse}.cart-page .form-container .btn-default .icon-span{font-size:unset;display:flex;width:24px;height:24px}@media screen and (max-width:1023px){.cart-page .form-container .btn-default{padding:10px 20px}}@media screen and (max-width:767px){.cart-page .form-container .btn-default{width:100%;display:flex;justify-content:center;align-items:center;padding:8px 16px}}.cart-page .buttons-container .btn-default span{font-size:16px;line-height:24px}.cart-list.skeleton-container .btn-default{width:163px}@media screen and (max-width:767px){.cart-list.skeleton-container .btn-default{width:100px}}.cart-list.skeleton-container .list{gap:8px}.cart-list.skeleton-container .cart-item{border-radius:12px}.cart-item{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px;background-color:transparent;border-radius:0;border-bottom:1px solid rgba(245,245,245,.25);transition:background-color .3s;position:relative;page-break-inside:avoid;-webkit-column-break-inside:avoid}.cart-item:last-child{border-bottom:none}.cart-item.last-in-column{border-bottom:none}.cart-item{transition:all .3s}.cart-item:has(+.cart-item:hover){border-bottom:1px solid transparent}@media screen and (max-width:1439px){.cart-item:has(+.cart-item:hover){border-bottom:none}}@media(hover:hover)and (pointer:fine){.cart-item:hover{background-color:#111418;border-radius:16px;border-bottom:1px solid transparent}.cart-item:hover:last-of-type{border-bottom:none}.cart-item:hover .left-container .icon{opacity:1}.cart-item:hover .format-checkbox .label-checkbox{background-color:#191c22}}@media(hover:hover)and (pointer:fine)and (hover:hover)and (pointer:fine){.cart-item:hover .format-checkbox:hover .label-checkbox{background-color:#c71d1d}}@media(hover:hover)and (pointer:fine){.cart-item:hover .format-checkbox input:checked+label{background-color:#c71d1d}.cart-item:hover .format-checkbox input:checked+label span{color:#f5f5f5}.cart-item:hover .format-checkbox input:checked+label .reset{opacity:.5;width:16px;height:16px;transition:all .3s}}@media screen and (hover:hover)and (pointer:fine)and (max-width:1439px){.cart-item:hover .format-checkbox input:checked+label .reset{width:12px;height:12px}}@media screen and (hover:hover)and (pointer:fine)and (max-width:767px){.cart-item:hover .format-checkbox input:checked+label .reset{width:16px;height:16px}}@media screen and (max-width:1439px){.cart-item{padding:12px 32px;border:none;background-color:#111418;border-radius:16px}}@media screen and (max-width:1439px)and (hover:hover)and (pointer:fine){.cart-item:hover{border-bottom:none}}@media screen and (max-width:767px){.cart-item{padding:10px 24px;border-radius:8px}}@media screen and (max-width:479px){.cart-item{padding:16px;flex-direction:column;align-items:start;justify-content:start;gap:12px}}@media screen and (max-width:1439px){.cart-item .format-checkbox .label-checkbox{background-color:#191c22}}.cart-item .format-checkbox input:checked+label{background-color:#c71d1d}.cart-item .format-checkbox input:checked+label span{color:#f5f5f5}.cart-item .left-container{display:flex;flex-direction:row;align-items:center;gap:16px}.cart-item .left-container .title{color:#f5f5f5;font-size:16px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-.32px}.cart-item .left-container .icon{width:24px;height:24px;color:#f5f5f5;opacity:0;transition:all .3s;margin-top:3px}.cart-item .right-container{display:flex;flex-direction:row;align-items:center;gap:32px;z-index:6;max-width:60%}.cart-item .right-container .delete-button{min-width:24px;max-width:24px;min-height:24px;max-height:24px;opacity:.5;transition:all .3s}@media(hover:hover)and (pointer:fine){.cart-item .right-container .delete-button:hover{opacity:1}}@media screen and (max-width:1439px){.cart-item .right-container .delete-button{opacity:1}}@media screen and (max-width:479px){.cart-item .right-container .delete-button{position:absolute;top:16px;right:16px}}@media screen and (max-width:1439px){.cart-item .right-container{gap:24px}}@media screen and (max-width:767px){.cart-item .right-container{gap:16px}}@media screen and (max-width:479px){.cart-item .right-container{max-width:100%}}.cart-item .format-list{display:flex;flex-direction:row;align-items:center;gap:4px;flex-wrap:wrap;justify-content:end}@media screen and (max-width:479px){.cart-item .format-list{justify-content:start}}.web-service-page{z-index:3}.web-service-page .title-container{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:50%}@media screen and (max-width:1919px){.web-service-page .title-container{width:60%}}@media screen and (max-width:1023px){.web-service-page .title-container{width:100%}}@media screen and (max-width:767px){.web-service-page .title-container{gap:8px}}.web-service-page .main-content{width:100%;display:flex;flex-direction:column;align-items:flex-start;position:relative;gap:32px}@media screen and (max-width:1439px){.web-service-page .main-content{gap:16px}}.web-service-page .main-content.disabled{pointer-events:none;opacity:.5}.web-service-page .channel-list-wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:32px}@media screen and (max-width:1439px){.web-service-page .channel-list-wrapper{gap:16px}}.web-service-page .channel-list-wrapper .list{width:100%;columns:2;column-gap:32px}@media screen and (max-width:1439px){.web-service-page .channel-list-wrapper .list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}}@media screen and (max-width:1023px){.web-service-page .channel-list-wrapper .list{display:flex;flex-direction:column;align-items:flex-start}}.web-service-page .channel-list-wrapper.skeleton-container .list{gap:16px}.web-service-page .channel-list-wrapper.skeleton-container .list .cart-item{border-radius:16px;border-bottom:none}.web-service-page .formats-wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:32px}@media screen and (max-width:1439px){.web-service-page .formats-wrapper{gap:16px}}.web-service-page .formats-wrapper .format-list{display:flex;flex-direction:row;align-items:center;gap:4px}.web-service-page .formats-wrapper.skeleton-container{width:100%;flex-wrap:wrap}.web-service-page .formats-wrapper.skeleton-container .format-checkbox{height:32px;width:58px;border-radius:16px}.web-service-page .web-input{width:424px;gap:16px}.web-service-page .web-input label{opacity:.5;padding-left:0}@media screen and (max-width:1439px){.web-service-page .web-input{width:50%}}@media screen and (max-width:1023px){.web-service-page .web-input{width:100%}}@media screen and (max-width:1439px){.web-service-page .cart-item{padding:12px}.web-service-page .cart-item .left-container{gap:8px}.web-service-page .cart-item .left-container .icon{opacity:1}}@media screen and (max-width:767px){.web-service-page .cart-item{padding:10px}}@media screen and (max-width:479px){.web-service-page .cart-item{padding:16px}.web-service-page .cart-item .left-container{width:100%;justify-content:space-between}}.web-service-page .cart-item:last-child{border-bottom:1px solid rgba(245,245,245,.25)}@media(hover:hover)and (pointer:fine){.web-service-page .cart-item:last-child:hover{border-bottom:1px solid transparent}}@media screen and (max-width:1439px){.web-service-page .cart-item:last-child{border-bottom:none}}@media screen and (max-width:479px){.web-service-page .main-form-wrapper{margin-bottom:0}}.page-cabinet{z-index:2}.page-cabinet:has(.cabinet-card){overflow-x:unset}.page-cabinet .cabinet{height:max-content}.page-cabinet .title-container{display:flex;flex-direction:row;align-items:center;align-items:end;justify-content:start;gap:32px}@media screen and (max-width:1439px){.page-cabinet .title-container{gap:24px}}@media screen and (max-width:767px){.page-cabinet .title-container{gap:16px}}.page-cabinet .attention-icon{margin-bottom:5px;cursor:pointer}.page-cabinet .attention-icon svg{width:24px;height:24px;color:#c71d1d}@media screen and (max-width:1439px){.page-cabinet .attention-icon{margin-bottom:0}}@media screen and (max-width:767px){.page-cabinet .attention-icon{margin-bottom:-3px}}.page-cabinet .cabinet-header{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.page-cabinet .cabinet-header::-webkit-scrollbar{display:none;width:0!important;height:0!important;background:transparent}.page-cabinet .cabinet-header{-ms-overflow-style:none;scrollbar-width:none;gap:4px;margin-bottom:32px}@media screen and (max-width:1439px){.page-cabinet .cabinet-header{flex-wrap:nowrap;width:100%;margin:0 0 32px;padding-left:64px;padding-right:64px}}@media screen and (max-width:1439px)and (max-width:1439px){.page-cabinet .cabinet-header{padding-left:32px;padding-right:64px}}@media screen and (max-width:1439px)and (max-width:767px){.page-cabinet .cabinet-header{padding-left:16px;padding-right:32px}}@media screen and (max-width:767px){.page-cabinet .cabinet-header{margin-bottom:24px}}.page-cabinet .tag .count{color:#c71d1d;opacity:1}@media(hover:hover)and (pointer:fine){.page-cabinet .tag:hover .count{color:#f5f5f5}}.page-cabinet .tag.active .count{color:#f5f5f5}.cabinet-main-page{display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;grid-template-rows:auto;gap:32px;padding-top:32px}@media screen and (max-width:1439px){.cabinet-main-page{gap:16px;padding-top:0}}@media screen and (max-width:1023px){.cabinet-main-page{grid-template-columns:repeat(2,1fr);gap:16px}}@media screen and (max-width:767px){.cabinet-main-page{display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:8px}}.cabinet-main-page .cabinet-card{width:100%;border-radius:24px;background:transparent;padding:32px 32px 48px;position:relative;min-height:196px}@media screen and (max-width:1919px){.cabinet-main-page .cabinet-card{min-height:200px}}@media screen and (max-width:1439px){.cabinet-main-page .cabinet-card{border-radius:16px;padding:24px;min-height:138px}}@media screen and (max-width:1023px){.cabinet-main-page .cabinet-card:first-of-type{grid-column:span 2;min-height:119px}.cabinet-main-page .cabinet-card{min-height:150px}}@media screen and (max-width:767px){.cabinet-main-page .cabinet-card{border-radius:8px;padding:16px 16px 24px}.cabinet-main-page .cabinet-card:first-of-type{min-height:88px}.cabinet-main-page .cabinet-card{min-height:88px}}@media screen and (max-width:479px){.cabinet-main-page .cabinet-card{border-radius:8px;min-height:unset;height:auto;background:#111418;padding:0}.cabinet-main-page .cabinet-card:first-of-type{min-height:unset;height:auto}}@media(hover:hover)and (pointer:fine){.cabinet-main-page .cabinet-card:hover .background-block{opacity:1}.cabinet-main-page .cabinet-card:hover .background-block:before{animation:gradientReveal .7s forwards;transition:all .7s}}@media screen and (max-width:1439px){.cabinet-main-page .cabinet-card .h3{font-size:25px}}@media screen and (max-width:1023px){.cabinet-main-page .cabinet-card .h3{font-size:31px}}@media screen and (max-width:767px){.cabinet-main-page .cabinet-card .h3{font-size:24px}}.cabinet-main-page .cabinet-card .mobile-content{display:none}@media screen and (max-width:479px){.cabinet-main-page .cabinet-card .mobile-content{display:flex}}.cabinet-main-page .cabinet-card .tags-list{display:flex;flex-direction:row;align-items:center;gap:4px}@media screen and (max-width:479px){.cabinet-main-page .cabinet-card .tags-list{flex-wrap:wrap}}.cabinet-main-page .cabinet-card .tag{padding:8px 12px;gap:5px}.cabinet-main-page .cabinet-card .tag span{font-size:16px;opacity:1;line-height:100%}@media screen and (max-width:1439px){.cabinet-main-page .cabinet-card .tag span{font-size:12px}}@media screen and (max-width:1439px){.cabinet-main-page .cabinet-card .tag{padding:4px 8px}}.cabinet-main-page .cabinet-card .tag.pending{background-color:#c49a10}.cabinet-main-page .cabinet-card .tag.pending span{color:#111418}@media(hover:hover)and (pointer:fine){.cabinet-main-page .cabinet-card .tag.pending:hover{box-shadow:8px 8px 16px #c49a1052}}.cabinet-main-page .cabinet-card .tag.awaiting_payment,.cabinet-main-page .cabinet-card .tag.end_soon{background-color:#c71d1d}.cabinet-main-page .cabinet-card .tag.awaiting_payment span,.cabinet-main-page .cabinet-card .tag.end_soon span{color:#f5f5f5}.cabinet-main-page .cabinet-card .link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.cabinet-main-page .cabinet-card .main-block{width:calc(100% - 5px);height:calc(100% - 5px);position:absolute;top:4px;left:4px;z-index:2;background:#111418;border-radius:24px;padding:32px 32px 48px}@media screen and (max-width:1439px){.cabinet-main-page .cabinet-card .main-block{border-radius:16px;padding:24px}}@media screen and (max-width:767px){.cabinet-main-page .cabinet-card .main-block{border-radius:8px;padding:16px 16px 24px;width:100%;height:100%;top:0;left:0}}@media screen and (max-width:479px){.cabinet-main-page .cabinet-card .main-block{border-radius:8px;padding:16px;position:relative;top:unset;left:unset;right:unset;bottom:unset;z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:16px}}.cabinet-main-page .cabinet-card .background-block{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:1;transform:translateZ(0);overflow:hidden;border-radius:27px}.cabinet-main-page .cabinet-card .background-block:before{content:"";position:absolute;bottom:0;left:0;width:0;height:0;background-image:linear-gradient(135deg,#c71d1d 10%,#191c22 30% 100%);animation:gradientRevealReverse .7s forwards;transition:all .7s}@media screen and (max-width:1439px){.cabinet-main-page .cabinet-card .background-block{border-radius:18px;display:none}}.cabinet-main-page .cabinet-card .mask-container{z-index:3;position:absolute;bottom:-1px;right:0;background-color:#191c22;border-radius:32px 0 0}@media screen and (max-width:1439px){.cabinet-main-page .cabinet-card .mask-container{border-radius:21px 0 0}}.cabinet-main-page .cabinet-card .mask-container .content-wrapper{width:100%;height:100%;position:relative;padding:16px 0 0 16px}@media screen and (max-width:1439px){.cabinet-main-page .cabinet-card .mask-container .content-wrapper{padding:8px 8px 0}}.cabinet-main-page .cabinet-card .mask-container .sub{width:16px;height:16px;position:absolute;color:#191c22}@media screen and (max-width:1439px){.cabinet-main-page .cabinet-card .mask-container .sub{width:24px;height:24px}}.cabinet-main-page .cabinet-card .mask-container .sub.sub-1{top:-16px;right:0}.cabinet-main-page .cabinet-card .mask-container .sub.sub-2{bottom:0;left:-16px}.cabinet-main-page .cabinet-card .mask-container{bottom:0;right:0}.cabinet-main-page .cabinet-card .mask-container .content-wrapper{padding:16px 0 0 16px}@media screen and (max-width:1919px){.cabinet-main-page .cabinet-card .mask-container{border-radius:14px 0 0}}@media screen and (max-width:1439px){.cabinet-main-page .cabinet-card .mask-container .content-wrapper{padding:4px 0 0 4px}.cabinet-main-page .cabinet-card .mask-container .sub{width:8px;height:8px}.cabinet-main-page .cabinet-card .mask-container .sub.sub-1{top:-8px;right:0}.cabinet-main-page .cabinet-card .mask-container .sub.sub-2{bottom:0;left:-8px}}@media screen and (max-width:479px){.cabinet-main-page .cabinet-card .mask-container{display:none}}.cabinet-setting-page .tabs-container{display:flex;flex-direction:row;align-items:center;overflow-x:unset;gap:4px}@media screen and (max-width:1919px){.cabinet-setting-page .tabs-container{overflow-x:unset}}@media screen and (max-width:1439px){.cabinet-setting-page .tabs-container{flex-wrap:nowrap;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.cabinet-setting-page .tabs-container::-webkit-scrollbar{display:none;width:0!important;height:0!important;background:transparent}.cabinet-setting-page .tabs-container{-ms-overflow-style:none;scrollbar-width:none;flex-wrap:nowrap;width:100%;margin:0 0 32px;padding-left:64px;padding-right:64px}}@media screen and (max-width:1439px)and (max-width:1439px){.cabinet-setting-page .tabs-container{padding-left:32px;padding-right:64px}}@media screen and (max-width:1439px)and (max-width:767px){.cabinet-setting-page .tabs-container{padding-left:16px;padding-right:32px}}@media screen and (max-width:767px){.cabinet-setting-page .tabs-container{margin-bottom:24px}}.cabinet-setting-page .notes-container{width:100%}.cabinet-setting-page .notes-container p{text-align:end}.cabinet-setting-page .form-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:32px;width:32%}@media screen and (max-width:1439px){.cabinet-setting-page .form-wrapper{width:50%}}@media screen and (max-width:1023px){.cabinet-setting-page .form-wrapper{width:100%}}@media screen and (max-width:767px){.cabinet-setting-page .form-wrapper{gap:24px}}.cabinet-setting-page .form-container{display:flex;flex-direction:column;align-items:flex-start;gap:32px;width:100%}.cabinet-setting-page .buttons-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:end;gap:8px}@media screen and (max-width:479px){.cabinet-setting-page .buttons-container .btn-secondary{width:92px;display:flex;align-items:center;justify-content:center}.cabinet-setting-page .buttons-container .btn-primary{width:188px;display:flex;align-items:center;justify-content:center}}.cabinet-application-page{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:0}.cabinet-application-page .list-container{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:0}@media screen and (max-width:1439px){.cabinet-application-page .list-container{gap:8px}}.cabinet-application-page.loader-container .list-container{gap:20px}.cabinet-application-page.loader-container .table-item{border-bottom:none}.cabinet-application-page .application-item .item-cell.row-cell{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px;width:100%}.cabinet-application-page .application-item .item-cell:nth-child(1){min-width:160px;max-width:160px}@media screen and (max-width:1439px){.cabinet-application-page .application-item .item-cell:nth-child(1){min-width:102px;max-width:102px}}@media screen and (max-width:767px){.cabinet-application-page .application-item .item-cell:nth-child(1){width:auto;min-width:unset;max-width:unset}}.cabinet-application-page .application-item .item-cell:nth-child(2){min-width:160px;max-width:160px}@media screen and (max-width:1439px){.cabinet-application-page .application-item .item-cell:nth-child(2){min-width:136px;max-width:136px}}@media screen and (max-width:767px){.cabinet-application-page .application-item .item-cell:nth-child(2){width:auto;min-width:unset;max-width:unset}}.cabinet-application-page .application-item .item-cell:nth-child(3){min-width:110px;max-width:110px}@media screen and (max-width:1439px){.cabinet-application-page .application-item .item-cell:nth-child(3){min-width:86px;max-width:86px}}@media screen and (max-width:767px){.cabinet-application-page .application-item .item-cell:nth-child(3){width:auto;min-width:unset;max-width:unset}}.cabinet-application-page .application-item .item-cell:nth-child(4){min-width:181px;max-width:181px}@media screen and (max-width:1439px){.cabinet-application-page .application-item .item-cell:nth-child(4){width:auto;min-width:unset;max-width:unset}}@media screen and (max-width:767px){.cabinet-application-page .application-item .item-cell:nth-child(4){width:auto}}.cabinet-application-page .application-item .item-cell:nth-child(5),.cabinet-application-page .application-item .item-cell:nth-child(6){width:auto}@media screen and (max-width:767px){.cabinet-application-page .application-item .item-cell:nth-child(5),.cabinet-application-page .application-item .item-cell:nth-child(6){width:auto}}.cabinet-application-page .application-item .icon.desktop{display:flex}@media screen and (max-width:1023px){.cabinet-application-page .application-item .icon.desktop{display:none}}.cabinet-application-page .application-item .icon.mobile{display:none}@media screen and (max-width:1023px){.cabinet-application-page .application-item .icon.mobile{display:flex}}.default-modal.detail-order-modal .modal-wrapper{gap:32px}@media screen and (max-width:767px){.default-modal.detail-order-modal .modal-wrapper{gap:24px}}.default-modal.detail-order-modal .title-container{gap:32px}@media screen and (max-width:1439px){.default-modal.detail-order-modal .title-container{gap:24px}}@media screen and (max-width:767px){.default-modal.detail-order-modal .title-container{gap:16px}}.default-modal.detail-order-modal .title-container .status-container{display:flex;flex-direction:row;align-items:center;gap:32px}@media screen and (max-width:1439px){.default-modal.detail-order-modal .title-container .status-container{gap:24px}}@media screen and (max-width:767px){.default-modal.detail-order-modal .title-container .status-container{gap:16px}}.default-modal.detail-order-modal .list-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:0}@media screen and (max-width:1439px){.default-modal.detail-order-modal .list-container{gap:16px}}.default-modal.detail-order-modal .list-container .list-wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:0}@media screen and (max-width:1439px){.default-modal.detail-order-modal .list-container .list-wrapper{gap:8px}}.default-modal.detail-order-modal .list-container .list-item{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid rgba(245,245,245,.25);cursor:pointer;background-color:transparent;transition:all .3s;position:relative}.default-modal.detail-order-modal .list-container .list-item:last-of-type{border-bottom:1px solid transparent}@media screen and (max-width:1439px){.default-modal.detail-order-modal .list-container .list-item:last-of-type{border:none}}@media screen and (max-width:1439px){.default-modal.detail-order-modal .list-container .list-item{border-radius:12px;background-color:#111418;padding:12px;border:none}}@media screen and (max-width:767px){.default-modal.detail-order-modal .list-container .list-item{border-radius:8px;padding:16px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}}.default-modal.detail-order-modal .list-container .list-item .title-container{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:16px}.default-modal.detail-order-modal .list-container .list-item .title-container .icon{width:24px;height:24px;opacity:0;transition:all .3s}@media screen and (max-width:1439px){.default-modal.detail-order-modal .list-container .list-item .title-container .icon{display:none}}@media screen and (max-width:767px){.default-modal.detail-order-modal .list-container .list-item .title-container{width:calc(100% - 40px)}}.default-modal.detail-order-modal .list-container .list-item{transition:all .3s}.default-modal.detail-order-modal .list-container .list-item:has(+.default-modal.detail-order-modal .list-container .list-item:hover){border-bottom:1px solid transparent}@media screen and (max-width:1439px){.default-modal.detail-order-modal .list-container .list-item:has(+.default-modal.detail-order-modal .list-container .list-item:hover){border-bottom:none}}@media(hover:hover)and (pointer:fine){.default-modal.detail-order-modal .list-container .list-item:hover{background-color:#111418;border-radius:16px;border-bottom:1px solid transparent;padding:16px}.default-modal.detail-order-modal .list-container .list-item:hover .title-container .icon{opacity:1}}@media screen and (hover:hover)and (pointer:fine)and (max-width:1439px){.default-modal.detail-order-modal .list-container .list-item:hover{border:none}}.default-modal.detail-order-modal .list-container .flex-row{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:16px}.default-modal.detail-order-modal .list-container .flex-row .icon{width:24px;height:24px;opacity:1;display:none}@media screen and (max-width:1439px){.default-modal.detail-order-modal .list-container .flex-row .icon{display:flex}}@media screen and (max-width:767px){.default-modal.detail-order-modal .list-container .flex-row .icon{position:absolute;top:16px;right:16px}}.table-item{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:32px;border-bottom:1px solid rgba(245,245,245,.25);background-color:transparent;transition:all .3s}@media screen and (max-width:1439px){.table-item{background-color:#111418;padding:16px;border-bottom:none;border-radius:16px}}@media screen and (max-width:767px){.table-item{align-items:start;border-radius:8px}}.table-item:last-of-type{border-bottom:none}@media screen and (max-width:767px){.table-item .regular-text{font-size:18px}}.table-item .icon{min-width:24px;max-width:24px;min-height:24px;max-height:24px;opacity:0;transition:all .3s;z-index:2}@media screen and (max-width:1439px){.table-item .icon{opacity:1}}@media(hover:hover)and (pointer:fine){.table-item .icon:hover{opacity:1!important}}.table-item .icon.desktop{display:flex}@media screen and (max-width:1023px){.table-item .icon.desktop{display:none}}.table-item .icon.mobile{display:none}@media screen and (max-width:1023px){.table-item .icon.mobile{display:flex}}.table-item .left-container{display:flex;flex-direction:row;align-items:center;gap:64px}@media screen and (max-width:1919px){.table-item .left-container{gap:32px}}@media screen and (max-width:1023px){.table-item .left-container{gap:24px}}@media screen and (max-width:767px){.table-item .left-container{display:flex;flex-direction:column;align-items:flex-start;gap:8px}}@media(hover:hover)and (pointer:fine){.table-item:hover{cursor:pointer;background-color:#111418;border-bottom:1px solid transparent;border-radius:24px}.table-item:hover .icon{opacity:.5}.table-item:hover:last-of-type{border-bottom:none}}@media screen and (hover:hover)and (pointer:fine)and (max-width:1439px){.table-item:hover{border-bottom:none}}.table-item{transition:all .3s}.table-item:has(+.table-item:hover){border-bottom:1px solid transparent}@media screen and (max-width:1439px){.table-item:has(+.table-item:hover){border-bottom:none}}.table-item .status-text{overflow:visible!important}.table-item .status-text.awaiting_payment,.table-item .status-text.end_soon{position:relative;display:flex;flex-direction:row;align-items:center;gap:4px}.table-item .status-text.awaiting_payment:before,.table-item .status-text.end_soon:before{content:"";position:absolute;width:5px;height:5px;border-radius:50%;top:calc(50% - 2px);left:-12px;background-color:#c71d1d}.table-item .status-text.awaiting_payment:after,.table-item .status-text.end_soon:after{content:"";width:5px;height:5px;border-radius:50%;background-color:#c71d1d;display:none;position:relative;top:1px}@media screen and (max-width:767px){.table-item .status-text.awaiting_payment:before,.table-item .status-text.end_soon:before{display:none}.table-item .status-text.awaiting_payment:after,.table-item .status-text.end_soon:after{display:flex}}.list-item-mobile{width:100%;border-radius:8px;background:#111418;position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:16px}.list-item-mobile .icon{width:24px;height:24px;color:#f5f5f5;position:absolute;top:16px;right:16px;z-index:3}.list-item-mobile .main-link{z-index:2}.list-item-mobile .big-text{width:calc(100% - 60px)}.list-item-mobile .item{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.list-item-mobile .row-container{display:flex;flex-direction:row;align-items:center;gap:8px}.list-item-mobile .status-text{overflow:visible!important}.list-item-mobile .status-text.awaiting_payment,.list-item-mobile .status-text.end_soon{position:relative;display:flex;flex-direction:row;align-items:center;gap:4px}.list-item-mobile .status-text.awaiting_payment:before,.list-item-mobile .status-text.end_soon:before{content:"";position:absolute;width:5px;height:5px;border-radius:50%;top:calc(50% - 2px);left:-12px;background-color:#c71d1d}.list-item-mobile .status-text.awaiting_payment:after,.list-item-mobile .status-text.end_soon:after{content:"";width:5px;height:5px;border-radius:50%;background-color:#c71d1d;display:none;position:relative;top:1px}@media screen and (max-width:767px){.list-item-mobile .status-text.awaiting_payment:before,.list-item-mobile .status-text.end_soon:before{display:none}.list-item-mobile .status-text.awaiting_payment:after,.list-item-mobile .status-text.end_soon:after{display:flex}}@media screen and (max-width:1919px){.cabinet-channels-page .channel-table,.cabinet-channels-page .content-table,.cabinet-contents-page .channel-table,.cabinet-contents-page .content-table{width:100%;overflow-x:auto;margin-left:64px;padding-right:64px;padding-bottom:64px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#C71D1D #191C22}.cabinet-channels-page .channel-table::-webkit-scrollbar,.cabinet-channels-page .content-table::-webkit-scrollbar,.cabinet-contents-page .channel-table::-webkit-scrollbar,.cabinet-contents-page .content-table::-webkit-scrollbar{width:2px}.cabinet-channels-page .channel-table::-webkit-scrollbar-track,.cabinet-channels-page .content-table::-webkit-scrollbar-track,.cabinet-contents-page .channel-table::-webkit-scrollbar-track,.cabinet-contents-page .content-table::-webkit-scrollbar-track{background:#191c22;border-radius:8px}.cabinet-channels-page .channel-table::-webkit-scrollbar-thumb,.cabinet-channels-page .content-table::-webkit-scrollbar-thumb,.cabinet-contents-page .channel-table::-webkit-scrollbar-thumb,.cabinet-contents-page .content-table::-webkit-scrollbar-thumb{background-color:#c71d1d;border-radius:8px}.cabinet-channels-page .channel-table,.cabinet-channels-page .content-table,.cabinet-contents-page .channel-table,.cabinet-contents-page .content-table{scroll-behavior:smooth}}@media screen and (max-width:1919px)and (max-width:1023px){.cabinet-channels-page .channel-table::-webkit-scrollbar,.cabinet-channels-page .content-table::-webkit-scrollbar,.cabinet-contents-page .channel-table::-webkit-scrollbar,.cabinet-contents-page .content-table::-webkit-scrollbar{width:0;height:0}.cabinet-channels-page .channel-table,.cabinet-channels-page .content-table,.cabinet-contents-page .channel-table,.cabinet-contents-page .content-table{scrollbar-width:none}}@media screen and (max-width:1439px){.cabinet-channels-page .channel-table,.cabinet-channels-page .content-table,.cabinet-contents-page .channel-table,.cabinet-contents-page .content-table{margin-left:32px;padding-right:32px}}@media screen and (max-width:767px){.cabinet-channels-page .channel-table,.cabinet-channels-page .content-table,.cabinet-contents-page .channel-table,.cabinet-contents-page .content-table{width:calc(100% - 32px);margin:0 auto 32px;padding:0}}.cabinet-channels-page .list-container,.cabinet-contents-page .list-container{display:flex;flex-direction:column;align-items:flex-start;gap:0}@media screen and (max-width:1439px){.cabinet-channels-page .list-container,.cabinet-contents-page .list-container{gap:8px}}.cabinet-channels-page .channel-item,.cabinet-channels-page .content-item,.cabinet-contents-page .channel-item,.cabinet-contents-page .content-item{width:auto;min-width:100%;margin-right:64px;gap:64px;position:relative}@media screen and (max-width:1919px){.cabinet-channels-page .channel-item,.cabinet-channels-page .content-item,.cabinet-contents-page .channel-item,.cabinet-contents-page .content-item{gap:32px;min-width:unset;width:max-content}}@media screen and (max-width:1439px){.cabinet-channels-page .channel-item,.cabinet-channels-page .content-item,.cabinet-contents-page .channel-item,.cabinet-contents-page .content-item{margin-right:32px}}@media screen and (max-width:767px){.cabinet-channels-page .channel-item,.cabinet-channels-page .content-item,.cabinet-contents-page .channel-item,.cabinet-contents-page .content-item{display:none}}.cabinet-channels-page .channel-item .main-link,.cabinet-channels-page .content-item .main-link,.cabinet-contents-page .channel-item .main-link,.cabinet-contents-page .content-item .main-link{z-index:2}.cabinet-channels-page .channel-item .icon,.cabinet-channels-page .content-item .icon,.cabinet-contents-page .channel-item .icon,.cabinet-contents-page .content-item .icon{z-index:3}.cabinet-channels-page .channel-item .title,.cabinet-channels-page .content-item .title,.cabinet-contents-page .channel-item .title,.cabinet-contents-page .content-item .title{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cabinet-channels-page .channel-item .regular-text,.cabinet-channels-page .content-item .regular-text,.cabinet-contents-page .channel-item .regular-text,.cabinet-contents-page .content-item .regular-text{width:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1023px){.cabinet-channels-page .channel-item .icon,.cabinet-channels-page .content-item .icon,.cabinet-contents-page .channel-item .icon,.cabinet-contents-page .content-item .icon{transform:rotate(0)}}@media(hover:hover)and (pointer:fine){.cabinet-channels-page .channel-item .icon:hover,.cabinet-channels-page .content-item .icon:hover,.cabinet-contents-page .channel-item .icon:hover,.cabinet-contents-page .content-item .icon:hover{opacity:1}}.cabinet-channels-page .channel-item .item-cell,.cabinet-contents-page .channel-item .item-cell,.cabinet-channels-page .channel-item .item-cell .row-container,.cabinet-contents-page .channel-item .item-cell .row-container{display:flex;flex-direction:row;align-items:center;gap:8px}.cabinet-channels-page .channel-item .item-cell:nth-child(1),.cabinet-contents-page .channel-item .item-cell:nth-child(1){width:268px}.cabinet-channels-page .channel-item .item-cell:nth-child(2),.cabinet-contents-page .channel-item .item-cell:nth-child(2){width:160px}.cabinet-channels-page .channel-item .item-cell:nth-child(3),.cabinet-contents-page .channel-item .item-cell:nth-child(3){width:264px}.cabinet-channels-page .channel-item .item-cell:nth-child(4),.cabinet-contents-page .channel-item .item-cell:nth-child(4){width:123px}.cabinet-channels-page .channel-item .item-cell:nth-child(5),.cabinet-contents-page .channel-item .item-cell:nth-child(5){width:168px}.cabinet-channels-page .channel-item .item-cell:nth-child(6),.cabinet-contents-page .channel-item .item-cell:nth-child(6){width:203px}@media screen and (max-width:1919px){.cabinet-channels-page .content-item,.cabinet-contents-page .content-item{justify-content:start}}@media screen and (max-width:1919px){.cabinet-channels-page .content-item .left-container,.cabinet-contents-page .content-item .left-container{gap:24px}}@media screen and (max-width:1439px){.cabinet-channels-page .content-item .left-container,.cabinet-contents-page .content-item .left-container{gap:32px}}.cabinet-channels-page .content-item .item-cell,.cabinet-contents-page .content-item .item-cell,.cabinet-channels-page .content-item .item-cell .row-container,.cabinet-contents-page .content-item .item-cell .row-container{display:flex;flex-direction:row;align-items:center;gap:8px}.cabinet-channels-page .content-item .item-cell:nth-child(1),.cabinet-contents-page .content-item .item-cell:nth-child(1){width:450px}@media screen and (max-width:1439px){.cabinet-channels-page .content-item .item-cell:nth-child(1),.cabinet-contents-page .content-item .item-cell:nth-child(1){width:350px}}.cabinet-channels-page .content-item .item-cell:nth-child(2),.cabinet-contents-page .content-item .item-cell:nth-child(2){width:157px}@media screen and (max-width:1439px){.cabinet-channels-page .content-item .item-cell:nth-child(2),.cabinet-contents-page .content-item .item-cell:nth-child(2){width:150px}}.cabinet-channels-page .content-item .item-cell:nth-child(3),.cabinet-contents-page .content-item .item-cell:nth-child(3){width:113px}@media screen and (max-width:1439px){.cabinet-channels-page .content-item .item-cell:nth-child(3),.cabinet-contents-page .content-item .item-cell:nth-child(3){width:101px}}.cabinet-channels-page .content-item .item-cell:nth-child(4),.cabinet-contents-page .content-item .item-cell:nth-child(4){width:168px}@media screen and (max-width:1439px){.cabinet-channels-page .content-item .item-cell:nth-child(4),.cabinet-contents-page .content-item .item-cell:nth-child(4){width:150px}}.cabinet-channels-page .content-item .item-cell:nth-child(5),.cabinet-contents-page .content-item .item-cell:nth-child(5){width:203px}.cabinet-newsletter-page .loader-container .list{gap:10px}.cabinet-newsletter-page .loader-container .cart-item{border-radius:16px;border-bottom:none}.cabinet-newsletter-page .titles{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:32px}@media screen and (max-width:1439px){.cabinet-newsletter-page .titles{margin-bottom:16px}}.cabinet-newsletter-page .list{width:100%;columns:2;column-gap:32px;margin-bottom:32px}@media screen and (max-width:1439px){.cabinet-newsletter-page .list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}}@media screen and (max-width:1023px){.cabinet-newsletter-page .list{display:flex;flex-direction:column;align-items:flex-start}}@media screen and (max-width:767px){.cabinet-newsletter-page .list{margin-bottom:24px}}.cabinet-newsletter-page .formats-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:32px}@media screen and (max-width:767px){.cabinet-newsletter-page .formats-wrapper{gap:8px;margin-bottom:24px}}.cabinet-newsletter-page .format-list{display:flex;flex-direction:row;align-items:center;gap:4px}.cabinet-newsletter-page .format-list .format-checkbox .check-title{text-transform:uppercase}.cabinet-newsletter-page .cart-item{padding-left:0;padding-right:0;transition:all .3s;page-break-inside:avoid;-webkit-column-break-inside:avoid}@media screen and (max-width:1439px){.cabinet-newsletter-page .cart-item{padding:12px}}@media screen and (max-width:767px){.cabinet-newsletter-page .cart-item{padding:10px}}@media screen and (max-width:479px){.cabinet-newsletter-page .cart-item{padding:16px}}@media screen and (max-width:1439px){.cabinet-newsletter-page .cart-item .left-container .icon{opacity:1}}@media screen and (max-width:479px){.cabinet-newsletter-page .cart-item .left-container .icon{position:absolute;top:16px;right:16px;margin-top:0}}@media screen and (max-width:479px){.cabinet-newsletter-page .cart-item .left-container .title{max-width:calc(100% - 32px)}}@media screen and (max-width:1439px){.cabinet-newsletter-page .cart-item .left-container{gap:8px}}@media(hover:hover)and (pointer:fine){.cabinet-newsletter-page .cart-item:hover{padding:16px}}@media screen and (hover:hover)and (pointer:fine)and (max-width:1439px){.cabinet-newsletter-page .cart-item:hover{padding:12px}}.attention-modal.newsletter{width:511px;left:calc(50% - 255.5px)}@media screen and (max-width:1439px){.attention-modal.newsletter{width:460px;left:calc(50% - 230px)}}@media screen and (max-width:767px){.attention-modal.newsletter{width:calc(100% - 32px);left:16px;right:16px;bottom:93px}}@media screen and (max-width:479px){.attention-modal.newsletter{bottom:80px}}.attention-modal.newsletter .text-container{max-width:unset}.attention-modal.unconfirmed-profile{width:454px;left:calc(50% - 227px)}@media screen and (max-width:1439px){.attention-modal.unconfirmed-profile{width:422px;left:calc(50% - 211px)}}@media screen and (max-width:767px){.attention-modal.unconfirmed-profile{width:calc(100% - 32px);left:16px;right:16px;bottom:93px}}@media screen and (max-width:479px){.attention-modal.unconfirmed-profile{bottom:80px}}.attention-modal.unconfirmed-profile .text-container{max-width:unset;gap:0}.attention-modal.unconfirmed-profile .text-container button{text-transform:capitalize}
