#index-module-scss-module__AznsqG__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__AznsqG__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__AznsqG__imageButton{background-size:100%;background-color:var(--secondaryColor);cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__AznsqG__imageButton span,.index-module-scss-module__AznsqG__imageButton:before,.index-module-scss-module__AznsqG__imageButton:after{transition:all .3s ease-in-out}.index-module-scss-module__AznsqG__imageButton svg{z-index:3;position:relative}@media (hover:hover){.index-module-scss-module__AznsqG__imageButton:hover{background-color:#737389}.index-module-scss-module__AznsqG__imageButton:hover:after,.index-module-scss-module__AznsqG__imageButton:hover span{background-position-x:-100%}.index-module-scss-module__AznsqG__imageButton:hover{color:#22222a}}@media (hover:none){.index-module-scss-module__AznsqG__imageButton:active{background-color:#737389}.index-module-scss-module__AznsqG__imageButton:active:after,.index-module-scss-module__AznsqG__imageButton:active span{background-position-x:-100%}.index-module-scss-module__AznsqG__imageButton:active{color:#22222a}}.index-module-scss-module__AznsqG__imageButton:after{content:"";z-index:1;background:linear-gradient(152deg,#ac6cdb 0%,#586de4 50%,#ac6cdb 100%) 0 0/200%;border-radius:10px;width:100%;height:100%;position:absolute;top:0;left:0}.index-module-scss-module__AznsqG__imageButton:before{content:"";background:var(--secondaryColor);z-index:2;border-radius:10px;width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;top:1px;left:1px}.index-module-scss-module__AznsqG__imageButton>span{z-index:3;background:linear-gradient(152deg,#ac6cdb 0%,#586de4 50%,#ac6cdb 100%) 0 0/200%;-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;position:relative}.index-module-scss-module__AznsqG__form{flex-direction:column;row-gap:16px;margin-top:16px;display:flex}.index-module-scss-module__AznsqG__modalLayout{width:100vw;max-width:1128px}@media only screen and (width<=767px){.index-module-scss-module__AznsqG__modalLayout{padding-top:16px}}.index-module-scss-module__AznsqG__buttonsWrapper{gap:8px;display:flex}.index-module-scss-module__AznsqG__buttonsWrapper button{height:auto}.index-module-scss-module__AznsqG__gridContainer{grid-template-rows:repeat(2,1fr);gap:8px;min-height:600px;max-height:700px;display:grid}.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__collageImageWrapper{background-color:#2d2d37;border-radius:16px;padding:16px;position:relative}.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__addCollageImage{transform-origin:50%;cursor:pointer;background-color:#737389;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s ease-in-out;display:flex;position:absolute;top:calc(50% - 32px);left:calc(50% - 32px)}@media (hover:hover){.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__addCollageImage:hover{scale:1.1}}@media (hover:none){.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__addCollageImage:active{scale:1.1}}.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__collageImage{object-fit:cover;width:100%;height:100%}.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__collageImageLoaded{padding:unset;overflow:hidden}.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__columnWrapper{background-color:var(--backColorAlt);border-radius:16px;flex-direction:column;row-gap:16px;padding:16px;display:flex}.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__columnImageWrapper{position:relative}.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__columnImage{object-fit:cover;width:100%;height:auto}.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__removeButton{position:absolute;top:8px;right:8px}.index-module-scss-module__AznsqG__layoutGrid,.index-module-scss-module__AznsqG__layoutSocial{flex-direction:column;row-gap:16px;display:flex}.index-module-scss-module__AznsqG__layoutPlace .index-module-scss-module__AznsqG__buttonsWrapper{flex-wrap:wrap;column-gap:8px;max-width:84px;margin-top:16px}.index-module-scss-module__AznsqG__layoutPlace .index-module-scss-module__AznsqG__bannerLayoutButton{padding:4px}.index-module-scss-module__AznsqG__layoutPlace .index-module-scss-module__AznsqG__bannerLayoutButton svg{width:12px;height:12px}.index-module-scss-module__AznsqG__layoutPlace .index-module-scss-module__AznsqG__banner{border-radius:16px;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);align-content:center;place-items:center;width:100%;height:600px;margin-top:16px;padding:16px;display:grid;position:relative;overflow:hidden}.index-module-scss-module__AznsqG__layoutPlace .index-module-scss-module__AznsqG__banner img{object-fit:cover;width:100%;height:100%;position:absolute}.index-module-scss-module__AznsqG__layoutPlace .index-module-scss-module__AznsqG__banner .index-module-scss-module__AznsqG__bannerOverlay{position:relative}.index-module-scss-module__AznsqG__layoutHTML{flex-direction:column;row-gap:16px;display:flex}.index-module-scss-module__AznsqG__layoutSocial{margin-top:24px}.index-module-scss-module__AznsqG__layoutColumns{flex-direction:column;row-gap:16px;display:flex}.index-module-scss-module__AznsqG__layoutColumns .index-module-scss-module__AznsqG__colorInput{border:2px var(--greyLightToPurpleGrey)solid;border-radius:50%;width:30px;height:30px;position:relative;overflow:hidden}.index-module-scss-module__AznsqG__layoutColumns .index-module-scss-module__AznsqG__colorInput input{-webkit-appearance:none;background-color:#fff;border:none;width:calc(100% + 10px);height:calc(100% + 10px);position:relative;top:-5px;left:-5px}.index-module-scss-module__AznsqG__layoutColumns .index-module-scss-module__AznsqG__colorInput:before{content:"";background-color:var(--borderColor);z-index:2;border-radius:50%;width:50%;height:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.index-module-scss-module__AznsqG__gridContainerColumns{max-height:unset;grid-template-rows:1fr}.index-module-scss-module__AznsqG__videoText .index-module-scss-module__AznsqG__videoTextWrapper{grid-template-columns:repeat(2,1fr);column-gap:16px;margin-top:24px;display:grid}.index-module-scss-module__AznsqG__videoText .index-module-scss-module__AznsqG__videoTextWrapper video{border-radius:16px}.index-module-scss-module__AznsqG__videoText .index-module-scss-module__AznsqG__buttonsWrapper{column-gap:8px;margin-top:16px;display:flex}.index-module-scss-module__AznsqG__layoutButtonActive svg path{stroke:#fff}.index-module-scss-module__AznsqG__columnTitle{background-color:var(--baseBackground);border-radius:6px;align-self:flex-start;padding:4px;display:inline-block}.index-module-scss-module__AznsqG__submitButton{color:#fff;cursor:pointer;z-index:5;background:linear-gradient(152deg,#ac6cdb 0%,#586de4 50%,#ac6cdb 100%) 0 0/200%;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__AznsqG__submitButton span,.index-module-scss-module__AznsqG__submitButton:before,.index-module-scss-module__AznsqG__submitButton:after{transition:all .3s ease-in-out}.index-module-scss-module__AznsqG__submitButton svg{z-index:3;position:relative}@media (hover:hover){.index-module-scss-module__AznsqG__submitButton:hover{background-position:100%}}@media (hover:none){.index-module-scss-module__AznsqG__submitButton:active{background-position:100%}}.index-module-scss-module__AznsqG__submitButton{align-self:flex-end}.index-module-scss-module__AznsqG__addImageButton{flex-direction:column;align-self:flex-start;align-items:flex-start;display:flex}

