@font-face {
    font-family: Roboto;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(roboto-latin-400-normal.4046ec9b7a3cd7ce.woff2) format("woff2"), url(roboto-latin-400-normal.df5217cd7f22d140.woff) format("woff")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(roboto-latin-500-normal.48ee0eb829fd67dc.woff2) format("woff2"), url(roboto-latin-500-normal.fc749f39657a9866.woff) format("woff")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(roboto-latin-700-normal.fa7649605314c38a.woff2) format("woff2"), url(roboto-latin-700-normal.8cca2ed7c9d3a0d1.woff) format("woff")
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
    --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
    --bs-success-text-emphasis: rgb(10, 54, 33.6);
    --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
    --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
    --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-success-bg-subtle: rgb(209, 231, 220.8);
    --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
    --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
    --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
    --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
    --bs-success-border-subtle: rgb(163, 207, 186.6);
    --bs-info-border-subtle: rgb(158.2, 233.8, 249);
    --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
    --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: rgb(10.4, 88, 202.4);
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: rgb(255, 242.6, 205.4);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

*,
*:before,
*:after {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

:root {
    --bs-btn-close-filter:
}

:root {
    --bs-carousel-indicator-active-bg: #fff;
    --bs-carousel-caption-color: #fff;
    --bs-carousel-control-icon-filter:
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

body {
    line-height: 1
}

body:has(dialog:modal) {
    overflow: hidden
}

:root {
    --im-primary-container-inline-size: 100%;
    --im-primary-container-block-size: 100%;
    --im-primary-padding-inline-start: 16px
}

@media (min-width: 428px) {
    :root {
        --im-primary-container-inline-size: 100%;
        --im-primary-container-block-size: 100%;
        --im-primary-padding-inline-start: 16px
    }
}

@media (min-width: 744px) {
    :root {
        --im-primary-container-inline-size: 418px;
        --im-primary-container-block-size: 100%;
        --im-primary-padding-inline-start: 175px
    }
}

@media (min-width: 1181px) {
    :root {
        --im-primary-container-inline-size: 436px;
        --im-primary-container-block-size: 640px;
        --im-secondary-container-inline-size: 283px;
        --im-primary-padding-inline-start: 114px
    }
}

@media (min-width: 1280px) {
    :root {
        --im-primary-container-inline-size: 466px;
        --im-primary-container-block-size: 716px;
        --im-secondary-container-inline-size: 466px;
        --im-primary-padding-inline-start: 162px
    }
}

#main-container[_ngcontent-ng-c385892400] {
    top: 0
}

.tpl-container[_ngcontent-ng-c385892400] {
    display: flex;
    flex-direction: column;
    inline-size: 100%;
    min-height: 100vh
}

main[_ngcontent-ng-c385892400],
header[_ngcontent-ng-c385892400] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    column-gap: 24px;
    flex: 1
}

main[_ngcontent-ng-c385892400],
header[_ngcontent-ng-c385892400],
footer[_ngcontent-ng-c385892400] {
    flex: 1;
    flex-grow: 0
}

.im-spacer[_ngcontent-ng-c385892400] {
    flex: 2;
    flex-grow: 1;
    inline-size: 100%;
    min-height: 48px;
    grid-column-end: span 4
}

@media (min-width: 744px) {
    main[_ngcontent-ng-c385892400] {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: 1fr;
        column-gap: 24px;
        margin-inline: 64px
    }
}

@media (min-width: 1181px) {
    main[_ngcontent-ng-c385892400] {
        place-items: center;
        margin-inline: 64px;
        flex-grow: 1;
        margin-block-end: 24px
    }
}

@media (min-width: 1280px) {
    main[_ngcontent-ng-c385892400] {
        max-inline-size: 1280px;
        margin-inline: max(64px, (100vw - 1280px) / 2)
    }
}

header[_ngcontent-ng-c385892400] {
    margin-inline: 16px;
    margin-block-start: 16px
}

@media (min-width: 1181px) {
    header[_ngcontent-ng-c385892400] {
        margin-inline: 64px;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: 1fr;
        column-gap: 24px
    }
}

footer[_ngcontent-ng-c385892400] {
    grid-column-end: span 4;
    margin-inline: 16px
}

.im-header[_ngcontent-ng-c385892400] {
    display: grid;
    grid-column-start: 1;
    grid-column-end: span 4
}

@supports (display: inline grid) {
    .im-header[_ngcontent-ng-c385892400] {
        display: inline grid
    }
}

@media (min-width: 1181px) {
    .im-header[_ngcontent-ng-c385892400] {
        grid-column-end: span 12
    }
}

.im-content-primary[_ngcontent-ng-c385892400] {
    display: grid;
    grid-column-end: span 4;
    margin-inline: 16px;
    margin-block-start: 40px
}

@supports (display: inline grid) {
    .im-content-primary[_ngcontent-ng-c385892400] {
        display: inline grid
    }
}

@media (min-width: 744px) {
    .im-content-primary[_ngcontent-ng-c385892400] {
        grid-column: span 12;
        margin-inline: auto;
        inline-size: 75%
    }
}

@media (min-width: 1181px) {
    .im-content-primary[_ngcontent-ng-c385892400] {
        inline-size: 100%;
        grid-column: 2/span 6;
        max-inline-size: 504px
    }
}

@media (min-width: 428px) {
    .im-content-primary[_ngcontent-ng-c385892400] {
        justify-self: center;
        max-inline-size: 504px
    }
}

.im-content-secondary[_ngcontent-ng-c385892400] {
    display: none;
    grid-column-start: 9;
    grid-column-end: span 4
}

@media (min-width: 1181px) {
    .im-content-secondary[_ngcontent-ng-c385892400] {
        inline-size: 100%;
        display: grid
    }

    @supports (display: inline grid) {
        .im-content-secondary[_ngcontent-ng-c385892400] {
            display: inline grid
        }
    }
}

.im-footer[_ngcontent-ng-c385892400] {
    grid-column-end: span 4;
    margin-block-end: 24px
}

@media (min-width: 1181px) {
    .im-footer[_ngcontent-ng-c385892400] {
        margin-block-end: 32px
    }
}

@media (min-width: 1181px) {

    .im-spacer[_ngcontent-ng-c385892400],
    .im-footer[_ngcontent-ng-c385892400] {
        display: none
    }
}

.im-content-secondary-mobile[_ngcontent-ng-c385892400] {
    grid-column-start: 1;
    grid-column-end: span 4;
    display: inline-block;
    justify-self: center;
    block-size: auto;
    margin-bottom: 0
}

@media (min-width: 744px) {
    .im-content-secondary-mobile[_ngcontent-ng-c385892400] {
        grid-column-end: span 12
    }
}

@media (min-width: 1181px) {
    .im-content-secondary-mobile[_ngcontent-ng-c385892400] {
        display: none
    }
}

h1[_ngcontent-ng-c2021898164] {
    margin-block-end: 32px;
    margin-block-end: 16px;
    font-family: Roboto Slab, serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px
}

h1[_ngcontent-ng-c2021898164]:focus-visible {
    outline: none
}

h2[_ngcontent-ng-c2021898164] {
    margin-block-end: 4px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px
}

@media (max-width: 959px) {

    h2 .old-layout[_nghost-ng-c2021898164],
    .old-layout [_nghost-ng-c2021898164] {
        font-size: 16px;
        line-height: 24px
    }
}

fapp-download-app[_ngcontent-ng-c2021898164] {
    flex: 1;
    position: absolute;
    bottom: 0;
    display: none
}

fapp-download-app.ds-android[_ngcontent-ng-c2021898164],
fapp-download-app.ds-ios[_ngcontent-ng-c2021898164] {
    display: block
}

@media (max-width: 744px) {

    .reversed[_ngcontent-ng-c2021898164],
    .single[_ngcontent-ng-c2021898164] {
        display: block;
        flex: 2
    }

    .normal[_ngcontent-ng-c2021898164] {

    }
}

@media (min-width: 744px) {
    .reversed[_ngcontent-ng-c2021898164] {
        display: none
    }

    .normal[_ngcontent-ng-c2021898164] {
        display: block
    }
}

fui-accordion[_ngcontent-ng-c2021898164] {
    inline-size: 100%
}

fui-separator[_ngcontent-ng-c2021898164] {
    margin-block: 16px
}

.normal[_ngcontent-ng-c2021898164] fui-button[_ngcontent-ng-c2021898164] {
    margin-inline-start: 12px
}

.reversed[_ngcontent-ng-c2021898164] fui-button[_ngcontent-ng-c2021898164],
.single[_ngcontent-ng-c2021898164] fui-button[_ngcontent-ng-c2021898164] {
    display: block;
    margin-block: 24px 16px
}

fui-checkbox-with-label[_ngcontent-ng-c2021898164] {
    display: inline-block;
    margin-block-start: 4px;
    margin-inline-start: 2px
}

.content-wrapper[_ngcontent-ng-c2021898164] {
    display: grid;
    grid-template-columns: auto min-content;
    row-gap: 8px
}

fui-toast[_ngcontent-ng-c2021898164] {
    display: block;
    margin-block-start: 21px;
    margin-block-end: 24px
}

[contentsecondary][_ngcontent-ng-c3711733125],
[contentsecondarymobile][_ngcontent-ng-c3711733125] {
    inline-size: 100%
}

[_nghost-ng-c3711733125] {
    inline-size: 100%
}

div[_ngcontent-ng-c3711733125] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

h2[_ngcontent-ng-c3711733125] {
    font-family: Roboto Slab, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-block-end: 8px
}

p[_ngcontent-ng-c3711733125] {
    margin-inline: 64px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media (max-width: 959px) {

    p .old-layout[_nghost-ng-c3711733125],
    .old-layout [_nghost-ng-c3711733125] {
        font-size: 14px;
        line-height: 21px
    }
}

h2[_ngcontent-ng-c3711733125] {
    font-family: Roboto Slab, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px
}

div[_ngcontent-ng-c3711733125] {
    padding-inline: 24px
}

img[_ngcontent-ng-c3711733125] {
    display: inline-block;
    margin-bottom: 56px;
    inline-size: 208px;
    margin-block-end: 40px
}

p[_ngcontent-ng-c3711733125] {
    margin-inline: 0
}

fapp-download-app[_ngcontent-ng-c3711733125] {
    position: absolute;
    top: max(488px, 100vh - 75px - 24px)
}

.fui-background[_ngcontent-ng-c980954113] {
    background: #fff
}

@media (min-width: 1181px) {
    .fui-background[_ngcontent-ng-c980954113] {
        background-color: #edf0eb;
        bottom: 0;
        left: calc(50% + 60px);
        position: fixed;
        height: 100%;
        display: block;
        right: 0;
        top: 0;
        z-index: -2
    }
}

.fui-curve[_ngcontent-ng-c980954113] {
    background: #fff
}

@media (min-width: 1181px) {
    .fui-curve[_ngcontent-ng-c980954113] {
        background: url(/spa/ui/curved-background-new.svg) left top no-repeat;
        background-size: cover;
        bottom: 0;
        left: 0;
        position: absolute;
        top: 0;
        width: 180px;
        z-index: -1
    }
}

.header[_ngcontent-ng-c279199553] {
    display: flex;
    inline-size: 100%;
    position: relative
}

.header-image[_ngcontent-ng-c279199553] {
    flex-grow: 1;
    width: 64px;
    height: 64px;
    align-self: self-start
}

.header-image[_ngcontent-ng-c279199553] a[_ngcontent-ng-c279199553] {
    display: inline-block;
    width: 64px;
    height: 64px
}

.header-locales[_ngcontent-ng-c279199553] {
    flex-grow: 0;
    align-self: center;
    z-index: 9000
}

[_nghost-ng-c2948160475] {
    display: flex;
    justify-content: center
}

p[_ngcontent-ng-c2948160475] {
    font-family: Roboto Slab, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center
}

.im-container[_ngcontent-ng-c2948160475] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    inline-size: 320px
}

.download-buttons[_ngcontent-ng-c2948160475] {
    display: flex;
    gap: 12px;
    align-content: center;
    justify-content: center
}

.download-buttons.ds-android[_ngcontent-ng-c2948160475] fui-appstore[platform=IOS][_ngcontent-ng-c2948160475] {
    display: none
}

.download-buttons.ds-ios[_ngcontent-ng-c2948160475] fui-appstore[platform=ANDROID][_ngcontent-ng-c2948160475] {
    display: none
}

div.container[_ngcontent-ng-c2297254974] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto
}

