.image-wrapper-constrained{display:inline-block;vertical-align:top}.image-wrapper{overflow:hidden;position:relative}.image-wrapper img{height:100%;inset:0;margin:0;max-width:none;object-fit:cover;padding:0;position:absolute;width:100%}.first-screen{align-items:center;display:flex;justify-content:center;min-height:100vh}@media screen and (min-width:1280px){.first-screen{min-height:calc(100vh - var(--header-height))}}.first-screen-wrapper{flex-grow:1}.faq{margin-block-end:var(--size-5xl)}@media screen and (max-width:767px){.faq{margin-block-end:var(--size-4xl)}}.faq__title{grid-column:1/span 4;grid-row:1;margin-block-end:var(--size-l);opacity:0;text-align:start;transition:opacity .2s ease-out}@media screen and (max-width:1023px){.faq__title{grid-column:span 6;margin-block-end:var(--size-2xl)}}@media screen and (max-width:767px){.faq__title{grid-column:span 3;margin-block-end:var(--size-m)}}.faq__title.h-in-view{opacity:1}.faq__description{grid-column:1/span 4;grid-row:2;margin-block-end:var(--size-xl);opacity:0;text-align:start;transition:opacity .2s ease-out .2s}@media screen and (max-width:1023px){.faq__description{grid-column:span 6;grid-row:2}}@media screen and (max-width:767px){.faq__description{grid-column:span 3;grid-row:2;transition:opacity .2s ease-out .3s}}.faq__description.h-in-view{opacity:1}.faq__button{grid-column:1/span 4;grid-row:3;justify-self:baseline;opacity:0;transition:opacity .2s ease-out .4s}@media screen and (max-width:1023px){.faq__button{grid-column:span 6;grid-row:4}}@media screen and (max-width:767px){.faq__button{grid-column:span 3;grid-row:3;transition:opacity .2s ease-out .3s}}.faq__button.h-in-view{opacity:1}.faq-accordion{grid-column:7/span 6;grid-row:1/5}@media screen and (max-width:1279px){.faq-accordion{grid-column:5/span 5}}@media screen and (max-width:1023px){.faq-accordion{grid-column:span 6;grid-row:3;margin-block-end:var(--size-xl)}}@media screen and (max-width:767px){.faq-accordion{grid-column:span 3;grid-row:4;margin-block-end:unset;margin-block-start:var(--size-2xl)}}.faq-accordion__answer{max-height:0;overflow:hidden;position:relative}@media screen and (min-width:768px){.faq-accordion__answer{padding-inline-end:calc(76px + var(--size-m))}}.faq-accordion__answer ol,.faq-accordion__answer ul,.faq-accordion__answer>p{padding-block-end:var(--size-l)}@media screen and (max-width:767px){.faq-accordion__answer ol,.faq-accordion__answer ul,.faq-accordion__answer>p{padding-block-end:var(--size-m)}}.faq-accordion__answer ul>li:before,.faq-accordion__answer>ol>li:before{color:var(--color-accent);content:"•";display:inline-block;font-weight:700;width:16px}.faq-accordion__answer a{color:var(--color-primary-0);-webkit-text-decoration:underline;text-decoration:underline;transition:color .3s ease-out}.faq-accordion__answer a:active,.faq-accordion__answer a:focus,.faq-accordion__answer a:hover{color:var(--color-accent)}.faq-accordion__item{border-block-end:1px solid var(--color-black-10);display:flex;flex-direction:column;opacity:0;transition:opacity .3s ease-in}.faq-accordion__item.h-in-view{opacity:1}.faq-accordion__item--active .faq-accordion__arrow{transform:rotate(180deg)}.faq-accordion__item--active .faq-accordion__answer{max-height:1000px;transition:max-height .6s ease}.faq-accordion__item:first-child{border-block-start:unset;padding-block-start:unset}.faq-accordion__question span{text-align:start}.faq-accordion__button{align-items:baseline;background-color:#0000;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:var(--size-l) 0;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);outline-color:#0000}@media screen and (max-width:767px){.faq-accordion__button{padding:var(--size-m) 0}}.faq-accordion__button svg{margin-inline-start:var(--size-m);min-width:76px;transform:rotate(0deg);transition:all .3s ease-in}.grey-tooltip{background:gray;bottom:100%;color:var(--color-white);display:none;font-size:var(--size-s);font-weight:400;left:50%;line-height:22px;margin-block-end:var(--size-xs);min-width:287px;padding:var(--size-xs) var(--size-xs) var(--size-xs) var(--size-xs);position:absolute;text-align:center;transform:translateX(-50%);white-space:normal}@media screen and (max-width:1023px){.grey-tooltip{left:none;transform:unset}}.universal-table{border-collapse:collapse;display:none;position:relative;width:100%}@media screen and (min-width:1024px){.universal-table{display:table;table-layout:fixed}}.universal-table__thead{z-index:9}.universal-table__head{position:relative}.universal-table__icon{display:inline-block;height:var(--size-l);width:var(--size-l)}.universal-table__icon svg{height:var(--size-l);vertical-align:middle;width:var(--size-l)}.universal-table__icon--is-onde svg{fill:var(--color-primary)}.universal-table__icon--is-ondelight svg{fill:var(--color-turquoise)}.universal-table--mobile{display:table;min-width:3000px}@media screen and (min-width:1024px){.universal-table--mobile{display:none}}.universal-table__wrapper{margin-inline:-16px;max-width:calc(100% + 32px);overflow-x:scroll;width:calc(100% + 32px)}@media screen and (min-width:768px){.universal-table__wrapper{margin-inline:-24px;max-width:calc(100% + 48px);width:calc(100% + 48px)}}@media screen and (min-width:1024px){.universal-table__wrapper{margin-inline-end:unset;margin-inline-start:unset;max-width:100%;overflow-x:unset;width:100%}.universal-table thead{background-color:var(--color-white);position:sticky;top:var(--header-height)}}.universal-table th{box-shadow:inset 0 -1px 0 0 #e7e7e7;padding:var(--size-s);vertical-align:top}@media screen and (max-width:1025px){.universal-table th{vertical-align:bottom}.universal-table th,.universal-table th li,.universal-table th ul{font-size:11px!important}}.universal-table th:first-child{box-shadow:inset -1px -1px 0 0 #e7e7e7}@media screen and (min-width:1024px){.universal-table th:first-child{box-shadow:inset 0 -1px 0 0 #e7e7e7;width:171px}}.universal-table th:not(:first-child){max-width:calc(16.66667% - 28.5px);min-width:calc(16.66667% - 28.5px)}.universal-table tbody tr{cursor:pointer;transition:background-color .2s ease-out}.universal-table tbody tr:hover{background-color:#e6e6e633}.universal-table tbody td{padding:var(--size-s);vertical-align:top}@media screen and (max-width:1025px){.universal-table tbody td,.universal-table tbody td li,.universal-table tbody td ul{font-size:11px!important}}@media screen and (min-width:1024px){.universal-table ul{list-style:disc;padding-inline-start:var(--size-l)}}.universal-table ul li{display:inline}.universal-table ul li:not(:last-child):after{content:","}@media screen and (min-width:1024px){.universal-table ul li{display:list-item}.universal-table ul li:not(:last-child):after{content:""}}.universal-table__cell{position:relative;width:fit-content}.h-table-highlight{background-color:var(--color-white-1)}.h-table-highlight--is-ondelight{background-color:var(--color-turquoise-light)}.h-table-frozen{background-color:var(--color-white);box-shadow:inset -1px 0 0 0 #e7e7e7;left:0;position:sticky}.table-section .competitors-table-section__title{margin-block-end:var(--size-xl);margin-inline:auto;max-width:700px;text-align:center}@media screen and (min-width:768px){.table-section .competitors-table-section__title{margin-block-end:var(--size-2xl)}}.table-section .universal-table tbody tr:last-child td{padding-block-end:var(--size-xl)}.table-section .universal-table tbody td{padding:var(--size-m) var(--size-s)}.table-section .universal-table tbody td a,.table-section .universal-table tbody td p{display:inline-block}.table-section .h-table-highlight{background:#eefff1}.universal-table--mobile{min-width:425px!important}.universal-table--mobile td,.universal-table--mobile th{min-width:158px!important}.universal-table__rating{gap:var(--size-xxs)}.universal-table__rating,.universal-table__rating-stars{align-items:center;display:flex}.universal-table__rating-star{color:#ffc32a;height:19px;width:16px}.universal-table__rating-count,.universal-table__rating-star--inactive{color:var(--color-black-50)}.feature-matrix__buttons{align-items:center;display:flex;gap:var(--size-l);justify-content:center;margin-block-start:var(--size-3xl)}@media screen and (max-width:767px){.feature-matrix__buttons{align-items:flex-start;flex-direction:column}.feature-matrix__buttons a{font-size:16px;font-weight:500;line-height:24px;padding:11px 24px}}.feature-matrix__button{opacity:0;transition:opacity .3s ease-out}.feature-matrix__button:nth-child(2n){transition:opacity .3s ease-out .3s}.feature-matrix__button.h-in-view{opacity:1}.feature-matrix__info{display:flex;text-align:center}.feature-matrix__info.h-hidden .competitors-table-section__title{opacity:0;transform:translateY(8px);transition:opacity .6s ease-out,transform .6s ease-out}.feature-matrix__info.h-hidden .competitors-table-section__description{opacity:0;transition:opacity .6s ease-out .3s}.feature-matrix__info.h-in-view .competitors-table-section__title{opacity:1;transform:translateY(0)}.feature-matrix__info.h-in-view .competitors-table-section__description{opacity:1}.feature-matrix__title{margin-block-end:var(--size-xl);margin-inline:auto}@media screen and (min-width:768px){.feature-matrix__title{margin-block-end:var(--size-2xl)}}@media screen and (min-width:1024px){.feature-matrix__title{max-width:720px}}@media screen and (min-width:1280px){.feature-matrix__title{max-width:736px}}.feature-matrix__description{display:inline-block;margin-block-end:var(--size-l);max-width:773px}@media screen and (min-width:768px){.feature-matrix__description{margin-block-end:var(--size-2xl)}}.feature-matrix__notes{margin-block-start:16px}@media screen and (min-width:768px){.feature-matrix__notes{margin-block-start:24px}}html{scroll-padding-block-start:var(--size-4xl)}@media screen and (max-width:1023px){html{scroll-padding-block-start:var(--size-3xl)}}.legal-notes{margin-block:var(--size-3xl) var(--size-3xl)}.legal-notes__title{display:flex;gap:var(--size-xs)}.legal-notes__title:before{color:var(--color-black);content:attr(data-rank) ".";display:inline-block}.legal-notes__title a{word-break:break-word}.legal-notes__head-wrapper{position:relative;width:fit-content}.legal-notes__button{align-items:center;background-color:#0000;border:unset;cursor:pointer;display:flex;height:18px;justify-content:center;opacity:0;pointer-events:none}.legal-notes__button svg{height:var(--size-m);width:var(--size-m)}.legal-notes__button:hover svg{fill:var(--color-black-75)}.legal-notes__item{align-items:center;display:flex}.legal-notes__item--active .legal-notes__title{color:var(--color-black)}.legal-notes__item--active .legal-notes__button{opacity:1;pointer-events:auto}.legal-notes__svg{height:var(--size-m);width:var(--size-m)}.legal-notes__notes,.legal-notes__notes-mobile{list-style:none!important;padding-inline-start:unset!important}.legal-notes__notes{display:flex}.legal-notes__notes>li+li:before{content:", "}.legal-notes__trademark{display:flex;gap:var(--size-xs);position:absolute;right:-25px;top:-10px}.legal-notes__trademark--mobile{display:none}.legal-notes__link{padding:2px}.legal-notes__link:hover{color:var(--color-primary-0)}.quiz{margin-block-end:var(--size-4xl)}@media screen and (max-width:767px){.quiz{margin-block-end:var(--size-3xl)}}.quiz__hero-top{margin-block-end:var(--size-3xl)}.quiz__features{margin-block-end:var(--size-4xl)}@media screen and (max-width:767px){.quiz__features{margin-block-end:var(--size-3xl)}}.quiz__quick-start{margin-block-end:var(--size-5xl)}@media screen and (max-width:767px){.quiz__quick-start{margin-block-end:var(--size-4xl)}}.quiz__compare{margin-block-end:var(--size-5xl)}@media screen and (max-width:767px){.quiz__compare{margin-block-end:var(--size-4xl)}}.quiz .faq{margin-block-end:var(--size-4xl)}@media screen and (max-width:767px){.quiz .faq{margin-block-end:var(--size-3xl)}}.quiz .hero-top__title{margin-block-end:var(--size-m);margin-inline:auto;max-width:900px}.quiz .hero-top__description{margin-block-end:var(--size-xl);margin-inline:auto;max-width:770px}@media screen and (max-width:767px){.quiz .hero-top__description{margin-block-end:var(--size-l)}}.quiz .hero-top__image{height:auto;margin-inline:auto;max-width:772px;opacity:0;transition:opacity .1s ease-in;width:100%}.quiz .hero-top.h-in-view .hero-top__image{opacity:1}.quiz .features{text-align:center}.quiz .features__title{margin-block-end:var(--size-s)}@media screen and (max-width:767px){.quiz .features__title{margin-block-end:var(--size-m)}}.quiz .features__description{color:var(--color-black-50);margin-block-end:var(--size-2xl)}@media screen and (max-width:767px){.quiz .features__description{margin-block-end:var(--size-xl)}}.quiz .features__items{display:flex;gap:var(--size-l);justify-content:space-between;text-align:start}@media screen and (max-width:767px){.quiz .features__items{flex-wrap:wrap}}.quiz .features__item{align-items:center;display:flex;gap:var(--size-m)}@media screen and (max-width:1023px){.quiz .features__item{flex-wrap:wrap}}@media screen and (max-width:767px){.quiz .features__item{flex-wrap:nowrap}}.quiz .features__item-icon{max-height:54px;max-width:54px;width:100%}.quiz .features__item-title{max-width:305px;width:100%}@media screen and (max-width:1023px){.quiz .features{text-align:start}}.quiz .feature-matrix__button{display:flex;justify-content:center;margin-block-start:var(--size-2xl)}.quiz .quick-start{background:var(--color-primary-0);color:var(--color-white);padding-block:var(--size-3xl)}@media screen and (max-width:767px){.quiz .quick-start{padding-block:var(--size-2xl)}}.quiz .quick-start__title{color:inherit;margin-block-end:var(--size-xl)}@media screen and (max-width:767px){.quiz .quick-start__title{margin-inline:auto;max-width:216px}}.quiz .quick-start__steps{display:flex;justify-content:space-between;margin-block-end:var(--size-2xl)}@media screen and (max-width:767px){.quiz .quick-start__steps{flex-flow:column wrap;margin-block-end:var(--size-xl);margin-inline:auto;row-gap:var(--size-m)}}.quiz .quick-start__step{max-width:275px;position:relative;width:100%}@media screen and (max-width:1023px){.quiz .quick-start__step{max-width:175px}}@media screen and (max-width:767px){.quiz .quick-start__step{align-items:flex-end;display:flex;flex:var(--size-xs);max-width:216px}}.quiz .quick-start__step-icon-wrapper{display:flex;justify-content:center}.quiz .quick-start__step-icon{max-height:132px;max-width:132px}@media screen and (max-width:767px){.quiz .quick-start__step-icon{max-height:54px;max-width:54px}}.quiz .quick-start__step-arrow-wrapper{align-items:center;display:flex;justify-content:center}@media screen and (max-width:767px){.quiz .quick-start__step-arrow-wrapper{display:none}}.quiz .quick-start__step-arrow{height:14px;position:absolute;transform:translateY(-20px);width:124px}@media screen and (max-width:1023px){.quiz .quick-start__step-arrow{transform:translateY(-10px)}}.quiz .quick-start__step-title{color:inherit;display:inline-block}@media screen and (max-width:767px){.quiz .quick-start__step-title{text-align:start}}.quiz .quick-start__button-wrapper{display:flex}.quiz .quick-start__button{margin-block-end:var(--size-l);margin-inline:auto}.quiz .quick-start__notes{color:inherit}.quiz .faq__description{margin-block-end:var(--size-l)}