#index-module-scss-module__UEW0_a__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__UEW0_a__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__UEW0_a__imageButton{cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-self:flex-start;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__UEW0_a__imageButton span,.index-module-scss-module__UEW0_a__imageButton:before,.index-module-scss-module__UEW0_a__imageButton:after{transition:all .3s ease-in-out}.index-module-scss-module__UEW0_a__imageButton svg{z-index:3;position:relative}.index-module-scss-module__UEW0_a__imageButton{background-color:var(--secondaryColor);color:#fff}@media (hover:hover){.index-module-scss-module__UEW0_a__imageButton:hover{background-color:var(--greyLightToPurple)}}@media (hover:none){.index-module-scss-module__UEW0_a__imageButton:active{background-color:var(--greyLightToPurple)}}.index-module-scss-module__UEW0_a__imageButton_light{color:#fff;cursor:pointer;z-index:5;background:linear-gradient(152deg,#ac6cdb 0%,#586de4 50%,#ac6cdb 100%) 0 0/200%;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__UEW0_a__imageButton_light span,.index-module-scss-module__UEW0_a__imageButton_light:before,.index-module-scss-module__UEW0_a__imageButton_light:after{transition:all .3s ease-in-out}.index-module-scss-module__UEW0_a__imageButton_light svg{z-index:3;position:relative}@media (hover:hover){.index-module-scss-module__UEW0_a__imageButton_light:hover{background-position:100%}}@media (hover:none){.index-module-scss-module__UEW0_a__imageButton_light:active{background-position:100%}}

#index-module-scss-module__zb1fRq__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__zb1fRq__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__zb1fRq__imagesWrapper{flex-wrap:wrap;gap:16px;margin-top:16px;display:flex}.index-module-scss-module__zb1fRq__imagesWrapper img{object-fit:cover;background-color:#2d2d37;width:100%;height:100%}.index-module-scss-module__zb1fRq__imagesWrapper .index-module-scss-module__zb1fRq__image{border-radius:16px;width:100px;height:100px;position:relative;overflow:hidden}.index-module-scss-module__zb1fRq__imagesWrapper .index-module-scss-module__zb1fRq__video{width:49%;height:unset}.index-module-scss-module__zb1fRq__imagesWrapper .index-module-scss-module__zb1fRq__removeButton{z-index:4;border:#22222a;border-radius:50%;position:absolute;top:0;right:0;overflow:hidden}.index-module-scss-module__zb1fRq__imagesWrapper .index-module-scss-module__zb1fRq__spinner{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.index-module-scss-module__zb1fRq__imageButton{cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__zb1fRq__imageButton span,.index-module-scss-module__zb1fRq__imageButton:before,.index-module-scss-module__zb1fRq__imageButton:after{transition:all .3s ease-in-out}.index-module-scss-module__zb1fRq__imageButton svg{z-index:3;position:relative}.index-module-scss-module__zb1fRq__imageButton{background-color:var(--secondaryColor);color:#fff}@media (hover:hover){.index-module-scss-module__zb1fRq__imageButton:hover{background-color:var(--greyLightToPurple)}}@media (hover:none){.index-module-scss-module__zb1fRq__imageButton:active{background-color:var(--greyLightToPurple)}}.index-module-scss-module__zb1fRq__fileName{color:#fff;background-color:#1c1c1cc7;font-size:10px;position:absolute;bottom:4px;left:4px;right:4px;box-shadow:0 0 8px 4px #1c1c1cc7}

#index-module-scss-module__lgQGVG__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__lgQGVG__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__lgQGVG__root{cursor:pointer;color:var(--textPrimary);position:relative}.index-module-scss-module__lgQGVG__spinner{visibility:hidden;justify-content:center;align-items:center;display:flex;position:absolute;top:6px;left:6px}.index-module-scss-module__lgQGVG__spinnerVisible{visibility:visible}.index-module-scss-module__lgQGVG__text{white-space:nowrap;justify-content:center;align-items:center;column-gap:8px;display:flex}.index-module-scss-module__lgQGVG__black{cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__black span,.index-module-scss-module__lgQGVG__black:before,.index-module-scss-module__lgQGVG__black:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__black svg{z-index:3;position:relative}.index-module-scss-module__lgQGVG__black{background-color:var(--backColorAlt);position:relative}@media (hover:hover){.index-module-scss-module__lgQGVG__black:hover span{color:#fff}}@media (hover:none){.index-module-scss-module__lgQGVG__black:active span{color:#fff}}.index-module-scss-module__lgQGVG__black span{color:#4d5db7}.index-module-scss-module__lgQGVG__grey{cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__grey span,.index-module-scss-module__lgQGVG__grey:before,.index-module-scss-module__lgQGVG__grey:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__grey svg{z-index:3;position:relative}.index-module-scss-module__lgQGVG__grey{background-color:var(--secondaryColor);color:#fff}@media (hover:hover){.index-module-scss-module__lgQGVG__grey:hover{background-color:var(--greyLightToPurple)}}@media (hover:none){.index-module-scss-module__lgQGVG__grey:active{background-color:var(--greyLightToPurple)}}.index-module-scss-module__lgQGVG__grey span{color:#4d5db7}.index-module-scss-module__lgQGVG__gradient{color:#fff;cursor:pointer;z-index:5;background:linear-gradient(152deg,#ac6cdb 0%,#586de4 50%,#ac6cdb 100%) 0 0/200%;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__gradient span,.index-module-scss-module__lgQGVG__gradient:before,.index-module-scss-module__lgQGVG__gradient:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__gradient svg{z-index:3;position:relative}@media (hover:hover){.index-module-scss-module__lgQGVG__gradient:hover{background-position:100%}}@media (hover:none){.index-module-scss-module__lgQGVG__gradient:active{background-position:100%}}.index-module-scss-module__lgQGVG__goldGradient{color:#fff;cursor:pointer;z-index:5;background:linear-gradient(93deg,#e7ad56 6.53%,#e76056 73.62%) 0 0/200%;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__goldGradient span,.index-module-scss-module__lgQGVG__goldGradient:before,.index-module-scss-module__lgQGVG__goldGradient:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__goldGradient svg{z-index:3;position:relative}@media (hover:hover){.index-module-scss-module__lgQGVG__goldGradient:hover{background-position:100%}}@media (hover:none){.index-module-scss-module__lgQGVG__goldGradient:active{background-position:100%}}.index-module-scss-module__lgQGVG__goldBordered{cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__goldBordered span,.index-module-scss-module__lgQGVG__goldBordered:before,.index-module-scss-module__lgQGVG__goldBordered:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__goldBordered svg{z-index:3;position:relative}.index-module-scss-module__lgQGVG__goldBordered{color:#f3ce7b;border:1px solid #f3ce7b}.index-module-scss-module__lgQGVG__white,.index-module-scss-module__lgQGVG__whitePurple{color:#22222a;cursor:pointer;z-index:5;background-color:#fff;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__white span,.index-module-scss-module__lgQGVG__whitePurple span,.index-module-scss-module__lgQGVG__white:before,.index-module-scss-module__lgQGVG__whitePurple:before,.index-module-scss-module__lgQGVG__white:after,.index-module-scss-module__lgQGVG__whitePurple:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__white svg,.index-module-scss-module__lgQGVG__whitePurple svg{z-index:3;position:relative}.index-module-scss-module__lgQGVG__white,.index-module-scss-module__lgQGVG__whitePurple{border:1px solid #e3d9ea;box-shadow:0 0 10px #985afc20}.index-module-scss-module__lgQGVG__whitePurple{background-color:#e8e2f1}.index-module-scss-module__lgQGVG__blue{cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__blue span,.index-module-scss-module__lgQGVG__blue:before,.index-module-scss-module__lgQGVG__blue:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__blue svg{z-index:3;position:relative}.index-module-scss-module__lgQGVG__blue{background-color:#4e81f3}.index-module-scss-module__lgQGVG__borderGradient{background-size:100%;background-color:var(--secondaryColor);cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__borderGradient span,.index-module-scss-module__lgQGVG__borderGradient:before,.index-module-scss-module__lgQGVG__borderGradient:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__borderGradient svg{z-index:3;position:relative}@media (hover:hover){.index-module-scss-module__lgQGVG__borderGradient:hover{background-color:#737389}.index-module-scss-module__lgQGVG__borderGradient:hover:after,.index-module-scss-module__lgQGVG__borderGradient:hover span{background-position-x:-100%}.index-module-scss-module__lgQGVG__borderGradient:hover{color:#22222a}}@media (hover:none){.index-module-scss-module__lgQGVG__borderGradient:active{background-color:#737389}.index-module-scss-module__lgQGVG__borderGradient:active:after,.index-module-scss-module__lgQGVG__borderGradient:active span{background-position-x:-100%}.index-module-scss-module__lgQGVG__borderGradient:active{color:#22222a}}.index-module-scss-module__lgQGVG__borderGradient:after{content:"";z-index:1;background:linear-gradient(152deg,#ac6cdb 0%,#586de4 50%,#ac6cdb 100%) 0 0/200%;border-radius:10px;width:100%;height:100%;position:absolute;top:0;left:0}.index-module-scss-module__lgQGVG__borderGradient:before{content:"";background:var(--secondaryColor);z-index:2;border-radius:10px;width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;top:1px;left:1px}.index-module-scss-module__lgQGVG__borderGradient>span{z-index:3;background:linear-gradient(152deg,#ac6cdb 0%,#586de4 50%,#ac6cdb 100%) 0 0/200%;-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;position:relative}.index-module-scss-module__lgQGVG__borderWhite{border:1px solid #fff}.index-module-scss-module__lgQGVG__borderBlue{border:1px solid #4e81f3}.index-module-scss-module__lgQGVG__borderGrey{border:1px solid #dbdbdb;box-shadow:0 0 10px #55555515}.index-module-scss-module__lgQGVG__fontSmall{font-size:12px;font-weight:500}.index-module-scss-module__lgQGVG__fontMedium{font-size:14px;font-weight:500}.index-module-scss-module__lgQGVG__fontLarge{font-size:clamp(14px,3.4vw,16px);font-weight:600}.index-module-scss-module__lgQGVG__icon{padding:8px}.index-module-scss-module__lgQGVG__svg24 svg{width:24px;height:24px}.index-module-scss-module__lgQGVG__svg32 svg{width:32px;height:32px}.index-module-scss-module__lgQGVG__invertSvg svg{filter:invert()}.index-module-scss-module__lgQGVG__whiteTransparent{cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__whiteTransparent span,.index-module-scss-module__lgQGVG__whiteTransparent:before,.index-module-scss-module__lgQGVG__whiteTransparent:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__whiteTransparent svg{z-index:3;position:relative}.index-module-scss-module__lgQGVG__whiteTransparent{color:#fff;backdrop-filter:blur(2px);background-color:#ffffff53}.index-module-scss-module__lgQGVG__backTransparent{background-color:#0000!important}.index-module-scss-module__lgQGVG__wide{width:100%}.index-module-scss-module__lgQGVG__circle{height:unset;border-radius:50%;padding:4px}@media only screen and (width<=767px){.index-module-scss-module__lgQGVG__phoneWide{width:100%}}.index-module-scss-module__lgQGVG__disabled{pointer-events:none;opacity:.5}.index-module-scss-module__lgQGVG__blueText{color:#4e81f3}.index-module-scss-module__lgQGVG__purpleText{color:#bb6bd9}.index-module-scss-module__lgQGVG__whiteText,.index-module-scss-module__lgQGVG__whiteText span{color:#fff}

