.player_NowPlayingArea__XMmhI {
    position: fixed;
    bottom: env(safe-area-inset-bottom, 0);
    width: 100%;
    min-width: 375px;
    left: env(safe-area-inset-left, 0);
    color: var(--color-white);
    z-index: 1001
}

@media(max-width: 767.98px) {
    .player_NowPlayingArea__XMmhI {
        min-width: auto;
        bottom: -1px
    }
}

.player_NowPlayingArea__XMmhI a:hover {
    text-decoration: underline
}

.player_NowPlayingArea__XMmhI.player_collapsed__G7J2p {
    width: 400px;
    left: unset;
    right: 24px;
    bottom: 24px;
    border-radius: 0 0 8px 8px
}

.player_NowPlayingArea__XMmhI.player_collapsed__G7J2p:hover .player_Player__EKnc0 {
    background: var(--color-black-30)
}

.player_NowPlayingArea__XMmhI.player_collapsed__G7J2p .player_Player__EKnc0 {
    height: 60px;
    border-radius: 0 0 8px 8px;
    padding: 10px 16px;
    gap: 18px;
    transition: background .3s ease-in-out;
    will-change: background
}

.player_NowPlayingArea__XMmhI.player_collapsed__G7J2p .player_PlayerInteractiveSect__QKzf_ {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    inset: 0
}

.player_NowPlayingArea__XMmhI.player_collapsed__G7J2p .player_PlayerInfo__SC6OE {
    width: 100%
}

.player_NowPlayingArea__XMmhI.player_collapsed__G7J2p .player_PlayerMeta__PBcAN {
    order: 1;
    flex: 0 0 61%;
    max-width: 61%;
    transition: all .2s ease-in
}

.player_NowPlayingArea__XMmhI.player_collapsed__G7J2p .player_PlayerMetaImage__GNpDU {
    width: 36px;
    height: 36px
}

.player_NowPlayingArea__XMmhI.player_collapsed__G7J2p .player_PlayerMetaInfo__yV5wJ {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    transition: all .2s ease-in;
    word-break: break-word
}

.player_NowPlayingArea__XMmhI.player_collapsed__G7J2p .player_PlayerMetaInfo__yV5wJ p {
    font-size: 12px
}

.player_NowPlayingArea__XMmhI.player_collapsed__G7J2p .player_PlayerMetaInfo__yV5wJ p:first-child {
    flex-basis: 100%
}

.player_NowPlayingArea__XMmhI.player_collapsed__G7J2p .player_PlayerMetaInfo__yV5wJ h6 {
    margin-right: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.player_NowPlayingArea__XMmhI.player_collapsed__G7J2p .player_PlayerMetaInfo__yV5wJ p:last-child {
    flex-basis: 65%
}

.player_NowPlayingArea__XMmhI.player_collapsed__G7J2p .player-controls {
    order: 2
}

.player_NowPlayingArea__XMmhI.player_collapsed__G7J2p .player-controls svg {
    width: 16px;
    height: 16px
}

.player_Player__EKnc0 {
    background: rgba(0, 0, 0, .9);
    height: var(--player-height);
    display: flex;
    align-items: center;
    padding: 7px 32px;
    gap: 32px;
    justify-content: space-between
}

@supports((-webkit-backdrop-filter: none) or (backdrop-filter:none)) {
    .player_Player__EKnc0 {
        background: rgba(0, 0, 0, .5);
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px)
    }
}

@media(max-width: 767.98px) {
    .player_Player__EKnc0 {
        height: -moz-fit-content;
        height: fit-content;
        padding: 14px 16px;
        gap: 16px
    }
}

.player_PlayerMeta__PBcAN {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 350px;
    width: -moz-fit-content;
    width: fit-content;
    flex: 0 0 auto
}

@media(max-width: 991.98px) {
    .player_PlayerMeta__PBcAN {
        margin-right: auto;
        gap: 8px;
        flex: 1 1;
        max-width: 80%
    }
}

.player_PlayerMeta__PBcAN .player_PlayerMetaImage__GNpDU {
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: var(--color-black-10);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

@media(max-width: 991.98px) {
    .player_PlayerMeta__PBcAN .player_PlayerMetaImage__GNpDU {
        width: 40px;
        height: 40px
    }
}

.player_PlayerMeta__PBcAN .player_PlayerMetaImage__GNpDU img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.player_PlayerMeta__PBcAN .player_PlayerMetaName___dG8m {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -.5px;
    color: var(--color-white)
}

.player_PlayerMeta__PBcAN .player_PlayerMetaSong__zjfdc {
    font-weight: 700;
    font-size: 13px
}

.player_PlayerMeta__PBcAN .player_PlayerMetaFeat__6pZFu {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -.4px
}

.player_PlayerMeta__PBcAN .player_PlayerMetaFeat__6pZFu a {
    color: var(--color-orange)
}

.player_PlayerWaveform__bvNjq {
    height: 100%;
    width: 100%;
    position: relative;
    height: 41px;
    display: flex;
    margin: 22px 0 0;
    transform: translateZ(0);
    cursor: pointer;
    padding-top: 15px;
    color: var(--color-white)
}

.player_PlayerWaveformToast__D0Nzj {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    top: 50%
}

.player_PlayerWaveformTime__gW4LV {
    font-size: var(--font-accent);
    font-weight: var(--font-weight-400);
    letter-spacing: var(--letter-spacing-05);
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -.25px;
    padding: 0 5px;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.flex_Flex__nb_Mq {
    display: flex
}

.flex_FlexRow__hWL65 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.flex_FlexColumn__90iKJ {
    display: flex;
    flex-direction: column
}

.flex_FlexScroll__LZsK9 {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    display: inline-flex !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    transition: all .2s ease
}

.flex_FlexScroll__LZsK9::-webkit-scrollbar {
    width: 8px;
    height: 6px
}

@media(max-width: 768px) {
    .flex_FlexScroll__LZsK9::-webkit-scrollbar {
        width: 0;
        height: 0
    }
}

.flex_FlexScroll__LZsK9:hover::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, .15)
}

