.Popup_wrapper__czSQc {
    position: fixed;
    width: 100dvw;
    height: 100dvh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1000;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    pointer-events: none
}

.Popup_wrapper__czSQc.Popup_show__PPr1_ {
    opacity: 1;
    pointer-events: auto
}

.Popup_popup-container__AOFwA {
    width: 100dvw;
    height: 100dvh;
    min-height: 100dvh;
    max-height: 70vh;
    background: #fff;
    border-radius: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@media(min-width:481px) {
    .Popup_popup-container__AOFwA {
        height: 70vh;
        height: 70dvh;
        max-width: 450px;
        min-height: 420px;
        border-radius: 8px
    }
}

@media(min-width:1025px) {
    .Popup_popup-container__AOFwA {
        width: 700px;
        max-width: unset;
        height: auto;
        min-height: 420px
    }
}

.Popup_fixed-header__5kwVy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px
}

.Popup_fixed-header__5kwVy .Popup_top-buttons-container__nnsKH {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.Popup_fixed-header__5kwVy .Popup_top-buttons-container__nnsKH .Popup_back-btn__phv0f {
    font-size: 25px;
    cursor: pointer;
    opacity: .3;
    transition: opacity .2s ease
}

.Popup_fixed-header__5kwVy .Popup_top-buttons-container__nnsKH .Popup_back-btn__phv0f.Popup_active__I2fYR {
    opacity: 1
}

.Popup_fixed-header__5kwVy .Popup_top-buttons-container__nnsKH .Popup_back-btn__phv0f.Popup_active__I2fYR:hover {
    color: var(--primary-color)
}

.Popup_fixed-header__5kwVy .Popup_top-buttons-container__nnsKH .Popup_exit-btn__kkWOj {
    font-size: 20px;
    cursor: pointer;
    margin-left: auto;
    transition: color .2s ease-in-out
}

.Popup_fixed-header__5kwVy .Popup_top-buttons-container__nnsKH .Popup_exit-btn__kkWOj:hover {
    color: var(--primary-color)
}

.Popup_content-area__kEgoh {
    flex: 1 1;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    height: auto;
    min-height: 0
}

.Popup_sliding-container__8cSN_ {
    display: flex;
    height: 100%;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.Popup_screen__bWyxO {
    flex-shrink: 0;
    overflow-y: auto;
    padding: 10px;
    text-align: center;
    position: relative
}

.Popup_screen-inner__XE_Q9,
.Popup_screen__bWyxO {
    display: flex;
    flex-direction: column;
    align-items: center
}

.Popup_screen-inner__XE_Q9 {
    width: 100%;
    gap: 5px;
    flex: 1 1;
    justify-content: space-between
}

.Popup_main-content__kG_yb {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    flex: 1 1;
    justify-content: center;
    width: 85%;
    padding-bottom: 5px
}

.Popup_directive-section__n3MI8 {
    flex-shrink: 0;
    text-align: center;
    margin-top: auto
}

.Popup_partner-logo__6fHNW {
    object-fit: contain;
    margin-bottom: 10px
}

.Popup_icon__uev2J {
    width: 40px;
    height: 40px;
    position: relative;
    flex-shrink: 0;
    margin-bottom: 5px
}

@media(min-width:481px) {
    .Popup_icon__uev2J {
        width: 50px;
        height: 50px
    }
}

.Popup_title__zkBOF {
    margin: 15px 0 30px;
    text-align: center;
    line-height: normal
}

.Popup_options-container__5bMgy {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: space-evenly;
    width: 100%;
    margin-bottom: auto
}

@media(max-width:1025px) {
    .Popup_options-container__5bMgy {
        gap: 17px
    }
}

.Popup_options-container__5bMgy .Popup_option__1OJkj {
    width: 100%;
    min-height: 55px;
    box-shadow: 0 2px 5px rgba(211, 211, 211, .6666666667);
    border-radius: 0;
    padding: 5px;
    display: flex;
    align-items: center;
    background-color: #fcfcfc;
    transition: transform .2s ease-in-out, font-size .2s ease-in-out
}

@media(min-width:481px) {
    .Popup_options-container__5bMgy .Popup_option__1OJkj {
        border-radius: 5px
    }
}

.Popup_options-container__5bMgy .Popup_option__1OJkj:hover {
    transform: scale(1.03)
}

.Popup_options-container__5bMgy .Popup_option__1OJkj .Popup_option-button__oICJ0 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
    border: none !important;
    outline: none !important;
    width: 100%;
    height: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    color: inherit;
    cursor: pointer
}

.Popup_options-container__5bMgy .Popup_option__1OJkj .Popup_option-button__oICJ0 .Popup_option-text__HnG9A {
    font-size: 1.2rem;
    font-weight: 400
}

.Popup_options-container__5bMgy .Popup_option__1OJkj .Popup_option-button__oICJ0 .Popup_option-icon__K1tS_ {
    object-fit: contain;
    height: 45px;
    width: 45px
}

.Popup_options-container__5bMgy .Popup_option__1OJkj.Popup_option-with-image__setUI .Popup_option-button__oICJ0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 0 1.5rem
}

