:root{--separator-percent:55%}img{aspect-ratio:auto}.gradient.blue{background-image:linear-gradient(180deg,#073A73 0%,#2997E7 54%,#073A73 100%);background-size:100%;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:#fff0;-moz-text-fill-color:#fff0}body.darkTheme .gradient.blue{background-image:linear-gradient(180deg,#0466CB 0%,#63A1DE 56%,#0466CB 100%)}body.darkTheme .home-section-2.update .category-info .image .number.gradient.blue{background-image:unset;-webkit-background-clip:unset;-moz-background-clip:unset;-webkit-text-fill-color:unset;-moz-text-fill-color:unset;color:#fff}body.lightTheme .home-section-2.update .category-info .image .number.gradient.blue{background-image:linear-gradient(180deg,#073A73 0%,#2997E7 54%,#073A73 100%);background-size:100%;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:#fff0;-moz-text-fill-color:#fff0}@media(prefers-color-scheme:dark){body.prefers-color-scheme .gradient.blue{background-image:linear-gradient(180deg,#0466CB 0%,#63A1DE 56%,#0466CB 100%)}body.prefers-color-scheme .home-section-2.update .category-info .image .number.gradient.blue{background-image:unset;-webkit-background-clip:unset;-moz-background-clip:unset;-webkit-text-fill-color:unset;-moz-text-fill-color:unset;color:#fff}}@media(prefers-color-scheme:light){body.prefers-color-scheme .home-section-2.update .category-info .image .number.gradient.blue{background-image:linear-gradient(180deg,#073A73 0%,#2997E7 54%,#073A73 100%);background-size:100%;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:#fff0;-moz-text-fill-color:#fff0}}ul.slider-dots{display:flex;justify-content:center;padding:0 0 0;gap:11px}.home-section-5 ul.slider-dots{pad:0}.slider-dots li.slick-active button{background-color:#0466cb}.slider-dots li button{width:25px;height:25px;border-radius:50%;background-color:#0466cb33;border:none;color:#fff0;transition:background-color 0.2s;padding:0}.slick-list.draggable{overflow:visible}.home-section-1-wrapper{background:#fff}.home-section-1{width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:100%;grid-template-areas:'heading' 'split-screen' 'trivia-elements' 'button-section';padding:30px 0}.home-section-1 .heading{grid-area:heading;padding:0 20px}.home-section-1.update h2.heading{padding:0 10px}.home-section-1 .split-screen{display:flex;grid-area:split-screen;align-items:center;padding:0;margin:0 auto;width:fit-content}.home-section-1 .split-screen .layers{position:relative;width:280px;height:220px;overflow:visible}.home-section-1 .split-screen .layer{position:relative;width:100%;height:220px;background:url(../svg/effect.svg);background-position:60% 33px;background-repeat:no-repeat;background-size:40px}.home-section-1 .split-screen .layer:before{position:absolute;display:block;content:'';width:100%;height:100%;background:radial-gradient(#1b73ce80 15%,#f5faff);clip-path:polygon(0% 35%,100% 0%,100% 100%,0% 65%);opacity:.6;filter:brightness(130%)}.home-section-1 .split-screen .top-layer{position:absolute;height:220px;width:100%;pointer-events:none;user-select:none}.home-section-1 .split-screen .phone{height:58px;width:43px;pointer-events:none;user-select:none}.home-section-1 .split-screen .car{width:100%;overflow:visible}.home-section-1 .split-screen .car .separator{display:block;position:absolute;width:8px;height:100%;background-color:#0366cb;z-index:1;overflow:visible;top:0;left:var(--separator-percent)}.home-section-1 .split-screen .layers{min-width:1px}.home-section-1 .split-screen .top-layer,.home-section-1 .split-screen .layer{display:grid;align-items:center}.home-section-1 .split-screen .top-layer img,.home-section-1 .split-screen .layer img{min-width:100px;min-height:100px;max-width:100%;max-height:262px;width:auto;height:auto}.home-section-1 .split-screen .car .separator button{position:absolute;display:flex;justify-content:center;align-items:center;width:44px;height:44px;top:50%;left:50%;transform:translate(-50%,-50%);border:none;border-radius:50%;background-color:#0366cb;box-shadow:0 0 6px #0009;cursor:ew-resize}.home-section-1 .split-screen .car .separator button.grabbing{cursor:ew-resize}.home-section-1 .split-screen .car .separator button img{width:30px;max-width:30px;height:30px}.home-section-1 .split-screen .layer{clip-path:polygon(0% 0%,var(--separator-percent) 0%,var(--separator-percent) 100%,0% 100%)}.home-section-1 .split-screen .top-layer{clip-path:polygon(var(--separator-percent) 0,100% 0,100% 100%,var(--separator-percent) 100%)}.home-section-1 .split-screen .layer img{pointer-events:none}.home-section-1 .trivia-elements{grid-area:trivia-elements;width:100%;margin-top:20px}.home-section-1 .button-section,.home-section-2 .button-section{grid-area:button-section;padding:0 20px}.home-section-2 .button-section{padding:0}.home-section-1 .heading h2{font-size:39px;line-height:42px;letter-spacing:-.14px;font-weight:700}.home-section-1 .heading h3{font-size:36px;letter-spacing:-.14px;line-height:39px;font-weight:700;color:#121212}.home-section-1 .trivia-elements .trivia{display:grid!important;grid-template-columns:110px 1fr;grid-template-areas:'icon percent' 'text text';row-gap:15px;padding:0 20px}.home-section-1 .trivia-elements .trivia .icon{display:flex;align-items:center;grid-area:icon}.home-section-1 .trivia-elements .trivia .percent{display:flex;align-items:center;grid-area:percent}.home-section-1 .trivia-elements .trivia .text{display:flex;align-items:center;grid-area:text}.home-section-1 .trivia-elements .trivia .icon img{width:90px;height:auto}.home-section-1 .trivia-elements .trivia .percent{font-size:34px;letter-spacing:0;line-height:34px;font-weight:700;color:#eb2627}.home-section-1 .trivia-elements .trivia .text{font-size:16px;letter-spacing:0;line-height:27px;font-weight:400;color:#121212}.home-section-1 .button-section,.home-section-2 .button-section,.home-section-4 .button-section,.home-section-5 .button-section{display:flex;justify-content:center;width:100%;margin-top:10px}.home-section-1 .button-section a,.home-section-2 .button-section a,.home-section-4 .button-section a,.home-section-5 .button-section a{display:flex;justify-content:center;align-items:center;padding:12.5px;font-size:16px;line-height:19px;letter-spacing:0;font-weight:500;width:100%;min-width:280px;max-width:420px;border:2px solid #0366cb;border-radius:20px;color:#0366cb;min-height:48px}.home-section-1 .button-section a img,.home-section-2 .button-section a img,.home-section-4 .button-section a img,.home-section-5 .button-section a img{width:24px;margin-left:13px}.home-section-2-wrapper{background-image:radial-gradient(closest-side at 50% 50%,#FFFFFF4d 0%,#F6F9FC4d 12%,#DEEAF64d 34%,#B7D3EC4d 61%,#D5E5F34d 100%)}.home-section-2{max-width:1200px;margin:0 auto;padding:30px 20px 30px}.home-section-2 .heading h2{font-size:36px;line-height:39px;letter-spacing:0;font-weight:700;color:#121212;margin-bottom:9px}.home-section-2 .heading p{font-size:22px;line-height:27px;letter-spacing:0;font-weight:400;color:#121212;margin-bottom:0}.home-section-2 .reports{display:none}.home-section-2 .steps{margin-top:30px;display:grid;grid-template-columns:1fr;row-gap:60px;z-index:1}.home-section-2 .step{display:grid;grid-template-columns:1fr}.home-section-2 .steps .step .icon{margin:0 auto 20px;width:131px;height:131px}.home-section-2 .steps .step .text .heading{font-size:24px;line-height:26px;letter-spacing:0;font-weight:700;color:#121212;margin-bottom:20px}.home-section-2 .steps .step .text .sub-text{display:block;max-height:81px;font-size:16px;line-height:27px;letter-spacing:0;font-weight:400;color:#121212;margin-bottom:5px;overflow:hidden;transition:max-height .2s;background-image:linear-gradient(180deg,#121212 54px,#12121233 54px,#12121233 100%);background-size:100%;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:#fff0;-moz-text-fill-color:#fff0}.home-section-2 .steps .step .text .sub-text.show{background-image:unset;background-size:unset;-webkit-background-clip:unset;-moz-background-clip:unset;-webkit-text-fill-color:unset;-moz-text-fill-color:unset}.home-section-2 .steps .step .text .step-read-more{padding:0;background-color:#fff0;border:none;color:#0366CB;font-weight:500}.home-section-2 .button-section{margin:37px 0 0 0}.home-section-3-wrapper{padding:30px 10px;background:#fff0}.home-section-3{max-width:1200px;margin:0 auto}.home-section-3 .heading{padding:0 10px}.home-section-3 .heading h2{font-size:36px;line-height:44px;letter-spacing:0;color:#121212;font-weight:700;margin-bottom:30px}.home-section-3 .diff{position:relative;background-color:#fff;width:100%;max-width:480px;margin:0 auto;border-radius:28px;box-shadow:0 0 10px #00000029}.home-section-3 .diff-row{position:relative;display:grid;grid-template-columns:1fr 90px 90px;min-height:60px}.home-section-3 .diff-row.hr:before{position:absolute;display:block;content:'';width:calc(100% - 20px);height:1px;background-color:#727272;top:calc(100% - 4px);left:50%;transform:translateX(-50%)}.home-section-3 .diff-row .diff-cell.logo{display:flex;flex-direction:column;justify-content:end;align-items:center;padding:15px 0 13px}.home-section-3 .diff-row .diff-cell.first.green{border-radius:28px 28px 0 0;border-top-width:1px;border-bottom-width:0}.home-section-3 .diff-row .diff-cell.last.green{border-radius:0 0 28px 28px;border-top-width:0;border-bottom-width:1px}.home-section-3 .diff-row .diff-cell.green{background-color:#EFFFE9;border:1px solid #68C846;box-shadow:0 0 10px #00000029;border-top-width:0;border-bottom-width:0}.home-section-3 .diff-row .diff-cell.logo span{font-size:12px;line-height:12px;letter-spacing:0;font-weight:700;color:#000;text-align:center;margin-bottom:10px}.home-section-3 .diff-row .diff-cell.green span{color:#308C0E}.home-section-3 .diff-row .diff-cell.logo img{width:58px;max-width:58px;height:fit-content}.home-section-3 .diff-row .diff-cell.logo img.black{filter:grayscale(1) contrast(2)}.home-section-3 .diff-row .diff-cell{display:flex;justify-content:center;align-items:center}.home-section-3 .diff-row .diff-cell.text{justify-content:start}.home-section-3 .diff-row .diff-cell.text span{padding-left:10px;font-size:12px;line-height:15px;letter-spacing:0;font-weight:400;color:#000}.home-section-3 .diff-row .diff-cell img{width:15px;height:15px}.home-section-3 .diff-row .diff-cell img.green{filter:invert(37%) sepia(73%) saturate(691%) hue-rotate(62deg) brightness(100%) contrast(93%)}.home-section-3 .diff .diff-reports{display:none}.home-section-3 .pay-now{display:flex;justify-content:center;width:100%}.home-section-3 .pay-now button{margin:30px 10px 0;width:100%;max-width:320px;min-height:48px;border-radius:20px;color:#FFF;border:none;background:linear-gradient(270deg,#D74141 0%,#EC6B2F 44%,#F98425 50%,#EC6B2F 56%,#D74141 100%);background-size:200% 100%;background-position:100% 0;transition:background-position .2s;font-size:26px;line-height:32px;font-weight:700}.home-section-3 .pay-now button:hover{background-position:0 100%}.home-section-4-wrapper{background-color:#FFF}.home-section-4-background,.home-section-8-background{max-width:1380px;margin:0 auto;padding:30px 20px;background-color:#F3F7FB}.home-section-4-background{padding:50px 20px}.home-section-8-background{padding:30px 20px}.home-section-4{display:grid;grid-template-columns:1fr}.home-section-4 .heading h2,.home-section-4 .heading h2{font-size:36px;line-height:44px;letter-spacing:0;color:#121212;font-weight:700}.home-section-4 .elements{margin-top:20px;margin-bottom:20px;display:grid;justify-content:center;grid-template-columns:repeat(2,minmax(auto,200px));grid-template-areas:"main main" "autodna clients" "social dealers";column-gap:12px;row-gap:70px}.home-section-4 .elements .card-element{display:grid;position:relative;overflow:visible}.home-section-4 .elements .card-element-main{grid-area:main}.home-section-4 .elements .card-element.autodna{grid-area:autodna}.home-section-4 .elements .card-element.clients{grid-area:clients}.home-section-4 .elements .card-element.social{grid-area:social}.home-section-4 .elements .card-element.dealers{grid-area:dealers}.home-section-4 .elements .card-element-main{display:grid;justify-items:center}.home-section-4 .elements .card-element-main img{width:100%;height:auto}.home-section-4 .elements .card-element-main p{margin-top:30px;margin-bottom:15px;text-align:center}.home-section-4 .elements .card-element-main span{margin-top:15px;font-size:13px;line-height:25px;letter-spacing:0;color:#121212;text-align:center;margin-bottom:20px}.medium_light_badge{margin-top:20px}.home-section-4 .elements .card-element img{width:102px;height:102px;position:absolute;left:50%;transform:translate(-50%,-50%)}.home-section-4 .elements .card-element .content{padding:56px 7px 5px;width:100%;min-height:170px;background-color:#FFF;border-radius:20px;box-shadow:0 0 6px #00000029;text-align:center}.home-section-4 .elements .card-element .content p,.home-section-4 .elements .card-element-main p{font-size:36px;line-height:45px;letter-spacing:-.5px;font-weight:700;color:#121212;margin-bottom:0}.home-section-4 .elements .card-element .content p{margin:0 -10px}.home-section-4 .elements .card-element .content span{font-size:16px;line-height:20px;letter-spacing:0;font-weight:400;color:#121212;word-break:break-word}.home-section-5-wrapper{width:100%;padding:30px 0;margin:0 auto;background-color:#fff}.home-section-5{width:100%;max-width:1250px;margin:0 auto;display:grid;grid-template-columns:100%;overflow:hidden}.home-section-5 .heading{width:100%;padding:0 20px;margin-bottom:55px}.home-section-5 .heading h2.first{margin-bottom:10px;font-size:36px;line-height:44px;font-weight:700;color:#121212}.home-section-5 .heading p.second{font-size:22px;line-height:27px;font-weight:500;color:#121212}.home-section-5-wrapper .autodna-opinions{display:flex!important;flex-direction:column;gap:15px;grid-template-columns:100%;max-width:100vw;width:100%;overflow:visible}.home-section-5-wrapper .autodna-opinion{position:relative;display:flex!important;max-width:100%;flex-direction:column;padding:67px 15px 15px;width:100%!important;border-radius:20px;box-shadow:0 0 6px #00000029;overflow:visible;height:100%}.home-section-5-wrapper .opinion-avatar{position:absolute;width:110px;height:110px;top:7px;left:50%;transform:translate(-50%,-50%);overflow:visible}.home-section-5-wrapper .opinion-avatar img{background-color:#fff;border-radius:50%;padding:5px;box-shadow:0 0 6px #00000029}.home-section-5-wrapper .opinion-avatar img.country{position:absolute;width:34px;height:34px;right:0;top:0}.home-section-5-wrapper .autodna-opinion span{display:block}.home-section-5-wrapper .autodna-opinion span.name{font-size:16px;line-height:19px;color:#121212;font-weight:700;margin-bottom:5px}.home-section-5-wrapper .autodna-opinion span.car{font-size:13px;line-height:20px;color:#333;font-weight:700;margin-bottom:5px}.home-section-5-wrapper .autodna-opinion span.vin_reg{font-size:13px;line-height:20px;color:#333;font-weight:400;margin-bottom:9px}.home-section-5-wrapper .autodna-opinion .stars-rating{display:flex;align-items:end;gap:5px}.home-section-5-wrapper .autodna-opinion .stars-rating .stars-count{display:flex}.home-section-5-wrapper .autodna-opinion .stars-rating img{width:18px}.home-section-5-wrapper .autodna-opinion .stars-rating .score-rating{font-size:13px;line-height:13px;color:#121212;font-weight:400}.home-section-5-wrapper .autodna-opinion .autodna-review{margin-top:10px;font-size:14px;line-height:17px;color:#121212;font-weight:400;font-style:italic}.home-section-5-wrapper .slick-track,.home-section-5-wrapper .slick-slide div,.home-section-5-wrapper .slick-initialized .slick-slide{overflow:visible}.home-section-5-wrapper .slick-track{display:flex;gap:15px}.home-section-5-wrapper .slick-slide{display:flex!important}.home-section-5-wrapper .slick-slide>div{display:grid!important;width:100%}.home-section-5-wrapper .opinions-prev,.home-section-5-wrapper .opinions-next{font-size:0;line-height:0;position:absolute;z-index:1;top:calc(50% - 20px);display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:#fff0;border:none;outline:none;background:#fff0;height:50px;width:50px;opacity:.2;transition:opacity .2s}.home-section-5-wrapper .opinions-prev.slick-disabled,.home-section-5-wrapper .opinions-next.slick-disabled{display:none!important}.home-section-5-wrapper .opinions-prev:hover,.home-section-5-wrapper .opinions-next:hover{opacity:1}.home-section-5-wrapper .opinions-prev{left:0;transform:translate(0,-50%) rotate(180deg)}.home-section-5-wrapper .opinions-next{right:45px}.home-section-5-wrapper .opinions-prev:before,.home-section-5-wrapper .opinions-next:before{content:url(../svg/arrow-right-light.svg)}.home-section-5-wrapper .autodna-opinion.link{padding-top:15px;gap:10px;align-items:center}.home-section-5-wrapper .autodna-opinion.link p{margin-bottom:0}.home-section-5-wrapper .autodna-opinion.link p.name{font-size:18px;line-height:22px;font-weight:700;letter-spacing:0;color:#121212}.home-section-5-wrapper .autodna-opinion.link p.name::first-letter{text-transform:capitalize}.home-section-5-wrapper .autodna-opinion.link p.product{display:flex;align-items:center;gap:10px;font-size:15px;line-height:18px;font-weight:700;letter-spacing:0;color:#121212;text-align:center}.home-section-5-wrapper .autodna-opinion.link p.rating{font-size:40px;line-height:45px;font-weight:700;letter-spacing:0;color:#121212}.home-section-5-wrapper .autodna-opinion .rating-starts{display:flex}.home-section-5-wrapper .autodna-opinion .rating-starts img{width:25px}.home-section-5-wrapper .autodna-opinion .product{display:flex}.home-section-5-wrapper .autodna-opinion .product img{width:25px}.home-section-5-wrapper .autodna-opinion .reviews-anchor{display:flex;justify-content:center;align-items:center;width:100%;background-color:#0366CB;color:#FFF;border-radius:20px;font-size:16px;line-height:20px;letter-spacing:0;min-height:48px}.home-section-5 .button-section{padding:0 20px}.home-section-5-wrapper ul.slider-dots{padding:0 0 0}.home-section-5-wrapper .autodna-opinion .rating-starts img{aspect-ratio:1 / 1}.home-section-6-wrapper{background-image:radial-gradient(closest-side at 50% 50%,#F6F9FCd4 12%,#DEEAF64d 32%,#B7D3EC4d 57%,#F5F9FB4d 86%,#65A1D84d 100%);padding:30px 20px;background-size:170% 170%;background-position:center}.home-section-6{max-width:1200px;margin:0 auto}.home-section-6 .heading p,.home-section-7 .heading p{margin-bottom:0;font-size:22px;line-height:27px;letter-spacing:0;font-weight:400;color:#121212}.home-section-6 .heading h2.heading-paragraph,.home-section-7 .heading h2.heading-paragraph{font-size:36px;line-height:44px;font-weight:700;margin-bottom:20px}.home-section-6 .trust-brands{margin-top:30px;display:grid;grid-template-columns:repeat(3,1fr);row-gap:30px}.home-section-6 .trust-brands .brand-logo{display:flex;justify-content:center;align-items:center}.home-section-6 .trust-brands .brand-logo img{width:65px;object-fit:contain}.home-section-7-wrapper{padding:30px 20px 30px;background:radial-gradient(circle,#C2DDF954 0%,#FEE8FD54 30%,#fff 55%,#fff 100%);backdrop-filter:blur(50px)}.home-section-7{max-width:1200px;margin:0 auto}.home-section-7 .heading h2.heading-paragraph{margin-bottom:17px}.home-section-7 .questions{margin-top:48px;display:grid;grid-template-columns:1fr;row-gap:7.5px;overflow:visible}.home-section-7 .questions .question{box-shadow:0 3px 6px #00000029;border-radius:20px;height:fit-content;background-color:#fff}.home-section-7 .questions .question .faq{display:flex;align-items:center;padding:8px 24px 8px 24px;width:100%;min-height:60px;box-shadow:0 3px 6px #00000029;border-radius:20px;font-size:18px;line-height:23px;letter-spacing:0;font-weight:400;color:#18293D;border:none;background-color:#fff0;margin-right:7px}.home-section-7 .questions .question .faq span{text-align:left}.home-section-7 .questions .question .faq img{width:16px;margin-right:7px;filter:invert(23%) sepia(100%) saturate(1706%) hue-rotate(195deg) brightness(103%) contrast(101%);transition:.2s}.home-section-7 .questions .question .answer{margin:0 30px 0 54px;font-size:16px;line-height:19px;letter-spacing:0;font-weight:400;color:#18293D;transition:.2s;max-height:0}.home-section-7 .questions .answer-icon img{display:block;width:180px}.home-section-7 .questions .question.show .answer{margin:30px 30px 30px 54px}.home-section-7 .questions .question.show .faq img{rotate:180deg}.home-section-7 .questions .answer-icon{display:flex;justify-content:center;max-height:0;height:fit-content}.home-section-7 .questions .answer-icon.show{margin-bottom:30px}.home-section-7 .faq-questions .icons{display:none}.home-section-7 .questions .question .answer.list{margin:0 20px 0 20px}.home-section-7 .question.show .answer.list{margin:20px 30px 20px 20px}.home-section-7 .questions .question .answer.list ul{padding-left:30px;margin-bottom:0}.home-section-7 .questions .question .answer.list ul li{padding:6px 0}.home-section-7 .questions .question .answer.list span.with{display:block;padding-left:30px;font-size:14px;line-height:17px}.home-section-8{display:grid;max-width:1200px;margin:0 auto}.home-section-8-background{background-image:radial-gradient(closest-side at 55% 39%,#FFFFFF99 0%,#F6F9FC99 12%,#DEEAF699 32%,#B7D3EC99 57%,#F5F9FB99 86%,#65A1D899 100%);background-size:300% 300%;background-position:center center}.home-section-8 .heading h2.heading-paragraph{font-size:36px;line-height:44px;letter-spacing:0;font-weight:700;color:#121212;margin-bottom:5px}.home-section-8 .heading p{font-size:22px;line-height:27px;letter-spacing:0;font-weight:400;color:#121212}.home-section-8 .list ul{padding:0;display:grid;row-gap:20px;grid-template-columns:1fr}.home-section-8 .list ul li{display:grid;grid-template-columns:48px 1fr;align-items:center;column-gap:17px}.home-section-8 .list ul li span{font-size:18px;line-height:22px;letter-spacing:0;color:#121212}.home-section-8 .list ul li img{height:44px;width:auto}.home-section-8 .list ul li:nth-child(2) img,.home-section-8 .list ul li:nth-child(3) img{scale:1}.home-section-8 .btn-section{display:flex;justify-content:center}.home-section-8 .btn-section button{margin-top:4px;margin-bottom:20px;width:100%;max-width:320px;min-height:48px;border-radius:20px;color:#FFF;border:none;background:linear-gradient(270deg,#D74141 0%,#EC6B2F 44%,#F98425 50%,#EC6B2F 56%,#D74141 100%);background-size:200% 100%;background-position:100% 0;transition:background-position .2s;font-size:26px;line-height:32px;font-weight:700}.home-section-8 .btn-section button:hover{background-position:0 100%}.home-section-8 .report-image{display:flex;justify-content:center;margin-top:10px}.home-section-8 .report-image img{max-height:420px;max-width:420px;width:100%}.home-section-8-wrapper{background-color:#fff}.home-section-9-3,.home-section-9-1{padding:0 20px 0;background:radial-gradient(circle,#C2DDF954 0%,#FEE8FD54 30%,#fff 55%,#fff 100%)}.home-section-button-wrapper{padding:0 20px 0}.home-wrapper{max-width:1200px;margin:0 auto}.additional-header{font-size:36px;text-align:left;font-weight:700;margin:30px 0;margin-bottom:25px}.home-section-9-2{background-image:radial-gradient(closest-side at 50% 50%,#F6F9FCd4 12%,#DEEAF64d 32%,#B7D3EC4d 57%,#F5F9FB4d 86%,#65A1D84d 100%);padding:0 20px;background-size:170% 170%;background-position:center}.additional-information{display:none;height:0}.additional-information.show{display:block;height:auto}.additional-information p,.additional-information ul li{font-size:16px;color:#333;font-weight:400;list-style:disc;margin-bottom:20px}.additional-information ul li{margin-bottom:15px}.show-text,.hidden-text{width:100%;border-radius:20px;min-height:48px;text-align:center;border:1px solid #0466CB;background-color:#fff0;color:#0466CB;display:none;font-weight:700;margin:0 auto;font-size:18px}.hidden-text{margin-top:30px;margin-bottom:30px}.show-text{margin-top:30px;margin-bottom:30px}.show-text.show,.hidden-text.show{display:block}.sub-header{font-size:36px;font-weight:700;margin:30px 0 25px 0}.home-section-button-wrapper{background-color:#fff}.home-section-button{max-width:1200px;margin:0 auto}.comments-form--reg{display:flex;align-items:stretch;border:2px solid #000;background-color:#FFF;border-radius:5px;width:fit-content;padding-right:3px;opacity:1}.comments-average-element .comments-form--reg{align-items:center}.reg--country{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;row-gap:5px;width:16px;font-size:8px;font-weight:900;line-height:7px;letter-spacing:0;color:#FFF;background-color:#0466CB;border:2px solid #0466CB;border-radius:2px 0 0 2px;opacity:1}.reg--icon{width:10px;height:10px}.comments-average-element .reg--icon{width:5px;height:5px}.reg--first-chunk,.reg--second-chunk{font-family:rejestracyjnaregular;font-size:30px;font-weight:400;line-height:38px;letter-spacing:3px;color:#000;text-transform:uppercase;opacity:1}.comments-average-element .reg--first-chunk,.comments-average-element .reg--second-chunk{font-size:15px;line-height:18px}.reg--first-chunk{margin-left:5px}.reg--separator{align-self:center;display:inline-block;width:6px;height:11px;background-color:#CBCBCB;border-radius:2px;margin-right:5px;opacity:1}.home-section-5-wrapper .autodna-opinion span.reg--country{display:flex}html .flex-footer>ul>li::before,html .contact-container::before{pointer-events:none}#scrollToTopBtn{box-shadow:0 0 6px #00000029}.wrapper .checker-wrapper:before{top:100%}.wrapper .checker-wrapper:after{top:100%;top:calc(100% - 1px)}.home-section-4.badges .elements{grid-template-areas:"main main" "autodna clients" "social dealers" "badge badge"}.home-section-4.badges .elements .badge-wrapper{overflow:visible;grid-area:badge}.home-section-4.badges .elements .card-element.badge .content{max-width:270px;margin:0 auto}.faq-answer ul{list-style:disc}@media(max-width:820px){.home-section-4 .elements .card-element .content{padding:56px 7px 14px}.home-section-4.badges .elements .card-element.badge{margin-top:30px;width:100%}}@media (min-width:820px){.home-section-1-wrapper{background:linear-gradient(to bottom,#f4f8fb00,#f4f8fb)}.home-section-1{grid-template-areas:'heading heading heading heading heading heading button-section button-section button-section button-section' 'trivia-elements trivia-elements trivia-elements trivia-elements trivia-elements split-screen split-screen split-screen split-screen split-screen';grid-template-columns:repeat(10,10%)}.home-section-1 .button-section,.home-section-2 .button-section,.home-section-5 .button-section{justify-content:end;margin-top:0;padding:0 20px 0 0}.home-section-1 .button-section a,.home-section-2 .button-section a,.home-section-4 .button-section a,.home-section-5 .button-section a{height:fit-content;width:fit-content;min-width:fit-content;max-width:unset;padding:12.5px 27px}.home-section-1 .split-screen .layers{max-width:400px;min-height:350px}.home-section-1 .split-screen .phone{height:70px;width:52px}.home-section-1 .split-screen .layer{background-size:70px;background-position:60% 80px}.home-section-1 .split-screen .layer:before{clip-path:polygon(0% 35%,100% 0%,100% 100%,0% 65%)}.home-section-1 .split-screen .top-layer,.home-section-1 .split-screen .layer{height:350px}.home-section-1 .trivia-elements{display:grid;row-gap:45px}.home-section-1 .trivia-elements .trivia{row-gap:10px}.home-section-1 .trivia-elements .trivia .percent{font-size:36px}.home-section-1 .split-screen{padding:0 30px}.home-section-2{display:grid;grid-template-areas:"heading btn" "products products"}.home-section-2 .heading{grid-area:heading}.home-section-2 .product{display:grid;grid-template-columns:minmax(1px,490px) minmax(640px,1fr);margin-top:60px;grid-area:products}.home-section-2 .reports{display:block;width:108%}.home-section-2 .steps{margin-top:0;position:relative;display:flex;flex-direction:column;justify-content:space-between}.home-section-2 .steps:before{display:block;position:absolute;content:'';left:9.2%;width:2px;height:95%;background-color:#013366;box-shadow:1px 2px 4px #00A2FF29;z-index:-1;top:50%;transform:translateY(-50%)}.home-section-2 .step{grid-template-columns:131px 1fr;column-gap:45px}.home-section-2 .steps .step .icon{margin:0 auto}.home-section-2 .button-section{grid-area:btn}.home-section-3-wrapper{padding:30px 20px}.home-section-3 .heading{padding:0}.home-section-3 .diff{max-width:640px}.home-section-3 .diff-row{grid-template-columns:1fr 90px 300px}.home-section-3 .diff-row .diff-cell.first.green,.home-section-3 .diff-row .diff-cell.green{padding-right:calc(100% - 90px)}.home-section-3 .diff .diff-reports{position:absolute;display:block;top:0;height:420px;width:350px;overflow:visible;top:55%;left:89%;transform:translate(-50%,-50%)}.home-section-3 .diff .diff-reports img{position:absolute;height:100%;width:100%}.home-section-3 .diff .diff-reports img.first{scale:1}.home-section-3 .diff .diff-reports img.second{scale:1.15;left:92px;top:14px}.home-section-4{margin:0 auto;max-width:1200px;grid-template-areas:'heading heading heading heading heading heading button-section button-section button-section button-section' 'elements elements elements elements elements elements elements elements elements elements'}.home-section-4 .heading{grid-area:heading}.home-section-4 .elements{margin-top:146px;grid-area:elements;display:grid;grid-template-columns:minmax(15%,270px) minmax(180px,1fr) minmax(180px,1fr) minmax(15%,270px);grid-template-areas:'autodna main main clients' 'social main main dealers';row-gap:149px;column-gap:20px}.home-section-4.badges .elements{grid-template-areas:'autodna main main clients' 'social badge badge dealers'}.home-section-4.badges .elements .card-element.clients,.home-section-4.badges .elements .card-element.autodna{max-height:200px}.home-section-4.badges .badge-wrapper{grid-area:badge;width:100%;display:flex;justify-content:center;overflow:visible}.home-section-4.badges .elements .card-element.badge{max-width:270px}.home-section-4 .button-section{grid-area:button-section}.home-section-4 .elements .card-element{width:clamp(100%, 100%, 270px);min-height:180px}.home-section-4 .elements .card-element img{width:131px;height:131px;transform:translate(-50%,-70%)}.home-section-4 .elements .card-element-main{position:relative;top:-50px}.home-section-4 .button-section{justify-content:end;margin-top:0;padding:0}.home-section-4 .elements .card-element-main p{margin-top:47px}.home-section-4 .elements .card-element-main span{margin-top:15px;max-width:320px}.home-section-5{margin:0 auto;max-width:1200px;grid-template-columns:repeat(10,10%);grid-template-areas:'heading heading heading heading heading heading button-section button-section button-section button-section' 'slider slider slider slider slider slider slider slider slider slider'}.home-section-5 .heading{grid-area:heading}.home-section-5 .autodna-opinions{grid-area:slider}.home-section-5 .button-section{grid-area:button-section}.home-section-6 .trust-brands{grid-template-columns:repeat(4,1fr)}.home-section-7 .questions{row-gap:15px}.home-section-7 .faq-questions{display:grid;grid-template-columns:minmax(360px,787px) minmax(200px,1fr);column-gap:90px}.home-section-7 .questions .answer-icon{display:none}.home-section-7 .faq-questions .icons{display:flex;justify-content:end;align-items:center}.home-section-7 .faq-questions .icons img{width:422px}.home-section-8 .heading{grid-area:heading}.home-section-8 .list{grid-area:list}.home-section-8 .btn-section button{max-width:100%;grid-area:button-section}.home-section-8 .report-image{grid-area:image;justify-content:unset;margin-top:0}.home-section-8{grid-template-columns:46% 54%;grid-template-areas:'heading heading' 'image list' 'image button-section'}.home-section-5-wrapper .opinions-next{right:0}.additional-information{display:none;height:0}.additional-information.show{display:block;height:auto}.additional-information p,.additional-information ul li{font-size:18px;font-weight:400;list-style:disc}.additional-header{font-size:60px;font-weight:900;margin-bottom:50px}.sub-header{font-size:48px;font-weight:700;margin:50px 0 50px 0}.additional-information p,.additional-information ul li{font-size:18px}.home-section-1 .trivia-elements .trivia{padding:0 20px}.home-section-4.badges .elements .card-element-main img{max-height:245px;width:auto}.home-section-4.badges .elements{row-gap:65px}.home-section-4.badges .elements .card-element .content{padding:56px 7px 14px}}@media(min-width:1380px){.home-section-4-background,.home-section-8-background{border-radius:20px}}@media (min-width:1875px){.home-section-1{padding:120px 0}}@media (min-width:1280px){.home-section-1{grid-template-areas:'heading heading heading heading heading heading heading button-section button-section button-section' 'trivia-elements trivia-elements trivia-elements trivia-elements trivia-elements split-screen split-screen split-screen split-screen split-screen';padding:60px 0}.home-section-1 .heading{padding:0}.home-section-1 .split-screen .layers{max-width:unset}.home-section-1 .heading h2,.home-section-1 .heading h3,.home-section-2 .heading h2,.home-section-3 .heading h2,.home-section-4 .heading h2,.home-section-4 .heading h2,.home-section-5 .heading h2.first{font-size:60px;line-height:72px;letter-spacing:0}.home-section-1 .button-section,.home-section-2 .button-section,.home-section-5 .button-section{justify-content:end;margin-top:0;padding:0}.home-section-5 .heading{padding:0}.home-section-1 .trivia-elements{display:grid;row-gap:65px;margin-top:60px}.home-section-1 .trivia-elements .trivia{grid-template-columns:145px 1fr;grid-template-areas:'icon percent' 'icon text';row-gap:10px;column-gap:40px}.home-section-1 .trivia-elements .trivia .icon img{width:auto;max-height:145px;height:145px}.home-section-1 .trivia-elements .trivia .text{font-size:18px;line-height:28px}.home-section-1 .split-screen .layers{width:100%;max-width:490px;min-height:430px}.home-section-1 .split-screen .phone{height:113px;width:83px}.home-section-1 .split-screen .layer{background-size:145px}.home-section-1 .split-screen .top-layer,.home-section-1 .split-screen .layer{height:430px}.home-section-1 .split-screen .car .separator button{width:66px;height:66px}.home-section-1 .split-screen .car .separator button img{width:45px;max-width:45px;height:45px}.home-section-1 .split-screen{padding:0 0 0 70px;width:100%}.home-section-2{padding:120px 0 125px 0}.home-section-2 .heading p,.home-section-2 .steps .step .text .heading{font-size:30px;line-height:36px}.home-section-2 .steps .step .text .sub-text{font-size:18px}.home-section-2 .steps .step .text .sub-text{max-height:unset;background-image:unset;background-size:unset;-webkit-background-clip:unset;-moz-background-clip:unset;-webkit-text-fill-color:unset;-moz-text-fill-color:unset}.home-section-2 .step-read-more{display:none}.home-section-3-wrapper{padding:120px 0 120px}.home-section-3 .heading h2{margin-bottom:64px}.home-section-3 .diff{max-width:1070px;margin:0 0}.home-section-3 .diff-row{grid-template-columns:1fr 191px 470px;min-height:90px}.home-section-3 .diff-row.hr:before{width:calc(100% - 36px)}.home-section-3 .diff-row .diff-cell.logo{padding:30px 0 35px}.home-section-3 .diff-row .diff-cell.logo img{width:144px;max-width:144px;margin-top:10px}.home-section-3 .diff-row .diff-cell.logo span{font-size:30px;line-height:30px}.home-section-3 .diff-row .diff-cell.first.green,.home-section-3 .diff-row .diff-cell.green{padding-right:calc(100% - 191px)}.home-section-3 .diff-row .diff-cell img{width:25px;height:25px}.home-section-3 .diff-row .diff-cell.text span{padding-left:18px;max-width:320px;font-size:24px;line-height:29px}.home-section-3 .pay-now{margin-bottom:120px}.home-section-3 .pay-now button{margin:60px 0 0;width:100%;max-width:520px}.home-section-4-background,.home-section-8-background{padding:80px 0 70px}.home-section-8-background{padding-bottom:80px}.home-section-4 .elements .card-element .content p{margin-bottom:13px;font-size:36px;line-height:44px}.home-section-4 .elements .card-element-main p{font-size:46px;line-height:55px}.home-section-4 .elements .card-element .content span{font-size:18px;line-height:25px}.home-section-5-wrapper{padding:30px 0 45px}.home-section-5-wrapper .autodna-opinion.link p.name{font-size:26px;line-height:40px}.home-section-5-wrapper .autodna-opinion.link p.product{font-size:20px;line-height:40px}.home-section-5-wrapper .autodna-opinion.link p.rating{font-size:73px;line-height:88px}.home-section-5-wrapper .autodna-opinion .rating-starts img{width:45px}.home-section-5-wrapper .autodna-opinion .reviews-anchor{font-size:24px;line-height:29px;min-height:55px}.home-section-5{margin:200px auto 80px}.home-section-5 .heading{margin-bottom:125px}.home-section-5 .heading p.second{font-size:30px;line-height:36px;font-weight:400}.home-section-5-wrapper .autodna-opinion span.name{font-size:18px;line-height:22px}.home-section-5-wrapper .autodna-opinion span.car{font-size:14px;line-height:20px}.home-section-5-wrapper .autodna-opinion span.vin_reg{font-size:14px;line-height:20px}.home-section-5-wrapper .autodna-opinion .stars-rating .score-rating{font-size:18px;line-height:18px}.home-section-5-wrapper .autodna-opinion .autodna-review{font-size:18px;line-height:22px}.home-section-5-wrapper .autodna-opinion{padding-top:110px}.home-section-5-wrapper .opinion-avatar{width:159px;height:159px}.home-section-5-wrapper .opinion-avatar img.country{width:53px;height:53px}.home-section-5-wrapper .autodna-opinion .stars-rating img{width:25px}.home-section-5-wrapper ul.slider-dots{padding:41px 0 0}.home-section-6-wrapper{padding:120px 0}.home-section-6 .trust-brands{margin-top:75px;grid-template-columns:repeat(6,1fr);row-gap:75px}.home-section-6 .heading p{font-size:30px;line-height:36px}.home-section-6 .heading h2.heading-paragraph{font-size:60px;line-height:72px;margin-bottom:10px}.home-section-6 .trust-brands .brand-logo img{width:90px}.home-section-7-wrapper{padding:120px 30px}.home-section-7 .questions{margin-top:75px;row-gap:30px}.home-section-7 .faq-questions{column-gap:120px}.home-section-7 .heading p{font-size:30px;line-height:36px}.home-section-7 .heading h2.heading-paragraph{font-size:60px;line-height:72px;margin-bottom:10px}.home-section-7 .questions .question .faq{min-height:70px;font-size:24px;line-height:29px}.home-section-7 .questions .question .answer{font-size:24px;line-height:29px}.home-section-7 .questions .question .answer.list{margin:0 25px 0 54px}.home-section-7 .question.show .answer.list{margin:30px 25px 20px 54px}.home-section-7 .questions .question .answer.list span.with{display:block;padding-left:30px;font-size:18px;line-height:22px}.home-section-7-wrapper{padding:calc(50px * var(--scale)) calc(30px * var(--scale))}.home-section-7{max-width:calc(1200px * var(--scale))}.home-section-7 .heading h2.heading-paragraph{font-size:calc(60px * var(--scale));line-height:calc(72px * var(--scale));margin-bottom:calc(10px * var(--scale))}.home-section-7 .heading p{font-size:calc(30px * var(--scale));line-height:calc(36px * var(--scale))}.home-section-7 .questions{margin-top:calc(75px * var(--scale));row-gap:calc(30px * var(--scale))}.home-section-7 .faq-questions{grid-template-columns:minmax(calc(360px * var(--scale)),calc(787px * var(--scale))) minmax(calc(200px * var(--scale)),1fr);column-gap:calc(120px * var(--scale))}.home-section-7 .questions .question .faq{min-height:calc(70px * var(--scale));font-size:calc(24px * var(--scale));line-height:calc(29px * var(--scale));padding:0 calc(24px * var(--scale)) 0 calc(24px * var(--scale));border-radius:calc(20px * var(--scale))}.home-section-7 .questions .question .faq img{width:calc(16px * var(--scale));margin-right:calc(7px * var(--scale))}.home-section-7 .questions .question .answer{margin:0 calc(30px * var(--scale)) 0 calc(54px * var(--scale));font-size:calc(24px * var(--scale));line-height:calc(29px * var(--scale))}.home-section-7 .questions .question.show .answer{margin:calc(30px * var(--scale)) calc(30px * var(--scale)) calc(30px * var(--scale)) calc(54px * var(--scale))}.home-section-7 .faq-questions .icons img{width:calc(422px * var(--scale))}.home-section-7 .questions .question .answer.list{margin:0 calc(25px * var(--scale)) 0 calc(54px * var(--scale))}.home-section-7 .questions .question.show .answer.list{margin:calc(30px * var(--scale)) calc(25px * var(--scale)) calc(30px * var(--scale)) calc(54px * var(--scale))}.home-section-7 .questions .question .answer.list ul{padding-left:calc(30px * var(--scale))}.home-section-7 .questions .question .answer.list ul li{padding:calc(6px * var(--scale)) 0}.home-section-7 .questions .question .answer.list span.with{padding-left:calc(30px * var(--scale));font-size:calc(18px * var(--scale));line-height:calc(22px * var(--scale))}.home-section-8-wrapper{padding-top:120px;padding-bottom:120px}.home-section-8{column-gap:25px}.home-section-8 .heading p{font-size:30px;line-height:45px}.home-section-8 .heading h2.heading-paragraph{font-size:60px;line-height:72px;margin-bottom:15px}.home-section-8 .btn-section{justify-content:start}.home-section-8 .btn-section button{max-width:520px}.home-section-8 .list ul{row-gap:40px}.home-section-8 .list ul li span{font-size:24px;line-height:29px}.home-section-8 .report-image{margin-left:-23px}.home-section-8 .report-image img{max-width:538px;max-height:538px}.home-section-5-wrapper .slick-track{gap:25px}.home-section-1 .heading h2,.home-section-1 .heading h3,.home-section-2 .heading h2,.home-section-3 .heading h2,.home-section-4 .heading h2,.home-section-4 .heading h2,.home-section-5 .heading h2.first{font-size:calc(60px * var(--scale));line-height:calc(72px * var(--scale))}.home-section-3 .heading h2{margin-bottom:calc(64px * var(--scale))}.home-section-4 .elements .card-element .content{border-radius:calc(20px * var(--scale));}.home-section-1{padding:calc(50px * var(--scale)) 0;max-width:calc(1200px * var(--scale))}.home-section-1 .button-section a,.home-section-2 .button-section a,.home-section-4 .button-section a,.home-section-5 .button-section a{padding:calc(12.5px * var(--scale)) calc(27px * var(--scale));font-size:calc(16px * var(--scale));line-height:calc(19px * var(--scale));border-radius:calc(20px * var(--scale))}.home-section-1 .button-section a img,.home-section-2 .button-section a img,.home-section-4 .button-section a img,.home-section-5 .button-section a img{width:calc(24px * var(--scale));margin-left:calc(13px * var(--scale))}.home-section-1 .trivia-elements .trivia{grid-template-columns:calc(145px * var(--scale)) 1fr;row-gap:calc(10px * var(--scale));column-gap:calc(40px * var(--scale))}.home-section-1 .trivia-elements{row-gap:calc(65px * var(--scale));margin-top:calc(60px * var(--scale))}.home-section-1 .trivia-elements .trivia .icon img{height:calc(145px * var(--scale));max-height:calc(145px * var(--scale))}.home-section-1 .trivia-elements .trivia .percent{font-size:calc(36px * var(--scale));line-height:calc(34px * var(--scale))}.home-section-1 .trivia-elements .trivia .text{font-size:calc(18px * var(--scale));line-height:calc(28px * var(--scale))}.home-section-1 .split-screen{padding:0 0 0 calc(calc(70px * var(--scale)))}.home-section-1 .split-screen .phone{height:calc(113px * var(--scale));width:calc(83px * var(--scale))}.home-section-1 .split-screen .car .separator button{width:calc(66px * var(--scale));height:calc(66px * var(--scale))}.home-section-1 .split-screen .car .separator button img{width:calc(45px * var(--scale));max-width:calc(45px * var(--scale));height:calc(45px * var(--scale))}.home-section-1 .split-screen .car .separator{width:calc(8px * var(--scale))}.home-section-2{padding:calc(50px * var(--scale)) 0 calc(50px * var(--scale)) 0}.home-section-2 .heading p,.home-section-2 .steps .step .text .heading{font-size:calc(30px * var(--scale));line-height:calc(36px * var(--scale))}.home-section-2{max-width:calc(1200px * var(--scale))}.home-section-2 .product{grid-template-columns:minmax(1px,calc(490px * var(--scale))) minmax(calc(640px * var(--scale)),1fr);margin-top:calc(60px * var(--scale))}.home-section-2 .steps .step .icon{width:calc(131px * var(--scale));height:calc(131px * var(--scale))}.home-section-2 .step{grid-template-columns:calc(113px * var(--scale)) 1fr;column-gap:calc(45px * var(--scale))}.home-section-2 .steps .step .text .heading{margin-bottom:calc(20px * var(--scale))}html body div.wrapper .home-section-2 .steps .step .text .sub-text{font-size:calc(16px * var(--scale));line-height:calc(27px * var(--scale));margin-bottom:calc(5px * var(--scale))}.home-section-3-wrapper{padding:calc(50px * var(--scale)) 0 calc(50px * var(--scale))}.home-section-3{max-width:calc(1200px * var(--scale))}.home-section-3 .diff{max-width:calc(1070px * var(--scale));border-radius:calc(28px * var(--scale))}.home-section-3 .diff-row{grid-template-columns:1fr calc(191px * var(--scale)) calc(470px * var(--scale));min-height:calc(90px * var(--scale))}html:lang(it) .home-section-3 .diff-row{grid-template-columns:1fr calc(205px * var(--scale)) calc(470px * var(--scale));min-height:calc(90px * var(--scale))}.home-section-3 .diff-row .diff-cell.logo{padding:calc(30px * var(--scale)) 0 calc(35px * var(--scale))}.home-section-3 .diff-row .diff-cell.logo span{font-size:calc(30px * var(--scale));line-height:calc(30px * var(--scale))}.home-section-3 .diff-row .diff-cell.logo img{width:calc(144px * var(--scale));max-width:calc(144px * var(--scale));margin-top:calc(10px * var(--scale))}.home-section-3 .diff-row .diff-cell.text span{font-size:calc(24px * var(--scale));line-height:calc(24px * var(--scale));padding-left:calc(18px * var(--scale));max-width:calc(320px * var(--scale))}.home-section-3 .diff-row.hr:before{width:calc(100% - calc(36px * var(--scale)));height:calc(1px * var(--scale));top:calc(100% - calc(4px * var(--scale)))}.home-section-3 .diff-row .diff-cell img{width:calc(25px * var(--scale));height:calc(25px * var(--scale))}.home-section-3 .diff .diff-reports{height:calc(420px * var(--scale));width:calc(350px * var(--scale))}.home-section-3 .diff-row .diff-cell.first.green,.home-section-3 .diff-row .diff-cell.green{padding-right:calc(100% - calc(191px * var(--scale)))}.home-section-3 .pay-now button{margin:calc(60px * var(--scale)) 0 0;max-width:calc(520px * var(--scale));height:calc(80px * var(--scale));border-radius:calc(20px * var(--scale));font-size:calc(26px * var(--scale));line-height:calc(32px * var(--scale))}.home-section-3 .pay-now{margin-bottom:calc(50px * var(--scale))}.home-section-3 .diff-row .diff-cell.first.green{border-radius:calc(28px * var(--scale)) calc(28px * var(--scale)) 0 0}.home-section-3 .diff-row .diff-cell.last.green{border-radius:0 0 calc(28px * var(--scale)) calc(28px * var(--scale))}.home-section-4-background,.home-section-8-background{padding:calc(80px * var(--scale)) 0 calc(70px * var(--scale));max-width:calc(1380px * var(--scale))}.home-section-4-background{padding:calc(55px * var(--scale)) 0 calc(55px * var(--scale))}.home-section-button{max-width:calc(1380px * var(--scale))}.home-section-4{max-width:calc(1200px * var(--scale))}.home-section-4 .elements .card-element img{width:calc(131px * var(--scale));height:calc(131px * var(--scale))}.home-section-4 .elements .card-element .content{padding:calc(56px * var(--scale)) calc(7px * var(--scale)) calc(5px * var(--scale));min-height:calc(170px * var(--scale))}.home-section-4 .elements{margin-top:calc(146px * var(--scale));grid-template-columns:minmax(15%,calc(270px * var(--scale))) minmax(calc(180px * var(--scale)),1fr) minmax(180px,1fr) minmax(15%,calc(270px * var(--scale)));row-gap:calc(149px * var(--scale));column-gap:calc(20px * var(--scale))}.home-section-4 .elements .card-element .content p{margin-bottom:calc(13px * var(--scale));font-size:calc(36px * var(--scale));line-height:calc(44px * var(--scale))}.home-section-4 .elements .card-element .content span{font-size:calc(18px * var(--scale));line-height:calc(25px * var(--scale))}.home-section-4 .elements .card-element-main{top:calc(-50px * var(--scale))}.home-section-4 .elements .card-element-main p{font-size:calc(46px * var(--scale));line-height:calc(55px * var(--scale));margin-top:calc(47px * var(--scale))}.home-section-4 .elements .card-element-main span{margin-top:calc(15px * var(--scale));max-width:calc(320px * var(--scale));font-size:calc(13px * var(--scale));line-height:calc(25px * var(--scale))}.home-section-4 .elements .card-element{width:clamp(100%, 100%, calc(270px * var(--scale)));min-height:calc(180px * var(--scale))}.home-section-4-background,.home-section-8-background{border-radius:calc(20px * var(--scale))}.home-section-5-wrapper{padding:calc(50px * var(--scale)) 0 calc(50px * var(--scale))}.home-section-5{margin:calc(0px * var(--scale)) auto calc(0px * var(--scale));max-width:calc(1200px * var(--scale))}.home-section-5 .heading h2.first{margin-bottom:calc(10px * var(--scale))}.home-section-5 .heading p.second{font-size:calc(30px * var(--scale));line-height:calc(36px * var(--scale));margin-bottom:calc(16px * var(--scale))}.home-section-5 .heading{margin-bottom:calc(125px * var(--scale))}.home-section-5-wrapper .autodna-opinion{padding:calc(67px * var(--scale)) calc(15px * var(--scale)) calc(15px * var(--scale));padding-top:calc(110px * var(--scale));border-radius:calc(20px * var(--scale))}.home-section-5-wrapper .opinion-avatar{width:calc(159px * var(--scale));height:calc(159px * var(--scale));top:calc(7px * var(--scale))}.home-section-5-wrapper .opinion-avatar img.country{width:calc(53px * var(--scale));height:calc(53px * var(--scale))}.home-section-5-wrapper .autodna-opinion span.name{font-size:calc(18px * var(--scale));line-height:calc(22px * var(--scale));margin-bottom:calc(5px * var(--scale))}.home-section-5-wrapper .autodna-opinion span.car{font-size:calc(14px * var(--scale));line-height:calc(20px * var(--scale));margin-bottom:calc(5px * var(--scale))}.home-section-5-wrapper .autodna-opinion .stars-rating img{width:calc(25px * var(--scale))}.home-section-5-wrapper .autodna-opinion span.vin_reg{font-size:calc(14px * var(--scale));line-height:calc(25px * var(--scale))}.home-section-5-wrapper .autodna-opinion .stars-rating .score-rating{font-size:calc(18px * var(--scale));line-height:calc(18px * var(--scale))}.home-section-5-wrapper .autodna-opinion .autodna-review{font-size:calc(18px * var(--scale));line-height:calc(22px * var(--scale))}.home-section-5-wrapper .slick-track{gap:calc(25px * var(--scale))}.home-section-5-wrapper .opinions-next{scale:calc(1 * var(--scale));transform-origin:right}.home-section-5-wrapper .opinions-prev{left:calc(-50px * var(--scale))}.home-section-5-wrapper .opinions-prev,.home-section-5-wrapper .opinions-next{top:calc(50% - calc(50px * var(--scale)));scale:calc(1* var(--scale));transform-origin:right}.home-section-5-wrapper ul.slider-dots{padding:calc(41px * var(--scale)) 0 0;gap:calc(11px * var(--scale));margin-bottom:calc(16px * var(--scale))}.slider-dots li button{width:calc(25px * var(--scale));height:calc(25px * var(--scale))}.home-section-5-wrapper .autodna-opinion.link{padding-top:calc(15px * var(--scale));gap:calc(15px * var(--scale))}.home-section-5-wrapper .autodna-opinion.link p.name{font-size:calc(26px * var(--scale));line-height:calc(40px * var(--scale))}.home-section-5-wrapper .autodna-opinion.link p.product{font-size:calc(20px * var(--scale));line-height:calc(40px * var(--scale))}.home-section-5-wrapper .autodna-opinion.link p.rating{font-size:calc(73px * var(--scale));line-height:calc(88px * var(--scale))}.home-section-5-wrapper .autodna-opinion .rating-starts img{width:calc(45px * var(--scale))}.home-section-5-wrapper .autodna-opinion .product img{width:calc(25px * var(--scale))}.home-section-5-wrapper .autodna-opinion .reviews-anchor{font-size:calc(24px * var(--scale));line-height:calc(29px * var(--scale));min-height:calc(55px * var(--scale));border-radius:calc(51px * var(--scale))}.home-section-6-wrapper{padding:calc(50px * var(--scale)) 0}.home-section-6{max-width:calc(1200px * var(--scale))}.home-section-6 .heading h2.heading-paragraph{font-size:calc(60px * var(--scale));line-height:calc(72px * var(--scale));margin-bottom:calc(10px * var(--scale))}.home-section-6 .heading p{font-size:calc(30px * var(--scale));line-height:calc(36px * var(--scale))}.home-section-6 .trust-brands{margin-top:calc(75px * var(--scale));row-gap:calc(75px * var(--scale))}.home-section-6 .trust-brands .brand-logo img{width:calc(90px * var(--scale));height:100%;object-fit:contain}.home-section-8-wrapper{padding-top:calc(50px * var(--scale));padding-bottom:calc(50px * var(--scale))}.home-section-8{max-width:calc(1200px * var(--scale));column-gap:calc(25px * var(--scale))}.home-section-8 .heading h2.heading-paragraph{font-size:calc(60px * var(--scale));line-height:calc(72px * var(--scale));margin-bottom:calc(15px * var(--scale))}.home-section-8 .heading p{font-size:calc(30px * var(--scale));line-height:calc(45px * var(--scale));margin-bottom:calc(16px * var(--scale))}.home-section-8 .report-image{margin-left:calc(-23px * var(--scale))}.home-section-8 .report-image img{max-width:calc(538px * var(--scale));max-height:calc(538px * var(--scale))}.home-section-8 .list ul{row-gap:calc(40px * var(--scale))}.home-section-8 .list ul li{grid-template-columns:calc(48px * var(--scale)) 1fr;column-gap:calc(17px * var(--scale))}.home-section-8 .list ul li img{height:calc(44px * var(--scale));width:auto}.home-section-8 .list ul li span{font-size:calc(24px * var(--scale));line-height:calc(29px * var(--scale))}.home-section-8 .btn-section button{max-width:calc(520px * var(--scale));margin-top:calc(4px * var(--scale));margin-bottom:calc(20px * var(--scale));height:calc(80px * var(--scale));border-radius:calc(20px * var(--scale));font-size:calc(26px * var(--scale));line-height:calc(32px * var(--scale))}.home-wrapper{max-width:calc(1200px* var(--scale))}.home-section-1 .split-screen .layers{max-width:calc(490px* var(--scale));min-height:calc(430px* var(--scale))}.home-section-1 .split-screen .top-layer,.home-section-1 .split-screen .layer{height:calc(430px* var(--scale))}.home-section-1 .split-screen .top-layer img,.home-section-1 .split-screen .layer img{min-height:calc(262px* var(--scale))}.home-section-1 .split-screen .layer{background-size:calc(90px * var(--scale));background-position:60% calc(65px * var(--scale))}.additional-information{display:none;height:0}.additional-information.show{display:block;height:auto}.additional-information p,.additional-information ul li{font-size:calc(18px* var(--scale));font-weight:400;list-style:disc}.show-text,.hidden-text{border-radius:calc(20px* var(--scale));height:calc(40px* var(--scale));font-size:calc(18px* var(--scale))}.additional-header{font-size:calc(60px* var(--scale));font-weight:900;margin-bottom:calc(50px* var(--scale));margin-top:calc(30px* var(--scale))}.sub-header{font-size:calc(48px* var(--scale));font-weight:700;margin:calc(50px* var(--scale)) 0 calc(50px* var(--scale)) 0}.hidden-text{margin-top:calc(0px * var(--scale));margin-bottom:calc(50px * var(--scale))}.show-text{margin-top:calc(0px * var(--scale));margin-bottom:calc(50px * var(--scale))}body.lightTheme #octagon .checker-wrapper:before,body.darkTheme #octagon .checker-wrapper:before,body.prefers-color-scheme #octagon .checker-wrapper:before{border-top-width:calc(18px * var(--scale));border-left-width:calc(14px * var(--scale));border-right-width:calc(14px * var(--scale))}body.lightTheme #octagon .checker-wrapper::after,body.darkTheme #octagon .checker-wrapper::after,body.prefers-color-scheme #octagon .checker-wrapper::after{border-top-width:calc(17px * var(--scale));border-left-width:calc(13px * var(--scale));border-right-width:calc(13px * var(--scale))}.home-section-2 .reports img{width:100%}.home-section-2 .steps .step .icon img{width:100%}.home-section-5-wrapper .opinion-avatar img{width:100%}.home-section-7 .questions .question{box-shadow:0 calc(3px * var(--scale)) calc(6px * var(--scale)) #00000029;border-radius:calc(20px * var(--scale))}.additional-information p,.additional-information ul li{margin-bottom:calc(20px * var(--scale))}.home-section-9-wrapper ul{padding-left:calc(40px * var(--scale));}.home-section-4.badges .elements .card-element-main img{max-height:calc(245px* var(--scale));;width:auto}.home-section-4.badges .elements{row-gap:calc(65px* var(--scale))}.home-section-4.badges .elements .card-element .content{padding:calc(56px* var(--scale)) calc(7px* var(--scale)) calc(14px* var(--scale));width:100%}.home-section-4.badges .elements .card-element.badge{margin-top:0;width:100%}}body.darkTheme .home-section-1-wrapper{background:linear-gradient(to bottom,#121212,#000)}body.darkTheme .home-section-1-wrapper.update.second{background:#121212}body.darkTheme .answer.list ul li,body.darkTheme .additional-information .sub-header,body.darkTheme .additional-information p,body.darkTheme .additional-information ul li,body.darkTheme .additional-information ol li,body.darkTheme .additional-header,body.darkTheme .home-section-1 .heading h2,body.darkTheme .home-section-2 .heading h2,body.darkTheme .home-section-3 .heading h2,body.darkTheme .home-section-4 .heading h2,body.darkTheme .home-section-5 .heading h2,body.darkTheme .home-section-6 .heading h2,body.darkTheme .home-section-7 .heading h2,body.darkTheme .home-section-8 .heading h2,body.darkTheme .home-section-1 .heading p,body.darkTheme .home-section-2 .heading p,body.darkTheme .home-section-3 .heading p,body.darkTheme .home-section-4 .heading p,body.darkTheme .home-section-5 .heading p,body.darkTheme .home-section-6 .heading p,body.darkTheme .home-section-7 .heading p,body.darkTheme .home-section-8 .heading p{color:#fff}body.darkTheme .trivia .text span,body.darkTheme .steps .step .text p.heading,body.darkTheme .steps .step .text span.sub-text{color:#fff}body.darkTheme .home-section-1 .split-screen .layer:before{background:radial-gradient(#1b73ce80 15%,#12121200 70%)}body.darkTheme .home-section-2-wrapper{background:#000;background-size:100% 400%;background-position:center 50%}body.darkTheme .home-section-2 .reports img{filter:brightness(.75)}body.darkTheme .home-section-2 .steps:before{background-color:#E5EFFA}body.darkTheme .slick-slider .slick-track,body.darkTheme .slick-slider .slick-list{background-color:#fff0}body.darkTheme .slider-dots li button{background-color:#013366}body.darkTheme .slider-dots li.slick-active button{background-color:#387194}body.darkTheme .home-section-2 .steps .step .text .sub-text.show{background-image:unset;background-size:unset;-webkit-background-clip:unset;-moz-background-clip:unset;-webkit-text-fill-color:unset;-moz-text-fill-color:unset}body.darkTheme .home-section-2 .steps .step .text .sub-text{position:relative;background-image:unset;background-size:unset;-webkit-background-clip:unset;-moz-background-clip:unset;-webkit-text-fill-color:unset;-moz-text-fill-color:unset;color:#fff}body.darkTheme .home-section-2 .steps .step .text .sub-text:not(.show):before{content:'';display:block;width:100%;height:100%;background-image:linear-gradient(180deg,transparent 54px,#09233E33 54px,#09233Ecc 100%)}body.darkTheme .home-section-3-wrapper{background:#fff0}body.darkTheme .home-section-3 .diff{background-color:#333;box-shadow:unset}body.darkTheme .home-section-3 .diff-row .diff-cell.text span,body.darkTheme .home-section-3 .diff-row .diff-cell.logo span{color:#fff}body.darkTheme .home-section-3 .diff-row .diff-cell.logo img.black,body.darkTheme .home-section-3 .diff-row .diff-cell img{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(77deg) brightness(104%) contrast(101%)}body.darkTheme .home-section-3 .diff-row .diff-cell.logo.green.first img{filter:unset}body.darkTheme .home-section-3 .diff-row .diff-cell.logo.green span{color:#308C0E}body.darkTheme .home-section-3 .diff-row .diff-cell img.green{filter:invert(37%) sepia(73%) saturate(691%) hue-rotate(62deg) brightness(100%) contrast(93%)}body.darkTheme .home-section-3 .diff-row .diff-cell.green{background-color:#EFFFE9;border-color:#68C846}body.darkTheme .home-section-3 .diff .diff-reports{filter:brightness(.75)}body.darkTheme .home-section-4-background{background:#fff0 radial-gradient(closest-side at 50% 50%,#0D2A47 0%,#001429 100%) 0% 0% no-repeat padding-box;background-size:100% 400%;background-position:center 50%}body.darkTheme .home-section-4-wrapper{background-color:#121212}body.darkTheme .home-section-4 .elements .card-element-main img{filter:none}body.darkTheme .home-section-4 .elements .card-element .content p,body.darkTheme .home-section-4 .elements .card-element-main p,body.darkTheme .home-section-4 .elements .card-element-main span,body.darkTheme .home-section-4 .elements .card-element .content span{color:#fff}body.darkTheme .home-section-4 .elements .card-element .content{background-color:#333;box-shadow:none}body.darkTheme .home-section-5-wrapper{background-color:#121212}body.darkTheme .home-section-5-wrapper .autodna-opinion{background-color:#333}body.darkTheme .home-section-5-wrapper .autodna-opinion.link p.name,body.darkTheme .home-section-5-wrapper .autodna-opinion.link p.product,body.darkTheme .home-section-5-wrapper .autodna-opinion.link p.rating,body.darkTheme .home-section-5-wrapper .autodna-opinion.link p.product,body.darkTheme .home-section-5-wrapper .autodna-opinion span.name,body.darkTheme .home-section-5-wrapper .autodna-opinion span.car,body.darkTheme .home-section-5-wrapper .autodna-opinion span.vin_reg,body.darkTheme .home-section-5-wrapper .autodna-opinion .stars-rating,body.darkTheme .home-section-5-wrapper .autodna-opinion .stars-rating .score-rating,body.darkTheme .home-section-5-wrapper .autodna-opinion .autodna-review{color:#fff}body.darkTheme .home-section-5-wrapper .autodna-opinion .product img{filter:invert(96%) sepia(0%) saturate(0%) hue-rotate(71deg) brightness(103%) contrast(104%)}body.darkTheme .home-section-9-2,body.darkTheme .home-section-6-wrapper{background:linear-gradient(to bottom,#121212,#000)}body.darkTheme .home-section-6 .trust-brands .brand-logo img{background-color:#fff;border-radius:10px;padding:5px}body.darkTheme .home-section-button-wrapper,body.darkTheme .home-section-9-3,body.darkTheme .home-section-9-1{background:radial-gradient(#121212 15%,#000 100%)}body.darkTheme .home-section-8-wrapper{background-color:#121212}body.darkTheme .home-section-8-background{background-color:#333;background-image:unset}body.darkTheme .home-section-8 .report-image img{filter:brightness(.75)}body.darkTheme .home-section-8 .list ul li span{color:#fff}body.darkTheme .home-section-8 .list ul li img{filter:brightness(.75)}body.darkTheme .home-section-4 .elements .card-element .content{background-color:#121212}body.darkTheme .home-section-7-wrapper{background:radial-gradient(#121212 15%,#000 100%)}body.darkTheme .home-section-7 .questions .question{background-color:#333}body.darkTheme .home-section-7 .questions .question .faq,body.darkTheme .home-section-7 .questions .question .answer{color:#fff}body.darkTheme .hidden-text,body.darkTheme .show-text{color:#34a3d2;border-color:#34a3d2}body.darkTheme .home-section-3-wrapper{background:linear-gradient(to bottom,black,#121212)}body.lightTheme .home-section-1-wrapper{background:linear-gradient(to bottom,#f4f8fb00,#f4f8fb)}body.lightTheme .answer.list ul li,body.lightTheme .additional-header,body.lightTheme .home-section-1 .heading h2,body.lightTheme .home-section-2 .heading h2,body.lightTheme .home-section-3 .heading h2,body.lightTheme .home-section-4 .heading h2,body.lightTheme .home-section-5 .heading h2,body.lightTheme .home-section-6 .heading h2,body.lightTheme .home-section-7 .heading h2,body.lightTheme .home-section-8 .heading h2,body.lightTheme .home-section-1 .heading p,body.lightTheme .home-section-2 .heading p,body.lightTheme .home-section-3 .heading p,body.lightTheme .home-section-4 .heading p,body.lightTheme .home-section-5 .heading p,body.lightTheme .home-section-6 .heading p,body.lightTheme .home-section-7 .heading p,body.lightTheme .home-section-8 .heading p{color:#121212}body.lightTheme .additional-information .sub-header,body.lightTheme .additional-information ol li,body.lightTheme .additional-information ul li,body.lightTheme .additional-information p{color:#333}body.lightTheme .home-section-7-wrapper{background:radial-gradient(circle,#C2DDF954 0%,#FEE8FD54 30%,#fff 55%,#fff 100%);backdrop-filter:blur(50px)}body.lightTheme .home-section-7 .questions .question{background-color:#fff}body.lightTheme .home-section-7 .questions .question .faq,body.lightTheme .home-section-7 .questions .question .answer{color:#18293D}body.lightTheme .trivia .text span,body.lightTheme .steps .step .text p.heading,body.lightTheme .steps .step .text span.sub-text{color:#121212}body.lightTheme .home-section-1 .split-screen .layer:before{background:radial-gradient(#1b73ce80 15%,#f5faff)}body.lightTheme .home-section-2-wrapper{background:#fff0 radial-gradient(closest-side at 45% 52%,rgb(255 255 255 / .6) 0%,rgb(246 249 252 / .6) 12%,rgb(222 234 246 / .6) 32%,rgb(183 211 236 / .6) 57%,rgb(245 249 251 / .6) 86%,rgb(101 161 216 / .6) 100%) 0% 0% no-repeat padding-box;background-size:300% 300%;background-position:center center}body.lightTheme .home-section-2 .reports img{filter:unset}body.lightTheme .home-section-2 .steps:before{background-color:#013366}body.lightTheme .slick-slider .slick-track,body.lightTheme .slick-slider .slick-list{background-color:#fff0}body.lightTheme .slider-dots li button{background-color:#0466cb33}body.lightTheme .slider-dots li.slick-active button{background-color:#0466cb}body.lightTheme .home-section-2 .steps .step .text .sub-text.show{background-image:unset;background-size:unset;-webkit-background-clip:unset;-moz-background-clip:unset;-webkit-text-fill-color:unset;-moz-text-fill-color:unset}body.lightTheme .home-section-2 .steps .step .text .sub-text{display:block;max-height:81px;letter-spacing:0;font-weight:400;color:#121212;overflow:hidden;transition:max-height .2s;background-image:linear-gradient(180deg,#121212 54px,#121212ff 54px,#12121200 100%);background-size:100%;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:#fff0;-moz-text-fill-color:#fff0}body.lightTheme .home-section-2 .steps .step .text .sub-text:not(.show):before{display:none}body.lightTheme .home-section-3-wrapper{background:#fff0}body.lightTheme .home-section-3 .diff{background-color:#fff;box-shadow:0 0 10px #00000029}body.lightTheme .home-section-3 .diff-row .diff-cell.text span,body.lightTheme .home-section-3 .diff-row .diff-cell.logo span{color:#000}body.lightTheme .home-section-3 .diff-row .diff-cell.logo img.black{filter:grayscale(1) contrast(2)}body.lightTheme .home-section-3 .diff-row .diff-cell img{filter:unset}body.lightTheme .home-section-3 .diff-row .diff-cell.logo.green.first img{filter:unset}body.lightTheme .home-section-3 .diff-row .diff-cell.logo.green span{color:#308C0E}body.lightTheme .home-section-3 .diff-row .diff-cell img.green{filter:invert(37%) sepia(73%) saturate(691%) hue-rotate(62deg) brightness(100%) contrast(93%)}body.lightTheme .home-section-3 .diff-row .diff-cell.green{background-color:#EFFFE9;border-color:#68C846}body.lightTheme .home-section-3 .diff .diff-reports{filter:unset}body.lightTheme .home-section-4-background{background-color:#F3F7FB}body.lightTheme .home-section-4-wrapper{background-color:#fff}body.lightTheme .home-section-4 .elements .card-element-main img{filter:unset}body.lightTheme .home-section-4 .elements .card-element .content p,body.lightTheme .home-section-4 .elements .card-element-main p,body.lightTheme .home-section-4 .elements .card-element-main span,body.lightTheme .home-section-4 .elements .card-element .content span{color:#121212}body.lightTheme .home-section-4 .elements .card-element .content{background-color:#FFF;box-shadow:0 0 6px #00000029}body.lightTheme .home-section-5-wrapper{background-color:#fff}body.lightTheme .home-section-5-wrapper .autodna-opinion{background-color:#fff0}body.lightTheme .home-section-5-wrapper .autodna-opinion.link p.name,body.lightTheme .home-section-5-wrapper .autodna-opinion.link p.product,body.lightTheme .home-section-5-wrapper .autodna-opinion.link p.rating,body.lightTheme .home-section-5-wrapper .autodna-opinion.link p.product,body.lightTheme .home-section-5-wrapper .autodna-opinion span.name,body.lightTheme .home-section-5-wrapper .autodna-opinion span.car,body.lightTheme .home-section-5-wrapper .autodna-opinion span.vin_reg,body.lightTheme .home-section-5-wrapper .autodna-opinion .stars-rating,body.lightTheme .home-section-5-wrapper .autodna-opinion .stars-rating .score-rating,body.lightTheme .home-section-5-wrapper .autodna-opinion .autodna-review{color:#121212}body.lightTheme .home-section-5-wrapper .autodna-opinion .product img{filter:unset}body.lightTheme .home-section-9-2,body.lightTheme .home-section-6-wrapper{background:#fff0 radial-gradient(closest-side at 45% 52%,rgb(255 255 255 / .6) 0%,rgb(246 249 252 / .6) 12%,rgb(222 234 246 / .6) 32%,rgb(183 211 236 / .6) 57%,rgb(245 249 251 / .6) 86%,rgb(101 161 216 / .6) 100%) 0% 0% no-repeat padding-box;background-size:300% 300%;background-position:center center}body.lightTheme .home-section-6 .trust-brands .brand-logo img{background-color:#fff0;border-radius:unset;padding:unset}body.lightTheme .home-section-9-3,body.lightTheme .home-section-9-1{background:radial-gradient(circle,#C2DDF954 0%,#FEE8FD54 30%,#fff 55%,#fff 100%);backdrop-filter:blur(50px)}body.lightTheme .home-section-button-wrapper,body.lightTheme .home-section-8-wrapper{background-color:#fff}body.lightTheme .home-section-8-background{background:#fff0 radial-gradient(closest-side at 45% 52%,rgb(255 255 255 / .6) 0%,rgb(246 249 252 / .6) 12%,rgb(222 234 246 / .6) 32%,rgb(183 211 236 / .6) 57%,rgb(245 249 251 / .6) 86%,rgb(101 161 216 / .6) 100%) 0% 0% no-repeat padding-box;background-size:300% 300%;background-position:center center}body.lightTheme .home-section-8 .report-image img{filter:unset}body.lightTheme .home-section-8 .list ul li span{color:#121212}body.lightTheme .home-section-8 .list ul li img{filter:unset}body.lightTheme .home-section-4 .elements .card-element .content{background-color:#fff}body.lightTheme .home-section-3-wrapper{background:#fff}@media(prefers-color-scheme:dark){body.prefers-color-scheme .home-section-1-wrapper{background:linear-gradient(to bottom,#121212,#000)}body.prefers-color-scheme .home-section-1-wrapper.update.second{background:#121212}body.prefers-color-scheme .answer.list ul li,body.prefers-color-scheme .additional-header,body.prefers-color-scheme .home-section-1 .heading h2,body.prefers-color-scheme .home-section-2 .heading h2,body.prefers-color-scheme .home-section-3 .heading h2,body.prefers-color-scheme .home-section-4 .heading h2,body.prefers-color-scheme .home-section-5 .heading h2,body.prefers-color-scheme .home-section-6 .heading h2,body.prefers-color-scheme .home-section-7 .heading h2,body.prefers-color-scheme .home-section-8 .heading h2,body.prefers-color-scheme .home-section-1 .heading p,body.prefers-color-scheme .home-section-2 .heading p,body.prefers-color-scheme .home-section-3 .heading p,body.prefers-color-scheme .home-section-4 .heading p,body.prefers-color-scheme .home-section-5 .heading p,body.prefers-color-scheme .home-section-6 .heading p,body.prefers-color-scheme .home-section-7 .heading p,body.prefers-color-scheme .home-section-8 .heading p{color:#fff}body.prefers-color-scheme .additional-information .sub-header,body.prefers-color-scheme .additional-information ul li,body.prefers-color-scheme .additional-information ol li,body.prefers-color-scheme .additional-information p{color:#fff}body.prefers-color-scheme .home-section-7-wrapper{background:radial-gradient(#121212 15%,#000 100%)}body.prefers-color-scheme .home-section-7 .questions .question{background-color:#333}body.prefers-color-scheme .home-section-7 .questions .question .faq,body.prefers-color-scheme .home-section-7 .questions .question .answer{color:#fff}body.prefers-color-scheme .trivia .text span,body.prefers-color-scheme .steps .step .text p.heading,body.prefers-color-scheme .steps .step .text span.sub-text{color:#fff}body.prefers-color-scheme .home-section-1 .split-screen .layer:before{background:radial-gradient(#1b73ce80 15%,#12121200 70%)}body.prefers-color-scheme .home-section-2-wrapper{background:#000;background-size:100% 400%;background-position:center 50%}body.prefers-color-scheme .home-section-2 .reports img{filter:brightness(.75)}body.prefers-color-scheme .home-section-2 .steps:before{background-color:#E5EFFA}body.prefers-color-scheme .slick-slider .slick-track,body.prefers-color-scheme .slick-slider .slick-list{background-color:#fff0}body.prefers-color-scheme .slider-dots li button{background-color:#013366}body.prefers-color-scheme .slider-dots li.slick-active button{background-color:#387194}body.prefers-color-scheme .home-section-2 .steps .step .text .sub-text.show{background-image:unset;background-size:unset;-webkit-background-clip:unset;-moz-background-clip:unset;-webkit-text-fill-color:unset;-moz-text-fill-color:unset}body.prefers-color-scheme .home-section-2 .steps .step .text .sub-text{position:relative;background-image:unset;background-size:unset;-webkit-background-clip:unset;-moz-background-clip:unset;-webkit-text-fill-color:unset;-moz-text-fill-color:unset;color:#fff}body.prefers-color-scheme .home-section-2 .steps .step .text .sub-text:not(.show):before{content:'';display:block;width:100%;height:100%;background-image:linear-gradient(180deg,transparent 54px,#09233Ecc 54px,#09233Eee 100%)}body.prefers-color-scheme .home-section-3-wrapper{background:#fff0}body.prefers-color-scheme .home-section-3 .diff{background-color:#333;box-shadow:unset}body.prefers-color-scheme .home-section-3 .diff-row .diff-cell.text span,body.prefers-color-scheme .home-section-3 .diff-row .diff-cell.logo span{color:#fff}body.prefers-color-scheme .home-section-3 .diff-row .diff-cell.logo img.black,body.prefers-color-scheme .home-section-3 .diff-row .diff-cell img{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(77deg) brightness(104%) contrast(101%)}body.prefers-color-scheme .home-section-3 .diff-row .diff-cell.logo.green.first img{filter:unset}body.prefers-color-scheme .home-section-3 .diff-row .diff-cell.logo.green span{color:#308C0E}body.prefers-color-scheme .home-section-3 .diff-row .diff-cell img.green{filter:invert(37%) sepia(73%) saturate(691%) hue-rotate(62deg) brightness(100%) contrast(93%)}body.prefers-color-scheme .home-section-3 .diff-row .diff-cell.green{background-color:#EFFFE9;border-color:#68C846}body.prefers-color-scheme .home-section-3 .diff .diff-reports{filter:brightness(.75)}body.prefers-color-scheme .home-section-4-background{background:#fff0 radial-gradient(closest-side at 50% 50%,#0D2A47 0%,#001429 100%) 0% 0% no-repeat padding-box;background-size:100% 400%;background-position:center 50%}body.prefers-color-scheme .home-section-4-wrapper{background-color:#121212}body.prefers-color-scheme .home-section-4 .elements .card-element-main img{filter:none}body.prefers-color-scheme .home-section-4 .elements .card-element .content p,body.prefers-color-scheme .home-section-4 .elements .card-element-main p,body.prefers-color-scheme .home-section-4 .elements .card-element-main span,body.prefers-color-scheme .home-section-4 .elements .card-element .content span{color:#fff}body.prefers-color-scheme .home-section-4 .elements .card-element .content{background-color:#333;box-shadow:none}body.prefers-color-scheme .home-section-5-wrapper{background-color:#121212}body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion{background-color:#333}body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion.link p.name,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion.link p.product,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion.link p.rating,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion.link p.product,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion span.name,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion span.car,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion span.vin_reg,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion .stars-rating,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion .stars-rating .score-rating,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion .autodna-review{color:#fff}body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion .product img{filter:invert(96%) sepia(0%) saturate(0%) hue-rotate(71deg) brightness(103%) contrast(104%)}body.prefers-color-scheme .home-section-9-2,body.prefers-color-scheme .home-section-6-wrapper{background:linear-gradient(to bottom,#121212,#000)}body.prefers-color-scheme .home-section-6 .trust-brands .brand-logo img{background-color:#fff;border-radius:10px;padding:5px}body.prefers-color-scheme .home-section-button-wrapper,body.prefers-color-scheme .home-section-9-3,body.prefers-color-scheme .home-section-9-1{color:#fff;background:radial-gradient(#121212 15%,#000 100%)}body.prefers-color-scheme .home-section-8-wrapper{background-color:#121212}body.prefers-color-scheme .home-section-8-background{background-color:#333;background-image:unset}body.prefers-color-scheme .home-section-8 .report-image img{filter:brightness(.75)}body.prefers-color-scheme .home-section-8 .list ul li span{color:#fff}body.prefers-color-scheme .home-section-8 .list ul li img{filter:brightness(.75)}body.prefers-color-scheme .home-section-4 .elements .card-element .content{background-color:#121212}body.prefers-color-scheme .home-section-4.badges .medium_light_badge.light,body.prefers-color-scheme .home-section-4.badges .small_light_badge.light{display:none}body.prefers-color-scheme .home-section-4.badges .medium_dark_badge.dark,body.prefers-color-scheme .home-section-4.badges .small_dark_badge.dark{display:block}body.prefers-color-scheme .home-section-3-wrapper{background:linear-gradient(to bottom,black,#121212)}}@media(prefers-color-scheme:light){body.prefers-color-scheme .home-section-1-wrapper{background:linear-gradient(to bottom,#f4f8fb00,#f4f8fb)}body.prefers-color-scheme .home-section-1-wrapper.update{background:#fff}body.prefers-color-scheme .answer.list ul li,body.prefers-color-scheme .additional-information .sub-header,body.prefers-color-scheme .additional-information p,body.prefers-color-scheme .additional-information ul li,body.prefers-color-scheme .additional-information ol li,body.prefers-color-scheme .additional-header,body.prefers-color-scheme .home-section-1 .heading h2,body.prefers-color-scheme .home-section-2 .heading h2,body.prefers-color-scheme .home-section-3 .heading h2,body.prefers-color-scheme .home-section-4 .heading h2,body.prefers-color-scheme .home-section-5 .heading h2,body.prefers-color-scheme .home-section-6 .heading h2,body.prefers-color-scheme .home-section-8 .heading h2,body.prefers-color-scheme .home-section-1 .heading p,body.prefers-color-scheme .home-section-2 .heading p,body.prefers-color-scheme .home-section-3 .heading p,body.prefers-color-scheme .home-section-4 .heading p,body.prefers-color-scheme .home-section-5 .heading p,body.prefers-color-scheme .home-section-6 .heading p,body.prefers-color-scheme .home-section-7 .heading p,body.prefers-color-scheme .home-section-8 .heading p{color:#121212}body.prefers-color-scheme .home-section-7 .heading h2{color:#121212}body.prefers-color-scheme .home-section-7-wrapper{background:radial-gradient(circle,#C2DDF954 0%,#FEE8FD54 30%,#fff 55%,#fff 100%);backdrop-filter:blur(50px)}body.prefers-color-scheme .home-section-7 .questions .question{background-color:#fff}body.prefers-color-scheme .home-section-7 .questions .question .faq,body.prefers-color-scheme .home-section-7 .questions .question .answer{color:#18293D}body.prefers-color-scheme .trivia .text span,body.prefers-color-scheme .steps .step .text p.heading,body.prefers-color-scheme .steps .step .text span.sub-text{color:#121212}body.prefers-color-scheme .home-section-1 .split-screen .layer:before{background:radial-gradient(#1b73ce80 15%,#f5faff)}body.prefers-color-scheme .home-section-2-wrapper{background:#fff0 radial-gradient(closest-side at 45% 52%,rgb(255 255 255 / .6) 0%,rgb(246 249 252 / .6) 12%,rgb(222 234 246 / .6) 32%,rgb(183 211 236 / .6) 57%,rgb(245 249 251 / .6) 86%,rgb(101 161 216 / .6) 100%) 0% 0% no-repeat padding-box;background-size:300% 300%;background-position:center center}body.prefers-color-scheme .home-section-2-wrapper.update{background:#fff}body.prefers-color-scheme .home-section-2 .reports img{filter:unset}body.prefers-color-scheme .home-section-2 .steps:before{background-color:#013366}body.prefers-color-scheme .slick-slider .slick-track,body.prefers-color-scheme .slick-slider .slick-list{background-color:#fff0}body.prefers-color-scheme .slider-dots li button{background-color:#0466cb33}body.prefers-color-scheme .slider-dots li.slick-active button{background-color:#0466cb}body.prefers-color-scheme .home-section-2 .steps .step .text .sub-text.show{background-image:unset;background-size:unset;-webkit-background-clip:unset;-moz-background-clip:unset;-webkit-text-fill-color:unset;-moz-text-fill-color:unset}body.prefers-color-scheme .home-section-2 .steps .step .text .sub-text{display:block;max-height:81px;font-size:16px;line-height:27px;letter-spacing:0;font-weight:400;color:#121212;margin-bottom:5px;overflow:hidden;transition:max-height .2s;background-image:linear-gradient(180deg,#121212 54px,#121212ff 54px,#12121200 100%);background-size:100%;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:#fff0;-moz-text-fill-color:#fff0}body.prefers-color-scheme .home-section-2 .steps .step .text .sub-text:not(.show):before{display:none}body.prefers-color-scheme .home-section-3-wrapper{background:#fff}body.prefers-color-scheme .home-section-3 .diff{background-color:#fff;box-shadow:0 0 10px #00000029}body.prefers-color-scheme .home-section-3 .diff-row .diff-cell.text span,body.prefers-color-scheme .home-section-3 .diff-row .diff-cell.logo span{color:#000}body.prefers-color-scheme .home-section-3 .diff-row .diff-cell.logo img.black{filter:grayscale(1) contrast(2)}body.prefers-color-scheme .home-section-3 .diff-row .diff-cell img{filter:unset}body.prefers-color-scheme .home-section-3 .diff-row .diff-cell.logo.green.first img{filter:unset}body.prefers-color-scheme .home-section-3 .diff-row .diff-cell.logo.green span{color:#308C0E}body.prefers-color-scheme .home-section-3 .diff-row .diff-cell img.green{filter:invert(37%) sepia(73%) saturate(691%) hue-rotate(62deg) brightness(100%) contrast(93%)}body.prefers-color-scheme .home-section-3 .diff-row .diff-cell.green{background-color:#EFFFE9;border-color:#68C846}body.prefers-color-scheme .home-section-3 .diff .diff-reports{filter:unset}body.prefers-color-scheme .home-section-4-background{background-color:#F3F7FB}body.prefers-color-scheme .home-section-4-wrapper{background-color:#fff}body.prefers-color-scheme .home-section-4 .elements .card-element-main img{filter:unset}body.prefers-color-scheme .home-section-4 .elements .card-element .content p,body.prefers-color-scheme .home-section-4 .elements .card-element-main p,body.prefers-color-scheme .home-section-4 .elements .card-element-main span,body.prefers-color-scheme .home-section-4 .elements .card-element .content span{color:#121212}body.prefers-color-scheme .home-section-4 .elements .card-element .content{background-color:#FFF;box-shadow:none}body.prefers-color-scheme .home-section-5-wrapper{background-color:#fff}body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion{background-color:#fff0}body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion.link p.name,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion.link p.product,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion.link p.rating,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion.link p.product,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion span.name,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion span.car,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion span.vin_reg,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion .stars-rating,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion .stars-rating .score-rating,body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion .autodna-review{color:#121212}body.prefers-color-scheme .home-section-5-wrapper .autodna-opinion .product img{filter:unset}body.prefers-color-scheme .home-section-6-wrapper{background:#fff}body.prefers-color-scheme .home-section-6 .trust-brands .brand-logo img{background-color:#fff0;border-radius:unset;padding:unset}body.prefers-color-scheme .home-section-button-wrapper,body.prefers-color-scheme .home-section-9-3,body.prefers-color-scheme .home-section-9-1{color:#18293D}body.prefers-color-scheme .home-section-9-2,body.prefers-color-scheme .home-section-8-wrapper{background-color:#fff}body.prefers-color-scheme .home-section-8-background{background:#fff0 radial-gradient(closest-side at 45% 52%,rgb(255 255 255 / .6) 0%,rgb(246 249 252 / .6) 12%,rgb(222 234 246 / .6) 32%,rgb(183 211 236 / .6) 57%,rgb(245 249 251 / .6) 86%,rgb(101 161 216 / .6) 100%) 0% 0% no-repeat padding-box;background-size:300% 300%;background-position:center center}body.prefers-color-scheme .home-section-8 .report-image img{filter:unset}body.prefers-color-scheme .home-section-8 .list ul li span{color:#121212}body.prefers-color-scheme .home-section-8 .list ul li img{filter:unset}body.prefers-color-scheme .home-section-4 .elements .card-element .content{background-color:#fff}body.prefers-color-scheme .home-section-4.badges .medium_light_badge.light,body.prefers-color-scheme .home-section-4.badges .small_light_badge.light{display:block}body.prefers-color-scheme .home-section-4.badges .medium_dark_badge.dark,body.prefers-color-scheme .home-section-4.badges .small_dark_badge.dark{display:none}}@media(min-width:1280px){body.darkTheme .home-section-2 .steps .step .text .sub-text{max-height:unset;background-image:unset;-webkit-text-fill-color:#fff}body.lightTheme .home-section-2 .steps .step .text .sub-text{max-height:unset;background-image:unset;-webkit-text-fill-color:#000}@media(prefers-color-scheme:dark){body.prefers-color-scheme .home-section-2 .steps .step .text .sub-text{max-height:unset;background-image:unset;-webkit-text-fill-color:#fff}}@media(prefers-color-scheme:light){body.prefers-color-scheme .home-section-2 .steps .step .text .sub-text{max-height:unset;background-image:unset;-webkit-text-fill-color:#000}}}body.darkTheme .home-section-1 .button-section a,body.darkTheme .home-section-2 .button-section a,body.darkTheme .home-section-4 .button-section a,body.darkTheme .home-section-5 .button-section a{color:#fff}body.darkTheme .home-section-1 .button-section a img,body.darkTheme .home-section-2 .button-section a img,body.darkTheme .home-section-4 .button-section a img,body.darkTheme .home-section-5 .button-section a img{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(125deg) brightness(107%) contrast(101%)}body.lightTheme .home-section-1 .button-section a,body.lightTheme .home-section-2 .button-section a,body.lightTheme .home-section-4 .button-section a,body.lightTheme .home-section-5 .button-section a{color:#0366cb}body.lightTheme .home-section-1 .button-section a img,body.lightTheme .home-section-2 .button-section a img,body.lightTheme .home-section-4 .button-section a img,body.lightTheme .home-section-5 .button-section a img{filter:none}body.darkTheme .home-section-4.badges .medium_light_badge.light,body.darkTheme .home-section-4.badges .small_light_badge.light{display:none}body.darkTheme .home-section-4.badges .medium_dark_badge.dark,body.darkTheme .home-section-4.badges .small_dark_badge.dark{display:block}body.lightTheme .home-section-4.badges .medium_light_badge.light,body.lightTheme .home-section-4.badges .small_light_badge.light{display:block}body.lightTheme .home-section-4.badges .medium_dark_badge.dark,body.lightTheme .home-section-4.badges .small_dark_badge.dark{display:none}.home-section-1.update{grid-template-areas:'heading heading heading heading heading heading button-section button-section button-section button-section' 'main main main main main main main main main main'}.home-section-1.update .heading span.secondary{display:inline-block;font-size:calc(30px * var(--scale));line-height:calc(36px * var(--scale));margin-bottom:calc(40px * var(--scale))}.home-section-1.update .main .image .images-container{text-align:center;max-width:80%;position:relative;overflow:visible;cursor:pointer}.home-section-1.update .main{width:100%;grid-area:main;display:flex;align-items:center;overflow:visible;justify-content:space-between}.home-section-1.update .main .image{position:relative;max-width:calc(600px * var(--scale));width:100%;max-height:calc(522px * var(--scale));height:calc(522px * var(--scale));background:#fff radial-gradient(closest-side at 45% 52%,rgb(255 255 255 / .6) 0%,rgb(246 249 252 / .6) 12%,rgb(222 234 246 / .6) 32%,rgb(183 211 236 / .6) 57%,rgb(245 249 251 / .6) 86%,rgb(101 161 216 / .6) 100%) 0% 0% no-repeat padding-box;background-size:300% 300%;background-position:center center;display:flex;justify-content:center;align-items:center;border-radius:calc(20px * var(--scale))}.home-section-1.update .main .image:before{content:"";position:absolute;inset:0;border-radius:calc(20px * var(--scale));padding:calc(4px * var(--scale));background:linear-gradient(to bottom,#68AEFE,#1375E5);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude}.home-section-1.update .main .image img.car{opacity:.75}.home-section-1.update .main .image .hover-container{position:absolute;opacity:0;transition:opacity .1s ease-in-out;overflow:visible}.home-section-1.update .main .image .hover-container:hover,.home-section-1.update .main .image .hover-container:hover span{opacity:1!important}.home-section-1.update .main .image .hover-container img{position:relative;z-index:2}.home-section-1.update .main .image .hover-container span{display:flex;justify-content:start;align-items:center;display:block;width:fit-content;padding:calc(5px * var(--scale)) calc(15px * var(--scale));border-radius:calc(10px * var(--scale));color:#000;text-transform:uppercase;font-size:calc(12px * var(--scale));line-height:calc(12px * var(--scale));font-weight:900;position:absolute;z-index:1;opacity:0;transition:opacity .1s ease-in-out}.home-section-1.update .main .image .hover-container.odometer{top:-25%;left:-10.5%}.home-section-1.update .main .image .hover-container.thief{top:13%;width:35%;left:70%}.home-section-1.update .main .image .hover-container.damage{bottom:10%;left:30%}.home-section-1.update .main .image .hover-container.odometer span{top:50%;left:85%;transform:translateY(-50%);background-image:linear-gradient(to bottom,rgb(247 129 38 / .7),rgb(235 38 39 / .7));padding-left:calc(25px * var(--scale));border-radius:0 calc(10px * var(--scale)) calc(10px * var(--scale)) 0}.home-section-1.update .main .image .hover-container.thief span{top:30%;right:70%;background-image:linear-gradient(to left,rgb(247 129 38 / .7),rgb(235 38 39 / .7));border-radius:calc(10px * var(--scale)) 0 0 calc(10px * var(--scale))}.home-section-1.update .main .image .hover-container.damage span{top:50%;left:65%;transform:translateY(-50%);background-image:linear-gradient(to left,rgb(247 129 38 / .7),rgb(235 38 39 / .7));border-radius:0 calc(10px * var(--scale)) calc(10px * var(--scale)) 0}.home-section-1.update .steps{padding-left:calc(38px * var(--scale));overflow:visible}.home-section-1.update .step{position:relative;width:100%;max-width:calc(549px * var(--scale));height:fit-content;padding:calc(50px * var(--scale)) calc(24px * var(--scale)) calc(24px * var(--scale));overflow:visible;box-shadow:0 0 6px #00000029;border-radius:20px}.home-section-1.update .step:before{position:absolute;inset:0;border-radius:calc(20px * var(--scale));padding:calc(2px * var(--scale));background:#fff0;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude}.home-section-1.update .step.step-1,.home-section-1.update .step.step-2{margin-bottom:calc(50px * var(--scale))}.home-section-1.update .step.step-1{z-index:53}.home-section-1.update .step.step-2{z-index:52}.home-section-1.update .step h3,.home-section-1.update .step p{margin:0}.home-section-1.update .step .name{position:absolute;top:0;left:0;transform:translateY(-50%);padding:calc(2px * var(--scale)) calc(15px * var(--scale));border-radius:calc(10px * var(--scale));background-color:#fff;box-shadow:0 0 6px #00000029}.home-section-1.update .step .name span{font-size:calc(36px * var(--scale));line-height:calc(44px * var(--scale));font-weight:700;color:#000}.home-section-1.update .step h3{font-size:calc(48px * var(--scale));line-height:calc(57px * var(--scale));font-weight:700;margin-bottom:calc(15px * var(--scale))}.home-section-1.update .step p{font-size:calc(20px * var(--scale));line-height:calc(30px * var(--scale));color:#000;font-weight:400}.home-section-1.update .step .arrow{display:block;position:absolute;height:calc(91px* var(--scale))}.home-section-1.update .step.step-1 .arrow{top:100%;right:0;transform:translate(50%,-50%)}.home-section-1.update .step.step-2 .arrow{top:100%;left:1%;transform:scale(-1,1) translate(65%,-50%);z-index:51}@media (max-width:1279px){.home-section-1.update .heading span.secondary{font-size:22px;line-height:26px;margin-bottom:35px}.home-section-1.update .step.step-1{margin-top:53px;margin-bottom:45px}.home-section-1.update .main{max-width:calc(60vw - 40px);margin:0 auto;flex-direction:column}.home-section-1.update .main .image{max-width:100%;max-height:400px;height:400px;border-radius:20px}.home-section-1.update .steps{padding-left:0}.home-section-1.update .step{max-width:100%}.home-section-1.update .main .image .hover-container.odometer{width:45%}.home-section-1.update .main .image .hover-container.thief{left:70%}.home-section-1.update .main .image .hover-container.damage{width:25%}.home-section-1.update .main .image:before{padding:2px}.home-section-1.update .main .image{height:278px;max-height:300px}.home-section-1.update .step .name span{font-size:24px;line-height:29px}.home-section-1.update .step h3{font-size:30px;line-height:36px;margin-bottom:5px}.home-section-1.update .step{padding:30px 15px 15px 15px}.home-section-1.update .step p{font-size:16px;line-height:24px}.update .home-section-1 .button-section{margin-top:20px}.home-section-1.update .main .image .images-container{width:50%}}@media(max-width:840px){.home-section-1.update .main{max-width:calc(100vw - 40px);margin:0 20px}.home-section-1.update{grid-template-areas:'heading' 'main' 'button-section';grid-template-columns:1fr}html:lang(cs) .home-section-1-wrapper.update .main .blocks .heading,html:lang(en) .home-section-1-wrapper.update .main .blocks .heading,html:lang(ro) .home-section-1-wrapper.update .main .blocks .heading,html:lang(hu) .home-section-1-wrapper.update .main .blocks .heading,html:lang(it) .home-section-1-wrapper.update .main .blocks .heading{font-size:36px}}@media(max-width:480px){.home-section-1.update .main .image .images-container{width:80%}}body.lightTheme .home-section-1-wrapper.update{background:#fff}.home-section-2.update .heading{padding:0 calc((100% - calc(1200px * var(--scale))) / 2);margin-bottom:0}.home-section-2.update .category .image:before{content:"";position:absolute;inset:0;border-radius:calc(20px * var(--scale));padding:calc(3px * var(--scale));background:linear-gradient(to bottom,#68AEFE,#1375E5);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude}.home-section-2.update .category{display:flex;justify-content:space-between;align-items:center;gap:100px;padding:50px calc((100% - calc(1200px * var(--scale))) / 2)}.home-section-2.update .first .category{padding:10px calc((100% - calc(1200px * var(--scale))) / 2) 50px}.home-section-2.update{display:flex;flex-direction:column;max-width:100%;padding-top:0}.home-section-2.update .heading h2{margin-bottom:0}.home-section-2.update h3.heading{padding:0;margin-bottom:calc(14px * var(--scale))}.home-section-2.update h2 .block{display:block}.home-section-2.update h3,.home-section-2.update h3 span{font-size:calc(48px * var(--scale));line-height:calc(57px * var(--scale));font-weight:700}.home-section-2.update h3{margin-bottom:calc(20px * var(--scale))}.home-section-2.update p.margin-bottom{margin-bottom:calc(26px * var(--scale))}.home-section-2.update p{font-size:calc(20px * var(--scale));line-height:calc(30px * var(--scale));font-weight:400}.home-section-2.update .content span.gradient.blue{font-weight:700}.home-section-2.update .category .image{padding:calc(40px * var(--scale)) calc(25px * var(--scale));position:relative;background:#fff;border-radius:calc(20px * var(--scale))}.home-section-2.update .category .image img{max-height:calc(381px * var(--scale));height:100%;width:100%}.home-section-2.update .category .image video{position:absolute;top:45%;left:55%;max-height:40%;transform:translate(-50%,-50%)}.home-section-2.update .category .content,.home-section-2.update .category .image{width:50%;display:flex;flex-direction:column;justify-content:center}.home-section-2.update .category-info.gradient .category{background:#fff0 radial-gradient(closest-side at 45% 52%,rgb(255 255 255 / .6) 0%,rgb(246 249 252 / .6) 12%,rgb(222 234 246 / .6) 32%,rgb(183 211 236 / .6) 57%,rgb(245 249 251 / .6) 86%,rgb(101 161 216 / .6) 100%) 0% 0% no-repeat padding-box;background-size:300% 300%;background-position:center center;flex-direction:row-reverse}.home-section-2.update .category-info .image{overflow:visible;background:radial-gradient(circle,#C2DDF954 0%,#FEE8FD54 30%,#fff 55%,#fff 100%);backdrop-filter:blur(calc(50px * var(--scale)));max-width:calc(549px * var(--scale));height:calc(381px * var(--scale))}.home-section-2.update .category-info .image .image-text{position:absolute;top:0;left:0;width:100%;height:100%}.home-section-2.update .category-info .image .image-text .date-1,.home-section-2.update .category-info .image .image-text .date-2,.home-section-2.update .category-info .image .image-text .date-3{position:absolute;font-size:calc(40px * var(--scale));;line-height:calc(48px * var(--scale));;font-weight:900;color:#000}.home-section-2.update .category-info .image .image-text .text-1,.home-section-2.update .category-info .image .image-text .text-2,.home-section-2.update .category-info .image .image-text .text-3{position:absolute;display:block;font-size:calc(16px * var(--scale));;line-height:calc(17px * var(--scale));;color:#000}html:lang(it) .home-section-2.update .category-info .image .image-text .text-2{top:12%;width:25%;left:75%}.home-section-2.update .category-info .image .image-text .date-1{top:41%;left:6%;color:#0065FF}.home-section-2.update .category-info .image .image-text .date-2{top:52%;right:35%}.home-section-2.update .category-info .image .image-text .date-3{top:40%;right:15%}.home-section-2.update .category-info .image .image-text .text-1{top:21%;left:23%;width:19%}.home-section-2.update .category-info .image .image-text .text-2{top:21%;width:21%;left:74%}html:lang(et) .home-section-2.update .category-info .image .image-text .text-2,html:lang(cs) .home-section-2.update .category-info .image .image-text .text-2{top:15%}html:lang(hu) .home-section-2.update .category-info .image .image-text .text-2{top:17%}html:lang(ro) .home-section-2.update .category-info .image .image-text .text-2{top:17%}html:lang(sl) .home-section-2.update .category-info .image .image-text .text-2{top:17%}@media(min-width:1280px){html:lang(de) .home-section-2.update .category-info .image .image-text .text-2,html:lang(en) .home-section-2.update .category-info .image .image-text .text-2,html:lang(lt) .home-section-2.update .category-info .image .image-text .text-2,html:lang(lv) .home-section-2.update .category-info .image .image-text .text-2,html:lang(ru) .home-section-2.update .category-info .image .image-text .text-2{bottom:64%;top:unset}}@media(max-width:840px){html:lang(cs) .home-section-2.update .category-info .image .image-text .text-2,html:lang(de) .home-section-2.update .category-info .image .image-text .text-2,html:lang(et) .home-section-2.update .category-info .image .image-text .text-2,html:lang(en) .home-section-2.update .category-info .image .image-text .text-2,html:lang(hu) .home-section-2.update .category-info .image .image-text .text-2,html:lang(lt) .home-section-2.update .category-info .image .image-text .text-2,html:lang(lv) .home-section-2.update .category-info .image .image-text .text-2,html:lang(ro) .home-section-2.update .category-info .image .image-text .text-2,html:lang(ru) .home-section-2.update .category-info .image .image-text .text-2,html:lang(si) .home-section-2.update .category-info .image .image-text .text-2{bottom:78%;top:unset;width:40%;left:55%}}.home-section-2.update .category-info .image .image-text .text-3{width:38%;top:72%;left:36%}.home-section-2.update .category-info .image .number{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:calc(108px * var(--scale));line-height:calc(120px * var(--scale));font-weight:700;white-space:nowrap}.slick-scrollbar{display:none}.home-section-4.update{grid-template-areas:none;display:flex}.home-section-4.update .elements{display:flex;width:100%;justify-content:space-between;overflow:visible;margin-top:0;margin-bottom:0;gap:calc(113px * var(--scale))}.home-section-4.update .column{margin-top:0;display:flex;flex-direction:column;width:33.3%;overflow:visible}.home-section-4.update .column .content{max-width:calc(270px * var(--scale));overflow:visible}.home-section-4.update .elements .card-element-main{top:0}.home-section-4.update .elements .card-element-main img{height:calc(156px * var(--scale));width:auto}.home-section-4.update .elements .card-element-main p{font-size:calc(60px * var(--scale));line-height:calc(72px * var(--scale));margin-top:calc(20px * var(--scale))}html:lang(hu) .home-section-4.update .elements .card-element-main p{font-size:calc(56px * var(--scale))}.home-section-4.update .elements .card-element-main span{max-width:unset;text-align:left}body.lightTheme .home-section-4.update .elements .card-element .content{background-color:#fff0;box-shadow:none}.home-section-4.update .elements .card-element .content p{font-size:calc(60px * var(--scale));line-height:calc(72px * var(--scale))}.home-section-4.update .elements .card-element .content{padding:0}.home-section-4.update .column .content{text-align:left;max-width:unset}.home-section-4 .elements .card-element .content span{font-size:calc(24px * var(--scale));line-height:calc(34px * var(--scale))}body.lightTheme .home-section-2-wrapper.update{background:#fff}.home-section-4.update .elements .card-element .content p{margin:0}body.lightTheme .home-section-6-wrapper{background:#fff}.home-section-4.update .elements{flex-direction:column}.home-section-4.update .elements{gap:0;margin:0 auto;max-width:100%}.home-section-1-wrapper.update .main .blocks{position:relative;display:flex}.home-section-1-wrapper.update .main .blocks img{position:absolute;transform:translateX(calc(-70px * var(--scale)));height:calc(60px * var(--scale));width:auto}.home-section-1-wrapper.update .main .blocks .second{min-width:40%}.home-section-1-wrapper.update .main .blocks .third img{transform:translateX(calc(-25px * var(--scale)))}.home-section-1-wrapper.update .main .blocks .block{display:flex;flex-direction:column;padding-left:calc(70px * var(--scale))}.home-section-1-wrapper.update .main .blocks .heading{font-size:calc(70px * var(--scale));line-height:calc(80px * var(--scale));font-weight:700}.home-section-1-wrapper.update .main .blocks .text-content{display:flex;flex-grow:1;flex-direction:column;justify-content:space-between;gap:calc(13px * var(--scale))}.home-section-1-wrapper.update .main .blocks .text{font-size:calc(24px * var(--scale));line-height:calc(28px * var(--scale));margin-top:calc(28px * var(--scale))}.home-section-1-wrapper.update .main .blocks .sub-text{font-size:calc(13px * var(--scale));line-height:calc(14px * var(--scale))}.second .home-section-1.update .main{max-width:calc(100vw - calc(40px * var(--scale)))}.home-section-1-wrapper.update .main .blocks .sub-text span.star,.home-section-4 .elements .card-element-main span.star{font-size:calc(16px * var(--scale));line-height:calc(16px * var(--scale))}.home-section-2.update .sections{margin-bottom:10px}.home-section-4-backgorund,.home-section-8-backgorund{padding:calc(80px* var(--scale)) 0 calc(70px* var(--scale));max-width:calc(1380px* var(--scale));border-radius:calc(20px* var(--scale));margin:0 auto}.step.step-1 button.link.green-validation-opener{padding:0;margin:0;background-color:#fff0;border:none;color:#2183CE}@media(max-width:1279px) and (min-width:841px){.home-section-2.update{padding-left:0;padding-right:0}.home-section-2.update .heading{padding:0 20px}.home-section-2.update h3.heading,.home-section-2.update p{padding:0 20px}.home-section-2.update .category .image{margin:0 20px}.home-section-2.update h3,.home-section-2.update h3 span{font-size:30px;line-height:36px}.home-section-2.update p{font-size:16px;line-height:26px}.home-section-2.update .category{gap:30px}.home-section-2.update .category-info .image .number{font-size:60px}.home-section-1-wrapper.update .main .blocks .heading{font-size:48px;line-height:56px}.home-section-1-wrapper.update .main .blocks .text{font-size:18px;margin-top:15px}.home-section-1-wrapper.update .main .blocks{width:100%}.home-section-2.update .category-info .image .image-text{top:50%;height:unset;aspect-ratio:16 / 9;transform:translateY(-50%)}.home-section-2.update .category-info .image .image-text .date-1,.home-section-2.update .category-info .image .image-text .date-2,.home-section-2.update .category-info .image .image-text .date-3{font-size:20px;line-height:24px}.home-section-2.update .category-info .image .image-text .date-1{top:41%;left:10%}.home-section-2.update .category-info .image .image-text .date-2{top:55%;right:42%}.home-section-2.update .category-info .image .image-text .date-3{top:41%;right:15%}.home-section-2.update .category-info .image .image-text .text-1,.home-section-2.update .category-info .image .image-text .text-2,.home-section-2.update .category-info .image .image-text .text-3{font-size:12px;line-height:15px}.home-section-2.update .category-info .image .image-text .text-1{top:13%;left:23%;width:28%}.home-section-2.update .category-info .image .image-text .text-2{top:12%;width:26%;left:73%}html:lang(cs) .home-section-2.update .category-info .image .image-text .text-2{top:9%}html:lang(de) .home-section-2.update .category-info .image .image-text .text-2{top:6%}html:lang(et) .home-section-2.update .category-info .image .image-text .text-2{top:10%}html:lang(hu) .home-section-2.update .category-info .image .image-text .text-2{top:9%}html:lang(lv) .home-section-2.update .category-info .image .image-text .text-2{top:4%}html:lang(ro) .home-section-2.update .category-info .image .image-text .text-2{top:6%}html:lang(ru) .home-section-2.update .category-info .image .image-text .text-2{top:4%}html:lang(sl) .home-section-2.update .category-info .image .image-text .text-2{top:11%}html:lang(lt) .home-section-2.update .category-info .image .image-text .text-2{top:2%}.home-section-2.update .category-info .image .image-text .text-3{width:42%;top:77%;left:36%}.home-section-1-wrapper.update .main .blocks{position:relative;display:flex}.home-section-1-wrapper.update .main .blocks img{position:absolute;transform:translate(-40px,17px);height:calc(38px * var(--scale))}.home-section-1-wrapper.update .main .blocks .second img{transform:translate(-35px,17px)}.home-section-1-wrapper.update .main .blocks .third img{transform:translate(calc(-7px * var(--scale)),17px)}.home-section-1-wrapper.update .main .blocks .second{min-width:40%}.home-section-1-wrapper.update .main .blocks .block{display:flex;flex-direction:column;padding-left:calc(40px * var(--scale))}.home-section-1-wrapper.update .main .blocks .block.third{padding-left:calc(20px * var(--scale))}.home-section-1-wrapper.update .main .blocks .heading{font-size:calc(55px * var(--scale));line-height:calc(80px * var(--scale));font-weight:700}.home-section-1-wrapper.update .main .blocks .text-content{display:flex;flex-grow:1;flex-direction:column;justify-content:space-between;gap:calc(13px * var(--scale));transform:translateX(-40px)}.home-section-1-wrapper.update .main .blocks .third .text-content{transform:translateX(-20px)}.home-section-1-wrapper.update .main .blocks .text{font-size:calc(24px * var(--scale));line-height:calc(28px * var(--scale));margin-top:calc(10px * var(--scale))}.home-section-1-wrapper.update .main .blocks .sub-text{font-size:calc(13px * var(--scale));line-height:calc(14px * var(--scale))}.second .home-section-1.update .main{max-width:calc(100vw - calc(40px * var(--scale)))}.home-section-1-wrapper.update .main .blocks{gap:40px}html:lang(en) .home-section-2.update .category-info .image .image-text .text-2{top:6%}}@media(max-width:1150px){.home-section-1-wrapper.update .main .blocks{flex-direction:column}}@media(min-width:839px){.home-section-4.update .elements{max-width:100%;flex-direction:row;gap:30px}}@media(max-width:840px){.home-section-2.update .sections{display:block}.home-section-2.update .heading{padding:0 20px 25px}.home-section-2.update .category,.home-section-2.update .category-info.gradient .category{gap:0;flex-direction:column}.home-section-2.update .category .content,.home-section-2.update .category .image{width:100%}.home-section-2.update .sections .category-info{width:100%;border-radius:20px}.home-section-2.update{padding:30px 0 30px}.home-section-2.update .sections .category-info .category{padding:10px;border-radius:20px;padding-top:7px;height:100%;justify-content:flex-start}.home-section-2.update .category .image{order:1}.home-section-2.update .category .content{order:2}.home-section-2.update h3.heading{margin-top:20px}.home-section-2.update h3,.home-section-2.update h3 span{font-size:30px;line-height:36px}.home-section-2.update p{font-size:16px;line-height:26px}.home-section-2.update .category-info .image .number{font-size:40px;line-height:50px}.home-section-2.update .category .image{padding:5px;height:217px;width:100%;max-width:310px}.home-section-2.update .category .image img{height:214px;width:310px;object-fit:fill}.slick-scrollbar{display:block;margin:0 20px;width:calc(100% - 40px);height:30px;background:#fff;position:relative;overflow:hidden;box-shadow:0 0 6px #00000029;border-radius:15px}.slick-scrollbar #scroll{width:111px;height:calc(100% - 10px);left:5px;top:5px;position:absolute;background:#0466CB;cursor:pointer;border-radius:15px}#scroll.animation{transition:all .2s}.home-section-2.update .sections{display:grid;grid-template-columns:repeat(4,1fr);width:fit-content;position:relative;top:0;left:0}.home-section-2.update .sections .category-info{width:calc(100vw - 30px)}.home-section-4.update .elements{flex-direction:column}.home-section-4.update .column{width:100%}.home-section-4.update .elements{gap:0}.home-section-4.update .elements .card-element .content p,.home-section-4.update .elements .card-element-main p{font-size:36px;line-height:44px}.home-section-4 .elements .card-element,.home-section-4.update .elements .card-element .content{min-height:unset}.home-section-4 .elements .card-element .content span{font-size:20px;line-height:25px}.home-section-4 .elements .card-element.autodna,.home-section-4 .elements .card-element.clients{margin-bottom:30px}.home-section-4.update .elements{gap:0;margin:0 auto;max-width:100%}.home-section-1-wrapper.update .main .blocks{flex-direction:column;gap:25px}.home-section-1-wrapper.update .main .blocks .heading{font-size:48px;line-height:56px;padding:0 0 0 40px}.home-section-1-wrapper.update .main .blocks .text{font-size:18px;margin-top:15px}.home-section-1-wrapper.update .main .blocks img,.home-section-1-wrapper.update .main .blocks .third img{height:33px;transform:translate(0,8px)}.home-section-1-wrapper.update .main .blocks .third img{height:38px;transform:translate(23px,8px)}.home-section-1-wrapper.update .main .blocks .block{padding-left:0}.home-section-1-wrapper.update .main .blocks{width:100%}.home-section-4.update .elements .card-element-main img{height:auto;width:252px;margin:0 auto}.home-section-2.update .category-info .image .image-text .date-1,.home-section-2.update .category-info .image .image-text .date-2,.home-section-2.update .category-info .image .image-text .date-3{font-size:21px;line-height:31px}.home-section-2.update .category-info .image .image-text .text-1,.home-section-2.update .category-info .image .image-text .text-2,.home-section-2.update .category-info .image .image-text .text-3{font-size:12px;line-height:14px}.home-section-2.update .category-info .image .image-text .text-1{top:18%;left:23%;width:26%}.home-section-2.update .category-info .image .image-text .text-2{top:12%;width:24%;left:75.5%}html:lang(en) .home-section-2.update .category-info .image .image-text .text-2{top:1%;width:unset;left:75%}html:lang(cs) .home-section-2.update .category-info .image .image-text .text-2{top:6%;width:unset;left:75%}html:lang(et) .home-section-2.update .category-info .image .image-text .text-2{top:6%;width:unset;left:75%}html:lang(lt) .home-section-2.update .category-info .image .image-text .text-2{top:6%;width:unset;left:75%}html:lang(hu) .home-section-2.update .category-info .image .image-text .text-2{top:1%;width:unset;left:75%}html:lang(de) .home-section-2.update .category-info .image .image-text .text-2{top:1%;width:25%;left:75%;word-break:break-all}html:lang(lv) .home-section-2.update .category-info .image .image-text .text-2{top:0%;width:24%;left:75%;word-break:break-all}html:lang(ro) .home-section-2.update .category-info .image .image-text .text-2{top:5%;width:25%;left:75%}html:lang(ru) .home-section-2.update .category-info .image .image-text .text-2{top:0%;width:25%;left:75%}html:lang(sl) .home-section-2.update .category-info .image .image-text .text-2{top:6%;width:25%;left:75%}.home-section-2.update .category-info .image .image-text .text-3{width:51%;top:70%;left:36%}.home-section-2-wrapper .sidebar-container{padding:0 10px}.home-section-2.update .category .image:before{padding:calc(2px * var(--scale))}.home-section-2.update .category-info .image .image-text .date-3{top:38%}.home-section-1-wrapper.update .main .blocks .text span.star,.home-section-1-wrapper.update .main .blocks .text-content span.star,.home-section-4 .elements .card-element-main span span.star{font-size:16px}.home-section-2.update .category-info .image .image-text .date-2{top:51%}}@media(max-width:400px){.home-section-1.update .step.step-2 .arrow{left:2%}}body.darkTheme .home-section-1.update .main .image{background:#fff0 radial-gradient(closest-side at 50% 50%,#0D2A47 0%,#001429 100%) 0% 0% no-repeat padding-box;background-size:100% 400%;background-position:center 50%}body.darkTheme .home-section-1.update .step p{color:#fff}body.darkTheme .home-section-1.update .step .arrow img{filter:brightness(2.5)}body.darkTheme .home-section-1.update .step .name{background-color:#000}body.darkTheme .home-section-1.update .step .name span{color:#fff}body.darkTheme .home-section-1.update .heading span.secondary{color:#fff}body.darkTheme .home-section-2.update .category-info .image{background:#fff0 radial-gradient(closest-side at 50% 50%,#0D2A47 0%,#001429 100%) 0% 0% no-repeat padding-box;background-size:100% 400%;background-position:center 50%}body.darkTheme .home-section-2.update h3.heading,body.darkTheme .home-section-2.update p{color:#fff}body.darkTheme .home-section-2.update .category-info.gradient .category{background:#fff0}body.darkTheme .slick-scrollbar{background:#121212}body.darkTheme .home-section-1-wrapper.update .main .blocks .heading,body.darkTheme .home-section-1-wrapper.update .main .blocks .text,body.darkTheme .home-section-1-wrapper.update .main .blocks .sub-text{color:#fff}body.darkTheme .home-section-4 .elements .card-element .content{background-color:#fff0}body.darkTheme .home-section-1.update .step .name,body.darkTheme .home-section-1.update .step{box-shadow:0 0 6px #ffffff4d}body.darkTheme .home-section-2.update .category-info.gradient .category{background:#fff0 radial-gradient(closest-side at 50% 50%,#0D2A47 0%,#001429 100%) 0% 0% no-repeat padding-box;background-size:100% 400%;background-position:center 50%}body.darkTheme .home-section-2.update .sections .category-info{background-color:#000}body.darkTheme .home-section-8-backgorund{background:#fff0 radial-gradient(closest-side at 50% 50%,#0D2A47 0%,#001429 100%) 0% 0% no-repeat padding-box;background-size:100% 400%;background-position:center 50%}body.darkTheme .step.step-1 button.link.green-validation-opener{color:#63A1DE}body.lightTheme .home-section-1.update .main .image{background:#fff radial-gradient(closest-side at 45% 52%,rgb(255 255 255 / .6) 0%,rgb(246 249 252 / .6) 12%,rgb(222 234 246 / .6) 32%,rgb(183 211 236 / .6) 57%,rgb(245 249 251 / .6) 86%,rgb(101 161 216 / .6) 100%) 0% 0% no-repeat padding-box;background-size:300% 300%;background-position:center center}body.lightTheme .home-section-1.update .step p{color:#121212}body.lightTheme .home-section-1.update .step.arrow img{filter:none}body.lightTheme .home-section-1.update .step .name{background-color:#fff}body.lightTheme .home-section-1.update .step .name span{color:#18293D}body.lightTheme .home-section-1.update .heading span.secondary{color:#121212}body.lightTheme .home-section-2.update .category-info .image{background:#fff}body.lightTheme .home-section-2.update h3.heading{color:#121212}body.lightTheme .home-section-2.update p{color:#121212}body.lightTheme .slick-scrollbar{background:#fff}body.lightTheme .home-section-1-wrapper.update .main .blocks .heading{color:#000}body.lightTheme .home-section-1-wrapper.update .main .blocks .sub-text{color:#121212}body.lightTheme .home-section-1-wrapper.update .main .blocks .text{color:#333}body.lightTheme .home-section-4 .elements .card-element .content{background-color:#fff0}body.lightTheme .home-section-1.update .step .name,body.lightTheme .home-section-1.update .step{box-shadow:0 0 6px #00000029}body.lightTheme .home-section-2.update .category-info.gradient .category{background:#fff0 radial-gradient(closest-side at 45% 52%,rgb(255 255 255 / .6) 0%,rgb(246 249 252 / .6) 12%,rgb(222 234 246 / .6) 32%,rgb(183 211 236 / .6) 57%,rgb(245 249 251 / .6) 86%,rgb(101 161 216 / .6) 100%) 0% 0% no-repeat padding-box;background-size:300% 300%;background-position:center center}html body.lightTheme .home-section-1.update .step{background-color:#fff}body.lightTheme .home-section-2.update .sections .category-info{background-color:#fff}body.lightTheme .home-section-8-backgorund{background:#fff0 radial-gradient(closest-side at 45% 52%,rgb(255 255 255 / .6) 0%,rgb(246 249 252 / .6) 12%,rgb(222 234 246 / .6) 32%,rgb(183 211 236 / .6) 57%,rgb(245 249 251 / .6) 86%,rgb(101 161 216 / .6) 100%) 0% 0% no-repeat padding-box;background-size:300% 300%;background-position:center center}body.lightTheme .step.step-1 button.link.green-validation-opener{color:#0466CB}@media(prefers-color-scheme:dark){body.prefers-color-scheme .home-section-1.update .main .image{background:#fff0 radial-gradient(closest-side at 50% 50%,#0D2A47 0%,#001429 100%) 0% 0% no-repeat padding-box;background-size:100% 400%;background-position:center 50%}body.prefers-color-scheme .home-section-1.update .step p{color:#fff}body.prefers-color-scheme .home-section-1.update .step .arrow img{filter:brightness(2.5)}body.prefers-color-scheme .home-section-1.update .step .name{background-color:#000}body.prefers-color-scheme .home-section-1.update .step .name span{color:#fff}body.prefers-color-scheme .home-section-1.update .heading span.secondary{color:#fff}body.prefers-color-scheme .home-section-2.update .category-info .image{background:#fff0 radial-gradient(closest-side at 50% 50%,#0D2A47 0%,#001429 100%) 0% 0% no-repeat padding-box;background-size:100% 400%;background-position:center 50%}body.prefers-color-scheme .home-section-2.update h3.heading,body.prefers-color-scheme .home-section-2.update p{color:#fff}body.prefers-color-scheme .home-section-2.update .category-info.gradient .category{background:#fff0}body.prefers-color-scheme .slick-scrollbar{background:#121212}body.prefers-color-scheme .home-section-1-wrapper.update .main .blocks .heading,body.prefers-color-scheme .home-section-1-wrapper.update .main .blocks .text,body.prefers-color-scheme .home-section-1-wrapper.update .main .blocks .sub-text{color:#fff}body.prefers-color-scheme .home-section-4 .elements .card-element .content{background-color:#fff0}body.prefers-color-scheme .home-section-1.update .step .name,body.prefers-color-scheme .home-section-1.update .step{box-shadow:0 0 6px #ffffff4d}body.prefers-color-scheme .home-section-2.update .category-info.gradient .category{background:#fff0 radial-gradient(closest-side at 50% 50%,#0D2A47 0%,#001429 100%) 0% 0% no-repeat padding-box;background-size:100% 400%;background-position:center 50%}body.prefers-color-scheme .home-section-2.update .sections .category-info{background-color:#000}body.prefers-color-scheme .home-section-8-backgorund{background:#fff0 radial-gradient(closest-side at 50% 50%,#0D2A47 0%,#001429 100%) 0% 0% no-repeat padding-box;background-size:100% 400%;background-position:center 50%}body.prefers-color-scheme .step.step-1 button.link.green-validation-opener{color:#63A1DE}}@media(prefers-color-scheme:light){body.prefers-color-scheme .home-section-1.update .main .image{background:#fff0 radial-gradient(closest-side at 45% 52%,rgb(255 255 255 / .6) 0%,rgb(246 249 252 / .6) 12%,rgb(222 234 246 / .6) 32%,rgb(183 211 236 / .6) 57%,rgb(245 249 251 / .6) 86%,rgb(101 161 216 / .6) 100%) 0% 0% no-repeat padding-box;background-size:300% 300%;background-position:center center}body.prefers-color-scheme .home-section-1.update .step p{color:#121212}body.prefers-color-scheme .home-section-1.update .step.arrow img{filter:none}body.prefers-color-scheme .home-section-1.update .step .name{background-color:#fff}body.prefers-color-scheme .home-section-1.update .step .name span{color:#18293D}body.prefers-color-scheme .home-section-1.update .heading span.secondary{color:#121212}body.prefers-color-scheme .home-section-2.update .category-info .image{background:#fff}body.prefers-color-scheme .home-section-2.update h3.heading{color:#121212}body.prefers-color-scheme .home-section-2.update p{color:#121212}body.prefers-color-scheme .slick-scrollbar{background:#fff}body.prefers-color-scheme .home-section-1-wrapper.update .main .blocks .heading{color:#000}body.prefers-color-scheme .home-section-1-wrapper.update .main .blocks .sub-text{color:#121212}body.prefers-color-scheme .home-section-1-wrapper.update .main .blocks .text{color:#333}body.prefers-color-scheme .home-section-4 .elements .card-element .content{background-color:#fff0}body.prefers-color-scheme .home-section-1.update .step .name,body.prefers-color-scheme .home-section-1.update .step{box-shadow:0 0 6px #00000029}body.prefers-color-scheme .home-section-2.update .category-info.gradient .category{background:#fff0 radial-gradient(closest-side at 45% 52%,rgb(255 255 255 / .6) 0%,rgb(246 249 252 / .6) 12%,rgb(222 234 246 / .6) 32%,rgb(183 211 236 / .6) 57%,rgb(245 249 251 / .6) 86%,rgb(101 161 216 / .6) 100%) 0% 0% no-repeat padding-box;background-size:300% 300%;background-position:center center}body.prefers-color-scheme .home-section-2.update .sections .category-info{background-color:#fff}body.prefers-color-scheme .home-section-8-backgorund{background:#fff0 radial-gradient(closest-side at 45% 52%,rgb(255 255 255 / .6) 0%,rgb(246 249 252 / .6) 12%,rgb(222 234 246 / .6) 32%,rgb(183 211 236 / .6) 57%,rgb(245 249 251 / .6) 86%,rgb(101 161 216 / .6) 100%) 0% 0% no-repeat padding-box;background-size:300% 300%;background-position:center center}body.prefers-color-scheme .step.step-1 button.link.green-validation-opener{color:#0466CB}}.home-section-1.update .main .image{display:block}.home-section-1.update .main .image .images-container{max-width:100%;padding:calc(30px * var(--scale)) calc(45px * var(--scale));text-align:left;position:relative;height:100%}.home-section-1.update .main .image .images-container .car-switch{width:fit-content}.home-section-1.update .main .image .images-container .switch-element{display:flex}.home-section-1.update .main .image .images-container .switch-element button{position:relative;cursor:pointer;min-width:calc(90px * var(--scale));background-color:#fff0;outline:#fff0;appearance:none;border:none;margin-left:16px}.home-section-1.update .main .image .images-container .switch-element button:before{content:'';position:absolute;top:0;left:0;display:block;width:calc(90px * var(--scale));height:calc(44px * var(--scale));background-color:#FFF;border:calc(1px * var(--scale)) solid #6C6C6C;border-radius:calc(25px * var(--scale));transition:.2s}.home-section-1.update .main .image .images-container .switch-element button:after{content:'';position:absolute;top:calc(5px * var(--scale));left:calc(5px * var(--scale));display:block;width:calc(35px * var(--scale));height:calc(35px * var(--scale));background-color:#6C6C6C;border-radius:50%;transition:.2s}.home-section-1.update .main .image.checked .images-container .switch-element button:before{border:calc(1px * var(--scale)) solid #0366CB}.home-section-1.update .main .image.checked .images-container .switch-element button:after{background-color:#0366CB;transform:translateX(calc(45px * var(--scale)))}.home-section-1.update .main .image .images-container .switch-element span{display:inline-block;min-width:calc(221px * var(--scale));width:calc(221px * var(--scale));font-size:calc(24px * var(--scale));line-height:calc(30px * var(--scale))}.home-section-1.update .main .image .images-container .switch-element span.second{min-width:calc(200px * var(--scale));width:calc(200px * var(--scale));padding-left:calc(16px * var(--scale));}.home-section-1.update .main .image .images-container .car-before,.home-section-1.update .main .image .images-container .car-after{position:absolute;top:0;left:0%;width:100%;height:100%;pointer-events:none;opacity:1}.home-section-1.update .main .image.checked .images-container .car-before{opacity:0}.home-section-1.update .main .image .images-container .car-after{opacity:0}.home-section-1.update .main .image.checked .images-container .car-after{opacity:1}.home-section-1.update .main .image .images-container .car-before img.car,.home-section-1.update .main .image .images-container .car-after img.car{position:absolute;top:36%;left:50%;transform:translateX(-50%);opacity:1;width:91%;height:auto}.home-section-1.update .main .image .images-container .car-before img.red{position:absolute;top:13%;left:1%;height:calc(96px * var(--scale));width:auto}.home-section-1.update .main .image .images-container .car-after img.green{position:absolute;top:13%;right:1%;height:calc(96px * var(--scale));width:auto}.home-section-1.update .main .image .images-container .car-after img.reports{position:absolute;bottom:5%;right:7%;height:calc(190px * var(--scale));width:auto}.home-section-1.update .main .image:not(.checked) .images-container .switch-element span.first{font-weight:700}.home-section-1.update .main .image.checked .images-container .switch-element span.second{font-weight:700}.home-section-2.update .category-info .image .number{z-index:1}body.lightTheme .home-section-1.update .main .image .images-container .switch-element span{color:#121212}body.lightTheme .home-section-1.update .step{background-color:#fff0}body.lightTheme .home-section-2.update .category .image img,body.lightTheme .home-section-2.update .category .image video{filter:brightness(1)}body.lightTheme .home-section-2.update .category-info .image .image-text .text-1,body.lightTheme .home-section-2.update .category-info .image .image-text .text-2,body.lightTheme .home-section-2.update .category-info .image .image-text .text-3{color:#121212}body.lightTheme .home-section-2.update .category-info .image .image-text .date-1{color:#0065FF}body.lightTheme .home-section-2.update .category .image:after{background:#fff0 linear-gradient(180deg,#C2DDF9 0%,#FEE8FD 100%) 0% 0% no-repeat padding-box;opacity:.39}body.darkTheme .home-section-1.update .main .image .images-container .switch-element span{color:#fff}body.darkTheme .home-section-1.update .step{background-color:#000}body.darkTheme .home-section-2.update .category-info .image .image-text .text-1,body.darkTheme .home-section-2.update .category-info .image .image-text .text-2,body.darkTheme .home-section-2.update .category-info .image .image-text .text-3{color:#fff}body.darkTheme .home-section-2.update .category-info .image .image-text .date-1{color:#fff}body.darkTheme .home-section-2.update .category .image:after{background:#fff0 linear-gradient(180deg,#C2DDF9 0%,#FEE8FD 100%) 0% 0% no-repeat padding-box;opacity:.25}@media(prefers-color-scheme:light){body.prefers-color-scheme .home-section-1.update .main .image .images-container .switch-element span{color:#121212}body.prefers-color-scheme .home-section-1.update .step{background-color:#fff0}body.prefers-color-scheme .home-section-2.update .category .image img,body.prefers-color-scheme .home-section-2.update .category .image video{filter:brightness(1)}body.prefers-color-scheme .home-section-2.update .category-info .image .image-text .text-1,body.prefers-color-scheme .home-section-2.update .category-info .image .image-text .text-2,body.prefers-color-scheme .home-section-2.update .category-info .image .image-text .text-3{color:#121212}body.prefers-color-scheme .home-section-2.update .category-info .image .image-text .date-1{color:#0065FF}body.prefers-color-scheme .home-section-2.update .category .image:after{background:#fff0 linear-gradient(180deg,#C2DDF9 0%,#FEE8FD 100%) 0% 0% no-repeat padding-box;opacity:.39}}@media(prefers-color-scheme:dark){body.prefers-color-scheme .home-section-1.update .main .image .images-container .switch-element span{color:#fff}body.prefers-color-scheme .home-section-1.update .step{background-color:#000}body.prefers-color-scheme .home-section-2.update .category-info .image .image-text .text-1,body.prefers-color-scheme .home-section-2.update .category-info .image .image-text .text-2,body.prefers-color-scheme .home-section-2.update .category-info .image .image-text .text-3{color:#fff}body.prefers-color-scheme .home-section-2.update .category-info .image .image-text .date-1{color:#fff}body.prefers-color-scheme .home-section-2.update .category .image:after{background:#fff0 linear-gradient(180deg,#C2DDF9 0%,#FEE8FD 100%) 0% 0% no-repeat padding-box;opacity:.25}}@media(max-width:1279px){.home-section-1.update .main .image .images-container{width:100%;padding:8px;padding-top:10px}.home-section-1.update .main .image .images-container .switch-element span{font-size:14px;line-height:15px;min-width:100%;width:100%}.home-section-1.update .main .image .images-container .switch-element button{min-width:55px}.home-section-1.update .main .image .images-container .switch-element button:before{min-width:55px;width:55px;height:27px}.home-section-1.update .main .image .images-container .switch-element button:after{width:21px;height:21px;top:3px;left:3px}.home-section-1.update .main .image.checked .images-container .switch-element button:after{transform:translateX(27px)}.home-section-1.update .main .image .images-container .switch-element{justify-content:center;max-width:100%}.home-section-1.update .main .image .images-container .car-before img.car,.home-section-1.update .main .image .images-container .car-after img.car{top:43%;max-height:140px;width:auto}.home-section-1.update .main .image .images-container .car-before img.red,.home-section-1.update .main .image .images-container .car-after img.green{height:64px}.home-section-1.update .main .image .images-container .car-after img.reports{height:90px}.home-section-1.update .main .image{max-width:360px}.home-section-1.update .main .image .images-container .switch-element span.second{min-width:100%;width:100%}.home-section-8{padding:0 20px}.home-section-1.update .main .image .images-container .switch-element span.first{padding-left:2px}.home-section-1.update .main .image .images-container .switch-element button,.home-section-1.update .main .image .images-container .switch-element span.second{margin-left:12px;padding-left:0}.car-switch{position:relative;width:100%;height:100%}.home-section-1.update .main .image .images-container .switch-element{display:grid;grid-template-columns:94px 67px 93px;align-items:center}.home-section-1.update .main .image .images-container .car-before img.red{top:8%;left:-2%;rotate:17deg}.home-section-1.update .main .image .images-container .car-after img.green{top:8%;right:-1%;rotate:-17deg}.home-section-1.update .step .name{margin-left:18px;min-width:117px;text-align:center}.home-section-1.update .main .image .images-container .car-switch{width:100%}}@media(max-width:359px){.home-section-1.update .main .image .images-container .car-before img.red,.home-section-1.update .main .image .images-container .car-after img.green{top:18%}.home-section-2.update .category-info .image .image-text .text-1,.home-section-2.update .category-info .image .image-text .text-2,.home-section-2.update .category-info .image .image-text .text-3{font-size:11px}html:lang(de) .home-section-1 .heading h2,html:lang(de) .home-section-2 .heading h2,html:lang(de) .home-section-3 .heading h2,html:lang(de) .home-section-4 .heading h2,html:lang(de) .home-section-5 .heading h2,html:lang(de) .home-section-6 .heading h2,html:lang(de) .home-section-7 .heading h2,html:lang(de) .home-section-8 .heading h2{font-size:34px}}.home-section-2.update .sections,.slick-scrollbar #scroll{backface-visibility:hidden}.home-section-2-wrapper .sidebar-container{overflow:auto}.home-section-2-wrapper .sidebar-container{-ms-overflow-style:none}.home-section-2-wrapper .sidebar-container::-webkit-scrollbar{display:none}.home-section-2-wrapper .sidebar-container{scrollbar-width:none}.slick-scrollbar{backface-visibility:hidden;touch-action:pan-x}.home-section-2.update .category .image img,.home-section-2.update .category-info .image .image-text,.home-section-2.update .category .image video{z-index:1}.home-section-2.update .category-info .image .number{z-index:2}.home-section-2.update .category .image:after{content:"";position:absolute;width:65%;height:65%;top:50%;left:50%;background:#fff0 linear-gradient(180deg,#C2DDF9 0%,#FEE8FD 100%) 0% 0% no-repeat padding-box;opacity:.39;filter:blur(50px);transform:translate(-50%,-50%)}@media(min-width:1280px){.home-section-1-wrapper.update.second .heading h2{margin-bottom:calc(22px * var(--scale))}.home-section-1-wrapper.update .main .blocks{display:grid;grid-template-columns:calc(371px * var(--scale)) calc(441px * var(--scale)) auto}.home-section-4-wrapper.update{padding-top:calc(50px * var(--scale))}.home-section-4.update .elements{gap:calc(100px * var(--scale))}.home-section-4.update .elements .card-element-main p{text-align:left;margin-top:calc(30px * var(--scale))}.home-section-4 .elements .card-element-main span{margin-bottom:0}.home-section-4 .elements .card-element{padding-top:calc(15px * var(--scale))}.home-section-1-wrapper.update .main .blocks:nth-child(1){min-width:370px}}@media(max-width:1279px){.home-section-8-backgorund{padding:30px 20px;border-radius:0}.home-section-8{padding:0}.home-section-1-wrapper.update .main .blocks .third .heading{padding-left:15px}.home-section-1-wrapper.update .main .blocks .third img{transform:translate(0,8px)}}@media(max-width:1279px) and (min-width:841px){.home-section-1-wrapper.update .main .blocks .third img{transform:translate(-11px,16px)}}@media(min-width:1280px){.home-section-1-wrapper.update .main .blocks,.home-section-1-wrapper.update .main .blocks{grid-template-columns:calc(371px* var(--scale)) calc(500px* var(--scale)) auto}.home-section-4 .elements .card-element-main{grid-area:unset}.home-section-4 .elements .card-element.autodna{grid-area:unset}.home-section-4 .elements .card-element.clients{grid-area:unset}.home-section-4 .elements .card-element.social{grid-area:unset}.home-section-4 .elements .card-element.dealers{grid-area:unset}.home-section-4.update .elements{display:grid;grid-template-columns:calc(371px* var(--scale)) calc(430px* var(--scale)) auto;grid-template-areas:unset;gap:calc(70px* var(--scale));justify-content:start}.home-section-4.update .column{width:100%}}@media(max-width:1279px) and (min-width:1151px){.home-section-1-wrapper.update .main .blocks{display:grid;grid-template-columns:calc(310px* var(--scale)) calc(450px* var(--scale)) auto}.home-section-4 .elements .card-element-main{grid-area:unset}.home-section-4 .elements .card-element.autodna{grid-area:unset}.home-section-4 .elements .card-element.clients{grid-area:unset}.home-section-4 .elements .card-element.social{grid-area:unset}.home-section-4 .elements .card-element.dealers{grid-area:unset}.home-section-4-background{padding:50px 10px}.home-section-4.update .elements{display:grid;grid-template-columns:calc(310px* var(--scale)) calc(450px* var(--scale)) auto;grid-template-areas:unset;gap:calc(40px* var(--scale));justify-content:start}html:lang(hu) .home-section-4.update .elements{grid-template-columns:calc(375px* var(--scale)) calc(450px* var(--scale)) auto}.home-section-4.update .column{width:100%}}@media(max-width:1279px) and (min-width:841px){.home-section-1-wrapper.update .main .blocks .third img{transform:translate(-11px,16px)}html:lang(hu) .home-section-4.update .elements .card-element-main p{font-size:40px;line-height:48px}}@media(max-width:1279px) and (min-width:1200px){.home-section-1,.home-section-2,.home-section-3,.home-section-4,.home-section-5,.home-section-6,.home-section-7,.home-section-8{margin:0}.second .home-section-1.update .main{margin-left:20px}}.faq-list{display:none;padding:15px 5px 0;overflow:visible;width:100%}.faq-list.faq-list--active{display:flex;flex-direction:column;row-gap:30px}.faq-list .faq-item{overflow:visible}.faq-question--wrapper{overflow:visible}.faq-item .faq-question{position:relative;display:flex;align-items:center;column-gap:16px;width:100%;padding:18.5px 13px;background-color:#fff;box-shadow:0 3px 6px #00000029;border-radius:20px;cursor:pointer;opacity:1;z-index:52}.faq-item .faq-question--icon{width:16px;height:auto;margin-top:6px;filter:invert(23%) sepia(100%) saturate(1706%) hue-rotate(195deg) brightness(103%) contrast(101%)}.faq-item.open .faq-question--icon{transform:rotate(180deg)}.faq-item .faq-question--txt{font-size:18px;font-weight:400;line-height:23px;letter-spacing:0;color:#121212}.faq-item .faq-answer--wrap{margin-top:-21px;max-height:0;overflow:hidden;transition:max-height 0.2s linear;z-index:51}.faq-question--wrapper,.faq-answer--wrap{padding:0 5px}.faq-answer--height{overflow:visible}.faq-item .faq-answer{margin-top:-13px;padding:65px 45px 32px;background-color:#fff;box-shadow:0 3px 6px #00000029;border-radius:0 0 20px 20px;width:100%}.faq-item .faq-answer.faq-answer--sp{padding:65px 25px 32px}.faq-item .faq-answer ul{padding-inline-start:20px}.faq-item .faq-answer,.faq-item .faq-answer p:not(.form-errors--p),.faq-item .faq-answer li:not(.form-errors--item){font-size:16px;font-weight:400;line-height:19px;letter-spacing:0;color:#18293d}.faq-item .faq-answer li:not(.form-errors--item){position:relative}.faq-item .faq-answer p:not(.form-errors--p){margin:19px 0}.faq-item .faq-answer p:not(.form-errors--p):first-child{margin-top:0}.faq-item .help-form.view-article{margin-top:38px}.faq-item .help-question-buttons{display:flex;column-gap:16px;margin-top:35px}.faq-item button.support_result{width:102px;padding:10px 5px;font-size:14px;font-weight:600;line-height:17px;letter-spacing:0;color:#fff;border:none;background-color:#0466cb;border-radius:20px;text-transform:lowercase;transition:all 0.2s linear;opacity:1}.faq-item button.support_result:hover{background-color:#0455a8}.faq-item button.support_result::first-letter{text-transform:uppercase}.faq-item .help-thanks{display:none}.faq-item .faq-answer--icon{margin-top:35px;text-align:center}.faq-item .faq-answer--icon img{min-width:160px;width:160px;min-height:160px;height:auto;object-fit:contain}.faq-answer .btn-form--mobile{display:block;font-size:17px;font-weight:700;line-height:21px;letter-spacing:0;color:#fff;min-width:290px;width:fit-content;height:48px;margin:0 auto;border:0;background-color:#0269c1;border-radius:20px;opacity:1}.faq-answer.show-form .btn-form--mobile,.faq-answer .support-form{display:none}.faq-answer.show-form .support-form{display:block}.faq-answer .support-form{padding:0;margin-bottom:0}.faq-answer .support-form .form .alert-warning{margin:-35px 5px 0}.faq-item .faq-answer--wrap{max-height:max-content}@media screen and (min-width:768px){.faq-list{padding:25px 10px 0}.faq-list.faq-list--active{row-gap:40px}.faq-item .faq-question{padding:18px 15px}.faq-item .faq-question--txt{font-size:22px;line-height:24px}.faq-item .faq-answer{padding:65px 45px 52px;width:100%}.faq-item .faq-answer,.faq-item .faq-answer p:not(.form-errors--p),.faq-item .faq-answer li:not(.form-errors--item){font-size:18px;line-height:22px}.faq-item .faq-answer--icon img{width:200px}}@media screen and (min-width:1280px){.faq-list{position:relative;padding:calc(30px * var(--scale)) 0 0;row-gap:calc(30px * var(--scale))}.faq-list.faq-list--active{row-gap:calc(42px * var(--scale));padding-bottom:calc(20px * var(--scale))}.faq-sub-list.faq-list.faq-list--active{padding-bottom:0}.faq-list .faq-item{max-width:calc(797px * var(--scale));position:relative}.faq-item .faq-question{column-gap:calc(16px * var(--scale));padding:calc(20.5px * var(--scale)) calc(22px * var(--scale));box-shadow:0 calc(3px * var(--scale)) calc(6px * var(--scale)) #00000029;border-radius:calc(20px * var(--scale))}.faq-item .faq-question--icon{width:calc(16px * var(--scale));margin-top:calc(6px * var(--scale))}.faq-item .faq-question--txt{font-size:calc(24px * var(--scale));line-height:calc(29px * var(--scale));color:#18293d}.faq-item .faq-answer{margin-bottom:calc(9px * var(--scale))}.faq-item .faq-answer,.faq-item .faq-answer.faq-answer--sp{width:100%;margin-top:calc(-13px * var(--scale));padding:calc(66px * var(--scale)) calc(57px * var(--scale)) calc(44px * var(--scale));box-shadow:0 calc(3px * var(--scale)) calc(6px * var(--scale)) #00000029;border-radius:0 0 calc(20px * var(--scale)) calc(20px * var(--scale))}.faq-item .faq-answer ul{padding-inline-start:calc(27px * var(--scale))}.faq-item .faq-answer,.faq-item .faq-answer p:not(.form-errors--p),.faq-item .faq-answer li:not(.form-errors--item){font-size:calc(24px * var(--scale));line-height:calc(29px * var(--scale))}.faq-item .faq-answer p:not(.form-errors--p){margin:calc(27px * var(--scale)) 0}.faq-item .faq-answer p:not(.form-errors--p):first-child{margin-top:0}.faq-item .help-form.view-article{margin-top:calc(26px * var(--scale))}.faq-item .faq-answer p:not(.form-errors--p).help-question,.faq-item .faq-answer p:not(.form-errors--p).help-thanks{margin:0}.faq-item .help-question-buttons{display:flex;column-gap:calc(16px * var(--scale));margin-top:0}.faq-item button.support_result{width:calc(102px * var(--scale));padding:calc(9.5px * var(--scale)) calc(5px * var(--scale));font-size:calc(14px * var(--scale));line-height:calc(17px * var(--scale));border-radius:calc(20px * var(--scale))}.faq-item .faq-answer--icon{margin-top:0;text-align:left}.faq-item .faq-answer--icon img{display:block;position:absolute;top:calc(100px * var(--scale));right:-54%;width:calc(339px * var(--scale));transform:unset;opacity:0;transition:.1s}.faq-item.open .faq-answer--icon img{opacity:1;transition:.1s .2s}.faq-answer .btn-form--mobile{display:none}.faq-answer .support-form{display:block;padding:0;margin-bottom:0}.faq-answer .support-form .form .checkbox-agree>div{margin-top:calc(-8px * var(--scale))}.faq-answer .support-form .form .alert-warning{margin:calc(-50px * var(--scale)) auto 0;max-width:calc(664px * var(--scale))}.faq-item .faq-answer--wrap{max-height:calc(1000px * var(--scale))}.faq-item .faq-answer--wrap{margin-top:calc(-26px * var(--scale))}}@media (prefers-color-scheme:dark){body.prefers-color-scheme .faq-item .faq-question{background-color:#333;box-shadow:0 3px 6px #00000029}body.prefers-color-scheme .faq-item .faq-question--txt{color:#FFF}body.prefers-color-scheme .faq-item .faq-answer{background-color:#333;box-shadow:0 3px 6px #00000029}body.prefers-color-scheme .faq-item .faq-answer,body.prefers-color-scheme .faq-item .faq-answer p:not(.form-errors--p),body.prefers-color-scheme .faq-item .faq-answer li:not(.form-errors--item){color:#FFF}body.prefers-color-scheme .faq-answer--wrap .support-form .form .checkbox-agree .terms-information button.consent-button-terms.show,body.prefers-color-scheme .faq-answer--wrap .support-form .form .checkbox-agree .terms-information button.consent-button-terms.hide{background-color:#333}body.prefers-color-scheme .faq-item .faq-answer li:not(.form-errors--item)::before{background:#FFF}body.prefers-color-scheme .home-section-7-wrapper{backdrop-filter:none}@media screen and (min-width:1280px){body.prefers-color-scheme .faq-item .faq-question{box-shadow:0 calc(3px * var(--scale)) calc(6px * var(--scale)) #00000029}body.prefers-color-scheme .faq-item .faq-question--txt{color:#FFF}body.prefers-color-scheme .faq-item .faq-answer{box-shadow:0 calc(3px * var(--scale)) calc(6px * var(--scale)) #00000029}body.prefers-color-scheme .home-section-7-wrapper{backdrop-filter:none}}}@media (prefers-color-scheme:light){body.prefers-color-scheme .faq-item .faq-question{background-color:#FFF;box-shadow:0 3px 6px #00000029}body.prefers-color-scheme .faq-item .faq-question--txt{color:#121212}body.prefers-color-scheme .faq-item .faq-answer{background-color:#FFF;box-shadow:0 3px 6px #00000029}body.prefers-color-scheme .faq-item .faq-answer,body.prefers-color-scheme .faq-item .faq-answer p:not(.form-errors--p),body.prefers-color-scheme .faq-item .faq-answer li:not(.form-errors--item){color:#121212}body.prefers-color-scheme .faq-item .faq-answer li:not(.form-errors--item)::before{background:#18293D}@media screen and (min-width:1280px){body.prefers-color-scheme .faq-item .faq-question{box-shadow:0 calc(3px * var(--scale)) calc(6px * var(--scale)) #00000029}body.prefers-color-scheme .faq-item .faq-question--txt{color:#18293D}body.prefers-color-scheme .faq-item .faq-answer{box-shadow:0 calc(3px * var(--scale)) calc(6px * var(--scale)) #00000029}}}body.darkTheme .faq-item .faq-question{background-color:#333;box-shadow:0 3px 6px #00000029}body.darkTheme .faq-item .faq-question--txt{color:#FFF}body.darkTheme .faq-item .faq-answer{background-color:#333;box-shadow:0 3px 6px #00000029}body.darkTheme .faq-item .faq-answer,body.darkTheme .faq-item .faq-answer p:not(.form-errors--p),body.darkTheme .faq-item .faq-answer li:not(.form-errors--item){color:#FFF}body.darkTheme .faq-answer--wrap .support-form .form .checkbox-agree .terms-information button.consent-button-terms.show,body.darkTheme .faq-answer--wrap .support-form .form .checkbox-agree .terms-information button.consent-button-terms.hide{background-color:#333}body.darkTheme .faq-item .faq-answer li:not(.form-errors--item)::before{background:#FFF}body.darkTheme .home-section-7-wrapper{backdrop-filter:none}@media screen and (min-width:1280px){body.darkTheme .faq-item .faq-question{box-shadow:0 calc(3px * var(--scale)) calc(6px * var(--scale)) #00000029}body.darkTheme .faq-item .faq-question--txt{color:#FFF}body.darkTheme .faq-item .faq-answer{box-shadow:0 calc(3px * var(--scale)) calc(6px * var(--scale)) #00000029}body.darkTheme .home-section-7-wrapper{backdrop-filter:none}}body.lightTheme .faq-item .faq-question{background-color:#FFF;box-shadow:0 3px 6px #00000029}body.lightTheme .faq-item .faq-question--txt{color:#121212}body.lightTheme .faq-item .faq-answer{background-color:#FFF;box-shadow:0 3px 6px #00000029}body.lightTheme .faq-item .faq-answer,body.lightTheme .faq-item .faq-answer p:not(.form-errors--p),body.lightTheme .faq-item .faq-answer li:not(.form-errors--item){color:#121212}body.lightTheme .faq-item .faq-answer li:not(.form-errors--item)::before{background:#18293D}@media screen and (min-width:1280px){body.lightTheme .faq-item .faq-question{box-shadow:0 calc(3px * var(--scale)) calc(6px * var(--scale)) #00000029}body.lightTheme .faq-item .faq-question--txt{color:#18293D}body.lightTheme .faq-item .faq-answer{box-shadow:0 calc(3px * var(--scale)) calc(6px * var(--scale)) #00000029}}body::before,body::after,.home-section-7-wrapper,.section-faq-wrapper,.home-section-7-wrapper{backface-visibility:hidden}body.darkTheme .home-section-7-wrapper{background:#000}body.darkTheme .home-section-7-wrapper:before{display:none}body.lightTheme .home-section-7-wrapper{background:none;overflow:hidden}body.lightTheme .home-section-7-wrapper:before{content:'';display:block;position:absolute;top:0;left:0;height:1000px;width:100vw;background-image:radial-gradient(circle,#C2DDF926 50px,#FEE8FD33 200px,#fff 325px,#fff 500px);background-position:center 100px;background-size:100vw 1000px;background-repeat:no-repeat;scale:1.5}@media(prefers-color-scheme:dark){body.prefers-color-scheme .home-section-7-wrapper{background:#000}body.prefers-color-scheme .home-section-7-wrapper:before{display:none}}@media(prefers-color-scheme:light){body.prefers-color-scheme .home-section-7-wrapper{background:none;overflow:hidden}body.prefers-color-scheme .home-section-7-wrapper:before{content:'';display:block;position:absolute;top:0;left:0;height:1000px;width:100vw;background-image:radial-gradient(circle,#C2DDF926 50px,#FEE8FD33 200px,#fff 325px,#fff 500px);background-position:center 100px;background-size:100vw 1000px;background-repeat:no-repeat;scale:1.5}}.faq-item{transition:.2s}.faq-item.open+.faq-item{margin-top:-21px}body.lightTheme .home-section-7-wrapper,body.darkTheme .home-section-7-wrapper,body.prefers-color-scheme .home-section-7-wrapper,.home-section-7{position:relative}@media(prefers-color-scheme:dark){body.prefers-color-scheme .faq-item a{color:#63A1DE}body.prefers-color-scheme .faq-item a::after{filter:invert(64%) sepia(40%) saturate(939%) hue-rotate(182deg) brightness(91%) contrast(91%)}}@media(prefers-color-scheme:light){body.prefers-color-scheme .faq-item a{color:#0466CB}body.prefers-color-scheme .faq-item a::after{filter:invert(22%) sepia(97%) saturate(2017%) hue-rotate(198deg) brightness(99%) contrast(97%)}}body.darkTheme .faq-item a{color:#63A1DE}body.darkTheme .faq-item a::after{filter:invert(64%) sepia(40%) saturate(939%) hue-rotate(182deg) brightness(91%) contrast(91%)}body.lightTheme .faq-item a{color:#0466CB}body.lightTheme .faq-item a::after{filter:invert(22%) sepia(97%) saturate(2017%) hue-rotate(198deg) brightness(99%) contrast(97%)}.faq-item a{position:relative;white-space:nowrap;display:inline-block}.faq-item a::after{content:"";display:inline-block;background-image:url(../svg/href-arrow.svg);background-size:contain;background-repeat:no-repeat;margin-left:6px;vertical-align:middle;width:.7em;height:.7em}.faq-item .faq-answer{line-height:25px}@media screen and (min-width:1280px){.faq-item .faq-answer{line-height:calc(30px * var(--scale))}}@media screen and (min-width:1280px) and (max-width:1920px){.home-section-1 .button-section a,.home-section-2 .button-section a,.home-section-4 .button-section a,.home-section-5 .button-section a{font-size:clamp(12px, calc(16px * var(--scale)), calc(16px * var(--scale)));line-height:16px}.home-section-1-wrapper.update .main .blocks .sub-text span.star,.home-section-4 .elements .card-element-main span.star{font-size:clamp(12px, calc(13px * var(--scale)), calc(13px * var(--scale)));line-height:16px}.home-section-1-wrapper.update .main .blocks .sub-text{font-size:clamp(12px, calc(13px * var(--scale)), calc(13px * var(--scale)));line-height:16px}.home-section-2.update .category-info .image .image-text .text-1,.home-section-2.update .category-info .image .image-text .text-2,.home-section-2.update .category-info .image .image-text .text-3{font-size:clamp(12px, calc(16px * var(--scale)), calc(16px * var(--scale)));line-height:16px}.home-section-2.update .category-info .image .image-text .text-2{top:15%}.home-section-4 .elements .card-element-main span{font-size:clamp(12px, calc(13px * var(--scale)), calc(13px * var(--scale)));line-height:16px}.show-text,.hidden-text{font-size:clamp(12px, calc(18px * var(--scale)), calc(18px * var(--scale)));line-height:16px}.faq-item .faq-answer{line-height:30px}.additional-information p,.additional-information ul li{font-size:clamp(12px, calc(18px * var(--scale)), calc(18px * var(--scale)));line-height:16px}}