#index-module-scss-module__r36m4G__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__r36m4G__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__r36m4G__p{color:#fff}.index-module-scss-module__r36m4G__themeColor{color:var(--textPrimary)}.index-module-scss-module__r36m4G__small{font-size:12px}.index-module-scss-module__r36m4G__medium{font-size:14px}.index-module-scss-module__r36m4G__large{font-size:clamp(14px,3.4vw,16px)}.index-module-scss-module__r36m4G__huge{font-size:clamp(16px,3.6vw,24px)}.index-module-scss-module__r36m4G__textCenter{text-align:center}.index-module-scss-module__r36m4G__w500{font-weight:500}.index-module-scss-module__r36m4G__w600{font-weight:600}.index-module-scss-module__r36m4G__w700{font-weight:700}.index-module-scss-module__r36m4G__w800{font-weight:800}.index-module-scss-module__r36m4G__fs10{font-size:10px}.index-module-scss-module__r36m4G__fs12{font-size:12px}.index-module-scss-module__r36m4G__fs32{font-size:clamp(24px,4vw,32px)}.index-module-scss-module__r36m4G__fs36{font-size:clamp(26px,5.2vw,36px)}.index-module-scss-module__r36m4G__fs20{font-size:clamp(14px,3.6vw,20px)}.index-module-scss-module__r36m4G__white{color:#fff}.index-module-scss-module__r36m4G__grey{color:#2d2d37}.index-module-scss-module__r36m4G__greyLight{color:#737389}.index-module-scss-module__r36m4G__blue{color:#4e81f3}.index-module-scss-module__r36m4G__green{color:#339b62}.index-module-scss-module__r36m4G__red{color:var(--lineError)}.index-module-scss-module__r36m4G__purple{color:#ac6cdb}.index-module-scss-module__r36m4G__underlined{cursor:pointer;text-decoration:underline;transition:all .3s ease-in-out}@media (hover:hover){.index-module-scss-module__r36m4G__underlined:hover{color:#fff}}@media (hover:none){.index-module-scss-module__r36m4G__underlined:active{color:#fff}}.index-module-scss-module__r36m4G__alignEnd{text-align:end}.index-module-scss-module__r36m4G__alignCenter,.index-module-scss-module__r36m4G__alignStart{align-items:center;column-gap:8px;display:flex}.index-module-scss-module__r36m4G__alignStart{align-items:flex-start}

.index-module-scss-module__lHM1aG__root{flex-direction:column;justify-content:center;align-items:center;row-gap:16px;min-height:80vh;padding:32px;display:flex}

#index-module-scss-module__v75MlG__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__v75MlG__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__v75MlG__footer{padding:24px}.index-module-scss-module__v75MlG__footer--bordered{border-top:1px solid var(--color-line-primary);margin-top:32px}.index-module-scss-module__v75MlG__footer--card{background-color:var(--color-base-secondary-background);border-radius:24px}@media only screen and (width<=767px){.index-module-scss-module__v75MlG__footer--card{background-color:#0000}}@media only screen and (width<=991px){.index-module-scss-module__v75MlG__footer{padding:32px 16px}}

#index-module-scss-module__90Z1rq__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__90Z1rq__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__90Z1rq__grid{grid-template-columns:1fr 1fr 1fr;gap:40px;margin-top:40px;display:grid}@media only screen and (width<=991px){.index-module-scss-module__90Z1rq__grid{flex-direction:column;gap:32px;margin-top:32px;display:flex}}.index-module-scss-module__90Z1rq__container{flex-direction:column;gap:24px;display:flex}@media only screen and (width<=991px){.index-module-scss-module__90Z1rq__container{gap:20px}}.index-module-scss-module__90Z1rq__row{align-items:center;gap:10px;display:flex}.index-module-scss-module__90Z1rq__column>*+*{margin-top:40px}@media only screen and (width<=991px){.index-module-scss-module__90Z1rq__column>*+*{margin-top:32px}}.index-module-scss-module__90Z1rq__apps{gap:16px;display:flex}div.index-module-scss-module__90Z1rq__qr{cursor:pointer;border-radius:12px;padding:8px}.index-module-scss-module__90Z1rq__link{color:var(--color-text-hint);transition:color .2s ease-in-out}.index-module-scss-module__90Z1rq__link:hover{color:var(--color-text-primary)}