div.container.open[_ngcontent-ng-c2297254974] button.current[_ngcontent-ng-c2297254974] {
    color: #ff4612
}

div.container.open[_ngcontent-ng-c2297254974] button.current[_ngcontent-ng-c2297254974]:after {
    background-color: #ff4612;
    -webkit-mask: url(/spa/ui/ChevronUp.svg) center no-repeat;
    mask: url(/spa/ui/ChevronUp.svg) center no-repeat
}

div.container.open[_ngcontent-ng-c2297254974] ul[_ngcontent-ng-c2297254974] {
    display: block
}

button.current[_ngcontent-ng-c2297254974] {
    flex-grow: 0;
    border-radius: 0;
    padding: 0;
    block-size: 40px;
    box-sizing: content-box;
    border: none;
    padding-inline-end: 8px;
    white-space: nowrap;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

@media (max-width: 959px) {

    button.current .old-layout[_nghost-ng-c2297254974],
    .old-layout [_nghost-ng-c2297254974] {
        font-size: 16px;
        line-height: 24px
    }
}

button.current[_ngcontent-ng-c2297254974]:after {
    position: relative;
    display: inline-block;
    content: "";
    border: none;
    background-color: #202120;
    -webkit-mask: url(/spa/ui/ChevronDown.svg) center no-repeat;
    mask: url(/spa/ui/ChevronDown.svg) center no-repeat;
    height: 24px;
    aspect-ratio: 1;
    vertical-align: middle;
    margin-inline-start: 8px
}

button.current.btn[_ngcontent-ng-c2297254974]:focus-visible {
    outline: Highlight auto 1px;
    outline: -webkit-focus-ring-color auto 1px
}

ul[_ngcontent-ng-c2297254974] {
    display: none;
    position: absolute;
    top: 40px;
    border-radius: 16px;
    background-color: #fff;
    width: 248px;
    padding: 16px
}

ul[_ngcontent-ng-c2297254974] li[_ngcontent-ng-c2297254974] {
    display: flex;
    align-content: center;
    border-radius: 8px;
    height: 53px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

@media (max-width: 959px) {

    ul li .old-layout[_nghost-ng-c2297254974],
    .old-layout [_nghost-ng-c2297254974] {
        font-size: 16px;
        line-height: 24px
    }
}

ul[_ngcontent-ng-c2297254974] li[_ngcontent-ng-c2297254974] button[_ngcontent-ng-c2297254974] {
    width: 100%;
    border: none;
    background: none;
    text-align: start;
    padding-inline-start: 16px;
    color: #202120
}

ul[_ngcontent-ng-c2297254974] li.selected[_ngcontent-ng-c2297254974] button[_ngcontent-ng-c2297254974] {
    color: #202120;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px
}

@media (max-width: 959px) {

    ul li.selected button .old-layout[_nghost-ng-c2297254974],
    .old-layout [_nghost-ng-c2297254974] {
        font-size: 16px;
        line-height: 24px
    }
}

ul[_ngcontent-ng-c2297254974] li[_ngcontent-ng-c2297254974]:hover {
    background-color: #edf0eb
}

ol[_ngcontent-ng-c3297618148] {
    list-style: auto
}

.im-container[_ngcontent-ng-c3297618148] {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr
}

@media (min-width: 428px) {
    .im-container[_ngcontent-ng-c3297618148] {
        grid-template-columns: auto 1fr
    }
}

@media (min-width: 428px) and (max-width: 744px) {
    .im-container[_ngcontent-ng-c3297618148] {
        justify-items: start
    }
}

.qr-container[_ngcontent-ng-c3297618148] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: solid 1px #D5DCD1;
    padding: 16px;
    padding-block-end: 8px;
    inline-size: auto
}

@media (max-width: 428px) {
    .qr-container[_ngcontent-ng-c3297618148] {
        inline-size: 100%
    }
}

@media (min-width: 744px) {
    .qr-container[_ngcontent-ng-c3297618148] {
        justify-self: start
    }
}

.steps-container[_ngcontent-ng-c3297618148] {
    align-self: center
}

fapp-qr-code[_ngcontent-ng-c3297618148] {
    display: flex
}

h2[_ngcontent-ng-c3297618148] {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 0
}

span[_ngcontent-ng-c90662284] {
    flex-direction: row;
    align-items: center;
    display: inline-flex;
    inline-size: 100%;
    color: #4a4d49;
    margin-block: 16px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media (max-width: 959px) {

    span .old-layout[_nghost-ng-c90662284],
    .old-layout [_nghost-ng-c90662284] {
        font-size: 14px;
        line-height: 21px
    }
}

span[_ngcontent-ng-c90662284]:before,
span[_ngcontent-ng-c90662284]:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d5dcd1
}

span[_ngcontent-ng-c90662284]:before {
    margin-inline-end: 8px
}

span[_ngcontent-ng-c90662284]:after {
    margin-inline-start: 8px
}

#toggle[_ngcontent-ng-c471075519] {
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    inline-size: calc(100% + 32px);
    margin-inline-start: -16px;
    top: 0;
    left: 0
}

