.trTextarea[data-v-0ca37d8d] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 100%
}

.trTextarea .__input[data-v-0ca37d8d] {
    background: #f0f3f7;
    border-radius: 1rem;
    color: #000;
    font-family: Trade Republic Sans Display, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2rem;
    min-height: 3.5rem;
    padding: .75rem 1rem;
    resize: vertical;
    transition: background .3s ease-in-out
}

.trTextarea .__input[data-v-0ca37d8d]::-moz-placeholder {
    color: #c4cbd1
}

.trTextarea .__input[data-v-0ca37d8d]::placeholder {
    color: #c4cbd1
}

.trTextarea .__input[data-v-0ca37d8d]:hover {
    background: #e7e9ed
}

.trTextarea .__input[data-v-0ca37d8d]:focus,
.trTextarea .__input[data-v-0ca37d8d]:focus-visible {
    border: none;
    outline: thin
}

.trFileInput[data-v-cc011de0] {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-family: Trade Republic Sans Display, sans-serif;
    font-size: 1rem;
    gap: 1.5rem;
    line-height: 1.375;
    transition: all .3s ease-in-out;
    width: 100%
}

.trFileInput .__input[data-v-cc011de0] {
    all: unset;
    color: #c4cbd1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.trFileInput .__input[type=file][data-v-cc011de0]::file-selector-button {
    display: none
}

.trFileInput .__label[data-v-cc011de0] {
    align-items: center;
    display: flex;
    font-weight: 600;
    height: 3.5rem;
    justify-content: space-between;
    width: 9.4375rem
}

.trSearchInput[data-v-6b9e98c7] {
    bottom: max(env(keyboard-inset-height, 0px) + 16px, 16px);
    left: 0;
    position: absolute;
    transition: all .15s ease-out;
    width: 100%;
    z-index: 1011
}

