:root{--gray-100:#fafbfc;--gray-200:#f2f4f7;--gray-300:#e6e8ec;--gray-400:#d3d6dc;--gray-500:#b9bec7;--gray-600:#9aa1ac;--gray-700:#7c858f;--gray-800:#5f6771;--gray-900:#474e57;--gray-1000:#33383f;--gray-1100:#1f2328;--gray-1200:#0f1114;--limegreen-100:#fafff3;--limegreen-200:#ebfedd;--limegreen-300:#dcfdb2;--limegreen-400:#c3f18f;--limegreen-500:#b0f863;--limegreen-600:#a7ff2c;--limegreen-700:#71bb10;--limegreen-800:#4f8a0c;--limegreen-900:#2b5608;--limegreen-1000:#213a05;--limegreen-1100:#192e03;--limegreen-1200:#122102;--limeyellow-100:#fffdf3;--limeyellow-200:#fff8db;--limeyellow-300:#fff1b1;--limeyellow-400:#ffe98c;--limeyellow-500:#ffe166;--limeyellow-600:#ffd942;--limeyellow-700:#f9c62b;--limeyellow-800:#e5b122;--limeyellow-900:#d09d1b;--limeyellow-1000:#b98715;--limeyellow-1100:#a27210;--limeyellow-1200:#8b5e0c;--green-100:#f3fdf8;--green-200:#d6f7e4;--green-300:#b0f0d0;--green-400:#7ee9b8;--green-500:#4ee1a1;--green-600:#25d88b;--green-700:#1ab070;--green-800:#159a42;--green-900:#126b36;--green-1000:#0e5134;--green-1100:#0b3c26;--green-1200:#082b1b;--red-100:#fff5f5;--red-200:#ffe3e3;--red-300:#ffbdbd;--red-400:#f99;--red-500:#ff7070;--red-600:#ff4c4c;--red-700:#e03232;--red-800:#bf2a2a;--red-900:#991f1f;--red-1000:#731717;--red-1100:#511111;--red-1200:#3a0c0c;--blue-100:#f6faff;--blue-200:#eaf2ff;--blue-300:#d6e6ff;--blue-400:#b8d1ff;--blue-500:#91b6ff;--blue-600:#6495ff;--blue-700:#3e75f0;--blue-800:#2359cc;--blue-900:#1a469f;--blue-1000:#133579;--blue-1100:#0d274f;--blue-1200:#091a37;--purple-100:#faf7ff;--purple-200:#f0e7ff;--purple-300:#e1d1ff;--purple-400:#cbb2ff;--purple-500:#b38eff;--purple-600:#9967ff;--purple-700:#7b4fe6;--purple-800:#5e3cbf;--purple-900:#4a2f99;--purple-1000:#372473;--purple-1100:#261a51;--purple-1200:#1a1238;--coral-100:#fff7f3;--coral-200:#ffe7df;--coral-300:#ffd1c5;--coral-400:#ffb59f;--coral-500:#ff977a;--coral-600:#ff775a;--coral-700:#ff5c47;--coral-800:#e6473c;--coral-900:#c23a33;--coral-1000:#962e29;--coral-1100:#6d221f;--coral-1200:#4a1816}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background-color:var(--gray-100);border-radius:9999px;box-shadow:inset 0 0 4px #8a8a8a6a}::-webkit-scrollbar-thumb{background-color:var(--gray-700);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background-color:var(--gray-600)}.displayNone{display:none}.label-input{flex-direction:column;gap:8px;display:flex}.radio-options{flex-direction:column;gap:16px;display:flex}*{box-sizing:border-box;margin:0;padding:0}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{vertical-align:baseline;border:0;margin:0;padding:0}html{-moz-text-size-adjust:none;text-size-adjust:none}body{background:var(--gray-100);color:var(--gray-1000);min-height:100vh;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.4rem}*{vertical-align:middle!important}a{color:inherit;text-decoration:none}hr{border:0;border-top:1px solid var(--gray-900);margin:8px 0}button{all:unset;cursor:pointer}h1,h2,h3,h4,h5,h6,p{font-family:Inter,sans-serif}h1{font-size:5rem;font-weight:600;line-height:5rem}@media (max-width:900px){h1{font-size:4rem;font-weight:600;line-height:4.2rem}}h2{font-size:5rem;font-weight:600;line-height:5rem}@media (max-width:900px){h2{font-size:5rem;font-weight:600;line-height:5rem}}h3{font-size:clamp(1.5rem,4vw,2rem);font-weight:600;line-height:36px}h4{font-size:clamp(1.25rem,3.5vw,1.5rem);font-weight:400}h5{font-size:clamp(1rem,3vw,1rem);font-weight:400}h6{font-size:clamp(.75rem,2.5vw,.75rem);font-weight:400}p{font-size:clamp(.875rem,2vw,.875rem);font-weight:300;line-height:1.4rem}.tests-header .tabs{flex-direction:row;gap:8px;display:flex}.tests-header .tabs button{border-radius:50px;padding-left:12px;padding-right:12px}.flex-row-16-center{justify-content:center;align-items:center;gap:16px;display:flex}.flex-row-16-center-wrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.flex-col-8{flex-direction:column;gap:8px;display:flex}.flex-col-16{flex-direction:column;gap:16px;display:flex}.flex-col-16-spaceBetween{flex-direction:column;justify-content:space-between;align-items:center;gap:16px;display:flex}:root{--sidebar-width:60px}.content{margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));min-height:100vh;transition:margin-left .25s,width .25s;overflow-x:hidden}@media (max-width:1024px){.content{width:100%;margin-top:48px;margin-left:0}}
.Navbar-module__bmvQQa__navbar{z-index:1000;color:#0000;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-300);background:#ffffff3f;justify-content:space-between;align-items:center;width:100%;height:48px;padding:0 24px;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__bmvQQa__navbar-left{align-items:center;gap:12px;display:flex}.Navbar-module__bmvQQa__logo-container{cursor:pointer;align-items:center;gap:8px;margin-right:40px;display:flex}.Navbar-module__bmvQQa__logo-container h5,.Navbar-module__bmvQQa__mobile-left h5,.Navbar-module__bmvQQa__mobileLeft h5{color:var(--gray-1100);margin:0;font-size:1rem;font-weight:700}.Navbar-module__bmvQQa__backButton{cursor:pointer;color:var(--gray-1100);background:0 0;border:none;align-items:center;gap:8px;padding:0;display:flex}.Navbar-module__bmvQQa__navbar-center{align-items:center;gap:16px;display:flex}.Navbar-module__bmvQQa__navbar-right{align-items:center;gap:12px;display:flex}.Navbar-module__bmvQQa__navButton{color:var(--gray-1100);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:8px 12px}.Navbar-module__bmvQQa__navButton:hover,.Navbar-module__bmvQQa__navButton:active{color:var(--blue-700)}@media (max-width:1024px){.Navbar-module__bmvQQa__navbar-center,.Navbar-module__bmvQQa__navbar-right{display:none}}.Navbar-module__bmvQQa__registerButton{background:linear-gradient(45deg,var(--blue-700),var(--coral-700))!important;color:var(--gray-100)!important;cursor:pointer!important;border:none!important;border-radius:25px!important;padding:6px 16px!important;font-family:Inter,sans-serif!important;font-weight:600!important;transition:background .4s,color .2s,box-shadow .2s!important;position:relative!important}.Navbar-module__bmvQQa__registerButton:hover{background:linear-gradient(45deg,var(--blue-800),var(--blue-900))!important;color:var(--gray-100)!important;transition:background .4s,color .2s,box-shadow .2s!important}.Navbar-module__bmvQQa__sidebar{background:var(--gray-100);z-index:2000;border-right:1px solid var(--gray-300);flex-direction:column;align-items:center;width:60px;padding-top:12px;transition:width .25s;display:flex;position:fixed;top:0;bottom:0;left:0}.Navbar-module__bmvQQa__expanded{align-items:flex-start;width:240px;padding-left:24px}.Navbar-module__bmvQQa__sidebarLogo,.Navbar-module__bmvQQa__sidebar-logo{cursor:pointer;align-items:center;gap:8px;display:flex}.Navbar-module__bmvQQa__menuSection{flex-direction:column;align-items:flex-start;gap:4px;margin-top:24px;display:flex}.Navbar-module__bmvQQa__menuButton{color:var(--gray-1100);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:8px;display:flex}.Navbar-module__bmvQQa__menuButton:hover{color:var(--blue-500)}.Navbar-module__bmvQQa__iconButton{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;display:flex;position:relative}.Navbar-module__bmvQQa__iconButton:hover,.Navbar-module__bmvQQa__iconButton:active{color:var(--blue-700)}.Navbar-module__bmvQQa__menuLabel{white-space:nowrap;color:var(--gray-1100)}.Navbar-module__bmvQQa__divider{border-top:1px solid var(--gray-300);border-bottom:1.2px solid var(--gray-100);width:80%;margin:16px 0}.Navbar-module__bmvQQa__toggleButton{color:var(--gray-1100);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;margin-top:8px;padding:8px;display:flex}.Navbar-module__bmvQQa__toggleButton:hover{color:var(--blue-700)}@media (max-width:1024px){.Navbar-module__bmvQQa__toggleButton{display:none}.Navbar-module__bmvQQa__menuSection{padding-left:16px}.Navbar-module__bmvQQa__profileCircle{margin-left:24px}.Navbar-module__bmvQQa__profileMenu{bottom:100%!important;left:35%!important}}.Navbar-module__bmvQQa__spacer{flex-grow:1}.Navbar-module__bmvQQa__profileContainer{margin-bottom:16px;position:relative}.Navbar-module__bmvQQa__profileCircle{width:36px;height:36px;color:var(--gray-1100);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.Navbar-module__bmvQQa__profileMenu{background:var(--gray-100);border:1px solid var(--gray-300);z-index:1001;border-radius:12px;flex-direction:column;gap:4px;width:max-content;min-width:120px;margin-bottom:8px;padding:8px;display:flex;position:absolute;bottom:0;left:140px;transform:translate(-50%);box-shadow:0 6px 24px #00000014}.Navbar-module__bmvQQa__profileMenuItem{cursor:pointer;color:var(--gray-1100);background:0 0;border:none;border-radius:8px;align-items:center;gap:16px;padding:8px 12px;display:flex}.Navbar-module__bmvQQa__profileMenuItem:hover{background:var(--gray-200)}.Navbar-module__bmvQQa__navbarMobile,.Navbar-module__bmvQQa__authTopBar{background:var(--gray-100);z-index:1000;border-bottom:1px solid var(--gray-300);justify-content:space-between;align-items:center;height:60px;padding:0 16px;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__bmvQQa__mobile-left,.Navbar-module__bmvQQa__mobileLeft,.Navbar-module__bmvQQa__sidebarLogo{cursor:pointer;color:var(--gray-1100);align-items:center;gap:8px;display:flex}.Navbar-module__bmvQQa__authMenuButton,.Navbar-module__bmvQQa__menuIconButton{background:var(--gray-100);border:1px solid var(--gray-300);cursor:pointer;width:36px;height:36px;color:var(--gray-1100);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.Navbar-module__bmvQQa__mobileExpandButton{display:none}.Navbar-module__bmvQQa__visitorDropdown{background:var(--gray-100);border:1px solid var(--gray-300);z-index:1001;border-radius:8px;flex-direction:column;gap:12px;width:230px;min-width:160px;padding:16px;display:flex;position:absolute;top:36px;right:0;box-shadow:0 6px 24px #00000014}.Navbar-module__bmvQQa__mobileSidebar{background:var(--gray-100);z-index:1001;flex-direction:column;padding-bottom:16px;display:flex;position:fixed;inset:0}.Navbar-module__bmvQQa__mobileSidebarHeader{border-bottom:1px solid var(--gray-300);justify-content:space-between;align-items:center;padding:16px 16px 8px;display:flex}.Navbar-module__bmvQQa__closeButton{cursor:pointer;color:var(--gray-1100);background:0 0;border:none}.Navbar-module__bmvQQa__visitorMenuWrapper{position:relative}.Navbar-module__bmvQQa__visitorDropdownItem{color:var(--gray-1100);text-align:left;cursor:pointer;background:0 0;border:none;width:auto;padding:12px 16px}.Navbar-module__bmvQQa__visitorDropdownItem:hover{background:var(--gray-200);border-radius:4px}.Navbar-module__bmvQQa__creditsText,.Navbar-module__bmvQQa__menuLabel{color:var(--gray-1100)}.Navbar-module__bmvQQa__creditsRow,.Navbar-module__bmvQQa__iconOnlyButton{align-items:center;gap:8px;padding:8px;display:flex}.Navbar-module__bmvQQa__tooltipWrapper{display:inline-block;position:relative}.Navbar-module__bmvQQa__tooltip{background-color:var(--gray-200);border:1px solid var(--gray-300);color:var(--gray-1100);white-space:nowrap;z-index:10;opacity:0;pointer-events:none;border-radius:50px;padding:6px 12px;font-size:12px;transition:opacity .2s;position:absolute;top:50%;left:110%;transform:translateY(-50%)}.Navbar-module__bmvQQa__tooltipWrapper:hover .Navbar-module__bmvQQa__tooltip{opacity:1}.Navbar-module__bmvQQa__cartDock{justify-content:center;align-items:center;width:100%;margin-bottom:10px;display:flex}.Navbar-module__bmvQQa__cartButton{cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,transform .15s,border-color .15s,box-shadow .15s;display:inline-flex;position:relative}.Navbar-module__bmvQQa__cartButton:hover{background:#0000000a;transform:translateY(-1px)}.Navbar-module__bmvQQa__cartButton.Navbar-module__bmvQQa__hasItems{background:linear-gradient(90deg,var(--purple-400),var(--blue-400),var(--coral-400),var(--limeyellow-500));transition:background-position .35s,box-shadow .25s,border-color .25s,color .25s;animation:4s ease-in-out infinite Navbar-module__bmvQQa__cta-gradient-flow}@keyframes Navbar-module__bmvQQa__cta-gradient-flow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.Navbar-module__bmvQQa__cartBadge{background:var(--blue-700);min-width:18px;height:18px;color:var(--gray-1000);border:1px solid var(--blue-900);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:800;line-height:18px;display:inline-flex;position:absolute;top:-6px;right:-6px}
.Footer-module__LAv68W__footerContainer{background:var(--gray-100);color:var(--gray-1100);box-sizing:border-box;flex-direction:column;gap:48px;width:100%;padding:48px 24px 16px;display:flex}.Footer-module__LAv68W__footerColumns{flex-wrap:wrap;justify-content:center;gap:24px;max-width:1000px;margin:auto;display:flex}.Footer-module__LAv68W__footerCol{width:180px}.Footer-module__LAv68W__footerCol h4{color:var(--gray-1100);margin-bottom:12px;font-size:1rem;font-weight:600}.Footer-module__LAv68W__footerCol a{color:var(--gray-700);margin:6px 0;font-size:.92rem;text-decoration:none;transition:color .2s;display:block}.Footer-module__LAv68W__footerCol a:hover{color:var(--blue-700)}.Footer-module__LAv68W__linkedinLine{flex-direction:row;align-items:center;gap:4px;display:flex}.Footer-module__LAv68W__footerIcon{vertical-align:middle;opacity:.92;width:20px;height:20px;color:var(--gray-700);display:inline-block}.Footer-module__LAv68W__footerBottom{border-top:1px solid var(--gray-300);justify-content:center;padding-top:24px;display:flex}.Footer-module__LAv68W__footerBrand{color:var(--gray-700);align-items:center;gap:12px;font-size:.92rem;display:flex}.Footer-module__LAv68W__footerLogo{opacity:.9;width:auto;height:18px}@media screen and (max-width:900px){.Footer-module__LAv68W__footerNewsletter{flex-direction:column;align-items:flex-start;gap:24px;padding:32px}.Footer-module__LAv68W__newsletterForm{flex-flow:row;width:100%}.Footer-module__LAv68W__footerColumns{grid-template-columns:1fr 1fr}.Footer-module__LAv68W__footerBottom{flex-direction:column;align-items:center;gap:12px}}@media screen and (max-width:600px){.Footer-module__LAv68W__newsletterForm{flex-wrap:wrap}}@media screen and (max-width:480px){.Footer-module__LAv68W__newsletterForm{flex-direction:column;width:100%}.Footer-module__LAv68W__newsletterForm>*{width:100%}}.Footer-module__LAv68W__withSidebar{margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));transition:margin-left .25s,width .25s}@media (max-width:900px){.Footer-module__LAv68W__withSidebar{width:100%;margin-left:0}}
.CookiesConsent-module__CIjCDG__cookies-consent{background:var(--gray-100);z-index:9999;text-align:left;max-width:400px;color:var(--gray-1100);border:1px solid var(--gray-300);border-radius:16px;flex-direction:column;gap:20px;margin:0 auto;padding:1.5rem;display:flex;position:fixed;bottom:24px;left:24px;right:24px;box-shadow:0 2px 12px #0006}.CookiesConsent-module__CIjCDG__cookies-message{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.CookiesConsent-module__CIjCDG__cookie-icon{flex-shrink:0;width:32px;height:32px}.CookiesConsent-module__CIjCDG__cookies-actions{flex-wrap:wrap;justify-content:space-between;gap:.75rem;width:100%;display:flex}
.AnnouncementBar-module__5tfXNa__wrap{margin-left:60px}.AnnouncementBar-module__5tfXNa__bar{background:var(--blue-700);width:100%;color:var(--gray-1100);border-bottom:1px solid var(--gray-300);padding:4px 16px;position:relative}.AnnouncementBar-module__5tfXNa__text{white-space:pre-wrap;word-break:break-word;margin:0;font-weight:500}.AnnouncementBar-module__5tfXNa__close{cursor:pointer;width:28px;height:28px;color:var(--gray-1100);background:0 0;border:none;place-items:center;padding:0;display:grid;position:absolute;top:0;right:8px}.AnnouncementBar-module__5tfXNa__closeIcon{width:18px;height:18px;color:var(--gray-1100)}.AnnouncementBar-module__5tfXNa__close:hover{opacity:.85}