#toggle.closed[_ngcontent-ng-c471075519],
#toggle.open[_ngcontent-ng-c471075519] {
    margin-block-start: -16px;
    block-size: calc(100% + 32px)
}

.im-container[_ngcontent-ng-c471075519] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    border: solid 1px #D5DCD1;
    min-block-size: 56px;
    margin: 0;
    gap: 20px;
    padding: 16px;
    background-color: #f9faf9
}

.im-container.open[_ngcontent-ng-c471075519] {
    cursor: default
}

.im-container.open[_ngcontent-ng-c471075519] .content-wrapper[_ngcontent-ng-c471075519] {
    grid-template-rows: 1fr
}

.im-container.open[_ngcontent-ng-c471075519] .content-wrapper[_ngcontent-ng-c471075519] .inner-wrapper[_ngcontent-ng-c471075519] {
    opacity: 1;
    margin-block-start: 20px
}

.im-container.closed[_ngcontent-ng-c471075519] {
    cursor: pointer;
}

.im-container.closed[_ngcontent-ng-c471075519] .content-wrapper[_ngcontent-ng-c471075519] {
    grid-template-rows: 0fr
}

.im-container.closed[_ngcontent-ng-c471075519] .content-wrapper[_ngcontent-ng-c471075519] .inner-wrapper[_ngcontent-ng-c471075519] {
    opacity: 0;
    margin-block-start: 0
}