.Popup_directive-container__jUf85 .Popup_directive-line__sFCJm p {
    text-align: center;
    margin: 0
}

.Popup_fixed-footer__B6sCX {
    position: relative;
    z-index: 20;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px
}

.Popup_indicator-container__7MOO3 {
    display: flex;
    align-items: center;
    gap: 8px
}

.Popup_indicator-container__7MOO3 .Popup_progress-bar-container__dwgP0 {
    width: 40px;
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0
}

.Popup_indicator-container__7MOO3 .Popup_progress-bar__hemoY {
    height: 100%;
    border-radius: inherit;
    transition: width .3s ease;
    background-color: var(--primary-color)
}

@media(min-width:1025px) {
    .Popup_main-content__kG_yb {
        width: 70%
    }

    .Popup_options-container__5bMgy {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        gap: 15px;
        margin: unset
    }

    .Popup_options-container__5bMgy[data-option-count="3"] {
        grid-template-columns: repeat(3, 1fr)
    }

    .Popup_options-container__5bMgy[data-option-count="3"] .Popup_option__1OJkj {
        width: 95%
    }

    .Popup_options-container__5bMgy[data-option-count="5"] {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: 1fr 1fr
    }

    .Popup_options-container__5bMgy[data-option-count="5"].Popup_with-images__taUlM .Popup_option__1OJkj {
        width: 180px
    }

    .Popup_options-container__5bMgy[data-option-count="5"] .Popup_option__1OJkj {
        width: 160px;
        grid-column: span 2
    }

    .Popup_options-container__5bMgy[data-option-count="5"] .Popup_option__1OJkj:nth-child(4),
    .Popup_options-container__5bMgy[data-option-count="5"] .Popup_option__1OJkj:nth-child(5) {
        grid-column: span 3
    }

    .Popup_options-container__5bMgy[data-option-count="5"] .Popup_option__1OJkj:nth-child(4) {
        justify-self: flex-end
    }

    .Popup_options-container__5bMgy[data-option-count="5"] .Popup_option__1OJkj:nth-child(5) {
        justify-self: flex-start
    }

    .Popup_options-container__5bMgy[data-option-count="4"],
    .Popup_options-container__5bMgy[data-option-count="6"],
    .Popup_options-container__5bMgy[data-option-count="7"],
    .Popup_options-container__5bMgy[data-option-count="8"],
    .Popup_options-container__5bMgy[data-option-count="9"] {
        grid-template-columns: repeat(2, 1fr)
    }

    .Popup_options-container__5bMgy[data-option-count="7"]:last-child,
    .Popup_options-container__5bMgy[data-option-count="9"]:last-child {
        grid-column: span 2;
        justify-self: center
    }

    .Popup_options-container__5bMgy .Popup_option__1OJkj {
        width: 215px;
        height: 55px
    }

    .Popup_options-container__5bMgy .Popup_option__1OJkj .Popup_option-button__oICJ0 {
        font-size: 1.2rem
    }

    .Popup_options-container__5bMgy .Popup_option__1OJkj.Popup_option-with-image__setUI {
        height: auto;
        padding: 5px
    }

    .Popup_options-container__5bMgy .Popup_option__1OJkj.Popup_option-with-image__setUI .Popup_option-button__oICJ0 {
        flex-direction: column-reverse;
        font-size: .9375rem;
        padding: 0
    }

    .Popup_options-container__5bMgy .Popup_option__1OJkj.Popup_option-with-image__setUI .Popup_option-button__oICJ0 .Popup_option-icon__K1tS_ {
        object-fit: contain;
        height: 55%;
        max-height: 55px;
        width: auto
    }

    .Popup_options-container__5bMgy .Popup_option__1OJkj.Popup_option-with-image__setUI .Popup_option-button__oICJ0 .Popup_option-text__HnG9A {
        width: 100%;
        white-space: pre-wrap;
        line-height: 1.3rem
    }
}

