.Collection_containerInfo__gTAgM{
    padding: 36px;
}
.Navigation_lst__i1_VO{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.Navigation_lst__i1_VO > li > a,
.Navigation_lst__i1_VO > li > button{
    display: inline-flex;
    gap: 6px;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: transparent;
    border: none;
    border-radius: 2px;
    outline: none;
    align-items: center;
}

.Navigation_containerIcon___GJ0l{
    position: relative;
}

.Navigation_notifBadge__TZEw7{
    display: flex;
    min-width: 16px;
    height: 16px;
    padding: 0 4px 0 4px;
    background-color: var(--red);
    border-radius: 8px;
    font-family: var(--sans-serif);
    font-size: 12px;
    color: var(--white);
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    right: -8px;
}

.Navigation_lst__i1_VO > li > a svg,
.Navigation_lst__i1_VO > li > button svg{
    display: block;
    width: 16px;
    height: 16px;
    fill: var(--white);
    stroke: var(--white);
}

.Navigation_lst__i1_VO > li > a > span,
.Navigation_lst__i1_VO > li > button > span{
    font-family: var(--serif);
    font-size: 12px;
    color: var(--white);
}

/* Active State Styles */
.Navigation_lst__i1_VO > li > a.Navigation_active__3vWGz,
.Navigation_lst__i1_VO > li > button.Navigation_active__3vWGz{
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--layer-2);
}

.Navigation_lst__i1_VO > li > a.Navigation_active__3vWGz svg,
.Navigation_lst__i1_VO > li > button.Navigation_active__3vWGz svg{
    fill: var(--layer-2);
}


.Navigation_lst__i1_VO > li > a.Navigation_active__3vWGz > span,
.Navigation_lst__i1_VO > li > button.Navigation_active__3vWGz > span{
    color: var(--layer-2);
}

.Navigation_underline__Iynqz{
    display: none;
}

@media screen and (max-width: 1024px){
    .Navigation_nav__kgINR{
        width: 100%;
        position: relative;
    }

    .Navigation_lst__i1_VO{
        flex-direction: row;
        gap: 0;
        width: 100%;
    }

    .Navigation_lst__i1_VO > li{
        display: flex;
        flex: 1 1;
        justify-content: center;
    }

    .Navigation_lst__i1_VO > li > a,
    .Navigation_lst__i1_VO > li > button{
        display: flex;
        width: 100%;
        height: 56px;
        padding: 0;
        justify-content: center;
    }

    .Navigation_lst__i1_VO > li > a svg,
    .Navigation_lst__i1_VO > li > button svg{
        width: 20px;
        height: 20px;
    }

    .Navigation_lst__i1_VO > li > a > span,
    .Navigation_lst__i1_VO > li > button > span{
        display: none;
    }

    /* Active State Styles */
    .Navigation_lst__i1_VO > li > a.Navigation_active__3vWGz,
    .Navigation_lst__i1_VO > li > button.Navigation_active__3vWGz{
        background-color: transparent;
        border: none;
    }

    .Navigation_lst__i1_VO > li > a.Navigation_active__3vWGz svg,
    .Navigation_lst__i1_VO > li > button.Navigation_active__3vWGz svg{
        fill: var(--white);
    }

    .Navigation_underline__Iynqz{
        display: flex;
        justify-content: center;
        bottom: 0;
        left: 0;
        margin-top: -12px;
        transition: 0.25s ease-in-out;
    }

    .Navigation_underline__Iynqz > div{
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: var(--white);
    }
}
.CategoriesModal_container__RjnZc{
    display: flex;
    min-height: 100%;
    padding: 16px;
    align-items: center;
}

.CategoriesModal_lstCategory__2s_rc{
    
}

.CategoriesModal_lstCategory__2s_rc ul{
    padding-left: 36px;
}

.CategoriesModal_lstCategory__2s_rc a,
.CategoriesModal_lstCategory__2s_rc span
{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
}
.ResourceList_lst__xTZ6N{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 6px;
    gap: 6px;
}