#index-module-scss-module__tnxBCq__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__tnxBCq__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__tnxBCq__contacts{justify-content:space-between;align-items:center;gap:24px;margin-top:40px;display:flex}@media only screen and (width<=424px){.index-module-scss-module__tnxBCq__contacts{flex-direction:column;align-items:flex-start}}.index-module-scss-module__tnxBCq__socials{align-items:center;gap:16px;display:flex}.index-module-scss-module__tnxBCq__link{padding:4px}.index-module-scss-module__tnxBCq__link svg path{fill:var(--color-base-button)}

#index-module-scss-module__cbe6IG__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__cbe6IG__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__cbe6IG__container{justify-content:space-between;align-items:center;gap:40px;margin-top:24px;display:flex}@media only screen and (width<=991px){.index-module-scss-module__cbe6IG__container{flex-direction:column;align-items:flex-start;gap:16px;margin-top:40px}}

#index-module-scss-module__le5t5W__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__le5t5W__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__le5t5W__wrapper{flex-direction:column;flex-grow:1;justify-content:space-between;width:100%;margin:24px auto 0;display:flex}.index-module-scss-module__le5t5W__wrapper--no-m-t{margin-top:0}.index-module-scss-module__le5t5W__centered{justify-content:center;display:flex}.index-module-scss-module__le5t5W__withoutFooter{padding-bottom:32px}@media only screen and (width<=767px){.index-module-scss-module__le5t5W__withoutFooter{padding-bottom:16px}}@media only screen and (width<=991px){.index-module-scss-module__le5t5W__withMobileMenu{padding-bottom:90px}}.index-module-scss-module__le5t5W__contentWrapper{max-width:1148px;margin:0;padding:0 24px;position:relative}@media only screen and (width>=1200px){.index-module-scss-module__le5t5W__contentWrapper{width:calc(100vw - 280px);margin-left:auto;margin-right:auto}}@media only screen and (width<=767px){.index-module-scss-module__le5t5W__contentWrapper{padding:0 16px 16px}}

#index-module-scss-module__TGTgqW__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__TGTgqW__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__TGTgqW__nav{z-index:108;background-color:var(--color-base-background);border-top:1px solid var(--color-line-primary);justify-content:space-between;align-items:center;width:100%;height:64px;padding-bottom:8px;padding-left:18px;padding-right:18px;display:flex;position:fixed;bottom:0}.index-module-scss-module__TGTgqW__nav-item{--mobile-nav-item-color:var(--color-text-hint);width:48px;color:var(--mobile-nav-item-color);white-space:nowrap;cursor:pointer;flex-direction:column;align-items:center;gap:4px;padding-top:8px;padding-bottom:4px;display:flex}.index-module-scss-module__TGTgqW__nav-item-icon svg>path{fill:var(--mobile-nav-item-color)}.index-module-scss-module__TGTgqW__nav-item--active,.index-module-scss-module__TGTgqW__nav-item--active:visited{--mobile-nav-item-color:var(--color-brand-premium);color:var(--mobile-nav-item-color)}@media only screen and (width>=992px){.index-module-scss-module__TGTgqW__nav{display:none}}