.Popup_default-link__1l6xz {
    color: blue !important;
    text-decoration: underline !important;
    cursor: pointer !important
}

.Popup_backBtnDisabled__BtTEW {
    color: #bdbdbd !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: .5
}

.desktopFilter_container__ax79N {
    display: flex;
    transform: translateX(0);
    z-index: 10;
    background-color: #fff;
    width: 100%;
    margin: 15px auto;
    box-shadow: 2px 1px 5px rgba(135, 135, 135, .501);
    justify-content: space-between;
    color: #1d1d1d;
    flex-direction: row;
    min-height: 75px;
    max-width: min(1060px, 95dvw);
    padding: 7px 20px;
    border-radius: 0;
    border-left: 5px solid
}

.desktopFilter_container__ax79N.desktopFilter_column-display__4gWz_ {
    flex-direction: column;
    gap: 10px
}

.desktopFilter_header__MBM9D {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding: 0;
    position: relative;
    border-radius: 0
}

.desktopFilter_header__MBM9D .desktopFilter_title__2oseT {
    margin: auto 5px;
    font-size: 1.125rem;
    font-weight: 600;
    white-space: nowrap;
    align-self: flex-start
}

.desktopFilter_header__MBM9D .desktopFilter_title__2oseT.desktopFilter_larger-font__EwzoD {
    font-size: 1.5rem
}

.desktopFilter_header__MBM9D .desktopFilter_subtitle__CR6A6 {
    white-space: nowrap;
    margin: auto 5px;
    display: block;
    font-weight: 300;
    font-size: 1rem;
    align-self: flex-start
}

.desktopFilter_header__MBM9D .desktopFilter_filter-icon__jz_Sm,
.desktopFilter_header__MBM9D .desktopFilter_subtitle__CR6A6.desktopFilter_no-display__iBIvq {
    display: none
}

.desktopFilter_body__oMWWj {
    flex-direction: row;
    gap: 10px;
    width: auto;
    flex: 1 1;
    transition: all .3s linear
}

.desktopFilter_body__oMWWj,
.desktopFilter_body__oMWWj.desktopFilter_close__2CCKR {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: visible
}

.desktopFilter_body__oMWWj.desktopFilter_close__2CCKR {
    flex-direction: row;
    width: 100%;
    max-height: unset
}

.desktopFilter_menu-icon-container__sDzHH {
    width: 37px;
    padding: 5px;
    border: none;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: auto 5px 0 auto;
    height: 70%
}

.desktopFilter_menu-icon-container__sDzHH .desktopFilter_line__ajwtN {
    width: 80%;
    height: 3px;
    background: blue;
    margin: 2px 0
}

.desktopFilter_menu-icon-container__sDzHH .desktopFilter_line__ajwtN:nth-of-type(2) {
    width: 50%
}

.desktopFilter_field-container__Ww04F {
    display: flex;
    flex-flow: row;
    position: relative;
    width: 100%;
    max-width: 400px;
    align-items: center;
    height: 100%;
    margin-left: auto
}

.desktopFilter_field-container__Ww04F .desktopFilter_filter-label__gq2ly {
    font-weight: 400;
    font-size: .8125rem;
    position: absolute;
    background-color: #fff;
    top: -5px;
    left: 30px;
    height: max-content;
    line-height: .8rem;
    padding: 0 6px;
    white-space: nowrap
}

.desktopFilter_field-container__Ww04F .desktopFilter_selected__i8FML {
    width: 100%;
    border: 1px solid #dbdbdb;
    min-height: 45px;
    height: 100%;
    font-size: 1.025rem;
    padding: 10px 0 0 5px;
    margin-left: 0;
    margin-right: auto;
    outline: none;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    overflow: hidden;
    border-radius: 4px;
    min-width: 165px
}