.ResourceList_lst__xTZ6N > li{
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.ResourceList_lst__xTZ6N > li.ResourceList_tall__8a10e{
    grid-row: span 2;
    aspect-ratio: auto; /* override square shape if needed */;
}

.ResourceList_lst__xTZ6N > li > a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--layer-2);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.ResourceList_containerBtnMore__C4Cw_{
    position: absolute;
    top: 6px;
    right: 6px;
}

@media screen and (max-width: 600px){
    .ResourceList_lst__xTZ6N{
        grid-template-columns: 1fr 1fr;
    }
}
.UsernameInput_inputUsername__hQqsY{
    width: 100%;
    height: 36px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    position: relative;
}

.UsernameInput_inputUsername__hQqsY > input{
    display: flex;
    width: 114.2857%;
    height: 41.14px;
    padding: 0 18.29px 0 18.29px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    transform: scale(0.875);
    transform-origin: top left;
    align-items: center;
}

.UsernameInput_inputUsername__hQqsY > input::placeholder {
    color: var(--layer-8);
    opacity: 1; /* Firefox */
}
  
.UsernameInput_inputUsername__hQqsY > input::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-8);
}

.UsernameInput_inputUsername__hQqsY > input:-webkit-autofill{
    background-color: transparent !important;
    font-family: var(--serif) !important;
    font-size: 16px !important;
    color: var(--white) !important;
    -webkit-transition: 5000s ease-in-out 0s;
    transition: 5000s ease-in-out 0s;
}

.UsernameInput_inputUsername__hQqsY.UsernameInput_inFieldset__WrVZX{
    border: none;
}
.BulletList_list__sRRqb{
    padding-left: 13px;
    list-style: disc;
    list-style-type: disc;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    margin-bottom: 12px;
}

.BulletList_list__sRRqb > li{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
}
.PasswordInput_inputPassword__6XHaq{
    width: 100%;
    height: 36px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    position: relative;
}

.PasswordInput_inputPassword__6XHaq > input{
    display: flex;
    width: 114.2857%;
    height: 41.14px;
    padding: 0 83.43px 0 18.29px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    transform: scale(0.875);
    transform-origin: top left;
    align-items: center;
}

.PasswordInput_inputPassword__6XHaq > button{
    display: flex;
    height: 100%;
    padding: 0 16px 0 16px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 12px;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.PasswordInput_inputPassword__6XHaq > input::placeholder {
    color: var(--layer-8);
    opacity: 1; /* Firefox */
}
  
.PasswordInput_inputPassword__6XHaq > input::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-8);
}

.PasswordInput_inputPassword__6XHaq > input:-webkit-autofill{
    background-color: transparent !important;
    font-family: var(--serif) !important;
    font-size: 16px !important;
    color: var(--white) !important;
    -webkit-transition: 5000s ease-in-out 0s;
    transition: 5000s ease-in-out 0s;
}

.PasswordInput_inFieldset__7GbcL{
    border: none !important;
    border-radius: 0;
}
.Editor_containerContent__DrG_R{
    max-height: 400px;
    overflow: scroll;
}

.Editor_containerContent__DrG_R p,
.Editor_containerContent__DrG_R p span{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    margin-bottom: 12px;
}

