.kone-form-layout-switch__title{color:var(--kone-color-heading-h2);font-family:var(--kone-typography-h2-family);font-size:var(--kone-typography-h2-size-mobile);font-weight:var(--kone-typography-h2-weight);letter-spacing:var(--kone-typography-h2-letter-spacing-mobile);line-height:var(--kone-typography-h2-line-height-mobile);word-break:break-word}.kone-form-layout-switch__title a{color:var(--kone-color-anchor-default);font-family:var(--kone-typography-h2-family);font-size:inherit;font-weight:var(--kone-typography-h2-weight);line-height:inherit;text-decoration:none}.kone-form-layout-switch__title a:hover{color:var(--kone-color-anchor-hover);cursor:pointer;text-decoration:underline}@media only screen and (min-width: 600px){.kone-form-layout-switch__title{font-size:var(--kone-typography-h2-size-tablet);letter-spacing:var(--kone-typography-h2-letter-spacing-tablet);line-height:var(--kone-typography-h2-line-height-tablet)}}@media only screen and (min-width: 1024px){.kone-form-layout-switch__title{font-size:var(--kone-typography-h2-size-desktop);letter-spacing:var(--kone-typography-h2-letter-spacing-desktop);line-height:var(--kone-typography-h2-line-height-desktop)}}@media only screen and (min-width: 1600px){.kone-form-layout-switch__title{font-size:var(--kone-typography-h2-size-desktop-large)}}.kone-form-layout-switch__left-label{color:var(--kone-color-heading-h7);font-family:var(--kone-typography-h7-family);font-size:var(--kone-typography-h7-size-mobile);font-weight:var(--kone-typography-h7-weight);letter-spacing:var(--kone-typography-h7-letter-spacing-mobile);line-height:var(--kone-typography-h7-line-height-mobile);word-break:break-word}.kone-form-layout-switch__left-label a{color:var(--kone-color-anchor-default);font-family:var(--kone-typography-h7-family);font-size:inherit;font-weight:var(--kone-typography-h7-weight);line-height:inherit;text-decoration:none}.kone-form-layout-switch__left-label a:hover{color:var(--kone-color-anchor-hover);cursor:pointer;text-decoration:underline}@media only screen and (min-width: 600px){.kone-form-layout-switch__left-label{font-size:var(--kone-typography-h7-size-tablet);letter-spacing:var(--kone-typography-h7-letter-spacing-tablet);line-height:var(--kone-typography-h7-line-height-tablet)}}@media only screen and (min-width: 1024px){.kone-form-layout-switch__left-label{font-size:var(--kone-typography-h7-size-desktop);letter-spacing:var(--kone-typography-h7-letter-spacing-desktop);line-height:var(--kone-typography-h7-line-height-desktop)}}.kone-form-layout-switch__topic-title{color:var(--pwr-color-text-icon-primary, #141414);font-family:var(--kone-font-face-1-name);font-size:16px;font-style:normal;font-weight:600;line-height:20px}.kone-form-layout-switch .cmp-form__title,.kone-form-layout-switch__subtitle{font-size:var(--kone-typography-paragraph-1-size-mobile);line-height:var(--kone-typography-paragraph-1-line-height-mobile)}@media only screen and (min-width: 600px){.kone-form-layout-switch .cmp-form__title,.kone-form-layout-switch__subtitle{font-size:var(--kone-typography-paragraph-1-size-tablet);line-height:var(--kone-typography-paragraph-1-line-height-tablet)}}@media only screen and (min-width: 1024px){.kone-form-layout-switch .cmp-form__title,.kone-form-layout-switch__subtitle{font-size:var(--kone-typography-paragraph-1-size-desktop);line-height:var(--kone-typography-paragraph-1-line-height-desktop)}}.kone-form-layout-switch .cmp-form__number,.kone-form-layout-switch__supporting-info{font-size:var(--kone-typography-paragraph-2-size-mobile);line-height:var(--kone-typography-paragraph-2-line-height-mobile)}@media only screen and (min-width: 600px){.kone-form-layout-switch .cmp-form__number,.kone-form-layout-switch__supporting-info{font-size:var(--kone-typography-paragraph-2-size-tablet);line-height:var(--kone-typography-paragraph-2-line-height-tablet)}}@media only screen and (min-width: 1024px){.kone-form-layout-switch .cmp-form__number,.kone-form-layout-switch__supporting-info{font-size:var(--kone-typography-paragraph-2-size-desktop);line-height:var(--kone-typography-paragraph-2-line-height-desktop)}}.kone-form-layout-switch__form-content{display:flex;flex-direction:column;gap:var(--spacing-vertical-spacing-mobile-l, 32px)}@media only screen and (min-width: 600px){.kone-form-layout-switch__form-content{display:grid;grid-column-gap:var(--grid-gutter, 16px);grid-template-columns:repeat(4, 1fr);margin-inline:auto}}@media only screen and (min-width: 600px)and (min-width: 600px){.kone-form-layout-switch__form-content{--grid-gutter: 24px;grid-template-columns:repeat(8, 1fr)}}@media only screen and (min-width: 600px)and (min-width: 1024px){.kone-form-layout-switch__form-content{--grid-gutter: 40px;grid-template-columns:repeat(12, 1fr)}}.kone-form-layout-switch__panel{display:none}.kone-form-layout-switch__panel--active{display:block}@media only screen and (min-width: 600px){.kone-form-layout-switch__panel--active{grid-column:1/span 8}}@media only screen and (min-width: 1024px){.kone-form-layout-switch__panel--active{grid-column:5/span 8}}.kone-form-layout-switch__panels{position:relative}.kone-form-layout-switch__supporting-info{background-color:var(--color-surface-neutral-secondary, #EFEFF1);color:var(--color-text-tertiary, #6E6F73);padding:32px;text-align:center}@media only screen and (min-width: 600px){.kone-form-layout-switch__supporting-info{align-self:start;grid-column:span 2}}@media only screen and (min-width: 1024px){.kone-form-layout-switch__supporting-info{grid-column:span 3}}@media only screen and (min-width: 600px){.kone-form-layout-switch__supporting-info:has(+.kone-form-layout-switch__topics--hidden){display:none}}@media only screen and (min-width: 1024px){.kone-form-layout-switch__supporting-info:has(+.kone-form-layout-switch__topics--hidden){display:block}}.kone-form-layout-switch__title{color:var(--color-text-primary)}@media only screen and (min-width: 600px){.kone-form-layout-switch__title{font-size:28px;grid-column:3/span 6;line-height:40px}}@media only screen and (min-width: 1024px){.kone-form-layout-switch__title{font-size:34px;grid-column:5/span 8;line-height:48px}}.kone-form-layout-switch__title-panel{display:flex;flex-direction:column;gap:var(--spacing-vertical-spacing-mobile-s, 16px);padding-block:var(--spacing-vertical-spacing-mobile-xl, 48px)}@media only screen and (min-width: 600px){.kone-form-layout-switch__title-panel{display:grid;grid-column-gap:var(--grid-gutter, 16px);grid-template-columns:repeat(4, 1fr);margin-inline:auto;padding-bottom:60px}}@media only screen and (min-width: 600px)and (min-width: 600px){.kone-form-layout-switch__title-panel{--grid-gutter: 24px;grid-template-columns:repeat(8, 1fr)}}@media only screen and (min-width: 600px)and (min-width: 1024px){.kone-form-layout-switch__title-panel{--grid-gutter: 40px;grid-template-columns:repeat(12, 1fr)}}@media only screen and (min-width: 1024px){.kone-form-layout-switch__title-panel{padding-bottom:40px}}@media only screen and (min-width: 600px){.kone-form-layout-switch__top-left-panel{grid-column:span 2}}@media only screen and (min-width: 1024px){.kone-form-layout-switch__top-left-panel{grid-column:span 3}}.kone-form-layout-switch .cmp-form__title,.kone-form-layout-switch__subtitle{font-weight:600;margin-bottom:8px}@media only screen and (min-width: 1024px){.kone-form-layout-switch .cmp-form__title,.kone-form-layout-switch__subtitle{margin-bottom:12px}}.kone-form-layout-switch .form-field{margin-bottom:24px}.kone-form-layout-switch .form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid rgba(0,0,0,0);border-radius:var(--border-radius-full);box-shadow:inset 0 0 0 1px var(--color-grey-500);box-sizing:border-box;color:var(--color-text-primary);cursor:pointer;height:100%;overflow:hidden;padding-left:20px;padding-right:44px;text-overflow:ellipsis;width:100%}.kone-form-layout-switch .form-select:focus,.kone-form-layout-switch .form-select:focus-visible,.kone-form-layout-switch .form-select:hover{border-color:var(--color-border-blue-primary);box-shadow:none}.kone-form-layout-switch .form-select-icon{pointer-events:none;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.kone-form-layout-switch .form-select-icon svg{height:18px;width:18px}.kone-form-layout-switch .form-select-wrapper{align-items:center;display:inline-flex;height:var(--singleline-input-height-medium, 48px);position:relative;width:100%}.kone-form-layout-switch .input-label{display:block;font-family:var(--kone-font-face-2-name);font-weight:var(--kone-typography-weight-semibold);margin-bottom:var(--spacing-_625x, 10px)}.kone-form-layout-switch__left-icon{display:none}.kone-form-layout-switch__left-icon:has(svg){align-items:center;display:inline-flex;margin-right:8px}.kone-form-layout-switch__left-icon svg{color:var(--color-text-primary);height:24px;width:24px}.kone-form-layout-switch__left-label{color:var(--color-text-primary)}.kone-form-layout-switch__topic{align-items:center;background:var(--color-surface-blue-tertiary);border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:24px 16px;transition:background-color .2s ease}@media only screen and (min-width: 600px){.kone-form-layout-switch__topic{max-width:368px}}.kone-form-layout-switch__topic:focus-visible,.kone-form-layout-switch__topic:hover{background:var(--color-surface-blue-secondary);outline:none}.kone-form-layout-switch__topic>.icon,.kone-form-layout-switch__topic>svg{color:var(--color-text-primary);flex-shrink:0;height:32px;width:32px}.kone-form-layout-switch__topics{display:flex;flex-direction:column;gap:12px}@media only screen and (min-width: 600px){.kone-form-layout-switch__topics{grid-column:3/span 6}}@media only screen and (min-width: 1024px){.kone-form-layout-switch__topics{grid-column:5/span 8;max-width:368px}}.kone-form-layout-switch__topics--hidden{display:none}.kone-form-layout-switch .cmp-form .cmp-form__button-container{margin-top:0}