@charset "UTF-8";button{width:max-content;font-weight:600;transition:var(--hover-transition);color:var(--color-white)}.rt--button-dark{background-color:#ffffff24;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:8px 20px}@media (hover: hover) and (pointer: fine){.rt--button-dark:hover{border-radius:32px;background-color:#ffffff42}}.rt--button-dark:active{border-radius:32px;background-color:#ffffff17;border-color:#fff0}.rt--button-light{background-color:#00aabe14;color:#00aabe;border-radius:24px;padding:8px 20px}@media (hover: hover) and (pointer: fine){.rt--button-light:hover{background-color:#00aabe1f}}.rt--button-light:active{background-color:#00aabe24}.rt--button-arrow{position:relative;background-color:#00aabe14;color:#00aabe;border-radius:36px;padding:12px 20px}@media (hover: hover) and (pointer: fine){.rt--button-arrow:hover{background-color:#00aabe1f}.rt--button-arrow:hover .rt--arrow{background-color:#00aabe14;transform:translate(120%,-50%)}}.rt--button-arrow:active{background-color:#00aabe24}.rt--button-arrow:active .rt--arrow{background-color:#00aabe24;transform:translate(100%,-50%)}.rt--button-arrow .rt--arrow{position:absolute;transition:var(--hover-transition);background-color:#00aabe14;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;top:50%;right:0;transform:translate(100%,-50%)}.rt--button-menu{position:relative;color:var(--color-white)}@media (hover: hover) and (pointer: fine){.rt--button-menu:hover:before{width:15px;height:15px;transform:translate(100%,-50%)}}.rt--button-menu:before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background-color:#fff;right:-8px;top:50%;transform:translate(100%,-60%);transition:var(--hover-transition)}.rt--button-menu:active:before{width:5px;height:5px;transform:translate(100%,-60%)}.rt--menu{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;transform:translate(-100%);padding-inline:clamp(20px,8vw,140px);padding-block:20px;background-color:#000;z-index:20;transition:.5s ease-in-out;opacity:0}@media screen and (max-width: 375px){.rt--menu{padding-inline:20px}}.rt--menu.open{opacity:1;transform:translate(0)}.rt--menu .rt--menu-header{display:flex;justify-content:space-between;align-items:center}.rt--menu .rt--menu-header .rt--menu-header-logo{max-width:136px}.rt--menu .rt--menu-header .rt--menu-header-close{display:flex;align-items:center;justify-content:center;gap:8px}@media (hover: hover) and (pointer: fine){.rt--menu .rt--menu-header .rt--menu-header-close:hover .rt--menu-header-close-icon img{transform:rotate(180deg)}}.rt--menu .rt--menu-header .rt--menu-header-close .rt--menu-header-close-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:4px;background-color:#fff6}.rt--menu .rt--menu-header .rt--menu-header-close .rt--menu-header-close-icon img{transition:var(--hover-transition)}.rt--menu .rt--menu-content{display:flex;flex-direction:column;padding-top:60px;gap:32px}@media screen and (max-width: 388px){.rt--menu .rt--menu-content{gap:16px;padding-top:80px}}.rt--menu .rt--menu-content .rt--menu-content-item{position:relative;display:flex;flex-direction:column;width:max-content;max-height:80px;overflow:hidden}@media screen and (max-width: 388px){.rt--menu .rt--menu-content .rt--menu-content-item{max-height:53px}.rt--menu .rt--menu-content .rt--menu-content-item:before,.rt--menu .rt--menu-content .rt--menu-content-item:after{display:none}}.rt--menu .rt--menu-content .rt--menu-content-item:before{content:"";position:absolute;width:100%;height:12px;bottom:-8px;background:linear-gradient(180deg,#0000,#000);z-index:1}.rt--menu .rt--menu-content .rt--menu-content-item:after{content:"";position:absolute;width:100%;height:12px;top:-8px;background:linear-gradient(180deg,#000,#0000);z-index:1}.rt--menu .rt--menu-content .rt--menu-content-item .rt--menu-content-item-text{font-size:60px;font-weight:600;color:var(--color-white);cursor:pointer;transition:.3s ease-out}@media screen and (max-width: 388px){.rt--menu .rt--menu-content .rt--menu-content-item .rt--menu-content-item-text{font-size:44px}}.rt--menu .rt--menu-content .rt--menu-content-item .rt--menu-content-item-text-hovered{transition:.3s ease-out;opacity:0}@media (hover: hover) and (pointer: fine){.rt--menu .rt--menu-content .rt--menu-content-item:hover .rt--menu-content-item-text{transform:translateY(-100%);opacity:0}.rt--menu .rt--menu-content .rt--menu-content-item:hover .rt--menu-content-item-text-hovered{transform:translateY(-100%);opacity:1}}.rt--form .rt--form-field{display:flex;flex-direction:column;gap:4px}.rt--form .rt--form-field .rt--form-field-error-message{font-size:12px;color:#ff1984}.rt--form .rt--form-field .error{border:1px solid rgb(255,25,132)!important}.rt--form .rt--form-content-checkbox{display:flex;align-items:center;gap:8px;margin-bottom:12px}.rt--form .rt--form-content-checkbox .error{color:#ff1984}.rt--form textArea{transition:none}.rt--form .rt--form-response{width:100%;height:37px;display:flex;align-items:center;gap:8px;padding:0 12px;border-radius:11px;margin-bottom:12px}.rt--form .rt--form-response .rt--form-response-title{font-size:14px;font-weight:400}.rt--form .rt--form-response.success{background-color:#5ff66e29;color:#2a9434}.rt--form .rt--form-response.error{background-color:#f65f5f29;color:#91243b}.rt--request-demo{display:flex;flex-direction:column;gap:16px}.rt--request-demo .rt--form-title{color:#091e42}.rt--request-demo a{text-transform:lowercase}.rt--request-demo .rt--form{display:flex;flex-direction:column;gap:12px}.rt--request-demo .rt--form .rt--form-content-inputs{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.rt--request-demo .rt--form .rt--form-content-checkbox{font-size:14px;color:#5d6b82}.rt--request-demo .rt--form textarea{min-height:90px;max-height:300px;max-width:500px;min-width:313px;transition:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a9;display:flex;align-items:center;justify-content:end;z-index:25}@media screen and (max-width: 480px){.modal-overlay{justify-content:center}}.modal-content{background:#fff;border-radius:24px;padding:24px;transform-origin:center center;min-width:361px;z-index:2;margin-right:2%}@media screen and (max-width: 480px){.modal-content{margin-right:0;min-width:inherit;width:90%}.modal-content .rt--form textarea{width:100%;min-width:100%}}.rt--header{width:100vw;height:100vh}@media screen and (max-width: 812px){.rt--header{height:100dvh!important}}.rt--header .rt--header-block{overflow:hidden;position:relative;height:100%}.rt--header .rt--header-video{width:-webkit-fill-available;height:100%;object-fit:cover}.rt--header .rt--header-content{position:absolute;top:0;right:0;bottom:0;left:0}.rt--header .rt--header-content .rt--header-content-top{position:absolute;width:100%;left:50%;top:30px;transform:translate(-50%);display:flex;justify-content:center;align-items:center;gap:36px}.rt--header .rt--header-content .rt--header-content-title{position:absolute;top:26vh;transform:translate(-50%);left:50%;display:flex;justify-content:center;align-items:center;gap:clamp(12px,3vw,24px)}@media screen and (max-width: 812px){.rt--header .rt--header-content .rt--header-content-title{top:32vh}}.rt--header .rt--header-content .rt--header-content-title .rt--header-content-title-logo{width:clamp(134px,39.3vw,376px)}@media screen and (max-width: 375px){.rt--header .rt--header-content .rt--header-content-title .rt--header-content-title-logo{width:134px}}.rt--header .rt--header-content .rt--header-content-title .rt--header-content-title-divider{width:1px;height:clamp(25px,7vw,64px);background-color:#fff6}.rt--header .rt--header-content .rt--header-content-title .rt--header-content-title-text{color:var(--color-white);font-size:clamp(16px,4vw,44px);font-weight:800;text-transform:capitalize}.rt--header .rt--header-content .rt--header-content-logo{width:100%;display:flex;align-items:center;justify-content:center;position:absolute;bottom:30px}@media screen and (max-width: 812px){.rt--header .rt--header-content .rt--header-content-logo{bottom:20px}}.rt--header-top{width:100%;height:0;opacity:0;overflow:hidden}.rt--header-top .rt--header-top-content{width:100%;height:100%;padding-right:16px;display:flex;align-items:center;justify-content:space-between}.rt--header-top .rt--header-top-content .rt--header-top-content-logo-small{display:none}@media screen and (max-width: 500px){.rt--header-top .rt--header-top-content{gap:12px}.rt--header-top .rt--header-top-content .rt--header-top-content-logo{display:none}.rt--header-top .rt--header-top-content .rt--header-top-content-logo-small{display:block}}.rt--header-top .rt--header-top-buttons{display:flex;justify-content:center;align-items:center;gap:36px}@media screen and (max-width: 500px){.rt--header-top .rt--header-top-buttons{gap:12px}}.rt--header-top .rt--button-menu{margin-right:16px;color:#00aabe}.rt--header-top .rt--button-menu:before{background-color:#00aabe}.rt--features-content-info{display:flex;justify-content:space-between;gap:36px;perspective:100px}@media screen and (max-width: 1133px){.rt--features-content-info{gap:24px}}@media screen and (max-width: 812px){.rt--features-content-info{flex-direction:column!important}}.rt--features-content-info .rt--features-content-info-block{display:flex;flex-direction:column;gap:16px;position:relative;transform-style:preserve-3d}.rt--features-content-info .rt--features-content-info-block img{width:100%;height:auto}.rt--features-content-info .rt--features-content-info-block .rt--features-content-info-block-small-img{position:absolute;width:inherit;z-index:1}.rt--features-content-info .rt--features-content-info-block .rt--features-content-info-block-small-img-1{bottom:-31%;right:-22%}@media screen and (max-width: 812px){.rt--features-content-info .rt--features-content-info-block .rt--features-content-info-block-small-img-1{width:70%}}.rt--features-content-info .rt--features-content-info-block .rt--features-content-info-block-small-img-2{bottom:-30%;right:-10%}@media screen and (max-width: 812px){.rt--features-content-info .rt--features-content-info-block .rt--features-content-info-block-small-img-2{width:50%}}.rt--features-content-info .rt--features-content-info-block .rt--features-content-info-block-small-img-3{left:-24px;top:-50px}@media screen and (max-width: 812px){.rt--features-content-info .rt--features-content-info-block .rt--features-content-info-block-small-img-3{width:25%}}.rt--features-content-info .rt--features-content-info-block .rt--features-content-info-block-card{display:flex;flex-direction:column;background-color:#f5f6f7;overflow:hidden;padding:24px;border-radius:16px}.rt--features-content-info .rt--features-content-info-block .rt--features-content-info-block-card .rt--features-content-info-block-card-title{color:#091e42}.rt--features-content-info .rt--features-content-info-block .rt--features-content-info-block-card .rt--features-content-info-block-card-text{font-size:14px;font-weight:400;color:#5d6b82;margin:16px 0 12px}.rt--features-content-info .rt--features-content-info-block .rt--features-content-info-block-card .rt--features-content-info-block-card-list{font-size:14px;font-weight:400;color:#5d6b82;list-style-type:disc;padding-left:24px;padding-bottom:16px}.rt--features-content-info-show-more{color:#00aabe;font-size:14px;font-weight:400;margin:0 auto;cursor:pointer}.rt--features-content-info-reverse{flex-direction:row-reverse}.rt--features{width:100%;padding-bottom:clamp(40px,5vw,80px)}@media screen and (max-width: 744px){.rt--features{padding-top:36px}}.rt--features .rt--features-header{display:flex;justify-content:space-between;gap:44px}@media screen and (max-width: 744px){.rt--features .rt--features-header{flex-direction:column;gap:24px}}.rt--features .rt--features-header .rt--features-header-block{display:flex;flex-direction:column;gap:6px}.rt--features .rt--features-header .rt--features-header-block-one span{color:#00aabe}.rt--features .rt--features-header .rt--features-header-block-second{gap:14px;padding-right:clamp(0px,4vw,190px)}.rt--features .rt--features-header .rt--features-header-block-second h4{width:max-content}@media screen and (max-width: 744px){.rt--features .rt--features-header .rt--features-header-block-second{padding-right:0}}.rt--features .rt--features-content{display:flex;flex-direction:column;margin-top:clamp(40px,5vw,80px);gap:80px}@media screen and (max-width: 1133px){.rt--features .rt--features-content{gap:60px}}.rt--features .rt--features-content .rt--features-content-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media screen and (max-width: 1133px){.rt--features .rt--features-content .rt--features-content-cards{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width: 812px){.rt--features .rt--features-content .rt--features-content-cards{display:block}}@media screen and (max-width: 812px){.rt--features .rt--features-content .rt--features-content-cards .rt--features-content-cards-slide{display:grid!important;grid-template-columns:repeat(4,1fr);gap:16px}}@media screen and (max-width: 600px){.rt--features .rt--features-content .rt--features-content-cards .rt--features-content-cards-slide{display:grid!important;grid-template-columns:repeat(2,1fr);gap:16px}}.rt--features .rt--features-content .rt--features-content-cards .rt--features-content-cards-card{width:100%;display:flex;flex-direction:column;gap:12px;padding:22px 32px;border-radius:32px;background:linear-gradient(0deg,#f7f7f7,#f7f7f7),linear-gradient(0deg,#cfe9d614,#cfe9d614)}.rt--features .rt--features-content .rt--features-content-cards .rt--features-content-cards-card .rt--features-content-cards-card-title{color:#091e42}.rt--features .rt--features-content .rt--features-content-cards .rt--features-content-cards-card .rt--features-content-cards-card-subTitle{font-size:14px;font-weight:500;color:#5d6b82}@media screen and (max-width: 1133px){.rt--features .rt--features-content .rt--features-content-cards .rt--features-content-cards-card{grid-column:span 2}.rt--features .rt--features-content .rt--features-content-cards .rt--features-content-cards-card:nth-child(7),.rt--features .rt--features-content .rt--features-content-cards .rt--features-content-cards-card:nth-child(8){grid-column:span 3}}.rt--features .rt--features-content .rt--features-content-grow{display:flex;max-width:838px;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;gap:24px}.rt--features .rt--features-content .rt--features-content-grow .rt--features-content-grow-title{color:#091e42;text-align:center;line-height:31px}@media screen and (max-width: 744px){.rt--features .rt--features-content .rt--features-content-grow .rt--features-content-grow-title{font-size:16px}}.rt--features .rt--features-content .rt--features-content-grow .rt--features-content-grow-title-percent{padding:6px 12px;font-size:24px;color:#fff;font-weight:700;background:radial-gradient(75.36% 327.9% at 18.69% -5.17%,#00e539,#3dc45e);border-radius:16px;box-shadow:3px -3px 3px #ffffff40 inset,0 3px 3px #ffffff40 inset}@media screen and (max-width: 744px){.rt--features .rt--features-content .rt--features-content-grow .rt--features-content-grow-title-percent{font-size:16px}}@media screen and (max-width: 1133px){.rt--features-header-block h2{font-size:32px}}@media screen and (max-width: 812px){.pin-spacer{height:780px!important}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(https://client-aff.loomclick.com/prd/aff-landing-client/v16/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(https://client-aff.loomclick.com/prd/aff-landing-client/v16/slick-Bi9J8BMx.eot);src:url(https://client-aff.loomclick.com/prd/aff-landing-client/v16/slick-Bi9J8BMx.eot?#iefix) format("embedded-opentype"),url(https://client-aff.loomclick.com/prd/aff-landing-client/v16/slick-BlUtDIuC.woff) format("woff"),url(https://client-aff.loomclick.com/prd/aff-landing-client/v16/slick-DWzRxEMf.ttf) format("truetype"),url(https://client-aff.loomclick.com/prd/aff-landing-client/v16/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.rt--whyUs{position:relative;background-color:#000;padding-top:74px;padding-bottom:30px;border-radius:clamp(24px,5vw,64px);overflow:hidden}@media screen and (max-width: 812px){.rt--whyUs{padding-top:30px;padding-bottom:54px}}.rt--whyUs .slick-dots li button:before{color:#25252a}.rt--whyUs .slick-dots li.slick-active button:before{color:#505f79}.rt--whyUs .slick-dots{bottom:-32px}.rt--whyUs .rt--whyUs-content{position:relative;z-index:2}.rt--whyUs .rt--whyUs-content .rt--whyUs-slider-group{display:flex!important;flex-direction:column;gap:12px}.rt--whyUs .rt--whyUs-content .rt--whyUs-content-title{font-size:16px;font-weight:600;color:#c2c7d0;display:block}.rt--whyUs .rt--whyUs-content .rt--whyUs-content-subTitle{color:#fafbfb}@media screen and (max-width: 1133px){.rt--whyUs .rt--whyUs-content .rt--whyUs-content-subTitle{font-size:32px}}.rt--whyUs .rt--whyUs-content .rt--whyUs-content-cards{display:flex;flex-direction:column;gap:16px;margin-top:clamp(110px,12vw,158px)}.rt--whyUs .rt--whyUs-content .rt--whyUs-content-cards .rt--whyUs-content-cards-title{color:#fff}@media screen and (max-width: 812px){.rt--whyUs .rt--whyUs-content .rt--whyUs-content-cards .rt--whyUs-content-cards-title{font-size:16px}}.rt--whyUs .rt--whyUs-content .rt--whyUs-content-cards .rt--whyUs-content-cards-subTitle{font-size:14px;font-weight:500;color:#a6aebb}.rt--whyUs .rt--whyUs-content .rt--whyUs-content-cards .rt--whyUs-content-cards-card-big{position:relative;padding:44px 24px;display:flex;flex-direction:column;justify-content:end;gap:8px;width:100%;height:241px;border-radius:36px;background-color:#6d6f8233;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}@media screen and (max-width: 812px){.rt--whyUs .rt--whyUs-content .rt--whyUs-content-cards .rt--whyUs-content-cards-card-big{height:166px;border-radius:24px;overflow:hidden}}.rt--whyUs .rt--whyUs-content .rt--whyUs-content-cards .rt--whyUs-content-cards-card-big:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding-top:2px;border-radius:36px;background:linear-gradient(270deg,#fff0 6.81%,#f8e09899 32.48%,#e568158e 42%,#f9c19c8c 48.21%,#e568158a 56.91%,#f9e4a585 64.36%,#fff0 92.93%);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.rt--whyUs .rt--whyUs-content .rt--whyUs-content-cards .rt--whyUs-content-cards-card-big .rt--whyUs-content-cards-card-big-inner-rocket{position:absolute;transform-origin:bottom;right:34px;bottom:0}@media screen and (max-width: 1370px){.rt--whyUs .rt--whyUs-content .rt--whyUs-content-cards .rt--whyUs-content-cards-card-big .rt--whyUs-content-cards-card-big-inner-rocket{right:-50px}}@media screen and (max-width: 812px){.rt--whyUs .rt--whyUs-content .rt--whyUs-content-cards .rt--whyUs-content-cards-card-big .rt--whyUs-content-cards-card-big-inner-rocket{display:none}}.rt--whyUs .rt--whyUs-content .rt--whyUs-content-cards .rt--whyUs-content-card{width:100%;background-color:#6d6f8233;padding:40px;border-radius:40px;overflow:hidden}@media screen and (max-width: 812px){.rt--whyUs .rt--whyUs-content .rt--whyUs-content-cards .rt--whyUs-content-card{padding:20px 24px;height:100px;border-radius:24px}}.rt--whyUs .rt--whyUs-content .rt--whyUs-content-cards .rt--whyUs-content-cards-grid .rt--whyUs-content-cards-grid-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media screen and (max-width: 1133px){.rt--whyUs .rt--whyUs-content .rt--whyUs-content-cards .rt--whyUs-content-cards-grid .rt--whyUs-content-cards-grid-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 812px){.rt--whyUs .rt--whyUs-content .rt--whyUs-content-cards .rt--whyUs-content-cards-grid .rt--whyUs-content-cards-grid-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 744px){.rt--whyUs .rt--whyUs-content .rt--whyUs-content-cards .rt--whyUs-content-cards-grid .rt--whyUs-content-cards-grid-wrapper{gap:12px}}.rt--whyUs .rt--whyUs-video{transform:rotate(13deg) translate(-50%);left:50%;position:absolute;top:-11px;z-index:-1}@media screen and (max-width: 1262px){.rt--whyUs .rt--whyUs-video{top:-2%}}@media screen and (max-width: 1133px){.rt--whyUs .rt--whyUs-video{width:145%;top:0%}}@media screen and (max-width: 900px){.rt--whyUs .rt--whyUs-video{width:145%;top:-1%}}@media screen and (max-width: 760px){.rt--whyUs .rt--whyUs-video{width:1200px;top:-20px}}@media screen and (max-width: 530px){.rt--whyUs .rt--whyUs-video{width:550px;top:67px}}.rt--awards{margin-top:clamp(40px,5.4vw,80px);margin-bottom:clamp(40px,5.4vw,80px)}.rt--awards .rt--awards-content-title{font-size:16px;font-weight:600;color:#b3b9c4}.rt--awards .rt--awards-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;overflow:hidden}.rt--awards .rt--awards-content .rt--awards-content-carousel{width:100%;position:relative}.rt--awards .rt--awards-content .rt--awards-content-carousel .rt--awards-content-carousel-component{display:flex;justify-content:center;align-items:center;gap:44px;overflow-x:auto!important;-ms-overflow-style:none;scrollbar-width:none}@media screen and (max-width: 812px){.rt--awards .rt--awards-content .rt--awards-content-carousel .rt--awards-content-carousel-component{justify-content:start;padding:0 28px}}.rt--awards .rt--awards-content .rt--awards-content-carousel:before,.rt--awards .rt--awards-content .rt--awards-content-carousel:after{content:"";position:absolute;width:72px;height:100%;z-index:10;top:0}@media screen and (max-width: 812px){.rt--awards .rt--awards-content .rt--awards-content-carousel:before,.rt--awards .rt--awards-content .rt--awards-content-carousel:after{width:40px}}.rt--awards .rt--awards-content .rt--awards-content-carousel:before{left:0;background:linear-gradient(-90deg,#fff0,#fff)}.rt--awards .rt--awards-content .rt--awards-content-carousel:after{right:0;background:linear-gradient(90deg,#fff0,#fff)}.rt--awards .rt--awards-content .rt--awards-content-carousel .rt--awards-content-carousel-block{min-width:186px;max-width:186px;text-align:center;padding:0 12px;height:72px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;-webkit-user-select:none;user-select:none}.rt--awards .rt--awards-content .rt--awards-content-carousel .rt--awards-content-carousel-block .rt--awards-content-carousel-block-title{font-size:11px;font-weight:700;color:#626872;text-transform:uppercase;line-height:12px}.rt--awards .rt--awards-content .rt--awards-content-carousel .rt--awards-content-carousel-block .rt--awards-content-carousel-block-subTitle{font-size:10px;font-weight:400;color:#b3b9c4;line-height:12px;padding:0 20px}.rt--awards .rt--awards-content .rt--awards-content-carousel .rt--awards-content-carousel-block .rt--awards-content-carousel-block-date{font-size:8px;font-weight:400;color:#98a0ad;position:absolute;bottom:0}.rt--awards .rt--awards-content .rt--awards-content-carousel .rt--awards-content-carousel-block .rt--awards-content-carousel-block-border-left,.rt--awards .rt--awards-content .rt--awards-content-carousel .rt--awards-content-carousel-block .rt--awards-content-carousel-block-border-right{position:absolute}.rt--awards .rt--awards-content .rt--awards-content-carousel .rt--awards-content-carousel-block .rt--awards-content-carousel-block-border-left{left:-8px}.rt--awards .rt--awards-content .rt--awards-content-carousel .rt--awards-content-carousel-block .rt--awards-content-carousel-block-border-right{right:-8px}.rt--arrows{position:relative;width:505px;height:382px;max-width:100%;aspect-ratio:505/382;-webkit-user-select:none;user-select:none;margin:0 auto}.rt--arrows-container{position:relative;width:100%;height:100%}.arrow{width:20px;height:20px;pointer-events:none;position:absolute}.arrow svg{width:100%;height:100%;display:block}.cursor{position:fixed;width:30px;height:30px;pointer-events:none;top:0;left:0;z-index:1000}.rt--about-us{margin-top:clamp(40px,6.3vw,120px);margin-bottom:clamp(40px,5.5vw,120px)}.rt--about-us .rt--about-us-content{display:flex;gap:69px}@media screen and (max-width: 1133px){.rt--about-us .rt--about-us-content{flex-direction:column;gap:24px}}.rt--about-us .rt--about-us-content .rt--about-us-content-block{display:flex;flex:1;flex-direction:column;gap:24px}@media screen and (max-width: 812px){.rt--about-us .rt--about-us-content .rt--about-us-content-block{gap:12px}}@media screen and (max-width: 744px){.rt--about-us .rt--about-us-content .rt--about-us-content-block:nth-child(2){display:none}}.rt--about-us .rt--about-us-content .rt--about-us-content-block .rt--about-us-content-block-title{color:#091e42;line-height:80px}@media screen and (max-width: 1133px){.rt--about-us .rt--about-us-content .rt--about-us-content-block .rt--about-us-content-block-title{font-size:32px;line-height:inherit}}.rt--about-us .rt--about-us-content .rt--about-us-content-block .rt--about-us-content-block-subTitle{font-size:14px;font-weight:400;color:#5d6b82}.rt--faq{background-color:#000;display:flex;flex-direction:column;justify-content:center;padding:90px 0;border-radius:clamp(24px,4vw,64px);overflow:hidden;position:relative}@media screen and (max-width: 600px){.rt--faq{padding:30px 0}}.rt--faq .rt--block{perspective:100px;perspective-origin:top}.rt--faq .rt--faq-content{position:relative;transform-style:preserve-3d}.rt--faq .rt--faq-content .rt--faq-content-subTitle{color:#fafbfb;position:relative;z-index:1}@media screen and (max-width: 1133px){.rt--faq .rt--faq-content .rt--faq-content-subTitle{font-size:32px}}.rt--faq .rt--faq-content .rt--faq-content-block{margin-top:32px;display:flex;overflow:hidden;gap:40px}.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-collapse{width:50vw}@media screen and (max-width: 1133px){.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-collapse{width:60vw}}@media screen and (max-width: 890px){.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-collapse{width:100%}}.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-item{background-color:#6d6f8233;position:relative;z-index:1;border-radius:16px;margin-bottom:12px;overflow:hidden;height:auto}@media (hover: hover) and (pointer: fine){.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-item:hover{background-color:#6d6f8248}}.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-item.active{background-color:#6d6f8266}.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-item .rt--faq-content-block-question{padding:16px 24px 12px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:16px}.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-item .rt--faq-content-block-question .rt--faq-content-block-question-title{font-size:14px;font-weight:600;color:#dfe2e6}.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-item .rt--faq-content-block-toggle-icon{min-width:22px;min-height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff34;transition:ease-in-out .2s}.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-item .rt--faq-content-block-toggle-icon .rt--faq-content-block-toggle-icon-svg{fill:#ffffff80}.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-item .rt--faq-content-block-toggle-icon.active{transform:rotate(45deg);background-color:#fff6}.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-item .rt--faq-content-block-toggle-icon.active .rt--faq-content-block-toggle-icon-svg{fill:#fff}.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-item .rt--faq-content-block-answer{padding:0 24px 16px}.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-item .rt--faq-content-block-answer .rt--faq-content-block-answer-text{font-size:14px;font-weight:400;color:#b3b9c4}.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-video{width:1300px;height:auto;position:absolute;right:-400px;top:50%;transform:translateY(-42%)!important}@media screen and (max-width: 1240px){.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-video{width:140%;right:-550px}}@media screen and (max-width: 1132px){.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-video{width:120%;right:-450px}}@media screen and (max-width: 890px){.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-video{width:140%;top:-30px}}@media screen and (max-width: 744px){.rt--faq .rt--faq-content .rt--faq-content-block .rt--faq-content-block-video{display:none}}.rt--footer{padding-top:clamp(40px,5.5vw,80px);position:relative}.rt--footer .rt--form{display:flex;flex-direction:column;gap:12px;max-width:729px}.rt--footer .rt--form .rt--form-content{display:flex;flex-direction:column;align-items:start}.rt--footer .rt--form .rt--form-content-checkbox{margin-top:12px;font-size:14px;color:#5d6b82}.rt--footer .rt--form .rt--form-content-inputs{gap:8px;display:grid;width:100%}@media screen and (max-width: 1000px){.rt--footer .rt--form .rt--form-content-inputs{grid-template-columns:repeat(2,1fr);gap:12px}}.rt--footer .rt--form .rt--form-content-inputs .rt--form-field{display:flex;gap:8px}.rt--footer .rt--form .rt--form-content-inputs .rt--form-field input{width:100%!important}.rt--footer .rt--form .rt--form-content-inputs .rt--form-field:nth-child(5){grid-column:3;grid-row:1/span 2;width:100%}@media screen and (max-width: 1000px){.rt--footer .rt--form .rt--form-content-inputs .rt--form-field:nth-child(5){grid-column:1/-1;grid-row:inherit}}.rt--footer .rt--form .rt--form-content-inputs .rt--form-field:nth-child(5) textArea{height:100%;min-width:327px;resize:none}@media screen and (max-width: 1000px){.rt--footer .rt--form .rt--form-content-inputs .rt--form-field:nth-child(5) textArea{min-width:100%;width:100%;height:84px}}.rt--footer .rt--footer-ball{position:absolute;top:-28%;right:-3%;width:clamp(150px,18vw,240px);z-index:1}@media screen and (max-width: 900px){.rt--footer .rt--footer-ball{top:-20%;right:-3%}}@media screen and (max-width: 810px){.rt--footer .rt--footer-ball{top:-14%;right:-3%}}@media screen and (max-width: 520px){.rt--footer .rt--footer-ball{top:-9%;right:-10%}}.rt--footer .rt--footer-block{display:flex;justify-content:space-between;padding-bottom:54px;gap:30px}@media screen and (max-width: 812px){.rt--footer .rt--footer-block{flex-direction:column;justify-content:space-between;gap:26px;padding-bottom:36px}}.rt--footer .rt--footer-block .rt--footer-block-info{display:flex;flex-direction:column;gap:64px}@media screen and (max-width: 812px){.rt--footer .rt--footer-block .rt--footer-block-info{flex-direction:row;justify-content:space-between;gap:16px}}@media screen and (max-width: 580px){.rt--footer .rt--footer-block .rt--footer-block-info{flex-direction:column;justify-content:space-between;gap:24px}}.rt--footer .rt--footer-block .rt--footer-block-info .rt--footer-block-info-top{max-width:294px;display:flex;flex-direction:column;gap:16px}.rt--footer .rt--footer-block .rt--footer-block-info .rt--footer-block-info-top span{font-size:11px;font-weight:500;color:#5d6b82}.rt--footer .rt--footer-block .rt--footer-block-info .rt--footer-block-info-top .rt--footer-block-info-top-logos{display:flex;justify-content:space-between;align-items:center;gap:32px}@media screen and (max-width: 812px){.rt--footer .rt--footer-block .rt--footer-block-info .rt--footer-block-info-top .rt--footer-block-info-top-logos{flex-direction:column;align-items:start;gap:16px}}.rt--footer .rt--footer-block .rt--footer-block-info .rt--footer-block-info-bottom{display:flex;flex-direction:column;gap:8px}.rt--footer .rt--footer-block .rt--footer-block-info .rt--footer-block-info-bottom div{display:flex;gap:8px}.rt--footer .rt--footer-block .rt--footer-block-info .rt--footer-block-info-bottom span{font-size:14px;font-weight:400;color:#5d6b82}.rt--footer .rt--footer-bottom{display:flex;align-items:center;justify-content:space-between;height:56px;border-top:1px solid rgb(223,226,230)}@media screen and (max-width: 812px){.rt--footer .rt--footer-bottom{height:76px}}.rt--footer .rt--footer-bottom .rt--footer-bottom-info{display:flex;gap:40px}@media screen and (max-width: 812px){.rt--footer .rt--footer-bottom .rt--footer-bottom-info{flex-direction:column;gap:12px}}.rt--footer .rt--footer-bottom .rt--footer-bottom-info a{font-size:12px;font-weight:400;color:#00aabe}.rt--footer .rt--footer-bottom .rt--footer-bottom-info span{font-size:12px;font-weight:400;color:#5d6b82}.rt--footer .rt--footer-bottom .rt--footer-bottom-icons{display:flex;gap:14px}.rt--footer .rt--footer-bottom .rt--footer-bottom-icons svg{cursor:pointer}.scroll-to-top{position:fixed;bottom:15vh;right:20px;width:42px;height:42px;background-color:#ebf8fa;color:#fff;border:none;border-radius:50%;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center}.scroll-to-top img{transform:rotate(-90deg)}:root{--bg-color: #FFFFFF;--color-white: #FFFFFF;--hover-transition: .3s;--index: calc(1vw + 1vh) }*{padding:0;margin:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html,body,#root{width:100%;height:100%;scrollbar-width:none;-ms-overflow-style:none;overflow-x:hidden}body{background-color:var(--bg-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#000;font-size:16px;line-height:normal}.container{width:100%;height:100%}button{outline:none;border:none;background:inherit;cursor:pointer;font-size:inherit}input,textarea{outline:none;border:none}a{color:#00aabe;text-decoration:none}input,textarea{width:auto;min-height:36px;padding:8px 20px;background-color:#ffffff45;border:1px solid #dfe2e6;color:#091e42;border-radius:12px;transition:var(--hover-transition);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}@media (hover: hover) and (pointer: fine){input:hover,textarea:hover{border-color:#ccd0d5}}input:focus,textarea:focus{border-color:#197bff}input::placeholder,textarea::placeholder{color:#adb1b6;font-size:14px;font-weight:400}.rt--block{height:100%;margin-inline:140px}@media screen and (max-width: 1133px){.rt--block{margin-inline:60px}}@media screen and (max-width: 812px){.rt--block{margin-inline:20px}}h1{font-size:60px;font-weight:600}h2{font-size:44px;font-weight:800;text-transform:uppercase;color:#091e42}h3{font-size:24px;font-weight:600}h4{font-size:16px;font-weight:600}.slick-dots{bottom:-35px}.slick-dots li button:before{opacity:1;color:#e1e1e2}.slick-dots li.slick-active button:before{opacity:1;color:#b7b9bb}#consent{min-height:20px;padding:0}.slick-slide{padding:0 10px}.slick-list{margin:0 -10px}.slick-dots li button:before{font-size:12px}.slick-dots li{margin:0}