.desktopFilter_field-container__Ww04F .desktopFilter_selected__i8FML .desktopFilter_input-arrow__Er_BT {
    font-size: .9375rem;
    transition: transform .2s linear;
    margin-left: auto;
    flex-shrink: 0;
    color: #2d2d2d;
    position: relative;
    top: -3px
}

.desktopFilter_field-container__Ww04F .desktopFilter_selected__i8FML .desktopFilter_input-icon__HPtBu {
    margin-right: 4px
}

.desktopFilter_field-container__Ww04F .desktopFilter_selected__i8FML:hover {
    cursor: pointer
}

.desktopFilter_field-container__Ww04F .desktopFilter_selected__i8FML .desktopFilter_search-input__tx9d_ {
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .281);
    width: 100%
}

.desktopFilter_field-container__Ww04F .desktopFilter_selected__i8FML.desktopFilter_larger-font__EwzoD {
    font-size: 1.225rem;
    min-width: 300px
}

.desktopFilter_field-container__Ww04F .desktopFilter_rotate-arrow__8PaUv {
    transform: rotate(180deg)
}

.desktopFilter_field-container__Ww04F .desktopFilter_drop-down-container__wiBpc {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    top: 100%;
    z-index: 10;
    width: calc(100% - 20px);
    margin-left: 0
}

.desktopFilter_field-container__Ww04F .desktopFilter_drop-down-container__wiBpc:hover {
    z-index: 15 !important;
    cursor: pointer
}

.desktopFilter_field-container__Ww04F .desktopFilter_drop-down-container__wiBpc.desktopFilter_open__EDa9q {
    border: 2px solid #dbdbdb;
    max-height: 400px;
    overflow: auto
}

.desktopFilter_field-container__Ww04F .desktopFilter_drop-down-container__wiBpc .desktopFilter_drop-down-item__Yj05A {
    min-height: 35px;
    padding: 3px 5px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: .9rem
}

.desktopFilter_field-container__Ww04F .desktopFilter_drop-down-container__wiBpc .desktopFilter_drop-down-item__Yj05A .desktopFilter_value__Buf6E {
    padding-left: 15px;
    width: 100%
}

.desktopFilter_field-container__Ww04F .desktopFilter_drop-down-container__wiBpc .desktopFilter_drop-down-item__Yj05A:hover {
    background-color: #f5f5f5
}

.desktopFilter_dropdown-wrapper___P3rP {
    width: 100%;
    height: 100%;
    margin: 0 10px
}

.desktopFilter_placeholder__pIyAA {
    color: gray
}

.mobileFilter_cover__GbffV {
    background-color: #000;
    opacity: .5;
    height: 100svh;
    width: 100svw;
    position: fixed;
    z-index: 99
}

.mobileFilter_container__c0yPQ {
    display: flex;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transition: all .3s linear;
    transform: translateX(-50%);
    z-index: 100;
    width: 220px;
    margin: auto;
    box-shadow: 2px 1px 5px rgba(135, 135, 135, .501);
    justify-content: space-between;
    cursor: pointer;
    color: #1d1d1d;
    flex-direction: column;
    border-radius: 10px;
    overflow-x: hidden;
    max-width: 80vw;
    background-color: rgba(0, 0, 0, 0)
}

.mobileFilter_container__c0yPQ.mobileFilter_open__3dxTv {
    z-index: 100;
    overflow: visible;
    max-width: 100vw;
    width: 100vw;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    background-color: #fff
}

.mobileFilter_container__c0yPQ.mobileFilter_open__3dxTv .mobileFilter_header__UVE3Y {
    border-radius: 5px 5px 0 0;
    padding: 10px 0;
    margin-bottom: 10px
}

.mobileFilter_container__c0yPQ.mobileFilter_show-in-mobile__T_eq4 {
    margin-top: 5px;
    display: flex
}

.mobileFilter_apply-changes-button__08Z2k {
    border-radius: 5px;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    border: unset;
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    background-color: #00aeff;
    height: 40px;
    flex-shrink: 0
}

.mobileFilter_header__UVE3Y {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 5px;
    border-radius: 10px;
    position: relative;
    transition: all .3s linear
}