.im-container.init[_ngcontent-ng-c471075519] .content-wrapper[_ngcontent-ng-c471075519] {
    transition: grid-template-rows .5s ease-out
}

.im-container.init[_ngcontent-ng-c471075519] .content-wrapper[_ngcontent-ng-c471075519] .inner-wrapper[_ngcontent-ng-c471075519] {
    transition: margin-block-start .5s ease-out, opacity .5s ease-out
}

.content-wrapper[_ngcontent-ng-c471075519] {
    margin: 0;
    padding: 0;
    inline-size: 100%;
    display: grid;
    grid-template-rows: 0fr
}

.content-wrapper[_ngcontent-ng-c471075519] .inner-wrapper[_ngcontent-ng-c471075519] {
    overflow: hidden
}

.content-wrapper[_ngcontent-ng-c471075519] .inner-wrapper.open[_ngcontent-ng-c471075519] {
    overflow: visible
}

.header[_ngcontent-ng-c471075519] {
    position: relative;
    display: flex;
    flex-direction: column;
    inline-size: 100%
}

button[_ngcontent-ng-c471075519] {
    display: flex;
    flex-direction: row;
    border: none;
    background-color: transparent;
    inline-size: 100%;
    align-items: center;
    padding: 0;
    color: #212121
}

button[_ngcontent-ng-c471075519] span[_ngcontent-ng-c471075519] {
    flex: 1;
    text-align: start;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media (max-width: 959px) {

    button span .old-layout[_nghost-ng-c471075519],
    .old-layout [_nghost-ng-c471075519] {
        font-size: 14px;
        line-height: 21px
    }
}

button[_ngcontent-ng-c471075519]:focus-visible {
    outline: Highlight auto 2px;
    outline: -webkit-focus-ring-color auto 2px;
    border-radius: 3px
}

button.open[_ngcontent-ng-c471075519]:after {
    -webkit-mask: url(/spa/ui/ChevronUp.svg) center no-repeat;
    mask: url(/spa/ui/ChevronUp.svg) center no-repeat
}

button[_ngcontent-ng-c471075519]:after {
    content: "";
    background-color: #202120;
    -webkit-mask: url(/spa/ui/ChevronDown.svg) center no-repeat;
    mask: url(/spa/ui/ChevronDown.svg) center no-repeat;
    block-size: 24px;
    aspect-ratio: 1
}

label[_ngcontent-ng-c4085660809] {
    inline-size: 100%;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px
}

@media (max-width: 959px) {

    label .old-layout[_nghost-ng-c4085660809],
    .old-layout [_nghost-ng-c4085660809] {
        font-size: 16px;
        line-height: 24px
    }
}

.content[_ngcontent-ng-c4085660809] {
    margin-block-start: 4px
}

.desc[_ngcontent-ng-c4085660809],
.errors[_ngcontent-ng-c4085660809] {
    margin-block-start: 8px
}

.desc[_ngcontent-ng-c4085660809]:empty,
.errors[_ngcontent-ng-c4085660809]:empty {
    margin-top: 0
}

[_nghost-ng-c4253587548] {
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.ng-invalid.form-pristine[_nghost-ng-c4253587548] .phone-main[_ngcontent-ng-c4253587548] {
    border: 1px solid #DB0000
}

.phone-separator[_ngcontent-ng-c4253587548] {
    inline-size: 1px;
    block-size: 28px;
    background-color: #9fa59b;
    align-self: center;
    margin-inline: 1px 14px
}

.phone-main[_ngcontent-ng-c4253587548] {
    display: flex;
    border: 1px solid #747474;
    border-radius: 8px;
    padding: 1px;
    background-color: #fff;
    height: 52px
}

.phone-main[_ngcontent-ng-c4253587548]::placeholder {
    color: #747474
}

.phone-main.error[_ngcontent-ng-c4253587548] {
    border: 1px solid #DB0000
}

.phone-main[_ngcontent-ng-c4253587548]:focus-visible,
.phone-main[_ngcontent-ng-c4253587548]:hover,
.phone-main[_ngcontent-ng-c4253587548]:focus-within {
    border: 1px solid transparent;
    outline: 2px solid #008048;
    outline-offset: -1px
}

.national-code[_ngcontent-ng-c4253587548] {
    color: #202120
}

.phone-number[_ngcontent-ng-c4253587548] {
    display: flex;
    flex-grow: 1;
    align-items: center
}

.country-code[_ngcontent-ng-c4253587548] {
    border: none;
    background-color: transparent;
    display: flex;
    flex-shrink: 0;
    flex-direction: row;
    align-items: center;
    padding: 14px 3px 14px 16px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

@media (max-width: 959px) {

    .country-code .old-layout[_nghost-ng-c4253587548],
    .old-layout [_nghost-ng-c4253587548] {
        font-size: 16px;
        line-height: 24px
    }
}

.country-code[_ngcontent-ng-c4253587548]:after {
    display: inline-block;
    content: " ";
    background: url(/spa/ui/ChevronDown.svg) no-repeat center;
    width: 24px;
    height: 24px;
    margin-left: 4px
}

.country-code[_ngcontent-ng-c4253587548]:focus-visible {
    border-radius: 12px;
    outline: Highlight auto 2px;
    outline: -webkit-focus-ring-color auto 2px;
    outline-offset: -3px
}

.country-code[_ngcontent-ng-c4253587548] img[_ngcontent-ng-c4253587548] {
    margin-right: 8px;
    display: inline-block
}

@media (min-width: 744px) {
    .country-code[_ngcontent-ng-c4253587548] img[_ngcontent-ng-c4253587548] {
        display: none
    }
}

@media (min-width: 800px) {
    .country-code[_ngcontent-ng-c4253587548] img[_ngcontent-ng-c4253587548] {
        display: inline-block
    }
}

[_nghost-ng-c3407069862] {
    position: relative
}

.large[_nghost-ng-c3407069862] button[_ngcontent-ng-c3407069862] {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px
}

@media (max-width: 959px) {

    .large[_nghost-ng-c3407069862] button[_ngcontent-ng-c3407069862] .old-layout[_nghost-ng-c3407069862],
    .old-layout [_nghost-ng-c3407069862] {
        font-size: 16px;
        line-height: 24px
    }
}

.medium[_nghost-ng-c3407069862] button[_ngcontent-ng-c3407069862] {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

@media (max-width: 959px) {

    .medium[_nghost-ng-c3407069862] button[_ngcontent-ng-c3407069862] .old-layout[_nghost-ng-c3407069862],
    .old-layout [_nghost-ng-c3407069862] {
        font-size: 14px;
        line-height: 21px
    }
}

.primary[_nghost-ng-c3407069862] button[_ngcontent-ng-c3407069862] {
    color: #fff;
    background-color: #1da067;
    border-color: #22ba78;
    width: 100%;
    height: 100%;
    padding: 11px 23px;
    box-sizing: border-box;
    border-radius: 8px
}

.primary[_nghost-ng-c3407069862] button[_ngcontent-ng-c3407069862]:hover {
    color: #fff;
    background-color: #008048;
    border-color: #1a8e5c
}

.primary[_nghost-ng-c3407069862] button[_ngcontent-ng-c3407069862]:active {
    color: #fff;
    background-color: #008048;
    border-color: #1a8e5c;
    box-shadow: inset 0 0 4px #00000040
}

.primary[_nghost-ng-c3407069862] button[_ngcontent-ng-c3407069862]:focus {
    color: #fff;
    background-color: #008048;
    border-color: #1a8e5c
}

.primary[_nghost-ng-c3407069862] button[_ngcontent-ng-c3407069862]:focus-visible {
    outline: Highlight auto 3px;
    outline: -webkit-focus-ring-color auto 3px;
    outline-offset: 2px
}

.primary[_nghost-ng-c3407069862] button[aria-disabled=true][_ngcontent-ng-c3407069862] {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    color: #747474;
    opacity: 1;
    outline: none;
    cursor: not-allowed
}

.primary[_nghost-ng-c3407069862] button[aria-disabled=true][_ngcontent-ng-c3407069862]:active {
    box-shadow: none
}

.ghost[_nghost-ng-c3407069862] button[_ngcontent-ng-c3407069862] {
    color: #1da067;
    background-color: transparent;
    border-color: #1da067;
    width: 100%;
    height: 100%;
    padding: 11px 23px;
    box-sizing: border-box;
    border-radius: 8px
}

.ghost[_nghost-ng-c3407069862] button[_ngcontent-ng-c3407069862]:hover {
    color: #008048;
    background-color: transparent;
    border-color: #008048
}

.ghost[_nghost-ng-c3407069862] button[_ngcontent-ng-c3407069862]:active {
    color: #008048;
    background-color: transparent;
    border-color: #008048;
    box-shadow: inset 0 0 4px #00000040
}

.ghost[_nghost-ng-c3407069862] button[_ngcontent-ng-c3407069862]:focus {
    color: #008048;
    background-color: transparent;
    border-color: #008048
}

.ghost[_nghost-ng-c3407069862] button[_ngcontent-ng-c3407069862]:focus-visible {
    outline: Highlight auto 3px;
    outline: -webkit-focus-ring-color auto 3px;
    outline-offset: 2px
}

.ghost[_nghost-ng-c3407069862] button[aria-disabled=true][_ngcontent-ng-c3407069862] {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    color: #747474;
    opacity: 1;
    outline: none;
    cursor: not-allowed
}

.ghost[_nghost-ng-c3407069862] button[aria-disabled=true][_ngcontent-ng-c3407069862]:active {
    box-shadow: none
}

.ghost[_nghost-ng-c3407069862] button[_ngcontent-ng-c3407069862]:focus {
    box-shadow: none
}

span.loading[_ngcontent-ng-c3407069862] {
    visibility: hidden
}

fui-spinner[_ngcontent-ng-c3407069862] {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-inline-size: 24px;
    max-block-size: 24px;
    display: inline-block
}

fui-input-phone-number .ng-invalid[_nghost-ng-c1154913336] input[_ngcontent-ng-c1154913336] {
    border: none;
    outline: none
}

fui-input-phone-number[_nghost-ng-c1154913336] input[_ngcontent-ng-c1154913336],
fui-input-phone-number [_nghost-ng-c1154913336] input[_ngcontent-ng-c1154913336] {
    inline-size: calc(100% - 12px);
    block-size: 28px;
    border: none;
    outline: none;
    padding: 0
}

fui-input-phone-number[_nghost-ng-c1154913336] input.focusKbd[_ngcontent-ng-c1154913336],
fui-input-phone-number [_nghost-ng-c1154913336] input.focusKbd[_ngcontent-ng-c1154913336] {
    outline-offset: 6px;
    border-radius: 3px;
    margin-inline-end: 10px;
    outline: Highlight auto 2px;
    outline: -webkit-focus-ring-color auto 2px
}

fui-input-phone-number[_nghost-ng-c1154913336] input[_ngcontent-ng-c1154913336]:focus-visible,
fui-input-phone-number [_nghost-ng-c1154913336] input[_ngcontent-ng-c1154913336]:focus-visible,
fui-input-phone-number[_nghost-ng-c1154913336] input[_ngcontent-ng-c1154913336]:hover,
fui-input-phone-number [_nghost-ng-c1154913336] input[_ngcontent-ng-c1154913336]:hover {
    padding: 0
}

fui-input-phone-number[_nghost-ng-c1154913336] input[_ngcontent-ng-c1154913336]:focus-visible.error,
fui-input-phone-number [_nghost-ng-c1154913336] input[_ngcontent-ng-c1154913336]:focus-visible.error,
fui-input-phone-number[_nghost-ng-c1154913336] input[_ngcontent-ng-c1154913336]:hover.error,
fui-input-phone-number [_nghost-ng-c1154913336] input[_ngcontent-ng-c1154913336]:hover.error {
    padding: 0
}

fui-input-phone-number[_nghost-ng-c1154913336] input[_ngcontent-ng-c1154913336]:hover,
fui-input-phone-number [_nghost-ng-c1154913336] input[_ngcontent-ng-c1154913336]:hover {
    padding: 0
}

fui-input-phone-number[_nghost-ng-c1154913336] input[_ngcontent-ng-c1154913336]:hover.error,
fui-input-phone-number [_nghost-ng-c1154913336] input[_ngcontent-ng-c1154913336]:hover.error {
    padding: -2px
}

[_nghost-ng-c1154913336] {
    width: 100%
}

input[_ngcontent-ng-c1154913336] {
    width: 100%;
    box-sizing: border-box;
    height: 52px;
    background: #fff;
    border: 1px solid #747474;
    border-radius: 8px;
    outline: none;
    padding: 12px 20px;
    color: #212121;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

@media (max-width: 959px) {

    input .old-layout[_nghost-ng-c1154913336],
    .old-layout [_nghost-ng-c1154913336] {
        font-size: 16px;
        line-height: 24px
    }
}

input[_ngcontent-ng-c1154913336]::placeholder {
    color: #747474
}

input[_ngcontent-ng-c1154913336]:focus-visible,
input[_ngcontent-ng-c1154913336]:hover {
    border: 1px solid transparent;
    outline: 2px solid #008048;
    outline-offset: -1px;
    padding: 11px 19px
}

input[_ngcontent-ng-c1154913336]:focus-visible.error,
input[_ngcontent-ng-c1154913336]:hover.error {
    padding: 11px 20px
}

input.focusKbd[_ngcontent-ng-c1154913336] {
    outline-offset: 6px;
    border-radius: 3px;
    margin-inline-end: 10px;
    outline: Highlight auto 2px;
    outline: -webkit-focus-ring-color auto 2px
}

.ng-invalid[_nghost-ng-c1154913336] input[_ngcontent-ng-c1154913336] {
    border: 1px solid #DB0000
}

input.error[_ngcontent-ng-c1154913336] {
    border: 1px solid #DB0000
}

[_nghost-ng-c3964024345] {
    display: block;
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    inset: 0
}

.skrim[_ngcontent-ng-c3964024345] {
    background-color: #202120;
    opacity: .4;
    width: 100vw;
    height: 100vh
}

.skrim-content[_ngcontent-ng-c3964024345] {
    inset: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    margin: auto;
    padding-left: 64px;
    padding-right: 64px;
    align-items: center;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    column-gap: 24px
}

@media (max-width: 959px) {
    .skrim-content[_ngcontent-ng-c3964024345] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        column-gap: 24px;
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width: 427px) {
    .skrim-content[_ngcontent-ng-c3964024345] {
        padding-left: 0;
        padding-right: 0
    }
}

[_nghost-ng-c2760596364] {
    grid-column-start: 5;
    grid-column-end: span 4;
    margin: -24px;
    min-width: 420px;
    width: 100%
}

@media (min-width: 744px) {
    [_nghost-ng-c2760596364] {
        width: auto;
        max-width: 420px
    }
}

@media (max-width: 959px) {
    [_nghost-ng-c2760596364] {
        grid-column-start: inherit;
        grid-column-end: inherit;
        margin: auto;
        min-width: inherit
    }
}

header[_ngcontent-ng-c2760596364] {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 20px
}

.cl-container[_ngcontent-ng-c2760596364] {
    background-color: #fff;
    box-shadow: 0 16px 24px #00000040;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 32px);
    height: calc(100dvh - 32px)
}

@media (min-width: 744px) {
    .cl-container[_ngcontent-ng-c2760596364] {
        height: calc(100vh - 160px)
    }
}

@media (max-width: 427px) {
    .cl-container[_ngcontent-ng-c2760596364] {
        border-radius: 0;
        block-size: 100vh
    }
}

@media (max-width: 427px) {
    .cl-container.mobile[_ngcontent-ng-c2760596364] {
        margin-block-start: 32px;
        padding-block-start: 24px
    }

    .cl-container.mobile[_ngcontent-ng-c2760596364] .cl-close[_ngcontent-ng-c2760596364] {
        top: 42px
    }
}

.cl-sub-container[_ngcontent-ng-c2760596364] {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.cl-close[_ngcontent-ng-c2760596364] {
    background: url(/spa/ui/close.svg) no-repeat center;
    width: 24px;
    height: 24px;
    border: none;
    position: absolute;
    top: 18px;
    right: 12px;
    padding: 0
}

.cl-clear[_ngcontent-ng-c2760596364] {
    background: url(/spa/ui/clear.svg) no-repeat center;
    width: 24px;
    height: 24px;
    border: none
}

h1[_ngcontent-ng-c2760596364] {
    margin: 0;
    margin-block-end: 16px;
    font-size: 28px;
    line-height: 36px;
    font-family: Roboto Slab, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px
}

h1[_ngcontent-ng-c2760596364]:focus-visible {
    outline: none
}

h2[_ngcontent-ng-c2760596364] {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px
}

@media (max-width: 959px) {

    h2 .old-layout[_nghost-ng-c2760596364],
    .old-layout [_nghost-ng-c2760596364] {
        font-size: 16px;
        line-height: 24px
    }
}

.cl-countries[_ngcontent-ng-c2760596364] {
    overflow: scroll;
    padding: 0 16px
}

@media (min-width: 428px) {
    .cl-countries[_ngcontent-ng-c2760596364] {
        padding: 0 40px
    }
}

ul[_ngcontent-ng-c2760596364] {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 24px
}

ul.all[_ngcontent-ng-c2760596364] {
    margin-bottom: 0;
    flex: 0 1
}

.search[_ngcontent-ng-c2760596364] {
    border: solid 1px #747474;
    border-radius: 8px;
    margin: 4px 16px 24px;
    padding: 12px 5px 12px 16px;
    display: flex
}

.search[_ngcontent-ng-c2760596364]:focus-within,
.search[_ngcontent-ng-c2760596364]:hover {
    border: 1px solid transparent;
    outline: 2px solid #008048;
    outline-offset: -1px
}

@media (min-width: 428px) {
    .search[_ngcontent-ng-c2760596364] {
        margin: 4px 40px 24px
    }
}

.search[_ngcontent-ng-c2760596364] input[_ngcontent-ng-c2760596364] {
    width: 100%;
    height: 24px;
    outline: none;
    border: none;
    padding-left: 30px;
    background: url(/spa/ui/looking-glass.svg) no-repeat;
    background-position-y: center;
    flex: 2 0;
    color: #212121;
    caret-color: #009eb4;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media (max-width: 959px) {

    .search input .old-layout[_nghost-ng-c2760596364],
    .old-layout [_nghost-ng-c2760596364] {
        font-size: 14px;
        line-height: 21px
    }
}

.search[_ngcontent-ng-c2760596364] input[_ngcontent-ng-c2760596364]::placeholder {
    color: #747474
}

.search[_ngcontent-ng-c2760596364] button[_ngcontent-ng-c2760596364] {
    visibility: hidden
}

.search[_ngcontent-ng-c2760596364] button.cl-typing[_ngcontent-ng-c2760596364] {
    visibility: visible
}

.cl-available-no-results[_ngcontent-ng-c2760596364],
.cl-supported-no-results[_ngcontent-ng-c2760596364] {
    display: none
}

.cl-no-results[_ngcontent-ng-c2760596364] {
    margin-top: 0;
    margin-bottom: 24px;
    color: #747474;
    display: none;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

@media (max-width: 959px) {

    .cl-no-results .old-layout[_nghost-ng-c2760596364],
    .old-layout [_nghost-ng-c2760596364] {
        font-size: 16px;
        line-height: 24px
    }
}

.cl-no-results.no-results[_ngcontent-ng-c2760596364] {
    display: block
}

ol.qr-steps {
    margin-inline-start: 4px;
    color: #212121;
    line-height: 32px;
    padding-inline-start: 0;
    list-style: decimal inside;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media (max-width: 959px) {
    ol.qr-steps :host-context(.old-layout) {
        font-size: 14px;
        line-height: 21px
    }
}

ol.qr-steps img {
    inline-size: 24px;
    block-size: 24px;
    margin-block-end: -7px
}

a,
a:link,
a:hover,
a:link:hover,
a:visited {
    color: #008048
}

a:any-link:hover,
a:any-link:active {
    color: #003920
}

a:any-link:focus-visible {
    color: #003920;
    outline: Highlight auto 1px;
    outline: -webkit-focus-ring-color auto 1px;
    border-radius: 2px
}

p.qr-steps {
    margin-block-start: 8px
}

p.qr-steps a {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media (max-width: 959px) {
    p.qr-steps a :host-context(.old-layout) {
        font-size: 14px;
        line-height: 21px
    }
}

[_nghost-ng-c1931514139] {
    margin-inline: auto
}

button.main[_ngcontent-ng-c607757922] {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: inset 0 -1px #e6e6e6;
    color: #202120;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

@media (max-width: 959px) {

    button.main .old-layout[_nghost-ng-c607757922],
    .old-layout [_nghost-ng-c607757922] {
        font-size: 16px;
        line-height: 24px
    }
}

button.main[_ngcontent-ng-c607757922]:hover {
    background-color: #f9faf9
}

button.main[_ngcontent-ng-c607757922]:active {
    color: #212121;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px
}

@media (max-width: 959px) {

    button.main:active .old-layout[_nghost-ng-c607757922],
    .old-layout [_nghost-ng-c607757922] {
        font-size: 16px;
        line-height: 24px
    }
}

button.main.selected[_ngcontent-ng-c607757922] {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px
}

@media (max-width: 959px) {

    button.main.selected .old-layout[_nghost-ng-c607757922],
    .old-layout [_nghost-ng-c607757922] {
        font-size: 16px;
        line-height: 24px
    }
}

button.main.selected[_ngcontent-ng-c607757922] .country-code[_ngcontent-ng-c607757922]:after {
    display: inline-block;
    content: " ";
    background: url(/spa/ui/country-check.svg) no-repeat center;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    vertical-align: -6px
}

div.sub[_ngcontent-ng-c607757922] {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.country-name[_ngcontent-ng-c607757922] {
    text-align: start;
    display: inline-block;
    margin-right: auto
}

.country-code[_ngcontent-ng-c607757922] {
    margin-right: 8px
}

.country-flag[_ngcontent-ng-c607757922] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    margin: 18px 8px
}

.country-flag[_ngcontent-ng-c607757922] img[_ngcontent-ng-c607757922] {
    width: 24px;
    height: 24px
}
