.Headline{color:var(--color-text-blue);margin-bottom:25px;font-size:clamp(1.25rem,3vw,1.5rem)}@media screen and (max-width:768px){.Headline{max-width:100%}}.Headline h1{font-size:clamp(1.25rem,3vw,1.5rem)}.Headline h1,.Headline h2{color:var(--color-text-blue);font-weight:700}.Headline h2{font-size:clamp(1.125rem,3vw,1.25rem);margin-top:20px}.Headline h3{font-size:clamp(1rem,3vw,1.125rem);margin-bottom:-45px;color:var(--color-text-blue)}.Headline h3,.Headline span{font-weight:700}.Headline .Currency{font-size:clamp(1rem,3vw,1rem);display:inline-block;margin-left:5px}.Headline .Description{margin-bottom:0;font-size:18px}.RowWrap{width:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}@media(max-width:1200px){.RowWrap.has-auto-width .Row .Parent{width:auto}}@media(max-width:1200px){.RowWrap .Row .Parent{width:1100px}}@media(max-width:768px){.RowWrap{min-width:unset;overflow-y:auto}}.RowWrap.is-empty>*{min-width:0}.RowWrap .RowHeader-Wrap{position:sticky;top:0;z-index:1}.RowWrap .Row-Header{width:100%;background-color:#fff;border-top:solid 1px var(--color-border)}.RowWrap .Row-Header.fixed{position:fixed;top:0;z-index:101;width:100%}.RangeSlider{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.RangeSlider,.RangeSlider .Inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.RangeSlider .Inputs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.RangeSlider .Inputs span{padding:0 10px}.RangeSlider .Slider{position:relative;width:100%;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.RangeSlider .SliderTrack{width:100%;background:#ddd}.RangeSlider .HighlightedTrack,.RangeSlider .SliderTrack{position:absolute;height:10px;border-radius:5px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.RangeSlider .HighlightedTrack{background:var(--color-blue-lighter);pointer-events:none}.RangeSlider input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;background:transparent;position:absolute;pointer-events:none}.RangeSlider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:var(--color-blue-dark);cursor:pointer;border-radius:50%;pointer-events:all}.RangeSlider input[type=range]::-moz-range-thumb{width:20px;height:20px;background:var(--color-blue-dark);cursor:pointer;border-radius:50%;pointer-events:all}.RangeSlider .InputWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:0!important}.RangeSlider .InputWrap.text-right{text-align:right}.RangeSlider .InputWrap label{font-weight:700;margin-bottom:5px}.RangeSlider .InputWrap .Input{padding:8px;border-radius:5px;border:1px solid var(--color-text-inactive);background:var(--color-white)}.RangeSlider .InputWrap .Input:focus{outline:none;border-color:var(--color-blue-light)}:root{--color-white:#fff;--color-bg:#f0f1f7;--color-text-black:#232323;--color-text-gray:rgba(50,48,67,0.35);--color-text-gray-dark:rgba(50,48,67,0.55);--color-border:#ccc;--color-text-white:#fff;--color-text-blue:#373c58;--color-text-inactive:#a9a9a9;--color-blue-light:#474e7a;--color-blue-lighter:#7179a8;--color-blue:#373c58;--color-yellow-dark:#f7d01c;--color-yellow-start:#ffe89e;--color-row-alternate:#f3f3f3;--color-warning:#ffb53f;--color-green:#09d490;--color-green-dark:#239d74;--color-row-hover:rgba(0,0,0,0.1);--color-orange:#dd7600;--color-blue-rgb:71,78,122;--color-red:#b03543;--color-red-rgb:176,53,67;--color-red-light:#b03543;--color-blue-dark:#342f54;--color-blue-darker:#11121c}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:400;src:url(/fonts/outfit-v11-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:700;src:url(/fonts/outfit-v11-latin-700.woff2) format("woff2")}.DriversLog{margin:0 auto;padding:0 20px 0 0;width:100%}.DriversLog .OverviewCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:4px;margin:20px 0}@media screen and (max-width:768px){.DriversLog .OverviewCards{grid-template-columns:repeat(3,1fr);gap:4px;margin:12px 0}}.DriversLog .OverviewCards .Card{background:var(--color-white);border-radius:12px;padding:16px;border:1px solid rgba(0,0,0,.1);-webkit-box-shadow:0 2px 8px transparent;box-shadow:0 2px 8px transparent;-webkit-transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s,-webkit-transform .2s,-webkit-box-shadow .2s;position:relative}@media screen and (max-width:768px){.DriversLog .OverviewCards .Card{padding:8px;border-radius:8px;min-height:60px}}.DriversLog .OverviewCards .Card:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.DriversLog .OverviewCards .Card.highlight{border-left:4px solid var(--color-orange)}.DriversLog .OverviewCards .Card h4{font-size:.75rem;margin-bottom:4px;line-height:1rem}@media screen and (max-width:768px){.DriversLog .OverviewCards .Card h4{font-size:.6rem;margin-bottom:4px;line-height:.8rem}}.DriversLog .OverviewCards .Card h2{margin:0;font-size:1.5rem;font-weight:700}@media screen and (max-width:768px){.DriversLog .OverviewCards .Card h2{font-size:.85rem;font-weight:600}}.DriversLog .OverviewCards .Card .info-icon{font-size:.875rem;cursor:pointer;position:absolute;bottom:8px;right:10px;color:#999;width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-transition:background-color .2s;transition:background-color .2s}@media screen and (max-width:768px){.DriversLog .OverviewCards .Card .info-icon{width:16px;height:16px;font-size:.7rem;bottom:4px;right:6px}}.DriversLog .OverviewCards .Card .info-icon:hover{background-color:rgba(0,0,0,.05)}.DriversLog .OverviewCards p{line-height:1.25}@media screen and (max-width:768px){.DriversLog .OverviewCards p{font-size:.7rem;line-height:1.2}}@media screen and (max-width:768px){.DriversLog{padding:0 10px;margin-bottom:80px}}.DriversLog{margin-bottom:20px;padding-top:20px;grid-area:main-content;will-change:auto}.is-hidden.DriversLog{opacity:0;visibility:hidden}@media screen and (min-width:1920px){.DriversLog{padding-top:30px;padding-bottom:0}}@media screen and (max-width:768px){.DriversLog{padding-top:15px;padding-bottom:120px}}*{-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}:focus{outline:none}ol,ul{margin:0;padding:0}img{display:block}figure,h1,h2,h3,h4,h5,p{margin:0}a{text-decoration:none}.DriversLog .Modal .Dropdown{display:block}.DriversLog .Modal .Selected{width:100%}.DriversLog .Modal .Row{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.DriversLog .InputWrap,.DriversLog .Modal .Row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.DriversLog .InputWrap{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px}.DriversLog .InputWrap label{font-weight:700;margin-bottom:5px}.DriversLog .InputWrap .Input,.DriversLog .InputWrap textarea{padding:8px;border-radius:5px;border:1px solid var(--color-text-inactive);background:var(--color-white)}.DriversLog .InputWrap .Input:focus,.DriversLog .InputWrap textarea:focus{outline:none;border-color:#474e7a}.DriversLog .InputWrap textarea{min-height:100px}.DriversLog .InputWrap .Hint{font-size:12px;color:#595959;margin-top:5px}.DriversLog .Search{border:solid 1px var(--color-text-inactive);border-radius:4px;margin:5px 10px 20px 0}