.flex_FlexScroll__LZsK9::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0)
}

.flex_FlexScroll__LZsK9::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    border: 3px solid rgba(0, 0, 0, 0)
}

.flex_FlexScroll__LZsK9::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-gray-10)
}

.flex_FlexScroll__LZsK9::-webkit-scrollbar-thumb:active {
    background-color: var(--color-gray-45)
}

.flex_FlexScroll__LZsK9::-webkit-scrollbar-button,
.flex_FlexScroll__LZsK9::-webkit-scrollbar-corner,
.flex_FlexScroll__LZsK9::-webkit-scrollbar-gripper,
.flex_FlexScroll__LZsK9::-webkit-scrollbar-gripper:active,
.flex_FlexScroll__LZsK9::-webkit-scrollbar-gripper:hover,
.flex_FlexScroll__LZsK9::-webkit-scrollbar-resizer,
.flex_FlexScroll__LZsK9::-webkit-scrollbar-track-piece {
    display: none
}

@media(max-width: 991.98px) {
    .flex_FlexResponsiveScroll__ax0i6 {
        overflow-x: auto;
        overscroll-behavior-x: contain;
        flex-wrap: nowrap !important;
        width: 100% !important;
        max-width: 100% !important;
        display: inline-flex !important;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
        -ms-overflow-style: none;
        transition: all .2s ease
    }

    .flex_FlexResponsiveScroll__ax0i6::-webkit-scrollbar {
        width: 8px;
        height: 6px
    }
}

@media(max-width: 991.98px)and (max-width:768px) {
    .flex_FlexResponsiveScroll__ax0i6::-webkit-scrollbar {
        width: 0;
        height: 0
    }
}

@media(max-width: 991.98px) {
    .flex_FlexResponsiveScroll__ax0i6:hover::-webkit-scrollbar-thumb {
        background-color: hsla(0, 0%, 100%, .15)
    }

    .flex_FlexResponsiveScroll__ax0i6::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0)
    }

    .flex_FlexResponsiveScroll__ax0i6::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0);
        border-radius: 20px;
        border: 3px solid rgba(0, 0, 0, 0)
    }

    .flex_FlexResponsiveScroll__ax0i6::-webkit-scrollbar-thumb:hover {
        background-color: var(--color-gray-10)
    }

    .flex_FlexResponsiveScroll__ax0i6::-webkit-scrollbar-thumb:active {
        background-color: var(--color-gray-45)
    }

    .flex_FlexResponsiveScroll__ax0i6::-webkit-scrollbar-button,
    .flex_FlexResponsiveScroll__ax0i6::-webkit-scrollbar-corner,
    .flex_FlexResponsiveScroll__ax0i6::-webkit-scrollbar-gripper,
    .flex_FlexResponsiveScroll__ax0i6::-webkit-scrollbar-gripper:active,
    .flex_FlexResponsiveScroll__ax0i6::-webkit-scrollbar-gripper:hover,
    .flex_FlexResponsiveScroll__ax0i6::-webkit-scrollbar-resizer,
    .flex_FlexResponsiveScroll__ax0i6::-webkit-scrollbar-track-piece {
        display: none
    }
}

.waveform_WaveformContainer__GNCwY {
    width: 100%;
    height: 100%;
    position: absolute;
    top: env(safe-area-inset-top, 0);
    left: env(safe-area-inset-left, 0)
}

.waveform_Waveform__rhwNC {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0
}

.waveform_Waveform__time__zhSN3 {
    font-weight: 700;
    line-height: 20px;
    padding: 0 7px;
    text-align: center;
    position: absolute;
    bottom: env(safe-area-inset-bottom, 0);
    font-size: rem-calc(11);
    pointer-events: none;
    transition: background-color .2s ease-in-out
}

.waveform_Waveform__time--dark__nZsqC {
    background: rgba(0, 0, 0, .5);
    color: var(--color-white)
}

.waveform_Waveform__elapsed__Jh_n8 {
    left: env(safe-area-inset-left, 0)
}

.waveform_waveform-wrap--has-button__o__pL .waveform_Waveform__elapsed__Jh_n8 {
    left: var(--waveformButtonSize)
}

.waveform_Waveform__duration__jKOPV {
    right: 0
}

.disclosure_Disclosure__f6u4H {
    padding: 18px 21px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 22px;
    word-break: break-word
}

.disclosure_Disclosure__f6u4H h5 {
    line-height: 28px;
    font-weight: 600
}

.disclosure_DisclosureTitle__qoF70 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 12px;
    color: var(--color-gray-30);
    opacity: .8
}

.disclosure_DisclosureActions__SQk1W {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px
}

.disclosure_DisclosureActions__SQk1W button {
    width: 100%
}

.modal_ModalSection__n49oj {
    display: flex;
    width: 100vw;
    position: fixed;
    inset: 0;
    height: var(--am-labs-vh);
    z-index: 1400;
    justify-content: center;
    align-items: flex-start;
    overflow: auto;
    overscroll-behavior-y: none
}

