@charset "UTF-8";:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{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-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.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);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-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{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-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}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .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)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.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-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.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{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-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.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.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;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-prev{pointer-events:auto;visibility:visible}.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-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}@font-face{font-family:Inter;src:local("Inter Bold Italic"),local("Inter-BoldItalic"),url(../fonts/Inter-BoldItalic.woff2) format("woff2");font-weight:700;font-style:italic}@font-face{font-family:Inter;src:local("Inter Medium Italic"),local("Inter-MediumItalic"),url(../fonts/Inter-MediumItalic.woff2) format("woff2");font-weight:500;font-style:italic}@font-face{font-family:Inter;src:url(../fonts/Inter-Regular.eot);src:local("Inter Regular"),local("Inter-Regular"),url(../fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:local("Inter Semi Bold"),local("Inter-SemiBold"),url(../fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:local("Inter Bold"),local("Inter-Bold"),url(../fonts/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Inter;src:local("Inter Italic"),local("Inter-Italic"),url(../fonts/Inter-Italic.woff2) format("woff2");font-weight:400;font-style:italic}@font-face{font-family:Inter;src:local("Inter Semi Bold Italic"),local("Inter-SemiBoldItalic"),url(../fonts/Inter-SemiBoldItalic.woff2) format("woff2");font-weight:600;font-style:italic}@font-face{font-family:Inter;src:local("Inter Medium"),local("Inter-Medium"),url(../fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal}*{padding:0;margin:0;border:0px}*,*:before,*:after{box-sizing:border-box}body{-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,button,textarea{font-size:inherit}button{cursor:pointer;color:inherit;background-color:inherit}a{cursor:pointer;color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top;max-width:100%;width:100%;height:100%}cite{font-style:normal}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}address{font-style:normal}img{max-width:100%;display:block}:root{--font-main: "Inter", Arial, Helvetica Neue, sans-serif;--container-padding-x: 0;--transition-srping: cubic-bezier(.5, 1.5, .5, 1);--white: #FFFFFF;--black: #292C37;--primary: #0065FF;--primary-hover: #2D80FF;--primary_400: #99C2FF;--primary_600: #68A4FF;--grey_50: #F8F9FB;--grey_100: #ECF1FF;--grey_200: #DEE3E8;--grey_300: #C5CAD0;--grey-350: #A9A9A9;--grey_600: #626472;--grey_700: #3A3E4C;--green-light: #67FFA0;--footer: #1A1B20}@media(max-width:767px){:root{--container-padding-x: 16rem}}@media(min-width:767px)and (max-width:1199px){:root{--container-padding-x: 24rem}}:root{--scrollbar-width: 5rem;--scrollbar-height: 5rem;--scrollbar-border-radius: 5rem;--background: #f9f9f9;--scrollbar-background: #3dcc20;--scrollbar-background-thumb: #1f219e}.cases-item__arrow,.steps-item__status>span,.steps-item__poster-icon,.management__icon-wrapper,.directions-item__soon,.directions-services__icons img,.icon-wrapper,.textplate__icon,.textplate__icon>img,.textplate__icon>svg,.btn__arrow,.btn__icon,.status-circle{display:inline-flex;align-items:center;justify-content:center}html{scrollbar-gutter:stable;scroll-behavior:smooth;scroll-padding:var(--header-height, 90rem)}html.is-locked,body.is-locked{overflow:hidden;height:100%}[data-move-placeholder]{display:none}@media(max-width:767px){html,body{scroll-padding:var(--header-height, 74rem)}}@media(min-width:1199px){html,body{overscroll-behavior:none}}body{display:flex;flex-direction:column;min-height:100vh;color:inherit;position:relative;background:var(--white, #FFF);font-size:16rem;font-family:var(--font-main, "Inter");padding-top:var(--header-height, 90rem);width:100vw;overflow-x:hidden}@media(max-width:767px){body{padding-top:var(--header-height, 74rem)}}body.lock-scroll{overflow:hidden}h1,.h1{font-family:var(--font-main, "Inter");font-size:64rem;font-style:normal;font-weight:500;line-height:120%}@media(max-width:767px){h1,.h1{font-size:24rem}}@media(min-width:767px)and (max-width:1199px){h1,.h1{font-size:42rem}}@media(min-width:1199px)and (max-width:1920px){h1,.h1{font-size:54rem}}h2,.h2{font-family:var(--font-main, "Inter");font-size:56rem;font-style:normal;font-weight:500;line-height:120%}@media(max-width:767px){h2,.h2{font-size:20rem}}@media(min-width:767px)and (max-width:1199px){h2,.h2{font-size:34rem}}h3,.h3{font-family:var(--font-main, "Inter");font-size:32rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){h3,.h3{font-size:16rem}}@media(min-width:767px)and (max-width:1199px){h3,.h3{font-size:26rem}}h4,.h4{font-family:var(--font-main, "Inter");font-size:28rem;font-style:normal;font-weight:500;line-height:120%}@media(max-width:767px){h4,.h4{font-size:14rem}}@media(min-width:767px)and (max-width:1199px){h4,.h4{font-size:20rem}}.heading{font-family:var(--font-main, "Inter");font-size:56rem;font-style:normal;font-weight:500;line-height:120%}@media(max-width:767px){.heading{font-size:20rem}}@media(min-width:767px)and (max-width:1199px){.heading{font-size:34rem}}.heading>span{color:var(--primary, #0065FF)}.subtitle{color:var(--primary_600, #68A4FF);font-family:var(--font-main, "Inter");font-size:14rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.subtitle{font-size:12rem}}.description{color:var(--grey_600, #626472);font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.description{font-size:12rem}}.content{color:var(--black, #292C37);font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.content{font-size:12rem}}.content :is(h1,h2,h3,h4,h5){margin-bottom:20rem}@media(max-width:767px){.content :is(h1,h2,h3,h4,h5){margin-bottom:10rem}}.content :is(h1,h2,h3,h4,h5)>strong{font-weight:inherit}.content :is(p,ul,img,table,div){margin-bottom:20rem}@media(max-width:767px){.content :is(p,ul,img,table,div){margin-bottom:16rem}}.content :is(p,ul,img,table,div):has(+:is(ul,ol)){margin-bottom:20rem}@media(max-width:767px){.content :is(p,ul,img,table,div):has(+:is(ul,ol)){margin-bottom:10rem}}.content :is(ul,ol){display:flex;flex-direction:column;gap:10rem;margin:0;margin-bottom:30rem;padding:0}.content :is(ul,ol):has(+:is(p,img,table,div)){margin-bottom:20rem}.content :is(ul,ol) li div{margin:0}.content :is(ul,ol):last-child{margin-bottom:0}.content ol{margin-left:20rem}@media(max-width:767px){.content ol{margin-left:16rem}}.content ul{list-style:none}.content ul li{position:relative;padding-left:20rem}@media(max-width:767px){.content ul li{padding-left:18rem}}.content ul li:before{content:"";flex:0 0 auto;display:block;width:10rem;height:10rem;border-radius:2rem;background-color:var(--primary_400, #99C2FF);position:absolute;top:6rem;left:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@media(max-width:767px){.content ul li:before{top:4rem;width:8rem;height:8rem}}.content p:last-child{margin-bottom:0}.content img{height:auto}@media(min-width:767px){.br-mobile,.show-mobile{display:none!important}}@media(max-width:767px){.br-desktop,.show-desktop{display:none!important}}@media(min-width:1199px){html{font-size:.0520833333vw}}@media(min-width:2560px){html{font-size:.0290697674vw}}@media(max-width:767px){html{font-size:.2777777778vw}}@media(min-width:767px)and (max-width:1199px){html{font-size:.0833333333vw}}button{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:inherit;font-family:var(--font-main, "Inter");transition:background-color .2s ease,color .2s ease}.btn{display:inline-flex;align-items:center;gap:10rem;padding:18rem 30rem;border-radius:16rem;background:var(--white, #FFF);color:var(--black, #292C37);border:1rem solid var(--grey_200, #DEE3E8);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,border-color .2s ease;font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:600;line-height:130%}@media(max-width:767px){.btn{font-size:12rem}}@media(max-width:767px){.btn{width:100%;padding:14rem 17rem;border-radius:12rem}}@media(min-width:767px){.btn{min-width:300rem}}.btn--sm{padding:15rem 20rem;font-family:var(--font-main, "Inter");font-size:14rem;font-style:normal;font-weight:600;line-height:130%}@media(min-width:767px){.btn--sm{min-width:230rem}}.btn--sm.btn--arrow{padding-right:77rem}.btn--sm.btn--arrow .btn__arrow{width:50rem}@media(min-width:767px){.btn--simple{min-width:unset}}.btn__text{display:inline-flex;align-items:center}.btn__arrow{position:absolute;top:-1rem;bottom:-1rem;right:-2rem;width:60rem;border-radius:16rem;background:var(--grey_50, #F8F9FB);border:1rem solid var(--grey_200, #DEE3E8);color:var(--primary, #0065FF);transition:background-color .2s ease,color .2s ease}@media(max-width:767px){.btn__arrow{width:45rem;border-radius:12rem}}.btn__arrow:before,.btn__arrow:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10rem;height:17rem;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17' fill='none'%3E%3Cpath d='M1 1L8.07107 8.07107L1 15.1421' stroke='%230065FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17' fill='none'%3E%3Cpath d='M1 1L8.07107 8.07107L1 15.1421' stroke='%230065FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:currentColor;animation:arrow-pulse 1s ease-in-out infinite}@media(max-width:767px){.btn__arrow:before,.btn__arrow:after{height:13rem}}.btn__arrow:before{opacity:.5;margin-left:-4rem;animation-delay:0}@media(max-width:767px){.btn__arrow:before{margin-left:-3rem}}.btn__arrow:after{margin-left:4rem;animation-delay:.3s}@media(max-width:767px){.btn__arrow:after{margin-left:3rem}}.btn__icon{position:absolute;top:-1rem;bottom:-1rem;right:-2rem;width:60rem;border-radius:16rem;background:var(--primary, #0065FF);border:0;color:var(--white, #fff);transition:background-color .2s ease,color .2s ease}@media(max-width:767px){.btn__icon{border-radius:12rem;width:45rem}}.btn__icon>svg,.btn__icon>.icon{width:26rem;height:26rem}@media(max-width:767px){.btn__icon>svg,.btn__icon>.icon{width:20rem;height:20rem}}.btn .status-circle{margin-right:10rem}.btn:disabled{pointer-events:none;opacity:.8;cursor:not-allowed;background-color:var(--white, #FFF);color:var(--grey_600, #626472)}.btn:disabled .btn__arrow{background:var(--grey_50, #F8F9FB);color:var(--grey_600, #626472)}.btn:disabled .btn__arrow:before,.btn:disabled .btn__arrow:after{animation-play-state:paused}.btn--icon{font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.btn--icon{font-size:12rem}}.btn--icon.btn--tg .btn__icon{background:var(--telegram, #23A0DD);color:var(--white, #fff)}.btn--icon.btn--tg:hover{background:var(--telegram, #23A0DD);border-color:var(--telegram, #23A0DD);color:var(--white, #fff)}.btn--main{justify-content:flex-start;padding-right:90rem}.btn--main:disabled{pointer-events:none;opacity:.8;cursor:not-allowed;background-color:var(--btn-bg-disabled)}.btn--main:not(:disabled,.btn--primary,.btn--black):hover .btn__arrow{background:var(--grey_100, #ECF1FF)}.btn--main:not(:disabled,.btn--primary,.btn--black):active .btn__arrow{background:var(--grey_50, #F8F9FB)}.btn--arrow{justify-content:flex-start;padding-right:90rem}.btn--arrow:hover .btn__arrow:before,.btn--arrow:hover .btn__arrow:after{animation-play-state:running}.btn--arrow:disabled .btn__arrow:before,.btn--arrow:disabled .btn__arrow:after{animation-play-state:paused}.btn--black{background:var(--black, #292C37);border-color:var(--black, #292C37);color:var(--white, #fff)}.btn--black .btn__arrow{border:0;background:linear-gradient(90deg,#ffffff36,#ffffffa3);color:inherit}.btn--black:not(:disabled,[disabled]):hover{background:var(--primary, #0065FF)}.btn--black:not(:disabled,[disabled]):active{background:var(--black, #292C37)}.btn--primary{background:var(--primary, #0065FF);color:var(--white, #fff);overflow:hidden;border-width:0;z-index:1}.btn--primary:before,.btn--primary:after{content:"";-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;position:absolute;inset:0;z-index:-1;transition:opacity .3s ease}.btn--primary:after{background:linear-gradient(90deg,var(--primary, #0065FF) 0%,var(--primary_600, #68A4FF) 100%);opacity:0}.btn--primary.btn--arrow .btn__arrow{border:0;background:linear-gradient(90deg,#ffffff36,#ffffffa3);color:inherit}.btn--primary:not(:disabled):hover{color:var(--white, #fff)}.btn--primary:not(:disabled):hover:after{opacity:1}.btn--primary:not(:disabled):active{background:var(--primary_600, #68A4FF)}.btn--primary:not(:disabled):active:after{opacity:0}.btn--primary:disabled{pointer-events:none;opacity:.8;cursor:not-allowed;background:var(--grey_200, #DEE3E8);color:var(--grey_600, #626472)}.btn--primary:disabled .btn__arrow{background:linear-gradient(90deg,#ffffff36,#ffffffa3);border:0;color:var(--grey_600, #626472)}.btn--glow{box-shadow:0 0 18.5rem #fff9}.btn--glow:not(:disabled):hover{box-shadow:0 0 65rem #fff6}.btn--ghost{border-color:transparent;background:transparent;color:var(--primary, #0065FF);font-weight:500;padding:0;justify-content:center}@media(min-width:767px){.btn--ghost{min-width:unset}}@media(max-width:767px){.btn--ghost{gap:5rem}}.btn--ghost.btn--arrow{padding-left:unset;padding-right:unset}.btn--ghost .btn__arrow{background:none;border-color:transparent;width:24rem;height:24rem;position:relative;top:unset;bottom:unset;inset:unset}.btn--ghost:not(:disabled,.btn--primary,.btn--black):hover .btn__arrow{background:none}.btn--transparent{background:transparent;color:var(--white, #fff);border-color:var(--grey_600, #626472)}.status-circle{flex:0 0 auto;width:12rem;height:12rem;border-radius:100%;background:var(--green-light, #67FFA0);position:relative}.status-circle:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:100%;background:inherit;z-index:0;animation:status-pulse 1.5s ease-out infinite}@keyframes arrow-pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes status-pulse{0%{transform:scale(1);opacity:.8}to{transform:scale(2.2);opacity:0}}.button-down,.button-up{width:50rem;height:50rem;display:inline-flex;align-items:center;justify-content:center;background:var(--white, #FFF);border:1rem solid var(--grey_200, #DEE3E8);border-radius:100%;color:var(--primary, #0065FF);position:relative;z-index:1;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;transition:border .1s ease,background-color .2s ease,transform .2s ease,color .2s ease,opacity .15s ease,visibility .15s ease,color .2s ease}@media(max-width:767px){.button-down,.button-up{width:32rem;height:32rem}}.button-down:before,.button-up:before{content:"";flex:0 0 auto;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M6 -2.62268e-07L-1.90735e-06 6.25L12 6.25L6 -2.62268e-07Z' fill='%230065FF'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M6 -2.62268e-07L-1.90735e-06 6.25L12 6.25L6 -2.62268e-07Z' fill='%230065FF'/%3E%3C/svg%3E");-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;height:6.25rem;width:12rem;background-color:currentColor;will-change:transform}@media(max-width:767px){.button-down:before,.button-up:before{width:10rem;height:5rem}}.button-down:not(:disabled):hover,.button-up:not(:disabled):hover{background:var(--white, #FFF);border-color:var(--primary);color:var(--primary)}.button-down:not(:disabled):active,.button-up:not(:disabled):active{background:var(--grey_100, #ECF1FF);border-color:var(--primary);color:var(--primary)}.button-down:disabled,.button-up:disabled{background:transparent;border-color:var(--grey_300, #C5CAD0);color:var(--grey_300, #C5CAD0);cursor:default}.button-down:before{transform:rotate(180deg)}input[type=text],input[type=email],input[type=tel],input[type=password],input[type=number],select,textarea{--input-text-color: var(--white, #fff);background:var(--grey_100, #ECF1FF);border:1rem solid var(--grey_200, #DEE3E8);padding:17.5rem 19rem;position:relative;border-radius:16rem;transition:border-color .2s ease,background-color .2s ease;color:var(--black, #292C37);font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){input[type=text],input[type=email],input[type=tel],input[type=password],input[type=number],select,textarea{font-size:12rem}}@media(max-width:767px){input[type=text],input[type=email],input[type=tel],input[type=password],input[type=number],select,textarea{padding:13rem 15rem}}input[type=text]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--grey_600, #626472)}input[type=text]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=number]:-moz-placeholder,select:-moz-placeholder,textarea:-moz-placeholder{color:var(--grey_600, #626472)}input[type=text]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=number]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:var(--grey_600, #626472)}input[type=text]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--grey_600, #626472)}input[type=text].error,input[type=email].error,input[type=tel].error,input[type=password].error,input[type=number].error,select.error,textarea.error{border-color:var(--red-1, #FF0000);transition:border-color .2s ease,background-color .2s ease,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out}input[type=text].error:has(+.error-text),input[type=email].error:has(+.error-text),input[type=tel].error:has(+.error-text),input[type=password].error:has(+.error-text),input[type=number].error:has(+.error-text),select.error:has(+.error-text),textarea.error:has(+.error-text){padding-top:10rem;padding-bottom:25rem}@media(max-width:767px){input[type=text].error:has(+.error-text),input[type=email].error:has(+.error-text),input[type=tel].error:has(+.error-text),input[type=password].error:has(+.error-text),input[type=number].error:has(+.error-text),select.error:has(+.error-text),textarea.error:has(+.error-text){padding-top:7rem;padding-bottom:19rem}}input[type=text].transparent,input[type=email].transparent,input[type=tel].transparent,input[type=password].transparent,input[type=number].transparent,select.transparent,textarea.transparent{border-color:var(--grey_100, #ECF1FF);background:transparent;color:var(--white, #fff)}input[type=text].transparent::-webkit-input-placeholder,input[type=email].transparent::-webkit-input-placeholder,input[type=tel].transparent::-webkit-input-placeholder,input[type=password].transparent::-webkit-input-placeholder,input[type=number].transparent::-webkit-input-placeholder,select.transparent::-webkit-input-placeholder,textarea.transparent::-webkit-input-placeholder{color:var(--grey_200, #DEE3E8)}input[type=text].transparent:-moz-placeholder,input[type=email].transparent:-moz-placeholder,input[type=tel].transparent:-moz-placeholder,input[type=password].transparent:-moz-placeholder,input[type=number].transparent:-moz-placeholder,select.transparent:-moz-placeholder,textarea.transparent:-moz-placeholder{color:var(--grey_200, #DEE3E8)}input[type=text].transparent::-moz-placeholder,input[type=email].transparent::-moz-placeholder,input[type=tel].transparent::-moz-placeholder,input[type=password].transparent::-moz-placeholder,input[type=number].transparent::-moz-placeholder,select.transparent::-moz-placeholder,textarea.transparent::-moz-placeholder{color:var(--grey_200, #DEE3E8)}input[type=text].transparent:-ms-input-placeholder,input[type=email].transparent:-ms-input-placeholder,input[type=tel].transparent:-ms-input-placeholder,input[type=password].transparent:-ms-input-placeholder,input[type=number].transparent:-ms-input-placeholder,select.transparent:-ms-input-placeholder,textarea.transparent:-ms-input-placeholder{color:var(--grey_200, #DEE3E8)}input[type=text].transparent.error,input[type=email].transparent.error,input[type=tel].transparent.error,input[type=password].transparent.error,input[type=number].transparent.error,select.transparent.error,textarea.transparent.error{border-color:var(--red-1, #FF0000)}input[type=text].transparent:focus-visible,input[type=email].transparent:focus-visible,input[type=tel].transparent:focus-visible,input[type=password].transparent:focus-visible,input[type=number].transparent:focus-visible,select.transparent:focus-visible,textarea.transparent:focus-visible{border-color:var(--white, #fff);outline:none}input[type=text]:hover:not(:disabled),input[type=email]:hover:not(:disabled),input[type=tel]:hover:not(:disabled),input[type=password]:hover:not(:disabled),input[type=number]:hover:not(:disabled),select:hover:not(:disabled),textarea:hover:not(:disabled){border-color:var(--primary, #0065FF)}input[type=text]:active:not(:disabled),input[type=email]:active:not(:disabled),input[type=tel]:active:not(:disabled),input[type=password]:active:not(:disabled),input[type=number]:active:not(:disabled),select:active:not(:disabled),textarea:active:not(:disabled){border-color:var(--gray-900)}input[type=text]:disabled,input[type=email]:disabled,input[type=tel]:disabled,input[type=password]:disabled,input[type=number]:disabled,select:disabled,textarea:disabled{pointer-events:none;cursor:not-allowed;border-color:var(--grey_200, #DEE3E8)}input[type=text]:focus-visible,input[type=email]:focus-visible,input[type=tel]:focus-visible,input[type=password]:focus-visible,input[type=number]:focus-visible,select:focus-visible,textarea:focus-visible{border-color:var(--gray-900);outline:none}input[type=text]:-webkit-autofill,input[type=text]:-webkit-autofill:hover,input[type=text]:-webkit-autofill:focus,input[type=text]:-webkit-autofill:active,input[type=email]:-webkit-autofill,input[type=email]:-webkit-autofill:hover,input[type=email]:-webkit-autofill:focus,input[type=email]:-webkit-autofill:active,input[type=tel]:-webkit-autofill,input[type=tel]:-webkit-autofill:hover,input[type=tel]:-webkit-autofill:focus,input[type=tel]:-webkit-autofill:active,input[type=password]:-webkit-autofill,input[type=password]:-webkit-autofill:hover,input[type=password]:-webkit-autofill:focus,input[type=password]:-webkit-autofill:active,input[type=number]:-webkit-autofill,input[type=number]:-webkit-autofill:hover,input[type=number]:-webkit-autofill:focus,input[type=number]:-webkit-autofill:active,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus,select:-webkit-autofill:active,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:active{-webkit-text-fill-color:var(--input-text-color)!important;-webkit-background-clip:text!important;box-shadow:0 0 0 1000px transparent inset!important;background-color:transparent!important;background-image:none!important;color:var(--input-text-color)!important;caret-color:var(--input-text-color)!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important}input[type=text]:-webkit-autofill,input[type=email]:-webkit-autofill,input[type=tel]:-webkit-autofill,input[type=password]:-webkit-autofill,input[type=number]:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill{background:transparent!important;color:var(--input-text-color)!important;filter:none!important}input[type=text]:autofill,input[type=email]:autofill,input[type=tel]:autofill,input[type=password]:autofill,input[type=number]:autofill,select:autofill,textarea:autofill{background:transparent!important;color:var(--input-text-color)!important;filter:none!important}input[type=text]::autofill,input[type=email]::autofill,input[type=tel]::autofill,input[type=password]::autofill,input[type=number]::autofill,select::autofill,textarea::autofill{background:transparent!important;color:var(--input-text-color)!important}.checkbox{display:inline-flex;align-items:center;color:var(--black, #292C37);cursor:pointer;font-family:var(--font-main, "Inter");font-size:14rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.checkbox{font-size:12rem}}.checkbox a{color:var(--primary)}.checkbox a:hover{text-decoration:underline}.checkbox input[type=checkbox]{margin:0 10rem 0 0;padding:0;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:24rem;height:24rem;background:var(--white, #FFF);border:1rem solid var(--grey_300, #C5CAD0);color:var(--white, #fff);border-radius:4rem;z-index:1;transition:.3s ease;cursor:pointer}@media(max-width:767px){.checkbox input[type=checkbox]{margin-top:1rem;margin-right:8rem;width:20rem;height:20rem}}.checkbox input[type=checkbox]:after{content:"";width:20rem;height:20rem;transform:rotateY(120deg);overflow:hidden;z-index:1;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6667 5L7.50004 14.1667L3.33337 10' stroke='%230065FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6667 5L7.50004 14.1667L3.33337 10' stroke='%230065FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:currentColor;border-radius:0;opacity:0;transition:opacity .1s ease,transform .3s ease,color .4s ease,background-color .3s ease;will-change:transform}@media(max-width:767px){.checkbox input[type=checkbox]:after{width:16em;height:16rem}}.checkbox input[type=checkbox]:checked{background:var(--white, #FFF);border-color:var(--grey_300, #C5CAD0);color:var(--primary, #0065FF)}.checkbox input[type=checkbox]:checked:after{transform:rotate(0);opacity:1}.checkbox input[type=checkbox]:not(:checked).error{border-color:var(--red, #FF0000);color:var(--red, #FF0000)}@media(max-width:767px){.checkbox>span{margin-top:4rem}}.checkbox__text{color:var(--black, #292C37);font-family:var(--font-main, "Inter");font-size:14rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.checkbox__text{font-size:12rem}}.checkbox:has(.checkbox__text){flex-wrap:wrap}.checkbox:has(.checkbox__text) .checkbox__text{margin-top:10rem}.checkbox:hover:not(:disabled) input[type=checkbox]{border-color:var(--primary, #0065FF);color:var(--primary, #0065FF)}.checkbox:disabled{background:var(--grey_200, #DEE3E8);border-color:var(--grey_300, #C5CAD0)}.radio{display:inline-flex;align-items:flex-start;color:var(--black, #292C37);cursor:pointer;font-family:var(--font-main, "Inter");font-size:14rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.radio{font-size:12rem}}.radio a{color:var(--primary, #0065FF)}.radio a:hover{text-decoration:underline}.radio input[type=radio]{margin:2rem 15rem 0 0;padding:0;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:24rem;height:24rem;background:var(--white, #FFF);color:var(--primary, #0065FF);border:1rem solid var(--grey_300, #C5CAD0);border-radius:100%;z-index:1;transition:.3s ease;cursor:pointer}@media(max-width:767px){.radio input[type=radio]{margin-right:8rem}}.radio input[type=radio]:after{content:"";width:12rem;height:12rem;overflow:hidden;border-radius:100%;background:var(--white, #FFF);opacity:0;z-index:1;transform:scale(0);transition:opacity .1s ease,transform .3s ease,color .4s ease,background-color .3s ease;will-change:transform}.radio input[type=radio]:checked{background:var(--white, #FFF);color:var(--primary, #0065FF)}.radio input[type=radio]:checked:after{transform:scale(1);opacity:1}@media(max-width:767px){.radio>span{margin-top:4rem}}.radio:hover input[type=checkbox]{background:var(--white, #FFF);border-color:var(--grey_300, #C5CAD0)}:root{--breadcrumbs-gap: 15rem}.breadcrumbs{width:100%;display:flex;align-items:center;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:72rem;color:var(--grey_600, #626472);font-family:var(--font-main, "Inter");font-size:14rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.breadcrumbs{font-size:12rem}}.breadcrumbs::-webkit-scrollbar{display:none}@media(max-width:767px){.breadcrumbs{display:flex;justify-content:flex-start;width:calc(100% + 2 * var(--container-padding-x));margin:0 calc(-1 * var(--container-padding-x));padding:0 var(--container-padding-x);overflow-y:hidden;overflow-x:auto;scrollbar-width:none;margin-bottom:32rem}}.breadcrumbs__item{display:inline-flex;align-items:center;gap:var(--breadcrumbs-gap, 15rem);min-width:-moz-max-content;min-width:max-content;white-space:nowrap}.breadcrumbs__item:not(:first-child){margin-left:var(--breadcrumbs-gap, 15rem)}.breadcrumbs__item:not(:first-child):before{content:"";display:inline-flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;width:8rem;height:8rem;border-radius:2rem;background:currentColor}.breadcrumbs__item.last{color:var(--primary, #0065FF)}.breadcrumbs__item:not(.last):hover{color:var(--primary, #0065FF)}.pagination{display:inline-flex;align-items:center;gap:10rem;margin:0 auto}@media(max-width:767px){.pagination{gap:5rem;display:flex;justify-content:flex-start;width:calc(100% + 2 * var(--container-padding-x));margin:0 calc(-1 * var(--container-padding-x));padding:0 var(--container-padding-x);overflow-y:hidden;overflow-x:auto;scrollbar-width:none}}.pagination .page-numbers{min-width:49rem;height:49rem;display:inline-flex;align-items:center;justify-content:center}@media(max-width:767px){.pagination .page-numbers{min-width:36rem;height:36rem}}.pagination .page-numbers:not(.dots){border-radius:12rem;border:1rem solid var(--grey_300, #C5CAD0);background:var(--grey_50, #F8F9FB);color:var(--black, #292C37);transition:background-color .2s ease,color .2s ease,border-color .2s ease;font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:600;line-height:130%}@media(max-width:767px){.pagination .page-numbers:not(.dots){font-size:12rem}}.pagination .page-numbers.prev,.pagination .page-numbers.next{width:80rem}@media(max-width:767px){.pagination .page-numbers.prev,.pagination .page-numbers.next{width:50rem}}.pagination .page-numbers.prev:before,.pagination .page-numbers.next:before{content:"";display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;-webkit-mask-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%3Cpath d='M15 5L9 12L15 19' stroke='%23C5CAD0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-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%3Cpath d='M15 5L9 12L15 19' stroke='%23C5CAD0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;width:24rem;height:24rem;background-color:currentColor}@media(min-width:767px){.pagination .page-numbers.prev{margin-right:10rem}}@media(min-width:767px){.pagination .page-numbers.next{margin-left:10rem}}.pagination .page-numbers.next{transform:scaleX(-1)}.pagination .page-numbers.current{background:var(--black, #292C37);border-color:var(--grey_300, #C5CAD0);color:var(--white, #fff)}.pagination .page-numbers.disabled{background:var(--white, #FFF);border-color:var(--grey_200, #DEE3E8)}.pagination .page-numbers.dots{min-width:30rem}@media(max-width:767px){.pagination .page-numbers.dots{min-width:20rem}}.pagination .page-numbers:not(.current,.disabled,.dots):hover{background:var(--primary, #0065FF);border-color:var(--primary, #0065FF);color:var(--white, #fff)}:root{--form-gap-group: 20rem;--form-gap-group-mobile: 8rem;--form-gap-field: 10rem;--form-gap-field-mobile: 8rem;--form-bottom-mt: 40rem;--form-bottom-mt-mobile: 16rem;--form-grid-gap: 15rem;--form-grid-gap-mobile: 12rem;--form-grid-columns: 1fr 1fr;--form-grid-columns-mobile: 1fr;--form-border-radius: 10rem;--form-input-py: 12rem;--form-input-px: 16rem;--form-input-pr: 20rem;--form-color-border: #e8e8e8;--form-color-border-focus: #dcdcdc;--form-color-placeholder: #bdbdbd;--form-color-error: #ff6262;--control-margin-bottom: 20rem;--control-magrin-bottom-mobile: 24rem;--form-error-icon: 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%3Cmask id='mask0_1104_8283' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1104_8283)'%3E%3Cpath d='M12 16.7308C12.2288 16.7308 12.4207 16.6533 12.5755 16.4985C12.7303 16.3437 12.8077 16.1518 12.8077 15.923C12.8077 15.6942 12.7303 15.5023 12.5755 15.3475C12.4207 15.1928 12.2288 15.1155 12 15.1155C11.7712 15.1155 11.5793 15.1928 11.4245 15.3475C11.2697 15.5023 11.1923 15.6942 11.1923 15.923C11.1923 16.1518 11.2697 16.3437 11.4245 16.4985C11.5793 16.6533 11.7712 16.7308 12 16.7308ZM11.25 13.077H12.75V7.077H11.25V13.077ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z' fill='%23F17826'/%3E%3C/g%3E%3C/svg%3E%0A");--form-error-icon-size: 24rem;--form-error-icon-right: 20rem}.form__group{display:flex;flex-direction:column;gap:var(--form-gap-group)}@media(max-width:767px){.form__group{gap:var(--form-gap-group-mobile);margin-bottom:var(--form-mb-group-mobile)}}.form__field{display:flex;flex-direction:column;gap:var(--form-gap-field);position:relative}@media(max-width:767px){.form__field{gap:var(--form-gap-field-mobile)}}.form__field>label,.form__field>span:first-child{color:var(--black, #292C37);font-family:var(--font-main, "Inter");font-size:14rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.form__field>label,.form__field>span:first-child{font-size:12rem}}.form__grid{display:grid;gap:var(--form-grid-gap);grid-template-columns:var(--form-grid-columns)}@media(max-width:767px){.form__grid{gap:var(--form-grid-gap-mobile);grid-template-columns:var(--form-grid-columns-mobile)}}.form__bottom{margin-top:var(--form-bottom-mt, 32rem)}@media(max-width:767px){.form__bottom{margin-top:var(--form-bottom-mt-mobile, 32rem)}}.form[data-vgform-form-error] .input{border:1rem solid var(--form-color-error);background-image:var(--form-error-icon);background-repeat:no-repeat;background-size:var(--form-error-icon-size) var(--form-error-icon-size);background-position:center right var(--form-error-icon-right);background-origin:content-box}.form .control{margin-bottom:20rem}.error-text{color:var(--form-color-error);position:absolute;bottom:7rem;left:19rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;animation:errorFadeIn .3s ease;font-family:var(--font-main, "Inter");font-size:14rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.error-text{font-size:12rem}}@media(max-width:767px){.error-text{left:15rem;bottom:5rem}}@keyframes errorFadeIn{0%{opacity:0;transform:translateY(5rem)}to{opacity:1;transform:translateY(0)}}:root{--dropdown-offset-hidden: -40rem;--dropdown-transition-time: .3s;--dropdown-transition-ease: ease;--dropdown-z-index: 950;--backdrop-color: rgba(0, 0, 0, .5);--backdrop-z-index: 900}.dropdown{position:relative}.dropdown__panel{opacity:0;visibility:hidden;transform:translateY(var(--dropdown-offset-hidden));pointer-events:none;transition:opacity var(--dropdown-transition-time) var(--dropdown-transition-ease),transform var(--dropdown-transition-time) var(--dropdown-transition-ease);position:absolute}.dropdown__panel:not([hidden]){opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;z-index:var(--dropdown-z-index)}.dropdown:not(:has(a:hover,button:hover)) .dropdown__panel{cursor:default}@media(min-width:769px){.dropdown--mobile .dropdown__panel{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;position:static}}@media(min-width:769px){.dropdown--hover:hover .dropdown__panel{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}}.disclosure-backdrop.is-visible{position:fixed;inset:0;background:var(--backdrop-color);z-index:var(--backdrop-z-index)}.vgselect{display:inline-flex;flex-direction:column;position:relative;max-width:100%}.vgselect:hover .vgselect__control{border-color:var(--Grey-100, #f1f1f1)}.vgselect:hover .vgselect__value{background-color:var(--Grey-100, #f1f1f1)}.vgselect.open{padding-bottom:1rem}.vgselect.open .vgselect__control{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:var(--Grey-200, #ddd);outline:none}.vgselect.open .vgselect__control:after{transform:scaleY(-1)}.vgselect.open .vgselect__placeholder{background-color:var(--Grey-600, #333);color:var(--White, #fff);border-bottom-left-radius:0}.vgselect.open .vgselect__value{border-bottom-right-radius:0;background-color:var(--White, #fff)}.vgselect.has-error .vgselect__control,.vgselect.error .vgselect__control{border-color:red}.vgselect__control{display:flex;align-items:center;border-radius:10rem;border:1rem solid var(--Grey-200, #ddd);background-color:var(--White, #fff);color:var(--Black, #1a1a1a);cursor:pointer;transition:background-color .2s ease,border-color .2s ease;overflow:hidden}.vgselect__control:after{content:"";flex:0 0 auto;-webkit-mask-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%3Cpath d='M12 15L16 9L8 9L12 15Z' fill='%2334004E'/%3E%3C/svg%3E");mask-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%3Cpath d='M12 15L16 9L8 9L12 15Z' fill='%2334004E'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;width:24rem;height:24rem;background-color:currentColor;background-color:var(--Black, #1a1a1a);will-change:transform;transition:transform .15s ease;position:absolute;right:10rem}.vgselect__control:focus{outline:auto}.vgselect__placeholder{padding:13rem 19rem;background-color:var(--Grey-100, #f1f1f1);border-top-left-radius:10rem;border-bottom-left-radius:10rem;transition:background-color .2s ease,color .2s ease}.vgselect__values{width:100%;display:flex;align-items:center;gap:3rem;padding:13rem 54rem 13rem 19rem;border-top-right-radius:10rem;border-bottom-right-radius:10rem;white-space:nowrap}.vgselect__values .vgselect__value{border-radius:0;padding:0;background-color:transparent!important}.vgselect__nowrap{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vgselect__value{flex:1;padding:13rem 54rem 13rem 19rem;background-color:var(--White, #fff);color:var(--Black, #1a1a1a);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;border-top-right-radius:10rem;border-bottom-right-radius:10rem;transition:background-color .2s ease,color .2s ease}@media(max-width:768px){.vgselect__value{padding-right:34rem;max-width:100%;overflow:hidden;text-overflow:ellipsis}}.vgselect__menu{position:absolute;display:flex;flex-direction:column;top:calc(100% - 1rem);min-width:100%;border:1rem solid var(--Grey-200, #ddd);background-color:var(--White, #fff);border-top:0;border-bottom-left-radius:10rem;border-bottom-right-radius:10rem;max-width:100vw;box-shadow:var(--box-shadow);transition:box-shadow .2s ease;overflow:hidden}.vgselect__menu.align-right{left:auto;right:0}.vgselect__menu::-webkit-scrollbar{width:5rem;height:5rem}.vgselect__menu::-webkit-scrollbar-track{background:#f9f9f9;border-radius:5rem}.vgselect__menu::-webkit-scrollbar-thumb{background-color:var(--Grey-200, #ddd);border-radius:5rem}.vgselect__menu::-webkit-scrollbar-thumb:hover{background:var(--Violet, #ac00ff);cursor:pointer}.vgselect__menuscrollbar{width:5rem}.vgselect__menuscrollbar-track{background:#f9f9f9;border-radius:5rem}.vgselect__menuscrollbar-thumb{background-color:var(--Grey-200, #ddd);border-radius:5rem}.vgselect__menuscrollbar-thumb:hover{background:var(--Violet, #ac00ff);cursor:pointer}@media(max-width:768px){.vgselect__menu{width:100%}}.vgselect__options{overflow-y:auto;max-height:400rem}.vgselect__options::-webkit-scrollbar{width:5rem;height:5rem}.vgselect__options::-webkit-scrollbar-track{background:#f9f9f9;border-radius:5rem}.vgselect__options::-webkit-scrollbar-thumb{background-color:var(--Grey-200, #ddd);border-radius:5rem}.vgselect__options::-webkit-scrollbar-thumb:hover{background:var(--Violet, #ac00ff);cursor:pointer}.vgselect__optionsscrollbar{width:5rem}.vgselect__optionsscrollbar-track{background:#f9f9f9;border-radius:5rem}.vgselect__optionsscrollbar-thumb{background-color:var(--Grey-200, #ddd);border-radius:5rem}.vgselect__optionsscrollbar-thumb:hover{background:var(--Violet, #ac00ff);cursor:pointer}.vgselect__option{cursor:pointer;padding:14rem 19rem 13rem;background-color:var(--White, #fff);border-bottom:1rem solid var(--Grey-200, #ddd);transition:background-color .2s ease,color .2s ease;color:var(--Grey-600, #333);position:relative}@media(hover:hover){.vgselect__option:hover{background-color:var(--Grey-100, #f1f1f1);border-color:var(--Grey-100, #f1f1f1)}}.vgselect__option:active{background-color:var(--Grey-600, #333);color:var(--White, #fff)}.vgselect__option:after{content:"";display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:14rem;height:11rem;overflow:hidden;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13' fill='none'%3E%3Cpath d='M1 7.14706C2.38739 8.0098 5.16216 10.3824 6.2973 12C7.68468 9.41176 11.2162 3.58824 15 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13' fill='none'%3E%3Cpath d='M1 7.14706C2.38739 8.0098 5.16216 10.3824 6.2973 12C7.68468 9.41176 11.2162 3.58824 15 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:currentColor;transition:transform .2s ease,color .3s ease;opacity:0;will-change:width,transform;transform:scale(0);position:absolute;z-index:1;top:50%;right:20rem;transform:translateY(-50%)}.vgselect__option.selected{padding-right:50rem;color:var(--Violet, #ac00ff)}.vgselect__option.selected:after{opacity:1;transform:translateY(-50%) scale(1)}.vgselect__no-options{padding:20rem;font-size:18rem}.vgselect__search{background-color:var(--White, #fff);position:sticky;top:0;z-index:1}.vgselect__search:after{content:"";flex:0 0 auto;width:24rem;height:24rem;-webkit-mask-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%3Cpath d='M20.9999 21.0004L16.6499 16.6504M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-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%3Cpath d='M20.9999 21.0004L16.6499 16.6504M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:var(Grey--600, #333333);position:absolute;top:50%;transform:translateY(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.vgselect__search input{width:100%;background-color:var(--white, #fff);padding:10rem 40rem 10rem 20rem;border:0;border-radius:0;border-bottom:1rem solid var(--Grey-200, #ddd);outline:none}.textplate{border-radius:16rem;background:var(--white, #FFF);box-shadow:0 4rem 35.4rem #09419614;display:flex;align-items:center;gap:15rem;padding:10rem 20rem;color:var(--black, #292C37);will-change:transform,translate;font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:600;line-height:130%}@media(max-width:767px){.textplate{font-size:12rem}}@media(max-width:767px){.textplate{border-radius:10rem;gap:10rem;padding:8rem 12rem}}.textplate__icon{width:60rem;height:60rem;border-radius:100rem;border:1rem solid #DEE3E8;background:var(--white, #fff)}.textplate__icon>img,.textplate__icon>svg{width:24rem;height:24rem;color:var(--primary, #0065FF)}.textplate__text,.textplate>span{will-change:transform,translate}.tabmenu{border-radius:16rem;border:1rem solid var(--grey_200, #DEE3E8);background:var(--white, #FFF);display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center;gap:5rem;padding:5rem;margin-bottom:30rem}@media(max-width:767px){.tabmenu{border-radius:12rem;gap:4rem;padding:4rem;justify-content:flex-start;width:100%;margin-bottom:24rem;overflow-y:hidden;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory}}.tabmenu__button{display:inline-flex;align-items:center;gap:8rem;border:1rem solid transparent;background:transparent;padding:12.5rem 19rem;border-radius:16rem;background:var(--grey_50, #F8F9FB);color:var(--black, #292C37);transition:background-color .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap;font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:600;line-height:130%}@media(max-width:767px){.tabmenu__button{font-size:12rem}}@media(max-width:767px){.tabmenu__button{border-radius:10rem;padding:11rem;scroll-snap-align:center}}.tabmenu__button>.icon,.tabmenu__button>svg{width:24rem;height:24rem}@media(max-width:767px){.tabmenu__button>.icon,.tabmenu__button>svg{width:18rem;height:18rem}}.tabmenu__button:hover{color:var(--primary, #0065FF)}.tabmenu__button.active{border-color:var(--primary, #0065FF);color:var(--primary, #0065FF)}.tabmenu--center{width:-moz-fit-content;width:fit-content;justify-content:center;margin-left:auto;margin-right:auto}.icon{display:inline-flex;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:currentColor;width:24rem;height:24rem;display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap}.icon-wrapper{width:60rem;height:60rem;border-radius:100rem;border:1rem solid var(--grey_200, #DEE3E8);background:var(--white, #FFF)}.icon-wrapper--transparent{border-color:#fff3;background:#fff6;color:var(--white, #fff)}@media(max-width:767px){.icon-wrapper{width:40rem;height:40rem}.icon-wrapper>.icon{width:20rem;height:20rem}}.icon-tg{-webkit-mask-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%3Cpath d='M3.3747 10.888C8.74442 8.63021 12.3242 7.14161 14.1141 6.42245C19.2306 4.36885 20.2925 4.01219 20.986 4.00011C21.1385 3.99774 21.4781 4.03413 21.6997 4.20705C21.8838 4.35288 21.9356 4.5501 21.9615 4.68857C21.9845 4.8269 22.0162 5.14218 21.9903 5.38829C21.714 8.19938 20.5141 15.021 19.904 18.1696C19.6479 19.5018 19.1385 19.9485 18.6465 19.9921C17.576 20.0871 16.7645 19.3099 15.7285 18.6546C14.1084 17.6288 13.1933 16.9904 11.6192 15.9896C9.80052 14.8329 10.9804 14.1971 12.0163 13.1582C12.2868 12.8863 17.0004 8.74882 17.0896 8.37355C17.1012 8.3266 17.1127 8.1516 17.0033 8.05938C16.8968 7.96688 16.7386 7.99855 16.6235 8.02355C16.4594 8.0591 13.8724 9.71131 8.85377 12.9799C8.11996 13.4671 7.45522 13.7046 6.85667 13.6921C6.20056 13.6785 4.93439 13.3332 3.99339 13.0382C2.84233 12.6763 1.92435 12.4849 2.00493 11.8702C2.04522 11.5502 2.50276 11.2227 3.3747 10.888Z' fill='white'/%3E%3C/svg%3E");mask-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%3Cpath d='M3.3747 10.888C8.74442 8.63021 12.3242 7.14161 14.1141 6.42245C19.2306 4.36885 20.2925 4.01219 20.986 4.00011C21.1385 3.99774 21.4781 4.03413 21.6997 4.20705C21.8838 4.35288 21.9356 4.5501 21.9615 4.68857C21.9845 4.8269 22.0162 5.14218 21.9903 5.38829C21.714 8.19938 20.5141 15.021 19.904 18.1696C19.6479 19.5018 19.1385 19.9485 18.6465 19.9921C17.576 20.0871 16.7645 19.3099 15.7285 18.6546C14.1084 17.6288 13.1933 16.9904 11.6192 15.9896C9.80052 14.8329 10.9804 14.1971 12.0163 13.1582C12.2868 12.8863 17.0004 8.74882 17.0896 8.37355C17.1012 8.3266 17.1127 8.1516 17.0033 8.05938C16.8968 7.96688 16.7386 7.99855 16.6235 8.02355C16.4594 8.0591 13.8724 9.71131 8.85377 12.9799C8.11996 13.4671 7.45522 13.7046 6.85667 13.6921C6.20056 13.6785 4.93439 13.3332 3.99339 13.0382C2.84233 12.6763 1.92435 12.4849 2.00493 11.8702C2.04522 11.5502 2.50276 11.2227 3.3747 10.888Z' fill='white'/%3E%3C/svg%3E");width:24rem;height:24rem}.icon-lock{-webkit-mask-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%3Cpath d='M18 8H17V6C17 3.24 14.76 1 12 1C9.24 1 7 3.24 7 6V8H6C4.9 8 4 8.9 4 10V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V10C20 8.9 19.1 8 18 8ZM12 17C10.9 17 10 16.1 10 15C10 13.9 10.9 13 12 13C13.1 13 14 13.9 14 15C14 16.1 13.1 17 12 17ZM15.1 8H8.9V6C8.9 4.29 10.29 2.9 12 2.9C13.71 2.9 15.1 4.29 15.1 6V8Z' fill='%230065FF'/%3E%3C/svg%3E");mask-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%3Cpath d='M18 8H17V6C17 3.24 14.76 1 12 1C9.24 1 7 3.24 7 6V8H6C4.9 8 4 8.9 4 10V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V10C20 8.9 19.1 8 18 8ZM12 17C10.9 17 10 16.1 10 15C10 13.9 10.9 13 12 13C13.1 13 14 13.9 14 15C14 16.1 13.1 17 12 17ZM15.1 8H8.9V6C8.9 4.29 10.29 2.9 12 2.9C13.71 2.9 15.1 4.29 15.1 6V8Z' fill='%230065FF'/%3E%3C/svg%3E");width:24rem;height:24rem}.icon-rocket{-webkit-mask-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%3Cpath d='M9.19 6.34999C7.15 8.63999 5.75 11.93 5.62 12.24L2 10.69L6.05 6.63999C6.52 6.16999 7.2 5.95999 7.86 6.08999L9.19 6.34999ZM11.17 17C11.17 17 14.91 15.45 17.06 13.3C22.46 7.89998 21.56 3.67999 21.27 2.72999C20.32 2.42999 16.1 1.53999 10.7 6.93999C8.55 9.08999 7 12.83 7 12.83L11.17 17ZM17.65 14.81C15.36 16.85 12.07 18.25 11.76 18.38L13.31 22L17.36 17.95C17.83 17.48 18.04 16.8 17.91 16.14L17.65 14.81ZM9 18C9 18.83 8.66 19.58 8.12 20.12C6.94 21.3 2 22 2 22C2 22 2.7 17.06 3.88 15.88C4.42 15.34 5.17 15 6 15C7.66 15 9 16.34 9 18ZM13 8.99999C13 7.89999 13.9 6.99999 15 6.99999C16.1 6.99999 17 7.89999 17 8.99999C17 10.1 16.1 11 15 11C13.9 11 13 10.1 13 8.99999Z' fill='white'/%3E%3C/svg%3E");mask-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%3Cpath d='M9.19 6.34999C7.15 8.63999 5.75 11.93 5.62 12.24L2 10.69L6.05 6.63999C6.52 6.16999 7.2 5.95999 7.86 6.08999L9.19 6.34999ZM11.17 17C11.17 17 14.91 15.45 17.06 13.3C22.46 7.89998 21.56 3.67999 21.27 2.72999C20.32 2.42999 16.1 1.53999 10.7 6.93999C8.55 9.08999 7 12.83 7 12.83L11.17 17ZM17.65 14.81C15.36 16.85 12.07 18.25 11.76 18.38L13.31 22L17.36 17.95C17.83 17.48 18.04 16.8 17.91 16.14L17.65 14.81ZM9 18C9 18.83 8.66 19.58 8.12 20.12C6.94 21.3 2 22 2 22C2 22 2.7 17.06 3.88 15.88C4.42 15.34 5.17 15 6 15C7.66 15 9 16.34 9 18ZM13 8.99999C13 7.89999 13.9 6.99999 15 6.99999C16.1 6.99999 17 7.89999 17 8.99999C17 10.1 16.1 11 15 11C13.9 11 13 10.1 13 8.99999Z' fill='white'/%3E%3C/svg%3E");width:24rem;height:24rem}.icon-yandexeat{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M6.94604 0.0168234C7.09233 -0.0100218 7.4076 0.00345019 7.56683 0.00289748L23.5141 0.00238777C24.437 0.00247739 25.1184 -0.0212272 26.0423 0.126411C27.2092 0.312873 28.3123 0.754717 29.2517 1.47338C30.7849 2.64626 31.6825 4.43558 31.8943 6.34083C32.0427 7.67683 31.9914 9.1704 31.9914 10.5352L31.9911 22.2634C31.9909 24.772 32.1635 27.1542 30.4991 29.2552C29.5028 30.5386 28.0871 31.4296 26.5004 31.7715C25.9722 31.885 25.5132 31.9106 24.9858 31.9713C24.5283 31.9993 24.0365 31.9909 23.5757 31.9911L10.0379 31.9909C8.57211 31.9922 7.02195 32.0639 5.5887 31.7827C4.44526 31.5603 3.37842 31.0463 2.49131 30.2902C0.394524 28.5345 0.0168925 26.3145 0.0131266 23.7396L0.0101811 10.11C0.0117098 7.35701 -0.241243 4.72911 1.68465 2.4648C3.13516 0.759422 4.78361 0.204742 6.94604 0.0168234Z' fill='%23FFDD01'/%3E%3Cpath d='M15.9753 2.9867C16.3267 2.97032 16.6787 2.97206 17.0299 2.99191C20.0868 3.17165 22.8523 4.4325 24.8956 6.73866C26.8851 8.97606 27.9055 11.9137 27.7319 14.9048C27.574 17.5919 26.3652 20.1086 24.3678 21.9095C22.4207 23.6369 19.8165 24.6149 17.2083 24.4549C14.8106 24.3281 12.562 23.2494 10.9604 21.4576C9.37758 19.678 8.56823 17.34 8.71154 14.9611C8.8393 12.8427 9.80461 10.8626 11.3939 9.45898C12.9096 8.12195 14.8918 7.43969 16.9078 7.56114C18.7138 7.67181 20.4008 8.50043 21.5939 9.86286C22.75 11.1838 23.3309 12.9126 23.2076 14.6648C23.1051 16.172 22.4144 17.5783 21.2848 18.5795C20.208 19.5265 18.7986 20.0044 17.3689 19.9069C16.1483 19.8171 15.0139 19.244 14.2163 18.3141C13.4757 17.4433 13.1099 16.3137 13.1992 15.1731C13.2769 14.2354 13.7244 13.3673 14.4428 12.7609C15.5799 11.8111 17.4449 11.6933 18.4261 12.9256C18.6789 13.243 18.8489 13.5695 18.8008 13.9847C18.7663 14.3015 18.6062 14.5912 18.3564 14.7885C17.8907 15.1559 17.2356 15.1293 16.8058 14.7135C16.7119 14.6226 16.6224 14.4979 16.5419 14.3935C15.3236 14.5216 15.3657 15.9289 15.9662 16.6962C16.328 17.1527 16.8558 17.4464 17.4339 17.5129C19.1925 17.7237 20.7028 16.2583 20.8394 14.5596C20.928 13.4584 20.5973 12.3922 19.8993 11.5411C19.1472 10.6323 18.0639 10.0623 16.8901 9.95766C15.5287 9.8263 14.1174 10.2894 13.0679 11.1615C11.9241 12.1203 11.2111 13.4977 11.0879 14.9864C10.9285 16.7153 11.5188 18.4172 12.6215 19.7433C13.7966 21.1949 15.7083 22.0285 17.5544 22.0781C19.5784 22.1125 21.5341 21.3435 22.9946 19.9394C24.4666 18.5096 25.3208 16.5591 25.3741 14.5061C25.4439 12.1117 24.5469 9.79023 22.8862 8.06656C21.2801 6.37517 18.96 5.41031 16.6446 5.3689C14.029 5.32705 11.4739 6.35155 9.59104 8.1656C5.35699 12.2449 5.65861 19.0829 9.63764 23.2309C11.6826 25.3641 14.4933 26.5914 17.4455 26.64C20.6963 26.7313 23.8456 25.5009 26.176 23.2291C26.7244 23.8087 27.2759 24.3855 27.8303 24.9594C27.6612 25.0928 27.4234 25.3275 27.2522 25.4784C26.9375 25.7547 26.6103 26.0165 26.2722 26.2633C24.0059 27.9076 21.3135 28.8605 18.5191 29.0076C14.9455 29.2285 11.4292 28.0273 8.73507 25.6653C6.03764 23.2599 4.39934 19.8837 4.17753 16.2734C3.95825 12.8997 5.10227 9.57938 7.35227 7.05917C9.57596 4.56578 12.6603 3.17359 15.9753 2.9867Z' fill='%23030303'/%3E%3C/svg%3E");background-size:contain;background-position:0 0;background-repeat:no-repeat;background-color:unset;width:32rem;height:32rem}.icon-yandexmap{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 0C8.82015 0 3 5.7305 3 12.7998C3 16.3333 4.45474 19.5329 6.80579 21.8489C9.15802 24.166 14.7001 27.5193 15.0251 31.0401C15.0744 31.568 15.4627 32 16 32C16.5385 32 16.9268 31.568 16.9761 31.0401C17.3011 27.5193 22.842 24.166 25.1942 21.8489C27.5464 19.5329 29 16.3333 29 12.7998C29 5.7305 23.1799 0 16 0Z' fill='%23FF4433'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9989 17.7779C18.61 17.7779 20.7262 15.6547 20.7262 13.0377C20.7262 10.4196 18.61 8.2964 15.9989 8.2964C13.3878 8.2964 11.2716 10.4196 11.2716 13.0377C11.2716 15.6547 13.3878 17.7779 15.9989 17.7779Z' fill='white'/%3E%3C/svg%3E");background-size:contain;background-position:0 0;background-repeat:no-repeat;background-color:unset;width:32rem;height:32rem}.icon-yandextaxi{background-image:url(../images/icons/yandextaxi.svg);background-size:contain;background-position:0 0;background-repeat:no-repeat;background-color:unset;width:32rem;height:32rem}.icon-lightning{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M14.4573 27.6007H13.143L14.4573 18.4006H9.85724C9.09495 18.4006 9.10809 17.9801 9.35781 17.5332C9.60753 17.0863 9.42352 17.4281 9.44981 17.3755C11.1453 14.3789 13.695 9.91027 17.0859 3.94336L18.4002 3.94336L17.0859 13.1434H21.6859C22.3299 13.1434 22.4219 13.5772 22.3036 13.8137L22.2116 14.0109C17.0333 23.0664 14.4573 27.6007 14.4573 27.6007Z' fill='%23292C37'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M14.4573 27.6007H13.143L14.4573 18.4006H9.85724C9.09495 18.4006 9.10809 17.9801 9.35781 17.5332C9.60753 17.0863 9.42352 17.4281 9.44981 17.3755C11.1453 14.3789 13.695 9.91027 17.0859 3.94336L18.4002 3.94336L17.0859 13.1434H21.6859C22.3299 13.1434 22.4219 13.5772 22.3036 13.8137L22.2116 14.0109C17.0333 23.0664 14.4573 27.6007 14.4573 27.6007Z' fill='%23292C37'/%3E%3C/svg%3E");width:31rem;height:31rem}.icon-wrench{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M29.5099 24.6999L17.6799 12.8699C18.8499 9.87989 18.1999 6.36989 15.7299 3.89989C13.1299 1.29989 9.22987 0.779894 6.10987 2.20989L11.6999 7.79989L7.79987 11.6999L2.07987 6.10989C0.519872 9.22989 1.16987 13.1299 3.76987 15.7299C6.23987 18.1999 9.74987 18.8499 12.7399 17.6799L24.5699 29.5099C25.0899 30.0299 25.8699 30.0299 26.3899 29.5099L29.3799 26.5199C30.0299 25.9999 30.0299 25.0899 29.5099 24.6999Z' fill='%233A3E4C'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M29.5099 24.6999L17.6799 12.8699C18.8499 9.87989 18.1999 6.36989 15.7299 3.89989C13.1299 1.29989 9.22987 0.779894 6.10987 2.20989L11.6999 7.79989L7.79987 11.6999L2.07987 6.10989C0.519872 9.22989 1.16987 13.1299 3.76987 15.7299C6.23987 18.1999 9.74987 18.8499 12.7399 17.6799L24.5699 29.5099C25.0899 30.0299 25.8699 30.0299 26.3899 29.5099L29.3799 26.5199C30.0299 25.9999 30.0299 25.0899 29.5099 24.6999Z' fill='%233A3E4C'/%3E%3C/svg%3E");width:31rem;height:31rem}.icon-cog{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'%3E%3Cpath d='M29.9864 20.2724C30.0491 19.8024 30.0804 19.3168 30.0804 18.7998C30.0804 18.2984 30.0491 17.7971 29.9708 17.3271L33.1511 14.8518C33.4331 14.6324 33.5114 14.2094 33.3391 13.8961L30.3311 8.69477C30.1431 8.3501 29.7514 8.24043 29.4068 8.3501L25.6624 9.8541C24.8791 9.25877 24.0488 8.75743 23.1244 8.38143L22.5604 4.4021C22.4978 4.0261 22.1844 3.75977 21.8084 3.75977H15.7924C15.4164 3.75977 15.1188 4.0261 15.0561 4.4021L14.4921 8.38143C13.5678 8.75743 12.7218 9.27443 11.9541 9.8541L8.20976 8.3501C7.8651 8.22477 7.47343 8.3501 7.28543 8.69477L4.2931 13.8961C4.1051 14.2251 4.16777 14.6324 4.4811 14.8518L7.66143 17.3271C7.5831 17.7971 7.52043 18.3141 7.52043 18.7998C7.52043 19.2854 7.55177 19.8024 7.6301 20.2724L4.44977 22.7478C4.16777 22.9671 4.08943 23.3901 4.26177 23.7034L7.26977 28.9048C7.45777 29.2494 7.84943 29.3591 8.1941 29.2494L11.9384 27.7454C12.7218 28.3408 13.5521 28.8421 14.4764 29.2181L15.0404 33.1974C15.1188 33.5734 15.4164 33.8398 15.7924 33.8398H21.8084C22.1844 33.8398 22.4978 33.5734 22.5448 33.1974L23.1088 29.2181C24.0331 28.8421 24.8791 28.3408 25.6468 27.7454L29.3911 29.2494C29.7358 29.3748 30.1274 29.2494 30.3154 28.9048L33.3234 23.7034C33.5114 23.3588 33.4331 22.9671 33.1354 22.7478L29.9864 20.2724ZM18.8004 24.4398C15.6984 24.4398 13.1604 21.9018 13.1604 18.7998C13.1604 15.6978 15.6984 13.1598 18.8004 13.1598C21.9024 13.1598 24.4404 15.6978 24.4404 18.7998C24.4404 21.9018 21.9024 24.4398 18.8004 24.4398Z' fill='%233A3E4C'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'%3E%3Cpath d='M29.9864 20.2724C30.0491 19.8024 30.0804 19.3168 30.0804 18.7998C30.0804 18.2984 30.0491 17.7971 29.9708 17.3271L33.1511 14.8518C33.4331 14.6324 33.5114 14.2094 33.3391 13.8961L30.3311 8.69477C30.1431 8.3501 29.7514 8.24043 29.4068 8.3501L25.6624 9.8541C24.8791 9.25877 24.0488 8.75743 23.1244 8.38143L22.5604 4.4021C22.4978 4.0261 22.1844 3.75977 21.8084 3.75977H15.7924C15.4164 3.75977 15.1188 4.0261 15.0561 4.4021L14.4921 8.38143C13.5678 8.75743 12.7218 9.27443 11.9541 9.8541L8.20976 8.3501C7.8651 8.22477 7.47343 8.3501 7.28543 8.69477L4.2931 13.8961C4.1051 14.2251 4.16777 14.6324 4.4811 14.8518L7.66143 17.3271C7.5831 17.7971 7.52043 18.3141 7.52043 18.7998C7.52043 19.2854 7.55177 19.8024 7.6301 20.2724L4.44977 22.7478C4.16777 22.9671 4.08943 23.3901 4.26177 23.7034L7.26977 28.9048C7.45777 29.2494 7.84943 29.3591 8.1941 29.2494L11.9384 27.7454C12.7218 28.3408 13.5521 28.8421 14.4764 29.2181L15.0404 33.1974C15.1188 33.5734 15.4164 33.8398 15.7924 33.8398H21.8084C22.1844 33.8398 22.4978 33.5734 22.5448 33.1974L23.1088 29.2181C24.0331 28.8421 24.8791 28.3408 25.6468 27.7454L29.3911 29.2494C29.7358 29.3748 30.1274 29.2494 30.3154 28.9048L33.3234 23.7034C33.5114 23.3588 33.4331 22.9671 33.1354 22.7478L29.9864 20.2724ZM18.8004 24.4398C15.6984 24.4398 13.1604 21.9018 13.1604 18.7998C13.1604 15.6978 15.6984 13.1598 18.8004 13.1598C21.9024 13.1598 24.4404 15.6978 24.4404 18.7998C24.4404 21.9018 21.9024 24.4398 18.8004 24.4398Z' fill='%233A3E4C'/%3E%3C/svg%3E");width:31rem;height:31rem}.icon-call{-webkit-mask-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%3Cpath d='M6.62 10.79C8.06 13.62 10.38 15.93 13.21 17.38L15.41 15.18C15.68 14.91 16.08 14.82 16.43 14.94C17.55 15.31 18.76 15.51 20 15.51C20.55 15.51 21 15.96 21 16.51V20C21 20.55 20.55 21 20 21C10.61 21 3 13.39 3 4C3 3.45 3.45 3 4 3H7.5C8.05 3 8.5 3.45 8.5 4C8.5 5.25 8.7 6.45 9.07 7.57C9.18 7.92 9.1 8.31 8.82 8.59L6.62 10.79Z' fill='white'/%3E%3C/svg%3E");mask-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%3Cpath d='M6.62 10.79C8.06 13.62 10.38 15.93 13.21 17.38L15.41 15.18C15.68 14.91 16.08 14.82 16.43 14.94C17.55 15.31 18.76 15.51 20 15.51C20.55 15.51 21 15.96 21 16.51V20C21 20.55 20.55 21 20 21C10.61 21 3 13.39 3 4C3 3.45 3.45 3 4 3H7.5C8.05 3 8.5 3.45 8.5 4C8.5 5.25 8.7 6.45 9.07 7.57C9.18 7.92 9.1 8.31 8.82 8.59L6.62 10.79Z' fill='white'/%3E%3C/svg%3E");width:24rem;height:24rem}.icon-thumbsup{-webkit-mask-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%3Cpath d='M1 21H5V9H1V21ZM23 10C23 8.9 22.1 8 21 8H14.69L15.64 3.43L15.67 3.11C15.67 2.7 15.5 2.32 15.23 2.05L14.17 1L7.59 7.59C7.22 7.95 7 8.45 7 9V19C7 20.1 7.9 21 9 21H18C18.83 21 19.54 20.5 19.84 19.78L22.86 12.73C22.95 12.5 23 12.26 23 12V10Z' fill='%230065FF'/%3E%3C/svg%3E");mask-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%3Cpath d='M1 21H5V9H1V21ZM23 10C23 8.9 22.1 8 21 8H14.69L15.64 3.43L15.67 3.11C15.67 2.7 15.5 2.32 15.23 2.05L14.17 1L7.59 7.59C7.22 7.95 7 8.45 7 9V19C7 20.1 7.9 21 9 21H18C18.83 21 19.54 20.5 19.84 19.78L22.86 12.73C22.95 12.5 23 12.26 23 12V10Z' fill='%230065FF'/%3E%3C/svg%3E");width:24rem;height:24rem}.icon-content{-webkit-mask-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%3Cpath d='M12.75 3H11.25L6.5 14H8.6L9.5 11.8H14.5L15.4 14H17.5L12.75 3ZM10.13 10L12 4.98L13.87 10H10.13ZM20.5 18L17.5 15V17H5V19H17.5V21L20.5 18Z' fill='%230065FF'/%3E%3C/svg%3E");mask-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%3Cpath d='M12.75 3H11.25L6.5 14H8.6L9.5 11.8H14.5L15.4 14H17.5L12.75 3ZM10.13 10L12 4.98L13.87 10H10.13ZM20.5 18L17.5 15V17H5V19H17.5V21L20.5 18Z' fill='%230065FF'/%3E%3C/svg%3E");width:24rem;height:24rem}.icon-magic{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='31' viewBox='0 0 28 31' fill='none'%3E%3Cpath d='M5.90118 7.33939L9.41116 8.70388L7.13148 5.70641L8.49596 2.19643L5.49849 4.47611L1.98851 3.11162L4.2682 6.10909L2.90371 9.61907L5.90118 7.33939ZM23.3128 17.8975L19.8029 16.533L22.0826 19.5305L20.7181 23.0405L23.7155 20.7608L27.2255 22.1253L24.9458 19.1278L26.3103 15.6178L23.3128 17.8975ZM24.1138 -4.41306e-05L21.1164 2.27964L17.6064 0.915152L19.8861 3.91262L18.5216 7.4226L21.5191 5.14292L25.029 6.50741L22.7494 3.50994L24.1138 -4.41306e-05ZM15.1518 8.28143C14.5728 7.84523 13.7528 7.96055 13.3167 8.53951L0.264328 25.864C-0.171868 26.4429 -0.0565524 27.2629 0.522414 27.6991L3.99621 30.3162C4.57518 30.7524 5.39512 30.6371 5.83131 30.0582L18.8725 12.7485C19.3086 12.1696 19.1933 11.3496 18.6144 10.9134L15.1518 8.28143ZM14.8161 15.6151L11.6689 13.244L14.3979 9.62177L17.5451 11.9929L14.8161 15.6151Z' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='31' viewBox='0 0 28 31' fill='none'%3E%3Cpath d='M5.90118 7.33939L9.41116 8.70388L7.13148 5.70641L8.49596 2.19643L5.49849 4.47611L1.98851 3.11162L4.2682 6.10909L2.90371 9.61907L5.90118 7.33939ZM23.3128 17.8975L19.8029 16.533L22.0826 19.5305L20.7181 23.0405L23.7155 20.7608L27.2255 22.1253L24.9458 19.1278L26.3103 15.6178L23.3128 17.8975ZM24.1138 -4.41306e-05L21.1164 2.27964L17.6064 0.915152L19.8861 3.91262L18.5216 7.4226L21.5191 5.14292L25.029 6.50741L22.7494 3.50994L24.1138 -4.41306e-05ZM15.1518 8.28143C14.5728 7.84523 13.7528 7.96055 13.3167 8.53951L0.264328 25.864C-0.171868 26.4429 -0.0565524 27.2629 0.522414 27.6991L3.99621 30.3162C4.57518 30.7524 5.39512 30.6371 5.83131 30.0582L18.8725 12.7485C19.3086 12.1696 19.1933 11.3496 18.6144 10.9134L15.1518 8.28143ZM14.8161 15.6151L11.6689 13.244L14.3979 9.62177L17.5451 11.9929L14.8161 15.6151Z' fill='white'/%3E%3C/svg%3E");width:27rem;height:27rem}.icon-palette{-webkit-mask-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%3Cpath d='M12 3C7.03 3 3 7.03 3 12C3 16.97 7.03 21 12 21C12.83 21 13.5 20.33 13.5 19.5C13.5 19.11 13.35 18.76 13.11 18.49C12.88 18.23 12.73 17.88 12.73 17.5C12.73 16.67 13.4 16 14.23 16H16C18.76 16 21 13.76 21 11C21 6.58 16.97 3 12 3ZM6.5 12C5.67 12 5 11.33 5 10.5C5 9.67 5.67 9 6.5 9C7.33 9 8 9.67 8 10.5C8 11.33 7.33 12 6.5 12ZM9.5 8C8.67 8 8 7.33 8 6.5C8 5.67 8.67 5 9.5 5C10.33 5 11 5.67 11 6.5C11 7.33 10.33 8 9.5 8ZM14.5 8C13.67 8 13 7.33 13 6.5C13 5.67 13.67 5 14.5 5C15.33 5 16 5.67 16 6.5C16 7.33 15.33 8 14.5 8ZM17.5 12C16.67 12 16 11.33 16 10.5C16 9.67 16.67 9 17.5 9C18.33 9 19 9.67 19 10.5C19 11.33 18.33 12 17.5 12Z' fill='white'/%3E%3C/svg%3E");mask-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%3Cpath d='M12 3C7.03 3 3 7.03 3 12C3 16.97 7.03 21 12 21C12.83 21 13.5 20.33 13.5 19.5C13.5 19.11 13.35 18.76 13.11 18.49C12.88 18.23 12.73 17.88 12.73 17.5C12.73 16.67 13.4 16 14.23 16H16C18.76 16 21 13.76 21 11C21 6.58 16.97 3 12 3ZM6.5 12C5.67 12 5 11.33 5 10.5C5 9.67 5.67 9 6.5 9C7.33 9 8 9.67 8 10.5C8 11.33 7.33 12 6.5 12ZM9.5 8C8.67 8 8 7.33 8 6.5C8 5.67 8.67 5 9.5 5C10.33 5 11 5.67 11 6.5C11 7.33 10.33 8 9.5 8ZM14.5 8C13.67 8 13 7.33 13 6.5C13 5.67 13.67 5 14.5 5C15.33 5 16 5.67 16 6.5C16 7.33 15.33 8 14.5 8ZM17.5 12C16.67 12 16 11.33 16 10.5C16 9.67 16.67 9 17.5 9C18.33 9 19 9.67 19 10.5C19 11.33 18.33 12 17.5 12Z' fill='white'/%3E%3C/svg%3E");width:24rem;height:24rem}.icon-stats{-webkit-mask-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%3Cpath d='M2 19.9898L9.5 12.4798L13.5 16.4798L20.59 8.50977L22 9.91977L13.5 19.4798L9.5 15.4798L3.5 21.4898L2 19.9898ZM3.5 15.4898L9.5 9.47976L13.5 13.4798L22 3.91977L20.59 2.50977L13.5 10.4798L9.5 6.47977L2 13.9898L3.5 15.4898Z' fill='%230065FF'/%3E%3C/svg%3E");mask-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%3Cpath d='M2 19.9898L9.5 12.4798L13.5 16.4798L20.59 8.50977L22 9.91977L13.5 19.4798L9.5 15.4798L3.5 21.4898L2 19.9898ZM3.5 15.4898L9.5 9.47976L13.5 13.4798L22 3.91977L20.59 2.50977L13.5 10.4798L9.5 6.47977L2 13.9898L3.5 15.4898Z' fill='%230065FF'/%3E%3C/svg%3E");width:24rem;height:24rem}.icon-mobile{-webkit-mask-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%3Cpath d='M17 1H7C5.9 1 5 1.9 5 3V21C5 22.1 5.9 23 7 23H17C18.1 23 19 22.1 19 21V3C19 1.9 18.1 1 17 1ZM17 19H7V5H17V19ZM8 6H16V8H8V6Z' fill='white'/%3E%3C/svg%3E");mask-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%3Cpath d='M17 1H7C5.9 1 5 1.9 5 3V21C5 22.1 5.9 23 7 23H17C18.1 23 19 22.1 19 21V3C19 1.9 18.1 1 17 1ZM17 19H7V5H17V19ZM8 6H16V8H8V6Z' fill='white'/%3E%3C/svg%3E");width:24rem;height:24rem}.icon-desktop{-webkit-mask-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%3Cpath d='M4 18C3.45 18 2.97933 17.8043 2.588 17.413C2.196 17.021 2 16.55 2 16V5C2 4.45 2.196 3.979 2.588 3.587C2.97933 3.19567 3.45 3 4 3H20C20.55 3 21.021 3.19567 21.413 3.587C21.8043 3.979 22 4.45 22 5V16C22 16.55 21.8043 17.021 21.413 17.413C21.021 17.8043 20.55 18 20 18H4ZM2 21C1.71667 21 1.47933 20.904 1.288 20.712C1.096 20.5207 1 20.2833 1 20C1 19.7167 1.096 19.4793 1.288 19.288C1.47933 19.096 1.71667 19 2 19H22C22.2833 19 22.5207 19.096 22.712 19.288C22.904 19.4793 23 19.7167 23 20C23 20.2833 22.904 20.5207 22.712 20.712C22.5207 20.904 22.2833 21 22 21H2Z' fill='%230065FF'/%3E%3C/svg%3E");mask-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%3Cpath d='M4 18C3.45 18 2.97933 17.8043 2.588 17.413C2.196 17.021 2 16.55 2 16V5C2 4.45 2.196 3.979 2.588 3.587C2.97933 3.19567 3.45 3 4 3H20C20.55 3 21.021 3.19567 21.413 3.587C21.8043 3.979 22 4.45 22 5V16C22 16.55 21.8043 17.021 21.413 17.413C21.021 17.8043 20.55 18 20 18H4ZM2 21C1.71667 21 1.47933 20.904 1.288 20.712C1.096 20.5207 1 20.2833 1 20C1 19.7167 1.096 19.4793 1.288 19.288C1.47933 19.096 1.71667 19 2 19H22C22.2833 19 22.5207 19.096 22.712 19.288C22.904 19.4793 23 19.7167 23 20C23 20.2833 22.904 20.5207 22.712 20.712C22.5207 20.904 22.2833 21 22 21H2Z' fill='%230065FF'/%3E%3C/svg%3E")}.icon-search{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M19 19L15.1422 15.1422M17.2222 10.1111C17.2222 14.0385 14.0385 17.2222 10.1111 17.2222C6.18375 17.2222 3 14.0385 3 10.1111C3 6.18375 6.18375 3 10.1111 3C14.0385 3 17.2222 6.18375 17.2222 10.1111Z' stroke='%23626472' stroke-width='1.83146' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M19 19L15.1422 15.1422M17.2222 10.1111C17.2222 14.0385 14.0385 17.2222 10.1111 17.2222C6.18375 17.2222 3 14.0385 3 10.1111C3 6.18375 6.18375 3 10.1111 3C14.0385 3 17.2222 6.18375 17.2222 10.1111Z' stroke='%23626472' stroke-width='1.83146' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");width:24rem;height:24rem}.icon-clock{-webkit-mask-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%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM16.5978 15.5537C16.3781 15.9106 15.9106 16.0219 15.5537 15.8022L11.4759 13.2929C11.1802 13.1109 11 12.7885 11 12.4412V7.75C11 7.33579 11.3358 7 11.75 7C12.1642 7 12.5 7.33579 12.5 7.75V11.6338C12.5 11.9851 12.6843 12.3106 12.9855 12.4913L16.3419 14.5051C16.7041 14.7225 16.8192 15.1938 16.5978 15.5537Z' fill='%230065FF'/%3E%3C/svg%3E");mask-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%3Cpath d='M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM16.5978 15.5537C16.3781 15.9106 15.9106 16.0219 15.5537 15.8022L11.4759 13.2929C11.1802 13.1109 11 12.7885 11 12.4412V7.75C11 7.33579 11.3358 7 11.75 7C12.1642 7 12.5 7.33579 12.5 7.75V11.6338C12.5 11.9851 12.6843 12.3106 12.9855 12.4913L16.3419 14.5051C16.7041 14.7225 16.8192 15.1938 16.5978 15.5537Z' fill='%230065FF'/%3E%3C/svg%3E")}.icon-pages{-webkit-mask-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%3Cpath d='M4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H20C20.55 4 21.0208 4.19583 21.4125 4.5875C21.8042 4.97917 22 5.45 22 6V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM6 17H18C18.2833 17 18.5208 16.9042 18.7125 16.7125C18.9042 16.5208 19 16.2833 19 16C19 15.7167 18.9042 15.4792 18.7125 15.2875C18.5208 15.0958 18.2833 15 18 15H6C5.71667 15 5.47917 15.0958 5.2875 15.2875C5.09583 15.4792 5 15.7167 5 16C5 16.2833 5.09583 16.5208 5.2875 16.7125C5.47917 16.9042 5.71667 17 6 17ZM6 13H18C18.2833 13 18.5208 12.9042 18.7125 12.7125C18.9042 12.5208 19 12.2833 19 12C19 11.7167 18.9042 11.4792 18.7125 11.2875C18.5208 11.0958 18.2833 11 18 11H6C5.71667 11 5.47917 11.0958 5.2875 11.2875C5.09583 11.4792 5 11.7167 5 12C5 12.2833 5.09583 12.5208 5.2875 12.7125C5.47917 12.9042 5.71667 13 6 13ZM6 9H14C14.2833 9 14.5208 8.90417 14.7125 8.7125C14.9042 8.52083 15 8.28333 15 8C15 7.71667 14.9042 7.47917 14.7125 7.2875C14.5208 7.09583 14.2833 7 14 7H6C5.71667 7 5.47917 7.09583 5.2875 7.2875C5.09583 7.47917 5 7.71667 5 8C5 8.28333 5.09583 8.52083 5.2875 8.7125C5.47917 8.90417 5.71667 9 6 9Z' fill='%230065FF'/%3E%3C/svg%3E");mask-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%3Cpath d='M4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H20C20.55 4 21.0208 4.19583 21.4125 4.5875C21.8042 4.97917 22 5.45 22 6V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM6 17H18C18.2833 17 18.5208 16.9042 18.7125 16.7125C18.9042 16.5208 19 16.2833 19 16C19 15.7167 18.9042 15.4792 18.7125 15.2875C18.5208 15.0958 18.2833 15 18 15H6C5.71667 15 5.47917 15.0958 5.2875 15.2875C5.09583 15.4792 5 15.7167 5 16C5 16.2833 5.09583 16.5208 5.2875 16.7125C5.47917 16.9042 5.71667 17 6 17ZM6 13H18C18.2833 13 18.5208 12.9042 18.7125 12.7125C18.9042 12.5208 19 12.2833 19 12C19 11.7167 18.9042 11.4792 18.7125 11.2875C18.5208 11.0958 18.2833 11 18 11H6C5.71667 11 5.47917 11.0958 5.2875 11.2875C5.09583 11.4792 5 11.7167 5 12C5 12.2833 5.09583 12.5208 5.2875 12.7125C5.47917 12.9042 5.71667 13 6 13ZM6 9H14C14.2833 9 14.5208 8.90417 14.7125 8.7125C14.9042 8.52083 15 8.28333 15 8C15 7.71667 14.9042 7.47917 14.7125 7.2875C14.5208 7.09583 14.2833 7 14 7H6C5.71667 7 5.47917 7.09583 5.2875 7.2875C5.09583 7.47917 5 7.71667 5 8C5 8.28333 5.09583 8.52083 5.2875 8.7125C5.47917 8.90417 5.71667 9 6 9Z' fill='%230065FF'/%3E%3C/svg%3E")}@media(max-width:767px){.icon{width:20rem;height:20rem}}.animate-rotate{animation:iconRotate 3s linear infinite}.animate-rotate30{animation:iconRotate30 3s linear infinite}@keyframes iconRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes iconRotate30{0%{transform:rotate(0)}50%{transform:rotate(30deg)}to{transform:rotate(0)}}:root{--icon-color: var(--white);--icon-background: var(--primary)}.social-links{display:flex;align-items:center;gap:8rem}.social-links__icon{color:var(--icon-color);background:var(--icon-background);border-radius:20rem;width:50rem;height:50rem;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease;display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap}@media(max-width:767px){.social-links__icon{border-radius:10rem;width:40rem;height:40rem}}.social-links__icon:hover{box-shadow:0 0 15rem #0065ff80}.social-links__icon.tg{--icon-background: #23A0DD;--icon-color: var(--white, #fff)}.social-links__icon.tg:hover{box-shadow:0 0 15rem #23a0dd80}.social-links__icon>svg,.social-links__icon>img,.social-links__icon>.icon{width:24rem;height:24rem}@media(max-width:767px){.social-links__icon>svg,.social-links__icon>img,.social-links__icon>.icon{width:20rem;height:20rem}}.menu-button{width:40rem;height:40rem;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--grey_50, #F8F9FB);border:1rem solid var(--grey_200, #DEE3E8);cursor:pointer;padding:0;position:relative;outline:none;border-radius:10rem;will-change:transform,width,height}@media(min-width:1199px){.menu-button{display:none}}.menu-button span{display:block;width:16rem;height:1rem;background-color:#000;border-radius:1rem;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.menu-button span:not(:last-child){margin-bottom:4rem}.menu-button.open>span:nth-child(1){transform:translateY(5rem) rotate(45deg)}.menu-button.open>span:nth-child(2){opacity:0;transform:scale(0)}.menu-button.open>span:nth-child(3){transform:translateY(-5rem) rotate(-45deg)}.mobile-menu{position:fixed;inset:0;z-index:100;background:linear-gradient(0deg,#292c3733 0% 100%);overflow-y:auto;overflow-x:hidden;padding:16rem;padding-top:calc(var(--header-height, 64rem) + 16rem);visibility:hidden;pointer-events:none;opacity:0;transition:opacity .3s ease,visibility .3s ease;perspective:1000px}@media(min-width:1199px){.mobile-menu{display:none}}.mobile-menu .menu-block{display:flex;flex-direction:column;gap:24rem;border-radius:16rem;background:var(--white, #FFF);padding:20rem 16rem 40rem;transform:rotateX(-140deg) scale(1);transition:transform .6s var(--transition-srping, cubic-bezier(.165, .84, .44, 1)),opacity .1s ease;transform-origin:top center}@media(min-width:767px)and (max-width:1199px){.mobile-menu .menu-block{width:100%;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--container-padding-x)}}@media(max-width:767px){.mobile-menu .menu-block .nav__menu{flex-direction:column;align-items:stretch;gap:0}}.mobile-menu .menu-block .nav__menu>li a{text-align:center;justify-content:center;padding:10rem 0}.mobile-menu .menu-block__bottom{display:flex;flex-direction:column;gap:16rem}.mobile-menu .menu-block .header__link{text-align:center;font-family:var(--font-main, "Inter");font-size:56rem;font-style:normal;font-weight:500;line-height:120%}@media(max-width:767px){.mobile-menu .menu-block .header__link{font-size:20rem}}@media(min-width:767px)and (max-width:1199px){.mobile-menu .menu-block .header__link{font-size:34rem}}.mobile-menu.open{visibility:visible;pointer-events:auto;opacity:1}.mobile-menu.open .menu-block{transform:rotateX(0) scale(1)}body:has(.mobile-panel.open){overflow:hidden}.map-out{position:absolute;width:100%;height:100%;z-index:50;inset:0;transition:.3s ease}.map-out.hide{visibility:hidden;opacity:0;pointer-events:none}.map-clue,.map-clue-bottom{position:absolute;z-index:9999;display:none;background:#fff;border-radius:0;font-size:14rem;color:#000;padding:10rem;box-shadow:0 0 10rem #0000001a;text-align:center;justify-content:center}@media(max-width:768px){.map-clue,.map-clue-bottom{font-size:12rem}}.map-clue.show{display:block}.map-clue-bottom{display:flex;justify-content:center;position:fixed;bottom:-100%;left:50%;transform:translate(-50%);transition:.3s ease;text-align:center}.map-clue-bottom.show{bottom:50rem}@media(max-width:767px){.map-clue-bottom{left:16rem;right:16rem;transform:translate(0)}.map-clue-bottom.show{bottom:20rem}}:root{--datepicker-color-active: lightblue;--datepicker-hover: #f0f0f0;--datepicker-bg: #fff;--datepicker-bg-btn: transparent}.date-picker-container{position:absolute;height:-moz-fit-content;height:fit-content}.date-input{position:relative;width:auto}.date-input.invalid{border-color:red;box-shadow:0 0 0 2rem #ff000024}.date-picker{position:absolute;display:flex;flex-direction:column;background:var(--datepicker-bg);border:1rem solid black;border-radius:10rem;padding:20rem;gap:10rem;visibility:visible;opacity:1;height:-moz-fit-content;height:fit-content;transform:translateY(0);pointer-events:unset;transition:ease-in-out .3s;width:340rem;z-index:12;margin-top:10rem;margin-bottom:10rem;overflow:visible}.date-picker .button-prev{transform:rotate(-180deg)}.date-picker.hidden{visibility:hidden;opacity:0;transform:translateY(-10rem);pointer-events:none;overflow:hidden}.date-picker__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10rem}.date-picker__title{display:flex;flex-direction:row;align-items:center;gap:0rem;min-height:32rem;border-radius:8rem;cursor:pointer;transition:ease .1s;margin:0 auto}.date-picker__button{display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:32rem;min-width:32rem;border-radius:8rem;border:none;transition:ease .3s;cursor:pointer;background:var(--datepicker-bg-btn)}.date-picker__button:hover{background:var(--datepicker-hover)}.date-picker__button[disabled]{cursor:default;opacity:.4;pointer-events:none}.date-picker__button:after{content:"";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%3Cpath d='M8.01593 21.6532L6.59668 20.234L14.8312 11.9995L6.59668 3.76495L8.01593 2.3457L17.6697 11.9995L8.01593 21.6532Z' fill='%231B1C23'/%3E%3C/svg%3E");background-size:100%;background-repeat:no-repeat;width:18rem;height:18rem}.date-picker__button svg{width:18rem;height:18rem;-o-object-fit:cover;object-fit:cover}.date-picker__months.hidden{display:none}.date-picker__months-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10rem}.date-picker__month{height:32rem;border-radius:8rem;border:none;background:var(--datepicker-bg-btn);font-size:18rem;padding:20rem 5rem;display:flex;align-items:center;justify-content:center;transition:ease .3s;cursor:pointer}.date-picker__month:hover{background:var(--datepicker-hover)}.date-picker__month.active{background-color:var(--datepicker-color-active);pointer-events:none}.date-picker__month-btn{background:var(--datepicker-bg-btn);border:none;font-size:18rem;font-weight:700;cursor:pointer;border-radius:8rem;padding:10rem 8rem;transition:ease .1s}.date-picker__month-btn:hover{background:var(--datepicker-hover)}.date-picker__years.hidden{display:none}.date-picker__years-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10rem}.date-picker__year{background:var(--datepicker-bg-btn);border:transparent;border-radius:8rem;height:32rem;font-size:18rem;transition:ease .1s;padding:20rem 5rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.date-picker__year:hover{background:var(--datepicker-hover)}.date-picker__year.active{background-color:var(--datepicker-color-active);pointer-events:none}.date-picker__year-btn{background:var(--datepicker-bg-btn);border:none;font-size:18rem;font-weight:700;border-radius:8rem;padding:10rem 8rem;transition:ease .1s;cursor:pointer}.date-picker__year-btn:hover{background:var(--datepicker-hover)}.date-picker__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:10rem}.date-picker__weekday{font-size:16rem;text-align:center}.date-picker__calendar{display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(6,1fr);gap:10rem;flex-grow:1;min-height:200rem;margin-top:10rem}.date-picker__days.hidden{display:none}.date-picker__day{width:32rem;height:32rem;border-radius:8rem;border:none;background:transparent;cursor:pointer;font-size:16rem;display:flex;align-items:center;justify-content:center;transition:ease .1s}.date-picker__day.active{background-color:var(--datepicker-color-active)}.date-picker__day.active:hover{background:var(--datepicker-hover)}.date-picker__day[disabled]{cursor:default;pointer-events:none}.date-picker__day:hover{background:var(--datepicker-hover)}.date-picker__day.in-range{background-color:var(--datepicker-hover)}.date-picker__day.in-range.active{background-color:var(--datepicker-color-active)}:root{--vgalert-bg: #fff;--vgalert-border-radius: 6rem;--vgalert-message-color: #252628;--vgalert-title-color: #121315;--vgalert-info-color: #497AFD;--vgalert-success-color: #44C12B;--vgalert-error-color: #D8334E;--vgalert-close-color: #121315;--vgalert-close-border-color: #C8C8CC;--vgalert-close-bg: #F8F8F8;--vgalert-title-size: 16rem;--vgalert-message-size: 14rem;--vgalert-button-confirm-bg: #44C12B;--vgalert-button-confirm-bg-hover: #50d635;--vgalert-button-confirm-text: #fff;--vgalert-button-cancel-bg: #D8334E;--vgalert-button-cancel-bg-hover: #bc223c;--vgalert-button-cancel-text: #fff}@media(max-width:768px){:root{--vgalert-border-radius: 4rem;--vgalert-title-size: 14rem;--vgalert-message-size: 12rem}}.vgalert{position:fixed;display:inline-flex;align-items:flex-start;flex-wrap:wrap;gap:10rem;padding:14rem 18rem;background-color:var(--vgalert-bg, #fff);color:var(--vgalert-message-color, #000);border:1.5rem solid var(--blue, #497AFD);box-shadow:0 4rem 12rem #1010101f;color:var(--black, #000);font-size:14rem;font-weight:400;border-radius:var(--vgalert-border-radius, 6rem);opacity:0;transition:.35s ease;z-index:9999;max-width:374rem}@media(max-width:768px){.vgalert{font-size:12rem;max-width:350rem;padding:10rem 14rem}}@media(prefers-color-scheme:dark){.vgalert[data-vgalert-theme=auto]{--vgalert-bg: #121213;--vgalert-title-color: #fff;--vgalert-message-color: #DDDFE3;--vgalert-success-color: #00980A;--vgalert-close-color: #fff;--vgalert-close-border-color: #414245;--vgalert-close-bg: #191A1C}}.vgalert[data-vgalert-theme=dark]{--vgalert-bg: #121213;--vgalert-title-color: #fff;--vgalert-message-color: #DDDFE3;--vgalert-success-color: #00980A;--vgalert-close-color: #fff;--vgalert-close-border-color: #414245;--vgalert-close-bg: #191A1C}.vgalert[data-vgalert-parent]:not(.show)[data-vgalert-position*=top]{transform:translateY(30rem)}.vgalert[data-vgalert-parent]:not(.show)[data-vgalert-position*=bottom]{transform:translateY(-30rem)}.vgalert[data-vgalert-parent]:not(.show)[data-vgalert-position*=right]{transform:translate(-30rem)}.vgalert[data-vgalert-parent]:not(.show)[data-vgalert-position*=left]{transform:translate(30rem)}.vgalert[data-vgalert-position*=top]{transform:translateY(-30rem) scale(.8)}.vgalert[data-vgalert-position*=bottom]{transform:translateY(30rem) scale(.8)}.vgalert[data-vgalert-position*=left]{transform:translate(-30rem) scale(.8)}.vgalert[data-vgalert-position*=right]{transform:translate(30rem) scale(.8)}.vgalert[data-vgalert-position="center center"],.vgalert[data-vgalert-position=center]{transform:scale(.8)}.vgalert.show{opacity:1;transform:translate(0) scale(1)}.vgalert--shake{animation:vgalert-shake-anim .5s cubic-bezier(.36,.07,.19,.97) both}.vgalert-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--vgalert-icon-color, #fff);width:28rem;height:28rem;border-radius:4rem;background:var(--blue, #497AFD)}@media(max-width:768px){.vgalert-icon{width:22rem;height:22rem}}.vgalert-icon>svg{flex:0 0 auto;display:inline-flex;align-items:center;width:20rem;height:20rem}@media(max-width:768px){.vgalert-icon>svg{width:18rem;height:18rem}}.vgalert-icon:before{content:"";display:inline-flex;align-items:center;justify-content:center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 13.2V10M10 6.8H10.008M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 13.2V10M10 6.8H10.008M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;width:20rem;height:20rem;background-color:currentColor}@media(max-width:768px){.vgalert-icon:before{width:18rem;height:18rem}}.vgalert-wrapper{display:flex;flex-direction:column;gap:5rem}@media(max-width:768px){.vgalert-wrapper{gap:3rem}}.vgalert-title{flex:1 1 100%;font-weight:600;font-size:var(--vgalert-title-size, 16rem);color:var(--vgalert-title-color, #000)}.vgalert-message{font-size:var(--vgalert-message-size, 16rem);color:var(--vgalert-message-color, #000)}.vgalert-close{min-width:32rem;height:32rem;position:absolute;top:15rem;right:15rem;border-radius:4rem;border:1.5rem solid var(--vgalert-close-border-color, #C8C8CC);background:var(--vgalert-close-bg, #F8F8F8);color:var(--vgalert-close-color, #121315);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:100%}@media(max-width:768px){.vgalert-close{width:24rem;height:24rem;top:10rem;right:10rem}}.vgalert-close:not(.vgalert-close-text):before{content:"";display:inline-flex;align-items:center;justify-content:center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M0.75 0.75L10.75 10.75M10.75 0.75L0.75 10.75' stroke='%23121315' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M0.75 0.75L10.75 10.75M10.75 0.75L0.75 10.75' stroke='%23121315' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:currentColor;width:10rem;height:10rem}.vgalert-buttons{width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:10rem;margin-top:10rem}.vgalert-confirm,.vgalert-cancel{border:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8rem;padding:10rem 18rem;cursor:pointer;transition:background-color .2s ease,color .2s ease}.vgalert-confirm{background-color:var(--vgalert-button-confirm-bg);color:var(--vgalert-button-confirm-text, #fff)}.vgalert-confirm:hover{background-color:var(--vgalert-button-confirm-bg-hover, #b20000)}.vgalert-cancel{background-color:var(--vgalert-button-cancel-bg);color:var(--vgalert-button-cancel-text, #fff);margin-left:auto}.vgalert-cancel:hover{background-color:var(--vgalert-button-cancel-bg-hover, #b20000)}.vgalert.success{border-color:var(--vgalert-success-color, #00980A)}.vgalert.success .vgalert-icon{background:var(--vgalert-success-color, #00980A)}.vgalert.success .vgalert-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M12.75 0.75L4.5 8.75L0.75 5.11364' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M12.75 0.75L4.5 8.75L0.75 5.11364' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");width:12rem;height:8rem}.vgalert.error{border-color:var(--vgalert-error-color, #980000)}.vgalert.error .vgalert-icon{background:var(--vgalert-error-color, #980000)}.vgalert.error .vgalert-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='18' viewBox='0 0 14 18' fill='none'%3E%3Cpath d='M6.75 5.54956V8.74902M6.75 11.9485H6.7575M12.75 9.54888C12.75 13.5482 10.125 15.5479 7.005 16.7077C6.84162 16.7667 6.66415 16.7639 6.5025 16.6997C3.375 15.5479 0.75 13.5482 0.75 9.54888V3.94982C0.75 3.73769 0.829018 3.53424 0.96967 3.38423C1.11032 3.23423 1.30109 3.14996 1.5 3.14996C3 3.14996 4.875 2.19012 6.18 0.974322C6.33889 0.829545 6.54102 0.75 6.75 0.75C6.95898 0.75 7.16111 0.829545 7.32 0.974322C8.6325 2.19812 10.5 3.14996 12 3.14996C12.1989 3.14996 12.3897 3.23423 12.5303 3.38423C12.671 3.53424 12.75 3.73769 12.75 3.94982V9.54888Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='18' viewBox='0 0 14 18' fill='none'%3E%3Cpath d='M6.75 5.54956V8.74902M6.75 11.9485H6.7575M12.75 9.54888C12.75 13.5482 10.125 15.5479 7.005 16.7077C6.84162 16.7667 6.66415 16.7639 6.5025 16.6997C3.375 15.5479 0.75 13.5482 0.75 9.54888V3.94982C0.75 3.73769 0.829018 3.53424 0.96967 3.38423C1.11032 3.23423 1.30109 3.14996 1.5 3.14996C3 3.14996 4.875 2.19012 6.18 0.974322C6.33889 0.829545 6.54102 0.75 6.75 0.75C6.95898 0.75 7.16111 0.829545 7.32 0.974322C8.6325 2.19812 10.5 3.14996 12 3.14996C12.1989 3.14996 12.3897 3.23423 12.5303 3.38423C12.671 3.53424 12.75 3.73769 12.75 3.94982V9.54888Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");width:12rem;height:16rem}.vgalert.vgalert-has-icon .vgalert-wrapper{width:calc(100% - 38rem)}@media(max-width:768px){.vgalert.vgalert-has-icon .vgalert-wrapper{width:calc(100% - 32rem)}}.vgalert:has(.vgalert-close) .vgalert-wrapper{padding-right:50rem}.vgalert:not(.vgalert-has-message),.vgalert:not(.vgalert-has-title){align-items:center}.vgalert-overlay{position:fixed;z-index:9998;left:0;top:0;width:100vw;height:100vh;background:#00000040;cursor:not-allowed}@keyframes vgalert-shake-anim{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-5px)}40%,60%{transform:translate(5px)}to{transform:none}}:root{--cookie-container-padding: 30rem;--cookie-container-border-radius: 20rem;--cookie-icon-border-radius: 16rem;--cookie-vertical-offset: 63rem;--cookie-horizontal-offset: 92rem;--cookie-main-color: #10100f;--cookie-accent-color: var(--primary, #0065FF);--cookie-alt-color: #fff;--cookie-border-color: var(--grey_100, #EDEDF3);--cookie-button-border-radius: 16rem}@media(max-width:767px){:root{--cookie-container-padding: 16rem;--cookie-container-border-radius: 20rem}}@media(min-width:767px)and (max-width:1199px){:root{--cookie-vertical-offset: 24rem;--cookie-horizontal-offset: 24rem}}.cookie-consent{position:fixed;z-index:100;padding:var(--cookie-container-padding);border-radius:var(--cookie-container-border-radius);color:var(--cookie-main-color);border:1rem solid var(--cookie-border-color);transform:translateY(0);transition:opacity .4s ease-in-out,transform .4s ease-in-out,visibility .4s ease-in-out;box-shadow:0 4rem 35.4rem #09419614}.cookie-consent-hidden{opacity:0;visibility:hidden;transform:translateY(20rem)}.cookie-consent-light{background-color:var(--cookie-alt-color)}.cookie-consent-dark{background-color:var(--cookie-main-color);color:var(--cookie-alt-color)}.cookie-consent-column{max-width:558rem;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;gap:20rem}.cookie-consent-row{display:flex;gap:20rem}.cookie-consent-row.cookie-consent{align-items:center}.cookie-consent-row .cookie-consent-content p{text-wrap:unset;max-width:424rem}.cookie-consent-row .cookie-consent-close{top:13rem;right:13rem}.cookie-consent-mixed{display:flex;gap:20rem;max-width:500rem}.cookie-consent-mixed .cookie-consent-content p{margin-bottom:20rem}.cookie-consent-top{top:var(--cookie-horizontal-offset)}.cookie-consent-left{left:var(--cookie-vertical-offset)}.cookie-consent-right{right:var(--cookie-horizontal-offset)}.cookie-consent-bottom{bottom:var(--cookie-vertical-offset)}.cookie-consent-center{left:50%;translate:-50% 0}.cookie-consent-icon{display:flex;align-items:center;justify-content:center;width:40rem;height:40rem;flex:0 0 auto;background-color:var(--cookie-accent-color);border-radius:var(--cookie-icon-border-radius);padding:9rem}.cookie-consent-icon:before{content:"";-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--cookie-alt-color);width:100%;height:100%;-webkit-mask-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 clip-path='url(%23clip0_2309_23510)'%3E%3Cpath d='M15.0556 18.1112C15.7788 18.1112 16.3651 17.5249 16.3651 16.8017C16.3651 16.0785 15.7788 15.4922 15.0556 15.4922C14.3324 15.4922 13.7461 16.0785 13.7461 16.8017C13.7461 17.5249 14.3324 18.1112 15.0556 18.1112Z' fill='white'/%3E%3Cpath d='M8.0732 17.2382C8.79643 17.2382 9.38272 16.6519 9.38272 15.9287C9.38272 15.2054 8.79643 14.6191 8.0732 14.6191C7.34997 14.6191 6.76367 15.2054 6.76367 15.9287C6.76367 16.6519 7.34997 17.2382 8.0732 17.2382Z' fill='white'/%3E%3Cpath d='M7.1982 11.1269C7.92143 11.1269 8.50772 10.5406 8.50772 9.81734C8.50772 9.09411 7.92143 8.50781 7.1982 8.50781C6.47497 8.50781 5.88867 9.09411 5.88867 9.81734C5.88867 10.5406 6.47497 11.1269 7.1982 11.1269Z' fill='white'/%3E%3Cpath d='M12.4345 12.873C13.1578 12.873 13.744 12.2867 13.744 11.5634C13.744 10.8402 13.1578 10.2539 12.4345 10.2539C11.7113 10.2539 11.125 10.8402 11.125 11.5634C11.125 12.2867 11.7113 12.873 12.4345 12.873Z' fill='white'/%3E%3Cpath d='M22.4758 11.9999C21.0866 11.9999 19.7543 11.448 18.7719 10.4657C17.7896 9.48334 17.2377 8.15101 17.2377 6.76178C15.8485 6.76178 14.5162 6.20991 13.5338 5.22757C12.5515 4.24524 11.9996 2.91291 11.9996 1.52368C9.92764 1.52368 7.90217 2.1381 6.17937 3.28924C4.45657 4.44038 3.11381 6.07653 2.32089 7.99081C1.52798 9.90508 1.32051 12.0115 1.72474 14.0437C2.12897 16.0759 3.12673 17.9425 4.59185 19.4077C6.05697 20.8728 7.92365 21.8705 9.95583 22.2748C11.988 22.679 14.0944 22.4715 16.0087 21.6786C17.923 20.8857 19.5591 19.5429 20.7103 17.8201C21.8614 16.0973 22.4758 14.0719 22.4758 11.9999Z' stroke='white' stroke-width='1.57143' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2309_23510'%3E%3Crect width='22.8571' height='22.8571' fill='white' transform='translate(0.572266 0.571411)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-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 clip-path='url(%23clip0_2309_23510)'%3E%3Cpath d='M15.0556 18.1112C15.7788 18.1112 16.3651 17.5249 16.3651 16.8017C16.3651 16.0785 15.7788 15.4922 15.0556 15.4922C14.3324 15.4922 13.7461 16.0785 13.7461 16.8017C13.7461 17.5249 14.3324 18.1112 15.0556 18.1112Z' fill='white'/%3E%3Cpath d='M8.0732 17.2382C8.79643 17.2382 9.38272 16.6519 9.38272 15.9287C9.38272 15.2054 8.79643 14.6191 8.0732 14.6191C7.34997 14.6191 6.76367 15.2054 6.76367 15.9287C6.76367 16.6519 7.34997 17.2382 8.0732 17.2382Z' fill='white'/%3E%3Cpath d='M7.1982 11.1269C7.92143 11.1269 8.50772 10.5406 8.50772 9.81734C8.50772 9.09411 7.92143 8.50781 7.1982 8.50781C6.47497 8.50781 5.88867 9.09411 5.88867 9.81734C5.88867 10.5406 6.47497 11.1269 7.1982 11.1269Z' fill='white'/%3E%3Cpath d='M12.4345 12.873C13.1578 12.873 13.744 12.2867 13.744 11.5634C13.744 10.8402 13.1578 10.2539 12.4345 10.2539C11.7113 10.2539 11.125 10.8402 11.125 11.5634C11.125 12.2867 11.7113 12.873 12.4345 12.873Z' fill='white'/%3E%3Cpath d='M22.4758 11.9999C21.0866 11.9999 19.7543 11.448 18.7719 10.4657C17.7896 9.48334 17.2377 8.15101 17.2377 6.76178C15.8485 6.76178 14.5162 6.20991 13.5338 5.22757C12.5515 4.24524 11.9996 2.91291 11.9996 1.52368C9.92764 1.52368 7.90217 2.1381 6.17937 3.28924C4.45657 4.44038 3.11381 6.07653 2.32089 7.99081C1.52798 9.90508 1.32051 12.0115 1.72474 14.0437C2.12897 16.0759 3.12673 17.9425 4.59185 19.4077C6.05697 20.8728 7.92365 21.8705 9.95583 22.2748C11.988 22.679 14.0944 22.4715 16.0087 21.6786C17.923 20.8857 19.5591 19.5429 20.7103 17.8201C21.8614 16.0973 22.4758 14.0719 22.4758 11.9999Z' stroke='white' stroke-width='1.57143' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2309_23510'%3E%3Crect width='22.8571' height='22.8571' fill='white' transform='translate(0.572266 0.571411)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.cookie-consent-title{color:var(--black, #292C37);font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:600;line-height:130%}@media(max-width:767px){.cookie-consent-title{font-size:12rem}}.cookie-consent-content{display:flex;flex-direction:column;gap:10rem}@media(max-width:767px){.cookie-consent-content{gap:8rem}}.cookie-consent-content__text{color:var(--grey_600, #626472);font-family:var(--font-main, "Inter");font-size:14rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.cookie-consent-content__text{font-size:12rem}}.cookie-consent-content a{color:var(--cookie-accent-color);text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.cookie-consent-close{color:var(--grey_300, #ABB1BE);position:absolute;top:10rem;right:10rem;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:currentColor;width:32rem;height:32rem;cursor:pointer;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M24 8L8 24M8 8L24 24' stroke='%23ABB1BE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M24 8L8 24M8 8L24 24' stroke='%23ABB1BE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media(max-width:767px){.cookie-consent-close{width:24rem;height:24rem}}.cookie-consent-close:hover{color:var(--primary)}.cookie-consent-button{border-radius:var(--cookie-button-border-radius);border:solid 1rem var(--cookie-accent-color);padding:14rem 29rem;cursor:pointer;transition:opacity .3s ease;font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:600;line-height:130%}@media(max-width:767px){.cookie-consent-button{font-size:12rem}}@media(max-width:767px){.cookie-consent-button{width:100%}}.cookie-consent-button:hover{opacity:.8}.cookie-consent-accept{background-color:var(--cookie-accent-color);color:var(--cookie-alt-color)}.cookie-consent-reject{background:var(--cookie-alt-color);border-color:var(--cookie-accent-color)}.cookie-consent-buttons{display:flex;align-items:center;flex-wrap:wrap;gap:10rem}@media(max-width:768px){.cookie-consent,.cookie-consent.cookie-consent-top,.cookie-consent.cookie-consent-center,.cookie-consent.cookie-consent-bottom,.cookie-consent.cookie-consent-right,.cookie-consent.cookie-consent-left .cookie-consent.cookie-consent-mixed{bottom:16rem;left:50%;translate:-50% 0;width:calc(100% - 30rem);top:unset;padding:var(--cookie-container-padding, 15rem);gap:12rem}.cookie-consent.row,.cookie-consent.cookie-consent-top.row,.cookie-consent.cookie-consent-center.row,.cookie-consent.cookie-consent-bottom.row,.cookie-consent.cookie-consent-right.row,.cookie-consent.cookie-consent-left .cookie-consent.cookie-consent-mixed.row{flex-direction:column}.cookie-consent-button,.cookie-consent.cookie-consent-top-button,.cookie-consent.cookie-consent-center-button,.cookie-consent.cookie-consent-bottom-button,.cookie-consent.cookie-consent-right-button,.cookie-consent.cookie-consent-left .cookie-consent.cookie-consent-mixed-button{width:100%;display:flex;align-items:center;justify-content:center}.cookie-consent-content p,.cookie-consent.cookie-consent-top-content p,.cookie-consent.cookie-consent-center-content p,.cookie-consent.cookie-consent-bottom-content p,.cookie-consent.cookie-consent-right-content p,.cookie-consent.cookie-consent-left .cookie-consent.cookie-consent-mixed-content p{font-size:13rem;text-wrap:balance}}:root{--modal-background: var(--white, #fff);--modal-border-radius: 20rem;--modal-window-max-width: 796rem;--modal-window-padding: 60rem;--modal-body-padding: 0;--modal-title-font: var(--font-main)}@media(max-width:767px){:root{--modal-border-radius: 12rem;--modal-window-max-width: 500rem;--modal-window-padding: 24rem;--modal-body-padding: 0}}.modal{position:fixed;width:100vw;height:100vh;inset:0;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;z-index:1000;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .3s ease;background:linear-gradient(0deg,#101a2e99 0% 100%);padding:24rem 0}@media(max-width:767px){.modal{padding:46rem var(--container-padding-x, 16rem) 90rem var(--container-padding-x, 16rem)}}.modal-window{border-radius:var(--modal-border-radius, 12rem);background:var(--modal-background);padding:var(--modal-window-padding, 24rem);position:relative;z-index:1;max-width:var(--modal-window-max-width, 450rem);width:100%;height:auto;flex:0 0 auto;margin:auto;overflow:hidden;color:var(--black, #292C37);transform:translateY(70rem);transition:transform .3s ease}.modal-window:before{content:"";display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;position:absolute;left:50%;bottom:calc(100% - 40rem);transform:translate(-50%);z-index:-1;width:812rem;height:348rem;border-radius:812rem;background:linear-gradient(94deg,#4a92ff 24.8%,#9c95ff 66.2%);filter:blur(50rem)}.modal-close{background:transparent;border:0;position:absolute;top:40rem;right:40rem;color:var(--white, #fff);cursor:pointer;will-change:transform;transition:opacity .3s ease}@media(max-width:767px){.modal-close{top:10rem;right:16rem}}.modal-close:before{content:"";display:inline-flex;align-items:center;justify-content:center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M30 10L10 30M10 10L30 30' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M30 10L10 30M10 10L30 30' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;width:40rem;height:40rem;background-color:currentColor;will-change:transform}@media(max-width:767px){.modal-close:before{width:30rem;height:30rem}}.modal-close:hover{opacity:.7}.modal-title{margin-bottom:20rem;color:var(--black, #292C37);text-align:center;font-family:var(--font-main, "Inter");font-size:56rem;font-style:normal;font-weight:500;line-height:120%}@media(max-width:767px){.modal-title{font-size:20rem}}@media(min-width:767px)and (max-width:1199px){.modal-title{font-size:34rem}}.modal-description{color:var(--grey_600, #626472);text-align:center;margin-bottom:40rem;font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.modal-description{font-size:12rem}}@media(max-width:767px){.modal-description{margin-bottom:24rem}}.modal-body{padding:var(--modal-body-padding, 24rem)}.modal-footer{margin-top:20rem}.modal.opened{opacity:1;visibility:visible;pointer-events:all}.modal.opened .modal-window{transform:translateY(0)}.modal.opened .modal-close{animation:modalCloseRotate 1s ease}body.modal-opened{overflow:hidden}@keyframes modalCloseRotate{0%{opacity:0;transform:rotate(-180deg)}to{opacity:1;transform:rotate(0)}}.swiper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{z-index:10;will-change:transform;display:inline-flex;align-items:center;justify-content:center;gap:10rem;position:relative;top:unset;bottom:unset;left:unset;right:unset;width:auto}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0}.swiper-pagination-bullet{display:inline-flex;align-items:center;width:48rem;height:3rem;border-radius:0;opacity:1;background:#ffffff80;transition:.3s ease}.swiper-pagination-bullet:after{content:"";flex:0 0 auto;background:#fff;width:100%;height:100%;opacity:0}.swiper-pagination-bullet-active{opacity:1;overflow:hidden;transition:.3s ease}.swiper-pagination-bullet-active:after{opacity:1;transform:scaleX(-1) translate(calc(var(--progress) * 1%))}.swiper-buttons{display:inline-flex;align-items:center;justify-content:center;-moz-column-gap:15rem;column-gap:15rem}.swiper-buttons:has(.button-prev.swiper-button-lock.swiper-button-disabled,.button-next.swiper-button-lock.swiper-button-disabled){display:none}@media(max-width:767px){.swiper-buttons{-moz-column-gap:10rem;column-gap:10rem}}.button-prev,.button-next{width:50rem;height:50rem;display:inline-flex;align-items:center;justify-content:center;background:var(--black, #292C37);border:1rem solid var(--grey_200, #DEE3E8);border-radius:100%;color:var(--white, #fff);position:relative;z-index:1;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;transition:border .1s ease,background-color .2s ease,transform .2s ease,color .2s ease,opacity .15s ease,visibility .15s ease,color .2s ease}.button-prev:before,.button-next:before{content:"";flex:0 0 auto;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M-1.90719e-07 6L6.25 -1.90735e-06L6.25 12L-1.90719e-07 6Z' fill='%23C5CAD0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M-1.90719e-07 6L6.25 -1.90735e-06L6.25 12L-1.90719e-07 6Z' fill='%23C5CAD0'/%3E%3C/svg%3E");-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;width:6.25rem;height:12rem;background-color:currentColor;will-change:transform}.button-prev:not(.swiper-button-disabled):hover,.button-next:not(.swiper-button-disabled):hover{background:var(--white, #FFF);border-color:var(--primary);color:var(--primary)}.button-prev:not(.swiper-button-disabled):active,.button-next:not(.swiper-button-disabled):active{background:var(--grey_100, #ECF1FF);border-color:var(--primary);color:var(--primary)}.button-prev.swiper-button-disabled,.button-next.swiper-button-disabled{background:transparent;border-color:var(--grey_300, #C5CAD0);color:var(--grey_300, #C5CAD0);cursor:default}.button-prev.swiper-button-lock.swiper-button-disabled,.button-next.swiper-button-lock.swiper-button-disabled{opacity:0;visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.button-next:before{transform:scaleX(-1)}.tab{display:none}.tab.active{display:block;animation:tabFadeIn .3s ease-in-out}.tab.hide{display:none;animation:tabFadeOut .3s ease-in-out}@keyframes tabZoomOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes tabZoomIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes tabFadeIn{0%{opacity:0}to{opacity:1}}@keyframes tabFadeOut{0%{opacity:1}to{opacity:0}}@keyframes tabSlideUp{0%{opacity:0;transform:translateY(50rem)}to{opacity:1;transform:translateY(0)}}@keyframes tabSlideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50rem)}}@keyframes tabSlideLeft{0%{opacity:0;transform:translate(-50rem)}to{opacity:1;transform:translate(0)}}@keyframes tabSlideRight{0%{opacity:1;transform:translate(50rem)}to{opacity:0;transform:translate(0)}}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{transition:transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:flex!important;justify-content:center;align-items:center;transform:translateZ(0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:flex;justify-content:center;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:grabbing!important;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video:before{content:"";position:absolute;width:100%;height:100%;background:#ff000057;display:none}.gslide-video.playing:before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:grabbing!important;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:flex;width:auto}.zoomed .gslide-media{box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;flex-direction:column}.gslide-description{position:relative;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description,.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px 50px;max-width:100vw!important;order:2!important;max-height:78vh;overflow:auto!important;background:linear-gradient(to bottom,#0000 0,#000000bf);transition:opacity .3s linear}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{transition:opacity .5s ease;opacity:1}.greset{transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:flex;justify-content:center;align-items:center;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:#000000bf;border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{animation:gfadeIn .5s ease}.gfadeOut{animation:gfadeOut .5s ease}.gslideOutLeft{animation:gslideOutLeft .3s ease}.gslideInLeft{animation:gslideInLeft .3s ease}.gslideOutRight{animation:gslideOutRight .3s ease}.gslideInRight{animation:gslideInRight .3s ease}.gzoomIn{animation:gzoomIn .5s ease}.gzoomOut{animation:gzoomOut .5s ease}@keyframes lightboxLoader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@keyframes gslideInLeft{0%{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translateZ(0);opacity:1}}@keyframes gslideOutLeft{0%{opacity:1;visibility:visible;transform:translateZ(0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideInRight{0%{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translateZ(0);opacity:1}}@keyframes gslideOutRight{0%{opacity:1;visibility:visible;transform:translateZ(0)}to{transform:translate3d(60%,0,0);opacity:0}}@keyframes gzoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@media(min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:#000000eb}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px #000000a6}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:#00000052}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:#000000b3}.glightbox-clean .gprev,.glightbox-clean .gnext{top:45%}}@media(min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}.container{margin-inline:auto;max-width:1720rem}@media(max-width:1199px){.container{max-width:100%;padding:0 var(--container-padding-x, 24rem)}}@media(max-width:767px){.container{max-width:100%;padding:0 var(--container-padding-x, 16rem)}}.container-fluid{margin-inline:auto;max-width:1840rem;width:100%}@media(max-width:1199px){.container-fluid{max-width:1200rem;padding:0 var(--container-padding-x, 24rem)}}@media(max-width:767px){.container-fluid{max-width:100%;padding:0 var(--container-padding-x, 16rem)}}.main-content:not(.main-content--border){padding-top:30rem;padding-bottom:80rem}@media(max-width:767px){.main-content:not(.main-content--border){padding-top:16rem;padding-bottom:40rem}}.main-content--border{position:relative;background:var(--white, #fff)}.main-content--border:before{content:"";position:absolute;left:0;right:0;bottom:calc(100% - 1rem);height:30rem;background:var(--white, #fff);border-radius:50rem 50rem 0 0}@media(max-width:767px){.main-content--border:before{border-radius:16rem 16rem 0 0}}.main-content--border:after{content:"";position:absolute;left:0;right:0;top:calc(100% - 1rem);height:30rem;background:var(--white, #fff)}.header{border-radius:0 0 40rem 40rem;background:var(--white, #FFF);box-shadow:0 4rem 35.4rem #09419614,0 0 50px #0000000d,0 0 1px #0000000a;padding:20rem 0;position:fixed;top:0;left:0;right:0;z-index:101}@media(max-width:767px){.header{border-radius:0 0 16rem 16rem;padding:12rem 0}}.header>.container{display:flex;align-items:center;gap:40rem}.header__logo{flex:0 0 auto;width:178rem;height:48rem}@media(max-width:767px){.header__logo{width:129rem;height:34rem}}.header__logo img,.header__logo svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.header__middle{display:flex;align-items:center;gap:30rem}@media(max-width:767px){.header__middle{display:none}}.header__right{display:flex;align-items:center;gap:20rem;margin-left:auto}@media(max-width:767px){.header__right{gap:10rem}}.header__socials{display:flex;align-items:center;gap:10rem}.header__link{color:var(--black, #292C37);transition:color .2s ease;font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:600;line-height:130%}@media(max-width:767px){.header__link{font-size:12rem}}.header__link:hover{color:var(--primary)}@media(max-width:767px){.header .header__link{display:none}}@media(min-width:767px)and (max-width:1199px){.header .nav__menu{flex-wrap:wrap;row-gap:10rem}}.header .nav__menu>li.primary a{border-radius:16rem;background:var(--black, #292C37);padding:16rem 20rem;color:var(--white, #FFF);transition:background-color .2s ease-out,color .2s ease}.header .nav__menu>li.primary a:hover{background:var(--primary, #0065FF)}.nav__menu{display:flex;align-items:center;gap:20rem}.nav__menu li{font-family:var(--font-main, "Inter");font-size:14rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.nav__menu li{font-size:12rem}}.nav__menu li>a{width:100%;display:inline-flex;align-items:center;gap:10rem;color:currentColor;transition:color .2s ease}.nav__menu li:hover{color:var(--primary)}.footer{border-radius:30rem 30rem 0 0;background:var(--footer, #1A1B20);color:var(--grey_600, #626472);position:relative;z-index:50;overflow:hidden;margin-top:auto;font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.footer{font-size:12rem}}@media(max-width:767px){.footer{border-radius:0}}.footer:before{content:"";background-image:url(../images/decor/big-arrows.webp);background-size:auto 100%;background-repeat:repeat-x;position:absolute;top:50%;right:-180rem;transform:translateY(-50%);width:1027rem;height:535rem;z-index:-1;pointer-events:none;opacity:.5}@media(max-width:767px){.footer:before{content:none}}.footer-top{padding:80rem 0 40rem}@media(max-width:767px){.footer-top{padding:32rem 0}}.footer-top>.container{display:flex;justify-content:space-between;gap:20rem}@media(max-width:767px){.footer-top>.container{flex-direction:column;justify-content:stretch;gap:32rem}}.footer-column{display:flex;flex-direction:column;gap:20rem}@media(max-width:767px){.footer-column{order:1;gap:16rem}}.footer-column__title{color:var(--grey_300, #C5CAD0);margin-bottom:20rem}@media(max-width:767px){.footer-column__title{margin-bottom:0}}.footer-column__link{display:inline-flex;color:var(--white, #fff);font-family:var(--font-main, "Inter");font-size:32rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.footer-column__link{font-size:16rem}}@media(min-width:767px)and (max-width:1199px){.footer-column__link{font-size:26rem}}.footer-logo{width:609rem;height:166rem}@media(min-width:767px){.footer-logo{margin-top:150rem}}@media(max-width:767px){.footer-logo{order:0;width:224rem;height:64rem}}@media(min-width:767px)and (max-width:1199px){.footer-logo{width:380rem;height:100rem}}.footer-logo>svg,.footer-logo>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.footer-bottom{padding:39rem 0;border-top:1rem solid #3A3E4C}@media(max-width:767px){.footer-bottom{padding:20rem 0}}.footer-bottom>.container{display:flex;align-items:center;justify-content:space-between;gap:20rem}@media(max-width:767px){.footer-bottom>.container{flex-direction:column;align-items:stretch;justify-content:stretch}}.footer-bottom a{text-decoration:underline}.footer-bottom a:hover{text-decoration:none}.footer-bottom__links{display:flex;align-items:center;gap:15rem}@media(max-width:767px){.footer-bottom__links{flex-direction:column;align-items:stretch}}.footer .nav__menu{flex-direction:column;align-items:stretch;gap:20rem}.footer .nav__menu li{color:var(--white, #fff);font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.footer .nav__menu li{font-size:12rem}}.footer .nav__menu li a:hover{color:var(--primary, #0065FF)}.footer .nav__menu li.primary a{border-radius:8rem;background:var(--primary, #0065FF);color:var(--white, #fff);padding:5rem 10rem}.section{padding:80rem 0}@media(max-width:767px){.section{padding:40rem 0}}.section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:20rem;margin-bottom:60rem}@media(max-width:767px){.section-top{flex-direction:column;align-items:stretch;justify-content:stretch;margin-bottom:24rem}}.section-top .section-header{align-items:flex-start;margin-bottom:0}.section-top .section-header .heading{text-align:left}.section-header{display:flex;flex-direction:column;align-items:center;gap:10rem;margin-bottom:60rem}@media(max-width:767px){.section-header{gap:8rem;margin-bottom:24rem}}.section-header .heading{text-align:center}.section-header .description{text-align:center;margin-top:10rem}@media(max-width:767px){.section-header .description{margin-top:4rem}}.section-header--start{align-items:flex-start}.section-header--start .heading,.section-header--start .description{text-align:start}.section-bottom{display:flex;flex-direction:column;align-items:center;gap:20rem;margin-top:40rem}@media(max-width:767px){.section-bottom{margin-top:24rem}}.intro{height:1080rem;position:relative;padding:80rem 0 0;overflow:hidden}@media(max-width:767px){.intro{height:570rem;padding:40rem 0 0}}@media(min-width:1199px)and (max-width:1920px)and (max-height:1069px){.intro{height:calc(100vh - 50rem);padding-top:40rem}}.intro>.container{display:flex;flex-direction:column;height:100%}.intro__bg{position:absolute;inset:0;z-index:-1;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.intro__bg img{width:100%;height:105%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;animation:introBg 6s ease infinite}.intro__content{display:flex;flex-direction:column;height:100%}.intro__content--center{align-items:center}.intro__title{text-align:center}.intro__title>span{color:var(--primary, #0065FF)}.intro__description{text-align:center;color:var(--grey_600, #626472);margin-top:25rem;font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.intro__description{font-size:12rem}}@media(max-width:767px){.intro__description{margin-top:12rem}}@media(min-width:1199px)and (max-width:1920px){.intro__description{margin-top:16rem}}.intro__buttons{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:30rem;margin-top:60rem}@media(max-width:767px){.intro__buttons{flex-direction:column;margin-top:32rem;margin-bottom:32rem;gap:12rem}}@media(min-width:1199px)and (max-width:1920px){.intro__buttons{margin-top:24rem}}.intro__video{width:1144rem;height:576rem;margin-top:auto;position:relative}@media(max-width:767px){.intro__video{width:328rem;height:165rem}}@media(min-width:1199px)and (max-width:1920px){.intro__video{width:1024rem;height:520rem}}.intro__video-container{width:100%;height:100%;overflow:hidden;border-radius:20rem 20rem 0 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(min-width:1199px){.intro__video-container{pointer-events:none}}.intro__video img,.intro__video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.intro__video .textplate{position:absolute}@media(max-width:767px){.intro__video .textplate{display:none}}.intro__video .textplate--1{top:107rem;left:-200rem}@media(min-width:767px)and (max-width:1199px){.intro__video .textplate--1{top:80rem;left:-16rem}}.intro__video .textplate--2{bottom:140rem;right:-200rem}@media(min-width:767px)and (max-width:1199px){.intro__video .textplate--2{bottom:90rem;right:-16rem}}.intro--sticky{position:sticky;top:var(--header-height, 90rem)}@media(max-width:767px){.intro--sticky{top:var(--header-height, 74rem)}}.intro:has(+.main-content--border) .intro__video{margin-bottom:27rem}@keyframes introBg{0%{transform:translateY(0)}50%{transform:translateY(-5%)}to{transform:translateY(0)}}.directions{padding:60rem 0 80rem}.directions{padding:24rem 0 40rem}.directions .section-header .directions-services{margin-bottom:30rem}@media(max-width:767px){.directions .section-header .directions-services{margin-bottom:12rem}}.directions__items{width:100%;position:relative}.directions__items .directions-item{min-height:412rem;margin-bottom:18rem;width:calc(50% - 18rem)}@media(max-width:767px){.directions__items .directions-item{width:100%;margin-bottom:8rem;min-height:220rem}}@media(min-width:767px){.directions__items .directions-item:nth-child(3n){min-height:222rem}.directions__items .directions-item:nth-child(2n){min-height:317rem}.directions__items .directions-item:nth-child(4n){min-height:317rem}}.directions-item{display:flex;flex-direction:column;border-radius:20rem;border:1rem solid var(--grey_200, #DEE3E8);background:linear-gradient(107deg,#fff0 64.91%,#fff);padding:39rem;position:relative;transition:box-shadow .2s ease;overflow:hidden}@media(max-width:767px){.directions-item{padding:24rem;border-radius:12rem}}.directions-item>*:not(.directions-item__bg){z-index:1}.directions-item__bg{position:absolute;inset:0;z-index:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.directions-item__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;border-radius:20rem}.directions-item__info{max-width:400rem;display:flex;flex-direction:column;flex:1;z-index:2}@media(max-width:767px){.directions-item__info{max-width:240rem}}.directions-item__title{color:var(--black, #292C37);margin-bottom:20rem;font-family:var(--font-main, "Inter");font-size:32rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.directions-item__title{font-size:16rem}}@media(min-width:767px)and (max-width:1199px){.directions-item__title{font-size:26rem}}@media(max-width:767px){.directions-item__title{margin-bottom:8rem}}.directions-item__text{color:var(--grey_600, #626472);margin-top:auto;font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.directions-item__text{font-size:12rem}}@media(max-width:767px){.directions-item__text{margin-top:unset}}.directions-item__soon{position:absolute;top:40rem;right:40rem;border-radius:16rem;background:var(--white, #FFF);box-shadow:0 4rem 35.4rem #09419614;padding:13rem 20rem;gap:10rem;color:var(--black, #292C37);font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.directions-item__soon{font-size:12rem}}.directions-item__soon>svg,.directions-item__soon>.icon{color:var(--primary, #0065FF)}@media(max-width:767px){.directions-item__soon{top:unset;bottom:8rem;right:8rem;left:8rem;padding:8rem 20rem;border-radius:8rem}}.directions-item__arrow{position:absolute;z-index:1;top:40rem;right:40rem;width:60rem;height:60rem;border-radius:16rem;background:var(--primary, #0065FF);color:var(--white, #fff)}@media(max-width:767px){.directions-item__arrow{top:24rem;right:24rem;width:40rem;height:40rem;border-radius:10rem}}.directions-item__arrow:before,.directions-item__arrow:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10rem;height:17rem;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17' fill='none'%3E%3Cpath d='M1 1L8.07107 8.07107L1 15.1421' stroke='%230065FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17' fill='none'%3E%3Cpath d='M1 1L8.07107 8.07107L1 15.1421' stroke='%230065FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:currentColor;animation:arrow-pulse 1s ease-in-out infinite;animation-play-state:paused}@media(max-width:767px){.directions-item__arrow:before,.directions-item__arrow:after{height:13rem}}.directions-item__arrow:before{opacity:.5;margin-left:-4rem;animation-delay:0}@media(max-width:767px){.directions-item__arrow:before{margin-left:-3rem}}.directions-item__arrow:after{margin-left:4rem;animation-delay:.3s}@media(max-width:767px){.directions-item__arrow:after{margin-left:3rem}}.directions-item__services{position:absolute;z-index:1;right:20rem;bottom:20rem;padding:15rem 20rem;border-radius:16rem;background:#fff;box-shadow:0 4px 35.4px #09419614;color:var(--black, #292C37);display:flex;flex-direction:column;gap:10rem}@media(max-width:767px){.directions-item__services{padding:8rem 12rem;gap:8rem;right:24rem;bottom:24rem;border-radius:10rem}}@media(min-width:767px)and (max-width:1199px){.directions-item__services{display:none}}.directions-item__service{display:flex;align-items:center;gap:10rem;font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.directions-item__service{font-size:12rem}}.directions-item__service .icon{width:32rem;height:32rem}@media(max-width:767px){.directions-item__service .icon{width:24rem;height:24rem}}.directions-item.soon .directions-item__bg{filter:blur(14rem)}.directions-item:not(.soon):hover{box-shadow:0 4rem 35rem #1124541f}.directions-item:not(.soon):hover .directions-item__arrow:before,.directions-item:not(.soon):hover .directions-item__arrow:after{animation-play-state:running}.directions .announce{margin-top:20rem}.directions-services{display:flex;align-items:center;gap:30rem}@media(max-width:767px){.directions-services{gap:12rem}}.directions-services__icons{display:flex;align-items:center;will-change:transform}.directions-services__icons img{width:60rem;height:60rem;margin-left:-18rem;-o-object-fit:cover;object-fit:cover;flex-shrink:0;border-radius:100%;box-shadow:-4rem 2rem 5rem #00000024;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;transition:margin .3s ease;will-change:transform}@media(max-width:767px){.directions-services__icons img{width:26rem;height:26rem;margin-left:-8rem}}.directions-services__text{color:#101010;font-family:var(--font-main, "Inter");font-size:28rem;font-style:normal;font-weight:500;line-height:120%}@media(max-width:767px){.directions-services__text{font-size:14rem}}@media(min-width:767px)and (max-width:1199px){.directions-services__text{font-size:20rem}}@media(min-width:767px){.directions-services:hover .directions-services__icons img{margin-left:-10rem}}.announce{display:flex;align-items:center;justify-content:space-between;padding:40rem;gap:20rem;border-radius:40rem;background:linear-gradient(90deg,#1773ff,#242732 60%);color:var(--white, #fff);position:relative;overflow:hidden}@media(max-width:767px){.announce{flex-direction:column;align-items:stretch;padding:24rem;border-radius:12rem;background:radial-gradient(205.46% 92.53% at 52.9% 7.47%,#1773ff,#242732),#292c37}}.announce:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-45%,-50%);width:714rem;height:641rem;background-image:url(../images/components/announce-arrows.webp);background-size:contain;background-repeat:no-repeat;background-position:0 0;z-index:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;animation:announce-arrows 3s ease-in-out infinite}@media(max-width:767px){.announce:before{width:250rem;height:100%}}.announce>*{z-index:1}@media(max-width:767px){.announce__left .h3{text-align:center}}.announce__right{display:flex;align-items:center;justify-content:flex-end;gap:20rem}@keyframes announce-arrows{0%{transform:translate(-45%,-50%);opacity:.5}50%{transform:translate(-35%,-50%);opacity:1}to{transform:translate(-45%,-50%);opacity:.5}}.subscription__grid{display:grid;grid-template-columns:auto 705rem;gap:20rem}@media(max-width:767px){.subscription__grid{display:flex;flex-direction:column;gap:8rem}}@media(min-width:767px){.subscription__grid .subscription-item{min-height:275rem}}.subscription-item{display:flex;align-items:center;border-radius:20rem;background:var(--white, #FFF);box-shadow:0 4rem 35.4rem #09419614;position:relative;z-index:1;overflow:hidden;padding:40rem;min-height:275rem}@media(max-width:767px){.subscription-item{flex-direction:column;align-items:stretch;border-radius:12rem;padding:24rem;min-height:203rem}}.subscription-item__info{display:flex;flex-direction:column;flex:1;height:100%;max-width:500rem}@media(max-width:767px){.subscription-item__info{max-width:100%;padding:0}}.subscription-item__title{color:var(--black, #292C37);margin-bottom:20rem;font-family:var(--font-main, "Inter");font-size:32rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.subscription-item__title{font-size:16rem}}@media(min-width:767px)and (max-width:1199px){.subscription-item__title{font-size:26rem}}.subscription-item__text{color:var(--grey_600, #626472);margin-top:auto;font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.subscription-item__text{font-size:12rem}}.subscription-item__image{display:flex;flex-direction:column;width:420rem;height:100%;flex:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;overflow:hidden;position:absolute;top:0;bottom:0;right:-30rem;z-index:-1}.subscription-item__image[href],.subscription-item__image.glightbox{cursor:pointer;pointer-events:auto}@media(max-width:767px){.subscription-item__image{width:220rem;height:180rem;top:50%;bottom:unset;transform:translateY(-50%)}}.subscription-item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;will-change:transform}.subscription-item__logo{width:133rem;height:55rem;position:absolute;top:57rem;right:40rem;transform:rotate(3.832deg);border-radius:16rem;box-shadow:0 4rem 35.4rem #09419614,0 4px 35.4px #09419614}@media(max-width:767px){.subscription-item__logo{top:173rem;width:78rem;height:38rem}}.subscription-item__logo>picture,.subscription-item__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.subscription-item.column{grid-row:span 2;flex-direction:column;align-items:stretch}@media(min-width:767px){.subscription-item.column .subscription-item__info{max-width:553rem;height:auto}}.subscription-item.column .subscription-item__title{margin-bottom:40rem}.subscription-item.column .subscription-item__text{margin-top:0;margin-bottom:40rem}@media(max-width:767px){.subscription-item.column .subscription-item__text{margin-bottom:24rem}}.subscription-item.column .subscription-item__image{position:relative;left:unset;top:unset;right:unset;bottom:unset;flex:0 0 auto;width:617rem;height:353rem;border-radius:16rem 16rem 0 0;background:linear-gradient(339deg,#ffffffb3 -79.23% 23.52%,#fff0 108.23%);box-shadow:1.842rem 1.842rem 13.818rem #0000001c;padding:20rem 20rem 0;margin:0 auto -40rem;transform:translate(0)}@media(max-width:767px){.subscription-item.column .subscription-item__image{width:100%;height:168rem;border-radius:8rem 8rem 0 0;padding:10rem 10rem 0}}.subscription-item.column .subscription-item__image>picture,.subscription-item.column .subscription-item__image img{border-radius:20rem 20rem 0 0;-o-object-position:top;object-position:top}@media(max-width:767px){.subscription-item.column .subscription-item__image>picture,.subscription-item.column .subscription-item__image img{border-radius:8rem 8rem 0 0}}@media(max-width:767px){.subscription-item:nth-of-type(1){order:0}}@media(max-width:767px){.subscription-item:nth-of-type(1) .subscription-item__image{transform:translate(0);top:unset;bottom:-80rem;right:-80rem}}@media(max-width:767px){.subscription-item:nth-of-type(2){order:2}}@media(max-width:767px){.subscription-item:nth-of-type(3){order:1}}@media(min-width:767px){.subscription-item:hover:not(.column) .subscription-item__image img{transform:scale(1.05)}}.faststart{overflow:hidden}.faststart__grid{display:grid;grid-template-columns:1192rem auto;gap:20rem}@media(min-width:767px){.faststart__grid{margin-top:96rem}}@media(max-width:767px){.faststart__grid{grid-template-columns:1fr}}.faststart__block{border-radius:20rem;background:linear-gradient(195deg,#e5eeff 34.15%,#fff 113.61%),#fff;background-image:url(../images/faststart/bg-block.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;min-height:595rem}@media(max-width:767px){.faststart__block{min-height:285rem;border-radius:12rem}}.faststart__block:before{content:"";position:absolute;z-index:10;inset:0;background:linear-gradient(6deg,#fff 15%,#fff0 34.7%);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@media(max-width:767px){.faststart__block:before{left:-16rem;right:-16rem}}.faststart__block-hand{position:absolute;z-index:1;width:697rem;height:642rem;top:-88rem;right:87rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@media(max-width:767px){.faststart__block-hand{width:320rem;height:340rem;top:-40rem;left:-16rem;right:unset}}.faststart__block-hand img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;will-change:transform}.faststart__block .textplate{position:absolute;z-index:0}@media(min-width:767px){.faststart__block .textplate{padding:20rem 30rem}}@media(max-width:767px){.faststart__block .textplate{z-index:10}}@media(min-width:767px){.faststart__block .textplate .icon{width:43rem;height:43rem}}.faststart__block .textplate--1{top:86rem;left:87rem}@media(max-width:767px){.faststart__block .textplate--1{top:unset;left:23rem;bottom:48rem}}.faststart__block .textplate--2{top:321rem;left:218rem}@media(max-width:767px){.faststart__block .textplate--2{top:unset;left:unset;right:22rem;bottom:88rem}}.faststart__form{display:flex;flex-direction:column;border-radius:20rem;background:linear-gradient(125deg,#0065ff -7.65%,#4c93ff,#0065ff 70.79%);padding:40rem}@media(max-width:767px){.faststart__form{padding:24rem}}.faststart__form .icon-wrapper{border:1rem solid var(--grey_200, #DEE3E8);background:#ffffff1f;color:var(--white, #fff);margin-bottom:40rem}@media(max-width:767px){.faststart__form .icon-wrapper{margin-bottom:20rem}}.faststart__form-title{color:var(--white, #fff);margin-bottom:20rem;font-family:var(--font-main, "Inter");font-size:32rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.faststart__form-title{font-size:16rem}}@media(min-width:767px)and (max-width:1199px){.faststart__form-title{font-size:26rem}}@media(max-width:767px){.faststart__form-title{margin-bottom:12rem}}.faststart__form-text{color:var(--grey_100, #ECF1FF);font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.faststart__form-text{font-size:12rem}}.faststart__form .form{margin-top:auto}@media(max-width:767px){.faststart__form .form{margin-top:50rem}}.faststart__form .form input:not(:disabled):hover{border-color:var(--white, #fff)}.section:has(.banner),[section]:has(.banner){padding:40rem 0}.banner{display:flex;align-items:center;justify-content:space-between;border-radius:30rem;background:#242732;color:var(--white, #fff);position:relative;z-index:1;overflow:hidden}@media(max-width:767px){.banner{border-radius:12rem;flex-direction:column;align-items:stretch;justify-content:stretch}}.banner:before{content:"";position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;top:0;left:-150rem;background:#1773ff;border-radius:100%;filter:blur(90rem);width:500rem;height:100%;z-index:-1}@media(max-width:767px){.banner:before{top:-150rem;left:50%;transform:translate(-50%)}}.banner:after{content:"";position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;background-image:url(../images/components/announce-arrows.webp);background-size:contain;background-repeat:no-repeat;background-position:0 0;top:50%;left:50%;transform:translate(-20%,-50%) scaleX(-1);width:714rem;height:641rem;z-index:-1;opacity:.75}@media(max-width:767px){.banner:after{content:none}}.banner__info{display:flex;flex-direction:column;max-width:711rem;padding:80rem}@media(max-width:767px){.banner__info{padding:40rem 16rem;align-items:center;justify-content:center;max-width:100%}}@media(min-width:767px)and (max-width:1199px){.banner__info{padding:40rem 60rem 40rem 40rem;max-width:570rem}}.banner__title{color:var(--white, #fff);margin-bottom:10rem;font-family:var(--font-main, "Inter");font-size:32rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.banner__title{font-size:16rem}}@media(min-width:767px)and (max-width:1199px){.banner__title{font-size:26rem}}@media(max-width:767px){.banner__title{text-align:center}}.banner__text{color:var(--grey_200, #DEE3E8);font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.banner__text{font-size:12rem}}@media(max-width:767px){.banner__text{text-align:center}}.banner__buttons{display:flex;flex-wrap:wrap;gap:30rem;margin-top:60rem}@media(max-width:767px){.banner__buttons{margin-top:32rem;width:100%;flex-direction:column;gap:10rem}}.banner__items{display:flex;align-items:center;margin-right:-150rem;gap:0;width:736rem;transition:margin .6s ease-in-out,gap .6s ease-in-out;position:relative}@media(max-width:767px){.banner__items{justify-content:center;margin:0 auto 40rem;width:100%}}@media(min-width:767px)and (max-width:1199px){.banner__items{width:540rem}}.banner__items-icon{position:absolute;top:-10rem;left:79rem;transform:rotate(-9.33deg)}@media(max-width:767px){.banner__items-icon{top:-15rem;left:60rem}}.banner__items-icon .icon-wrapper{width:70rem;height:70rem;border-radius:12rem;border-color:transparent;background:var(--primary, #0065FF)}@media(max-width:767px){.banner__items-icon .icon-wrapper{width:42rem;height:42rem}}.banner__item{flex:0 0 auto;display:inline-flex;align-items:center;width:320rem;height:212rem;background-image:url(../images/banner/item.svg);background-size:contain;background-repeat:no-repeat;background-position:0 0;filter:grayscale(1);transition:box-shadow .5s ease .6s,filter .5s ease .6s,transform .5s ease}@media(max-width:767px){.banner__item{width:174rem;height:115rem}}.banner__item.active{background-image:url(../images/banner/item-active.svg);height:253rem}@media(max-width:767px){.banner__item.active{height:138rem}}@media(min-width:767px){.banner__item.active:hover{transform:scale(1.1)}}.banner .description{color:var(--grey_200, #DEE3E8)}.banner.animated .banner__items{transition-delay:.5s;gap:20rem}@media(min-width:767px){.banner.animated .banner__items{margin-right:0}}@media(max-width:767px){.banner.animated .banner__items{gap:12rem}}.banner.animated .banner__item.active{box-shadow:0 4rem 135.2rem #6063ffd4;filter:grayscale(0)}.management>.container,.management>.container-fluid{display:flex;flex-direction:column}.management__wrapper{position:relative;border-radius:20rem;border:1rem solid var(--grey_200, #DEE3E8);background:var(--grey_50, #F8F9FB);overflow:hidden;background-image:url(../images/management/bg.webp);background-size:cover;background-repeat:no-repeat;background-position:bottom}@media(max-width:767px){.management__wrapper{margin:0 calc(var(--container-padding-x, 16rem) * -1)}}.management__icon{position:absolute;z-index:10;bottom:139rem;left:164rem}@media(max-width:767px){.management__icon{display:none}}@media(min-width:767px)and (max-width:1199px){.management__icon{left:40rem;bottom:70rem}}.management__icon-wrapper{border-radius:12rem;background:var(--white, #FFF);width:70rem;height:70rem;color:var(--black, #292C37);transform:rotate(-9.33deg)}.management__icon-wrapper .icon{width:31rem;height:31rem}.management .tabmenu{margin-left:auto;margin-right:auto}.management .swiper{height:100%}@media(max-width:767px){.management .swiper-slide{height:auto}}.management .swiper-slide.swiper-slide-active .management-slide__image{transform:translateY(0)}.management .swiper-slide.swiper-slide-active .management-slide__plate{transform:scale(1)}.management .swiper-slide.swiper-slide-active .management-slide__plate:before{height:201rem}.management-slide{display:flex;flex-direction:column;padding:60rem 60rem 0;position:relative}@media(max-width:767px){.management-slide{padding:32rem var(--container-padding-x, 16rem) 0 var(--container-padding-x, 16rem);height:100%;margin-top:auto}}.management-slide__title{color:var(--black, #292C37);text-align:center;margin-bottom:30rem;font-family:var(--font-main, "Inter");font-size:32rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.management-slide__title{font-size:16rem}}@media(min-width:767px)and (max-width:1199px){.management-slide__title{font-size:26rem}}@media(max-width:767px){.management-slide__title{margin-bottom:16rem}}.management-slide__image{width:1150rem;height:600rem;margin:auto auto 0;transform:translateY(200rem);transition:transform .5s ease-in-out,margin .3s ease}@media(max-width:767px){.management-slide__image{width:100%;height:201rem}}@media(min-width:767px)and (max-width:1199px){.management-slide__image{width:900rem;height:550rem}}.management-slide__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.management-slide__plate{display:inline-flex;align-items:center;justify-content:center;padding:20rem;border-radius:16rem;background:var(--primary, #0065FF);box-shadow:0 4rem 35.4rem #09419614;color:var(--white, #FFF);text-align:center;max-width:280rem;position:absolute;top:230rem;right:85rem;z-index:2;transform:scale(0);transition:transform .5s ease-in-out;font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.management-slide__plate{font-size:12rem}}@media(max-width:767px){.management-slide__plate{right:7rem;top:unset;bottom:7rem;max-width:179rem;padding:12rem 16rem}}@media(min-width:767px)and (max-width:1199px){.management-slide__plate{right:40rem}}.management-slide__plate:before{content:"";display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;background-image:url(../images/management/arrow.svg);background-size:contain;background-repeat:no-repeat;background-position:0 0;width:37rem;height:0;position:absolute;top:46rem;right:calc(100% + 12rem);transition:height .6s ease-in-out;transition-delay:.3s}@media(max-width:1199px){.management-slide__plate:before{content:none}}.steps__items{display:flex;flex-direction:column}.steps-item{display:grid;grid-template-columns:auto 705rem;align-items:center;gap:60rem;position:sticky;top:calc(var(--header-height, 85rem) + 20rem);padding:20rem 0}@media(max-width:767px){.steps-item{display:flex;flex-direction:column;gap:0}}@media(min-width:767px){.steps-item{max-width:1440rem;width:100%;margin:0 auto}}@media(min-width:767px)and (max-width:1199px){.steps-item{grid-template-columns:auto 550rem}}.steps-item:before{content:"";display:block;width:100%;height:200rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;background:linear-gradient(0,#fff 5%,#fff0 40%);position:absolute;bottom:calc(100% - 40rem)}.steps-item__info{display:flex;flex-direction:column;justify-content:center;max-width:675rem;background:var(--white, #fff);height:100%;padding-left:10rem}@media(max-width:767px){.steps-item__info{max-width:100%;order:1;padding-top:24rem}}.steps-item__status{display:flex;align-items:center;gap:10rem;margin-bottom:60rem}@media(max-width:767px){.steps-item__status{margin-bottom:12rem}}.steps-item__status>span{width:12rem;height:12rem;border-radius:100%;background:var(--grey_300, #C5CAD0);position:relative}@media(max-width:767px){.steps-item__status>span{width:8rem;height:8rem}}.steps-item__status>span.active{background:var(--primary, #0065FF)}.steps-item__status>span.pulse:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:100%;background:inherit;z-index:0;animation:status-pulse 1.5s ease-out infinite}.steps-item__title{color:var(--black, #292C37);margin-bottom:20rem;font-family:var(--font-main, "Inter");font-size:32rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.steps-item__title{font-size:16rem}}@media(min-width:767px)and (max-width:1199px){.steps-item__title{font-size:26rem}}@media(max-width:767px){.steps-item__title{margin-bottom:8rem}}.steps-item__text{color:var(--grey_600, #626472);font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.steps-item__text{font-size:12rem}}.steps-item__bottom{margin-top:60rem;display:flex;align-items:center;flex-wrap:wrap;gap:10rem}@media(max-width:767px){.steps-item__bottom{margin-top:24rem}}@media(max-width:767px){.steps-item__bottom .button{width:100%}}.steps-item__poster{width:100%;height:466rem;border-radius:20rem;overflow:hidden;background:#f6f6ff;position:relative}@media(max-width:767px){.steps-item__poster{border-radius:12rem;height:216rem}}@media(min-width:767px)and (max-width:1199px){.steps-item__poster{height:350rem}}.steps-item__poster video,.steps-item__poster picture,.steps-item__poster img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.steps-item__poster-icon{position:absolute;z-index:2;border-radius:16rem;background:var(--white, #FFF);box-shadow:0 4rem 35.4rem #09419614;width:78rem;height:78rem}@media(max-width:767px){.steps-item__poster-icon{width:40rem;height:40rem;border-radius:10rem}}.steps-item__poster-icon .icon{width:31rem;height:31rem}@media(max-width:767px){.steps-item__poster-icon .icon{width:20rem;height:20rem}}.steps-item__poster-icon--1{top:189rem;left:42rem}@media(max-width:767px){.steps-item__poster-icon--1{top:unset;bottom:10rem;left:16rem}}.steps-item__poster-icon--2{top:48rem;right:27rem}@media(max-width:767px){.steps-item__poster-icon--2{top:30rem;right:16rem}}@media(min-width:767px){.steps-item__poster-icon--2{width:94rem;height:94rem}.steps-item__poster-icon--2 .icon{width:38rem;height:38rem}}.advantages{width:100%;overflow:hidden}.advantages .swiper{overflow:visible}.advantages .swiper .swiper-slide{height:auto}.advantages .swiper .swiper-slide .advantages-item{height:100%}.advantages__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20rem}@media(max-width:767px){.advantages__grid{display:flex;justify-content:flex-start;width:calc(100% + 2 * var(--container-padding-x));margin:0 calc(-1 * var(--container-padding-x));padding:0 var(--container-padding-x);overflow-y:hidden;overflow-x:auto;scrollbar-width:none}}.advantages-item{display:flex;flex-direction:column;position:relative;border-radius:20rem;background:var(--white, #FFF);box-shadow:0 4rem 35.4rem #09419614;overflow:hidden;padding:40rem}@media(max-width:767px){.advantages-item{padding:24rem;border-radius:12rem}}@media(min-width:767px){.advantages-item{min-height:453rem}}.advantages-item .icon-wrapper{margin-bottom:15rem;color:var(--primary, #0065FF)}.advantages-item__title{color:var(--black, #292C37);margin-bottom:20rem;font-family:var(--font-main, "Inter");font-size:28rem;font-style:normal;font-weight:500;line-height:120%}@media(max-width:767px){.advantages-item__title{font-size:14rem}}@media(min-width:767px)and (max-width:1199px){.advantages-item__title{font-size:20rem}}@media(max-width:767px){.advantages-item__title{margin-bottom:12rem}}.advantages-item__text{margin-top:auto;color:var(--grey_600, #626472);font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.advantages-item__text{font-size:12rem}}.advantages-item__image-bottom{width:338rem;height:293rem;margin-top:auto;margin-bottom:-40rem}.advantages-item__image-bottom picture,.advantages-item__image-bottom img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}@media(max-width:767px){.advantages-item__image-bottom{width:100%;height:190rem}}.advantages-item__alert{position:absolute;bottom:148rem;right:-20rem;transform:rotate(-3.665deg);border-radius:16rem;background:var(--primary, #0065FF);box-shadow:0 4rem 42.4rem #0065ff87;padding:20rem 40rem 20rem 20rem;display:inline-flex;align-items:flex-start;gap:10rem;color:var(--white, #fff);will-change:transform,translate,animation;animation:advantagesAlertAnimation 3s ease infinite;font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.advantages-item__alert{font-size:12rem}}@media(max-width:767px){.advantages-item__alert{top:50%;transform:translateY(-50%);right:-10rem;bottom:unset;padding:9rem 12rem;align-items:center}}.advantages-item__alert:before{content:"";display:block;-webkit-mask-image:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M12.4815 0.0275981C19.8301 -0.44311 26.1687 5.13248 26.6395 12.4811C27.1103 19.8298 21.5349 26.1693 14.1862 26.6401C6.83744 27.1107 0.49878 21.5343 0.0280659 14.1856C-0.442454 6.83705 5.13293 0.498339 12.4815 0.0275981ZM19.8459 7.26403C19.448 6.88127 18.8077 6.9222 18.462 7.35267L10.8478 16.8393C10.4798 17.2971 9.79852 17.3408 9.37518 16.9336L6.82636 14.4792C6.42848 14.0962 5.78721 14.1372 5.4415 14.5679C5.13735 14.9469 5.1726 15.4957 5.52253 15.8329L9.55328 19.714C9.9766 20.1212 10.6579 20.0775 11.0258 19.6197L19.9269 8.52901C20.2312 8.14989 20.196 7.60123 19.8459 7.26403Z' fill='white' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M12.4815 0.0275981C19.8301 -0.44311 26.1687 5.13248 26.6395 12.4811C27.1103 19.8298 21.5349 26.1693 14.1862 26.6401C6.83744 27.1107 0.49878 21.5343 0.0280659 14.1856C-0.442454 6.83705 5.13293 0.498339 12.4815 0.0275981ZM19.8459 7.26403C19.448 6.88127 18.8077 6.9222 18.462 7.35267L10.8478 16.8393C10.4798 17.2971 9.79852 17.3408 9.37518 16.9336L6.82636 14.4792C6.42848 14.0962 5.78721 14.1372 5.4415 14.5679C5.13735 14.9469 5.1726 15.4957 5.52253 15.8329L9.55328 19.714C9.9766 20.1212 10.6579 20.0775 11.0258 19.6197L19.9269 8.52901C20.2312 8.14989 20.196 7.60123 19.8459 7.26403Z' fill='white' /%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:var(--white, #fff);width:26rem;height:26rem}@media(max-width:767px){.advantages-item__alert:before{width:24rem;height:24rem}}.advantages-item__stories{width:468rem;height:107rem;position:absolute;bottom:184rem}@media(max-width:767px){.advantages-item__stories{width:100%;height:72rem;bottom:unset;top:50%;transform:translateY(-50%)}}.advantages-item__stories:before,.advantages-item__stories:after{content:"";display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;background:linear-gradient(90deg,#fff0,#fff);width:178rem;height:100%;position:absolute;top:0;left:-40rem;transition:opacity .5s ease-in-out;z-index:1}@media(max-width:767px){.advantages-item__stories:before,.advantages-item__stories:after{left:-24rem}}.advantages-item__stories:before{transform:scaleX(-1);opacity:0}.advantages-item__stories:after{left:unset;right:80rem}@media(max-width:767px){.advantages-item__stories:after{right:24rem}}.advantages-item__stories img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left;transition:transform .5s ease-in-out;will-change:transform}.advantages-item__search{display:flex;flex-direction:column;border-radius:12rem;background:var(--white, #FFF);box-shadow:0 3.663rem 32.417rem #09419614;overflow:hidden;margin-left:100rem;margin-right:-40rem}@media(max-width:767px){.advantages-item__search{margin-left:0;margin-right:0;margin-bottom:16rem}}.advantages-item__search-header,.advantages-item__search-item{display:flex;align-items:center;gap:9rem;padding:9rem 18rem;color:var(--black, #292C37);position:relative;transition:background-color .3s ease,color .3s ease,transform .3s ease;white-space:nowrap;font-family:var(--font-main, "Inter");font-size:13rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.advantages-item__search-header,.advantages-item__search-item{font-size:10rem}}@media(max-width:767px){.advantages-item__search-header,.advantages-item__search-item{gap:6rem;padding:4rem 9rem}}.advantages-item__search-header input,.advantages-item__search-item input{width:100%;background:transparent;border:0;padding:0;color:var(--black, #292C37);font-family:var(--font-main, "Inter");font-size:13rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.advantages-item__search-header input,.advantages-item__search-item input{font-size:10rem}}.advantages-item__search-header .icon,.advantages-item__search-item .icon{width:22rem;height:22rem}.advantages-item__search-item.active{background:linear-gradient(90deg,#7d6bd8 2.51%,#b3c4ff 100.03%);color:var(--white, #fff)}.advantages-item__search-item:not(.active):hover{background:var(--primary, #0065FF);color:var(--white, #fff)}.advantages-item__search-item:hover{cursor:pointer}.advantages-item.active,.advantages-item:has(.advantages-item__image-bottom){background:var(--black, #292C37)}.advantages-item.active .icon-wrapper,.advantages-item:has(.advantages-item__image-bottom) .icon-wrapper{border:1rem solid var(--grey_600, #626472);background:#ffffff1f;color:var(--white, #fff)}.advantages-item.active .advantages-item__title,.advantages-item:has(.advantages-item__image-bottom) .advantages-item__title{color:var(--white, #FFF)}.advantages-item.active .advantages-item__text,.advantages-item:has(.advantages-item__image-bottom) .advantages-item__text{color:var(--grey_200, #DEE3E8)}.advantages-item:has(.advantages-item__image-bottom){background:radial-gradient(66.9% 42.27% at 50% 100%,#6d8ef2,#292c37),#fff}.advantages-item.primary{background:linear-gradient(111deg,#05f 15.33%,#4e94ff 94.18%,#10f 161.86%),#fff}.advantages-item.primary .icon-wrapper{color:var(--white, #fff)}.advantages-item.primary .advantages-item__title{color:var(--white, #FFF)}.advantages-item.primary .advantages-item__text{color:var(--grey_100, #ECF1FF)}@media(min-width:1199px){.advantages-item:hover .advantages-item__stories:before{opacity:1}.advantages-item:hover .advantages-item__stories:after{opacity:0}.advantages-item:hover .advantages-item__stories img{transform:translate(-120rem)}}@keyframes advantagesAlertAnimation{0%{transform:rotate(-3.665deg) scale(1)}50%{transform:rotate(-3.665deg) scale(1.05)}to{transform:rotate(-3.665deg) scale(1)}}.offers .banner{width:100%}.offers .banner:before,.offers .banner:after{content:none}.offers-grid{display:flex;align-items:stretch;justify-content:space-between;gap:60rem;width:100%}@media(max-width:767px){.offers-grid{flex-direction:column;align-items:stretch;justify-content:stretch;padding:40rem 16rem;gap:0}}.offers-grid__info{display:flex;flex-direction:column;padding:80rem 0 80rem 80rem;width:100%;max-width:705rem;height:100%}@media(max-width:767px){.offers-grid__info{padding:0;max-width:100%}}.offers-grid__info .section-header{margin-bottom:40rem}@media(max-width:767px){.offers-grid__info .section-header{margin-bottom:24rem;align-items:center;justify-content:center}.offers-grid__info .section-header .heading,.offers-grid__info .section-header .description{text-align:center}}.offers-grid__slider{display:flex;flex-direction:column;min-width:0}@media(min-width:767px){.offers-grid__slider{padding:80rem 80rem 80rem 0;overflow:hidden}}.offers-grid__slider .swiper{margin:0;margin-bottom:20rem;overflow:visible}@media(max-width:767px){.offers-grid__slider .swiper{margin-bottom:0}}.offers-grid__slider .swiper-buttons{margin-top:auto;margin-left:auto}@media(max-width:767px){.offers-grid__slider .swiper-buttons{display:none;margin-top:20rem}}.offers-grid__slider .swiper-buttons .button-prev:not(.swiper-button-disabled),.offers-grid__slider .swiper-buttons .button-next:not(.swiper-button-disabled){background:var(--white, #FFF);color:var(--primary, #0065FF)}.offers-grid__buttons{display:flex;flex-wrap:wrap;gap:20rem;margin-top:auto}.offers-item{display:flex;flex-direction:column;border-radius:20rem;border:1rem solid var(--grey_600, #626472);background:var(--grey_700, #3A3E4C);box-shadow:0 4rem 35.4rem #09419614;padding:29rem;color:var(--white, #FFF);transition:background-color .3s ease-in-out,color .3s ease-in-out;min-height:220rem;font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.offers-item{font-size:12rem}}@media(max-width:767px){.offers-item{border-radius:12rem;min-height:145rem;padding:18rem}}.offers-item__title{margin-bottom:20rem}.offers-item__bottom{margin-top:auto}.offers-item .btn,.offers-item .btn__arrow{color:inherit}@media(max-width:767px){.offers-item .btn,.offers-item .btn__arrow{justify-content:flex-start}}.offers-item:hover,.offers-item.active{background:var(--primary, #0065FF)}.faq-grid{display:grid;grid-template-columns:1170rem auto;gap:60rem}@media(max-width:767px){.faq-grid{display:flex;flex-direction:column;gap:24rem}}@media(min-width:767px)and (max-width:1199px){.faq-grid{display:flex;flex-direction:column}}.faq-grid__items{display:flex;flex-direction:column;gap:10rem}.faq-grid__form{border-radius:20rem;background:var(--white, #FFF);box-shadow:0 4rem 35.4rem #09419614;padding:39rem}@media(max-width:767px){.faq-grid__form{padding:24rem}}.faq-grid__form-title{color:var(--black, #292C37);margin-bottom:30rem}@media(max-width:767px){.faq-grid__form-title{margin-bottom:16rem}}.faq-item{border-radius:20rem;background:var(--grey_50, #F8F9FB);display:flex;flex-direction:column}.faq-item__title{display:flex;align-items:center;gap:20rem;color:var(--black, #292C37);padding:30rem 40rem;cursor:pointer;font-family:var(--font-main, "Inter");font-size:24rem;font-style:normal;font-weight:500;line-height:143%}@media(max-width:767px){.faq-item__title{font-size:14rem}}@media(max-width:767px){.faq-item__title{padding:12rem 16rem;gap:8rem}}.faq-item__title .button-down{flex:0 0 auto;margin-left:auto;transition:.3s ease-in-out}.faq-item__title:hover .button-down{background:var(--primary, #0065FF);color:var(--white, #fff)}.faq-item__content{margin-top:-20rem;padding:0 40rem 30rem;display:none}@media(max-width:767px){.faq-item__content{margin-top:-4rem;padding:0 16rem 12rem}}.faq-item__answer{color:var(--grey_600, #626472);font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.faq-item__answer{font-size:12rem}}.faq-item.active .button-down{transform:rotate(-180deg)}.feedback-grid{width:100%;border-radius:30rem;background:radial-gradient(125.04% 121.01% at 50% 50%,#0b38ff,#fff);padding:80rem 60rem 80rem 80rem;display:grid;grid-template-columns:auto 585rem;position:relative;z-index:1;overflow:hidden}@media(max-width:767px){.feedback-grid{display:flex;flex-direction:column;gap:24rem;padding:40rem 16rem;border-radius:12rem}}@media(min-width:767px)and (max-width:1199px){.feedback-grid{padding:40rem;gap:24rem}}.feedback-grid:before{content:"";background-image:url(../images/decor/big-arrows.webp);background-size:auto 100%;background-repeat:repeat-x;position:absolute;inset:0;height:100%;z-index:-1;pointer-events:none;animation:arrowsInfinityMove 7s linear infinite}.feedback-grid__info{display:flex;flex-direction:column;color:var(--white, #fff);max-width:980rem}@media(max-width:767px){.feedback-grid__info{max-width:100%}}.feedback-grid__info .h2,.feedback-grid__info .heading{margin-bottom:30rem}@media(max-width:767px){.feedback-grid__info .h2,.feedback-grid__info .heading{text-align:center;margin-bottom:12rem}}.feedback-grid__info .description{color:var(--white, #FFF);margin-bottom:20rem}@media(max-width:767px){.feedback-grid__info .description{text-align:center;margin-bottom:24rem}}.feedback-grid__info-buttons{margin-top:auto}.feedback-grid__form{display:flex;flex-direction:column;border-radius:20rem;background:var(--white, #FFF);box-shadow:0 4rem 35.4rem #09419614;padding:40rem}@media(max-width:767px){.feedback-grid__form{padding:24rem;border-radius:12rem}}@keyframes arrowsInfinityMove{0%{background-position:0% 50%}to{background-position:1027rem 50%}}.suitable-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20rem}@media(max-width:767px){.suitable-grid{display:flex;flex-direction:column;gap:12rem}}@media(min-width:767px)and (max-width:1199px){.suitable-grid{scroll-snap-type:x mandatory;display:flex;justify-content:flex-start;width:calc(100% + 2 * var(--container-padding-x));margin:0 calc(-1 * var(--container-padding-x));padding:0 var(--container-padding-x);overflow-y:hidden;overflow-x:auto;scrollbar-width:none;padding-top:40rem;padding-bottom:40rem}}.suitable-item{flex:0 0 auto;display:flex;gap:20rem;border-radius:20rem;background:var(--white, #FFF);box-shadow:0 4rem 35.4rem #09419614;padding:40rem}@media(max-width:767px){.suitable-item{padding:20rem;border-radius:12rem}}@media(min-width:767px)and (max-width:1199px){.suitable-item{width:500rem;scroll-snap-align:center}}.suitable-item__icon{flex:0 0 auto;color:var(--primary, #0065FF)}.suitable-item__info{display:flex;flex-direction:column;gap:10rem}.suitable-item__title{color:var(--black, #292C37);font-family:var(--font-main, "Inter");font-size:28rem;font-style:normal;font-weight:500;line-height:120%}@media(max-width:767px){.suitable-item__title{font-size:14rem}}@media(min-width:767px)and (max-width:1199px){.suitable-item__title{font-size:20rem}}.suitable-item__text{color:var(--black, #292C37);font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.suitable-item__text{font-size:12rem}}.cases{--slider-gap: 20rem;overflow:hidden}@media(max-width:767px){.cases{--slider-gap: 12rem}}.cases__slider.reverse .cases__row{animation-direction:reverse}.cases__slider.is-dragging .cases__row{animation-play-state:paused}.cases__slider:not(:last-child){margin-bottom:40rem}@media(max-width:767px){.cases__slider:not(:last-child){margin-bottom:12rem}}.cases__row{display:flex;align-items:stretch;gap:var(--slider-gap, 0);flex-shrink:0;will-change:transform}.cases-item{display:flex;flex-direction:column;gap:20rem;border-radius:16rem;overflow:hidden;box-shadow:0 4rem 24.8rem #113b7b33;transition:box-shadow .2s ease,transform .25s ease;position:relative}.cases-item__image{width:100%;height:233rem;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@media(max-width:767px){.cases-item__image{height:170rem}}.cases-item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;will-change:transform}.cases-item__arrow{position:absolute;z-index:2;top:20rem;right:20rem;width:60rem;height:60rem;border-radius:16rem;background:var(--primary, #0065FF);color:var(--white, #FFF);transition:transform .35s ease,opacity .25s ease;will-change:transform}.cases-item__arrow:before,.cases-item__arrow:after{content:"";width:10rem;height:17rem;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17' fill='none'%3E%3Cpath d='M1 1L8.07107 8.07107L1 15.1421' stroke='%230065FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17' fill='none'%3E%3Cpath d='M1 1L8.07107 8.07107L1 15.1421' stroke='%230065FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:currentColor;animation:arrow-pulse 1s ease-in-out infinite;transition:opacity .25s ease,transform .25s eas}@media(max-width:767px){.cases-item__arrow:before,.cases-item__arrow:after{height:13rem}}.cases-item__arrow:before{opacity:.5;margin-left:0;animation-delay:0}.cases-item__arrow:after{margin-left:0rem;animation-delay:.3s}@media(min-width:767px){.cases-item__arrow{opacity:0;transform:translate(-15rem)}}@media(max-width:767px){.cases-item__arrow{width:40rem;height:40rem;top:12rem;right:12rem;border-radius:10rem}}@media(hover:hover){.cases-item:hover{box-shadow:0 10rem 30rem #113b7b66;transform:translateY(-5rem)}.cases-item:hover .cases-item__arrow{opacity:1;transform:translate(0)}}[data-slider-marquee]{width:auto!important;display:flex!important;align-items:stretch!important;gap:var(--slider-gap, 0);--marquee-duration: 80s}[data-slider-marquee]>*{margin:0;padding:0;flex-shrink:0;box-sizing:border-box}[data-slider-marquee].is-dragging [data-slider-marquee-row],[data-slider-marquee]:hover [data-slider-marquee-row]{animation-play-state:paused}[data-slider-marquee].is-animating [data-slider-marquee-row]{animation:marquee var(--marquee-duration) linear infinite}[data-slider-marquee].is-animating.reverse [data-slider-marquee-row]{animation-direction:reverse}@media(min-width:1199px){[data-slider-marquee].is-animating:hover [data-slider-marquee-row]{animation-play-state:paused}}@media(max-width:1199px){[data-slider-marquee].is-animating:active [data-slider-marquee-row]{animation-play-state:paused}}[data-slider-marquee-row]{display:flex;align-items:stretch;flex-shrink:0;will-change:transform}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.template__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20rem}@media(max-width:767px){.template__items{grid-template-columns:1fr}}.template-item{display:flex;flex-direction:column;padding:30rem;border-radius:20rem;background:var(--white, #FFF);box-shadow:0 4rem 35.4rem #09419614;overflow:hidden;transition:box-shadow .2s ease-in-out,border-color .2s ease-in-out;border-bottom:3rem solid transparent}@media(max-width:767px){.template-item{border-radius:12rem;padding:12rem}}.template-item__image{flex:0 0 auto;width:100%;height:454rem;margin-bottom:30rem;border-radius:10rem;box-shadow:0 4rem 35rem #1124541f;overflow:hidden}@media(max-width:767px){.template-item__image{height:170rem}}@media(min-width:767px)and (max-width:1199px){.template-item__image{height:270rem}}.template-item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.template-item__title{margin-bottom:20rem;color:var(--black, #292C37);transition:color .2s ease-in-out;font-family:var(--font-main, "Inter");font-size:24rem;font-style:normal;font-weight:500;line-height:143%}@media(max-width:767px){.template-item__title{font-size:14rem}}@media(max-width:767px){.template-item__title{margin-bottom:16rem}}.template-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:20rem;margin-top:auto}@media(max-width:767px){.template-item__bottom{flex-direction:column;align-items:stretch;justify-content:stretch;gap:12rem}}@media(min-width:767px)and (max-width:1199px){.template-item__bottom{flex-wrap:wrap}}.template-item__price{display:inline-flex;align-items:center;gap:10rem;max-width:237rem}@media(max-width:1199px){.template-item__price{max-width:100%}}.template-item__price>span{color:var(--black, #292C37);white-space:nowrap;font-family:var(--font-main, "Inter");font-size:28rem;font-style:normal;font-weight:500;line-height:120%}@media(max-width:767px){.template-item__price>span{font-size:14rem}}@media(min-width:767px)and (max-width:1199px){.template-item__price>span{font-size:20rem}}.template-item__price>small{color:var(--grey_600, #626472);font-family:var(--font-main, "Inter");font-size:14rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.template-item__price>small{font-size:12rem}}.template-item__buttons{display:flex;align-items:center;justify-content:flex-end;gap:30rem}@media(max-width:767px){.template-item__buttons{flex-direction:column;align-items:stretch;gap:12rem}}@media(min-width:767px){.template-item__buttons .btn:not(.btn--ghost){min-width:262rem}}.template-item:hover{box-shadow:0 4rem 35.4rem #09419640;border-color:var(--primary)}.template-item:hover .template-item__title{color:var(--primary, #0065FF)}.template-item-modal{display:flex;align-items:center;gap:20rem;padding:10rem 20rem;margin-bottom:40rem;border-radius:20rem;background:var(--white, #fff);border:1rem solid var(--grey_300, #C5CAD0)}@media(max-width:767px){.template-item-modal{flex-direction:column;align-items:stretch;padding:10rem;border-radius:12rem;margin-bottom:24rem}}.template-item-modal__image{width:158rem;height:93rem}@media(max-width:767px){.template-item-modal__image{width:100%;height:100rem}}.template-item-modal__image picture,.template-item-modal__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;box-shadow:0 4rem 35rem #1124541f;border-radius:16rem}@media(max-width:767px){.template-item-modal__image picture,.template-item-modal__image img{border-radius:10rem}}.template-item-modal__title{color:var(--black, #292C37);font-family:var(--font-main, "Inter");font-size:24rem;font-style:normal;font-weight:500;line-height:143%}@media(max-width:767px){.template-item-modal__title{font-size:14rem}}.s-template-grid{display:grid;grid-template-columns:1139rem auto;-moz-column-gap:65rem;column-gap:65rem}@media(max-width:767px){.s-template-grid{display:flex;flex-direction:column;gap:24rem}}@media(min-width:767px)and (max-width:1199px){.s-template-grid{display:flex;flex-direction:column}}.s-template-grid+.s-template-grid{margin-top:40rem}@media(max-width:767px){.s-template-grid+.s-template-grid{margin-top:24rem}}.s-template-grid__left,.s-template-grid__right{display:flex;flex-direction:column}.s-template-image{width:100%;height:640rem;border-radius:10rem;box-shadow:0 4rem 35rem #1124541f;overflow:hidden;margin:0 auto}@media(max-width:767px){.s-template-image{height:190rem}}.s-template-image picture,.s-template-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.s-template-image--mobile{width:400rem}@media(max-width:767px){.s-template-image--mobile{width:100%}}.s-template-tabmenu{margin-top:20rem;margin-bottom:0}.s-template-block{display:flex;flex-direction:column;gap:30rem;padding:40rem;border-radius:20rem;background:var(--white, #FFF);box-shadow:0 4rem 35.4rem #09419614}@media(max-width:767px){.s-template-block{gap:16rem;border-radius:12rem;padding:20rem}}.s-template-block__header{display:flex;flex-direction:column;gap:10rem}.s-template-block__plates{width:100%;display:flex;flex-direction:column}.s-template-block__plates .tabmenu__button{flex:1;width:100%;border:1rem solid var(--grey_200, #DEE3E8);padding:15rem 20rem}@media(max-width:767px){.s-template-block__plates .tabmenu__button{padding:10rem 14rem}}.s-template-block__plates .tabmenu__button .icon{color:var(--primary, #0065FF)}.s-template-block--height{position:sticky;top:var(--header-height, 74rem)}.s-template-title{color:var(--black, #292C37);font-family:var(--font-main, "Inter");font-size:32rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.s-template-title{font-size:16rem}}@media(min-width:767px)and (max-width:1199px){.s-template-title{font-size:26rem}}.s-template-description{color:var(--grey_600, #626472);font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.s-template-description{font-size:12rem}}.s-template-price{display:inline-flex;align-items:center;gap:15rem}@media(max-width:767px){.s-template-price{max-width:100%}}.s-template-price>span{color:var(--black, #292C37);white-space:nowrap;font-family:var(--font-main, "Inter");font-size:32rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.s-template-price>span{font-size:16rem}}@media(min-width:767px)and (max-width:1199px){.s-template-price>span{font-size:26rem}}.s-template-price>small{color:var(--grey_600, #626472);font-family:var(--font-main, "Inter");font-size:14rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.s-template-price>small{font-size:12rem}}.s-template-buttons{display:flex;flex-direction:row;justify-content:center;margin-top:30rem;gap:15rem}@media(max-width:767px){.s-template-buttons{flex-direction:column;justify-content:stretch;gap:10rem;margin-top:16rem}}.s-template-includes{display:flex;flex-direction:column;padding-bottom:30rem;border-bottom:1rem solid #C5CAD0;color:var(--black, #292C37);font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:600;line-height:130%}@media(max-width:767px){.s-template-includes{font-size:12rem}}@media(max-width:767px){.s-template-includes{padding-bottom:16rem}}.s-template-includes__title{margin-bottom:20rem}@media(max-width:767px){.s-template-includes__title{margin-bottom:10rem}}.s-template-includes__list{display:flex;flex-direction:column;gap:10rem;font-weight:500;list-style:none}.s-template-includes__list li{display:flex;align-items:center;gap:10rem;position:relative}.s-template-includes__list li:before{content:"";-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;display:block;border-radius:2rem;background:var(--primary_400, #99C2FF);width:10rem;height:10rem}@media(max-width:767px){.s-template-includes__list li:before{width:6rem;height:6rem}}.s-template-details{display:flex;flex-direction:column;gap:10rem}.s-template-detail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:flex-start;gap:10rem;font-family:var(--font-main, "Inter");font-size:18rem;font-style:normal;font-weight:500;line-height:130%}@media(max-width:767px){.s-template-detail{font-size:12rem}}.s-template-detail__name{display:inline-flex;align-items:center;gap:10rem;color:var(--grey_600, #626472)}@media(max-width:767px){.s-template-detail__name{gap:5rem}}.s-template-detail__name>svg,.s-template-detail__name>.icon{color:var(--primary, #0065FF)}.s-template-detail__value{color:var(--black, #292C37)}