.PartialPaidWidget-module-scss-module__QYfHQa__Container{border-radius:var(--corner-radius-s);background:#31231e;margin-bottom:24px;padding:12px 16px}.PartialPaidWidget-module-scss-module__QYfHQa__ContentContainer{justify-content:space-between;align-items:center;width:100%;display:flex}@media (width<=568px){.PartialPaidWidget-module-scss-module__QYfHQa__ContentContainer{flex-direction:column}}.PartialPaidWidget-module-scss-module__QYfHQa__Wrapper{gap:12px;display:flex}.PartialPaidWidget-module-scss-module__QYfHQa__Icon{padding-top:4px}.PartialPaidWidget-module-scss-module__QYfHQa__Title{color:#f56336;margin-bottom:2px}.PartialPaidWidget-module-scss-module__QYfHQa__DescriptionContainer{margin-right:16px}.PartialPaidWidget-module-scss-module__QYfHQa__Description{color:#f56336}@media (width<=568px){.PartialPaidWidget-module-scss-module__QYfHQa__Description{margin-bottom:20px}.PartialPaidWidget-module-scss-module__QYfHQa__ButtonContainer{width:100%}}

.ArbiPlusButton-module-scss-module__KJsX5q__Button{background:#f56336}.ArbiPlusButton-module-scss-module__KJsX5q__Button:hover,.ArbiPlusButton-module-scss-module__KJsX5q__Button:after{background:#ff7348}

#index-module-scss-module__wigu0a__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__wigu0a__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__wigu0a__root{z-index:101;flex-shrink:0;width:81px;transition:all .2s ease-in-out;position:relative}.index-module-scss-module__wigu0a__root--expanded,.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__wrapper{width:267px}.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__header-logo{margin:0}.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__header-logo-text{display:block}.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__header-toggle{transition:transform .3ms ease-in-out;right:20px;transform:scaleX(-1)}.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__list-item{padding:10px 16px}.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__list-item-text{visibility:visible;opacity:1;width:100%;display:block}.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__list-item-hint{display:none}.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__anchor:hover .index-module-scss-module__wigu0a__list-item-hint{visibility:hidden;opacity:0}.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__subheader{display:block}@media only screen and (width<=991px){.index-module-scss-module__wigu0a__root{display:none}}.index-module-scss-module__wigu0a__wrapper{background-color:var(--color-base-background);border-right:1px solid var(--color-line-primary);flex-direction:column;justify-content:space-between;width:81px;height:100%;padding:20px;transition:all .3s ease-in-out;display:flex;position:fixed;top:0;left:0;overflow-x:visible}.index-module-scss-module__wigu0a__wrapper--with-top-banner{padding-top:79px}.index-module-scss-module__wigu0a__content{flex-grow:1}.index-module-scss-module__wigu0a__header{align-items:center;height:36px;margin-bottom:24px;display:flex}.index-module-scss-module__wigu0a__header-logo{align-items:center;column-gap:6px;margin:0 7px;transition:margin-left .3s ease-in-out,margin-right .3s ease-in-out;display:flex}.index-module-scss-module__wigu0a__header-logo-text{width:65px;height:10px;display:none}.index-module-scss-module__wigu0a__header-toggle{background-color:var(--color-base-section-background);width:20px;height:26px;transition:all .3s ease-in-out;position:absolute;right:1px}.index-module-scss-module__wigu0a__header-toggle:hover{background-color:var(--color-base-secondary-background)}.index-module-scss-module__wigu0a__list{flex-direction:column;gap:8px;display:flex}.index-module-scss-module__wigu0a__list-item{border-radius:12px;align-items:center;gap:12px;height:40px;padding:12px;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__wigu0a__list-item-icon,.index-module-scss-module__wigu0a__list-item-icon svg{width:16px;height:16px}.index-module-scss-module__wigu0a__list-item-icon svg>path{transition:all .2s ease-in-out}.index-module-scss-module__wigu0a__list-item-text{visibility:hidden;opacity:0;white-space:nowrap;width:0;transition:all .2s ease-in-out;overflow:hidden}.index-module-scss-module__wigu0a__list-item-hint{z-index:1;background-color:var(--color-base-button-secondary);color:var(--color-base-background);white-space:nowrap;opacity:0;visibility:hidden;border-radius:6px;padding:3px 12px;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;position:absolute;top:8px;left:48px}.index-module-scss-module__wigu0a__list-item:hover{background-color:var(--color-base-secondary-background)}.index-module-scss-module__wigu0a__list-item--active,.index-module-scss-module__wigu0a__list-item--active:visited{background-color:var(--color-brand-premium-secondary);color:var(--color-brand-premium)}.index-module-scss-module__wigu0a__list-item--active svg>path,.index-module-scss-module__wigu0a__list-item--active:visited svg>path,.index-module-scss-module__wigu0a__list-item--active svg>g>path,.index-module-scss-module__wigu0a__list-item--active:visited svg>g>path{fill:var(--color-brand-premium)}.index-module-scss-module__wigu0a__list-item--active:hover,.index-module-scss-module__wigu0a__list-item--active:visited:hover{background-color:var(--color-brand-premium-secondary)}.index-module-scss-module__wigu0a__separator{background-color:var(--color-line-primary);width:100%;height:1px;margin:16px 0}span.index-module-scss-module__wigu0a__subheader{color:var(--color-text-primary-hint);margin:0 4px 8px;display:none}.index-module-scss-module__wigu0a__anchor{position:relative}.index-module-scss-module__wigu0a__anchor:hover .index-module-scss-module__wigu0a__list-item-hint{opacity:1;visibility:visible;display:block}

#index-module-scss-module__Clu0xa__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__Clu0xa__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__Clu0xa__contentBody{padding-bottom:24px}.index-module-scss-module__Clu0xa__emphasis{color:var(--color-brand-premium)}.index-module-scss-module__Clu0xa__textBlock{background-color:var(--color-brand-premium-secondary);color:var(--color-brand-premium);border-radius:16px;margin-bottom:8px;padding:16px}.index-module-scss-module__Clu0xa__textBlock>*+*{margin-top:4px}.index-module-scss-module__Clu0xa__grid{grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.index-module-scss-module__Clu0xa__grid-tile{background-color:var(--color-base-secondary-background);border-radius:16px;padding:16px}.index-module-scss-module__Clu0xa__grid-tile>*+*{margin-top:8px}@media only screen and (width<=991px){.index-module-scss-module__Clu0xa__grid-tile:first-of-type,.index-module-scss-module__Clu0xa__grid-tile:nth-of-type(2){width:calc(50% - 4px)}.index-module-scss-module__Clu0xa__grid-tile:last-of-type{width:100%}.index-module-scss-module__Clu0xa__grid{flex-wrap:wrap;display:flex}}

#index-module-scss-module__3QGK6a__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__3QGK6a__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__3QGK6a__content{justify-content:space-between;align-items:center;padding:16px 20px;display:flex}@media only screen and (width<=991px){.index-module-scss-module__3QGK6a__content{padding:8px 24px}}@media only screen and (width<=424px){.index-module-scss-module__3QGK6a__content{padding:8px 16px}}.index-module-scss-module__3QGK6a__buttons{gap:8px;display:flex}@media only screen and (width<=991px){.index-module-scss-module__3QGK6a__only-desktop{display:none}}

#index-module-scss-module__B2Ocza__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__B2Ocza__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__B2Ocza__wrapper{background:0 0;flex-shrink:0;height:76px;transition:margin-top .2s ease-in-out}@media only screen and (width<=991px){.index-module-scss-module__B2Ocza__wrapper{height:60px}}.index-module-scss-module__B2Ocza__wrapper--with-top-banner{margin-top:60px}@media only screen and (width<=991px){.index-module-scss-module__B2Ocza__wrapper--with-top-banner{margin-top:60px}}.index-module-scss-module__B2Ocza__fixed{z-index:100;background-color:var(--color-base-background);border-bottom:1px solid var(--color-line-primary);height:76px;transition:margin-left .3s ease-in-out,top .2s ease-in-out;position:fixed;top:0;left:0;right:0}@media only screen and (width<=991px){.index-module-scss-module__B2Ocza__fixed{border-bottom:none;width:100%;height:60px}}.index-module-scss-module__B2Ocza__fixed--with-top-banner{top:59px}.index-module-scss-module__B2Ocza__fixed--with-collapsed-sidebar{margin-left:81px}@media only screen and (width<=991px){.index-module-scss-module__B2Ocza__fixed--with-collapsed-sidebar{margin-left:0}}.index-module-scss-module__B2Ocza__fixed--with-expanded-sidebar{margin-left:267px}@media only screen and (width<=991px){.index-module-scss-module__B2Ocza__fixed--with-expanded-sidebar{margin-left:0}}

@keyframes index-module-scss-module__UbZLHa__shimmer{to{transform:translate(100%)}}.index-module-scss-module__UbZLHa__placeholder{background-color:var(--color-base-secondary-background);border-radius:24px;height:1rem;position:relative;overflow:hidden}.index-module-scss-module__UbZLHa__placeholder:before{content:"";background:linear-gradient(to right,transparent 0%,var(--color-base-section-background)50%,transparent 100%);width:150%;height:100%;animation:1.5s infinite index-module-scss-module__UbZLHa__shimmer;position:absolute;top:0;left:-150%}.index-module-scss-module__UbZLHa__list{flex-direction:column;gap:16px;display:flex}

#index-module-scss-module__oT_mUq__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__oT_mUq__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__oT_mUq__container{background-color:var(--color-base-secondary-background);border-radius:16px;justify-content:space-between;margin-bottom:56px;padding:10px;display:flex}@media only screen and (width<=767px){.index-module-scss-module__oT_mUq__container{margin-left:10px;margin-right:10px}}.index-module-scss-module__oT_mUq__left{align-items:center;gap:24px;display:flex}.index-module-scss-module__oT_mUq__left-nav{align-items:center;gap:16px;display:flex}@media only screen and (width<=991px){.index-module-scss-module__oT_mUq__left-nav{display:none}.index-module-scss-module__oT_mUq__left{gap:12px}}@media only screen and (width<=424px){.index-module-scss-module__oT_mUq__left{gap:8px}}.index-module-scss-module__oT_mUq__right{align-items:center;gap:16px;display:flex}@media only screen and (width<=424px){.index-module-scss-module__oT_mUq__right{gap:8px}}.index-module-scss-module__oT_mUq__chip{cursor:pointer;border-radius:12px;padding:6px 12px;transition:background-color .2s ease-in-out,color .2s ease-in-out}.index-module-scss-module__oT_mUq__chip--active{background-color:var(--color-base-section-background);color:var(--color-text-title)}.index-module-scss-module__oT_mUq__chip--active:hover{cursor:default}.index-module-scss-module__oT_mUq__chip:hover{background-color:var(--color-base-section-background)}.index-module-scss-module__oT_mUq__switcher{display:none}.index-module-scss-module__oT_mUq__switcher-trigger{cursor:pointer;gap:4px;display:flex}.index-module-scss-module__oT_mUq__switcher-trigger svg path{fill:var(--color-text-hint)}@media only screen and (width<=991px){.index-module-scss-module__oT_mUq__switcher{display:block}}.index-module-scss-module__oT_mUq__only-desktop{display:block}@media only screen and (width<=991px){.index-module-scss-module__oT_mUq__only-desktop{display:none}}

#index-module-scss-module__oT_mUq__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__oT_mUq__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__oT_mUq__container{background-color:var(--color-base-secondary-background);border-radius:16px;justify-content:space-between;margin-bottom:56px;padding:10px;display:flex}@media only screen and (width<=767px){.index-module-scss-module__oT_mUq__container{margin-left:10px;margin-right:10px}}.index-module-scss-module__oT_mUq__left{align-items:center;gap:24px;display:flex}.index-module-scss-module__oT_mUq__left-nav{align-items:center;gap:16px;display:flex}@media only screen and (width<=991px){.index-module-scss-module__oT_mUq__left-nav{display:none}.index-module-scss-module__oT_mUq__left{gap:12px}}@media only screen and (width<=424px){.index-module-scss-module__oT_mUq__left{gap:8px}}.index-module-scss-module__oT_mUq__right{align-items:center;gap:16px;display:flex}@media only screen and (width<=424px){.index-module-scss-module__oT_mUq__right{gap:8px}}.index-module-scss-module__oT_mUq__chip{cursor:pointer;border-radius:12px;padding:6px 12px;transition:background-color .2s ease-in-out,color .2s ease-in-out}.index-module-scss-module__oT_mUq__chip--active{background-color:var(--color-base-section-background);color:var(--color-text-title)}.index-module-scss-module__oT_mUq__chip--active:hover{cursor:default}.index-module-scss-module__oT_mUq__chip:hover{background-color:var(--color-base-section-background)}.index-module-scss-module__oT_mUq__switcher{display:none}.index-module-scss-module__oT_mUq__switcher-trigger{cursor:pointer;gap:4px;display:flex}.index-module-scss-module__oT_mUq__switcher-trigger svg path{fill:var(--color-text-hint)}@media only screen and (width<=991px){.index-module-scss-module__oT_mUq__switcher{display:block}}.index-module-scss-module__oT_mUq__only-desktop{display:block}@media only screen and (width<=991px){.index-module-scss-module__oT_mUq__only-desktop{display:none}}

#index-module-scss-module__tHNFsq__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__tHNFsq__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}button.index-module-scss-module__tHNFsq__mobile-only{display:none}@media only screen and (width<=991px){button.index-module-scss-module__tHNFsq__mobile-only{display:block}}.index-module-scss-module__tHNFsq__modal{background-color:var(--color-base-secondary-background);border-radius:0;width:293px;max-height:none;animation:none;position:fixed;inset:0 0 0 calc(100% - 293px);transform:none}.index-module-scss-module__tHNFsq__modal-content{flex-direction:column;justify-content:space-between;padding:24px 16px;display:flex}.index-module-scss-module__tHNFsq__content{flex-direction:column;gap:32px;display:flex}.index-module-scss-module__tHNFsq__footer{flex-direction:column;gap:10px;display:flex}

#index-module-scss-module__ek-3uq__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__ek-3uq__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__ek-3uq__container{max-width:1208px;margin:24px auto 0;padding-left:24px;padding-right:24px}@media only screen and (width<=767px){.index-module-scss-module__ek-3uq__container{padding-left:0;padding-right:0}}div.index-module-scss-module__ek-3uq__mt90{margin-top:90px}div.index-module-scss-module__ek-3uq__my90{margin-top:90px;margin-bottom:90px}

#index-module-scss-module__93kNYa__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__93kNYa__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}div.index-module-scss-module__93kNYa__grid{grid-template-columns:1fr 320px 320px;gap:20px;display:grid}@media only screen and (width<=1159px){div.index-module-scss-module__93kNYa__grid{flex-direction:column;padding-left:16px;padding-right:16px;display:flex}}.index-module-scss-module__93kNYa__header-subtitle{color:var(--color-text-primary-hint);margin-top:8px}@media only screen and (width<=991px){.index-module-scss-module__93kNYa__header-subtitle{font-size:var(--font-size-md);font-weight:var(--font-weight-regular);line-height:var(--line-height-base);letter-spacing:var(--leter-spacing-2);margin-top:4px}.index-module-scss-module__93kNYa__header{padding:0 4px 8px}}.index-module-scss-module__93kNYa__tile{aspect-ratio:1;border-radius:24px;flex-direction:column;justify-content:space-between;padding:24px;display:flex}.index-module-scss-module__93kNYa__tile-title{color:#fff9}.index-module-scss-module__93kNYa__tile-emphasis{font-family:"Inter Display",var(--font-family-primary),sans-serif;letter-spacing:-1.6px;font-size:80px;font-style:normal;font-weight:500;line-height:84px}@media only screen and (width<=991px){.index-module-scss-module__93kNYa__tile-emphasis{letter-spacing:-1.4px;font-size:70px;line-height:74px}}.index-module-scss-module__93kNYa__tile--purple{background:#b68fff}.index-module-scss-module__93kNYa__tile--orange{background:#ff8c66}@media only screen and (width<=1159px){.index-module-scss-module__93kNYa__tile{aspect-ratio:auto;height:200px}}

#index-module-scss-module__62FIfq__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__62FIfq__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__62FIfq__title{color:var(--color-text-title)}@media only screen and (width<=991px){.index-module-scss-module__62FIfq__title{font-size:var(--font-size-2xl);font-weight:var(--font-weight-medium);line-height:var(--line-height-lg)}}

.ArbiPlusBenefitsCard-module-scss-module__PttbGW__Logo{justify-content:flex-start}.ArbiPlusBenefitsCard-module-scss-module__PttbGW__Title{margin-bottom:8px}.ArbiPlusBenefitsCard-module-scss-module__PttbGW__Description,.ArbiPlusBenefitsCard-module-scss-module__PttbGW__Button{margin-bottom:24px}.ArbiPlusBenefitsCard-module-scss-module__PttbGW__Benefits{flex-direction:column;gap:16px;display:flex}.ArbiPlusBenefitsCard-module-scss-module__PttbGW__Benefit{color:var(--color-text-primary);align-items:center;gap:12px;display:flex}.ArbiPlusBenefitsCard-module-scss-module__PttbGW__Check>path{fill:var(--color-text-primary)}

#index-module-scss-module__3CDu5W__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__3CDu5W__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}div.index-module-scss-module__3CDu5W__card{justify-content:space-between;align-items:center;gap:55px;margin-bottom:90px;padding:48px 60px;display:flex}@media only screen and (width>=992px){div.index-module-scss-module__3CDu5W__card{align-items:flex-end}}div.index-module-scss-module__3CDu5W__card-image{flex-shrink:0;width:347px;margin-top:-29px;margin-bottom:-48px;padding-right:15px}@media only screen and (width<=991px){div.index-module-scss-module__3CDu5W__card{background-color:#0000;flex-direction:column;margin-bottom:0;padding:0 16px 48px}div.index-module-scss-module__3CDu5W__card .index-module-scss-module__3CDu5W__card-image{height:349px;overflow:hidden}}.index-module-scss-module__3CDu5W__title{letter-spacing:-1.56px;white-space:pre-line}@media only screen and (width<=991px){.index-module-scss-module__3CDu5W__title{font-size:36px;font-weight:var(--font-weight-semi-bold);letter-spacing:-1.08px;line-height:110%}}.index-module-scss-module__3CDu5W__subtitle{color:var(--color-text-subtitle);margin-top:16px;margin-bottom:32px}@media only screen and (width>=1160px){.index-module-scss-module__3CDu5W__subtitle{white-space:pre-line}}@media only screen and (width<=991px){.index-module-scss-module__3CDu5W__subtitle{font-size:var(--font-size-lg);font-weight:var(--font-weight-regular);line-height:var(--line-height-lg);letter-spacing:var(--leter-spacing-2);margin-top:8px;margin-bottom:24px}}.index-module-scss-module__3CDu5W__search{align-items:center;gap:10px;display:flex}.index-module-scss-module__3CDu5W__search-button{width:120px}@media only screen and (width<=991px){.index-module-scss-module__3CDu5W__search-button{display:none}}.index-module-scss-module__3CDu5W__icon path{fill:var(--color-text-title)}

#index-module-scss-module__3CDu5W__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__3CDu5W__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}div.index-module-scss-module__3CDu5W__card{justify-content:space-between;align-items:center;gap:55px;margin-bottom:90px;padding:48px 60px;display:flex}@media only screen and (width>=992px){div.index-module-scss-module__3CDu5W__card{align-items:flex-end}}div.index-module-scss-module__3CDu5W__card-image{flex-shrink:0;width:347px;margin-top:-29px;margin-bottom:-48px;padding-right:15px}@media only screen and (width<=991px){div.index-module-scss-module__3CDu5W__card{background-color:#0000;flex-direction:column;margin-bottom:0;padding:0 16px 48px}div.index-module-scss-module__3CDu5W__card .index-module-scss-module__3CDu5W__card-image{height:349px;overflow:hidden}}.index-module-scss-module__3CDu5W__title{letter-spacing:-1.56px;white-space:pre-line}@media only screen and (width<=991px){.index-module-scss-module__3CDu5W__title{font-size:36px;font-weight:var(--font-weight-semi-bold);letter-spacing:-1.08px;line-height:110%}}.index-module-scss-module__3CDu5W__subtitle{color:var(--color-text-subtitle);margin-top:16px;margin-bottom:32px}@media only screen and (width>=1160px){.index-module-scss-module__3CDu5W__subtitle{white-space:pre-line}}@media only screen and (width<=991px){.index-module-scss-module__3CDu5W__subtitle{font-size:var(--font-size-lg);font-weight:var(--font-weight-regular);line-height:var(--line-height-lg);letter-spacing:var(--leter-spacing-2);margin-top:8px;margin-bottom:24px}}.index-module-scss-module__3CDu5W__search{align-items:center;gap:10px;display:flex}.index-module-scss-module__3CDu5W__search-button{width:120px}@media only screen and (width<=991px){.index-module-scss-module__3CDu5W__search-button{display:none}}.index-module-scss-module__3CDu5W__icon path{fill:var(--color-text-title)}

.ProductCountCard-module-scss-module___yfYBq__Title{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.ProductCountCard-module-scss-module___yfYBq__Gift>path{fill:var(--color-brand-premium)}.ProductCountCard-module-scss-module___yfYBq__Container{flex-direction:column;justify-content:space-between;min-width:355px;display:flex}@media (width<=999px){.ProductCountCard-module-scss-module___yfYBq__Container{flex-grow:1;min-width:320px}}.ProductCountCard-module-scss-module___yfYBq__Wrapper{margin-bottom:16px}.ProductCountCard-module-scss-module___yfYBq__Description{align-items:flex-end;gap:8px;margin-bottom:16px;display:flex}.ProductCountCard-module-scss-module___yfYBq__WorkPeriod{justify-content:space-between;margin-bottom:16px;display:flex}.ProductCountCard-module-scss-module___yfYBq__WorkPeriod:last-child{margin-bottom:0}

#index-module-scss-module__EokSNa__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__EokSNa__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__EokSNa__container{align-items:center;gap:16px;margin-top:16px;display:flex}@media only screen and (width<=1159px){.index-module-scss-module__EokSNa__container{flex-direction:column;align-items:flex-start;gap:8px;margin-top:8px}}.index-module-scss-module__EokSNa__title{color:var(--color-text-subtitle)}.index-module-scss-module__EokSNa__list{flex-wrap:wrap;gap:8px;display:flex}

.WalletInfoSection-module-scss-module__FF_6NG__TitleContainer{margin-bottom:16px}.WalletInfoSection-module-scss-module__FF_6NG__Title{margin-bottom:8px}.WalletInfoSection-module-scss-module__FF_6NG__ContentContainer{flex-wrap:wrap;gap:16px;display:flex}

#index-module-scss-module__J4p3Bq__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__J4p3Bq__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}@media only screen and (width<=991px){div.index-module-scss-module__J4p3Bq__card{padding-left:16px;padding-right:16px}}.index-module-scss-module__J4p3Bq__header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px;padding:0 8px 8px;display:flex}@media only screen and (width<=991px){.index-module-scss-module__J4p3Bq__header-button{display:none}.index-module-scss-module__J4p3Bq__header{padding-left:4px;padding-right:4px}}.index-module-scss-module__J4p3Bq__footer{margin-top:20px;display:none}@media only screen and (width<=991px){.index-module-scss-module__J4p3Bq__footer{display:block}}.index-module-scss-module__J4p3Bq__grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.index-module-scss-module__J4p3Bq__grid div.index-module-scss-module__J4p3Bq__grid-item{background-color:var(--color-base-section-background);height:100%;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out}.index-module-scss-module__J4p3Bq__grid div.index-module-scss-module__J4p3Bq__grid-item:hover{box-shadow:0 0 0 1px var(--color-base-section-background)inset}@media only screen and (width<=1159px){.index-module-scss-module__J4p3Bq__grid{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr)}}@media only screen and (width<=991px){.index-module-scss-module__J4p3Bq__grid{grid-template-rows:repeat(6,1fr);grid-template-columns:repeat(1,1fr)}}div.index-module-scss-module__J4p3Bq__mb0{margin-bottom:0}.index-module-scss-module__J4p3Bq__my12{margin-top:12px;margin-bottom:12px}

.PrimaryInfoAlert-module-scss-module__88mUNW__Alert{margin-bottom:16px}.PrimaryInfoAlert-module-scss-module__88mUNW__DontHasVacancy{gap:12px;display:flex}.PrimaryInfoAlert-module-scss-module__88mUNW__Icon{padding-top:3px}.PrimaryInfoAlert-module-scss-module__88mUNW__AlertTitle{margin-bottom:4px}.PrimaryInfoAlert-module-scss-module__88mUNW__AlertDescription{margin-bottom:16px}.PrimaryInfoAlert-module-scss-module__88mUNW__AlertDescription:last-child{margin-bottom:0}.PrimaryInfoAlert-module-scss-module__88mUNW__AlertButton{min-width:165px}.PrimaryInfoAlert-module-scss-module__88mUNW__InfoIcon>path{fill:var(--color-brand-premium)}

@keyframes index-module-scss-module__FSA6ka__shimmer{to{transform:translate(100%)}}.index-module-scss-module__FSA6ka__placeholder{background-color:var(--color-base-secondary-background);border-radius:24px;height:1rem;position:relative;overflow:hidden}.index-module-scss-module__FSA6ka__placeholder:before{content:"";background:linear-gradient(to right,transparent 0%,var(--color-base-section-background)50%,transparent 100%);width:150%;height:100%;animation:1.5s infinite index-module-scss-module__FSA6ka__shimmer;position:absolute;top:0;left:-150%}.index-module-scss-module__FSA6ka__list{flex-direction:column;gap:16px;display:flex}



@media (width<=768px){.index-module-scss-module__b0UP5G__Container{scrollbar-width:none;padding-bottom:50vh}}.index-module-scss-module__b0UP5G__CompanyCardContainer{margin-bottom:24px}.index-module-scss-module__b0UP5G__Title{max-width:55%}.index-module-scss-module__b0UP5G__IsPremium{border-radius:var(--corner-radius-l);isolation:isolate;position:relative}.index-module-scss-module__b0UP5G__IsPremium:before{content:"";z-index:-1;border-radius:inherit;background:var(--color-premium-gradient)border-box;mask-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff);mask-clip:padding-box,border-box;mask-origin:padding-box,border-box;-webkit-mask-composite:xor;pointer-events:none;border:5px solid #0000;position:absolute;inset:0;-webkit-mask-image:-webkit-linear-gradient(#fff,#fff),-webkit-linear-gradient(#fff,#fff);-webkit-mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;mask-composite:exclude}.index-module-scss-module__b0UP5G__TitleContainer{background:var(--color-base-secondary-background);border-radius:var(--corner-radius-l);margin-bottom:24px;padding:24px}.index-module-scss-module__b0UP5G__Speciality{justify-content:space-between;margin-bottom:16px;display:flex}.index-module-scss-module__b0UP5G__TagInfoContainer{flex-flow:wrap;gap:6px;margin-bottom:8px;display:flex}.index-module-scss-module__b0UP5G__mb24{margin-bottom:24px}.index-module-scss-module__b0UP5G__Salary{margin-bottom:8px}.index-module-scss-module__b0UP5G__AboutVacancy{white-space:pre-wrap;word-break:break-word;flex-direction:column;gap:12px;width:100%;margin-bottom:24px;padding:4px;display:flex}.index-module-scss-module__b0UP5G__ArrayTagsContainer{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.index-module-scss-module__b0UP5G__ArrayTags{flex-wrap:wrap;gap:12px;display:flex}.index-module-scss-module__b0UP5G__ArrayTagsTitle{color:var(--color-text-title)}

#index-module-scss-module__-pF1gG__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__-pF1gG__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}div.index-module-scss-module__-pF1gG__card{border-radius:48px;flex-direction:column;align-items:center;max-width:700px;margin-left:auto;margin-right:auto;padding:40px 64px;display:flex}@media only screen and (width<=991px){div.index-module-scss-module__-pF1gG__card{padding:40px}}@media only screen and (width<=731px){div.index-module-scss-module__-pF1gG__card{width:calc(100% - 32px);max-width:none;margin-left:16px;margin-right:16px}}.index-module-scss-module__-pF1gG__title{text-align:center}@media only screen and (width<=991px){.index-module-scss-module__-pF1gG__title{font-size:var(--font-size-3xl);font-weight:var(--font-weight-medium);line-height:var(--line-height-xl)}}.index-module-scss-module__-pF1gG__subtitle{text-align:center;margin-top:8px;margin-bottom:24px}@media only screen and (width<=991px){.index-module-scss-module__-pF1gG__subtitle{font-size:var(--font-size-md);font-weight:var(--font-weight-regular);line-height:var(--line-height-base);letter-spacing:var(--leter-spacing-2)}}

#VacancyTitleCard-module-scss-module__0YsSrq__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#VacancyTitleCard-module-scss-module__0YsSrq__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}@media (width<=768px){.VacancyTitleCard-module-scss-module__0YsSrq__Container{scrollbar-width:none;padding-bottom:50vh}}.VacancyTitleCard-module-scss-module__0YsSrq__Title{max-width:55%}.VacancyTitleCard-module-scss-module__0YsSrq__Title--compact{font-size:20px;line-height:24px}@media only screen and (width<=991px){.VacancyTitleCard-module-scss-module__0YsSrq__Title{font-size:20px;line-height:24px}}.VacancyTitleCard-module-scss-module__0YsSrq__IsPremium{border-radius:var(--corner-radius-l);isolation:isolate;position:relative}.VacancyTitleCard-module-scss-module__0YsSrq__IsPremium:before{content:"";z-index:-1;border-radius:inherit;background:var(--color-premium-gradient)border-box;mask-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff);mask-clip:padding-box,border-box;mask-origin:padding-box,border-box;-webkit-mask-composite:xor;pointer-events:none;border:5px solid #0000;position:absolute;inset:0;-webkit-mask-image:-webkit-linear-gradient(#fff,#fff),-webkit-linear-gradient(#fff,#fff);-webkit-mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;mask-composite:exclude}.VacancyTitleCard-module-scss-module__0YsSrq__TitleContainer{background:var(--color-base-secondary-background);border-radius:var(--corner-radius-l);padding:24px}.VacancyTitleCard-module-scss-module__0YsSrq__TitleContainer--hoverable{cursor:pointer}.VacancyTitleCard-module-scss-module__0YsSrq__TitleContainer--hoverable:hover{background:var(--color-base-section-background)}.VacancyTitleCard-module-scss-module__0YsSrq__Speciality{justify-content:space-between;margin-bottom:16px;display:flex}.VacancyTitleCard-module-scss-module__0YsSrq__TagInfoContainer{flex-flow:wrap;gap:6px;margin-bottom:8px;display:flex}.VacancyTitleCard-module-scss-module__0YsSrq__mb24{margin-bottom:24px}.VacancyTitleCard-module-scss-module__0YsSrq__Salary{margin-bottom:8px}.VacancyTitleCard-module-scss-module__0YsSrq__AboutVacancy{white-space:pre-wrap;word-break:break-word;flex-direction:column;gap:12px;width:100%;margin-bottom:24px;padding:4px;display:flex}.VacancyTitleCard-module-scss-module__0YsSrq__ArrayTagsContainer{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.VacancyTitleCard-module-scss-module__0YsSrq__ArrayTags{flex-wrap:wrap;gap:12px;display:flex}.VacancyTitleCard-module-scss-module__0YsSrq__ArrayTagsTitle{color:var(--color-text-title)}

.index-module-scss-module__yCB6tW__Container{flex-direction:column;flex-grow:1;gap:16px;margin-bottom:16px;display:flex}.index-module-scss-module__yCB6tW__ContentContainer{justify-content:space-between;gap:40px;margin-top:8px;display:flex}@media (width<=967px){.index-module-scss-module__yCB6tW__ContentContainer{display:block}}

#index-module-scss-module__0AeDnW__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__0AeDnW__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}@media only screen and (width<=991px){div.index-module-scss-module__0AeDnW__card{padding-left:16px;padding-right:16px}}.index-module-scss-module__0AeDnW__header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px;padding:0 8px 8px;display:flex}@media only screen and (width<=991px){.index-module-scss-module__0AeDnW__header-button{display:none}.index-module-scss-module__0AeDnW__header{padding-left:4px;padding-right:4px}}.index-module-scss-module__0AeDnW__footer{margin-top:20px;display:none}@media only screen and (width<=991px){.index-module-scss-module__0AeDnW__footer{display:block}}.index-module-scss-module__0AeDnW__list{scrollbar-width:none;grid-template-columns:repeat(3,1fr);gap:20px;display:grid;overflow-x:auto}

.index-module-scss-module__YG_PdG__ButtonTitleContainer{z-index:99;align-items:center;gap:16px;display:flex}.index-module-scss-module__YG_PdG__PremiumVacancyContainer{background:var(--color-brand-premium);color:var(--color-text-title)}@media (width<=768px){.index-module-scss-module__YG_PdG__PremiumVacancyContainer{display:none}}.index-module-scss-module__YG_PdG__PremiumVacancyContent{align-items:center;gap:4px;display:flex}.index-module-scss-module__YG_PdG__Heart>path{fill:var(--color-text-title)}

.index-module-scss-module__TM80zW__drawer__header{color:var(--textPrimary);justify-content:space-between;padding:16px;font-size:18px;display:flex;position:relative}.index-module-scss-module__TM80zW__drawer__header .index-module-scss-module__TM80zW__centerTitle{color:var(--textHinit);font-size:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}

.index-module-scss-module__J36SZW__Button>svg>path{fill:var(--color-text-title)}

.index-module-scss-module__ZibcOW__current{cursor:default}.index-module-scss-module__ZibcOW__link{display:inline-block}

.index-module-scss-module__fcy4dW__dropdownMenu{background-color:var(--baseBackground);border:1px solid var(--linePrimary);border-radius:20px;overflow:hidden}

/*# sourceMappingURL=875c86738679872b.css.map*/