@media(max-width: 767.98px) {
    .modal_ModalSection__n49oj .modal_Modal__yKWdj {
        margin: 0 !important;
        height: 100% !important
    }

    .modal_ModalSection__n49oj .modal_ModalContent__vcqcI {
        padding: 50px 14px 14px;
        height: 100%;
        margin: 0;
        border-radius: 0
    }

    .modal_ModalSection__n49oj .modal_ModalContent__vcqcI.modal_hug__QGXpn {
        padding: 0
    }

    .modal_ModalSection__n49oj .modal_ModalHeader__Z2x0Y {
        padding: 14px
    }

    .modal_ModalSection__n49oj .modal_ModalActionBar__aMFb6 {
        margin-bottom: 8px;
        position: fixed;
        width: 100%;
        left: env(safe-area-inset-left, 0);
        content: "";
        display: flex;
        align-items: center;
        z-index: 100;
        top: 0;
        background: var(--color-black-30);
        height: 50px
    }

    .modal_ModalSection__n49oj .modal_ModalActionBar__aMFb6 .modal_Close__nKL5j {
        right: 10px;
        margin-top: 0;
        width: 24px;
        height: 24px;
        z-index: 100
    }
}

.modal_ModalBackdrop__snWJU {
    position: fixed;
    inset: 0;
    width: 100%;
    height: var(--am-labs-vh);
    background: rgba(0, 0, 0, .89);
    z-index: 1400;
    animation: modal_fade-in__LSOmV .2s ease-in-out
}