.mobileFilter_header__UVE3Y .mobileFilter_title__TJBRi {
    margin: auto 5px;
    font-size: 1.125rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mobileFilter_header__UVE3Y .mobileFilter_subtitle__msSAM {
    display: none
}

.mobileFilter_body__1Dsil {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: visible;
    transition: all .3s linear;
    max-height: 50vh;
    max-height: 50dvh;
    width: 95%;
    margin: auto
}

.mobileFilter_body__1Dsil.mobileFilter_close__hpd87 {
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-height: 0
}

.mobileFilter_menu-icon-container__wGJa8 {
    width: 35px;
    padding: 5px;
    border: 1px solid;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: auto 5px;
    height: 70%
}

.mobileFilter_menu-icon-container__wGJa8 .mobileFilter_line__VCpvz {
    width: 80%;
    height: 3px;
    background: blue;
    margin: 2px 0
}

.mobileFilter_menu-icon-container__wGJa8 .mobileFilter_line__VCpvz:nth-of-type(2) {
    width: 50%
}

.mobileFilter_field-container__tbzM_ {
    display: flex;
    flex-flow: column;
    position: relative
}

.mobileFilter_field-container__tbzM_ .mobileFilter_filter-label__XZMhU {
    font-weight: 400;
    font-size: .9rem;
    position: absolute;
    background-color: #fff;
    top: -5px;
    left: 15px;
    height: max-content;
    line-height: .8rem;
    padding: 0 3px
}

.mobileFilter_field-container__tbzM_ .mobileFilter_selected__W8rj_ {
    width: 100%;
    border: 2px solid #dbdbdb;
    min-height: 45px;
    height: 100%;
    font-size: 1.125rem;
    padding: 0 5px;
    margin-left: 5px;
    margin-right: auto;
    outline: none;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    overflow: hidden;
    border-radius: 3px
}

.mobileFilter_field-container__tbzM_ .mobileFilter_selected__W8rj_ .mobileFilter_input-arrow__tchpn {
    font-size: 1.7rem;
    transition: transform .2s linear;
    margin-left: auto;
    flex-shrink: 0;
    color: #2d2d2d
}

.mobileFilter_field-container__tbzM_ .mobileFilter_selected__W8rj_ .mobileFilter_input-icon__eXhPW {
    margin-right: 4px
}

.mobileFilter_field-container__tbzM_ .mobileFilter_selected__W8rj_:hover {
    cursor: pointer
}

.mobileFilter_field-container__tbzM_ .mobileFilter_selected__W8rj_ .mobileFilter_search-input__p3BqE {
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .281);
    width: 77%
}

.mobileFilter_field-container__tbzM_ .mobileFilter_rotate-arrow__2BLFs {
    transform: rotate(180deg)
}

.mobileFilter_field-container__tbzM_ .mobileFilter_drop-down-container__43AOh {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    bottom: 108%;
    z-index: 15;
    width: 100%;
    margin-left: 5px;
    transition: all .2s ease-in-out
}

.mobileFilter_field-container__tbzM_ .mobileFilter_drop-down-container__43AOh:hover {
    cursor: pointer
}

.mobileFilter_field-container__tbzM_ .mobileFilter_drop-down-container__43AOh.mobileFilter_open__3dxTv {
    border: 2px solid #dbdbdb;
    max-height: 400px
}

.mobileFilter_field-container__tbzM_ .mobileFilter_drop-down-container__43AOh .mobileFilter_drop-down-item__p4EEo {
    min-height: 35px;
    padding: 3px 5px;
    display: flex;
    align-items: center;
    font-weight: 400
}

.mobileFilter_field-container__tbzM_ .mobileFilter_drop-down-container__43AOh .mobileFilter_drop-down-item__p4EEo .mobileFilter_value__4lF82 {
    padding-left: 30px;
    width: 100%
}

.mobileFilter_field-container__tbzM_ .mobileFilter_drop-down-container__43AOh .mobileFilter_drop-down-item__p4EEo .mobileFilter_bold__DVxWn {
    font-weight: 600
}

.mobileFilter_field-container__tbzM_ .mobileFilter_drop-down-container__43AOh .mobileFilter_drop-down-item__p4EEo:hover {
    background-color: #f5f5f5
}

@media screen and (min-width:1025px) {
    .mobileFilter_container__c0yPQ {
        display: none
    }
}

