._xtrIcon_5up3w_1._iconButton_5up3w_1{border-radius:9999px;padding:16px}._xtrIcon_5up3w_1._iconButton_5up3w_1:hover{cursor:pointer;background:hsl(var(--colorBrandPrimary)/75%);color:#fff}._xtrIcon_5up3w_1._iconButton_5up3w_1:active{background:hsl(var(--colorBrandPrimary))}._lottieWrapper_7x7pv_1{display:flex;justify-content:center;align-items:center;width:var(--lottieSize);height:var(--lottieSize)}._lottie_7x7pv_1{width:100%;height:100%}.xtrActionCard{--cardWidth:164px;--cardHeight:164px;--rippleColor:var(--colorBrandPrimary);--rippleShadowColor:var(--colorBackgroundTertiary);--cardBorderRadius:calc(min(var(--cardWidth), var(--cardHeight))*.1);position:relative;width:var(--cardWidth);height:var(--cardHeight);border-radius:var(--cardBorderRadius);background:var(--colorBackgroundSecondary);cursor:pointer}.xtrActionCard.miniSize{--rippleSize:24px 12px}.xtrActionCard.smallSize{--rippleSize:30px 15px}.xtrActionCard.mediumSize{--rippleSize:48px 24px}.xtrAvatar{--avatarSize:64px;position:relative;width:var(--avatarSize);height:var(--avatarSize);display:flex;justify-content:center;align-items:center;cursor:pointer}.xtrAvatar:before{border-radius:9999px;border:calc(2px + var(--avatarSize) / 300) solid hsl(var(--colorBrandPrimary)/75%)}.xtrAvatar:after,.xtrAvatar:before{content:"";position:absolute;width:var(--avatarSize);height:var(--avatarSize);transition:all var(--animDurFast) var(--cubicBezierPrimary)}.xtrAvatar:after{border-radius:9999px;border-left-color:hsl(var(--colorBrandPrimary)/100%);border-bottom:calc(4px + var(--avatarSize) / 300) solid hsl(var(--colorBrandPrimary)/100%);border-right-color:hsl(var(--colorBrandPrimary)/100%);border-top:calc(4px + var(--avatarSize) / 300) solid hsl(var(--colorBrandPrimary)/100%);border-left:calc(4px + var(--avatarSize) / 300) solid transparent;border-right:calc(4px + var(--avatarSize) / 300) solid transparent;opacity:0}.xtrAvatar .placeholder{color:hsl(var(--colorBrandPrimary)/100%)}.xtrAvatar .image{--imageSize:calc(100% - (4px + var(--avatarSize) / 100));position:absolute;width:var(--imageSize);height:var(--imageSize);border-radius:50%;object-fit:cover;object-position:center;z-index:2;transition:all var(--animDurFast) var(--cubicBezierPrimary);animation:fadeIn .2s ease-out forwards}.xtrAvatar.loading:after{opacity:1;animation:avatarSpin 1s linear infinite}.xtrAvatar.error:after,.xtrAvatar.error:before{border-color:hsl(var(--colorAlertError))}.xtrAvatar.error .placeholder{color:hsl(var(--colorAlertError))}.xtrAvatar:hover:after,.xtrAvatar:hover:before{scale:1.1}.xtrAvatar:active:after,.xtrAvatar:active:before{scale:1}@keyframes avatarSpin{0%{transform:rotate(0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{transform:rotate(1turn);animation-timing-function:cubic-bezier(.215,.61,.355,1)}to{transform:rotate(2turn)}}.xtrProgressBar{position:relative;width:100%;height:3px;display:flex;justify-content:flex-start;align-items:center;border-radius:9999px;overflow:hidden}.xtrProgressBar:before{content:"";left:0;height:1px;opacity:.3;background:var(--colorBorderPrimary)}.xtrProgressBar:before,.xtrProgressBar>.progress{position:absolute;width:100%;border-radius:9999px;transition:all .5s var(--cubicBezierPrimary)}.xtrProgressBar>.progress{height:3px;display:block;background:var(--gradientBrand)}.xtrProgressBar.intermediate{border-radius:9999px}.xtrProgressBar.intermediate:before{height:100%;background:hsl(var(--colorBrandPrimary))}.xtrProgressBar.intermediate>.progress{width:150%;background-image:repeating-linear-gradient(60deg,transparent,transparent .5rem,hsl(var(--colorBrandPrimary)) .5rem,hsl(var(--colorBrandPrimary)) 1.5rem);animation:barberPole .2s linear infinite}.xtrButton{--themeColor:var(--colorBrandPrimary);--rippleColor:var(--themeColor);--rippleShadowColor:var(--themeColor);position:relative;display:flex;justify-content:center;align-items:center;border:none;border-radius:9999px;cursor:pointer;-webkit-user-select:none;user-select:none}.xtrButton .label{margin:0;text-transform:uppercase;z-index:1}.xtrButton .icon,.xtrButton .label{color:inherit;transition:all var(--animDurDefault) var(--cubicBezierPrimary)}.xtrButton .underline{position:absolute;width:100%;left:0;bottom:0}.xtrButton .underline>span{width:20%!important}.xtrButton:before{content:"";position:absolute;display:block;width:100%;height:100%;background:hsl(var(--themeColor));filter:contrast(1.2) brightness(.8);clip-path:circle(0 at 50% 50%);border-radius:inherit;z-index:0;opacity:0;transition:all var(--animDurDefault) var(--cubicBezierPrimary)}.xtrButton.primaryDangerType,.xtrButton.primaryType{background:hsl(var(--themeColor));color:#fff}.xtrButton.secondaryDangerType,.xtrButton.secondaryType{background:var(--colorBackgroundSecondary);color:var(--colorContentPrimary)}.xtrButton.linkDangerType,.xtrButton.linkType{background:none;box-shadow:none!important;border-radius:unset;color:var(--colorContentPrimary);overflow:unset}.xtrButton.linkDangerType .label,.xtrButton.linkType .label{letter-spacing:unset;text-transform:unset}.xtrButton.linkDangerType:before,.xtrButton.linkType:before{display:none}.xtrButton.linkDangerType:hover,.xtrButton.linkType:hover{color:hsl(var(--themeColor))}.xtrButton.linkDangerType:hover .label,.xtrButton.linkType:hover .label{filter:contrast(.8) brightness(1.2)}.xtrButton.linkDangerType:active .label,.xtrButton.linkType:active .label{filter:contrast(1.2) brightness(.8)}.xtrButton.linkDangerType,.xtrButton.primaryDangerType,.xtrButton.secondaryDangerType{--themeColor:var(--colorAlertError)}.xtrButton.linkDangerType .underline span,.xtrButton.primaryDangerType .underline span,.xtrButton.secondaryDangerType .underline span{background:hsl(var(--themeColor))}.xtrButton.miniSize{--rippleSize:24px 12px;line-height:16px;padding:8px 16px;gap:8px}.xtrButton.miniSize .label{font-size:12px;font-variation-settings:"wdth" 75,"wght" 400;letter-spacing:2px}.xtrButton.miniSize.iconOnly{padding:0}.xtrButton.miniSize.iconOnly .icon{width:32px;height:32px}.xtrButton.defaultSize{--rippleSize:30px 15px;line-height:18px;padding:10px 20px;gap:10px}.xtrButton.defaultSize .label{font-size:14px;font-variation-settings:"wdth" 75,"wght" 500;letter-spacing:2px}.xtrButton.defaultSize.iconOnly{padding:0}.xtrButton.defaultSize.iconOnly .icon{width:44px;height:44px}.xtrButton.largeSize{--rippleSize:48px 24px;line-height:28px;padding:16px 32px;gap:14px}.xtrButton.largeSize .label{font-size:22px;font-variation-settings:"wdth" 75,"wght" 600;letter-spacing:4px}.xtrButton.largeSize.iconOnly{padding:0}.xtrButton.largeSize.iconOnly .icon{width:60px;height:60px}.xtrButton:hover{color:#fff}.xtrButton:hover .underline span{width:100%!important}.xtrButton:hover:before{clip-path:circle(100% at 50% 50%);opacity:1}.xtrButton.loading{--loaderColor:hsl(var(--themeColor));pointer-events:none;overflow:hidden;background:hsl(var(--themeColor)/80%)}.xtrButton.loading.secondaryDangerType,.xtrButton.loading.secondaryType{--loaderColor:var(--colorBackgroundTertiary);background:var(--colorBackgroundSecondary)}.xtrButton.loading.linkDangerType,.xtrButton.loading.linkType{background:none}.xtrButton.loading.linkDangerType .underline>span,.xtrButton.loading.linkType .underline>span{width:150%!important}.xtrButton.loading.linkDangerType:after,.xtrButton.loading.linkType:after{display:none}.xtrButton.loading:after{content:"";position:absolute;display:block;width:150%;height:100%;z-index:0;border-radius:9999px;background-image:repeating-linear-gradient(60deg,transparent,transparent .75rem,var(--loaderColor) .75rem,var(--loaderColor) 1.5rem);animation:barberPole .25s linear infinite}.xtrButton.loading.iconOnly{background:transparent;overflow:unset}.xtrButton.loading.iconOnly.secondaryDangerType,.xtrButton.loading.iconOnly.secondaryType{color:#fff}.xtrButton.loading.iconOnly:before{clip-path:circle(45% at 50% 50%);opacity:1}.xtrButton.loading.iconOnly:after{width:100%;background:none;border-left:2px solid hsl(var(--themeColor));border-right:2px solid hsl(var(--themeColor));border-top:2px solid transparent;border-bottom:2px solid transparent;animation:loader .25s linear infinite}.xtrButton:disabled{background:hsl(var(--themeColor)/20%);color:hsl(var(--themeColor)/75%);pointer-events:none;filter:grayscale(1)}.xtrButton:disabled.secondaryDangerType,.xtrButton:disabled.secondaryType{background:hsl(var(--themeColor)/5%)}.xtrButton:disabled.linkType{background:none}.xtrButton:disabled.linkType .underline span,.xtrButton:disabled.linkType .underline:before{width:0}@keyframes barberPole{0%{transform:translate(-1.75rem)}to{transform:translate(0)}}@keyframes loader{0%{transform:rotate(0)}to{transform:rotate(180deg)}}.xtrColorPicker{display:flex;flex-direction:column}.xtrColorPicker .wheel{cursor:crosshair;margin-bottom:24px}.xtrColorPicker .alpha,.xtrColorPicker .shade{height:5px!important;border-radius:9999px!important}.xtrColorPicker .alpha div:first-child,.xtrColorPicker .shade div:first-child{border-radius:9999px!important}.xtrColorPicker .alpha div:last-child,.xtrColorPicker .shade div:last-child{display:flex;align-items:center}.xtrColorPicker .shade{margin-bottom:16px}.xtrColorButton i{color:var(--iconColor)!important;--iconSize:15px!important}.xtrColorInput{box-shadow:0 0 0 0 transparent;transition:box-shadow 0s,background var(--animDurDefault)}.xtrColorInput:before{background:hsl(var(--colorBrandPrimary))!important;opacity:1!important;transition:all var(--animDurDefault) var(--cubicBezierPrimary),background 0s!important}.xtrColorInput i{color:var(--iconColor)!important}.xtrColorInput input{cursor:pointer;text-transform:uppercase}.xtrColorPopper{min-width:200px;box-shadow:0 0 0 2px hsl(var(--colorBrandPrimary)/50%);border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;gap:24px;background:var(--colorBackgroundPrimary);z-index:9999;transition:all var(--animDurDefault) var(--cubicBezierPrimary);overflow:hidden}.xtrColorPopper .themeScheme{width:100%}.xtrColorPopper .themeScheme .schemeSelector{display:flex;justify-content:center;padding-top:16px}.xtrColorPopper .themeScheme .schemeSelector button{flex-grow:1;border-radius:0;padding:0 8px;filter:unset!important}.xtrColorPopper .themeScheme .schemeSelector button:first-child{border-top-left-radius:24px;border-bottom-left-radius:24px}.xtrColorPopper .themeScheme .schemeSelector button:last-child{border-top-right-radius:24px;border-bottom-right-radius:24px}.xtrColorPopper .themeScheme .schemeSelector button i{height:38px!important}.xtrColorPopper .header{width:100%;display:flex;justify-content:space-between;align-items:center}.xtrColorPopper .header .heading{position:relative;width:100%;max-width:172px;padding-right:16px;display:flex;align-items:flex-start;height:32px}.xtrColorPopper .header .heading h1{position:absolute;width:100%;height:100%;font-size:14px;text-transform:uppercase;line-height:32px;-webkit-user-select:none;user-select:none;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-variation-settings:"wdth" 75,"wght" 600;background:var(--colorBackgroundPrimary);animation:slideOutRight .4s ease 1s forwards}.xtrColorPopper .header .heading div{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;animation:slideInLeft .4s ease 1s forwards}.xtrColorPopper .header .heading div h1{position:relative;animation:none}.xtrColorPopper .header .heading div .popperInput{width:100%;outline:none;border:none;background:none;letter-spacing:.8px;text-transform:uppercase;color:hsl(var(--colorBrandPrimary));font-size:14px;padding:0;margin-top:-4px;z-index:2;animation:slideInLeft .4s ease 1s forwards}.xtrColorPopper .header .heading div .popperInput:focus-within{color:hsl(var(--colorBrandPrimary));font-variation-settings:"wdth" 75,"wght" 800}.xtrColorPopper .header.withInput .heading{height:44px}.xtrColorPopper .header i{font-size:small;opacity:0;animation:fadeIn .4s ease 1.1s forwards}.xtrColorPopper hr{width:20%;height:4px;background:var(--colorContentPrimary);border:none;margin:0;opacity:.2;border-radius:9999px}.xtrColorPopper .swatch{width:100%;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);gap:8px 12px}.xtrColorPopper .swatch .swatchItem{aspect-ratio:1;border-radius:9999px;cursor:pointer}@keyframes slideInLeft{0%{opacity:0;z-index:1;transform:translate(50px)}to{opacity:1;z-index:2;transform:translate(0)}}@keyframes slideOutRight{0%{opacity:1;z-index:2;transform:translate(0)}to{opacity:0;z-index:1;transform:translate(-50px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.xtrSpinner{--spinnerSize:64px;--spinnerCubeSize:calc(var(--spinnerSize) / 2);--spinnerShadowSize:calc(var(--spinnerSize) / 20);--spinnerTopColor:0 0% 20%;position:relative;width:var(--spinnerSize);height:var(--spinnerSize);display:flex;justify-content:center;align-items:center;flex-direction:column}.xtrSpinner.fullpage{width:100%;height:100%}.xtrSpinner .label{position:absolute;bottom:50%;font-variation-settings:"wdth" 75,"wght" 500;font-size:calc(8px + var(--spinnerSize) / 18);color:var(--colorContentPrimary);transform:translateY(calc(5px + var(--spinnerSize) / 1.6))}.xtrSpinner .spinnerWrapper{position:relative;width:var(--spinnerCubeSize);height:var(--spinnerCubeSize);margin-top:calc(var(--spinnerCubeSize) * -.1);transform-style:preserve-3d;animation:spinner .8s linear infinite}.xtrSpinner .spinnerWrapper .cubeTop{position:absolute;width:var(--spinnerCubeSize);height:var(--spinnerCubeSize);background:hsl(var(--spinnerTopColor));transform:rotateX(90deg) translateZ(calc(var(--spinnerCubeSize) / 2));transform-style:preserve-3d;transition:all var(--animDurFast) var(--cubicBezierPrimary)}.xtrSpinner .spinnerWrapper .cubeTop:before{content:"";position:absolute;width:var(--spinnerCubeSize);height:var(--spinnerCubeSize);background:hsl(var(--colorBrandPrimary)/80%);transform:translateZ(calc(-1 * var(--spinnerCubeSize) * 1.2));filter:blur(var(--spinnerShadowSize));box-shadow:0 0 var(--spinnerShadowSize) hsl(var(--spinnerTopColor)),0 0 calc(var(--spinnerShadowSize) * 2) hsl(var(--colorBrandPrimary)),0 0 calc(var(--spinnerShadowSize) * 3) hsl(var(--spinnerTopColor)),0 0 calc(var(--spinnerShadowSize) * 4) hsl(var(--colorBrandPrimary))}.xtrSpinner .spinnerWrapper .cubeWrapper{position:absolute;width:100%;height:100%;transform-style:preserve-3d}.xtrSpinner .spinnerWrapper .cubeWrapper .cubeFace{position:absolute;width:100%;height:100%;background:#fff;transition:all var(--animDurFast) var(--cubicBezierPrimary)}.xtrSpinner .spinnerWrapper .cubeWrapper .cubeFace:before{content:"";position:absolute;top:0;display:block;width:100%;height:100%;background:linear-gradient(to bottom,hsl(var(--colorBrandPrimary)/100%),hsl(var(--colorBrandPrimary)/40%))}.xtrSpinner .spinnerWrapper .cubeWrapper .cubeFace:after{content:"";position:absolute;top:0;display:block;width:100%;height:100%;background:linear-gradient(to bottom,hsl(var(--spinnerTopColor)/100%) 0,hsl(var(--spinnerTopColor)/40%) 5%,hsl(var(--spinnerTopColor)/10%) 10%,transparent 100%)}.xtrSpinner .spinnerWrapper .cubeWrapper .cubeFace:first-child{transform:rotateY(90deg) translateZ(calc(var(--spinnerCubeSize) / 2))}.xtrSpinner .spinnerWrapper .cubeWrapper .cubeFace:nth-child(2){transform:rotateY(180deg) translateZ(calc(var(--spinnerCubeSize) / 2))}.xtrSpinner .spinnerWrapper .cubeWrapper .cubeFace:nth-child(3){transform:rotateY(270deg) translateZ(calc(var(--spinnerCubeSize) / 2))}.xtrSpinner .spinnerWrapper .cubeWrapper .cubeFace:nth-child(4){transform:rotateY(1turn) translateZ(calc(var(--spinnerCubeSize) / 2))}@keyframes spinner{0%{transform:rotateX(-30deg) rotateY(0)}to{transform:rotateX(-30deg) rotateY(1turn)}}.xtrThemeSelect{width:150px}.xtrThemePicker{container-type:inline-size;--schemeSize:190px;--schemeGap:calc(var(--schemeSize) / 8);--globalTertiaryColor:var(--colorBackgroundTertiary);position:relative;width:100%;max-width:100%;display:flex;flex-direction:column}.xtrThemePicker .themeSchemes{width:fit-content;display:flex;gap:calc(var(--schemeGap) / 1.2)}.xtrThemePicker .themeSchemes *{transition:all var(--animDurDefault) var(--cubicBezierPrimary)}.xtrThemePicker .themeSchemes .themeSchemeItem{--rippleShadowColor:var(--globalTertiaryColor);--cardBorderRadius:calc(var(--schemeGap) / 2);position:relative;width:var(--schemeSize);height:calc(var(--schemeSize) * .8);background:var(--colorBackgroundSecondary);-webkit-user-select:none;user-select:none;border:2px solid var(--colorBackgroundTertiary);cursor:pointer;transition:all var(--animDurDefault) var(--cubicBezierPrimary),box-shadow var(--animDurDefault) linear}@media(prefers-color-scheme:light){.xtrThemePicker .themeSchemes .themeSchemeItem.auto{color-scheme:light;--colorContentPrimary:#383838;--colorContentSecondary:#666;--colorContentTertiary:#b4b4b4;--colorBackgroundPrimary:#FFF;--colorBackgroundSecondary:#DDD;--colorBackgroundTertiary:#AAA}}@media(prefers-color-scheme:dark){.xtrThemePicker .themeSchemes .themeSchemeItem.auto{color-scheme:dark;--colorContentPrimary:#A1A1A1;--colorContentSecondary:#636363;--colorContentTertiary:#383838;--colorBackgroundPrimary:#111;--colorBackgroundSecondary:#222;--colorBackgroundTertiary:#333}}.xtrThemePicker .themeSchemes .themeSchemeItem.light{color-scheme:light;--colorContentPrimary:#383838;--colorContentSecondary:#666;--colorContentTertiary:#b4b4b4;--colorBackgroundPrimary:#FFF;--colorBackgroundSecondary:#DDD;--colorBackgroundTertiary:#AAA}.xtrThemePicker .themeSchemes .themeSchemeItem.dark{color-scheme:dark;--colorContentPrimary:#A1A1A1;--colorContentSecondary:#636363;--colorContentTertiary:#383838;--colorBackgroundPrimary:#111;--colorBackgroundSecondary:#222;--colorBackgroundTertiary:#333}.xtrThemePicker .themeSchemes .themeSchemeItem .design{position:relative;width:100%;height:100%;border-radius:inherit;overflow:hidden;background:var(--colorBackgroundTertiary)}.xtrThemePicker .themeSchemes .themeSchemeItem .design .navigation{position:absolute;top:0;left:0;width:25%;height:100%;display:flex;flex-direction:column;gap:calc(var(--schemeGap) / 6);padding:calc(var(--schemeGap) / 2.4) 0;background:var(--colorBackgroundTertiary)}.xtrThemePicker .themeSchemes .themeSchemeItem .design .navigation .navigationItem{width:100%;height:calc(var(--schemeGap) / 6);background:#000;opacity:.2}.xtrThemePicker .themeSchemes .themeSchemeItem .design .navigation .navigationItem:first-child{margin-top:10px;background:#fff}.xtrThemePicker .themeSchemes .themeSchemeItem .design .navigation .navigationItem:last-child{margin-top:auto}.xtrThemePicker .themeSchemes .themeSchemeItem .design .content{position:absolute;top:0;left:4%;width:96%;height:100%;border-top-left-radius:calc(var(--schemeGap) / 2);border-bottom-left-radius:calc(var(--schemeGap) / 2);background:var(--colorBackgroundPrimary)}.xtrThemePicker .themeSchemes .themeSchemeItem .design .content .header{position:absolute;top:0;left:0;width:100%;height:calc(var(--schemeGap) / 2)}.xtrThemePicker .themeSchemes .themeSchemeItem .design .content .header:before{left:calc(var(--schemeGap) / 3);width:calc(var(--schemeGap) / 4)}.xtrThemePicker .themeSchemes .themeSchemeItem .design .content .header:after,.xtrThemePicker .themeSchemes .themeSchemeItem .design .content .header:before{content:"";position:absolute;top:calc(var(--schemeGap) / 3);display:block;height:calc(var(--schemeGap) / 4);border-radius:9999px;background:var(--colorBackgroundTertiary)}.xtrThemePicker .themeSchemes .themeSchemeItem .design .content .header:after{left:calc(var(--schemeGap) / 1.2);width:calc(var(--schemeGap) * 2)}.xtrThemePicker .themeSchemes .themeSchemeItem .design .content .profile{position:absolute;top:calc(var(--schemeGap) / 1.1);left:50%;transform:translate(-50%);width:calc(var(--schemeGap));height:calc(var(--schemeGap));border-radius:9999px;background:var(--colorBackgroundTertiary)}.xtrThemePicker .themeSchemes .themeSchemeItem .design .content .profile:before{content:"";position:absolute;top:calc(var(--schemeGap) * 1.2);left:50%;transform:translate(-50%);display:block;width:calc(var(--schemeGap) * 1.5);height:calc(var(--schemeGap) / 8);border-radius:9999px;background:var(--colorBackgroundTertiary);transition:all var(--animDurDefault) var(--cubicBezierPrimary)}.xtrThemePicker .themeSchemes .themeSchemeItem .footer{position:absolute;bottom:0;width:100%;display:flex;justify-content:center;align-items:center;color:var(--colorContentPrimary);margin-bottom:calc(var(--schemeGap) / 2);gap:calc(var(--schemeGap) / 3)}.xtrThemePicker .themeSchemes .themeSchemeItem .footer .footerIcon{font-size:max(10px,var(--schemeGap)/1.5);text-transform:capitalize;color:inherit}.xtrThemePicker .themeSchemes .themeSchemeItem .footer .footerLabel{font-size:max(10px,var(--schemeGap)/1.6);font-variation-settings:"wdth" 75,"wght" 700;text-transform:uppercase;color:inherit}.xtrThemePicker .themeSchemes .themeSchemeItem:hover .design .content{top:0;left:20%;width:80%}.xtrThemePicker .themeSchemes .themeSchemeItem.active .design .navigation,.xtrThemePicker .themeSchemes .themeSchemeItem:hover .design .navigation{background:hsl(var(--colorBrandPrimary))}.xtrThemePicker .themeSchemes .themeSchemeItem.active .design .navigation .navigationItem,.xtrThemePicker .themeSchemes .themeSchemeItem:hover .design .navigation .navigationItem{opacity:.3}.xtrThemePicker .themeSchemes .themeSchemeItem.active .design .content .header:before,.xtrThemePicker .themeSchemes .themeSchemeItem:hover .design .content .header:before{background:hsl(var(--colorBrandPrimary))}.xtrThemePicker .themeSchemes .themeSchemeItem.active .footer,.xtrThemePicker .themeSchemes .themeSchemeItem:hover .footer{color:hsl(var(--colorBrandPrimary))}.xtrThemePicker .swatches{position:relative;width:calc(var(--schemeSize) * 3 + var(--schemeGap) * 2 / 1.2);display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:auto;gap:calc(var(--schemeGap) / 1.5);padding:0 4px;margin-top:var(--schemeGap);transition:all var(--animDurDefault) var(--cubicBezierPrimary)}.xtrThemePicker .swatches .xtrColorButton,.xtrThemePicker .swatches .xtrThemeSelect{width:100%!important;grid-column:span 2}.xtrThemePicker .swatches .xtrButton .label{font-variation-settings:"wdth" 75,"wght" 600;letter-spacing:.8px}@container (width < 640px){.xtrThemePicker .swatches,.xtrThemePicker .themeSchemes{--schemeSize:130px;--schemeGap:calc(var(--schemeSize) / 8)}}@container (width < 420px){.xtrThemePicker .swatches,.xtrThemePicker .themeSchemes{--schemeSize:100px;--schemeGap:calc(var(--schemeSize) / 8)}.xtrThemePicker .xtrButton{padding:6px 12px}.xtrThemePicker .xtrButton .xIcon{--iconSize:14px!important}.xtrThemePicker .xtrButton .label{letter-spacing:unset;font-size:11px}}@container (width < 325px){.xtrThemePicker{--schemeSize:100px}.xtrThemePicker .themeSchemeItem{display:none}.xtrThemePicker .swatches{width:100%;grid-template-columns:1fr}.xtrThemePicker .swatches>.xtrButton:not(.xtrColorButton){display:none}}
/*# sourceMappingURL=f20512f0ae03ab18.css.map*/