.Editor_containerContent__DrG_R h2,
.Editor_containerContent__DrG_R h2 span{
    font-family: var(--condensed);
    font-size: 28px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.Editor_containerContent__DrG_R h3,
.Editor_containerContent__DrG_R h3 span{
    font-family: var(--condensed);
    font-size: 18px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.Editor_containerContent__DrG_R ul{
    padding-left: 36px;
    list-style: disc;
    list-style-type: disc;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    margin-bottom: 12px;
}

.Editor_containerContent__DrG_R ol{
    padding-left: 36px;
    list-style: decimal;
    list-style-type: decimal;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    margin-bottom: 12px;
}

.Editor_containerContent__DrG_R ul li,
.Editor_containerContent__DrG_R ul li span,
.Editor_containerContent__DrG_R ol li,
.Editor_containerContent__DrG_R ol li span{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
}
.ImageCollage_background__iBxtT{
    width: 100%;
    height: 100%;
    background-color: var(--layer-2);
}

.ImageCollage_containerImgs__J9yaU{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    height: 100%;
    background-color: var(--layer-2);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    transition-delay: 0.1s;
}

.ImageCollage_containerImgs__J9yaU.ImageCollage_loaded__jfpNq{
    opacity: 1;
}

.ImageCollage_containerImgs__J9yaU > .ImageCollage_wide__RnrsE{
    grid-column: span 2;
}

.ImageCollage_containerImgs__J9yaU > .ImageCollage_tall__WRz_X{
    grid-row: span 2;
}
.LabelLinkButton_btnLabel__5VF4Z{
    display: flex;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--layer-1);
    font-size: 14px;
    align-items: center;
}

.LabelLinkButton_btnLabel__5VF4Z.LabelLinkButton_positionTopLeft__bRLl6{
    border-radius: 0 0 2px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.LabelLinkButton_btnLabel__5VF4Z.LabelLinkButton_positionTopRight__lV_gI{
    border-radius: 0 0 0 2px;
    position: absolute;
    top: 0;
    right: 0;
}

.LabelLinkButton_btnLabel__5VF4Z.LabelLinkButton_positionBottomRight__sROOk{
    border-radius: 2px 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.LabelLinkButton_btnLabel__5VF4Z.LabelLinkButton_positionBottomLeft__mx6io{
    border-radius: 0 2px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ApplyCTAModal_title__t_T9q{
    font-family: var(--condensed);
    font-size: 60px;
    margin-bottom: 16px;
}

.ApplyCTAModal_containerBtns___B5Yg{
    display: flex;
    gap: 6px;
    align-items: center;
}

.ApplyCTAModal_containerBtns___B5Yg > span{
    display: block;
}
.Heading_heading__TVEa8{
    font-family: var(--condensed);
    font-size: 30px;
    margin-bottom: 12px;
    margin-left: 16px;
}
.Paragraph_paragraph__bPixL{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    margin-bottom: 12px;
}
.EmailInput_inputEmail__1sEMG{
    width: 100%;
    height: 36px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
}

.EmailInput_inputEmail__1sEMG > input{
    display: flex;
    width: 114.2857%;
    height: 41.14px;
    padding: 0 18.29px 0 18.29px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    transform: scale(0.875);
    transform-origin: top left;
    align-items: center;
}

.EmailInput_inputEmail__1sEMG > input::placeholder {
    color: var(--layer-8);
    opacity: 1; /* Firefox */
}
  
.EmailInput_inputEmail__1sEMG > input::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-8);
}

.EmailInput_inputEmail__1sEMG > input:-webkit-autofill{
    background-color: transparent !important;
    font-family: var(--serif) !important;
    font-size: 16px !important;
    color: var(--white) !important;
    -webkit-transition: 5000s ease-in-out 0s;
    transition: 5000s ease-in-out 0s;
}
.Image_containerImg__Z7VAJ{
    max-width: 100%;
    max-height: 100%;
    background-color: var(--layer-2);
    overflow: hidden;
    position: relative;
}

.Image_containerImg__Z7VAJ.Image_cover__dpmA1{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.Image_cover__dpmA1 > .Image_img__H9X_K{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.Image_dimensions__HH70f > .Image_img__H9X_K{
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.Image_loaded__q68eT > .Image_img__H9X_K{
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.Image_caption__ruC1J{
    padding: 0 16px 6px 16px;
    font-family: var(--serif);
    font-size: 12px;
    color: var(--white);
    line-height: 1.5;
    text-shadow: 0 0 20px #000000;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.Image_containerImg__Z7VAJ.Image_noTransition___cA54{
    transition: none !important;
}
.Label_label__z_Ua2{
    max-width: 90%;
    min-height: 36px;
    padding: 5.4px 16px 5.4px 16px;
    background-color: var(--layer-1);
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    position: absolute;
}

.Label_label__z_Ua2.Label_positionTopLeft__DNGfn{
    border-radius: 0 0 2px 0;
    top: 0;
    left: 0;
}

.Label_label__z_Ua2.Label_positionTopRight__Kjdy9{
    border-radius: 0 0 0 2px;
    top: 0;
    right: 0;
}

.Label_label__z_Ua2.Label_positionBottomRight__p4W0k{
    border-radius: 2px 0 0 0;
    right: 0;
    bottom: 0;
}

.Label_label__z_Ua2.Label_positionBottomLeft__AHRHG{
    border-radius: 0 2px 0 0;
    bottom: 0;
    left: 0;
}
.SearchBar_barSearch__PNd7D{
    padding: 36px;
    background-color: var(--layer-1);
}

.SearchBar_formSearch__9mCJN{
    display: flex;
    gap: 6px;
    width: 100%;
    max-width: 500px;
    margin-top: 16px;
}

@media screen and (max-width: 700px){
    .SearchBar_barSearch__PNd7D{
        padding: 36px 16px 36px 16px;
    }
}
.SearchInput_inputSearch__czwKe{
    width: 100%;
    height: 36px;
    border-radius: 2px;
    position: relative;
}

.SearchInput_inputSearch__czwKe > div{
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.SearchInput_inputSearch__czwKe > div > svg{
    width: 16px;
    fill: var(--white);
}

.SearchInput_inputSearch__czwKe > input{
    display: flex;
    width: 114.2857%;
    height: 41.14px;
    padding: 0 18.29px 0 41.14px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    transform: scale(0.875);
    transform-origin: top left;
    align-items: center;
}

.SearchInput_inputSearch__czwKe > input::placeholder {
    opacity: 1; /* Firefox */
}

/* Layers */

/* Layer 2 */
.SearchInput_inputSearch__czwKe.SearchInput_layer2__7sReu{
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
}

.SearchInput_inputSearch__czwKe.SearchInput_layer2__7sReu > input::placeholder {
    color: var(--layer-8);
}
  
.SearchInput_inputSearch__czwKe.SearchInput_layer2__7sReu > input::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-8);
}

/* Layer 3 */
.SearchInput_inputSearch__czwKe.SearchInput_layer3__rBGML{
    background-color: var(--layer-3);
    border: 1px solid var(--layer-5);
}

.SearchInput_inputSearch__czwKe.SearchInput_layer3__rBGML > input::placeholder {
    color: var(--layer-9);
}
  
.SearchInput_inputSearch__czwKe.SearchInput_layer3__rBGML > input::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-9);
}
.LinkButton_btnLink__jyOma{
    display: inline-flex;
    padding: 0 18px 0 18px;
    min-width: 100px;
    height: 36px;
    background-color: var(--white);
    border: none;
    border-radius: 2px;
    outline: none;
    font-size: 12px;
    color: var(--layer-1);
    justify-content: center;
    align-items: center;
}

.LinkButton_btnLink__jyOma.LinkButton_disabled__0FF1B{
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    color: var(--layer-9);
    pointer-events: none;
}
.SecondaryLinkButton_btnLinkSecondary__rv1P0{
    display: inline-flex;
    min-width: 100px;
    height: 36px;
    padding: 0 16px 0 16px;
    border: 1px solid var(--white);
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.RoundIcon_iconRound__nQhR1{
    display: flex;
    gap: 4px;
    align-items: center;
}

.RoundIcon_iconRound__nQhR1 > div{
    display: flex;
    width: 36px;
    height: 36px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.RoundIcon_iconRound__nQhR1 > div > svg{
    width: 16px;
    fill: var(--white);
}

.RoundIcon_stat__im0cF{
    font-family: var(--sans-serif);
    font-size: 12px;
    color: var(--white);
}
.MediaFrame_frame__ZnR6z{
    display: grid;
    grid-template-columns: 1fr 400px;
    grid-gap: 6px;
    gap: 6px;
}

.MediaFrame_columnLeft__H3KWy{
    position: relative;
}

.MediaFrame_columnLeft__H3KWy > .MediaFrame_containerChildren__yek7H{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.MediaFrame_columnRight__xoYb3{
    padding: 36px;
}

@media screen and (max-width: 700px){
    .MediaFrame_frame__ZnR6z{
        grid-template-columns: 100%;
    }
}

@Media screen and (max-width: 500px){
    .MediaFrame_columnRight__xoYb3{
        padding: 36px 16px 36px 16px;
    }
}
.RatingIcon_rating__A_UHJ{
    display: flex;
    gap: 4px;
    align-items: center;
}

.RatingIcon_btn__NJC7_{
    display: flex;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--layer-2);
    border-radius: 18px;
    border: 1px solid var(--layer-4);
    align-items: center;
}

.RatingIcon_containerStars__nUM6_{
    width: 96px;
    height: 16px;
    position: relative;
}

.RatingIcon_layer1__daB4F{
    display: flex;
    gap: 4px;
}

.RatingIcon_layer1__daB4F > svg{
    height: 100%;
    fill: var(--layer-8);
}

.RatingIcon_layer2__nj4J9{
    display: flex;
    gap: 4px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.RatingIcon_layer2__nj4J9 > svg{
    min-width: 16px;
    height: 16px;
    fill: gold;
}

.RatingIcon_stat__7WLP3{
    font-family: var(--sans-serif);
    font-size: 12px;
    color: var(--white);
}
.BrandList_lst__ThENp{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.BrandList_container__1QKge{
    padding: 36px;
}

.BrandList_containerBtns__UOaSs{
    display: flex;
    gap: 6px;
}

.BrandList_name__FZKVt{
    display: flex;
    font-family: var(--condensed);
    font-size: 28px;
    color: var(--white);
    line-height: 1;
    align-items: center;
    margin-bottom: 6px;
    margin-left: 24px;
}

.BrandList_slogan__ydvjK{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1;
    margin-top: 6px;
    margin-bottom: 12px;
    margin-left: 24px;
}

@media screen and (max-width: 500px){
    .BrandList_container__1QKge{
        padding: 36px 16px 36px 16px;
    }
}
.ResourcePicker_picker__W2i6Y{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ResourcePicker_containerLstSelected__Q57c2{
    
}

.ResourcePicker_lstSelected__mX6pC{
    display: flex;
    gap: 6px;
    border-radius: 2px;
    overflow: scroll;
    scroll-snap-type: x mandatory;
}

.ResourcePicker_lstSelected__mX6pC > li{
    display: block;
    min-width: calc(23.53% - 5.65px);
    max-width: calc(23.53% - 5.65px);
    background-color: var(--layer-2);
    scroll-snap-align: start;
    aspect-ratio: 1 / 1;
    border: none;
    border-radius: 2px;
    outline: none;
    overflow: hidden;
    position: relative;
}

.ResourcePicker_lstSelected__mX6pC .ResourcePicker_label__Q_Qv2{
    display: flex;
    padding: 6px;
    font-family: var(--condensed);
    font-size: 12px;
    color: var(--white);
    text-align: center;
    text-shadow: 0 0 16px #000000;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ResourcePicker_containerBtnDelete__B1mwF{
    position: absolute;
    top: 6px;
    right: 6px;
}

.ResourcePicker_lstOptions__kLHRx{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 6px;
    gap: 6px;
    max-height: 300px;
    border-radius: 2px;
    overflow: scroll;
}

.ResourcePicker_lstOptions__kLHRx > li > button{
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: var(--layer-2);
    border: none;
    border-radius: 2px;
    outline: none;
    overflow: hidden;
    position: relative;
}

.ResourcePicker_imgFrame__Q9zMD{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    height: 100%;
}

.ResourcePicker_wide__txgLx{
    grid-column: span 2;
}

.ResourcePicker_tall__0vSp8{
    grid-row: span 2;
}

.ResourcePicker_lstOptions__kLHRx .ResourcePicker_label__Q_Qv2{
    display: flex;
    padding: 6px;
    font-family: var(--condensed);
    font-size: 18px;
    color: var(--white);
    text-align: center;
    text-shadow: 0 0 18px #000000;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ResourcePicker_overlayCheck__6A7LS{
    display: flex;
    background-color: var(--layer-2-translucent);
    opacity: 0;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ResourcePicker_overlayCheck__6A7LS > svg{
    width: 20px;
    height: 20px;
    fill: var(--white);
}

.ResourcePicker_selected__bNgXU .ResourcePicker_overlayCheck__6A7LS{
    opacity: 1;
}

/* Disabled State */
.ResourcePicker_lstOptions__kLHRx > li > button.ResourcePicker_disabled__l5edc > .ResourcePicker_label__Q_Qv2{
    background-color: var(--layer-2-translucent);
    color: var(--layer-9);
}
.VariationInput_frame__qncbT{
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.VariationInput_frame__qncbT > .VariationInput_containerBtns__mkFgr{
    display: flex;
    gap: 6px;
}

.VariationInput_frame__qncbT > .VariationInput_containerBtns__mkFgr > .VariationInput_wide__f1vEU{
    flex: 1 1;
}

.VariationInput_lst__e_ZqK{
    display: flex;
    gap: 6px;
    width: 100%;
    border-radius: 2px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.VariationInput_lst__e_ZqK > li{
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 100%;
    scroll-snap-align: start;
}

.VariationInput_lst__e_ZqK > li > .VariationInput_columns__7_nX1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
    gap: 1px;
    background-color: var(--layer-4);
    border: 1px solid var(--layer-4);
    border-radius: 2px 18px 2px 2px;
    overflow: hidden;
}

.VariationInput_lst__e_ZqK > li > .VariationInput_columns__7_nX1 > div{
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.VariationInput_lst__e_ZqK > li > .VariationInput_columns__7_nX1 > div > div{
    display: flex;
    gap: 1px;
}
.PriceInput_input__dFRQa{
    width: 100%;
    height: 36px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
}

.PriceInput_input__dFRQa > input{
    display: flex;
    width: 114.2857%;
    height: 41.14px;
    padding: 0 18.29px 0 18.29px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    transform: scale(0.875);
    transform-origin: top left;
    align-items: center;
}

.PriceInput_input__dFRQa > input::placeholder {
    color: var(--layer-8);
    opacity: 1; /* Firefox */
}
  
.PriceInput_input__dFRQa > input::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-8);
}

.PriceInput_input__dFRQa > input:-webkit-autofill{
    background-color: transparent !important;
    font-family: var(--serif) !important;
    font-size: 16px !important;
    color: var(--white) !important;
    -webkit-transition: 5000s ease-in-out 0s;
    transition: 5000s ease-in-out 0s;
}
.Button_btn__eWQcr{
    display: inline-flex;
    padding: 0 16px 0 16px;
    min-width: 100px;
    min-height: 36px;
    background-color: var(--white);
    border: none;
    border-radius: 2px;
    outline: none;
    font-family: var(--serif);
    font-weight: normal;
    font-size: 12px;
    color: var(--layer-1);
    align-self: flex-start;
    justify-content: center;
    align-items: center;
    position: relative;
}

.Button_containerSpinner__SxENM{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Layer Styles */

/* Layer 2 */
.Button_btn__eWQcr.Button_layer2__0Qpjw:disabled{
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    color: var(--layer-8);
}

/* Layer 3 */
.Button_btn__eWQcr.Button_layer3__QoVBq:disabled{
    background-color: var(--layer-3);
    border: 1px solid var(--layer-5);
    color: var(--layer-9);
}
.TextArea_wrapper__XL7BI{
    min-height: 36px;
    padding: 4.31px 16px 4.31px 16px;
    border-radius: 2px;
}

.TextArea_container__zWsU_{
    overflow: hidden;
    position: relative;
}

.TextArea_txtArea__EG_Fq{
    width: 114.2857%;
    min-height: 29px;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    resize: none;
    font-family: var(--serif);
    font-size: 16px;
    color: var(--white);
    line-height: 1.8;
    overflow: scroll;
    transform: scale(0.875);
    transform-origin: top left;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.TextArea_wrapper__XL7BI.TextArea_inFieldset__qJC7V{
    border: none !important;
    border-radius: 0;
}

/* Layer Styles */

/* Layer 2 */
.TextArea_wrapper__XL7BI.TextArea_layer2__1tZd8{
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
}

.TextArea_layer2__1tZd8 .TextArea_txtArea__EG_Fq::placeholder {
    color: var(--layer-8);
}
  
.TextArea_layer2__1tZd8  .TextArea_txtArea__EG_Fq::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-8);
}

/* Layer 3 */
.TextArea_wrapper__XL7BI.TextArea_layer3__soa4Q{
    background-color: var(--layer-3);
    border: 1px solid var(--layer-5);
}

.TextArea_layer3__soa4Q .TextArea_txtArea__EG_Fq::placeholder {
    color: var(--layer-9);
}
  
.TextArea_layer3__soa4Q .TextArea_txtArea__EG_Fq::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-9);
}
.Fieldset_fieldset__KgeLd{
    
}

.Fieldset_legend__YXTW5{
    padding-left: 12px;
    font-family: var(--condensed);
    font-size: 12px;
    color: var(--layer-8);
    line-height: 1;
    margin-bottom: 4px;
}

.Fieldset_frame__hu_Df{
    display: flex;
    flex-direction: column;
    gap: 1px;
    background-color: var(--layer-4);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    overflow: hidden;
}

.Fieldset_description__PZ1yB{
    padding-left: 12px;
    font-family: var(--sans-serif);
    font-size: 12px;
    color: var(--layer-8);
    line-height: 1;
    margin-top: 4px;
}

.CategoryPicker_picker__EWopR{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.CategoryPicker_loading__sXYf_{
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.CategoryPicker_lst__AZeey{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.CategoryPicker_lst__AZeey li{
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.CategoryPicker_lst__AZeey ul{
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 36px;
}

.CategoryPicker_lst__AZeey button{
    display: inline-flex;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 18px;
    font-family: var(--sans-serif);
    font-size: 14px;
    color: var(--white);
    align-items: center;
}

.CategoryPicker_lst__AZeey button.CategoryPicker_selected__QXNmu{
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--layer-2);
}
.Spinner_spinner__unvE6{
	display: inline-block;
	width: 1em;
	height: 1em;
    position: relative;
}

.Spinner_blade__VFyWy{
	position: absolute;
	left: 0.4629em;
	bottom: 0;
	width: 0.074em;
	height: 0.2777em;
    background-color: transparent;
	border-radius: 0.0555em;
    font-size: inherit;
	transform-origin: center -0.2222em;
	animation: Spinner_spinner-fade__Kctjz 0.5s infinite linear;
}
  
.Spinner_blade__VFyWy:nth-child(1){
	animation-delay: 0s;
	transform: rotate(0deg);
}

.Spinner_blade__VFyWy:nth-child(2){
	animation-delay: 0.0415s;
	transform: rotate(30deg);
}

.Spinner_blade__VFyWy:nth-child(3){
	animation-delay: 0.083s;
	transform: rotate(60deg);
}

.Spinner_blade__VFyWy:nth-child(4){
	animation-delay: 0.1245s;
	transform: rotate(90deg);
}

.Spinner_blade__VFyWy:nth-child(5){
	animation-delay: 0.166s;
	transform: rotate(120deg);
}

.Spinner_blade__VFyWy:nth-child(6){
	animation-delay: 0.2075s;
	transform: rotate(150deg);
}

.Spinner_blade__VFyWy:nth-child(7){
	animation-delay: 0.249s;
	transform: rotate(180deg);
}

.Spinner_blade__VFyWy:nth-child(8){
	animation-delay: 0.2905s;
	transform: rotate(210deg);
}

.Spinner_blade__VFyWy:nth-child(9){
	animation-delay: 0.332s;
	transform: rotate(240deg);
}

.Spinner_blade__VFyWy:nth-child(10){
	animation-delay: 0.3735s;
	transform: rotate(270deg);
}

.Spinner_blade__VFyWy:nth-child(11){
	animation-delay: 0.415s;
	transform: rotate(300deg);
}

.Spinner_blade__VFyWy:nth-child(12){
	animation-delay: 0.4565s;
	transform: rotate(330deg);
}
  
@keyframes Spinner_spinner-fade__Kctjz {
	0% {
	  	background-color: var(--white);
	}
	100% {
	  	background-color: transparent;
	}
}
.Slides_wrapper__y1hTj{
    
}

.Slides_anchor__s8sFy{
    width: 100%;
    height: 0;
    position: relative;
}

.Slides_containerBtns__x7tsJ{
    display: flex;
    gap: 6px;
    position: absolute;
    right: 0;
    bottom: 12px;
}

.Slides_containerChildren__VTGml{

}

.Slides_hidden__BkQ6o{
    display: none;
}
.TaskList_lst___p5jQ{
    display: flex;
    flex-direction: column;
    gap: 1px;
    background-color: var(--layer-3);
}

.TaskList_lst___p5jQ > li{
    display: flex;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--layer-1);
    align-items: center;
}

.TaskList_name__TMaBl{
    flex: 1 1;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
}

.TaskList_priority__rcloZ {
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-family: var(--sans-serif);
    font-size: 12px;
    color: var(--white);
    text-shadow: 0 0 12px #000000;
    justify-content: center;
    align-items: center;
}
.ToggleBar_bar__DH_33{
    display: flex;
    gap: 6px;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    align-items: center;
}

.ToggleBar_label__cNk8d{
    flex: 1 1;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
}

.ToggleBar_toggle__NKDiE{
    width: 42px;
    height: 24px;
    background-color: var(--layer-8);
    border: none;
    border-radius: 14px;
    outline: none;
    position: relative;
    transition: 0.15s ease-in-out;
}

.ToggleBar_dot__e4ybi{
    width: 20px;
    height: 20px;
    background-color: var(--white);
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: 0.15s ease-in-out;
}

/* Toggle on State Styles */

.ToggleBar_toggle__NKDiE.ToggleBar_on__7Jhvn{
    background-color: var(--bright-green);
}

.ToggleBar_toggle__NKDiE.ToggleBar_on__7Jhvn > .ToggleBar_dot__e4ybi{
    margin-left: 18px;
}
.CollectionList_lst__JcOW8{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 6px;
    gap: 6px;
}

.CollectionList_lst__JcOW8 > li{
    padding: 16px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    position: relative;
}

.CollectionList_containerBtnMore__WXHVS{
    position: absolute;
    top: 6px;
    right: 6px;
}
.RoundIconLinkButton_btnRound__5V5rG{
    display: flex;
    gap: 4px;
    background-color: transparent;
    border: none;
    outline: none;
    align-items: center;
}

.RoundIconLinkButton_btnRound__5V5rG > div{
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.RoundIconLinkButton_btnRound__5V5rG > div > svg{
    width: 16px;
    fill: var(--white);
}

.RoundIconLinkButton_btnRound__5V5rG > span{
    font-family: var(--sans-serif);
    font-size: 12px;
}

/* Layer Styles */

/* Layer 2 */
.RoundIconLinkButton_btnRound__5V5rG.RoundIconLinkButton_layer2__4E9gM > div{
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
}

/* Layer 3 */
.RoundIconLinkButton_btnRound__5V5rG.RoundIconLinkButton_layer3__CSr_E > div{
    background-color: var(--layer-3);
    border: 1px solid var(--layer-5);
}
.ApplyForm_form__hKfGj{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.Success_background__2Oos3{
    width: 100%;
    padding-top: 36px;
}

.Success_background__2Oos3 > svg{
    display: block;
    width: 60px;
    height: 60px;
    fill: var(--white);
    margin: auto;
    margin-bottom: 6px;
}

.Success_heading__0Bzj6{
    font-family: var(--condensed);
    font-size: 30px;
    color: var(--white);
    text-align: center;
    margin-bottom: 2px;
}

.Success_msg__Y4fWp{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    text-align: center;
}

.Success_containerResend__RXA14{
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}

.Success_resendMsg__lH315{
    font-family: var(--sans-serif);
    font-size: 14px;
    color: var(--white);
}
.LinksInput_picker__pIP69{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.LinksInput_containerItems__dL7tZ{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.LinksInput_item__w22lS{
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    position: relative;
}

.LinksInput_containerDrag__oL4i5{
    display: flex;
    gap: 12px;
    padding: 6px;
    align-items: center;
}

.LinksInput_label__oD8YV{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
}

.LinksInput_containerBtn__LDj5i{
    position: absolute;
    top: 6px;
    right: 6px;
}

.LinksInput_containerInputs__R63ZH{
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 6px 6px 6px;
    margin-top: 6px;
}