.trSearchInput__blur[data-v-6b9e98c7] {
    background: linear-gradient(180deg, #fff -9.91%, #fff0 87.61%);
    filter: blur(17.5px);
    height: 100%;
    position: absolute;
    width: 100%
}

.trSearchInput__inputGroup[data-v-6b9e98c7] {
    display: flex;
    margin: 1rem 2rem;
    position: relative
}

.trSearchInput__iconSearch[data-v-6b9e98c7] {
    left: 1.5rem
}

.trSearchInput__iconCross[data-v-6b9e98c7],
.trSearchInput__iconSearch[data-v-6b9e98c7] {
    color: #8c939c;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.trSearchInput__iconCross[data-v-6b9e98c7] {
    filter: brightness(0);
    right: 1.5rem
}

.trSearchInput__input[data-v-6b9e98c7] {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background: #8f98a333;
    border-radius: 1rem;
    box-shadow: 0 24px 15px #8c939b0d, 0 11px 11px #8c939b1c, 0 3px 6px #8c939b24;
    color: #000;
    cursor: pointer;
    font-family: Trade Republic Sans Display, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2rem;
    padding: 1rem 3.25rem;
    text-overflow: ellipsis;
    width: 100%
}

@keyframes blink_opacity-6b9e98c7 {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.trSearchInput__input[data-v-6b9e98c7]:focus {
    animation: blink_opacity-6b9e98c7 .01s
}

.trSelect[data-v-c923d050] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    position: relative;
    width: 100%
}

.trSelect__input-group[data-v-c923d050] {
    cursor: pointer;
    display: flex;
    position: relative
}

.trSelect-enter-active[data-v-c923d050],
.trSelect-leave-active[data-v-c923d050] {
    transition: all .1s ease-out 0s
}

.trSelect-enter-from[data-v-c923d050],
.trSelect-leave-to[data-v-c923d050] {
    transform: translateY(-2%)
}

.trSelect__description[data-v-c923d050] {
    color: #8c939c
}

.trSelect__input[data-v-c923d050] {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%
}

.trSelect__selection[data-v-c923d050] {
    background: #f0f3f7;
    border-radius: 1rem;
    color: #000;
    cursor: pointer;
    font-family: Trade Republic Sans Display, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2rem;
    min-height: 3.5rem;
    padding: .75rem 2.5rem .75rem 1rem;
    transition: all .3s ease-in-out;
    width: 100%
}

.trSelect__selection[data-v-c923d050]:hover {
    background: #e7e9ed
}

.trSelect__selection-placeholder[data-v-c923d050] {
    color: #c4cbd1
}

.trSelect__selection-dark[data-v-c923d050] {
    background: #0f0f0fe6;
    color: #fff
}

.trSelect__icon[data-v-c923d050] {
    color: #c4cbd1;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg)
}

.trSelect-open .trSelect__icon[data-v-c923d050] {
    transform: translateY(-50%) rotate(-90deg)
}

.trSelect__menu[data-v-c923d050] {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 12px #00000014;
    min-width: 300px;
    overflow-y: auto;
    padding: .5rem;
    position: fixed;
    z-index: 1010
}

.trSelect__menu-dark[data-v-c923d050] {
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    background: #0f0f0fe6;
    color: #fff
}

.trSelect__option[data-v-c923d050] {
    align-items: center;
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:744px) {
    .trSelect__option[data-v-c923d050]:hover {
        background: #f0f3f7
    }
}

.trSelect__option-single[data-v-c923d050] {
    justify-content: space-between
}

.trSelect__option-multiple[data-v-c923d050] {
    gap: .75rem
}

.trSelect__option-text[data-v-c923d050] {
    padding: 20px 0
}

@media only screen and (min-width:744px) {
    .trSelect__option-text[data-v-c923d050] {
        padding: .75rem 1rem
    }
}

.trSelect__option-icon-text[data-v-c923d050] {
    padding: 1rem .5rem
}

@media only screen and (min-width:744px) {
    .trSelect__option-icon-text[data-v-c923d050] {
        padding: .75rem 1rem
    }
}

.trSelect__option-dark[data-v-c923d050]:hover {
    background: #000
}

.trSelect__option-icon-unselected[data-v-c923d050] {
    color: #c4cbd1
}

.trSelect__searchNotFound[data-v-c923d050] {
    color: #8c939c;
    padding: 0 .5rem
}

.inputSwitcher[data-v-99265a65] {
    align-items: center;
    display: flex;
    width: 100%
}

.submissionForm .__title[data-v-c4642cb6] {
    margin-bottom: 1.5rem;
    padding: .75rem 0
}

.submissionForm .__form[data-v-c4642cb6] {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.submissionForm .__form .__inputFileGroup[data-v-c4642cb6] {
    margin-top: 1rem
}

.submissionForm .__form .__inputOptionalGroup[data-v-c4642cb6] {
    display: flex;
    flex-direction: column;
    gap: 1.75rem
}

.submissionForm .__form .__inputFile[data-v-c4642cb6],
.submissionForm .__form .__inputText[data-v-c4642cb6] {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.submissionForm .__form .__inputText[data-v-c4642cb6] {
    color: #c4cbd1
}

.submissionForm .__form .__label[data-v-c4642cb6] {
    margin: 1.75rem 0 .5rem
}

.submissionForm .__submit[data-v-c4642cb6] {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-top: 4rem
}

.submissionForm .__submit[data-v-c4642cb6]>button {
    flex: none
}

.submissionForm .__submit[data-v-c4642cb6] a {
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px
}

.greenhouseHtmlRenderer * {
    font-family: Trade Republic Sans Display, sans-serif;
    font-size: 1rem;
    letter-spacing: .0125rem;
    line-height: 1.375
}

.greenhouseHtmlRenderer h4 {
    font-size: 1.5rem;
    line-height: 1.25;
    padding: .75rem 0;
    text-transform: lowercase
}

.greenhouseHtmlRenderer h4>br {
    display: none
}

.greenhouseHtmlRenderer h4:not(:first-child) {
    margin-top: 2rem
}

.greenhouseHtmlRenderer h4:first-letter {
    text-transform: uppercase
}

.greenhouseHtmlRenderer ul {
    list-style: none;
    margin-top: 1rem;
    padding: 0
}

.greenhouseHtmlRenderer li {
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative
}

.greenhouseHtmlRenderer ul>li:last-child {
    margin-bottom: 0
}

.greenhouseHtmlRenderer li:before {
    background-color: #000;
    content: "";
    height: .15625rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .78125rem
}

.greenhouseHtmlRenderer .content-conclusion {
    font-weight: 640;
    margin-top: 6rem
}

.linksPopup[data-v-24b4c055] {
    display: flex;
    flex-direction: column
}

.linksPopup .__subtitle[data-v-24b4c055] {
    margin-bottom: 1.5rem
}

.linksPopup .__body .__row[data-v-24b4c055] {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    gap: 4rem;
    padding: .75rem 0
}

.linksPopup .__body .__row-subheader[data-v-24b4c055]:not(:first-child) {
    margin-top: 1rem
}

.linksPopup .__body .__label.-left[data-v-24b4c055] {
    flex: 1 0 0
}

.linksPopup .__body .__label.-right[data-v-24b4c055] {
    align-items: flex-end;
    display: flex;
    flex-direction: column
}

.linksPopup .__footer[data-v-24b4c055] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 3rem
}

.linksPopup .__footerItem[data-v-24b4c055],
.linksPopup .__footerItem[data-v-24b4c055] p {
    display: inline
}

.linksPopup .__footerItem[data-v-24b4c055] a {
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px
}

.responsiveAsset__image[data-v-c12cf539] {
    aspect-ratio: inherit;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: inherit;
    object-fit: inherit;
    width: 100%
}

@media only screen and (min-width:950px) {
    .responsiveAsset__image[data-v-c12cf539] {
        aspect-ratio: inherit
    }
}

.youtubeAsset[data-v-dec5bf79] {
    height: 100%;
    width: 100%
}

.youtubeAsset[data-v-dec5bf79] .youtubeAsset__video {
    border: none;
    height: 100%;
    width: 100%
}

.trMedia[data-v-d41fb64d] {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.trMedia.-rounded[data-v-d41fb64d] {
    border-radius: 1rem
}

.trMedia.-gradientBackground[data-v-d41fb64d] {
    background-image: url(../img/card-video-background.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.trMedia .__asset[data-v-d41fb64d] {
    aspect-ratio: 1;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media only screen and (min-width:950px) {
    .trMedia .__asset[data-v-d41fb64d] {
        aspect-ratio: auto
    }
}

.wrapBalancer-wrap[data-v-9fa256b8] {
    word-wrap: normal
}

.wrapBalancer-balance[data-v-9fa256b8] {
    text-wrap: balance
}

.offerDetailsPopup__title[data-v-8011b2de] {
    white-space: nowrap
}

.offerDetailsPopup__content[data-v-8011b2de] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.offerDetailsPopup__item[data-v-8011b2de] {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

@media only screen and (min-width:950px) {
    .offerDetailsPopup__item[data-v-8011b2de] {
        flex-direction: row
    }
    .offerDetailsPopup__label[data-v-8011b2de] {
        min-width: 10rem;
        width: 10rem
    }
    .offerDetailsPopup__item[data-v-8011b2de] {
        gap: 4rem
    }
}

@media only screen and (min-width:1512px) {
    .offerDetailsPopup__label[data-v-8011b2de] {
        min-width: 11.375rem;
        width: 11.375rem
    }
}

.offerDetailsPopup__footer[data-v-8011b2de] a {
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px
}

.heroSection[data-v-d9dfc48b] {
    align-items: flex-end;
    display: flex;
    height: calc(100vh - 16px);
    height: calc(100svh - 16px);
    max-height: 982px;
    padding: 1rem;
    position: relative
}

.heroSection.-mobileIsWordingAtTheTop[data-v-d9dfc48b] {
    align-items: flex-start
}

@media only screen and (min-width:950px) {
    .heroSection.-mobileIsWordingAtTheTop[data-v-d9dfc48b] {
        align-items: flex-end
    }
}

.heroSection .__media[data-v-d9dfc48b] {
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}

.heroSection .__content[data-v-d9dfc48b] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 100vw;
    padding-bottom: 4rem;
    position: relative;
    width: 100%
}

.heroSection .__content-white[data-v-d9dfc48b] {
    color: #fff
}

.heroSection .__content-black[data-v-d9dfc48b] {
    color: #000
}

.heroSection .__content.-mobileIsWordingAtTheTop[data-v-d9dfc48b] {
    padding-top: 4rem
}

@media only screen and (min-width:950px) {
    .heroSection .__content.-mobileIsWordingAtTheTop[data-v-d9dfc48b] {
        padding-top: 0
    }
}

@media only screen and (min-width:744px) {
    .heroSection .__content[data-v-d9dfc48b] {
        max-width: 68.75rem;
        padding-bottom: 0;
        width: 100%
    }
}

@media only screen and (min-width:1200px) {
    .heroSection .__content[data-v-d9dfc48b] {
        max-width: 87.5rem
    }
}

.heroSection .__subTitle[data-v-d9dfc48b] {
    max-width: 58.75rem
}

.heroSection .__subTitleText[data-v-d9dfc48b],
.heroSection .__subTitleText[data-v-d9dfc48b] p {
    display: inline
}

.heroSection .__subTitleText[data-v-d9dfc48b] a {
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px
}

@media only screen and (min-width:2000px) {
    .heroSection[data-v-d9dfc48b] {
        border-radius: 0 0 1rem 1rem;
        overflow: hidden
    }
}

.cardSection[data-v-0076cfcc] {
    background: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    padding: 8.125rem 1rem 7rem;
    row-gap: 72px
}

.cardSection .__mobile[data-v-0076cfcc] {
    display: flex;
    flex-direction: column;
    gap: 4.5rem
}

.cardSection .__contentSide[data-v-0076cfcc],
.cardSection .__mediaSide[data-v-0076cfcc] {
    display: none
}

.cardSection .__list[data-v-0076cfcc] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: flex-end
}

.cardSection .__listItem-button[data-v-0076cfcc] {
    padding-right: 0
}

.cardSection .__listItem-text[data-v-0076cfcc] {
    max-width: calc(30rem + 52px);
    padding-right: 52px
}

.cardSection .__media[data-v-0076cfcc] {
    align-content: flex-end;
    display: flex;
    flex: 1;
    height: 100%;
    justify-content: flex-start;
    max-height: 100%;
    max-width: 100%;
    width: 100%
}

.cardSection .__aspectRatio[data-v-0076cfcc] {
    display: flex;
    flex-direction: column;
    font-size: clamp(1rem, 1.26vw, 1.75rem);
    justify-content: space-between;
    max-height: 100%;
    max-width: 100%
}

.cardSection.-black[data-v-0076cfcc] {
    background: #000;
    color: #fff
}

.cardSection.-wide[data-v-0076cfcc] {
    height: 100%
}

.cardSection .__title[data-v-0076cfcc] {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.cardSection .__title .__subheader[data-v-0076cfcc] {
    align-items: center;
    display: flex
}

.cardSection .__title .__subheader .__image[data-v-0076cfcc] {
    width: 7.75rem
}

@media only screen and (min-width:376px) {
    .cardSection .__title[data-v-0076cfcc] {
        max-width: 90vw
    }
}

@media only screen and (min-width:480px) {
    .cardSection[data-v-0076cfcc] {
        padding-top: 9rem
    }
}

@media only screen and (min-width:620px) {
    .cardSection .__title[data-v-0076cfcc] {
        max-width: 60vw
    }
}

@media only screen and (min-width:744px) {
    .cardSection .__list[data-v-0076cfcc] {
        margin-bottom: -.375rem
    }
}

@media only screen and (min-width:950px) {
    .cardSection[data-v-0076cfcc] {
        flex-direction: row;
        height: 100%;
        justify-content: space-between;
        min-height: 100vh;
        padding-bottom: 16px;
        padding-top: 9.125rem
    }
    .cardSection .__contentSide[data-v-0076cfcc],
    .cardSection .__mediaSide[data-v-0076cfcc] {
        display: flex
    }
    .cardSection .__mediaSide[data-v-0076cfcc] {
        margin-right: 48px
    }
    .cardSection .__aspectRatio[data-v-0076cfcc] {
        align-items: flex-end;
        width: 100%
    }
    .cardSection .__mobile[data-v-0076cfcc] {
        display: none
    }
    .cardSection .__title[data-v-0076cfcc] {
        gap: 1.6875rem;
        margin-bottom: 6rem;
        margin-top: -.5625rem
    }
    .cardSection .__title .__subheader .__image[data-v-0076cfcc] {
        width: 7.75rem
    }
    .cardSection .__contentSide[data-v-0076cfcc],
    .cardSection .__list[data-v-0076cfcc],
    .cardSection .__title[data-v-0076cfcc] {
        width: min(508px, 100%)
    }
    .cardSection .__list[data-v-0076cfcc] {
        box-sizing: border-box
    }
    .cardSection .__listItem-button[data-v-0076cfcc] {
        padding-right: 3.5rem
    }
    .cardSection .__listItem-text[data-v-0076cfcc] {
        max-width: unset;
        padding-right: 7rem
    }
    .cardSection.-inverted[data-v-0076cfcc] {
        flex-direction: row-reverse
    }
    .cardSection.-inverted .__mediaSide[data-v-0076cfcc] {
        align-items: flex-end;
        flex-direction: column;
        justify-content: flex-start;
        margin-right: 0
    }
    .cardSection.-inverted .__contentSide[data-v-0076cfcc] {
        margin-right: 3rem
    }
    .cardSection.-inverted .__aspectRatio[data-v-0076cfcc] {
        align-items: unset
    }
    .cardSection.-short[data-v-0076cfcc] {
        height: 60vh
    }
}

@media only screen and (min-width:950px) and (max-aspect-ratio:4/3) {
    .cardSection[data-v-0076cfcc] {
        min-height: min(100%, 100vh)
    }
}

.cardSection.-fixedGap[data-v-0076cfcc] {
    gap: 180px;
    justify-content: unset
}

.cardSection.-fixedGap.-inverted[data-v-0076cfcc] {
    justify-content: start
}

.cardSection.-fixedGap .__list[data-v-0076cfcc] {
    gap: 2rem
}

@media only screen and (min-width:1200px) {
    .cardSection .__contentSide[data-v-0076cfcc],
    .cardSection .__list[data-v-0076cfcc],
    .cardSection .__title[data-v-0076cfcc] {
        width: min(33.125rem, 100%)
    }
}

@media only screen and (min-width:1512px) {
    .cardSection[data-v-0076cfcc] {
        padding-top: 9.125rem
    }
    .cardSection .__contentSide[data-v-0076cfcc],
    .cardSection .__list[data-v-0076cfcc],
    .cardSection .__title[data-v-0076cfcc] {
        width: min(37.5rem, 100%)
    }
}

@media only screen and (min-width:2000px) {
    .cardSection[data-v-0076cfcc] {
        gap: 356px
    }
    .cardSection.-black[data-v-0076cfcc] {
        border-radius: 1rem
    }
}

@media (min-height:982px) {
    .cardSection[data-v-0076cfcc] {
        min-height: unset
    }
}

.cardInfoSection[data-v-172aec5f] {
    background: #fff;
    color: #000;
    font-variant-numeric: proportional-nums;
    min-height: 100vh;
    padding: 8.125rem 16px 130px
}

.cardInfoSection[data-v-172aec5f],
.cardInfoSection .__container[data-v-172aec5f] {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    justify-content: space-between
}

.cardInfoSection .__container[data-v-172aec5f] {
    height: 100%
}

.cardInfoSection__title[data-v-172aec5f] {
    position: inherit
}

.cardInfoSection__content[data-v-172aec5f] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    width: 100%
}

.cardInfoSection__stat[data-v-172aec5f] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    white-space: nowrap
}

@media only screen and (min-width:680px) {
    .cardInfoSection__content[data-v-172aec5f] {
        gap: 4rem;
        justify-content: flex-start
    }
}

@media only screen and (min-width:950px) {
    .cardInfoSection[data-v-172aec5f] {
        gap: 8.125rem;
        padding-bottom: 16px
    }
    .cardInfoSection__title[data-v-172aec5f] {
        width: 80%
    }
}

@media (min-height:982px) {
    .cardInfoSection[data-v-172aec5f] {
        min-height: 982px
    }
}

.bannerSection[data-v-215a0500] {
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 187px;
    justify-content: space-between;
    min-height: 100vh;
    padding: 130px 16px 71px
}

.bannerSection__brands[data-v-215a0500] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    max-width: 1056px;
    row-gap: 32px
}

.bannerSection__brands__img[data-v-215a0500] {
    height: 36px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto
}

@media (min-width:744px) {
    .bannerSection__title[data-v-215a0500] {
        width: 50%
    }
    .bannerSection__brands[data-v-215a0500] {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 104px;
        row-gap: 48px
    }
    .bannerSection__brands img[data-v-215a0500] {
        height: 40px;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        width: auto
    }
}

@media (max-width:949px) {
    .bannerSection__brands__img[data-v-215a0500]:last-child {
        flex-basis: 100%;
        -o-object-position: left;
        object-position: left
    }
}

@media (min-height:982px) {
    .bannerSection[data-v-215a0500] {
        min-height: 982px
    }
}

@media only screen and (min-width:2000px) {
    .bannerSection[data-v-215a0500] {
        border-radius: 1rem
    }
}

.accordionItem .__header[data-v-55827b09] {
    align-items: center;
    align-self: stretch;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    transition: all .3s ease-in-out
}

.accordionItem .__header:active .__title[data-v-55827b09] {
    transform: scale(.98)
}

.accordionItem .__title[data-v-55827b09] {
    transition: all .3s ease-in-out
}

.accordionItem .__subtitle[data-v-55827b09] {
    cursor: pointer
}

.accordionItem .__body[data-v-55827b09] {
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.accordionItem .__body.-active[data-v-55827b09] {
    margin-bottom: 3rem;
    opacity: 1;
    padding: 12px 0
}

.accordion[data-v-bc80d5bb] {
    max-width: 100%;
    padding: 0;
    width: 615px
}

.careersModalContent[data-v-5122da2d] {
    display: flex;
    flex-direction: column;
    gap: 4rem
}

.expandableCardSection[data-v-4aed9ed1] {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    padding: 8.125rem 1rem 1rem;
    position: relative;
    width: 100%
}

.expandableCardSection__title[data-v-4aed9ed1] {
    position: inherit
}

.expandableCardSection .__blur[data-v-4aed9ed1],
.expandableCardSection .__mobile[data-v-4aed9ed1] {
    display: flex;
    flex-direction: column
}

.expandableCardSection .__mobile[data-v-4aed9ed1] {
    gap: 4.5rem;
    width: 100%
}

.expandableCardSection .__media[data-v-4aed9ed1] {
    align-content: flex-end;
    display: flex;
    flex: 1;
    height: 100%;
    justify-content: flex-start;
    max-height: 100%;
    max-width: 100%;
    width: 100%
}

.expandableCardSection .__scrollable[data-v-4aed9ed1] {
    display: none
}

.expandableCardSection .__left[data-v-4aed9ed1],
.expandableCardSection .__right[data-v-4aed9ed1] {
    display: flex;
    justify-content: flex-start;
    width: 50%
}

.expandableCardSection .__right[data-v-4aed9ed1] {
    justify-content: flex-end
}

.expandableCardSection .__aspectRatio[data-v-4aed9ed1] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 100%;
    max-width: 100%
}

.expandableCardSection .__content[data-v-4aed9ed1] {
    display: flex;
    flex-direction: column;
    gap: 17.5rem;
    height: 100%;
    overflow: scroll
}

.expandableCardSection .__left[data-v-4aed9ed1] {
    overflow: auto
}

.expandableCardSection .__spacer[data-v-4aed9ed1] {
    flex-basis: 100%
}

@media only screen and (min-width:950px) {
    .expandableCardSection .__scrollable[data-v-4aed9ed1] {
        display: flex;
        gap: 1rem;
        justify-content: space-between;
        overflow: auto;
        width: 100%
    }
    .expandableCardSection .__right[data-v-4aed9ed1] {
        height: calc(100vh - 130px)
    }
    .expandableCardSection .__mobile[data-v-4aed9ed1] {
        display: none
    }
}

@media (min-height:982px) {
    .expandableCardSection[data-v-4aed9ed1] {
        min-height: 982px
    }
    .expandableCardSection .__right[data-v-4aed9ed1] {
        height: 852px
    }
}

.careerSection .__item[data-v-671e854a] {
    margin-left: -16px;
    width: 100%
}

.expandableCardSection[data-v-dc893243] {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    padding: 8.125rem 1rem 1rem;
    position: relative;
    width: 100%
}

.expandableCardSection__title[data-v-dc893243] {
    position: inherit
}

.expandableCardSection .__blur[data-v-dc893243],
.expandableCardSection .__mobile[data-v-dc893243] {
    display: flex;
    flex-direction: column
}

.expandableCardSection .__mobile[data-v-dc893243] {
    gap: 4.5rem;
    width: 100%
}

.expandableCardSection .__media[data-v-dc893243] {
    align-content: flex-end;
    display: flex;
    flex: 1;
    height: 100%;
    justify-content: flex-start;
    max-height: 100%;
    max-width: 100%;
    width: 100%
}

.expandableCardSection .__scrollable[data-v-dc893243] {
    display: none
}

.expandableCardSection .__left[data-v-dc893243],
.expandableCardSection .__right[data-v-dc893243] {
    display: flex;
    justify-content: flex-start;
    width: 50%
}

.expandableCardSection .__right .__content[data-v-dc893243] {
    gap: 18rem
}

.expandableCardSection .__aspectRatio[data-v-dc893243] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 100%;
    max-width: 100%
}

.expandableCardSection .__content[data-v-dc893243] {
    display: flex;
    flex-direction: column;
    gap: 13.75rem;
    height: 100%;
    overflow: scroll
}

.expandableCardSection .__left[data-v-dc893243] {
    overflow: auto
}

.expandableCardSection .__spacer[data-v-dc893243] {
    flex-basis: 100%
}

@media only screen and (min-width:950px) {
    .expandableCardSection .__scrollable[data-v-dc893243] {
        display: flex;
        gap: 1rem;
        justify-content: space-between;
        overflow: auto;
        width: 100%
    }
    .expandableCardSection .__right[data-v-dc893243] {
        height: calc(100vh - 130px)
    }
    .expandableCardSection .__mobile[data-v-dc893243] {
        display: none
    }
}

@media (min-height:982px) {
    .expandableCardSection[data-v-dc893243] {
        min-height: 982px
    }
    .expandableCardSection .__right[data-v-dc893243] {
        height: 852px
    }
}

.article-content[data-v-e3e2ab88] * {
    margin: revert;
    padding: revert
}

.article-content[data-v-e3e2ab88] a {
    -webkit-text-decoration: revert;
    text-decoration: revert
}

.article-content[data-v-e3e2ab88] ul {
    list-style-type: disc;
    padding-left: 1rem
}

.support-section .lost-card-text[data-v-b67313b5] {
    color: #c4cbd1;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .2px
}

.support-section__right[data-v-b67313b5] {
    overflow: scroll
}

.support-section .article-answer[data-v-b67313b5] * {
    margin: revert;
    padding: revert
}

.support-section .article-answer[data-v-b67313b5] a {
    -webkit-text-decoration: revert;
    text-decoration: revert
}

.support-section .article-answer[data-v-b67313b5] ul {
    list-style-type: disc;
    padding-left: 1rem
}

.support-section__category-item[data-v-b67313b5] {
    border-radius: 16px;
    padding: 20px
}

.support-section__category-item[data-v-b67313b5] .__body.-active {
    margin: 0
}

.support-section__category-item.-mobile[data-v-b67313b5] {
    padding: 24px 0
}

.support-section__category-item--active[data-v-b67313b5]:not(.-mobile) {
    background-color: #f6f6f6
}

.support-section__category-item--active[data-v-b67313b5]:not(.-mobile)>.__body.-active {
    height: 0 !important;
    padding: 0
}

.support-section__category-item__category-item-description[data-v-b67313b5] {
    color: #000
}

.support-section__category-item[data-v-b67313b5]>.__header {
    color: #c4cbd1;
    padding: 0
}

.support-section__category-item[data-v-b67313b5]>.__header .__title-icon {
    color: #000
}

.support-section__category-item.-lost-card-item[data-v-b67313b5] {
    margin-top: 2.5rem
}

.support-section__category-item.-lost-card-item.-mobile[data-v-b67313b5] {
    margin-top: 3.75rem
}

.support-section__category-item.-lost-card-item.-mobile[data-v-b67313b5] .__body .__header {
    display: none
}

.support-section__category-item.-lost-card-item[data-v-b67313b5]>.__header {
    color: inherit
}

.support-section__category-item-icon[data-v-b67313b5] {
    color: #000
}

.support-section .__item[data-v-b67313b5] {
    margin-left: -16px;
    width: 100%
}

.expandableCardSection[data-v-e17f21bd] {
    background: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 8.125rem 1rem 1rem;
    position: relative
}

.expandableCardSection-black[data-v-e17f21bd] {
    background-color: #000;
    color: #fff
}

.expandableCardSection .__cta[data-v-e17f21bd] {
    margin-left: -1rem;
    margin-top: 2rem
}

.expandableCardSection .__cta-black[data-v-e17f21bd] {
    filter: invert(1)
}

.expandableCardSection .__accordion-body[data-v-e17f21bd] a {
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px
}

.expandableCardSection .__accordion-body[data-v-e17f21bd] ul {
    list-style-type: disc;
    padding-inline-start: 1.25rem
}

.expandableCardSection .__accordion-body[data-v-e17f21bd] ol {
    padding-inline-start: 1.25rem
}

@media only screen and (min-width:950px) {
    .expandableCardSection[data-v-e17f21bd] {
        min-height: 100vh
    }
}

@media (min-height:982px) {
    .expandableCardSection[data-v-e17f21bd] {
        min-height: unset
    }
}

.newsSection[data-v-9d49881d] {
    background: #000;
    color: #fff;
    padding: 130px 16px
}

.newsSection[data-v-9d49881d],
.newsSection .__content[data-v-9d49881d] {
    display: flex;
    flex-direction: column;
    gap: 8.125rem;
    justify-content: space-between
}

.newsSection .-grey[data-v-9d49881d] {
    color: #676a70
}

.newsSection .__leftColumn[data-v-9d49881d] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 4rem;
    justify-content: flex-end
}

.newsSection .__leftColumn .__list[data-v-9d49881d] {
    display: flex;
    flex-direction: column;
    gap: 3rem
}

.newsSection .__leftColumn .__list-item[data-v-9d49881d] {
    width: 100%
}

.newsSection .__leftColumn .__cta[data-v-9d49881d] {
    margin-left: -1rem
}

.newsSection .__rightColumn[data-v-9d49881d] {
    flex: 1;
    justify-content: flex-end
}

.newsSection .__rightColumn[data-v-9d49881d],
.newsSection .__rightColumn .__rightColumnGroup[data-v-9d49881d] {
    display: flex;
    flex-direction: column
}

.newsSection .__rightColumn .__rightColumnGroup[data-v-9d49881d]:not(:last-child) {
    margin-bottom: 64px
}

.newsSection .__rightColumn .__rightColumnGroupTitle[data-v-9d49881d] {
    margin-bottom: 8px
}

.newsSection .__rightColumn .__rightColumnGroupItem[data-v-9d49881d] {
    padding: 4px 0
}

@media only screen and (min-width:950px) {
    .newsSection[data-v-9d49881d] {
        gap: 0;
        min-height: 100vh;
        padding-bottom: 1rem
    }
    .newsSection .__content[data-v-9d49881d] {
        flex-direction: row;
        gap: 16.534vw
    }
    .newsSection .__title[data-v-9d49881d] {
        padding-bottom: 9.25rem
    }
    .newsSection .__rightColumn[data-v-9d49881d] {
        padding-bottom: 1rem
    }
    .newsSection .__rightColumn .__rightColumnGroupItem[data-v-9d49881d] {
        padding: 0
    }
}

@media (min-height:982px) {
    .newsSection[data-v-9d49881d] {
        min-height: 982px
    }
}

@media only screen and (min-width:2000px) {
    .newsSection[data-v-9d49881d] {
        border-radius: 1rem
    }
}

.newsModal[data-v-9d49881d] {
    display: flex;
    flex-direction: column;
    gap: 3rem
}

.newsModal .__subheader[data-v-9d49881d] {
    color: #c4cbd1
}

.disclaimerSection[data-v-9840f874] {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 8.125rem 1rem 7rem
}

@media only screen and (min-width:950px) {
    .disclaimerSection[data-v-9840f874] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 13.75rem 1rem 4.625rem
    }
}

.disclaimerSection__item[data-v-9840f874] {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.disclaimerSection__table[data-v-9840f874] {
    align-items: flex-start;
    border: 1px solid #000;
    display: grid;
    gap: .5rem;
    grid-template-columns: min-content auto;
    grid-template-rows: min-content;
    height: 100%;
    padding: .5rem
}

.disclaimerSection__body[data-v-9840f874] {
    grid-column: 2/3
}

.disclaimerSection__risk[data-v-9840f874] {
    color: #bdbdbd
}

.disclaimerSection__indicator[data-v-9840f874] {
    padding-right: .5rem
}

.disclaimerSection__cell[data-v-9840f874] {
    align-items: center;
    display: flex
}

.videoSection[data-v-282f47ea] {
    height: calc(100vh - 16px);
    height: calc(100svh - 16px);
    max-height: 982px
}

@media only screen and (min-width:1200px) {
    .videoSection[data-v-282f47ea] {
        padding-top: 4rem
    }
}

.videoSection.-black[data-v-282f47ea] {
    background: #000
}