.switch-type{display:flex;margin:0;width:100%}.switch-type span{background-color:var(--switch-type-background,var(--grey1));border-bottom:2px solid var(--switch-type-border-bottom,transparent);border-left-style:solid;border-left-width:0;border-right-style:solid;border-right-width:0;border-top:2px solid var(--switch-type-border-top,var(--grey3));font-size:14px;line-height:1;padding:var(--spacer-xs) var(--spacer-s) var(--spacer-xxs) 32px;width:100%}.switch-type span em{display:block;font-size:11px;font-style:normal;font-weight:400;white-space:nowrap}.switch-type.is-logged-in{width:auto}.switch-type.is-logged-in em{display:inline}.switch-type.is-logged-in span{padding:var(--spacer-xs) var(--spacer-s)}.switch-type label{flex-grow:1;margin:0;position:relative}.switch-type input{font-size:16px;left:var(--spacer-s);position:absolute;top:var(--spacer-xxs)}.switch-type input[type=radio]:checked+span{background-color:var(--switch-type-checked-background,#fff);border-bottom-color:var(--switch-type-checked-border-bottom,transparent);border-top-color:var(--switch-type-checked-border-top,var(--active-color));font-weight:700}@media only screen and (min-width:768px){.switch-type{gap:0;margin:0;width:auto}}@media only screen and (min-width:1280px){.switch-type span em{display:inline}}.header-main-small{display:grid;font-size:12px;grid-template-areas:"switch switch" "logo login";grid-template-columns:2fr 1fr;margin-bottom:var(--spacer-m)}.header-main-small figcaption{font-size:var(--claim-size,16px);font-style:var(--claim-style,normal);font-weight:var(--claim-weight,bold);margin-top:var(--spacer-s)}.header-main-small figure{grid-area:logo;place-self:center start}.header-main-small .advertisement{display:none;grid-area:ads;place-self:start end}.header-main-small .account{flex-flow:column wrap;grid-area:login;justify-content:flex-end;place-self:end;text-align:right}.header-main-small .account a:not(:last-child){margin:0 0 var(--spacer-m) 0}.header-main-small .switch-type{grid-area:switch;left:-6px;place-self:center start;position:relative;width:calc(100% + 12px)}@media only screen and (min-width:1023px){.header-main-small{padding:var(--spacer-m)}}@media only screen and (min-width:768px){.header-main-small{font-size:14px;grid-template-areas:"logo ads switch" ". . login";grid-template-columns:2fr 2fr 3fr}.header-main-small figure{grid-row:1/3;place-self:start}.header-main-small .advertisement{display:block;grid-row:1/3;place-self:center}.header-main-small .account{align-items:center;flex-direction:row}.header-main-small .account a:not(:last-child){margin:0 var(--spacer-l) 0 0}.header-main-small .switch-type{place-self:start end;width:auto}.header-main-small .switch-type label{flex-grow:0}}@media only screen and (min-width:1024px){.header-main-small{margin:0 0 var(--spacer-m);padding:0 0 var(--spacer-m) 0}}