@keyframes modal_fade-in__LSOmV {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@supports((-webkit-backdrop-filter: none) or (backdrop-filter:none)) {
    .modal_ModalBackdrop__snWJU {
        background: rgba(0, 0, 0, .69);
        -webkit-backdrop-filter: blur(12.5px);
        backdrop-filter: blur(12.5px)
    }
}

.modal_Modal__yKWdj {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    outline: 2px solid rgba(0, 0, 0, 0);
    height: 100%;
    margin: auto;
    outline-offset: 2px;
    color: inherit;
    z-index: 1400;
    animation: modal_fade-ScaleIn__EEUx6 .2s ease-in-out
}

@keyframes modal_fade-ScaleIn__EEUx6 {
    0% {
        opacity: 0;
        transform: scale(.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.modal_Modal__yKWdj.modal_maxHeight__X9iKV {
    max-height: 720px
}

.modal_Modal__yKWdj:not(.modal_centered__RJRN9) {
    margin: 2rem 0;
    height: calc(100% - 4rem)
}

@media(max-width: 767.98px) {
    .modal_Modal__yKWdj {
        margin: 0 15px;
        max-width: 100% !important
    }
}

.modal_Modal__yKWdj.modal_lg__OVKhF {
    max-width: 550px
}

.modal_Modal__yKWdj.modal_md__H9eJH {
    max-width: 400px
}

.modal_Modal__yKWdj.modal_sm__Gl5y9 {
    max-width: 300px
}

.modal_Modal__yKWdj.modal_xlg__coLdE {
    max-width: 720px
}

.modal_Modal__yKWdj.modal_centered__RJRN9 {
    align-items: center;
    justify-content: center
}

.modal_ModalContent__vcqcI {
    background: var(--color-black-30);
    border-radius: 5px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .05);
    width: 100%;
    padding: 15px 24px;
    margin: 28px auto;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 100%;
    overflow: auto;
    overscroll-behavior-y: none
}

.modal_ModalContent__vcqcI.modal_hug__QGXpn {
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
    background: rgba(0, 0, 0, 0)
}

.modal_ModalContent__vcqcI [data-amlabs-tabs] {
    position: -webkit-sticky;
    position: sticky;
    top: -16px;
    background: var(--color-black-30);
    z-index: 100
}

.modal_ModalContent__vcqcI [data-amlabs-field-wrapper] {
    background: var(--color-gray-10)
}

.modal_ModalContent__vcqcI [data-amlabs-field-wrapper] ::placeholder {
    color: var(--color-gray-30)
}

.modal_ModalHeader__Z2x0Y {
    padding: 20px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: -15px;
    background: var(--color-black-30);
    z-index: 1;
    align-items: center;
    border-bottom: 2px solid var(--color-gray-10);
    justify-content: center
}

.modal_ModalHeader__Z2x0Y.modal_noBorder__C4PNj {
    border-bottom: none
}

.modal_ModalHeader__Z2x0Y h3 {
    font-size: var(--font-h6);
    font-weight: var(--font-weight-400);
    letter-spacing: var(--letter-spacing-05);
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase
}

.modal_Footer__hVQq5 {
    padding: 15px;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--color-gray-10)
}

.modal_ModalBody__5uOm0 {
    padding: 24px 15px
}

.modal_ModalBody__5uOm0.modal_noPadding__9iOXR {
    padding: 0
}

.modal_Close__nKL5j {
    border: none;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    position: absolute;
    right: -30px;
    margin-top: -30px;
    width: 16px;
    height: 16px
}

@media(max-width: 767.98px) {
    .modal_Close__nKL5j {
        padding: 4px;
        right: -13px;
        margin-top: -31px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35px;
        border-radius: 50%
    }
}

button.call-to-action_CallToAction__QrSVG {
    outline: none
}

button.call-to-action_CallToAction__QrSVG * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

a.call-to-action_CallToAction__QrSVG {
    outline: none;
    text-decoration: none
}

a.call-to-action_CallToAction__QrSVG * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.call-to-action_sm__HWZqz {
    font-size: var(--font-p);
    font-weight: var(--font-weight-400);
    letter-spacing: var(--letter-spacing-05);
    line-height: 1.3;
    font-weight: 700
}

.call-to-action_block__3FgeY,
.call-to-action_lg__RvnM3,
.call-to-action_md__crdRU {
    font-size: var(--font-h6);
    font-weight: var(--font-weight-700);
    letter-spacing: calc(var(--letter-spacing-05) - .25px);
    line-height: 120%
}

.call-to-action_CallToAction__QrSVG {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 70px;
    color: var(--color-white);
    transition: all .2s ease-in-out
}

@media(min-width: 768px) {

    .call-to-action_CallToAction__QrSVG:focus,
    .call-to-action_CallToAction__QrSVG:hover {
        opacity: .8
    }
}

.call-to-action_CallToAction__QrSVG.call-to-action_icon__PuAok {
    gap: 8px
}

.call-to-action_CallToAction__QrSVG.call-to-action_disabled__GfBP_ {
    pointer-events: none;
    opacity: .4;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l {
    background-color: var(--color-orange);
    color: var(--color-black-10)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l .call-to-action_LeadingIcon__aRPKz svg:not(.is-stroke) circle,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l .call-to-action_LeadingIcon__aRPKz svg:not(.is-stroke) ellipse,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l .call-to-action_LeadingIcon__aRPKz svg:not(.is-stroke) path,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l .call-to-action_LeadingIcon__aRPKz svg:not(.is-stroke) polygon,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l .call-to-action_LeadingIcon__aRPKz svg:not(.is-stroke) polyline,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l .call-to-action_LeadingIcon__aRPKz svg:not(.is-stroke) rect,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l .call-to-action_TrailingIcon__lkRCk svg:not(.is-stroke) circle,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l .call-to-action_TrailingIcon__lkRCk svg:not(.is-stroke) ellipse,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l .call-to-action_TrailingIcon__lkRCk svg:not(.is-stroke) path,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l .call-to-action_TrailingIcon__lkRCk svg:not(.is-stroke) polygon,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l .call-to-action_TrailingIcon__lkRCk svg:not(.is-stroke) polyline,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l .call-to-action_TrailingIcon__lkRCk svg:not(.is-stroke) rect {
    fill: var(--color-black-10)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l .call-to-action_LeadingIcon__aRPKz svg.is-stroke path,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l .call-to-action_TrailingIcon__lkRCk svg.is-stroke path {
    stroke: var(--color-black-10)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l.call-to-action_disabled__GfBP_ {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: var(--color-gray-20);
    opacity: 1;
    background: var(--color-black-50)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary-outline__UaFox {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid var(--color-orange)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary-outline__UaFox.call-to-action_lg__RvnM3 {
    border-width: 3px
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary-outline__UaFox .call-to-action_LeadingIcon__aRPKz svg {
    fill: var(--color-orange)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary-outline__UaFox:focus,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary-outline__UaFox:focus-visible {
    border: 2px solid var(--color-black-50)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l:focus,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l:hover {
    background: var(--color-orange)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAprimary__u_v5l:focus-visible {
    outline: 2px solid var(--color-orange);
    outline-offset: 2px
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAerror__9ggRL {
    background: var(--primary-red);
    color: var(--color-white)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAerror__9ggRL .call-to-action_LeadingIcon__aRPKz svg {
    fill: var(--color-white)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAerror-outline___otlg {
    background-color: var(--primary-red);
    border: 2px solid var(--color-white)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAerror-outline___otlg.call-to-action_lg__RvnM3 {
    border-width: 3px
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAerror-outline___otlg .call-to-action_LeadingIcon__aRPKz svg {
    fill: var(--color-white)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAerror-outline___otlg:focus,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAerror-outline___otlg:focus-visible {
    border: 2px solid var(--primary-red)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear__tctW3 {
    background: rgba(0, 0, 0, 0);
    color: var(--color-white)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear__tctW3 .call-to-action_LeadingIcon__aRPKz svg:not(.is-stroke) circle,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear__tctW3 .call-to-action_LeadingIcon__aRPKz svg:not(.is-stroke) ellipse,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear__tctW3 .call-to-action_LeadingIcon__aRPKz svg:not(.is-stroke) path,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear__tctW3 .call-to-action_LeadingIcon__aRPKz svg:not(.is-stroke) polygon,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear__tctW3 .call-to-action_LeadingIcon__aRPKz svg:not(.is-stroke) polyline,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear__tctW3 .call-to-action_LeadingIcon__aRPKz svg:not(.is-stroke) rect,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear__tctW3 .call-to-action_TrailingIcon__lkRCk svg:not(.is-stroke) circle,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear__tctW3 .call-to-action_TrailingIcon__lkRCk svg:not(.is-stroke) ellipse,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear__tctW3 .call-to-action_TrailingIcon__lkRCk svg:not(.is-stroke) path,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear__tctW3 .call-to-action_TrailingIcon__lkRCk svg:not(.is-stroke) polygon,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear__tctW3 .call-to-action_TrailingIcon__lkRCk svg:not(.is-stroke) polyline,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear__tctW3 .call-to-action_TrailingIcon__lkRCk svg:not(.is-stroke) rect {
    fill: var(--color-orange)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear__tctW3 .call-to-action_LeadingIcon__aRPKz svg.is-stroke path,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear__tctW3 .call-to-action_TrailingIcon__lkRCk svg.is-stroke path {
    stroke: var(--color-orange)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear-outline__gqIT8 {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid var(--color-white)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear-outline__gqIT8.call-to-action_lg__RvnM3 {
    border-width: 3px
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear-outline__gqIT8 .call-to-action_LeadingIcon__aRPKz svg {
    fill: var(--color-white)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear-outline__gqIT8:focus,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAclear-outline__gqIT8:focus-visible {
    border: 2px solid var(--color-orange)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAsecondary__6xwPZ {
    background-color: var(--color-black-50);
    color: var(--color-white)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAsecondary__6xwPZ .call-to-action_LeadingIcon__aRPKz svg path {
    fill: var(--color-orange)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAsecondary-outline__p_N7e {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid var(--color-black-50)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAsecondary-outline__p_N7e.call-to-action_lg__RvnM3 {
    border-width: 3px
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAsecondary-outline__p_N7e .call-to-action_LeadingIcon__aRPKz svg {
    fill: var(--color-black-50)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAsecondary-outline__p_N7e:focus,
.call-to-action_CallToAction__QrSVG.call-to-action_CTAsecondary-outline__p_N7e:focus-visible {
    border: 2px solid var(--color-orange)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAsecondary-outline__p_N7e:hover {
    border-color: var(--color-gray-20)
}

.call-to-action_CallToAction__QrSVG.call-to-action_CTAsecondary__6xwPZ:focus-visible {
    outline: 2px solid var(--color-orange);
    outline-offset: 2px
}

.call-to-action_CallToAction__QrSVG.call-to-action_sm__HWZqz {
    padding: 6.5px 16px
}

.call-to-action_CallToAction__QrSVG.call-to-action_md__crdRU {
    padding: 10px 25px
}

.call-to-action_CallToAction__QrSVG.call-to-action_md__crdRU[data-amlabs-popover-button] {
    font-size: var(--font-p);
    padding: 10px 16px
}

.call-to-action_CallToAction__QrSVG.call-to-action_lg__RvnM3 {
    padding: 16px 30px
}

.call-to-action_CallToAction__QrSVG.call-to-action_block__3FgeY {
    width: 100%;
    display: flex;
    padding: 16px
}

.call-to-action_CallToAction__QrSVG .call-to-action_LeadingIcon__aRPKz {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.waveform-container_PlayerInteractiveSect__JRQ4C {
    display: none;
    align-items: baseline;
    gap: 1px;
    width: auto;
    flex-grow: 1;
    flex-shrink: 0;
    min-width: 100px;
    height: 100%;
    max-width: 100%;
    position: relative
}

.waveform-container_PlayerInteractiveSect__JRQ4C.waveform-container_bare__jJMIi {
    display: flex !important
}

.waveform-container_PlayerInteractiveSect__JRQ4C.waveform-container_bare__jJMIi .waveform-container_PlayerWaveform___6K_n {
    margin: 0 -36px
}

.waveform-container_PlayerInteractiveSect__JRQ4C.waveform-container_bare__jJMIi .waveform-container_PlayerWaveformTime__YBfV6 {
    background: rgba(13, 13, 13, .5);
    top: -4px
}

@media(min-width: 992px) {
    .waveform-container_PlayerInteractiveSect__JRQ4C {
        display: flex !important
    }
}

.waveform-container_PlayerInteractiveSect__JRQ4C .waveform-container_PlayerWaveformAlbumData__3FZpC {
    font-size: var(--font-caption);
    letter-spacing: -.4px;
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: 600;
    top: env(safe-area-inset-top, 0);
    left: 50%;
    transform: translateX(-50%)
}

.waveform-container_PlayerInteractiveSect__JRQ4C .waveform-container_PlayerWaveformAlbumData__3FZpC a {
    color: var(--color-orange)
}

.waveform-container_PlayerWaveform___6K_n {
    width: 100%;
    position: relative;
    height: 41px;
    display: flex;
    margin: 22px 0 0;
    transform: translateZ(0);
    cursor: pointer;
    padding-top: 15px;
    color: var(--color-white)
}

.waveform-container_PlayerWaveformToast__cAcf1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    padding: 10px 15px
}

.waveform-container_PlayerWaveformTime__YBfV6 {
    font-size: var(--font-accent);
    font-weight: var(--font-weight-400);
    letter-spacing: var(--letter-spacing-05);
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -.25px;
    padding: 0 5px;
    position: relative;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.music-showcase-actions_MusicShowcaseAction__ggP8E {
    color: #fff
}

.music-showcase-actions_MusicShowcaseAction__ggP8E:not(.music-showcase-actions_MusicShowcaseActionLabelOnly__VUF1I) {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    cursor: pointer;
    transition: color .2s ease-in
}

.music-showcase-actions_MusicShowcaseAction__ggP8E:not(.music-showcase-actions_MusicShowcaseActionLabelOnly__VUF1I):disabled {
    cursor: not-allowed;
    opacity: .5
}

.music-showcase-actions_MusicShowcaseAction__ggP8E:not(.music-showcase-actions_MusicShowcaseActionLabelOnly__VUF1I) p {
    font-size: var(--font-accent);
    font-weight: var(--font-weight-400);
    letter-spacing: var(--letter-spacing-05);
    line-height: 1.3;
    color: var(--color-gray-30);
    font-weight: 600
}

@media(max-width: 767.98px) {
    .music-showcase-actions_MusicShowcaseAction__ggP8E:not(.music-showcase-actions_MusicShowcaseActionLabelOnly__VUF1I) p {
        white-space: pre
    }

    .music-showcase-actions_MusicShowcaseAction__ggP8E .music-showcase-actions_MusicShowcaseActionLabelOnly__VUF1I p {
        font-size: 13px !important;
        font-weight: 700 !important
    }
}

.music-showcase-actions_MusicShowcaseAction__ggP8E[disabled=true] {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none
}

.music-showcase-actions_MusicShowcaseAction__ggP8E p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.music-showcase-actions_MusicShowcaseAction__ggP8E:hover {
    color: var(--color-orange)
}

.music-showcase-actions_MusicShowcaseAction__ggP8E:hover svg.is-stroke path {
    stroke: currentColor
}

.music-showcase-actions_MusicShowcaseAction__ggP8E svg {
    height: 21px;
    width: auto;
    max-width: 24px
}

@media(max-width: 767.98px) {
    .music-showcase-actions_MusicShowcaseAction__ggP8E svg {
        max-width: 25px
    }
}

.music-showcase-actions_MusicShowcaseAction__ggP8E svg:not(.is-stroke) path {
    fill: currentColor
}

.music-showcase-actions_SupportButton__9Hass {
    display: flex;
    position: relative;
    cursor: pointer
}

.music-showcase-actions_SupportButton__9Hass .music-showcase-actions_SupportButtonOverlay__D7ZT7 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    background: rgba(13, 13, 13, .7882352941);
    z-index: 1;
    gap: 13px;
    border-radius: 50%
}

@media(max-width: 767.98px) {
    .music-showcase-actions_SupportButton__9Hass .music-showcase-actions_SupportButtonOverlay__D7ZT7 p {
        display: none
    }
}

.music-showcase-actions_SupportButton__9Hass .music-showcase-actions_SupportButtonOverlay__D7ZT7 svg {
    width: 30px;
    height: auto
}

@media(max-width: 767.98px) {
    .music-showcase-actions_SupportButton__9Hass .music-showcase-actions_SupportButtonOverlay__D7ZT7 svg {
        width: 18px
    }
}

.music-showcase-actions_SupportButton__9Hass .music-showcase-actions_SupportButtonOverlay__D7ZT7 svg path {
    fill: var(--color-orange)
}

.music-showcase-actions_SupportButton--stretch__Bgt41:hover .music-showcase-actions_SupportButtonOverlay__D7ZT7 {
    transition: all .2s ease-in-out;
    outline: 2px solid var(--color-orange);
    border-radius: 50%;
    outline-offset: 2px
}

.music-showcase-actions_SupportButton--stretch__Bgt41 .music-showcase-actions_SupportButtonOverlay__D7ZT7 svg {
    width: 24px
}

.music-showcase-actions_MusicShowcaseActionActive___gbZN {
    color: var(--color-orange)
}

.music-showcase-actions_MusicShowcaseActionActive___gbZN.music-showcase-actions_MusicShowcaseActionLabelOnly__VUF1I,
.music-showcase-actions_MusicShowcaseActionActive___gbZN.music-showcase-actions_MusicShowcaseActionLabelOnly__VUF1I p {
    color: var(--color-orange) !important
}

.music-showcase-actions_MusicShowcaseActionActive___gbZN p:last-child {
    color: var(--color-white)
}

.music-showcase-actions_MusicShowcaseActionActive___gbZN svg.is-stroke,
.music-showcase-actions_MusicShowcaseActionActive___gbZN svg:not(.is-stroke) path {
    fill: currentColor
}

.music-showcase-actions_MusicShowcaseActionActive___gbZN svg.is-stroke path {
    stroke: currentColor
}

.music-showcase-actions_asButton__36dyi {
    background: var(--color-orange);
    border-radius: 50px;
    padding: .5rem 1.5rem;
    color: var(--color-black-10);
    font-weight: 600;
    font-size: var(--font-p);
    font-weight: var(--font-weight-400);
    letter-spacing: var(--letter-spacing-05);
    line-height: 1.3
}

.music-showcase-actions_RemoveButton__svvjD {
    border: 2px solid var(--color-orange)
}

.music-showcase-actions_RemoveButton__svvjD:focus,
.music-showcase-actions_RemoveButton__svvjD:hover {
    background: var(--primary-red) !important;
    border: 2px solid var(--primary-red) !important
}

.music-showcase-actions_RemoveButton__svvjD:focus .music-showcase-actions_rollover__tOmU7,
.music-showcase-actions_RemoveButton__svvjD:hover .music-showcase-actions_rollover__tOmU7 {
    color: var(--color-white);
    transform: translateY(-100%)
}

.music-showcase-actions_linktreeButtonList__CoVUy {
    margin-bottom: 16px
}

.music-showcase-actions_linktreeButtonList__CoVUy span {
    line-height: 1 !important;
    visibility: hidden !important
}

.music-showcase-actions_linktreeButtonList__CoVUy span:before {
    font-family: Open Sans, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    content: "Add to Linktree" !important;
    visibility: visible !important
}

.music-showcase-actions_linktreeButtonList__CoVUy button {
    border: 0 !important;
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0 !important;
    height: 17.4px !important;
    width: 100px !important;
    color: #fff !important;
    min-height: 0 !important
}

.music-showcase-actions_linktreeButtonList__CoVUy button:focus,
.music-showcase-actions_linktreeButtonList__CoVUy button:hover {
    background: rgba(0, 0, 0, 0) !important;
    color: var(--color-orange) !important
}

.music-showcase-actions_EmbedUpsell__AAw4M {
    position: absolute;
    width: calc(100% + 16px);
    text-align: center;
    justify-content: center;
    align-items: center;
    top: -18px;
    left: -8px;
    z-index: 1;
    background: rgba(26, 26, 26, .9490196078);
    height: calc(100% - 40px);
    padding: 15px;
    animation: music-showcase-actions_fadeIn__OYwp7 .2s ease-in-out;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    transition: all .2s ease;
    overflow-x: auto;
    overscroll-behavior-x: contain
}

.music-showcase-actions_EmbedUpsell__AAw4M::-webkit-scrollbar {
    width: 8px;
    height: 6px
}

@media(max-width: 768px) {
    .music-showcase-actions_EmbedUpsell__AAw4M::-webkit-scrollbar {
        width: 0;
        height: 0
    }
}

.music-showcase-actions_EmbedUpsell__AAw4M:hover::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, .15)
}

.music-showcase-actions_EmbedUpsell__AAw4M::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0)
}

.music-showcase-actions_EmbedUpsell__AAw4M::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    border: 3px solid rgba(0, 0, 0, 0)
}

.music-showcase-actions_EmbedUpsell__AAw4M::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-gray-10)
}

.music-showcase-actions_EmbedUpsell__AAw4M::-webkit-scrollbar-thumb:active {
    background-color: var(--color-gray-45)
}

.music-showcase-actions_EmbedUpsell__AAw4M::-webkit-scrollbar-button,
.music-showcase-actions_EmbedUpsell__AAw4M::-webkit-scrollbar-corner,
.music-showcase-actions_EmbedUpsell__AAw4M::-webkit-scrollbar-gripper,
.music-showcase-actions_EmbedUpsell__AAw4M::-webkit-scrollbar-gripper:active,
.music-showcase-actions_EmbedUpsell__AAw4M::-webkit-scrollbar-gripper:hover,
.music-showcase-actions_EmbedUpsell__AAw4M::-webkit-scrollbar-resizer,
.music-showcase-actions_EmbedUpsell__AAw4M::-webkit-scrollbar-track-piece {
    display: none
}

@media(max-width: 767.98px) {
    .music-showcase-actions_EmbedUpsell__AAw4M {
        display: block !important;
        padding: 32px 18px 18px;
        text-align: center;
        top: -32px;
        left: -14px;
        width: calc(100% + 28px);
        height: calc(100% - 24px)
    }

    .music-showcase-actions_EmbedUpsell__AAw4M>p {
        margin: 8px 0
    }

    .music-showcase-actions_EmbedUpsell__AAw4M>div {
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto
    }
}

@keyframes music-showcase-actions_fadeIn__OYwp7 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.music-showcase-actions_EmbedUpsell__AAw4M .music-showcase-actions_Close__JZBRP {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    width: 45px;
    justify-content: center;
    height: 45px;
    align-items: center;
    padding: 16px
}

.spacer_Spacer__JOoXF {
    justify-self: stretch;
    align-self: stretch;
    flex: auto;
    display: block
}

.spacer_Spacer__JOoXF.spacer_am-labs-spacer-divider__7_75D {
    background: var(--color-gray-transparent)
}

.field_FieldSet__Pumid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    position: relative
}

.field_FieldLabel__TJR3X {
    font-size: var(--font-p);
    font-weight: var(--font-weight-400);
    letter-spacing: var(--letter-spacing-05);
    line-height: 1.3;
    font-weight: 700
}

.field_FieldRequired__q82NW {
    color: #c25452
}

.field_FieldError__MU07b {
    font-size: var(--font-accent);
    font-weight: var(--font-weight-400);
    letter-spacing: var(--letter-spacing-05);
    line-height: 1.3;
    color: #ff8983;
    margin-bottom: 16px;
    margin-top: -8px
}

.field_FieldWrapper__U1Uoo {
    background: var(--color-black-50);
    border-radius: 4px;
    margin-bottom: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    overflow: hidden
}

.field_FieldWrapper__U1Uoo.field_disabled__GW0AI {
    opacity: .6;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: not-allowed
}

.field_FieldWrapper__U1Uoo.field_rounded__BB64Z {
    border-radius: 50px
}

.field_FieldWrapper__U1Uoo .field_FieldPasswordToggle__VI_pi,
.field_FieldWrapper__U1Uoo .field_leadingIcon__ug3Lp,
.field_FieldWrapper__U1Uoo .field_trailingIcon__0Iscm {
    margin: 16px 0 16px 16px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.field_FieldWrapper__U1Uoo .field_FieldPasswordToggle__VI_pi img,
.field_FieldWrapper__U1Uoo .field_FieldPasswordToggle__VI_pi svg,
.field_FieldWrapper__U1Uoo .field_leadingIcon__ug3Lp img,
.field_FieldWrapper__U1Uoo .field_leadingIcon__ug3Lp svg,
.field_FieldWrapper__U1Uoo .field_trailingIcon__0Iscm img,
.field_FieldWrapper__U1Uoo .field_trailingIcon__0Iscm svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.field_FieldWrapper__U1Uoo .field_trailingIcon__0Iscm {
    margin-right: 16px;
    width: auto;
    height: auto
}

.field_FieldWrapper__U1Uoo .field_FieldPasswordToggle__VI_pi {
    margin: 16px 16px 16px 6px;
    width: 24px;
    height: auto;
    position: relative
}

.field_FieldWrapper__U1Uoo .field_FieldPasswordToggle__VI_pi:not(.field_FieldPasswordToggleActive__9n_re):before {
    content: "";
    height: 20px;
    width: 2px;
    background: #545454;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.field_FieldWrapper__U1Uoo select {
    background: url("data:image/svg+xml, %3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M2.12001 1.29007L6.00001 5.17007L9.88001 1.29007C9.97259 1.19749 10.0825 1.12405 10.2035 1.07394C10.3244 1.02384 10.4541 0.998047 10.585 0.998047C10.7159 0.998047 10.8456 1.02384 10.9665 1.07394C11.0875 1.12405 11.1974 1.19749 11.29 1.29007C11.3826 1.38265 11.456 1.49256 11.5061 1.61352C11.5562 1.73449 11.582 1.86414 11.582 1.99507C11.582 2.126 11.5562 2.25565 11.5061 2.37661C11.456 2.49757 11.3826 2.60749 11.29 2.70007L6.70001 7.29007C6.60749 7.38277 6.4976 7.45632 6.37663 7.5065C6.25566 7.55668 6.12597 7.58251 5.99501 7.58251C5.86404 7.58251 5.73435 7.55668 5.61338 7.5065C5.49241 7.45632 5.38252 7.38277 5.29001 7.29007L0.700006 2.70007C0.607302 2.60755 0.533755 2.49767 0.483573 2.37669C0.433392 2.25572 0.407562 2.12604 0.407562 1.99507C0.407562 1.8641 0.433392 1.73442 0.483573 1.61344C0.533755 1.49247 0.607302 1.38258 0.700006 1.29007C1.09001 0.910068 1.73001 0.900068 2.12001 1.29007Z' fill='%23666666' /%3E%3C/svg%3E") no-repeat right 16px center/12px 10px var(--color-black-50) !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer
}

.field_FieldWrapper__U1Uoo input:-webkit-autofill,
.field_FieldWrapper__U1Uoo input:-webkit-autofill:focus,
.field_FieldWrapper__U1Uoo input:-webkit-autofill:hover,
.field_FieldWrapper__U1Uoo select:-webkit-autofill,
.field_FieldWrapper__U1Uoo select:-webkit-autofill:focus,
.field_FieldWrapper__U1Uoo select:-webkit-autofill:hover,
.field_FieldWrapper__U1Uoo textarea:-webkit-autofill,
.field_FieldWrapper__U1Uoo textarea:-webkit-autofill:focus,
.field_FieldWrapper__U1Uoo textarea:-webkit-autofill:hover {
    color: var(--color-white);
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: var(--color-white);
    -webkit-box-shadow: inset 0 0 0 1000px #545454
}

.field_FieldWrapper__U1Uoo input,
.field_FieldWrapper__U1Uoo select,
.field_FieldWrapper__U1Uoo textarea {
    font-size: var(--font-p);
    font-weight: var(--font-weight-400);
    letter-spacing: var(--letter-spacing-05);
    line-height: 1.3;
    background: rgba(0, 0, 0, 0);
    font-weight: 600;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 16px;
    color: var(--color-white)
}

.field_FieldWrapper__U1Uoo input::placeholder,
.field_FieldWrapper__U1Uoo select::placeholder,
.field_FieldWrapper__U1Uoo textarea::placeholder {
    color: var(--color-gray-45)
}

.field_FieldWrapper__U1Uoo input:focus::placeholder,
.field_FieldWrapper__U1Uoo select:focus::placeholder,
.field_FieldWrapper__U1Uoo textarea:focus::placeholder {
    color: rgba(0, 0, 0, 0)
}

.field_FieldWrapper__U1Uoo input:disabled,
.field_FieldWrapper__U1Uoo select:disabled,
.field_FieldWrapper__U1Uoo textarea:disabled {
    color: var(--color-gray-45);
    opacity: .6
}

.field_FieldPasswordHintValid__ULQdT {
    color: var(--color-orange)
}

.field_FieldPasswordHintValid__ULQdT li {
    color: var(--color-orange);
    text-decoration: line-through;
    opacity: .6
}

.field_FieldPasswordHint__SKmVV {
    font-size: var(--font-accent);
    font-weight: var(--font-weight-400);
    letter-spacing: var(--letter-spacing-05);
    line-height: 1.3;
    color: var(--color-white)
}

.field_FieldPasswordHint__SKmVV p {
    margin-bottom: 8px
}

.field_FieldPasswordHint__SKmVV ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    list-style-position: inside;
    flex-wrap: wrap
}

.field_FieldPasswordHint__SKmVV ul .field_FieldPasswordHintValid__ULQdT {
    text-decoration: line-through;
    opacity: .6
}

.field_FieldPasswordHint__SKmVV ul li {
    flex-basis: 50%;
    margin-bottom: 4px;
    transition: all .2s ease-in;
    will-change: all
}

.field_FieldPasswordHint__SKmVV ul li:before {
    content: "•";
    color: var(--color-orange);
    font-weight: 700;
    display: inline-block;
    width: 1rem;
    margin-left: 1px
}

.field_FormField__I9bWA {
    position: relative;
    display: block;
    width: 100%
}

.tabs_Tabs__oOIoY {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.tabs_TabHeader__FBXhq {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    border-bottom: 1px solid var(--color-gray-transparent)
}

.tabs_TabHeader__FBXhq.tabs_centered__QPurg {
    justify-content: center
}

@media(max-width: 767.98px) {
    .tabs_TabHeader__FBXhq {
        white-space: nowrap;
        overflow-x: auto
    }

    .tabs_TabHeader__FBXhq a {
        display: inline-block
    }
}

.tabs_TabHeader__FBXhq a {
    font-size: var(--font-h6);
    font-weight: var(--font-weight-400);
    letter-spacing: var(--letter-spacing-05);
    line-height: 1.3;
    color: var(--color-gray-30);
    text-transform: capitalize;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding: 16px 18px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: all .2s ease-in-out
}

.tabs_TabHeader__FBXhq a:not(.tabs_TabHeader__FBXhq a[aria-selected=true]):hover {
    color: var(--color-orange);
    opacity: .6
}

.tabs_TabHeader__FBXhq a[aria-selected=true] {
    color: var(--color-white)
}

.tabs_TabHeader__FBXhq a:focus-visible {
    outline: 2px solid var(--color-orange);
    border-radius: 3px
}

.tabs_TabHeader__FBXhq a:focus:not(:focus-visible) {
    outline: none
}

.tabs_TabHeader__FBXhq a .tabs_TabIndicator__owf9g {
    position: absolute;
    border-radius: 1;
    height: 100%;
    left: env(safe-area-inset-left, 0);
    border-bottom: 2px solid var(--color-orange);
    width: 100%;
    bottom: -2px;
    z-index: 1
}

@keyframes tabs_fadeIn__pc_Mb {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.tabs_TabContent__PH4_z {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 16px 0
}

.tabs_TabContent__PH4_z>* {
    animation: tabs_fadeIn__pc_Mb .3s ease-in
}