.a-layout { z-index: 1;}.CtxtMenu_MenuFrame .CtxtMenu_MenuClose span { background-color: #b04343;}.a-layout-content { display: grid; grid-template-columns: repeat(var(--columns, 12), 1fr); gap: 20px 2%; --columns-xs: var(--columns-sm); --columns-sm: var(--columns-md); --columns-md: var(--columns-lg); --columns-lg: var(--columns-xl); --columns-xl: 12; --columns: var(--columns-xs);}.a-layout-content, .a-layout-content-block { box-sizing: border-box; max-width: 1410px; margin-inline: auto; padding-inline: 3vw;}.a-layout-content--no-space, .a-layout-content .a-layout-content,.a-layout-content .a-layout-row__section, .a-layout-content-block--no-space, .a-layout-content .a-layout-content-block,.a-layout-content-block .a-layout-row__section, .a-layout-content-block .a-layout-content, .a-layout-content-block .a-layout-content-block { padding-inline: 0;}.a-layout-content1 { --columns-xl: 1;}.a-layout-content2 { --columns-xl: 2; --columns-sm: 1;}.a-layout-content3 { --columns-xl: 3; --columns-md: 2; --columns-xs: 1;}.a-layout-content4 { --columns-xl: 4; --columns-md: 2; --columns-xs: 1;}.a-layout-content6 { --columns-xl: 6;}.a-layout-content12 { --columns-xl: 12;}.a-layout-content__span2 { grid-column: span min(var(--columns), 2);}.a-layout-content__span3 { grid-column: span min(var(--columns), 3);}.a-layout-content__column-1 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-1 { grid-column: span 1; }}.a-layout-content__column-2 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-2 { grid-column: span 2; }}.a-layout-content__column-3 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-3 { grid-column: span 3; }}.a-layout-content__column-4 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-4 { grid-column: span 4; }}.a-layout-content__column-5 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-5 { grid-column: span 5; }}.a-layout-content__column-6 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-6 { grid-column: span 6; }}.a-layout-content__column-7 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-7 { grid-column: span 7; }}.a-layout-content__column-8 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-8 { grid-column: span 8; }}.a-layout-content__column-9 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-9 { grid-column: span 9; }}.a-layout-content__column-10 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-10 { grid-column: span 10; }}.a-layout-content__column-11 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-11 { grid-column: span 11; }}.a-layout-content__column-12 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-12 { grid-column: span 12; }}@media (min-width: 630px) { .a-layout-content { --columns: var(--columns-sm); }}@media (min-width: 770px) { .a-layout-content { --columns: var(--columns-md); }}@media (min-width: 850px) { .a-layout-content { --columns: var(--columns-lg); }}@media (min-width: 1000px) { .a-layout-content { --columns: var(--columns-xl); }}.a-layout-row { margin-block: 2rem;}.a-layout-row__no-margin { margin-block: 0;}.a-layout-row__no-margin-top { margin-block-start: 0;}.a-layout-row__no-margin-bot { margin-block-end: 0;}.a-layout-row__container { box-sizing: border-box; max-width: 1410px; margin-inline: auto;}.a-layout-row__section { padding-inline: 3vw; margin-bottom: 2rem;}.a-layout-row__section .a-layout-row__section,.a-layout-row__section .a-layout-content,.a-layout-row__section .a-layout-content-block { padding-inline: 0;}.a-layout-row--no-spacing { margin-block: 0;}.a-layout-row__content-grid { display: grid; grid-template-columns: repeat(var(--columns, 12), 1fr); gap: 20px 2%; container-type: inline-size;}.a-layout-row__column-1 { grid-column: span 12;}.a-layout-row__column-2 { grid-column: span 12;}.a-layout-row__column-3 { grid-column: span 12;}.a-layout-row__column-4 { grid-column: span 12;}.a-layout-row__column-5 { grid-column: span 12;}.a-layout-row__column-6 { grid-column: span 12;}.a-layout-row__column-7 { grid-column: span 12;}.a-layout-row__column-8 { grid-column: span 12;}.a-layout-row__column-9 { grid-column: span 12;}.a-layout-row__column-10 { grid-column: span 12;}.a-layout-row__column-11 { grid-column: span 12;}.a-layout-row__column-12 { grid-column: span 12;}@container (min-width:630px) { .a-layout-row__column-3 { grid-column: span 6; } .a-layout-row__column-4 { grid-column: span 6; } .a-layout-row__column-5 { grid-column: span 6; } .a-layout-row__column-6 { grid-column: span 6; } .a-layout-row__column-7 { grid-column: span 6; } .a-layout-row__column-8 { grid-column: span 6; } .a-layout-row__column-9 { grid-column: span 6; } .a-layout-row__column-10 { grid-column: span 6; } .a-layout-row__column-11 { grid-column: span 6; }}@container (min-width:850px) { .a-layout-row__column-1 { grid-column: span 1; } .a-layout-row__column-2 { grid-column: span 2; } .a-layout-row__column-3 { grid-column: span 3; } .a-layout-row__column-4 { grid-column: span 4; } .a-layout-row__column-5 { grid-column: span 5; } .a-layout-row__column-6 { grid-column: span 6; } .a-layout-row__column-7 { grid-column: span 7; } .a-layout-row__column-8 { grid-column: span 8; } .a-layout-row__column-9 { grid-column: span 9; } .a-layout-row__column-10 { grid-column: span 10; } .a-layout-row__column-11 { grid-column: span 11; } .a-layout-row__column-12 { grid-column: span 12; }}.a-theme__brand-main { --sn-theme-background: #024ba6; --sn-theme-text: #ffffff; --sn-theme-link: #ffffff; --sn-theme-advertisement: #e5e5e5; --sn-theme-embargo: #fee6e6;}.a-theme__brand-main-light { --sn-theme-background: #f2f5fa; --sn-theme-text: #001e42; --sn-theme-link: #0055d9; --sn-theme-advertisement: #001e42; --sn-theme-embargo: #d90000;}.a-theme__brand-main-dark { --sn-theme-background: #001e42; --sn-theme-text: #ffffff; --sn-theme-link: #ffffff; --sn-theme-advertisement: #e5e5e5; --sn-theme-embargo: #fee6e6;}.a-theme__brand-one-light { --sn-theme-background: #f2f9f9; --sn-theme-text: #001e42; --sn-theme-link: #0064fe; --sn-theme-advertisement: #001e42; --sn-theme-embargo: #d90000;}.a-theme__white { --sn-theme-background: #ffffff; --sn-theme-text: #001e42; --sn-theme-link: #0064fe; --sn-theme-advertisement: rgb(102, 120, 141.6); --sn-theme-embargo: #d90000;}.a-theme__dark-black { --sn-theme-background: #1a1a1a; --sn-theme-text: #ffffff; --sn-theme-link: #ffffff; --sn-theme-advertisement: #e5e5e5; --sn-theme-embargo: #fee6e6;}.a-theme__light-grey { --sn-theme-background: #f7f7f7; --sn-theme-text: #001e42; --sn-theme-link: #0064fe; --sn-theme-advertisement: #001e42; --sn-theme-embargo: #d90000;}.a-theme__electric-blue-light { --sn-theme-background: #e6effe; --sn-theme-text: #001e42; --sn-theme-link: #003280; --sn-theme-advertisement: #003280; --sn-theme-embargo: #d90000;}.a-theme__example { padding: 1rem 3%; background-color: var(--sn-theme-background); color: var(--sn-theme-text);}.a-theme--full-width { padding-inline: 50vw; margin-inline: -50vw; background: var(--sn-theme-background); color: var(--sn-theme-text);}[data-themes-available~=marketing].a-marketing-theme--magenta-mid { --sn-theme-background: #ffbfe2; --sn-theme-text: #3b001f; --sn-theme-link: #3b001f; --sn-theme-advertisement: #3b001f;}[data-themes-available~=marketing].a-marketing-theme--tornado-red-main { --sn-theme-background: #c03232; --sn-theme-text: #faeded; --sn-theme-link: #faeded; --sn-theme-advertisement: #faeded;}[data-themes-available~=marketing].a-marketing-theme--tornado-red-mid { --sn-theme-background: #ff9999; --sn-theme-text: #400f0f; --sn-theme-link: #400f0f; --sn-theme-advertisement: #400f0f;}[data-themes-available~=marketing].a-marketing-theme--golden-yellow-mid { --sn-theme-background: #fadf89; --sn-theme-text: #0b3318; --sn-theme-link: #0b3318; --sn-theme-advertisement: #0b3318;}[data-themes-available~=marketing].a-marketing-theme--brand-one-main { --sn-theme-background: #00857f; --sn-theme-text: #ffffff; --sn-theme-link: #ffffff; --sn-theme-advertisement: #ffffff;}[data-themes-available~=marketing].a-marketing-theme--brand-one-mid { --sn-theme-background: #99d6d3; --sn-theme-text: #002624; --sn-theme-link: #002624; --sn-theme-advertisement: #002624;}[data-themes-available~=marketing].a-marketing-theme--brand-one-light { --sn-theme-background: #f2f9f9; --sn-theme-text: #002624; --sn-theme-link: #002624; --sn-theme-advertisement: #002624;}[data-themes-available~=marketing].a-marketing-theme--blackberry-violet-main { --sn-theme-background: #6c487e; --sn-theme-text: #efedf0; --sn-theme-link: #efedf0; --sn-theme-advertisement: #efedf0;}[data-themes-available~=marketing].a-marketing-theme--blackberry-violet-mid { --sn-theme-background: #d3cbd6; --sn-theme-text: #382a40; --sn-theme-link: #382a40; --sn-theme-advertisement: #382a40;}[data-themes-available~=marketing].a-marketing-theme--dirty-red-main { --sn-theme-background: #803946; --sn-theme-text: #ede6e7; --sn-theme-link: #ede6e7; --sn-theme-advertisement: #ede6e7;}[data-themes-available~=marketing].a-marketing-theme--dirty-red-mid { --sn-theme-background: #ccb8bb; --sn-theme-text: #401d23; --sn-theme-link: #401d23; --sn-theme-advertisement: #401d23;}[data-themes-available~=marketing].a-marketing-theme--dirty-red-light { --sn-theme-background: #ede6e7; --sn-theme-text: #401d23; --sn-theme-link: #401d23; --sn-theme-advertisement: #401d23;}[data-themes-available~=marketing].a-marketing-theme--steel-blue-mid { --sn-theme-background: #b5c3cb; --sn-theme-text: #1c2a32; --sn-theme-link: #1c2a32; --sn-theme-advertisement: #1c2a32;}[data-themes-available~=marketing].a-marketing-theme--steel-blue-main { --sn-theme-background: #486a7e; --sn-theme-text: #f5f7f8; --sn-theme-link: #f5f7f8; --sn-theme-advertisement: #f5f7f8;}[data-themes-available~=marketing].a-marketing-theme--teal-blue-mid { --sn-theme-background: #afd4db; --sn-theme-text: #003042; --sn-theme-link: #003042; --sn-theme-advertisement: #003042;}[data-themes-available~=marketing].a-marketing-theme--teal-blue-main { --sn-theme-background: #41a0b2; --sn-theme-text: #003042; --sn-theme-link: #003042; --sn-theme-advertisement: #003042;}[data-themes-available~=marketing].a-marketing-theme--jeans-blue-mid { --sn-theme-background: #99c9db; --sn-theme-text: #003042; --sn-theme-link: #003042; --sn-theme-advertisement: #003042;}[data-themes-available~=marketing].a-marketing-theme--jeans-blue-main { --sn-theme-background: #0078a6; --sn-theme-text: #f2f8fa; --sn-theme-link: #f2f8fa; --sn-theme-advertisement: #f2f8fa;}[data-themes-available~=marketing].a-marketing-theme--pear-green-mid { --sn-theme-background: #dfe2a7; --sn-theme-text: #303300; --sn-theme-link: #303300; --sn-theme-advertisement: #303300;}[data-themes-available~=marketing].a-marketing-theme--pear-green-main { --sn-theme-background: #b6bf13; --sn-theme-text: #303300; --sn-theme-link: #303300; --sn-theme-advertisement: #303300;}[data-themes-available~=marketing].a-marketing-theme__popout > .a-layout-content-block { background: var(--sn-theme-background, #ffffff); color: var(--sn-theme-text, #001e42);}[data-themes-available~=marketing].a-marketing-theme__full { background: var(--sn-theme-background, #ffffff); color: var(--sn-theme-text, #001e42);}.a-layout { overflow: clip;}.a-layout__dummy { background-color: darkred; height: 100px; color: #ffffff;}.a-layout__brand { background-color: #024ba6;}.a-layout__dark { background-color: #001e42;}.a-layout__light { background-color: #f2f5fa;}.a-layout__white { background-color: #ffffff;}.a-layout__gradient--dark-blue { background-image: radial-gradient(circle at 50% 0, #0362d9, #02489e 170px, #003575 400px);}.a-layout__border--grey { border: 1px solid #e5e5e5;}@media (min-width: 850px) { .a-layout--sidebar-color { background: linear-gradient(to left, var(--sn-partner-background, #f2f5fa) 32.5%, transparent 32.5%); }}.a-brand { height: 100%; max-height: 2rem;}.a-brand :focus-visible { outline: 2px solid #0055d9; outline-offset: 2px; border-radius: 2px; box-shadow: 0 0 0 2px #ffffff;}.a-brand picture { height: 100%;}.a-brand img { object-fit: contain; height: 100%; pointer-events: none;}.a-submit-button { display: inline-flex; align-items: center; gap: 0.33rem; position: relative; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; text-decoration: none; font-weight: bold; text-align: center; text-wrap: balance; border: 0.07rem solid transparent; border-radius: 0.13rem; padding: 0.73rem 0.67rem; cursor: pointer; font-size: 16px; font-size: 1.07rem; line-height: 1.5em; color: #ffffff; background-color: var(--sn-partner-interaction-color, #0064fe); border-color: var(--sn-partner-interaction-color, #0064fe);}.a-submit-button__icon { flex-shrink: 0;}.a-submit-button:hover:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-submit-button:focus-visible { outline: 0.07rem solid #0055d9; outline-offset: 0.13rem; box-shadow: 0 0 0 0.13rem #ffffff;}.a-submit-button:focus-visible:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-submit-button[disabled] { cursor: default; color: var(--sn-theme-text, #001e42); background-color: #808080; border-color: transparent; opacity: 35%; outline: none; box-shadow: none;}.a-submit-button { align-content: center; justify-content: space-around; min-width: 100%; padding: 1rem; font-size: 14px; font-size: 0.93rem; line-height: 1.43em;}@media (min-width: 630px) { .a-submit-button { padding: 1rem; min-width: 20rem; font-size: 16px; font-size: 1.07rem; line-height: 1.5em; }}.a-form-element-reset a, .a-form-element-reset a:active, .a-form-element-reset a:focus, .a-form-element-reset a:hover, .a-form-element-reset a:link, .a-form-element-reset a:visited { color: #0055d9;}.a-form-element-reset .a-layout-row-container,.a-form-element-reset .rich-text { padding: 0;}.a-form-element-reset .a-layout-row { margin: 0;}.a-error-message { color: #d90000; margin: 0.33rem 0 0; padding-left: 1.93rem; position: relative; font-size: 14px; font-size: 0.93rem; line-height: 1.43em;}.a-error-message__hint { border: 0; clip: rect(0, 0, 0, 0); height: 1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px;}.a-error-message:before { content: ""; background-image: url("/resource/icons/attention.svg"); background-size: contain; width: 1.6rem; height: 1.6rem; position: absolute; margin-right: 0.33rem; top: -0.13rem; left: 0;}.a-error-message a { color: currentcolor; position: relative; text-decoration: underline;}.a-error-message a:link { color: currentcolor; text-decoration: underline;}.a-error-message a:hover { text-decoration-thickness: 2px;}.a-error-message a:focus { outline: none;}.a-error-message a:focus:after { content: ""; position: absolute; inset: -4px; background: currentcolor; opacity: 0.05; border-radius: 2px;}.a-icon { width: 1.6rem; height: 1.6rem; fill: currentcolor; pointer-events: none; vertical-align: middle;}.a-icon[focusable=false] { pointer-events: none;}.a-icon--logo { width: auto;}.a-icon--14 { width: 0.93rem; height: 0.93rem;}.a-icon--18 { width: 1.2rem; height: 1.2rem;}.a-icon--24 { width: 1.6rem; height: 1.6rem;}.a-icon--30 { width: 2rem; height: 2rem;}.a-icon--80 { width: 5.33rem; height: 5.33rem;}.a-form-row { grid-column: span 12;}@media (min-width: 630px) { .a-form-row { --columns: 8; } .a-form-row--align-center { align-self: center; } .a-form-row--justify-right { justify-self: flex-end; } .a-form-row--column-1 { grid-column: span 1; } .a-form-row--column-2 { grid-column: span 2; } .a-form-row--column-3 { grid-column: span 3; } .a-form-row--column-4 { grid-column: span 4; } .a-form-row--column-5 { grid-column: span 5; } .a-form-row--column-6 { grid-column: span 6; } .a-form-row--column-7 { grid-column: span 7; } .a-form-row--column-8 { grid-column: span 8; } .a-form-row--column-9 { grid-column: span 9; } .a-form-row--column-10 { grid-column: span 10; } .a-form-row--column-11 { grid-column: span 11; }}.a-heading { padding: 0; margin: 0; font-size: 32px; font-size: 2.13rem; line-height: 1.13em; font-weight: bold; font-family: "Merriweather", serif; color: #001e42;}.a-heading--h1 { font-size: 32px; font-size: 2.13rem; line-height: 1.25em;}.a-heading--h2 { font-size: 24px; font-size: 1.6rem; line-height: 1.33em;}.a-heading--h3 { font-size: 20px; font-size: 1.33rem; line-height: 1.5em;}.a-heading--h4 { font-size: 17px; font-size: 1.13rem; line-height: 1.41em;}.a-heading--h5 { font-size: 16px; font-size: 1.07rem; line-height: 1.25em;}.a-text { padding: 0; margin: 0; font-weight: normal; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: var(--sn-theme-text, #001e42); font-size: 16px; font-size: 1.07rem; line-height: 1.5em;}.a-text strong { font-weight: bold;}.a-text em { font-style: italic;}.a-text a { color: var(--sn-partner-interaction-color, #0055d9); text-decoration: none; position: relative;}.a-text a:link { color: var(--sn-partner-interaction-color, #0055d9); text-decoration: none;}.a-text a:hover, .a-text a:focus { text-decoration: underline;}.a-text a:focus { outline: none; text-decoration-thickness: 2px;}.a-text--supplementary { color: var(--sn-theme-advertisement, rgb(102, 120, 141.6)); font-size: 14px; font-size: 0.93rem; line-height: 1.43em;}.a-navigation-link { display: flex; align-items: center; text-decoration: inherit; font: inherit; color: inherit;}.a-navigation-link span { font-weight: inherit; font-size: inherit; font-style: inherit; color: inherit; line-height: inherit;}.a-navigation-link__content-wrapper { display: flex; align-items: center;}.a-navigation-link__icon { margin-right: 10px; height: 24px; width: 24px;}.a-navigation-link__icon img { max-width: none;}.a-navigation-link__text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: inherit; font-size: inherit; line-height: inherit; font-style: inherit; hyphens: auto;}.a-navigation-link:any-link:hover, .a-navigation-link:any-link:focus { opacity: 0.8; text-decoration: underline;}.a-navigation-link--bold { font-weight: bold; margin-bottom: 15px; font-size: 14px; font-size: 0.93rem; line-height: 1.43em;}.a-navigation-link--category-head { display: inline-block;}.a-navigation-link--category-head__text { font-size: 16px; font-size: 1.07rem; line-height: 1.5em;}.a-button { display: inline-flex; align-items: center; gap: 0.33rem; position: relative; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; text-decoration: none; font-weight: bold; text-align: center; text-wrap: balance; border: 0.07rem solid transparent; border-radius: 0.13rem; padding: 0.73rem 0.67rem; cursor: pointer; font-size: 16px; font-size: 1.07rem; line-height: 1.5em; color: var(--sn-partner-interaction-color, var(--sn-theme-link, #0064fe)); background-color: transparent; border-color: currentColor;}.a-button__icon { flex-shrink: 0;}.a-button:hover:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button:focus-visible { outline: 0.07rem solid #0055d9; outline-offset: 0.13rem; box-shadow: 0 0 0 0.13rem #ffffff;}.a-button:focus-visible:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button[disabled] { cursor: default; color: var(--sn-theme-text, #001e42); background-color: #808080; border-color: transparent; opacity: 35%; outline: none; box-shadow: none;}.a-button--primary { display: inline-flex; align-items: center; gap: 0.33rem; position: relative; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; text-decoration: none; font-weight: bold; text-align: center; text-wrap: balance; border: 0.07rem solid transparent; border-radius: 0.13rem; padding: 0.73rem 0.67rem; cursor: pointer; font-size: 16px; font-size: 1.07rem; line-height: 1.5em; color: #ffffff; background-color: var(--sn-partner-interaction-color, #0064fe); border-color: var(--sn-partner-interaction-color, #0064fe);}.a-button--primary__icon { flex-shrink: 0;}.a-button--primary:hover:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button--primary:focus-visible { outline: 0.07rem solid #0055d9; outline-offset: 0.13rem; box-shadow: 0 0 0 0.13rem #ffffff;}.a-button--primary:focus-visible:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button--primary[disabled] { cursor: default; color: var(--sn-theme-text, #001e42); background-color: #808080; border-color: transparent; opacity: 35%; outline: none; box-shadow: none;}.a-button--secondary { display: inline-flex; align-items: center; gap: 0.33rem; position: relative; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; text-decoration: none; font-weight: bold; text-align: center; text-wrap: balance; border: 0.07rem solid transparent; border-radius: 0.13rem; padding: 0.73rem 0.67rem; cursor: pointer; font-size: 16px; font-size: 1.07rem; line-height: 1.5em; color: var(--sn-partner-interaction-color, var(--sn-theme-link, #0064fe)); background-color: transparent; border-color: currentColor;}.a-button--secondary__icon { flex-shrink: 0;}.a-button--secondary:hover:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button--secondary:focus-visible { outline: 0.07rem solid #0055d9; outline-offset: 0.13rem; box-shadow: 0 0 0 0.13rem #ffffff;}.a-button--secondary:focus-visible:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button--secondary[disabled] { cursor: default; color: var(--sn-theme-text, #001e42); background-color: #808080; border-color: transparent; opacity: 35%; outline: none; box-shadow: none;}.a-button--achromatic { display: inline-flex; align-items: center; gap: 0.33rem; position: relative; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; text-decoration: none; font-weight: bold; text-align: center; text-wrap: balance; border: 0.07rem solid transparent; border-radius: 0.13rem; padding: 0.73rem 0.67rem; cursor: pointer; font-size: 16px; font-size: 1.07rem; line-height: 1.5em; color: var(--sn-theme-text, #001e42); background-color: transparent; border-color: #808080;}.a-button--achromatic__icon { flex-shrink: 0;}.a-button--achromatic:hover:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button--achromatic:focus-visible { outline: 0.07rem solid #0055d9; outline-offset: 0.13rem; box-shadow: 0 0 0 0.13rem #ffffff;}.a-button--achromatic:focus-visible:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button--achromatic[disabled] { cursor: default; color: var(--sn-theme-text, #001e42); background-color: #808080; border-color: transparent; opacity: 35%; outline: none; box-shadow: none;}.a-button--ghost { display: inline-flex; align-items: center; gap: 0.33rem; position: relative; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; text-decoration: none; font-weight: bold; text-align: center; text-wrap: balance; border: 0.07rem solid transparent; border-radius: 0.13rem; padding: 0.73rem 0.67rem; cursor: pointer; font-size: 16px; font-size: 1.07rem; line-height: 1.5em; color: var(--sn-theme-text, #001e42); background-color: transparent; border-color: transparent;}.a-button--ghost__icon { flex-shrink: 0;}.a-button--ghost:hover:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button--ghost:focus-visible { outline: 0.07rem solid #0055d9; outline-offset: 0.13rem; box-shadow: 0 0 0 0.13rem #ffffff;}.a-button--ghost:focus-visible:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button--ghost[disabled] { cursor: default; color: var(--sn-theme-text, #001e42); background-color: #808080; border-color: transparent; opacity: 35%; outline: none; box-shadow: none;}.a-button__link-help { border: 0; clip: rect(0, 0, 0, 0); height: 1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px;}.m-navigation__category { display: flex; align-items: baseline; font-weight: 700; font-size: 16px; font-size: 1.07rem; line-height: 1.5em;}.m-navigation__toggle { margin-left: auto; padding: 0; background-color: #001e42; border: none; outline: none; color: inherit; text-align: left; cursor: pointer; display: inline;}.m-navigation__toggle:focus-visible { outline: 1px solid currentColor;}@media (min-width: 630px) { .m-navigation__toggle { display: none; }}.m-navigation__toggle-icons { padding-left: 5px; border-left: 1px solid rgba(229, 229, 229, 0.5);}.m-navigation__toggle-text { border: 0; clip: rect(0, 0, 0, 0); height: 1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px;}.m-navigation__toggle.collapsed { margin-top: 0;}.m-navigation__toggle.collapsed .m-menu-category-down { display: inline-block;}.m-navigation__toggle.collapsed .m-menu-category-up { display: none;}.m-navigation__icon-down { display: none;}.m-navigation__icon-up { display: inline-block;}.m-navigation__list { margin: 1rem 0 0; padding: 0; list-style: none;}.m-navigation__list-item { font-size: 14px; font-size: 0.93rem; line-height: 1.71em;}.m-navigation__list-item + .m-navigation__list-item { margin-top: 1rem;}.m-navigation:not(:has(.m-navigation__category)) { padding-top: 2.33rem;}.m-navigation.collapsed .m-navigation__list { display: none;}.m-navigation.collapsed .m-navigation__icon-up { display: none;}.m-navigation.collapsed .m-navigation__icon-down { display: inline;}.m-password-field__show-password-toggle { display: block;}.m-password-field .m-form-element--disabled .m-password-field__show-password-toggle { display: none;}.m-password-field .m-form-element--error .m-password-field__show-password-toggle { display: block;}@media not (scripting: enabled) { .m-password-field .m-password-field__show-password-toggle { display: none; }}@supports selector(::-ms-reveal) { .m-password-field .m-password-field__show-password-toggle { display: none; }}.m-form-element { display: flex; flex-direction: column; gap: 0.33rem;}.m-form-element__label { color: var(--sn-theme-advertisement, rgb(102, 120, 141.6)); margin: 0; font-size: 16px; font-size: 1.07rem; line-height: 1.25em;}.m-form-element__label--hidden { border: 0; clip: rect(0, 0, 0, 0); height: 1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px;}.m-form-element__form-field { display: flex; border: 0.07rem solid rgb(102, 120, 141.6); outline: none; border-radius: 0.13rem; box-shadow: none; background-color: #ffffff; color: #001e42; box-sizing: border-box; width: 100%; max-width: 100%; position: relative; font-size: 16px; font-size: 1.07rem; line-height: 2em;}.m-form-element__form-field input,.m-form-element__form-field textarea,.m-form-element__form-field select { border: unset; background: unset; padding: 0.67rem; margin: unset; line-height: inherit; box-sizing: border-box; width: 100%; max-width: 100%;}.m-form-element__form-field input::placeholder,.m-form-element__form-field textarea::placeholder,.m-form-element__form-field select::placeholder { color: rgb(102, 120, 141.6); font-size: 16px; font-size: 1.07rem; line-height: 1.25em;}.m-form-element__form-field input:focus,.m-form-element__form-field textarea:focus,.m-form-element__form-field select:focus { box-shadow: none; outline: none;}.m-form-element__select-wrapper:after { content: ""; position: absolute; right: 0.67rem; top: 50%; transform: translateY(-50%); width: 1.6rem; height: 1.6rem; background-image: url("/resource/icons/chevron-down.svg"); background-size: contain;}.m-form-element__support-text { color: var(--sn-theme-advertisement, rgb(102, 120, 141.6)); font-size: 14px; font-size: 0.93rem; line-height: 1.43em;}.m-form-element__error-text { order: 10; display: none;}.m-form-element:hover .m-form-element__form-field, .m-form-element:focus-within .m-form-element__form-field { border-color: var(--sn-theme-link, #0064fe);}.m-form-element:focus-within .m-form-element__label { color: var(--sn-theme-link, #0055d9);}.m-form-element:focus-within .m-form-element__form-field { box-shadow: none; outline: 0.07rem solid #ffffff; outline-offset: 0.07rem;}.m-form-element--disabled .m-form-element__support-text { opacity: 0.25;}.m-form-element--disabled .m-form-element__form-field { opacity: 0.25;}.m-form-element--disabled .m-form-element__form-field::placeholder { opacity: 0;}.m-form-element--disabled .m-form-element__label { color: #001e42; opacity: 0.25;}.m-form-element--error .m-form-element__label { color: #d90000; opacity: 1;}.m-form-element--error:focus-within .m-form-element__label { color: #d90000;}.m-form-element--error .m-form-element__form-field { border-color: #d90000;}.m-form-element--error .m-form-element__error-text { display: block;}.m-form-element--error .m-form-element__support-text { display: none;}.m-checkbox-group { border: 0; margin: 0; padding: 0;}.m-checkbox-group__label { padding: 0; margin: 0 0 25px; font-weight: bold; font-family: "Merriweather", serif; color: #001e42; font-size: 20px; font-size: 1.33rem; line-height: 1.5em;}.m-checkbox-group .m-checkbox + .m-checkbox { margin-top: 18px;}.m-checkbox-group__error-text { display: none;}.m-checkbox-group--error .m-checkbox-group__label { color: #d90000;}.m-checkbox-group--error .m-checkbox-group__error-text { display: flex;}.m-select-box .m-select-box__select { appearance: none; max-width: 98%;}.m-checkbox { color: #001e42; font-size: 16px; font-size: 1.07rem; line-height: 1.5em;}.m-checkbox__label { padding: 0; margin: 0; display: flex;}.m-checkbox .m-checkbox__input { position: relative; display: block; flex: 0 0 1.6rem; place-content: center; appearance: none; margin: 0 0.87rem 0 0; padding: 0; width: 1.6rem; height: 1.6rem; background-color: #ffffff; border: 0.07rem solid #666666; border-radius: 0.13rem;}.m-checkbox .m-checkbox__input:checked { background-color: #0055d9;}.m-checkbox .m-checkbox__input:checked:hover { box-shadow: none; outline: 0.07rem solid var(--sn-theme-link, #0064fe); outline-offset: 0.07rem;}.m-checkbox .m-checkbox__input:hover { border-color: var(--sn-theme-link, #0064fe);}.m-checkbox .m-checkbox__input:disabled { border-color: #cccccc; cursor: not-allowed;}.m-checkbox .m-checkbox__input:disabled:hover { outline: none;}.m-checkbox .m-checkbox__input:before { content: ""; position: absolute; top: 50%; left: 50%; width: 0.75em; height: 0.5em; clip-path: polygon(0 57%, 42% 100%, 99% 18%, 86% 4%, 40% 73%, 10% 38%); transform: scale(0) translate(-50%, -50%); transform-origin: bottom left; transition: 120ms transform ease-in-out; box-shadow: inset 1em 1em #ffffff; border-color: #0055d9;}.m-checkbox .m-checkbox__input:disabled:checked { opacity: 1; background-color: #cccccc; border-color: #cccccc;}.m-checkbox .m-checkbox__input:checked:before { transform: scale(1) translate(-50%, -50%);}.m-checkbox:focus-within .m-checkbox__input { outline: 0.07rem solid var(--sn-theme-link, #0064fe); outline-offset: 0.07rem;}.m-checkbox__error-text { display: none;}.m-checkbox--disabled { color: #cccccc;}.m-checkbox--error .m-checkbox__input { border-color: #d90000;}.m-checkbox--error .m-checkbox__input:hover { border-color: var(--sn-theme-link, #0064fe);}.m-checkbox--error .m-checkbox__error-text { display: flex;}.m-form-container { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.33rem 0; grid-column: span 12;}@media (min-width: 630px) { .m-form-container { column-gap: 1.33rem; }}.m-form-highlight { grid-column: 1/-1; gap: 1.33rem 0; padding: 1.33rem; background-color: var(--sn-theme-background);}@media (min-width: 630px) { .m-form-highlight { column-gap: 1.33rem; }}.m-reduced-header { border-bottom: 1px solid #e5e5e5; padding: 15px 0;}.m-reduced-header__logo { height: 30px;}.o-footer { position: relative; z-index: 1; background-color: #333333; margin: 0; color: #ffffff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: 400; font-size: 16px; font-size: 1.07rem; line-height: 1.5em;}.o-footer__logo { height: 1.33rem; padding-bottom: 0.67rem;}.o-footer .o-footer__part { padding-block: 1.67rem; margin-block: 0; border-bottom: 1px solid #666666;}.o-footer .o-footer__part:last-child { padding-block: 2rem; border-bottom: none;}.o-footer__content { grid-column: span 6;}@media (min-width: 850px) { .o-footer__content { grid-column: span 3; }}.o-footer__top-seo { font-size: 16px; font-size: 1.07rem; line-height: 1.5em; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: 400; color: #ffffff; opacity: 0.7; margin: 0;}.o-footer__top-seo * { margin: 0;}.o-footer .o-footer__social-media__section { display: inline-flex; align-items: center; margin-right: 3.33rem;}.o-footer .o-footer__social-media__section:last-child { margin-right: 0;}.o-footer .o-footer__social-media__section-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: 400; font-size: 16px; font-size: 1.07rem; line-height: 1.63em;}.o-footer .o-footer__social-media__section-icons { display: inline-block; margin-left: 1.33rem;}.o-footer__copyright { font-size: 16px; font-size: 1.07rem; line-height: 1.5em; margin-right: 1.33rem; display: inline-block;}.o-footer__copyright u { text-decoration: underline;}.o-footer__version { font-size: 16px; font-size: 1.07rem; line-height: 1.5em; display: inline-block; opacity: 0.7;}.p-reduced-page__content { padding: 20px 0; box-sizing: border-box;}.p-reduced-page__image { display: none;}@media (min-width: 850px) { .p-reduced-page__image { display: block; margin: 50px 0 0 30px; }}