.bds-u-with-flex{box-sizing:border-box;display:flex;flex-direction:column}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}.app-container{min-height:100vh;position:relative;width:100%}.header{background-color:var(--colorWhite);box-shadow:0 0 24px rgba(0,0,0,.16);display:grid;grid-column:page;grid-template-columns:subgrid;grid-template-rows:min-content;height:min-content;padding:var(--bdsSpacingMd) 0;position:sticky;top:0;width:100%;z-index:10}.header__container{display:flex;flex-flow:row wrap;grid-column:content;justify-content:space-between}.header__container .logo{height:40px;margin:auto 0}.header__container .logo img{height:100%;width:100%}.header__container .brand-logo{height:48px;width:48px}.header__brand-container{align-items:center;display:flex;gap:var(--bdsSpacingMd);justify-content:center}.bds-c-loading-dots-indicator{align-items:center;display:flex;justify-content:space-between;width:1.25rem}.bds-c-loading-dots-indicator__dot{animation-duration:var(--bdsMotionDuration600);animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.45,0,.55,1);backface-visibility:hidden;background-color:currentcolor;border-radius:50%;height:.25rem;perspective:1000px;transform:translateZ(0);width:.25rem}.bds-c-loading-dots-indicator__dot:first-child{animation-delay:0s}@media(prefers-reduced-motion:no-preference){.bds-c-loading-dots-indicator__dot:first-child{animation-name:bds-loading-dots-indictator-dots-1;transform:translate3d(0,.375rem,0)}}.bds-c-loading-dots-indicator__dot:nth-child(2){animation-delay:var(--bdsMotionDelay100)}@media(prefers-reduced-motion:no-preference){.bds-c-loading-dots-indicator__dot:nth-child(2){animation-name:bds-loading-dots-indictator-dots-2;transform:translate3d(0,.25rem,0)}}.bds-c-loading-dots-indicator__dot:nth-child(3){animation-delay:124ms}@media(prefers-reduced-motion:no-preference){.bds-c-loading-dots-indicator__dot:nth-child(3){animation-name:bds-loading-dots-indictator-dots-3;transform:translate3d(0,.125rem,0)}}@keyframes bds-loading-dots-indictator-dots-1{0%{transform:translate3d(0,6px,0)}50%{transform:translate3d(0,-6px,0)}to{transform:translate3d(0,6px,0)}}@keyframes bds-loading-dots-indictator-dots-2{0%{transform:translate3d(0,4px,0)}50%{transform:translate3d(0,-4px,0)}to{transform:translate3d(0,4px,0)}}@keyframes bds-loading-dots-indictator-dots-3{0%{transform:translate3d(0,2px,0)}50%{transform:translate3d(0,-2px,0)}to{transform:translate3d(0,2px,0)}}.bds-c-btn-cursor{display:inline-block;max-width:100%;vertical-align:middle}.bds-c-btn-cursor--layout-full-width-primary,.bds-c-btn-cursor--layout-full-width-secondary{display:block}.bds-c-btn-cursor:has(.bds-c-btn:disabled,.bds-c-btn[aria-disabled=true]){cursor:not-allowed}.bds-c-btn-cursor.bds-is-disabled,.bds-c-btn-cursor.bds-is-focusable-disabled{cursor:not-allowed}.bds-c-btn{appearance:button;background-color:var(--colorTransparent);border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:var(--bdsTypographyLabelMediumFontFamily);font-family:inherit;font-size:var(--bdsTypographyLabelMediumFontSize);font-weight:var(--bdsTypographyLabelMediumFontWeight);line-height:var(--bdsTypographyLabelMediumLineHeight);padding:0 var(--bdsSpacingSm);position:relative;user-select:none;white-space:nowrap;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.bds-c-btn:before{border:1px solid var(--colorTransparent);border-radius:var(--bdsCornerRadiusButton);content:"";inset:0;position:absolute;z-index:-1}@media(prefers-reduced-motion:no-preference){.bds-c-btn:before{transition:inset var(--bdsMotionDuration200) var(--bdsMotionEasingBounce),border-radius var(--bdsMotionDuration200) var(--bdsMotionEasingBounce),box-shadow var(--bdsMotionDuration200) var(--bdsMotionEasingStandard),background-color var(--bdsMotionDuration200) var(--bdsMotionEasingStandard),border-color var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}.bds-c-btn{transition:color var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}}.bds-c-btn:hover:before{inset:-3px}.bds-c-btn:focus-visible{outline:0}.bds-c-btn:focus-visible:before{box-shadow:0 0 0 4px var(--colorFocusRingDark),0 0 0 8px var(--colorFocusRingLight);inset:-3px}.bds-c-btn:active:before{border-radius:var(--bdsCornerRadiusButtonPressed);inset:0}.bds-c-btn.bds-is-disabled,.bds-c-btn:disabled{cursor:inherit;pointer-events:none}.bds-c-btn.bds-is-focusable-disabled:focus-visible:before,.bds-c-btn.bds-is-focusable-disabled:hover:before{inset:0}.bds-c-btn.bds-is-focusable-disabled:active:before{border-radius:var(--bdsCornerRadiusButton)}.bds-c-btn.bds-is-disabled,.bds-c-btn.bds-is-focusable-disabled{color:var(--colorNeutralInactive)}.bds-c-btn.bds-is-disabled:before,.bds-c-btn.bds-is-focusable-disabled:before{background-color:var(--bdsColorSurfaceInteractionDisabled)}.bds-c-btn span>svg{display:block;fill:currentcolor}.bds-c-btn--remove-side-spacing{padding-left:0;padding-right:0}.bds-c-btn--layout-default .bds-c-btn__idle-content__prefix--truncate,.bds-c-btn--layout-default .bds-c-btn__idle-content__suffix--truncate,.bds-c-btn--layout-full-width-primary .bds-c-btn__idle-content__prefix--truncate,.bds-c-btn--layout-full-width-primary .bds-c-btn__idle-content__suffix--truncate{min-width:0}.bds-c-btn--layout-default .bds-c-btn__idle-content__prefix--truncate span,.bds-c-btn--layout-default .bds-c-btn__idle-content__suffix--truncate span,.bds-c-btn--layout-full-width-primary .bds-c-btn__idle-content__prefix--truncate span,.bds-c-btn--layout-full-width-primary .bds-c-btn__idle-content__suffix--truncate span{overflow:hidden;text-overflow:ellipsis}.bds-c-btn--layout-full-width-secondary .bds-c-btn__idle-content{display:grid;grid-template-areas:"prefix label suffix";grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);justify-items:center}.bds-c-btn--layout-full-width-secondary .bds-c-btn__idle-content__prefix{grid-area:prefix;justify-self:flex-start}.bds-c-btn--layout-full-width-secondary .bds-c-btn__idle-content__label{grid-area:label}.bds-c-btn--layout-full-width-secondary .bds-c-btn__idle-content__suffix{grid-area:suffix;justify-self:flex-end}.bds-c-btn--layout-full-width-secondary .bds-c-btn__idle-content__prefix--truncate,.bds-c-btn--layout-full-width-secondary .bds-c-btn__idle-content__suffix--truncate{max-width:100%}.bds-c-btn--layout-full-width-secondary .bds-c-btn__idle-content__prefix--truncate span,.bds-c-btn--layout-full-width-secondary .bds-c-btn__idle-content__suffix--truncate span{overflow:hidden;text-overflow:ellipsis}.bds-c-btn__idle-content{column-gap:var(--bdsSpacingXs);justify-content:center}.bds-c-btn__idle-content,.bds-c-btn__idle-content__label,.bds-c-btn__idle-content__prefix,.bds-c-btn__idle-content__suffix{align-items:center;display:flex}.bds-c-btn__idle-content.enter{opacity:0}.bds-c-btn__idle-content.enter-active{opacity:1}@media(prefers-reduced-motion:no-preference){.bds-c-btn__idle-content.enter-active{transition:opacity var(--bdsMotionDuration150) var(--bdsMotionEasingEntrance)}}.bds-c-btn__idle-content.enter-done{opacity:1}.bds-c-btn__idle-content.exit,.bds-c-btn__idle-content.exit-active,.bds-c-btn__idle-content.exit-done{opacity:0}.bds-c-btn__loading-content{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.bds-c-btn__loading-content.enter{opacity:0}.bds-c-btn__loading-content.enter-active{opacity:1}@media(prefers-reduced-motion:no-preference){.bds-c-btn__loading-content.enter-active{transition:opacity var(--bdsMotionDuration150) var(--bdsMotionEasingEntrance)}}.bds-c-btn__loading-content.enter-done{opacity:1}.bds-c-btn__loading-content.exit,.bds-c-btn__loading-content.exit-active,.bds-c-btn__loading-content.exit-done{opacity:0}.bds-c-btn__success-content{align-items:center;display:flex;height:100%;justify-content:center;left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.bds-c-btn__success-content__success-icon{height:0;width:0;fill:currentcolor}@media(prefers-reduced-motion:no-preference){.bds-c-btn__success-content__success-icon{transition:width var(--bdsMotionDuration300) var(--bdsMotionEasingBounce) var(--bdsMotionDelay100),height var(--bdsMotionDuration300) var(--bdsMotionEasingBounce) var(--bdsMotionDelay100)}}.bds-c-btn__success-content__circle-1,.bds-c-btn__success-content__circle-2{border-radius:50%;height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:0}.bds-c-btn__success-content__circle-1{background-color:var(--colorInteractionPrimary);z-index:-2}@media(prefers-reduced-motion:no-preference){.bds-c-btn__success-content__circle-1{transition:width var(--bdsMotionDuration200) var(--bdsMotionEasingStandard),height var(--bdsMotionDuration200) var(--bdsMotionEasingStandard),opacity var(--bdsMotionDuration200) var(--bdsMotionEasingExit)}}.bds-c-btn__success-content__circle-2{background-color:var(--colorWhite);z-index:-1}@media(prefers-reduced-motion:no-preference){.bds-c-btn__success-content__circle-2{transition:width var(--bdsMotionDuration200) var(--bdsMotionEasingStandard) var(--bdsMotionDelay50),height var(--bdsMotionDuration200) var(--bdsMotionEasingStandard) var(--bdsMotionDelay50),opacity var(--bdsMotionDuration200) var(--bdsMotionEasingExit) var(--bdsMotionDelay50)}}.bds-c-btn__success-content.enter{opacity:0}.bds-c-btn__success-content.enter-active{opacity:1}@media(prefers-reduced-motion:no-preference){.bds-c-btn__success-content.enter-active{transition:opacity var(--bdsMotionDuration150) var(--bdsMotionEasingEntrance)}}.bds-c-btn__success-content.enter-active .bds-c-btn__success-content__success-icon{height:24px;width:24px}.bds-c-btn__success-content.enter-active .bds-c-btn__success-content__circle-1{height:65px;opacity:0;width:65px}.bds-c-btn__success-content.enter-active .bds-c-btn__success-content__circle-2{height:68px;opacity:0;width:68px}.bds-c-btn__success-content.enter-done{opacity:1}.bds-c-btn__success-content.enter-done .bds-c-btn__success-content__success-icon{height:24px;width:24px}.bds-c-btn__success-content.enter-done .bds-c-btn__success-content__circle-1{height:65px;opacity:0;width:65px}.bds-c-btn__success-content.enter-done .bds-c-btn__success-content__circle-2{height:68px;opacity:0;width:68px}.bds-c-btn__success-content.exit,.bds-c-btn__success-content.exit-active,.bds-c-btn__success-content.exit-done{opacity:0}.bds-c-btn--size-small .bds-c-btn__idle-content{min-height:32px}.bds-c-btn--size-medium .bds-c-btn__idle-content{min-height:40px}.bds-c-btn--size-regular .bds-c-btn__idle-content{min-height:48px}.bds-c-btn--size-large .bds-c-btn__idle-content{min-height:64px}.bds-c-btn-primary{color:var(--colorOnInteractionPrimary)}.bds-c-btn-primary:before{background-color:var(--colorInteractionPrimary)}.bds-c-btn-primary:hover{color:var(--colorOnInteractionPrimaryHover)}.bds-c-btn-primary:hover:before{background-color:var(--colorInteractionPrimaryHover)}.bds-c-btn-primary:active,.bds-c-btn-primary:focus{color:var(--colorOnInteractionPrimary)}.bds-c-btn-primary.bds-is-loading,.bds-c-btn-primary.bds-is-success{color:var(--colorInteractionPrimary)}.bds-c-btn-primary.bds-is-loading:before,.bds-c-btn-primary.bds-is-success:before{background-color:var(--colorInteractionPrimaryFeedback)}.bds-c-btn-primary-reversed{color:var(--colorInteractionPrimary)}.bds-c-btn-primary-reversed:before{background-color:var(--colorWhite);border-color:var(--colorNeutralBorder)}.bds-c-btn-primary-reversed:hover{color:var(--colorInteractionPrimary)}.bds-c-btn-primary-reversed:hover:before{background-color:var(--colorInteractionBackgroundHover)}.bds-c-btn-primary-reversed:active,.bds-c-btn-primary-reversed:focus{color:var(--colorInteractionPrimary)}.bds-c-btn-primary-reversed:active:before{background-color:var(--colorInteractionPrimaryFeedback)}.bds-c-btn-primary-reversed.bds-is-disabled,.bds-c-btn-primary-reversed.bds-is-focusable-disabled{color:var(--colorInteractionReversedWhiteOpacity50)}.bds-c-btn-primary-reversed.bds-is-disabled:before,.bds-c-btn-primary-reversed.bds-is-focusable-disabled:before{background-color:var(--colorInteractionReversedWhiteOpacity15);border:none}.bds-c-btn-primary-reversed.bds-is-loading,.bds-c-btn-primary-reversed.bds-is-success{color:var(--colorInteractionPrimary)}.bds-c-btn-primary-reversed.bds-is-loading:before,.bds-c-btn-primary-reversed.bds-is-success:before{background-color:var(--colorWhite)}.bds-c-btn-primary-reversed .bds-c-btn__success-content{height:calc(100% - 2px);width:calc(100% - 2px)}.bds-c-btn-secondary{color:var(--colorInteractionSecondary)}.bds-c-btn-secondary:before{background-color:var(--colorWhite);border-color:var(--colorInteractionSecondary)}.bds-c-btn-secondary:hover{color:var(--colorInteractionSecondary)}.bds-c-btn-secondary:hover:before{background-color:var(--colorInteractionSecondaryFeedback)}.bds-c-btn-secondary.bds-is-loading,.bds-c-btn-secondary.bds-is-success,.bds-c-btn-secondary:active,.bds-c-btn-secondary:focus{color:var(--colorInteractionSecondary)}.bds-c-btn-secondary.bds-is-loading:before,.bds-c-btn-secondary.bds-is-success:before{background-color:var(--colorWhite);border-color:var(--colorNeutralInactive)}.bds-c-btn-secondary .bds-c-btn__success-content{height:calc(100% - 2px);width:calc(100% - 2px)}.bds-c-btn-secondary .bds-c-btn__success-content__circle-1{background-color:var(--colorInteractionSecondary)}.bds-c-btn-secondary.bds-is-disabled,.bds-c-btn-secondary.bds-is-focusable-disabled{color:var(--colorNeutralInactive)}.bds-c-btn-secondary.bds-is-disabled:before,.bds-c-btn-secondary.bds-is-focusable-disabled:before{background-color:var(--colorWhite);border-color:var(--colorNeutralInactive)}.bds-c-btn-secondary-reversed{color:var(--colorOnInteractionPrimary)}.bds-c-btn-secondary-reversed:before{background-color:transparent;border-color:var(--colorOnInteractionPrimary)}.bds-c-btn-secondary-reversed:hover{color:var(--colorOnInteractionPrimaryHover)}.bds-c-btn-secondary-reversed:hover:before{background-color:var(--colorInteractionReversedWhiteOpacity15)}.bds-c-btn-secondary-reversed:active,.bds-c-btn-secondary-reversed:focus{color:var(--colorOnInteractionPrimary)}.bds-c-btn-secondary-reversed.bds-is-disabled,.bds-c-btn-secondary-reversed.bds-is-focusable-disabled{color:var(--colorInteractionReversedWhiteOpacity30)}.bds-c-btn-secondary-reversed.bds-is-disabled:before,.bds-c-btn-secondary-reversed.bds-is-focusable-disabled:before{background-color:var(--colorNeutralPrimary);border-color:var(--colorInteractionReversedWhiteOpacity30)}.bds-c-btn-secondary-reversed.bds-is-loading,.bds-c-btn-secondary-reversed.bds-is-success{color:var(--colorOnInteractionPrimary)}.bds-c-btn-secondary-reversed.bds-is-loading:before,.bds-c-btn-secondary-reversed.bds-is-success:before{background-color:transparent;border-color:var(--colorOnInteractionPrimary)}.bds-c-btn-text{color:var(--colorInteractionSecondary)}.bds-c-btn-text:before{background-color:var(--colorTransparent);inset:25%}.bds-c-btn-text:hover{color:var(--colorInteractionSecondary)}.bds-c-btn-text:hover:before{background-color:var(--colorInteractionSecondaryFeedback)}.bds-c-btn-text:active,.bds-c-btn-text:focus{color:var(--colorInteractionSecondary)}.bds-c-btn-text.bds-is-disabled:before,.bds-c-btn-text.bds-is-focusable-disabled:before{inset:0}.bds-c-btn-text.bds-is-loading,.bds-c-btn-text.bds-is-success{color:var(--colorInteractionSecondary)}.bds-c-btn-text.bds-is-loading:before,.bds-c-btn-text.bds-is-success:before{background-color:var(--colorTransparent)}.bds-c-btn-text .bds-c-btn__success-content__circle-1{background-color:var(--colorInteractionSecondary)}.bds-c-btn-text-reversed{color:var(--colorWhite)}.bds-c-btn-text-reversed:before{background-color:var(--colorTransparent)}.bds-c-btn-text-reversed:hover{color:var(--colorWhite)}.bds-c-btn-text-reversed:hover:before{background-color:var(--colorInteractionReversedWhiteOpacity15)}.bds-c-btn-text-reversed:active,.bds-c-btn-text-reversed:focus{color:var(--colorWhite)}.bds-c-btn-text-reversed:active:before{background-color:var(--colorInteractionReversedWhiteOpacity50)}.bds-c-btn-text-reversed.bds-is-disabled:before,.bds-c-btn-text-reversed.bds-is-focusable-disabled:before{inset:0}.bds-c-btn-text-reversed.bds-is-disabled,.bds-c-btn-text-reversed.bds-is-focusable-disabled{color:var(--colorInteractionReversedWhiteOpacity50)}.bds-c-btn-text-reversed.bds-is-disabled:before,.bds-c-btn-text-reversed.bds-is-focusable-disabled:before{background-color:var(--colorNeutralPrimary)}.bds-c-btn-text-reversed.bds-is-loading,.bds-c-btn-text-reversed.bds-is-success{color:var(--colorWhite)}.bds-c-btn-text-reversed.bds-is-loading:before,.bds-c-btn-text-reversed.bds-is-success:before{background-color:var(--colorTransparent)}.bds-c-btn-text-reversed .bds-c-btn__success-content__circle-1{background-color:var(--colorWhite)}.bds-c-link-btn{text-decoration:none}.bds-c-btn-circular-cursor{display:inline-block;max-width:100%;vertical-align:middle}.bds-c-btn-circular-cursor.bds-is-disabled,.bds-c-btn-circular-cursor.bds-is-focusable-disabled{cursor:not-allowed}.bds-c-btn-circular{align-items:center;appearance:button;background-color:var(--colorTransparent);border:0;box-sizing:border-box;cursor:pointer;display:flex;font-family:var(--bdsTypographyLabelMediumFontFamily);font-size:var(--bdsTypographyLabelMediumFontSize);font-weight:var(--bdsTypographyLabelMediumFontWeight);justify-content:center;line-height:var(--bdsTypographyLabelMediumLineHeight);padding:0;position:relative;user-select:none;white-space:nowrap;-webkit-tap-highlight-color:rgba(0,0,0,0);color:var(--colorInteractionSecondary)}@media(prefers-reduced-motion:no-preference){.bds-c-btn-circular{transition:color var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}}.bds-c-btn-circular:before{border:1px solid var(--colorTransparent);border-radius:9999px;content:"";inset:0;position:absolute;z-index:-1}@media(prefers-reduced-motion:no-preference){.bds-c-btn-circular:before{transition:inset var(--bdsMotionDuration200) var(--bdsMotionEasingBounce),box-shadow var(--bdsMotionDuration200) var(--bdsMotionEasingStandard),background-color var(--bdsMotionDuration200) var(--bdsMotionEasingStandard),border-color var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}}.bds-c-btn-circular:after{border-radius:9999px;content:"";inset:0;position:absolute;z-index:-2}.bds-c-btn-circular:hover{color:var(--colorOnInteractionSecondaryHover)}.bds-c-btn-circular:hover:before{background-color:var(--colorInteractionSecondaryFeedback);inset:-3px}.bds-c-btn-circular:focus-visible{outline:0}.bds-c-btn-circular:focus-visible:before{box-shadow:0 0 0 4px var(--colorFocusRingDark),0 0 0 8px var(--colorFocusRingLight);inset:-3px}.bds-c-btn-circular:active:before{inset:0}.bds-c-btn-circular svg{flex-shrink:0;fill:currentcolor}@media(prefers-reduced-motion:no-preference){.bds-c-btn-circular svg{transition:fill var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}}.bds-c-btn-circular--size-small{height:24px;width:24px}.bds-c-btn-circular--size-medium{height:32px;width:32px}.bds-c-btn-circular--size-large{height:48px;width:48px}.bds-c-btn-circular--grey-icon{color:var(--colorNeutralPrimary)}.bds-c-btn-circular--grey-icon:hover{color:var(--colorNeutralSecondary)}.bds-c-btn-circular.bds-is-disabled,.bds-c-btn-circular:disabled{cursor:inherit;pointer-events:none}.bds-c-btn-circular.bds-is-disabled,.bds-c-btn-circular.bds-is-focusable-disabled{color:var(--colorNeutralInactive)}.bds-c-btn-circular.bds-is-disabled:before,.bds-c-btn-circular.bds-is-focusable-disabled:before{background-color:var(--colorNeutralSurface);inset:0}.bds-c-btn-circular.bds-is-disabled:active:before,.bds-c-btn-circular.bds-is-focusable-disabled:active:before{border-radius:9999px}.bds-c-btn-circular-basic:before{inset:25%}.bds-c-btn-circular-basic:focus-visible:before{background-color:var(--colorWhite)}.bds-c-btn-circular-contained:before{background-color:var(--colorWhite);border-color:var(--colorInteractionSecondaryBorder)}.bds-c-btn-circular-contained.bds-c-btn-circular--size-large:not(.bds-c-btn-circular--without-shadows):after,.bds-c-btn-circular-contained.bds-c-btn-circular--size-medium:not(.bds-c-btn-circular--without-shadows):after{box-shadow:var(--bdsElevationLow)}.bds-c-btn-circular-primary{color:var(--colorOnInteractionPrimary)}.bds-c-btn-circular-primary:before{background-color:var(--colorInteractionPrimary)}.bds-c-btn-circular-primary:hover{color:var(--colorOnInteractionPrimaryHover)}.bds-c-btn-circular-primary:hover:before{background-color:var(--colorInteractionPrimaryHover)}.bds-c-btn-circular-primary.bds-is-disabled,.bds-c-btn-circular-primary.bds-is-focusable-disabled{color:var(--colorWhite)}.bds-c-btn-circular-primary.bds-is-disabled:before,.bds-c-btn-circular-primary.bds-is-focusable-disabled:before{background-color:var(--colorNeutralInactive);inset:0}.bds-c-btn-circular-primary.bds-is-disabled.bds-c-btn-circular--size-large:after,.bds-c-btn-circular-primary.bds-is-disabled.bds-c-btn-circular--size-medium:after,.bds-c-btn-circular-primary.bds-is-focusable-disabled.bds-c-btn-circular--size-large:after,.bds-c-btn-circular-primary.bds-is-focusable-disabled.bds-c-btn-circular--size-medium:after{box-shadow:var(--bdsElevationLow)}.bds-c-link-btn-circular{text-decoration:none}.bds-c-modal__backdrop{background-color:var(--colorDark64);inset:0;position:fixed}.bds-c-modal__dialog{inset:0;overflow-y:auto;position:fixed}.bds-c-modal__dialog-window{margin:7.5vh var(--bdsSpacingXxs)}@media(min-width:528px){.bds-c-modal__dialog-window{margin:7.5vh auto}}.bds-c-modal__back-button-cursor{left:var(--bdsSpacingSm);position:absolute;top:var(--bdsSpacingSm);z-index:2}.bds-c-modal__back-button-cursor~.bds-c-modal__header,.bds-c-modal__back-button-cursor~.bds-c-modal__sticky-header .bds-c-modal__sticky-header--inner{padding:var(--bdsSpacingSm) var(--bdsSpacingXxl)}.bds-c-modal__content{height:100%}.bds-c-modal__content-window{background-color:var(--colorWhite);border-radius:var(--bdsCornerRadiusOverlay);box-shadow:var(--bdsElevationMedium);display:grid;grid-template-rows:1fr;overflow:hidden;position:relative;width:100%;-webkit-overflow-scrolling:hidden}.bds-c-modal__pagination{border-radius:var(--bdsCornerRadiusOverlay);display:flex;flex-direction:column;grid-area:1/1;overflow:hidden;visibility:visible;z-index:1}.bds-c-modal__pagination--inactive{opacity:0;transform:translateX(24px);visibility:hidden;z-index:0}@media(prefers-reduced-motion:no-preference){.bds-c-modal__pagination.bds-c-modal__pagination--enter-right{animation:enter-right var(--bdsMotionDuration300) var(--bdsMotionDuration150) var(--bdsMotionEasingEntrance),0s fade-in;animation-fill-mode:both}.bds-c-modal__pagination.bds-c-modal__pagination--enter-left{animation:enter-left var(--bdsMotionDuration300) var(--bdsMotionDuration150) var(--bdsMotionEasingEntrance),0s fade-in;animation-fill-mode:both}.bds-c-modal__pagination.bds-c-modal__pagination--exit-right{animation:exit-right var(--bdsMotionDuration150) var(--bdsMotionEasingExit),fade-out 0s var(--bdsMotionDuration150);animation-fill-mode:both}.bds-c-modal__pagination.bds-c-modal__pagination--exit-left{animation:exit-left var(--bdsMotionDuration150) var(--bdsMotionEasingExit),fade-out 0s var(--bdsMotionDuration150);animation-fill-mode:both}}.bds-c-modal__header{display:flex;gap:var(--bdsSpacingSm);padding:var(--bdsSpacingSm) var(--bdsSpacingXxl) var(--bdsSpacingSm) var(--bdsSpacingMd)}.bds-c-modal__header__subtitle,.bds-c-modal__header__title{margin-bottom:0}.bds-c-modal__header__title{align-items:center;display:flex;margin-top:0}.bds-c-modal__header__title--truncate{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.bds-c-modal__header__title>svg{flex-shrink:0;margin-right:var(--bdsSpacingXs)}.bds-c-modal__header__subtitle{margin-top:var(--bdsSpacingXxs)}.bds-c-modal__header__subtitle--truncate{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.bds-c-modal__header__thumbnail{align-items:center;border-radius:var(--bdsCornerRadiusBase);display:flex;flex-shrink:0;height:3.25rem;justify-content:center;overflow:hidden;width:3.25rem}.bds-c-modal__header__thumbnail>img,.bds-c-modal__header__thumbnail>svg{max-width:100%}.bds-c-modal__header-with-background{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:192px;padding:1.5rem;position:relative}.bds-c-modal__sticky-header{background-color:var(--colorWhite);position:absolute;top:0;width:100%;z-index:1}.bds-c-modal__sticky-header--inner{border-bottom:1px solid var(--colorNeutralBorder);padding:var(--bdsSpacingSm) var(--bdsSpacingXxl) var(--bdsSpacingSm) var(--bdsSpacingMd)}.bds-c-modal__sticky-header--enter{opacity:0;top:-4rem}.bds-c-modal__sticky-header--enter-active{opacity:1;top:0}@media(prefers-reduced-motion:no-preference){.bds-c-modal__sticky-header--enter-active{transition:opacity var(--bdsMotionDuration150) var(--bdsMotionEasingEntrance),top var(--bdsMotionDuration150) var(--bdsMotionEasingEntrance)}}.bds-c-modal__sticky-header--exit{opacity:1;top:0}.bds-c-modal__sticky-header--exit-active{opacity:0;top:-4rem}@media(prefers-reduced-motion:no-preference){.bds-c-modal__sticky-header--exit-active{transition:opacity var(--bdsMotionDuration150) var(--bdsMotionEasingExit),top var(--bdsMotionDuration150) var(--bdsMotionEasingExit)}}.bds-c-modal__close-button-cursor{position:absolute;right:var(--bdsSpacingSm);top:var(--bdsSpacingSm);z-index:2}.bds-c-modal__body{padding:1.6rem 1.5rem}.bds-c-modal__body>p{margin-bottom:1rem;margin-top:0}.bds-c-modal__body>p:last-child{margin-bottom:0}.bds-c-modal__footer{border-top:1px solid var(--colorNeutralDivider);display:flex;flex-direction:column-reverse;flex-shrink:0;gap:var(--bdsSpacingXs);justify-content:flex-end;padding:1rem 1.5rem}@media(min-width:528px){.bds-c-modal__footer{flex-direction:row}}.bds-c-modal--is-centered .bds-c-modal__dialog-window{align-items:center;display:flex;min-height:85vh;min-height:85dvh}.bds-c-modal--scroll-behaviour-inside .bds-c-modal__dialog{overflow-y:hidden}.bds-c-modal--scroll-behaviour-inside .bds-c-modal__dialog-window{height:85vh;height:85dvh}.bds-c-modal--scroll-behaviour-inside .bds-c-modal__content-window{max-height:100%}.bds-c-modal--scroll-behaviour-inside .bds-c-modal__content{overflow-y:auto}@media(min-width:528px){.bds-c-modal--size-lg .bds-c-modal__dialog-window,.bds-c-modal--size-md .bds-c-modal__dialog-window,.bds-c-modal--size-sm .bds-c-modal__dialog-window,.bds-c-modal--size-xl .bds-c-modal__dialog-window{max-width:400px}}@media(min-width:768px){.bds-c-modal--size-lg .bds-c-modal__dialog-window,.bds-c-modal--size-md .bds-c-modal__dialog-window,.bds-c-modal--size-xl .bds-c-modal__dialog-window{max-width:560px}}@media(min-width:960px){.bds-c-modal--size-lg .bds-c-modal__dialog-window,.bds-c-modal--size-xl .bds-c-modal__dialog-window{max-width:640px}}@media(min-width:1264px){.bds-c-modal--size-xl .bds-c-modal__dialog-window{max-width:800px}}.bds-c-modal--match-viewport-height .bds-c-modal__dialog{overflow-y:hidden;top:0}.bds-c-modal--match-viewport-height .bds-c-modal__dialog-window{height:85vh;height:85dvh}.bds-c-modal--match-viewport-height .bds-c-modal__content-window{height:100%}.bds-c-modal--match-viewport-height .bds-c-modal__content{height:100%;overflow-y:auto}@media(max-width:527.98px){.bds-c-modal--is-mobile-bottom-sheet .bds-c-modal__dialog{overflow-y:hidden;top:15vh;top:15dvh}.bds-c-modal--is-mobile-bottom-sheet .bds-c-modal__dialog-window{align-items:flex-end;display:flex;height:100%;margin:0}.bds-c-modal--is-mobile-bottom-sheet .bds-c-modal__content-window{border-bottom-left-radius:0;border-bottom-right-radius:0;max-height:100%}.bds-c-modal--is-mobile-bottom-sheet .bds-c-modal__content{height:100%;overflow-y:auto}.bds-c-modal--is-mobile-bottom-sheet .bds-c-modal__header,.bds-c-modal--is-mobile-bottom-sheet .bds-c-modal__header-with-background{cursor:ns-resize}}.bds-c-modal--fullscreen-always .bds-c-modal__dialog{overflow-y:hidden;top:0}.bds-c-modal--fullscreen-always .bds-c-modal__dialog-window{height:100%;margin:0;max-width:none;width:100vw}.bds-c-modal--fullscreen-always .bds-c-modal__content-window{border-radius:0;height:100%}.bds-c-modal--fullscreen-always .bds-c-modal__content{height:100%;overflow-y:auto}@media(max-width:527.98px){.bds-c-modal--fullscreen-sm-down .bds-c-modal__dialog{overflow-y:hidden;top:0}.bds-c-modal--fullscreen-sm-down .bds-c-modal__dialog-window{height:100%;margin:0;max-width:none;width:100vw}.bds-c-modal--fullscreen-sm-down .bds-c-modal__content-window{border-radius:0;height:100%}.bds-c-modal--fullscreen-sm-down .bds-c-modal__content{height:100%;overflow-y:auto}}@media(max-width:767.98px){.bds-c-modal--fullscreen-md-down .bds-c-modal__dialog{overflow-y:hidden;top:0}.bds-c-modal--fullscreen-md-down .bds-c-modal__dialog-window{height:100%;margin:0;max-width:none;width:100vw}.bds-c-modal--fullscreen-md-down .bds-c-modal__content-window{border-radius:0;height:100%}.bds-c-modal--fullscreen-md-down .bds-c-modal__content{height:100%;overflow-y:auto}}@media(max-width:959.98px){.bds-c-modal--fullscreen-lg-down .bds-c-modal__dialog{overflow-y:hidden;top:0}.bds-c-modal--fullscreen-lg-down .bds-c-modal__dialog-window{height:100%;margin:0;max-width:none;width:100vw}.bds-c-modal--fullscreen-lg-down .bds-c-modal__content-window{border-radius:0;height:100%}.bds-c-modal--fullscreen-lg-down .bds-c-modal__content{height:100%;overflow-y:auto}}@media(max-width:1263.98px){.bds-c-modal--fullscreen-xl-down .bds-c-modal__dialog{overflow-y:hidden;top:0}.bds-c-modal--fullscreen-xl-down .bds-c-modal__dialog-window{height:100%;margin:0;max-width:none;width:100vw}.bds-c-modal--fullscreen-xl-down .bds-c-modal__content-window{border-radius:0;height:100%}.bds-c-modal--fullscreen-xl-down .bds-c-modal__content{height:100%;overflow-y:auto}}.bds-c-modal--enter .bds-c-modal__backdrop{opacity:0}.bds-c-modal--enter .bds-c-modal__content-window{opacity:0;transform:translateY(40px)}.bds-c-modal--enter-active .bds-c-modal__backdrop{opacity:1}@media(prefers-reduced-motion:no-preference){.bds-c-modal--enter-active .bds-c-modal__backdrop{transition:opacity var(--bdsMotionDuration150) var(--bdsMotionEasingEntrance)}}.bds-c-modal--enter-active .bds-c-modal__content-window{opacity:1;transform:none}@media(prefers-reduced-motion:no-preference){.bds-c-modal--enter-active .bds-c-modal__content-window{transition:opacity var(--bdsMotionDuration150) var(--bdsMotionEasingEntrance),transform var(--bdsMotionDuration150) var(--bdsMotionEasingEntrance)}}.bds-c-modal--enter-done .bds-c-modal__content-window{transform:none}@media(prefers-reduced-motion:no-preference){.bds-c-modal--enter-done .bds-c-modal__content-window{transition:transform var(--bdsMotionDuration150) var(--bdsMotionEasingStandard)}}@media(min-width:528px){.bds-c-modal--enter-done .bds-c-modal__content-window--static-click{transform:scale(1.02)}}.bds-c-modal--exit .bds-c-modal__backdrop,.bds-c-modal--exit .bds-c-modal__content-window{opacity:1}.bds-c-modal--exit-active .bds-c-modal__backdrop{opacity:0}@media(prefers-reduced-motion:no-preference){.bds-c-modal--exit-active .bds-c-modal__backdrop{transition:opacity var(--bdsMotionDuration150) var(--bdsMotionEasingExit)}}.bds-c-modal--exit-active .bds-c-modal__content-window{opacity:0;transform:translateY(40px)}@media(prefers-reduced-motion:no-preference){.bds-c-modal--exit-active .bds-c-modal__content-window{transition:opacity var(--bdsMotionDuration150) var(--bdsMotionEasingExit),transform var(--bdsMotionDuration150) var(--bdsMotionEasingExit)}}@keyframes fade-out{0%{visibility:visible}to{visibility:none}}@keyframes fade-in{0%{visibility:none}to{visibility:visible}}@keyframes exit-left{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-24px)}}@keyframes enter-left{0%{opacity:0;transform:translateX(-24px)}to{opacity:1;transform:translateX(0)}}@keyframes enter-right{0%{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}@keyframes exit-right{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(24px)}}.bds-c-skeleton-loader{background-color:var(--colorNeutralDivider);border-radius:12px}.bds-c-skeleton-loader-container{position:relative;width:fit-content}.skeleton-loader-hide{display:none}@media(prefers-reduced-motion:no-preference){.skeleton-loader-container-entrance{animation:entrance var(--bdsMotionDuration150) var(--bdsMotionEasingEntrance);animation-fill-mode:forwards}}@keyframes entrance{0%{opacity:0}to{opacity:1}}.skeleton-loader-shimmer{overflow:hidden;position:relative}.skeleton-loader-shimmer:after{background-image:linear-gradient(90deg,hsla(0,0%,92%,0),hsla(0,0%,100%,.65) 50%,hsla(0,0%,100%,0));background-repeat:repeat-y;background-size:288px 294px;content:"";height:100%;position:absolute;top:0;width:100%}@media(prefers-reduced-motion:no-preference){.skeleton-loader-shimmer:after{animation:shimmer 2s var(--bdsMotionEasingStandard) var(--bdsMotionDuration300) infinite}}@keyframes shimmer{0%{background-position:-288px 0}to{background-position:calc(100% + 288px) 0}}.banner-format{background-color:var(--colorWhite);border:2px solid var(--colorTransparent);border-radius:var(--bdsCornerRadiusContainer);cursor:pointer;display:flex;flex-direction:row;gap:var(--bdsSpacingSt);padding:var(--bdsSpacingXs) var(--bdsSpacingSm) var(--bdsSpacingXs) var(--bdsSpacingXs);text-align:left}.banner-format--selected,.banner-format:hover:not(:disabled){background-color:var(--colorInteractionSecondaryHighlight)}.banner-format--selected{border:2px solid var(--colorInteractionSecondary)}.banner-format--disabled{cursor:not-allowed;opacity:.5}.banner-variant{background-color:var(--colorTransparent);border:none;border-radius:var(--bdsCornerRadiusContainer);cursor:pointer;flex-grow:1;gap:var(--bdsSpacingXs);min-height:calc(280px + var(--bdsSpacingSm) + var(--bdsSpacingXs));padding:0;text-align:left}.banner-variant__container{align-items:center;display:flex;height:280px;justify-content:center;padding:52px 68px;position:relative;width:280px}.banner-variant__container:before{background-color:var(--colorTransparent);border:1px solid var(--colorInteractionSecondaryBorder);border-radius:var(--bdsCornerRadiusContainer);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.banner-variant__image{height:auto;width:100%;z-index:0}.banner-variant__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.banner-variant--selected .banner-variant__container:before{border:2px solid var(--colorInteractionSecondary)}.banner-variant--selected .banner-variant__container:before,.banner-variant:hover .banner-variant__container:before{background-color:var(--colorInteractionSecondaryHighlight)}.banner-selection{display:grid;width:100%}.banner-selection .banner-type-preview-container{display:grid;gap:16px;grid-template-columns:80px auto;margin:8px 0;position:relative}.banner-selection .banner-type-preview-container .right-section{height:fit-content}.banner-selection .banner-type-preview-container .banner-type-preview{background:var(--colorNeutralDivider);border-radius:10px;height:80px;overflow:hidden;width:80px}.banner-selection .banner-type-preview-container .banner-details{margin-bottom:12px}.banner-selection .banner-type-preview-container .banner-details .banner-title{color:#000;font-family:var(--bdsTypographyLabelMediumFontFamily);font-size:var(--bdsTypographyLabelMediumFontSize);font-weight:var(--bdsTypographyLabelMediumFontWeight);font-weight:700;line-height:var(--bdsTypographyLabelMediumLineHeight)}.banner-selection .banner-type-preview-container .banner-details .banner-properties{color:#838383;font-family:var(--bdsTypographyLabelMediumFontFamily);font-size:var(--bdsTypographyLabelMediumFontSize);font-weight:var(--bdsTypographyLabelMediumFontWeight);font-weight:lighter;line-height:var(--bdsTypographyLabelMediumLineHeight)}.banner-selection__category{gap:var(--bdsSpacingMd);margin-top:61px}.banner-selection__category-item{align-self:start;gap:var(--bdsSpacingSm);position:sticky;top:calc(var(--bdsSpacingMd) + 61px)}#banner-selection-modal .bds-c-modal__header{border-bottom:1px solid var(--colorNeutralBorder)}#banner-selection-modal .bds-c-modal__dialog-window{max-width:90%}@media screen and (min-width:1264px){#banner-selection-modal .bds-c-modal__dialog-window{max-width:1240px}}#banner-selection-modal .bds-c-modal__content-window{height:1128px}#banner-selection-modal-body{padding:var(--bdsSpacingMd)}.canvas-preview{border:1px solid var(--colorNeutralBorder);border-radius:10px;height:320px;overflow:hidden;position:relative}.canvas-preview .canvas-background{position:absolute}.color-picker-items{display:flex;flex-flow:row;gap:16px;margin-top:20px}.color-picker-items .color-picker-item input{display:none}.color-picker-items .color-picker-item__proxy{border-radius:100%;display:inline-block;height:32px;position:relative;width:32px}.color-picker-items .color-picker-item--checked .color-picker-item__proxy:after{border:2px solid var(--colorInteractionSecondary);border-radius:100%;content:"";display:block;height:42px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:42px}.image-input{display:none}.image-input-btn{background-color:var(--colorWhite);border:none;border:1px solid var(--colorInteractionSecondaryBorder);border-radius:12px;margin-top:12px;padding:12px}.image-input-preview-container{display:inline-block;margin-top:16px;position:relative}.image-input-preview-container .image-input-preview{border:1px solid var(--colorInteractionSecondaryBorder);border-radius:var(--bdsCornerRadiusContainer);object-fit:contain;position:relative}.image-input-preview-container .close-btn{align-items:center;border:none;border-radius:100%;display:flex;flex-flow:column;height:20px;justify-content:center;margin:0;padding:0;position:absolute;right:0;top:0;width:20px;fill:var(--colorWhite);background:var(--colorInteractionSecondary);transform:translateX(50%) translateY(-50%)}.language-selection-container{display:flex;flex-flow:column;justify-content:flex-end;width:100%}.language-selection-container .language-selection{display:grid;gap:20px;grid-template-rows:1fr 1fr;height:min-content;margin-top:4px}.cl-dropdown-root{outline:none;position:relative}.cl-dropdown-root .cl-dropdown-control{align-items:center;background-color:var(--colorWhite);border-radius:var(--bdsCornerRadiusField);box-sizing:border-box;color:var(--colorNeutralPrimary);flex-direction:row;font-family:var(--bdsTypographyParagraphSmallFontFamily);font-size:var(--bdsTypographyParagraphSmallFontSize);font-weight:var(--bdsTypographyParagraphSmallFontWeight);height:48px;justify-content:space-between;line-height:var(--bdsTypographyParagraphSmallLineHeight);line-height:1.5;overflow:hidden;padding:8px 16px;position:relative;transition:transform .2s cubic-bezier(.25,.46,.45,.94)}.cl-dropdown-root .cl-dropdown-menu{background:var(--colorWhite);border-radius:var(--bdsCornerRadiusMini);box-shadow:0 .125rem .625rem rgba(0,0,0,.12);max-height:300px;overflow-y:auto;padding:8px 0;position:absolute;z-index:1}.cl-dropdown-root .cl-dropdown-menu-item{border-radius:var(--bdsCornerRadiusMini);box-sizing:border-box;font-family:var(--bdsTypographyParagraphSmallFontFamily);font-size:var(--bdsTypographyParagraphSmallFontSize);font-weight:var(--bdsTypographyParagraphSmallFontWeight);height:48px;line-height:var(--bdsTypographyParagraphSmallLineHeight);outline:none;padding:16px}.cl-dropdown-root .cl-dropdown-menu-item:hover{background:var(--colorNeutralSurface);color:var(--colorNeutralPrimary)}.cl-dropdown-root .cl-dropdown-menu-item-active{background-color:#fafafa;outline:none}.cl-dropdown-root .fl-interaction-primary{pointer-events:none}.cl-dropdown-root:active .cl-dropdown-control,.cl-dropdown-root:focus .cl-dropdown-control{border:1px solid var(--colorNeutralPrimary)}.divider{border:0;border-top:1px solid var(--colorNeutralDivider);margin:0}.bds-c-tag{align-items:center;box-sizing:border-box;column-gap:2px;display:inline-flex;height:24px;max-width:232px;text-align:center}.bds-c-tag__label,.bds-c-tag__secondary-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bds-c-tag__label,.bds-c-tag__secondary-divider,.bds-c-tag__secondary-label{font-family:var(--bdsTypographyLabelSmallFontFamily);font-size:var(--bdsTypographyLabelSmallFontSize);font-weight:var(--bdsTypographyLabelSmallFontWeight);line-height:var(--bdsTypographyLabelSmallLineHeight)}.bds-c-tag--size-standard{border-radius:var(--bdsCornerRadiusPill);padding:4px 8px}.bds-c-tag--size-large{border-radius:0 var(--bdsCornerRadiusBase) var(--bdsCornerRadiusBase) 0;column-gap:0;padding:4px}.bds-c-tag--size-large.bds-c-tag--has-label{column-gap:2px;padding:4px 8px}.bds-c-tag--size-floating-large{border-radius:var(--bdsCornerRadiusBase);column-gap:0;padding:4px}.bds-c-tag--size-floating-large.bds-c-tag--has-label{column-gap:2px;padding:4px 8px}.bds-c-tag--size-small{border-radius:var(--bdsCornerRadiusPill);height:16px;padding:2px 8px}.bds-c-tag--size-small.bds-c-tag--has-icon{padding-left:var(--bdsSpacingXxxs);padding-right:var(--bdsSpacingXxs)}.bds-c-tag--size-small .bds-c-tag__label{font-family:var(--bdsTypographyLabelXsmallFontFamily);font-size:var(--bdsTypographyLabelXsmallFontSize);font-weight:var(--bdsTypographyLabelXsmallFontWeight);line-height:var(--bdsTypographyLabelXsmallLineHeight)}.bds-c-tag--size-small.bds-c-tag--variant-error,.bds-c-tag--size-small.bds-c-tag--variant-success{padding-left:0}.bds-c-tag--variant-primary{background-color:var(--colorTagPrimaryBackground);color:var(--colorTagPrimaryText)}.bds-c-tag--variant-secondary{background-color:var(--colorInteractionPrimaryFeedback);color:var(--colorInteractionPrimary)}.bds-c-tag--variant-deal{background-color:var(--colorDealHighlightLvl2);color:var(--colorDealPrimary)}.bds-c-tag--variant-deal.bds-c-tag--size-large{background-color:var(--colorTagDealBackground);color:var(--colorTagDealText)}.bds-c-tag--variant-popular{background-color:var(--colorPopularHighlight);color:var(--colorPopularTagText)}.bds-c-tag--variant-information{background-color:var(--colorInformationHighlight);color:var(--colorInformation)}.bds-c-tag--variant-error{background-color:var(--colorErrorHighlight);color:var(--colorError);fill:var(--colorError)}.bds-c-tag--variant-inactive{background-color:var(--colorNeutralDivider);color:var(--colorNeutralSecondary)}.bds-c-tag--variant-elevated{background-color:var(--colorWhite);border:1px solid var(--colorNeutralBorder);color:var(--colorNeutralPrimary)}.bds-c-tag--variant-time{background-color:var(--colorSpecial4);color:var(--colorSpecial7)}.bds-c-tag--variant-best-in-the-city{background-color:var(--colorTagBestCityBackground);color:var(--colorTagBestCityText)}.bds-c-tag--variant-sponsored{background-color:var(--colorTagSponsoredBackground);color:var(--colorWhite)}.bds-c-tag--variant-gradient{background:var(--colorGradientBrand);color:var(--colorOnInteractionPrimary)}.bds-c-tag--variant-success{background:var(--colorSuccess);color:var(--colorTagSuccessText);fill:var(--colorTagSuccessText)}.bds-c-tag--variant-pro{background:var(--colorProPrimary);color:var(--colorOnInteractionPrimary)}.bds-c-tag--variant-pro-light{background:var(--colorProDealHighlight2);color:var(--colorProPrimary)}.bds-c-tag--variant-pro-gradient{background:var(--colorProGradient);color:var(--colorOnInteractionPrimary)}.bds-c-form-label{align-items:center;display:flex;flex-wrap:wrap;gap:var(--bdsSpacingXxs)}.bds-c-form-label,.bds-c-form-legend{font-family:var(--bdsTypographyLabelMediumFontFamily);font-size:var(--bdsTypographyLabelMediumFontSize);font-weight:var(--bdsTypographyLabelMediumFontWeight);line-height:var(--bdsTypographyLabelMediumLineHeight);margin-bottom:var(--bdsSpacingXxs)}.bds-c-form-legend{padding:0}.bds-c-form-character-count{--line-height-px:calc(1em*var(--bdsTypographyLabelMediumLineHeight));color:var(--colorNeutralSecondary);display:flex;font-family:var(--bdsTypographyLabelMediumFontFamily);font-size:var(--bdsTypographyLabelMediumFontSize);font-weight:var(--bdsTypographyLabelMediumFontWeight);gap:var(--bdsSpacingXxs);grid-area:count;line-height:var(--bdsTypographyLabelMediumLineHeight);margin-left:var(--bdsSpacingXxs)}@media(prefers-reduced-motion:no-preference){.bds-c-form-character-count{transition:color var(--bdsMotionDuration600) var(--bdsMotionEasingStandard)}}.bds-c-form-character-count__icon.enter{opacity:0;transform:translateX(-4px)}.bds-c-form-character-count__icon.enter-active{opacity:1;transform:translateX(0)}@media(prefers-reduced-motion:no-preference){.bds-c-form-character-count__icon.enter-active{transition:opacity var(--bdsMotionDuration600) var(--bdsMotionEasingStandard),transform var(--bdsMotionDuration600) var(--bdsMotionEasingStandard)}}.bds-c-form-character-count__icon.exit{opacity:1;transform:translateX(0)}.bds-c-form-character-count__icon.exit-active{opacity:0;transform:translateX(-4px)}@media(prefers-reduced-motion:no-preference){.bds-c-form-character-count__icon.exit-active{transition:opacity var(--bdsMotionDuration600) var(--bdsMotionEasingStandard),transform var(--bdsMotionDuration600) var(--bdsMotionEasingStandard)}}.bds-c-form-character-count__error-icon{position:relative;top:calc((var(--line-height-px) - 16px)/2);fill:currentColor}.bds-c-form-character-count--is-error{color:var(--colorError)}.bds-c-form-feedback-message{--line-height-px:calc(1em*var(--bdsTypographyLabelMediumLineHeight));font-family:var(--bdsTypographyLabelMediumFontFamily);font-size:var(--bdsTypographyLabelMediumFontSize);font-weight:var(--bdsTypographyLabelMediumFontWeight);line-height:var(--bdsTypographyLabelMediumLineHeight)}.bds-c-form-feedback-message.enter{opacity:0;transform:translateY(-12px)}.bds-c-form-feedback-message.enter-active{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:no-preference){.bds-c-form-feedback-message.enter-active{transition:opacity var(--bdsMotionDuration600) var(--bdsMotionEasingStandard),transform var(--bdsMotionDuration600) var(--bdsMotionEasingStandard),max-height var(--bdsMotionDuration600) var(--bdsMotionEasingStandard)}}.bds-c-form-feedback-message.exit{opacity:1;transform:translateY(0)}.bds-c-form-feedback-message.exit-active{opacity:0;transform:translateY(-12px)}@media(prefers-reduced-motion:no-preference){.bds-c-form-feedback-message.exit-active{transition:opacity var(--bdsMotionDuration600) var(--bdsMotionEasingStandard),transform var(--bdsMotionDuration600) var(--bdsMotionEasingStandard),max-height var(--bdsMotionDuration600) var(--bdsMotionEasingStandard)}}.bds-c-form-feedback-message__icon{margin-right:var(--bdsSpacingXxs);position:relative;top:calc((var(--line-height-px) - 16px)/2);fill:currentColor}.bds-c-form-feedback-message--variant-helper{color:var(--colorNeutralSecondary)}.bds-c-form-feedback-message--variant-error{color:var(--colorError)}.bds-c-form-feedback-message--variant-error__error-icon{margin-right:var(--bdsSpacingXxs);position:relative;top:calc((var(--line-height-px) - 16px)/2);fill:currentColor}.bds-c-form-feedback-message--variant-success{color:var(--colorSuccess)}.bds-c-form-feedback{display:grid;grid-template-areas:"message-group count";grid-template-columns:1fr auto;justify-content:space-between;margin-top:var(--bdsSpacingXxs)}.bds-c-form-feedback__message-group{display:grid;grid-area:message-group;grid-template-areas:"message";grid-template-columns:1fr}.bds-c-form-feedback__message{grid-area:message}.bds-c-form-text-field{align-items:center;background-color:var(--colorWhite);border:1px solid var(--colorNeutralBorder);border-radius:var(--bdsCornerRadiusField);column-gap:var(--bdsSpacingXs);display:flex;flex-wrap:nowrap;overflow:hidden;padding-right:var(--bdsSpacingSt);position:relative}@media(prefers-reduced-motion:no-preference){.bds-c-form-text-field{transition:box-shadow var(--bdsMotionDuration600) var(--bdsMotionEasingStandard),border-radius var(--bdsMotionDuration600) var(--bdsMotionEasingStandard),border-color var(--bdsMotionDuration600) var(--bdsMotionEasingStandard)}}.bds-c-form-text-field:hover:not(.bds-c-form-text-field--is-disabled,.bds-c-form-text-field--is-focused,.bds-c-form-text-field--status-is-error,.bds-c-form-text-field--status-is-success){border-color:var(--colorInteractionSecondaryHover)}.bds-c-form-text-field__input{appearance:none;background-clip:padding-box;background-color:transparent;border:0;caret-color:var(--colorNeutralSecondary);color:var(--colorNeutralPrimary);font-family:var(--bdsTypographyParagraphSmallFontFamily);font-size:var(--bdsTypographyParagraphSmallFontSize);font-weight:var(--bdsTypographyParagraphSmallFontWeight);line-height:var(--bdsTypographyParagraphSmallLineHeight);margin:0;padding:var(--bdsSpacingSt) 0 var(--bdsSpacingSt) var(--bdsSpacingSm);width:100%}.bds-c-form-text-field__input::placeholder{color:var(--colorNeutralSecondary);opacity:1}.bds-c-form-text-field__input:disabled{cursor:inherit;opacity:1;pointer-events:none}.bds-c-form-text-field__input:focus{outline:0}.bds-c-form-text-field__input::-webkit-search-cancel-button{appearance:none}.bds-c-form-text-field__input::-webkit-calendar-picker-indicator{opacity:0}.bds-c-form-text-field__prefix-content,.bds-c-form-text-field__suffix-content{color:var(--colorNeutralSecondary)}.bds-c-form-text-field__prefix-content svg,.bds-c-form-text-field__suffix-content svg{display:block;fill:var(--colorNeutralSecondary)}.bds-c-form-text-field__loading-dots-indicator{color:var(--colorInteractionSecondary)}.bds-c-form-text-field__loading-dots-indicator.enter{opacity:0}.bds-c-form-text-field__loading-dots-indicator.enter-active{opacity:1}@media(prefers-reduced-motion:no-preference){.bds-c-form-text-field__loading-dots-indicator.enter-active{transition:opacity var(--bdsMotionDuration150) var(--bdsMotionEasingStandard)}}.bds-c-form-text-field__loading-dots-indicator.exit{opacity:1}.bds-c-form-text-field__loading-dots-indicator.exit-active{opacity:0}@media(prefers-reduced-motion:no-preference){.bds-c-form-text-field__loading-dots-indicator.exit-active{transition:opacity var(--bdsMotionDuration150) var(--bdsMotionEasingStandard)}}.bds-c-form-text-field__btn-clear-text.enter{opacity:0;transform:scale(0)}.bds-c-form-text-field__btn-clear-text.enter-active{opacity:1;transform:scale(1)}@media(prefers-reduced-motion:no-preference){.bds-c-form-text-field__btn-clear-text.enter-active{transition:transform var(--bdsMotionDuration300) var(--bdsMotionEasingStandard),opacity var(--bdsMotionDuration300) var(--bdsMotionEasingStandard)}}.bds-c-form-text-field__btn-clear-text.exit{opacity:1;transform:scale(1)}.bds-c-form-text-field__btn-clear-text.exit-active{opacity:0;transform:scale(0)}@media(prefers-reduced-motion:no-preference){.bds-c-form-text-field__btn-clear-text.exit-active{transition:transform var(--bdsMotionDuration300) var(--bdsMotionEasingStandard),opacity var(--bdsMotionDuration300) var(--bdsMotionEasingStandard)}}.bds-c-form-text-field--status-is-error{border-color:var(--colorError)}.bds-c-form-text-field--status-is-success{border-color:var(--colorSuccess)}.bds-c-form-text-field--is-focused{border-color:var(--colorNeutralSecondary);border-radius:var(--bdsCornerRadiusFieldPressed);box-shadow:0 0 0 2px var(--colorFocusRingDark),0 0 0 4px var(--colorFocusRingLight)}.bds-c-form-text-field--is-disabled{background-color:var(--colorNeutralSurface);border-color:var(--colorNeutralBorder);cursor:not-allowed}.bds-c-form-text-field--has-prefix-content{padding-left:var(--bdsSpacingSm)}.bds-c-form-text-field--has-prefix-content .bds-c-form-text-field__input{padding-left:0}.bds-c-form-textarea__textarea{appearance:none;background-color:var(--colorWhite);border:1px solid var(--colorNeutralBorder);border-radius:var(--bdsCornerRadiusField);caret-color:var(--colorNeutralSecondary);display:block;font-family:var(--bdsTypographyParagraphSmallFontFamily);font-size:var(--bdsTypographyParagraphSmallFontSize);font-weight:var(--bdsTypographyParagraphSmallFontWeight);line-height:var(--bdsTypographyParagraphSmallLineHeight);margin:0;padding:var(--bdsSpacingSt) var(--bdsSpacingSm);resize:vertical;width:100%}@media(prefers-reduced-motion:no-preference){.bds-c-form-textarea__textarea{transition:box-shadow var(--bdsMotionDuration600) var(--bdsMotionEasingStandard),border-radius var(--bdsMotionDuration600) var(--bdsMotionEasingStandard),border-color var(--bdsMotionDuration600) var(--bdsMotionEasingStandard)}}.bds-c-form-textarea__textarea:hover{border-color:var(--colorInteractionSecondaryHover)}.bds-c-form-textarea__textarea:focus{border-color:var(--colorNeutralSecondary);border-radius:var(--bdsCornerRadiusFieldPressed);box-shadow:0 0 0 2px var(--colorFocusRingDark),0 0 0 4px var(--colorFocusRingLight);outline:0}.bds-c-form-textarea__textarea:disabled{background-color:var(--colorNeutralSurface);border-color:var(--colorNeutralBorder);cursor:inherit;opacity:1;pointer-events:none}.bds-c-form-textarea__textarea::placeholder{color:var(--colorNeutralSecondary);opacity:1}.bds-c-form-textarea--status-is-error .bds-c-form-textarea__textarea:not(:focus){border-color:var(--colorError)}.bds-c-form-textarea--status-is-success .bds-c-form-textarea__textarea:not(:focus){border-color:var(--colorSuccess)}.bds-c-form-textarea--is-disabled{cursor:not-allowed}.bds-u-focus-outline{cursor:pointer;position:relative}.bds-u-focus-outline__focus-rings{border-radius:inherit;inset:0;outline:none;position:absolute}@media(prefers-reduced-motion:no-preference){.bds-u-focus-outline__focus-rings{transition:inset var(--bdsMotionDuration200) var(--bdsMotionEasingBounce),border-radius var(--bdsMotionDuration200) var(--bdsMotionEasingBounce),box-shadow var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}}.bds-u-focus-outline:focus-visible{outline:0}.bds-u-focus-outline:focus-visible .bds-u-focus-outline__focus-rings{box-shadow:0 0 0 5px var(--colorFocusRingDark),0 0 0 10px var(--colorFocusRingLight)}.shape-picker-items{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px}.shape-picker-item{border:2px solid transparent;cursor:pointer;display:inline-block;position:relative}.shape-picker-item--checked .shape-picker-item__proxy{border:2px solid var(--pd-color-border-selected,#007aff);box-shadow:0 0 0 2px rgba(0,122,255,.3)}.shape-picker-item__proxy{align-items:center;background-color:var(--pd-color-background-default,#fff);display:flex;justify-content:center;min-height:40px;min-width:109px;position:relative;transition:all .2s ease}.shape-picker-item__proxy:hover{border-color:var(--pd-color-border-hover,#007aff)}.shape-label{bottom:-20px;color:var(--pd-color-text-secondary,#666);display:none;font-size:12px;left:0;position:absolute;right:0;text-align:center;text-transform:capitalize}.text-field textarea{field-sizing:content}.section .row{align-items:start!important}.bds-c-range-slider{display:flex;flex-direction:column;gap:var(--bdsSpacingSt)}.bds-c-range-slider__inner{min-height:24px;position:relative}.bds-c-range-slider__label{color:var(--colorNeutralSecondary);font-family:var(--bdsTypographyLabelMediumFontFamily);font-size:var(--bdsTypographyLabelMediumFontSize);font-weight:var(--bdsTypographyLabelMediumFontWeight);line-height:var(--bdsTypographyLabelMediumLineHeight)}.bds-c-range-slider__input{appearance:none;background-color:transparent;cursor:pointer;display:block;margin:0;min-height:24px;position:relative;width:100%}.bds-c-range-slider__input::-webkit-slider-thumb{appearance:none;background-color:var(--colorInteractionSecondary);border:0;border-radius:var(--bdsCornerRadiusPill);cursor:grab;height:16px;width:16px}@media(prefers-reduced-motion:no-preference){.bds-c-range-slider__input::-webkit-slider-thumb{transition:transform var(--bdsMotionDuration200) var(--bdsMotionEasingBounce),box-shadow var(--bdsMotionDuration200) var(--bdsMotionEasingStandard),background-color var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}}.bds-c-range-slider__input::-webkit-slider-thumb:hover{background-color:var(--colorInteractionSecondaryHover);transform:scale(1.5)}.bds-c-range-slider__input::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(.75)}.bds-c-range-slider__input::-moz-focus-outer{border:0}.bds-c-range-slider__input::-moz-range-thumb{appearance:none;background-color:var(--colorInteractionSecondary);border:0;border-radius:var(--bdsCornerRadiusPill);cursor:grab;height:16px;width:16px}@media(prefers-reduced-motion:no-preference){.bds-c-range-slider__input::-moz-range-thumb{transition:transform var(--bdsMotionDuration200) var(--bdsMotionEasingBounce),box-shadow var(--bdsMotionDuration200) var(--bdsMotionEasingStandard),background-color var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}}.bds-c-range-slider__input::-moz-range-thumb:hover{background-color:var(--colorInteractionSecondaryHover);transform:scale(1.5)}.bds-c-range-slider__input::-moz-range-thumb:active{cursor:grabbing;transform:scale(.75)}.bds-c-range-slider__input:focus-visible{outline:0}.bds-c-range-slider__input:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px var(--colorFocusRingDark),0 0 0 8px var(--colorFocusRingLight);transform:scale(1)}.bds-c-range-slider__input:focus-visible::-moz-range-thumb{box-shadow:0 0 0 4px var(--colorFocusRingDark),0 0 0 8px var(--colorFocusRingLight);transform:scale(1)}.bds-c-range-slider__faux-track{background-color:var(--colorNeutralInactive);background-image:linear-gradient(to right,var(--colorInteractionSecondary) var(--bds-c-range-slider-progress),transparent var(--bds-c-range-slider-progress));border-radius:var(--bdsCornerRadiusPill);cursor:not-allowed;height:4px;overflow:hidden;position:absolute;top:50%;transform:translateY(-50%);width:100%}.bds-c-range-slider--start-mode .bds-c-range-slider__input::-webkit-slider-thumb{background-color:var(--colorInteractionSecondaryInactive)}.bds-c-range-slider--start-mode .bds-c-range-slider__input::-moz-range-thumb{background-color:var(--colorInteractionSecondaryInactive)}.landing-page{align-items:center;grid-area:content;grid-row-start:2;justify-content:center;margin:auto;max-width:422px}.landing-page__content{gap:var(--bdsSpacingMd);text-align:center}.landing-page__content-title{font-weight:700}.landing-page__divider{margin:var(--bdsSpacingXl) 0;width:100%}.landing-page__footer{gap:var(--bdsSpacingSt)}.landing-page__footer-links{align-items:center;display:flex;gap:var(--bdsSpacingXs);justify-content:center}.landing-page__footer-links li{color:var(--colorNeutralInactive)}.landing-page__footer-links a{color:var(--colorNeutralPrimary)}.full-container{margin-left:auto;margin-right:auto;max-width:1425px;padding-left:16px;padding-right:16px;position:relative;width:100%}@media(min-width:480px){.full-container{padding-left:24px;padding-right:24px}}@media(min-width:768px){.full-container{padding-left:48px;padding-right:48px}}@media(min-width:1265px){.full-container{padding-left:80px;padding-right:80px}}@font-face{font-family:icomoon;font-style:normal;font-weight:400;src:url(https://micro-assets.foodora.com/fonts/icomoon.eot?2);src:url(https://micro-assets.foodora.com/fonts/icomoon.eot?2) format("embedded-opentype"),url(https://micro-assets.foodora.com/fonts/icomoon.ttf?2) format("truetype"),url(https://micro-assets.foodora.com/fonts/icomoon.woff?2) format("woff"),url(https://micro-assets.foodora.com/fonts/icomoon.svg?2#icomoon) format("svg")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:300;src:local("Open Sans"),url(https://micro-assets.foodora.com/fonts/open-sans/open-sans-light.woff2) format("woff2"),url(https://micro-assets.foodora.com/fonts/open-sans/open-sans-light.woff) format("woff"),url(https://micro-assets.foodora.com/fonts/open-sans/open-sans-light.ttf) format("truetype")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:400;src:local("Open Sans"),url(https://micro-assets.foodora.com/fonts/open-sans/open-sans-regular.woff2) format("woff2"),url(https://micro-assets.foodora.com/fonts/open-sans/open-sans-regular.woff) format("woff"),url(https://micro-assets.foodora.com/fonts/open-sans/open-sans-regular.ttf) format("truetype")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:600;src:local("Open Sans"),url(https://micro-assets.foodora.com/fonts/open-sans/open-sans-semibold.woff2) format("woff2"),url(https://micro-assets.foodora.com/fonts/open-sans/open-sans-semibold.woff) format("woff"),url(https://micro-assets.foodora.com/fonts/open-sans/open-sans-semibold.ttf) format("truetype")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:700;src:local("Open Sans"),url(https://micro-assets.foodora.com/fonts/open-sans/open-sans-bold.woff2) format("woff2"),url(https://micro-assets.foodora.com/fonts/open-sans/open-sans-bold.woff) format("woff"),url(https://micro-assets.foodora.com/fonts/open-sans/open-sans-bold.ttf) format("truetype")}@font-face{font-display:swap;font-family:Right Grotesk;font-style:normal;font-weight:400;src:url(https://micro-assets.foodora.com/fonts/fo-eu/RightGrotesk-CompactRegular.otf)}@font-face{font-display:swap;font-family:Right Grotesk;font-style:normal;font-weight:900;src:url(https://micro-assets.foodora.com/fonts/fo-eu/RightGrotesk-CompactBlack.otf)}@font-face{font-family:PP Agrandir;font-style:normal;font-weight:400;src:url(https://micro-assets.foodora.com/fonts/fp/PPAgrandir-300-Regular.otf)}@font-face{font-family:PP Agrandir;font-style:normal;font-weight:500;src:url(https://micro-assets.foodora.com/fonts/fp/PPAgrandir-400-Medium.otf)}@font-face{font-family:PP Agrandir;font-style:normal;font-weight:600;src:url(https://micro-assets.foodora.com/fonts/fp/PPAgrandir-400-Medium.otf)}@font-face{font-family:PP Agrandir;font-style:normal;font-weight:700;src:url(https://micro-assets.foodora.com/fonts/fp/PPAgrandir-600-Bold.otf)}@font-face{font-family:PP Agrandir;font-style:normal;font-weight:900;src:url(https://micro-assets.foodora.com/fonts/fp/PPAgrandir-700-Heavy.otf)}.sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.box-flex{box-sizing:border-box;display:flex;flex-direction:column}.cp{cursor:pointer}.us{-webkit-touch-callout:none;user-select:none}.bg-white,.bgh-white:hover{background:var(--colorWhite)}.bg-black,.bgh-black:hover{background:#000}.cl-black{color:#000}.fl-black{fill:#000}.bc-black{border:1px solid #000}@media(min-width:0)and (max-width:527px){.sm\:px-xxxs{padding-left:var(--bdsSpacingXxxs)!important;padding-right:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:px-xxxs{padding-left:var(--bdsSpacingXxxs)!important;padding-right:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:px-xxxs{padding-left:var(--bdsSpacingXxxs)!important;padding-right:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:px-xxxs{padding-left:var(--bdsSpacingXxxs)!important;padding-right:var(--bdsSpacingXxxs)!important}}.px-xxxs{padding-left:var(--bdsSpacingXxxs);padding-right:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:py-xxxs{padding-bottom:var(--bdsSpacingXxxs)!important;padding-top:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:py-xxxs{padding-bottom:var(--bdsSpacingXxxs)!important;padding-top:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:py-xxxs{padding-bottom:var(--bdsSpacingXxxs)!important;padding-top:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:py-xxxs{padding-bottom:var(--bdsSpacingXxxs)!important;padding-top:var(--bdsSpacingXxxs)!important}}.py-xxxs{padding-bottom:var(--bdsSpacingXxxs);padding-top:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:mx-xxxs{margin-left:var(--bdsSpacingXxxs)!important;margin-right:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:mx-xxxs{margin-left:var(--bdsSpacingXxxs)!important;margin-right:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mx-xxxs{margin-left:var(--bdsSpacingXxxs)!important;margin-right:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mx-xxxs{margin-left:var(--bdsSpacingXxxs)!important;margin-right:var(--bdsSpacingXxxs)!important}}.mx-xxxs{margin-left:var(--bdsSpacingXxxs);margin-right:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:my-xxxs{margin-bottom:var(--bdsSpacingXxxs)!important;margin-top:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:my-xxxs{margin-bottom:var(--bdsSpacingXxxs)!important;margin-top:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:my-xxxs{margin-bottom:var(--bdsSpacingXxxs)!important;margin-top:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:my-xxxs{margin-bottom:var(--bdsSpacingXxxs)!important;margin-top:var(--bdsSpacingXxxs)!important}}.my-xxxs{margin-bottom:var(--bdsSpacingXxxs);margin-top:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:px-xxs{padding-left:var(--bdsSpacingXxs)!important;padding-right:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:px-xxs{padding-left:var(--bdsSpacingXxs)!important;padding-right:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:px-xxs{padding-left:var(--bdsSpacingXxs)!important;padding-right:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:px-xxs{padding-left:var(--bdsSpacingXxs)!important;padding-right:var(--bdsSpacingXxs)!important}}.px-xxs{padding-left:var(--bdsSpacingXxs);padding-right:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:py-xxs{padding-bottom:var(--bdsSpacingXxs)!important;padding-top:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:py-xxs{padding-bottom:var(--bdsSpacingXxs)!important;padding-top:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:py-xxs{padding-bottom:var(--bdsSpacingXxs)!important;padding-top:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:py-xxs{padding-bottom:var(--bdsSpacingXxs)!important;padding-top:var(--bdsSpacingXxs)!important}}.py-xxs{padding-bottom:var(--bdsSpacingXxs);padding-top:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:mx-xxs{margin-left:var(--bdsSpacingXxs)!important;margin-right:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:mx-xxs{margin-left:var(--bdsSpacingXxs)!important;margin-right:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mx-xxs{margin-left:var(--bdsSpacingXxs)!important;margin-right:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mx-xxs{margin-left:var(--bdsSpacingXxs)!important;margin-right:var(--bdsSpacingXxs)!important}}.mx-xxs{margin-left:var(--bdsSpacingXxs);margin-right:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:my-xxs{margin-bottom:var(--bdsSpacingXxs)!important;margin-top:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:my-xxs{margin-bottom:var(--bdsSpacingXxs)!important;margin-top:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:my-xxs{margin-bottom:var(--bdsSpacingXxs)!important;margin-top:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:my-xxs{margin-bottom:var(--bdsSpacingXxs)!important;margin-top:var(--bdsSpacingXxs)!important}}.my-xxs{margin-bottom:var(--bdsSpacingXxs);margin-top:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:px-xs{padding-left:var(--bdsSpacingXs)!important;padding-right:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:px-xs{padding-left:var(--bdsSpacingXs)!important;padding-right:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:px-xs{padding-left:var(--bdsSpacingXs)!important;padding-right:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:px-xs{padding-left:var(--bdsSpacingXs)!important;padding-right:var(--bdsSpacingXs)!important}}.px-xs{padding-left:var(--bdsSpacingXs);padding-right:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:py-xs{padding-bottom:var(--bdsSpacingXs)!important;padding-top:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:py-xs{padding-bottom:var(--bdsSpacingXs)!important;padding-top:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:py-xs{padding-bottom:var(--bdsSpacingXs)!important;padding-top:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:py-xs{padding-bottom:var(--bdsSpacingXs)!important;padding-top:var(--bdsSpacingXs)!important}}.py-xs{padding-bottom:var(--bdsSpacingXs);padding-top:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:mx-xs{margin-left:var(--bdsSpacingXs)!important;margin-right:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:mx-xs{margin-left:var(--bdsSpacingXs)!important;margin-right:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mx-xs{margin-left:var(--bdsSpacingXs)!important;margin-right:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mx-xs{margin-left:var(--bdsSpacingXs)!important;margin-right:var(--bdsSpacingXs)!important}}.mx-xs{margin-left:var(--bdsSpacingXs);margin-right:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:my-xs{margin-bottom:var(--bdsSpacingXs)!important;margin-top:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:my-xs{margin-bottom:var(--bdsSpacingXs)!important;margin-top:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:my-xs{margin-bottom:var(--bdsSpacingXs)!important;margin-top:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:my-xs{margin-bottom:var(--bdsSpacingXs)!important;margin-top:var(--bdsSpacingXs)!important}}.my-xs{margin-bottom:var(--bdsSpacingXs);margin-top:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:px-st{padding-left:var(--bdsSpacingSt)!important;padding-right:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:px-st{padding-left:var(--bdsSpacingSt)!important;padding-right:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:px-st{padding-left:var(--bdsSpacingSt)!important;padding-right:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:px-st{padding-left:var(--bdsSpacingSt)!important;padding-right:var(--bdsSpacingSt)!important}}.px-st{padding-left:var(--bdsSpacingSt);padding-right:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:py-st{padding-bottom:var(--bdsSpacingSt)!important;padding-top:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:py-st{padding-bottom:var(--bdsSpacingSt)!important;padding-top:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:py-st{padding-bottom:var(--bdsSpacingSt)!important;padding-top:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:py-st{padding-bottom:var(--bdsSpacingSt)!important;padding-top:var(--bdsSpacingSt)!important}}.py-st{padding-bottom:var(--bdsSpacingSt);padding-top:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:mx-st{margin-left:var(--bdsSpacingSt)!important;margin-right:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:mx-st{margin-left:var(--bdsSpacingSt)!important;margin-right:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mx-st{margin-left:var(--bdsSpacingSt)!important;margin-right:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mx-st{margin-left:var(--bdsSpacingSt)!important;margin-right:var(--bdsSpacingSt)!important}}.mx-st{margin-left:var(--bdsSpacingSt);margin-right:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:my-st{margin-bottom:var(--bdsSpacingSt)!important;margin-top:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:my-st{margin-bottom:var(--bdsSpacingSt)!important;margin-top:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:my-st{margin-bottom:var(--bdsSpacingSt)!important;margin-top:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:my-st{margin-bottom:var(--bdsSpacingSt)!important;margin-top:var(--bdsSpacingSt)!important}}.my-st{margin-bottom:var(--bdsSpacingSt);margin-top:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:px-sm{padding-left:var(--bdsSpacingSm)!important;padding-right:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:px-sm{padding-left:var(--bdsSpacingSm)!important;padding-right:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:px-sm{padding-left:var(--bdsSpacingSm)!important;padding-right:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:px-sm{padding-left:var(--bdsSpacingSm)!important;padding-right:var(--bdsSpacingSm)!important}}.px-sm{padding-left:var(--bdsSpacingSm);padding-right:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:py-sm{padding-bottom:var(--bdsSpacingSm)!important;padding-top:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:py-sm{padding-bottom:var(--bdsSpacingSm)!important;padding-top:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:py-sm{padding-bottom:var(--bdsSpacingSm)!important;padding-top:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:py-sm{padding-bottom:var(--bdsSpacingSm)!important;padding-top:var(--bdsSpacingSm)!important}}.py-sm{padding-bottom:var(--bdsSpacingSm);padding-top:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:mx-sm{margin-left:var(--bdsSpacingSm)!important;margin-right:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:mx-sm{margin-left:var(--bdsSpacingSm)!important;margin-right:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mx-sm{margin-left:var(--bdsSpacingSm)!important;margin-right:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mx-sm{margin-left:var(--bdsSpacingSm)!important;margin-right:var(--bdsSpacingSm)!important}}.mx-sm{margin-left:var(--bdsSpacingSm);margin-right:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:my-sm{margin-bottom:var(--bdsSpacingSm)!important;margin-top:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:my-sm{margin-bottom:var(--bdsSpacingSm)!important;margin-top:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:my-sm{margin-bottom:var(--bdsSpacingSm)!important;margin-top:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:my-sm{margin-bottom:var(--bdsSpacingSm)!important;margin-top:var(--bdsSpacingSm)!important}}.my-sm{margin-bottom:var(--bdsSpacingSm);margin-top:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:px-md{padding-left:var(--bdsSpacingMd)!important;padding-right:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:px-md{padding-left:var(--bdsSpacingMd)!important;padding-right:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:px-md{padding-left:var(--bdsSpacingMd)!important;padding-right:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:px-md{padding-left:var(--bdsSpacingMd)!important;padding-right:var(--bdsSpacingMd)!important}}.px-md{padding-left:var(--bdsSpacingMd);padding-right:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:py-md{padding-bottom:var(--bdsSpacingMd)!important;padding-top:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:py-md{padding-bottom:var(--bdsSpacingMd)!important;padding-top:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:py-md{padding-bottom:var(--bdsSpacingMd)!important;padding-top:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:py-md{padding-bottom:var(--bdsSpacingMd)!important;padding-top:var(--bdsSpacingMd)!important}}.py-md{padding-bottom:var(--bdsSpacingMd);padding-top:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:mx-md{margin-left:var(--bdsSpacingMd)!important;margin-right:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:mx-md{margin-left:var(--bdsSpacingMd)!important;margin-right:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mx-md{margin-left:var(--bdsSpacingMd)!important;margin-right:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mx-md{margin-left:var(--bdsSpacingMd)!important;margin-right:var(--bdsSpacingMd)!important}}.mx-md{margin-left:var(--bdsSpacingMd);margin-right:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:my-md{margin-bottom:var(--bdsSpacingMd)!important;margin-top:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:my-md{margin-bottom:var(--bdsSpacingMd)!important;margin-top:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:my-md{margin-bottom:var(--bdsSpacingMd)!important;margin-top:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:my-md{margin-bottom:var(--bdsSpacingMd)!important;margin-top:var(--bdsSpacingMd)!important}}.my-md{margin-bottom:var(--bdsSpacingMd);margin-top:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:px-lg{padding-left:var(--bdsSpacingLg)!important;padding-right:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:px-lg{padding-left:var(--bdsSpacingLg)!important;padding-right:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:px-lg{padding-left:var(--bdsSpacingLg)!important;padding-right:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:px-lg{padding-left:var(--bdsSpacingLg)!important;padding-right:var(--bdsSpacingLg)!important}}.px-lg{padding-left:var(--bdsSpacingLg);padding-right:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:py-lg{padding-bottom:var(--bdsSpacingLg)!important;padding-top:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:py-lg{padding-bottom:var(--bdsSpacingLg)!important;padding-top:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:py-lg{padding-bottom:var(--bdsSpacingLg)!important;padding-top:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:py-lg{padding-bottom:var(--bdsSpacingLg)!important;padding-top:var(--bdsSpacingLg)!important}}.py-lg{padding-bottom:var(--bdsSpacingLg);padding-top:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:mx-lg{margin-left:var(--bdsSpacingLg)!important;margin-right:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:mx-lg{margin-left:var(--bdsSpacingLg)!important;margin-right:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mx-lg{margin-left:var(--bdsSpacingLg)!important;margin-right:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mx-lg{margin-left:var(--bdsSpacingLg)!important;margin-right:var(--bdsSpacingLg)!important}}.mx-lg{margin-left:var(--bdsSpacingLg);margin-right:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:my-lg{margin-bottom:var(--bdsSpacingLg)!important;margin-top:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:my-lg{margin-bottom:var(--bdsSpacingLg)!important;margin-top:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:my-lg{margin-bottom:var(--bdsSpacingLg)!important;margin-top:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:my-lg{margin-bottom:var(--bdsSpacingLg)!important;margin-top:var(--bdsSpacingLg)!important}}.my-lg{margin-bottom:var(--bdsSpacingLg);margin-top:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:px-xl{padding-left:var(--bdsSpacingXl)!important;padding-right:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:px-xl{padding-left:var(--bdsSpacingXl)!important;padding-right:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:px-xl{padding-left:var(--bdsSpacingXl)!important;padding-right:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:px-xl{padding-left:var(--bdsSpacingXl)!important;padding-right:var(--bdsSpacingXl)!important}}.px-xl{padding-left:var(--bdsSpacingXl);padding-right:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:py-xl{padding-bottom:var(--bdsSpacingXl)!important;padding-top:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:py-xl{padding-bottom:var(--bdsSpacingXl)!important;padding-top:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:py-xl{padding-bottom:var(--bdsSpacingXl)!important;padding-top:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:py-xl{padding-bottom:var(--bdsSpacingXl)!important;padding-top:var(--bdsSpacingXl)!important}}.py-xl{padding-bottom:var(--bdsSpacingXl);padding-top:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:mx-xl{margin-left:var(--bdsSpacingXl)!important;margin-right:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:mx-xl{margin-left:var(--bdsSpacingXl)!important;margin-right:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mx-xl{margin-left:var(--bdsSpacingXl)!important;margin-right:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mx-xl{margin-left:var(--bdsSpacingXl)!important;margin-right:var(--bdsSpacingXl)!important}}.mx-xl{margin-left:var(--bdsSpacingXl);margin-right:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:my-xl{margin-bottom:var(--bdsSpacingXl)!important;margin-top:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:my-xl{margin-bottom:var(--bdsSpacingXl)!important;margin-top:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:my-xl{margin-bottom:var(--bdsSpacingXl)!important;margin-top:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:my-xl{margin-bottom:var(--bdsSpacingXl)!important;margin-top:var(--bdsSpacingXl)!important}}.my-xl{margin-bottom:var(--bdsSpacingXl);margin-top:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:px-xxl{padding-left:80px!important;padding-right:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:px-xxl{padding-left:80px!important;padding-right:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:px-xxl{padding-left:80px!important;padding-right:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:px-xxl{padding-left:80px!important;padding-right:80px!important}}.px-xxl{padding-left:80px;padding-right:80px}@media(min-width:0)and (max-width:527px){.sm\:py-xxl{padding-bottom:80px!important;padding-top:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:py-xxl{padding-bottom:80px!important;padding-top:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:py-xxl{padding-bottom:80px!important;padding-top:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:py-xxl{padding-bottom:80px!important;padding-top:80px!important}}.py-xxl{padding-bottom:80px;padding-top:80px}@media(min-width:0)and (max-width:527px){.sm\:mx-xxl{margin-left:80px!important;margin-right:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:mx-xxl{margin-left:80px!important;margin-right:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:mx-xxl{margin-left:80px!important;margin-right:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mx-xxl{margin-left:80px!important;margin-right:80px!important}}.mx-xxl{margin-left:80px;margin-right:80px}@media(min-width:0)and (max-width:527px){.sm\:my-xxl{margin-bottom:80px!important;margin-top:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:my-xxl{margin-bottom:80px!important;margin-top:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:my-xxl{margin-bottom:80px!important;margin-top:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:my-xxl{margin-bottom:80px!important;margin-top:80px!important}}.my-xxl{margin-bottom:80px;margin-top:80px}@media(min-width:0)and (max-width:527px){.sm\:px-xxxl{padding-left:var(--bdsSpacingXxxl)!important;padding-right:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:px-xxxl{padding-left:var(--bdsSpacingXxxl)!important;padding-right:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:px-xxxl{padding-left:var(--bdsSpacingXxxl)!important;padding-right:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:px-xxxl{padding-left:var(--bdsSpacingXxxl)!important;padding-right:var(--bdsSpacingXxxl)!important}}.px-xxxl{padding-left:var(--bdsSpacingXxxl);padding-right:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:py-xxxl{padding-bottom:var(--bdsSpacingXxxl)!important;padding-top:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:py-xxxl{padding-bottom:var(--bdsSpacingXxxl)!important;padding-top:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:py-xxxl{padding-bottom:var(--bdsSpacingXxxl)!important;padding-top:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:py-xxxl{padding-bottom:var(--bdsSpacingXxxl)!important;padding-top:var(--bdsSpacingXxxl)!important}}.py-xxxl{padding-bottom:var(--bdsSpacingXxxl);padding-top:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:mx-xxxl{margin-left:var(--bdsSpacingXxxl)!important;margin-right:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:mx-xxxl{margin-left:var(--bdsSpacingXxxl)!important;margin-right:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mx-xxxl{margin-left:var(--bdsSpacingXxxl)!important;margin-right:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mx-xxxl{margin-left:var(--bdsSpacingXxxl)!important;margin-right:var(--bdsSpacingXxxl)!important}}.mx-xxxl{margin-left:var(--bdsSpacingXxxl);margin-right:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:my-xxxl{margin-bottom:var(--bdsSpacingXxxl)!important;margin-top:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:my-xxxl{margin-bottom:var(--bdsSpacingXxxl)!important;margin-top:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:my-xxxl{margin-bottom:var(--bdsSpacingXxxl)!important;margin-top:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:my-xxxl{margin-bottom:var(--bdsSpacingXxxl)!important;margin-top:var(--bdsSpacingXxxl)!important}}.my-xxxl{margin-bottom:var(--bdsSpacingXxxl);margin-top:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:px-zero{padding-left:0!important;padding-right:0!important}}@media(min-width:528px)and (max-width:767px){.md\:px-zero{padding-left:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:px-zero{padding-left:0!important;padding-right:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:px-zero{padding-left:0!important;padding-right:0!important}}.px-zero{padding-left:0;padding-right:0}@media(min-width:0)and (max-width:527px){.sm\:py-zero{padding-bottom:0!important;padding-top:0!important}}@media(min-width:528px)and (max-width:767px){.md\:py-zero{padding-bottom:0!important;padding-top:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:py-zero{padding-bottom:0!important;padding-top:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:py-zero{padding-bottom:0!important;padding-top:0!important}}.py-zero{padding-bottom:0;padding-top:0}@media(min-width:0)and (max-width:527px){.sm\:mx-zero{margin-left:0!important;margin-right:0!important}}@media(min-width:528px)and (max-width:767px){.md\:mx-zero{margin-left:0!important;margin-right:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:mx-zero{margin-left:0!important;margin-right:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mx-zero{margin-left:0!important;margin-right:0!important}}.mx-zero{margin-left:0;margin-right:0}@media(min-width:0)and (max-width:527px){.sm\:my-zero{margin-bottom:0!important;margin-top:0!important}}@media(min-width:528px)and (max-width:767px){.md\:my-zero{margin-bottom:0!important;margin-top:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:my-zero{margin-bottom:0!important;margin-top:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:my-zero{margin-bottom:0!important;margin-top:0!important}}.my-zero{margin-bottom:0;margin-top:0}@media(min-width:0)and (max-width:527px){.sm\:px-bds-xxl{padding-left:var(--bdsSpacingXxl)!important;padding-right:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:px-bds-xxl{padding-left:var(--bdsSpacingXxl)!important;padding-right:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:px-bds-xxl{padding-left:var(--bdsSpacingXxl)!important;padding-right:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:px-bds-xxl{padding-left:var(--bdsSpacingXxl)!important;padding-right:var(--bdsSpacingXxl)!important}}.px-bds-xxl{padding-left:var(--bdsSpacingXxl);padding-right:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:py-bds-xxl{padding-bottom:var(--bdsSpacingXxl)!important;padding-top:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:py-bds-xxl{padding-bottom:var(--bdsSpacingXxl)!important;padding-top:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:py-bds-xxl{padding-bottom:var(--bdsSpacingXxl)!important;padding-top:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:py-bds-xxl{padding-bottom:var(--bdsSpacingXxl)!important;padding-top:var(--bdsSpacingXxl)!important}}.py-bds-xxl{padding-bottom:var(--bdsSpacingXxl);padding-top:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:mx-bds-xxl{margin-left:var(--bdsSpacingXxl)!important;margin-right:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:mx-bds-xxl{margin-left:var(--bdsSpacingXxl)!important;margin-right:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mx-bds-xxl{margin-left:var(--bdsSpacingXxl)!important;margin-right:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mx-bds-xxl{margin-left:var(--bdsSpacingXxl)!important;margin-right:var(--bdsSpacingXxl)!important}}.mx-bds-xxl{margin-left:var(--bdsSpacingXxl);margin-right:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:my-bds-xxl{margin-bottom:var(--bdsSpacingXxl)!important;margin-top:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:my-bds-xxl{margin-bottom:var(--bdsSpacingXxl)!important;margin-top:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:my-bds-xxl{margin-bottom:var(--bdsSpacingXxl)!important;margin-top:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:my-bds-xxl{margin-bottom:var(--bdsSpacingXxl)!important;margin-top:var(--bdsSpacingXxl)!important}}.my-bds-xxl{margin-bottom:var(--bdsSpacingXxl);margin-top:var(--bdsSpacingXxl)}.pa-xxxs{padding:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:pa-xxxs{padding:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:pa-xxxs{padding:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pa-xxxs{padding:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pa-xxxs{padding:var(--bdsSpacingXxxs)!important}}.pa-xxs{padding:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:pa-xxs{padding:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:pa-xxs{padding:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pa-xxs{padding:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pa-xxs{padding:var(--bdsSpacingXxs)!important}}.pa-xs{padding:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:pa-xs{padding:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:pa-xs{padding:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pa-xs{padding:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pa-xs{padding:var(--bdsSpacingXs)!important}}.pa-st{padding:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:pa-st{padding:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:pa-st{padding:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pa-st{padding:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pa-st{padding:var(--bdsSpacingSt)!important}}.pa-sm{padding:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:pa-sm{padding:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:pa-sm{padding:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pa-sm{padding:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pa-sm{padding:var(--bdsSpacingSm)!important}}.pa-md{padding:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:pa-md{padding:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:pa-md{padding:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pa-md{padding:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pa-md{padding:var(--bdsSpacingMd)!important}}.pa-lg{padding:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:pa-lg{padding:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:pa-lg{padding:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pa-lg{padding:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pa-lg{padding:var(--bdsSpacingLg)!important}}.pa-xl{padding:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:pa-xl{padding:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:pa-xl{padding:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pa-xl{padding:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pa-xl{padding:var(--bdsSpacingXl)!important}}.pa-xxl{padding:80px}@media(min-width:0)and (max-width:527px){.sm\:pa-xxl{padding:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:pa-xxl{padding:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:pa-xxl{padding:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pa-xxl{padding:80px!important}}.pa-xxxl{padding:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:pa-xxxl{padding:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:pa-xxxl{padding:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pa-xxxl{padding:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pa-xxxl{padding:var(--bdsSpacingXxxl)!important}}.pa-zero{padding:0}@media(min-width:0)and (max-width:527px){.sm\:pa-zero{padding:0!important}}@media(min-width:528px)and (max-width:767px){.md\:pa-zero{padding:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:pa-zero{padding:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pa-zero{padding:0!important}}.pa-bds-xxl{padding:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:pa-bds-xxl{padding:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:pa-bds-xxl{padding:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pa-bds-xxl{padding:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pa-bds-xxl{padding:var(--bdsSpacingXxl)!important}}.pr-xxxs{padding-right:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:pr-xxxs{padding-right:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:pr-xxxs{padding-right:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pr-xxxs{padding-right:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pr-xxxs{padding-right:var(--bdsSpacingXxxs)!important}}.pr-xxs{padding-right:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:pr-xxs{padding-right:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:pr-xxs{padding-right:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pr-xxs{padding-right:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pr-xxs{padding-right:var(--bdsSpacingXxs)!important}}.pr-xs{padding-right:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:pr-xs{padding-right:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:pr-xs{padding-right:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pr-xs{padding-right:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pr-xs{padding-right:var(--bdsSpacingXs)!important}}.pr-st{padding-right:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:pr-st{padding-right:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:pr-st{padding-right:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pr-st{padding-right:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pr-st{padding-right:var(--bdsSpacingSt)!important}}.pr-sm{padding-right:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:pr-sm{padding-right:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:pr-sm{padding-right:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pr-sm{padding-right:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pr-sm{padding-right:var(--bdsSpacingSm)!important}}.pr-md{padding-right:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:pr-md{padding-right:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:pr-md{padding-right:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pr-md{padding-right:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pr-md{padding-right:var(--bdsSpacingMd)!important}}.pr-lg{padding-right:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:pr-lg{padding-right:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:pr-lg{padding-right:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pr-lg{padding-right:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pr-lg{padding-right:var(--bdsSpacingLg)!important}}.pr-xl{padding-right:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:pr-xl{padding-right:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:pr-xl{padding-right:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pr-xl{padding-right:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pr-xl{padding-right:var(--bdsSpacingXl)!important}}.pr-xxl{padding-right:80px}@media(min-width:0)and (max-width:527px){.sm\:pr-xxl{padding-right:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:pr-xxl{padding-right:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:pr-xxl{padding-right:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pr-xxl{padding-right:80px!important}}.pr-xxxl{padding-right:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:pr-xxxl{padding-right:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:pr-xxxl{padding-right:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pr-xxxl{padding-right:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pr-xxxl{padding-right:var(--bdsSpacingXxxl)!important}}.pr-zero{padding-right:0}@media(min-width:0)and (max-width:527px){.sm\:pr-zero{padding-right:0!important}}@media(min-width:528px)and (max-width:767px){.md\:pr-zero{padding-right:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:pr-zero{padding-right:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pr-zero{padding-right:0!important}}.pr-bds-xxl{padding-right:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:pr-bds-xxl{padding-right:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:pr-bds-xxl{padding-right:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pr-bds-xxl{padding-right:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pr-bds-xxl{padding-right:var(--bdsSpacingXxl)!important}}.pl-xxxs{padding-left:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:pl-xxxs{padding-left:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:pl-xxxs{padding-left:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pl-xxxs{padding-left:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pl-xxxs{padding-left:var(--bdsSpacingXxxs)!important}}.pl-xxs{padding-left:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:pl-xxs{padding-left:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:pl-xxs{padding-left:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pl-xxs{padding-left:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pl-xxs{padding-left:var(--bdsSpacingXxs)!important}}.pl-xs{padding-left:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:pl-xs{padding-left:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:pl-xs{padding-left:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pl-xs{padding-left:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pl-xs{padding-left:var(--bdsSpacingXs)!important}}.pl-st{padding-left:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:pl-st{padding-left:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:pl-st{padding-left:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pl-st{padding-left:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pl-st{padding-left:var(--bdsSpacingSt)!important}}.pl-sm{padding-left:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:pl-sm{padding-left:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:pl-sm{padding-left:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pl-sm{padding-left:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pl-sm{padding-left:var(--bdsSpacingSm)!important}}.pl-md{padding-left:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:pl-md{padding-left:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:pl-md{padding-left:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pl-md{padding-left:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pl-md{padding-left:var(--bdsSpacingMd)!important}}.pl-lg{padding-left:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:pl-lg{padding-left:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:pl-lg{padding-left:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pl-lg{padding-left:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pl-lg{padding-left:var(--bdsSpacingLg)!important}}.pl-xl{padding-left:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:pl-xl{padding-left:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:pl-xl{padding-left:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pl-xl{padding-left:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pl-xl{padding-left:var(--bdsSpacingXl)!important}}.pl-xxl{padding-left:80px}@media(min-width:0)and (max-width:527px){.sm\:pl-xxl{padding-left:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:pl-xxl{padding-left:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:pl-xxl{padding-left:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pl-xxl{padding-left:80px!important}}.pl-xxxl{padding-left:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:pl-xxxl{padding-left:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:pl-xxxl{padding-left:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pl-xxxl{padding-left:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pl-xxxl{padding-left:var(--bdsSpacingXxxl)!important}}.pl-zero{padding-left:0}@media(min-width:0)and (max-width:527px){.sm\:pl-zero{padding-left:0!important}}@media(min-width:528px)and (max-width:767px){.md\:pl-zero{padding-left:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:pl-zero{padding-left:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pl-zero{padding-left:0!important}}.pl-bds-xxl{padding-left:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:pl-bds-xxl{padding-left:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:pl-bds-xxl{padding-left:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pl-bds-xxl{padding-left:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pl-bds-xxl{padding-left:var(--bdsSpacingXxl)!important}}.pt-xxxs{padding-top:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:pt-xxxs{padding-top:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:pt-xxxs{padding-top:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pt-xxxs{padding-top:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pt-xxxs{padding-top:var(--bdsSpacingXxxs)!important}}.pt-xxs{padding-top:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:pt-xxs{padding-top:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:pt-xxs{padding-top:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pt-xxs{padding-top:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pt-xxs{padding-top:var(--bdsSpacingXxs)!important}}.pt-xs{padding-top:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:pt-xs{padding-top:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:pt-xs{padding-top:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pt-xs{padding-top:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pt-xs{padding-top:var(--bdsSpacingXs)!important}}.pt-st{padding-top:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:pt-st{padding-top:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:pt-st{padding-top:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pt-st{padding-top:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pt-st{padding-top:var(--bdsSpacingSt)!important}}.pt-sm{padding-top:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:pt-sm{padding-top:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:pt-sm{padding-top:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pt-sm{padding-top:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pt-sm{padding-top:var(--bdsSpacingSm)!important}}.pt-md{padding-top:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:pt-md{padding-top:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:pt-md{padding-top:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pt-md{padding-top:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pt-md{padding-top:var(--bdsSpacingMd)!important}}.pt-lg{padding-top:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:pt-lg{padding-top:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:pt-lg{padding-top:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pt-lg{padding-top:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pt-lg{padding-top:var(--bdsSpacingLg)!important}}.pt-xl{padding-top:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:pt-xl{padding-top:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:pt-xl{padding-top:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pt-xl{padding-top:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pt-xl{padding-top:var(--bdsSpacingXl)!important}}.pt-xxl{padding-top:80px}@media(min-width:0)and (max-width:527px){.sm\:pt-xxl{padding-top:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:pt-xxl{padding-top:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:pt-xxl{padding-top:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pt-xxl{padding-top:80px!important}}.pt-xxxl{padding-top:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:pt-xxxl{padding-top:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:pt-xxxl{padding-top:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pt-xxxl{padding-top:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pt-xxxl{padding-top:var(--bdsSpacingXxxl)!important}}.pt-zero{padding-top:0}@media(min-width:0)and (max-width:527px){.sm\:pt-zero{padding-top:0!important}}@media(min-width:528px)and (max-width:767px){.md\:pt-zero{padding-top:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:pt-zero{padding-top:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pt-zero{padding-top:0!important}}.pt-bds-xxl{padding-top:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:pt-bds-xxl{padding-top:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:pt-bds-xxl{padding-top:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pt-bds-xxl{padding-top:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pt-bds-xxl{padding-top:var(--bdsSpacingXxl)!important}}.pb-xxxs{padding-bottom:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:pb-xxxs{padding-bottom:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:pb-xxxs{padding-bottom:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pb-xxxs{padding-bottom:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pb-xxxs{padding-bottom:var(--bdsSpacingXxxs)!important}}.pb-xxs{padding-bottom:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:pb-xxs{padding-bottom:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:pb-xxs{padding-bottom:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pb-xxs{padding-bottom:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pb-xxs{padding-bottom:var(--bdsSpacingXxs)!important}}.pb-xs{padding-bottom:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:pb-xs{padding-bottom:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:pb-xs{padding-bottom:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pb-xs{padding-bottom:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pb-xs{padding-bottom:var(--bdsSpacingXs)!important}}.pb-st{padding-bottom:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:pb-st{padding-bottom:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:pb-st{padding-bottom:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pb-st{padding-bottom:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pb-st{padding-bottom:var(--bdsSpacingSt)!important}}.pb-sm{padding-bottom:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:pb-sm{padding-bottom:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:pb-sm{padding-bottom:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pb-sm{padding-bottom:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pb-sm{padding-bottom:var(--bdsSpacingSm)!important}}.pb-md{padding-bottom:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:pb-md{padding-bottom:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:pb-md{padding-bottom:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pb-md{padding-bottom:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pb-md{padding-bottom:var(--bdsSpacingMd)!important}}.pb-lg{padding-bottom:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:pb-lg{padding-bottom:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:pb-lg{padding-bottom:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pb-lg{padding-bottom:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pb-lg{padding-bottom:var(--bdsSpacingLg)!important}}.pb-xl{padding-bottom:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:pb-xl{padding-bottom:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:pb-xl{padding-bottom:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pb-xl{padding-bottom:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pb-xl{padding-bottom:var(--bdsSpacingXl)!important}}.pb-xxl{padding-bottom:80px}@media(min-width:0)and (max-width:527px){.sm\:pb-xxl{padding-bottom:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:pb-xxl{padding-bottom:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:pb-xxl{padding-bottom:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pb-xxl{padding-bottom:80px!important}}.pb-xxxl{padding-bottom:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:pb-xxxl{padding-bottom:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:pb-xxxl{padding-bottom:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pb-xxxl{padding-bottom:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pb-xxxl{padding-bottom:var(--bdsSpacingXxxl)!important}}.pb-zero{padding-bottom:0}@media(min-width:0)and (max-width:527px){.sm\:pb-zero{padding-bottom:0!important}}@media(min-width:528px)and (max-width:767px){.md\:pb-zero{padding-bottom:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:pb-zero{padding-bottom:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pb-zero{padding-bottom:0!important}}.pb-bds-xxl{padding-bottom:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:pb-bds-xxl{padding-bottom:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:pb-bds-xxl{padding-bottom:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:pb-bds-xxl{padding-bottom:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:pb-bds-xxl{padding-bottom:var(--bdsSpacingXxl)!important}}.ma-xxxs{margin:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:ma-xxxs{margin:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:ma-xxxs{margin:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ma-xxxs{margin:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ma-xxxs{margin:var(--bdsSpacingXxxs)!important}}.ma-xxs{margin:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:ma-xxs{margin:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:ma-xxs{margin:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ma-xxs{margin:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ma-xxs{margin:var(--bdsSpacingXxs)!important}}.ma-xs{margin:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:ma-xs{margin:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:ma-xs{margin:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ma-xs{margin:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ma-xs{margin:var(--bdsSpacingXs)!important}}.ma-st{margin:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:ma-st{margin:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:ma-st{margin:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ma-st{margin:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ma-st{margin:var(--bdsSpacingSt)!important}}.ma-sm{margin:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:ma-sm{margin:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:ma-sm{margin:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ma-sm{margin:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ma-sm{margin:var(--bdsSpacingSm)!important}}.ma-md{margin:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:ma-md{margin:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:ma-md{margin:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ma-md{margin:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ma-md{margin:var(--bdsSpacingMd)!important}}.ma-lg{margin:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:ma-lg{margin:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:ma-lg{margin:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ma-lg{margin:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ma-lg{margin:var(--bdsSpacingLg)!important}}.ma-xl{margin:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:ma-xl{margin:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:ma-xl{margin:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ma-xl{margin:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ma-xl{margin:var(--bdsSpacingXl)!important}}.ma-xxl{margin:80px}@media(min-width:0)and (max-width:527px){.sm\:ma-xxl{margin:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:ma-xxl{margin:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:ma-xxl{margin:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ma-xxl{margin:80px!important}}.ma-xxxl{margin:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:ma-xxxl{margin:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:ma-xxxl{margin:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ma-xxxl{margin:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ma-xxxl{margin:var(--bdsSpacingXxxl)!important}}.ma-zero{margin:0}@media(min-width:0)and (max-width:527px){.sm\:ma-zero{margin:0!important}}@media(min-width:528px)and (max-width:767px){.md\:ma-zero{margin:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:ma-zero{margin:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ma-zero{margin:0!important}}.ma-bds-xxl{margin:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:ma-bds-xxl{margin:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:ma-bds-xxl{margin:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ma-bds-xxl{margin:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ma-bds-xxl{margin:var(--bdsSpacingXxl)!important}}.mr-xxxs{margin-right:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:mr-xxxs{margin-right:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:mr-xxxs{margin-right:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mr-xxxs{margin-right:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mr-xxxs{margin-right:var(--bdsSpacingXxxs)!important}}.mr-xxs{margin-right:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:mr-xxs{margin-right:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:mr-xxs{margin-right:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mr-xxs{margin-right:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mr-xxs{margin-right:var(--bdsSpacingXxs)!important}}.mr-xs{margin-right:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:mr-xs{margin-right:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:mr-xs{margin-right:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mr-xs{margin-right:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mr-xs{margin-right:var(--bdsSpacingXs)!important}}.mr-st{margin-right:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:mr-st{margin-right:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:mr-st{margin-right:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mr-st{margin-right:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mr-st{margin-right:var(--bdsSpacingSt)!important}}.mr-sm{margin-right:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:mr-sm{margin-right:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:mr-sm{margin-right:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mr-sm{margin-right:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mr-sm{margin-right:var(--bdsSpacingSm)!important}}.mr-md{margin-right:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:mr-md{margin-right:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:mr-md{margin-right:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mr-md{margin-right:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mr-md{margin-right:var(--bdsSpacingMd)!important}}.mr-lg{margin-right:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:mr-lg{margin-right:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:mr-lg{margin-right:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mr-lg{margin-right:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mr-lg{margin-right:var(--bdsSpacingLg)!important}}.mr-xl{margin-right:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:mr-xl{margin-right:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:mr-xl{margin-right:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mr-xl{margin-right:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mr-xl{margin-right:var(--bdsSpacingXl)!important}}.mr-xxl{margin-right:80px}@media(min-width:0)and (max-width:527px){.sm\:mr-xxl{margin-right:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:mr-xxl{margin-right:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:mr-xxl{margin-right:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mr-xxl{margin-right:80px!important}}.mr-xxxl{margin-right:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:mr-xxxl{margin-right:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:mr-xxxl{margin-right:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mr-xxxl{margin-right:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mr-xxxl{margin-right:var(--bdsSpacingXxxl)!important}}.mr-zero{margin-right:0}@media(min-width:0)and (max-width:527px){.sm\:mr-zero{margin-right:0!important}}@media(min-width:528px)and (max-width:767px){.md\:mr-zero{margin-right:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:mr-zero{margin-right:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mr-zero{margin-right:0!important}}.mr-bds-xxl{margin-right:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:mr-bds-xxl{margin-right:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:mr-bds-xxl{margin-right:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mr-bds-xxl{margin-right:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mr-bds-xxl{margin-right:var(--bdsSpacingXxl)!important}}.ml-xxxs{margin-left:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:ml-xxxs{margin-left:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:ml-xxxs{margin-left:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ml-xxxs{margin-left:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ml-xxxs{margin-left:var(--bdsSpacingXxxs)!important}}.ml-xxs{margin-left:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:ml-xxs{margin-left:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:ml-xxs{margin-left:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ml-xxs{margin-left:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ml-xxs{margin-left:var(--bdsSpacingXxs)!important}}.ml-xs{margin-left:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:ml-xs{margin-left:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:ml-xs{margin-left:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ml-xs{margin-left:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ml-xs{margin-left:var(--bdsSpacingXs)!important}}.ml-st{margin-left:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:ml-st{margin-left:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:ml-st{margin-left:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ml-st{margin-left:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ml-st{margin-left:var(--bdsSpacingSt)!important}}.ml-sm{margin-left:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:ml-sm{margin-left:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:ml-sm{margin-left:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ml-sm{margin-left:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ml-sm{margin-left:var(--bdsSpacingSm)!important}}.ml-md{margin-left:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:ml-md{margin-left:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:ml-md{margin-left:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ml-md{margin-left:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ml-md{margin-left:var(--bdsSpacingMd)!important}}.ml-lg{margin-left:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:ml-lg{margin-left:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:ml-lg{margin-left:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ml-lg{margin-left:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ml-lg{margin-left:var(--bdsSpacingLg)!important}}.ml-xl{margin-left:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:ml-xl{margin-left:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:ml-xl{margin-left:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ml-xl{margin-left:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ml-xl{margin-left:var(--bdsSpacingXl)!important}}.ml-xxl{margin-left:80px}@media(min-width:0)and (max-width:527px){.sm\:ml-xxl{margin-left:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:ml-xxl{margin-left:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:ml-xxl{margin-left:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ml-xxl{margin-left:80px!important}}.ml-xxxl{margin-left:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:ml-xxxl{margin-left:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:ml-xxxl{margin-left:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ml-xxxl{margin-left:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ml-xxxl{margin-left:var(--bdsSpacingXxxl)!important}}.ml-zero{margin-left:0}@media(min-width:0)and (max-width:527px){.sm\:ml-zero{margin-left:0!important}}@media(min-width:528px)and (max-width:767px){.md\:ml-zero{margin-left:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:ml-zero{margin-left:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ml-zero{margin-left:0!important}}.ml-bds-xxl{margin-left:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:ml-bds-xxl{margin-left:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:ml-bds-xxl{margin-left:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ml-bds-xxl{margin-left:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ml-bds-xxl{margin-left:var(--bdsSpacingXxl)!important}}.mt-xxxs{margin-top:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:mt-xxxs{margin-top:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:mt-xxxs{margin-top:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mt-xxxs{margin-top:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mt-xxxs{margin-top:var(--bdsSpacingXxxs)!important}}.mt-xxs{margin-top:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:mt-xxs{margin-top:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:mt-xxs{margin-top:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mt-xxs{margin-top:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mt-xxs{margin-top:var(--bdsSpacingXxs)!important}}.mt-xs{margin-top:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:mt-xs{margin-top:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:mt-xs{margin-top:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mt-xs{margin-top:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mt-xs{margin-top:var(--bdsSpacingXs)!important}}.mt-st{margin-top:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:mt-st{margin-top:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:mt-st{margin-top:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mt-st{margin-top:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mt-st{margin-top:var(--bdsSpacingSt)!important}}.mt-sm{margin-top:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:mt-sm{margin-top:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:mt-sm{margin-top:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mt-sm{margin-top:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mt-sm{margin-top:var(--bdsSpacingSm)!important}}.mt-md{margin-top:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:mt-md{margin-top:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:mt-md{margin-top:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mt-md{margin-top:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mt-md{margin-top:var(--bdsSpacingMd)!important}}.mt-lg{margin-top:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:mt-lg{margin-top:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:mt-lg{margin-top:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mt-lg{margin-top:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mt-lg{margin-top:var(--bdsSpacingLg)!important}}.mt-xl{margin-top:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:mt-xl{margin-top:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:mt-xl{margin-top:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mt-xl{margin-top:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mt-xl{margin-top:var(--bdsSpacingXl)!important}}.mt-xxl{margin-top:80px}@media(min-width:0)and (max-width:527px){.sm\:mt-xxl{margin-top:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:mt-xxl{margin-top:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:mt-xxl{margin-top:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mt-xxl{margin-top:80px!important}}.mt-xxxl{margin-top:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:mt-xxxl{margin-top:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:mt-xxxl{margin-top:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mt-xxxl{margin-top:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mt-xxxl{margin-top:var(--bdsSpacingXxxl)!important}}.mt-zero{margin-top:0}@media(min-width:0)and (max-width:527px){.sm\:mt-zero{margin-top:0!important}}@media(min-width:528px)and (max-width:767px){.md\:mt-zero{margin-top:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:mt-zero{margin-top:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mt-zero{margin-top:0!important}}.mt-bds-xxl{margin-top:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:mt-bds-xxl{margin-top:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:mt-bds-xxl{margin-top:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mt-bds-xxl{margin-top:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mt-bds-xxl{margin-top:var(--bdsSpacingXxl)!important}}.mb-xxxs{margin-bottom:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:mb-xxxs{margin-bottom:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:mb-xxxs{margin-bottom:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mb-xxxs{margin-bottom:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mb-xxxs{margin-bottom:var(--bdsSpacingXxxs)!important}}.mb-xxs{margin-bottom:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:mb-xxs{margin-bottom:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:mb-xxs{margin-bottom:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mb-xxs{margin-bottom:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mb-xxs{margin-bottom:var(--bdsSpacingXxs)!important}}.mb-xs{margin-bottom:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:mb-xs{margin-bottom:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:mb-xs{margin-bottom:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mb-xs{margin-bottom:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mb-xs{margin-bottom:var(--bdsSpacingXs)!important}}.mb-st{margin-bottom:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:mb-st{margin-bottom:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:mb-st{margin-bottom:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mb-st{margin-bottom:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mb-st{margin-bottom:var(--bdsSpacingSt)!important}}.mb-sm{margin-bottom:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:mb-sm{margin-bottom:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:mb-sm{margin-bottom:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mb-sm{margin-bottom:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mb-sm{margin-bottom:var(--bdsSpacingSm)!important}}.mb-md{margin-bottom:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:mb-md{margin-bottom:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:mb-md{margin-bottom:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mb-md{margin-bottom:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mb-md{margin-bottom:var(--bdsSpacingMd)!important}}.mb-lg{margin-bottom:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:mb-lg{margin-bottom:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:mb-lg{margin-bottom:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mb-lg{margin-bottom:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mb-lg{margin-bottom:var(--bdsSpacingLg)!important}}.mb-xl{margin-bottom:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:mb-xl{margin-bottom:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:mb-xl{margin-bottom:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mb-xl{margin-bottom:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mb-xl{margin-bottom:var(--bdsSpacingXl)!important}}.mb-xxl{margin-bottom:80px}@media(min-width:0)and (max-width:527px){.sm\:mb-xxl{margin-bottom:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:mb-xxl{margin-bottom:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:mb-xxl{margin-bottom:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mb-xxl{margin-bottom:80px!important}}.mb-xxxl{margin-bottom:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:mb-xxxl{margin-bottom:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:mb-xxxl{margin-bottom:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mb-xxxl{margin-bottom:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mb-xxxl{margin-bottom:var(--bdsSpacingXxxl)!important}}.mb-zero{margin-bottom:0}@media(min-width:0)and (max-width:527px){.sm\:mb-zero{margin-bottom:0!important}}@media(min-width:528px)and (max-width:767px){.md\:mb-zero{margin-bottom:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:mb-zero{margin-bottom:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mb-zero{margin-bottom:0!important}}.mb-bds-xxl{margin-bottom:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:mb-bds-xxl{margin-bottom:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:mb-bds-xxl{margin-bottom:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:mb-bds-xxl{margin-bottom:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:mb-bds-xxl{margin-bottom:var(--bdsSpacingXxl)!important}}.br-base{border-radius:var(--bdsCornerRadiusBase)}@media(min-width:0)and (max-width:527px){.sm\:br-base{border-radius:var(--bdsCornerRadiusBase)!important}}@media(min-width:528px)and (max-width:767px){.md\:br-base{border-radius:var(--bdsCornerRadiusBase)!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-base{border-radius:var(--bdsCornerRadiusBase)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-base{border-radius:var(--bdsCornerRadiusBase)!important}}.br-container{border-radius:var(--bdsCornerRadiusContainer)}@media(min-width:0)and (max-width:527px){.sm\:br-container{border-radius:var(--bdsCornerRadiusContainer)!important}}@media(min-width:528px)and (max-width:767px){.md\:br-container{border-radius:var(--bdsCornerRadiusContainer)!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-container{border-radius:var(--bdsCornerRadiusContainer)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-container{border-radius:var(--bdsCornerRadiusContainer)!important}}.br-container-pressed{border-radius:var(--bdsCornerRadiusContainerPressed)}@media(min-width:0)and (max-width:527px){.sm\:br-container-pressed{border-radius:var(--bdsCornerRadiusContainerPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:br-container-pressed{border-radius:var(--bdsCornerRadiusContainerPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-container-pressed{border-radius:var(--bdsCornerRadiusContainerPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-container-pressed{border-radius:var(--bdsCornerRadiusContainerPressed)!important}}.br-container-edge{border-radius:var(--bdsCornerRadiusContainerEdge)}@media(min-width:0)and (max-width:527px){.sm\:br-container-edge{border-radius:var(--bdsCornerRadiusContainerEdge)!important}}@media(min-width:528px)and (max-width:767px){.md\:br-container-edge{border-radius:var(--bdsCornerRadiusContainerEdge)!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-container-edge{border-radius:var(--bdsCornerRadiusContainerEdge)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-container-edge{border-radius:var(--bdsCornerRadiusContainerEdge)!important}}.br-media{border-radius:var(--bdsCornerRadiusMedia)}@media(min-width:0)and (max-width:527px){.sm\:br-media{border-radius:var(--bdsCornerRadiusMedia)!important}}@media(min-width:528px)and (max-width:767px){.md\:br-media{border-radius:var(--bdsCornerRadiusMedia)!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-media{border-radius:var(--bdsCornerRadiusMedia)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-media{border-radius:var(--bdsCornerRadiusMedia)!important}}.br-overlay{border-radius:var(--bdsCornerRadiusOverlay)}@media(min-width:0)and (max-width:527px){.sm\:br-overlay{border-radius:var(--bdsCornerRadiusOverlay)!important}}@media(min-width:528px)and (max-width:767px){.md\:br-overlay{border-radius:var(--bdsCornerRadiusOverlay)!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-overlay{border-radius:var(--bdsCornerRadiusOverlay)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-overlay{border-radius:var(--bdsCornerRadiusOverlay)!important}}.br-button{border-radius:var(--bdsCornerRadiusButton)}@media(min-width:0)and (max-width:527px){.sm\:br-button{border-radius:var(--bdsCornerRadiusButton)!important}}@media(min-width:528px)and (max-width:767px){.md\:br-button{border-radius:var(--bdsCornerRadiusButton)!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-button{border-radius:var(--bdsCornerRadiusButton)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-button{border-radius:var(--bdsCornerRadiusButton)!important}}.br-button-pressed{border-radius:var(--bdsCornerRadiusButtonPressed)}@media(min-width:0)and (max-width:527px){.sm\:br-button-pressed{border-radius:var(--bdsCornerRadiusButtonPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:br-button-pressed{border-radius:var(--bdsCornerRadiusButtonPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-button-pressed{border-radius:var(--bdsCornerRadiusButtonPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-button-pressed{border-radius:var(--bdsCornerRadiusButtonPressed)!important}}.br-base-pressed{border-radius:var(--bdsCornerRadiusBasePressed)}@media(min-width:0)and (max-width:527px){.sm\:br-base-pressed{border-radius:var(--bdsCornerRadiusBasePressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:br-base-pressed{border-radius:var(--bdsCornerRadiusBasePressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-base-pressed{border-radius:var(--bdsCornerRadiusBasePressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-base-pressed{border-radius:var(--bdsCornerRadiusBasePressed)!important}}.br-field{border-radius:var(--bdsCornerRadiusField)}@media(min-width:0)and (max-width:527px){.sm\:br-field{border-radius:var(--bdsCornerRadiusField)!important}}@media(min-width:528px)and (max-width:767px){.md\:br-field{border-radius:var(--bdsCornerRadiusField)!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-field{border-radius:var(--bdsCornerRadiusField)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-field{border-radius:var(--bdsCornerRadiusField)!important}}.br-field-pressed{border-radius:var(--bdsCornerRadiusFieldPressed)}@media(min-width:0)and (max-width:527px){.sm\:br-field-pressed{border-radius:var(--bdsCornerRadiusFieldPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:br-field-pressed{border-radius:var(--bdsCornerRadiusFieldPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-field-pressed{border-radius:var(--bdsCornerRadiusFieldPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-field-pressed{border-radius:var(--bdsCornerRadiusFieldPressed)!important}}.br-switch{border-radius:var(--bdsCornerRadiusSwitch)}@media(min-width:0)and (max-width:527px){.sm\:br-switch{border-radius:var(--bdsCornerRadiusSwitch)!important}}@media(min-width:528px)and (max-width:767px){.md\:br-switch{border-radius:var(--bdsCornerRadiusSwitch)!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-switch{border-radius:var(--bdsCornerRadiusSwitch)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-switch{border-radius:var(--bdsCornerRadiusSwitch)!important}}.br-pill{border-radius:var(--bdsCornerRadiusPill)}@media(min-width:0)and (max-width:527px){.sm\:br-pill{border-radius:var(--bdsCornerRadiusPill)!important}}@media(min-width:528px)and (max-width:767px){.md\:br-pill{border-radius:var(--bdsCornerRadiusPill)!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-pill{border-radius:var(--bdsCornerRadiusPill)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-pill{border-radius:var(--bdsCornerRadiusPill)!important}}.br-mini{border-radius:var(--bdsCornerRadiusMini)}@media(min-width:0)and (max-width:527px){.sm\:br-mini{border-radius:var(--bdsCornerRadiusMini)!important}}@media(min-width:528px)and (max-width:767px){.md\:br-mini{border-radius:var(--bdsCornerRadiusMini)!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-mini{border-radius:var(--bdsCornerRadiusMini)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-mini{border-radius:var(--bdsCornerRadiusMini)!important}}.br-circle{border-radius:var(--bdsCornerRadiusCircle)}@media(min-width:0)and (max-width:527px){.sm\:br-circle{border-radius:var(--bdsCornerRadiusCircle)!important}}@media(min-width:528px)and (max-width:767px){.md\:br-circle{border-radius:var(--bdsCornerRadiusCircle)!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-circle{border-radius:var(--bdsCornerRadiusCircle)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-circle{border-radius:var(--bdsCornerRadiusCircle)!important}}.br-zero{border-radius:0}@media(min-width:0)and (max-width:527px){.sm\:br-zero{border-radius:0!important}}@media(min-width:528px)and (max-width:767px){.md\:br-zero{border-radius:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-zero{border-radius:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-zero{border-radius:0!important}}.br-xxxs{border-radius:2px}@media(min-width:0)and (max-width:527px){.sm\:br-xxxs{border-radius:2px!important}}@media(min-width:528px)and (max-width:767px){.md\:br-xxxs{border-radius:2px!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-xxxs{border-radius:2px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-xxxs{border-radius:2px!important}}.br-xxs{border-radius:4px}@media(min-width:0)and (max-width:527px){.sm\:br-xxs{border-radius:4px!important}}@media(min-width:528px)and (max-width:767px){.md\:br-xxs{border-radius:4px!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-xxs{border-radius:4px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-xxs{border-radius:4px!important}}.br-xs{border-radius:8px}@media(min-width:0)and (max-width:527px){.sm\:br-xs{border-radius:8px!important}}@media(min-width:528px)and (max-width:767px){.md\:br-xs{border-radius:8px!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-xs{border-radius:8px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-xs{border-radius:8px!important}}.br-sm{border-radius:12px}@media(min-width:0)and (max-width:527px){.sm\:br-sm{border-radius:12px!important}}@media(min-width:528px)and (max-width:767px){.md\:br-sm{border-radius:12px!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-sm{border-radius:12px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-sm{border-radius:12px!important}}.br-md{border-radius:16px}@media(min-width:0)and (max-width:527px){.sm\:br-md{border-radius:16px!important}}@media(min-width:528px)and (max-width:767px){.md\:br-md{border-radius:16px!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-md{border-radius:16px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-md{border-radius:16px!important}}.br-lg{border-radius:20px}@media(min-width:0)and (max-width:527px){.sm\:br-lg{border-radius:20px!important}}@media(min-width:528px)and (max-width:767px){.md\:br-lg{border-radius:20px!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-lg{border-radius:20px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-lg{border-radius:20px!important}}.br-full{border-radius:50%}@media(min-width:0)and (max-width:527px){.sm\:br-full{border-radius:50%!important}}@media(min-width:528px)and (max-width:767px){.md\:br-full{border-radius:50%!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-full{border-radius:50%!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-full{border-radius:50%!important}}.bs-0{box-shadow:none}@media(min-width:0)and (max-width:527px){.sm\:bs-0{box-shadow:none!important}}@media(min-width:528px)and (max-width:767px){.md\:bs-0{box-shadow:none!important}}@media(min-width:768px)and (max-width:959px){.lg\:bs-0{box-shadow:none!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bs-0{box-shadow:none!important}}.bs-1{box-shadow:0 .063rem .313rem rgba(0,0,0,.15)}@media(min-width:0)and (max-width:527px){.sm\:bs-1{box-shadow:0 .063rem .313rem rgba(0,0,0,.15)!important}}@media(min-width:528px)and (max-width:767px){.md\:bs-1{box-shadow:0 .063rem .313rem rgba(0,0,0,.15)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bs-1{box-shadow:0 .063rem .313rem rgba(0,0,0,.15)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bs-1{box-shadow:0 .063rem .313rem rgba(0,0,0,.15)!important}}.bs-2{box-shadow:0 .125rem .625rem rgba(0,0,0,.12)}@media(min-width:0)and (max-width:527px){.sm\:bs-2{box-shadow:0 .125rem .625rem rgba(0,0,0,.12)!important}}@media(min-width:528px)and (max-width:767px){.md\:bs-2{box-shadow:0 .125rem .625rem rgba(0,0,0,.12)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bs-2{box-shadow:0 .125rem .625rem rgba(0,0,0,.12)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bs-2{box-shadow:0 .125rem .625rem rgba(0,0,0,.12)!important}}.bs-3{box-shadow:0 .188rem 1.25rem rgba(0,0,0,.1)}@media(min-width:0)and (max-width:527px){.sm\:bs-3{box-shadow:0 .188rem 1.25rem rgba(0,0,0,.1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bs-3{box-shadow:0 .188rem 1.25rem rgba(0,0,0,.1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bs-3{box-shadow:0 .188rem 1.25rem rgba(0,0,0,.1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bs-3{box-shadow:0 .188rem 1.25rem rgba(0,0,0,.1)!important}}.bs-4{box-shadow:0 .25rem 1.875rem rgba(0,0,0,.1)}@media(min-width:0)and (max-width:527px){.sm\:bs-4{box-shadow:0 .25rem 1.875rem rgba(0,0,0,.1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bs-4{box-shadow:0 .25rem 1.875rem rgba(0,0,0,.1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bs-4{box-shadow:0 .25rem 1.875rem rgba(0,0,0,.1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bs-4{box-shadow:0 .25rem 1.875rem rgba(0,0,0,.1)!important}}.bs-5{box-shadow:0 .25rem 1.875rem rgba(0,0,0,.1)}@media(min-width:0)and (max-width:527px){.sm\:bs-5{box-shadow:0 .25rem 1.875rem rgba(0,0,0,.1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bs-5{box-shadow:0 .25rem 1.875rem rgba(0,0,0,.1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bs-5{box-shadow:0 .25rem 1.875rem rgba(0,0,0,.1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bs-5{box-shadow:0 .25rem 1.875rem rgba(0,0,0,.1)!important}}.bs-low{box-shadow:var(--bdsElevationLow)}@media(min-width:0)and (max-width:527px){.sm\:bs-low{box-shadow:var(--bdsElevationLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bs-low{box-shadow:var(--bdsElevationLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bs-low{box-shadow:var(--bdsElevationLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bs-low{box-shadow:var(--bdsElevationLow)!important}}.bs-medium{box-shadow:var(--bdsElevationMedium)}@media(min-width:0)and (max-width:527px){.sm\:bs-medium{box-shadow:var(--bdsElevationMedium)!important}}@media(min-width:528px)and (max-width:767px){.md\:bs-medium{box-shadow:var(--bdsElevationMedium)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bs-medium{box-shadow:var(--bdsElevationMedium)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bs-medium{box-shadow:var(--bdsElevationMedium)!important}}.bs-high{box-shadow:var(--bdsElevationHigh)}@media(min-width:0)and (max-width:527px){.sm\:bs-high{box-shadow:var(--bdsElevationHigh)!important}}@media(min-width:528px)and (max-width:767px){.md\:bs-high{box-shadow:var(--bdsElevationHigh)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bs-high{box-shadow:var(--bdsElevationHigh)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bs-high{box-shadow:var(--bdsElevationHigh)!important}}.f-8{font-size:.5rem}@media(min-width:0)and (max-width:527px){.sm\:f-8{font-size:.5rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-8{font-size:.5rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-8{font-size:.5rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-8{font-size:.5rem!important}}.f-10{font-size:.625rem}@media(min-width:0)and (max-width:527px){.sm\:f-10{font-size:.625rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-10{font-size:.625rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-10{font-size:.625rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-10{font-size:.625rem!important}}.f-12{font-size:.75rem}@media(min-width:0)and (max-width:527px){.sm\:f-12{font-size:.75rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-12{font-size:.75rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-12{font-size:.75rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-12{font-size:.75rem!important}}.f-14{font-size:.875rem}@media(min-width:0)and (max-width:527px){.sm\:f-14{font-size:.875rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-14{font-size:.875rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-14{font-size:.875rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-14{font-size:.875rem!important}}.f-16{font-size:1rem}@media(min-width:0)and (max-width:527px){.sm\:f-16{font-size:1rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-16{font-size:1rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-16{font-size:1rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-16{font-size:1rem!important}}.f-18{font-size:1.125rem}@media(min-width:0)and (max-width:527px){.sm\:f-18{font-size:1.125rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-18{font-size:1.125rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-18{font-size:1.125rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-18{font-size:1.125rem!important}}.f-20{font-size:1.25rem}@media(min-width:0)and (max-width:527px){.sm\:f-20{font-size:1.25rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-20{font-size:1.25rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-20{font-size:1.25rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-20{font-size:1.25rem!important}}.f-24{font-size:1.5rem}@media(min-width:0)and (max-width:527px){.sm\:f-24{font-size:1.5rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-24{font-size:1.5rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-24{font-size:1.5rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-24{font-size:1.5rem!important}}.f-28{font-size:1.75rem}@media(min-width:0)and (max-width:527px){.sm\:f-28{font-size:1.75rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-28{font-size:1.75rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-28{font-size:1.75rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-28{font-size:1.75rem!important}}.f-32{font-size:2rem}@media(min-width:0)and (max-width:527px){.sm\:f-32{font-size:2rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-32{font-size:2rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-32{font-size:2rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-32{font-size:2rem!important}}.f-40{font-size:2.5rem}@media(min-width:0)and (max-width:527px){.sm\:f-40{font-size:2.5rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-40{font-size:2.5rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-40{font-size:2.5rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-40{font-size:2.5rem!important}}.f-80{font-size:5rem}@media(min-width:0)and (max-width:527px){.sm\:f-80{font-size:5rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-80{font-size:5rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-80{font-size:5rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-80{font-size:5rem!important}}.f-120{font-size:7.5rem}@media(min-width:0)and (max-width:527px){.sm\:f-120{font-size:7.5rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-120{font-size:7.5rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-120{font-size:7.5rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-120{font-size:7.5rem!important}}.f-160{font-size:10rem}@media(min-width:0)and (max-width:527px){.sm\:f-160{font-size:10rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-160{font-size:10rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-160{font-size:10rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-160{font-size:10rem!important}}.f-bg-large-font-size{font-size:var(--bdsTypographyBgLargeFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-bg-large-font-size{font-size:var(--bdsTypographyBgLargeFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-bg-large-font-size{font-size:var(--bdsTypographyBgLargeFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-bg-large-font-size{font-size:var(--bdsTypographyBgLargeFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-bg-large-font-size{font-size:var(--bdsTypographyBgLargeFontSize)!important}}.f-bg-medium-font-size{font-size:var(--bdsTypographyBgMediumFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-bg-medium-font-size{font-size:var(--bdsTypographyBgMediumFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-bg-medium-font-size{font-size:var(--bdsTypographyBgMediumFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-bg-medium-font-size{font-size:var(--bdsTypographyBgMediumFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-bg-medium-font-size{font-size:var(--bdsTypographyBgMediumFontSize)!important}}.f-bg-small-font-size{font-size:var(--bdsTypographyBgSmallFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-bg-small-font-size{font-size:var(--bdsTypographyBgSmallFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-bg-small-font-size{font-size:var(--bdsTypographyBgSmallFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-bg-small-font-size{font-size:var(--bdsTypographyBgSmallFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-bg-small-font-size{font-size:var(--bdsTypographyBgSmallFontSize)!important}}.f-title-xxlarge-font-size{font-size:var(--bdsTypographyTitleXxlargeFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-title-xxlarge-font-size{font-size:var(--bdsTypographyTitleXxlargeFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-title-xxlarge-font-size{font-size:var(--bdsTypographyTitleXxlargeFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-title-xxlarge-font-size{font-size:var(--bdsTypographyTitleXxlargeFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-title-xxlarge-font-size{font-size:var(--bdsTypographyTitleXxlargeFontSize)!important}}.f-title-xlarge-font-size{font-size:var(--bdsTypographyTitleXlargeFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-title-xlarge-font-size{font-size:var(--bdsTypographyTitleXlargeFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-title-xlarge-font-size{font-size:var(--bdsTypographyTitleXlargeFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-title-xlarge-font-size{font-size:var(--bdsTypographyTitleXlargeFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-title-xlarge-font-size{font-size:var(--bdsTypographyTitleXlargeFontSize)!important}}.f-title-xlarge-secondary-font-size{font-size:var(--bdsTypographyTitleXlargeSecondaryFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-title-xlarge-secondary-font-size{font-size:var(--bdsTypographyTitleXlargeSecondaryFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-title-xlarge-secondary-font-size{font-size:var(--bdsTypographyTitleXlargeSecondaryFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-title-xlarge-secondary-font-size{font-size:var(--bdsTypographyTitleXlargeSecondaryFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-title-xlarge-secondary-font-size{font-size:var(--bdsTypographyTitleXlargeSecondaryFontSize)!important}}.f-title-large-font-size{font-size:var(--bdsTypographyTitleLargeFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-title-large-font-size{font-size:var(--bdsTypographyTitleLargeFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-title-large-font-size{font-size:var(--bdsTypographyTitleLargeFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-title-large-font-size{font-size:var(--bdsTypographyTitleLargeFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-title-large-font-size{font-size:var(--bdsTypographyTitleLargeFontSize)!important}}.f-title-large-secondary-font-size{font-size:var(--bdsTypographyTitleLargeSecondaryFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-title-large-secondary-font-size{font-size:var(--bdsTypographyTitleLargeSecondaryFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-title-large-secondary-font-size{font-size:var(--bdsTypographyTitleLargeSecondaryFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-title-large-secondary-font-size{font-size:var(--bdsTypographyTitleLargeSecondaryFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-title-large-secondary-font-size{font-size:var(--bdsTypographyTitleLargeSecondaryFontSize)!important}}.f-title-medium-font-size{font-size:var(--bdsTypographyTitleMediumFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-title-medium-font-size{font-size:var(--bdsTypographyTitleMediumFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-title-medium-font-size{font-size:var(--bdsTypographyTitleMediumFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-title-medium-font-size{font-size:var(--bdsTypographyTitleMediumFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-title-medium-font-size{font-size:var(--bdsTypographyTitleMediumFontSize)!important}}.f-title-medium-secondary-font-size{font-size:var(--bdsTypographyTitleMediumSecondaryFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-title-medium-secondary-font-size{font-size:var(--bdsTypographyTitleMediumSecondaryFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-title-medium-secondary-font-size{font-size:var(--bdsTypographyTitleMediumSecondaryFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-title-medium-secondary-font-size{font-size:var(--bdsTypographyTitleMediumSecondaryFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-title-medium-secondary-font-size{font-size:var(--bdsTypographyTitleMediumSecondaryFontSize)!important}}.f-title-small-font-size{font-size:var(--bdsTypographyTitleSmallFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-title-small-font-size{font-size:var(--bdsTypographyTitleSmallFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-title-small-font-size{font-size:var(--bdsTypographyTitleSmallFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-title-small-font-size{font-size:var(--bdsTypographyTitleSmallFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-title-small-font-size{font-size:var(--bdsTypographyTitleSmallFontSize)!important}}.f-label-large-font-size{font-size:var(--bdsTypographyLabelLargeFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-label-large-font-size{font-size:var(--bdsTypographyLabelLargeFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-label-large-font-size{font-size:var(--bdsTypographyLabelLargeFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-label-large-font-size{font-size:var(--bdsTypographyLabelLargeFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-label-large-font-size{font-size:var(--bdsTypographyLabelLargeFontSize)!important}}.f-label-medium-font-size{font-size:var(--bdsTypographyLabelMediumFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-label-medium-font-size{font-size:var(--bdsTypographyLabelMediumFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-label-medium-font-size{font-size:var(--bdsTypographyLabelMediumFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-label-medium-font-size{font-size:var(--bdsTypographyLabelMediumFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-label-medium-font-size{font-size:var(--bdsTypographyLabelMediumFontSize)!important}}.f-label-small-font-size{font-size:var(--bdsTypographyLabelSmallFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-label-small-font-size{font-size:var(--bdsTypographyLabelSmallFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-label-small-font-size{font-size:var(--bdsTypographyLabelSmallFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-label-small-font-size{font-size:var(--bdsTypographyLabelSmallFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-label-small-font-size{font-size:var(--bdsTypographyLabelSmallFontSize)!important}}.f-label-small-secondary-font-size{font-size:var(--bdsTypographyLabelSmallSecondaryFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-label-small-secondary-font-size{font-size:var(--bdsTypographyLabelSmallSecondaryFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-label-small-secondary-font-size{font-size:var(--bdsTypographyLabelSmallSecondaryFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-label-small-secondary-font-size{font-size:var(--bdsTypographyLabelSmallSecondaryFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-label-small-secondary-font-size{font-size:var(--bdsTypographyLabelSmallSecondaryFontSize)!important}}.f-label-xsmall-font-size{font-size:var(--bdsTypographyLabelXsmallFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-label-xsmall-font-size{font-size:var(--bdsTypographyLabelXsmallFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-label-xsmall-font-size{font-size:var(--bdsTypographyLabelXsmallFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-label-xsmall-font-size{font-size:var(--bdsTypographyLabelXsmallFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-label-xsmall-font-size{font-size:var(--bdsTypographyLabelXsmallFontSize)!important}}.f-paragraph-medium-font-size{font-size:var(--bdsTypographyParagraphMediumFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-paragraph-medium-font-size{font-size:var(--bdsTypographyParagraphMediumFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-paragraph-medium-font-size{font-size:var(--bdsTypographyParagraphMediumFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-paragraph-medium-font-size{font-size:var(--bdsTypographyParagraphMediumFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-paragraph-medium-font-size{font-size:var(--bdsTypographyParagraphMediumFontSize)!important}}.f-paragraph-small-font-size{font-size:var(--bdsTypographyParagraphSmallFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-paragraph-small-font-size{font-size:var(--bdsTypographyParagraphSmallFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-paragraph-small-font-size{font-size:var(--bdsTypographyParagraphSmallFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-paragraph-small-font-size{font-size:var(--bdsTypographyParagraphSmallFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-paragraph-small-font-size{font-size:var(--bdsTypographyParagraphSmallFontSize)!important}}.f-paragraph-xsmall-font-size{font-size:var(--bdsTypographyParagraphXsmallFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-paragraph-xsmall-font-size{font-size:var(--bdsTypographyParagraphXsmallFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-paragraph-xsmall-font-size{font-size:var(--bdsTypographyParagraphXsmallFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-paragraph-xsmall-font-size{font-size:var(--bdsTypographyParagraphXsmallFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-paragraph-xsmall-font-size{font-size:var(--bdsTypographyParagraphXsmallFontSize)!important}}.f-paragraph-xsmall-secondary-font-size{font-size:var(--bdsTypographyParagraphXsmallSecondaryFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-paragraph-xsmall-secondary-font-size{font-size:var(--bdsTypographyParagraphXsmallSecondaryFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-paragraph-xsmall-secondary-font-size{font-size:var(--bdsTypographyParagraphXsmallSecondaryFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-paragraph-xsmall-secondary-font-size{font-size:var(--bdsTypographyParagraphXsmallSecondaryFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-paragraph-xsmall-secondary-font-size{font-size:var(--bdsTypographyParagraphXsmallSecondaryFontSize)!important}}.f-ribbon-base-font-size{font-size:var(--bdsTypographyRibbonBaseFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-ribbon-base-font-size{font-size:var(--bdsTypographyRibbonBaseFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-ribbon-base-font-size{font-size:var(--bdsTypographyRibbonBaseFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-ribbon-base-font-size{font-size:var(--bdsTypographyRibbonBaseFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-ribbon-base-font-size{font-size:var(--bdsTypographyRibbonBaseFontSize)!important}}.f-mini-base-font-size{font-size:var(--bdsTypographyMiniBaseFontSize)}@media(min-width:0)and (max-width:527px){.sm\:f-mini-base-font-size{font-size:var(--bdsTypographyMiniBaseFontSize)!important}}@media(min-width:528px)and (max-width:767px){.md\:f-mini-base-font-size{font-size:var(--bdsTypographyMiniBaseFontSize)!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-mini-base-font-size{font-size:var(--bdsTypographyMiniBaseFontSize)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-mini-base-font-size{font-size:var(--bdsTypographyMiniBaseFontSize)!important}}.fw-light{font-weight:300}@media(min-width:0)and (max-width:527px){.sm\:fw-light{font-weight:300!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-light{font-weight:300!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-light{font-weight:300!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-light{font-weight:300!important}}.fw-normal{font-weight:500}@media(min-width:0)and (max-width:527px){.sm\:fw-normal{font-weight:500!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-normal{font-weight:500!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-normal{font-weight:500!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-normal{font-weight:500!important}}.fw-bold{font-weight:700}@media(min-width:0)and (max-width:527px){.sm\:fw-bold{font-weight:700!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-bold{font-weight:700!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-bold{font-weight:700!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-bold{font-weight:700!important}}.fw-semi-bold{font-weight:600}@media(min-width:0)and (max-width:527px){.sm\:fw-semi-bold{font-weight:600!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-semi-bold{font-weight:600!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-semi-bold{font-weight:600!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-semi-bold{font-weight:600!important}}.fw-bg-large-font-weight{font-weight:var(--bdsTypographyBgLargeFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-bg-large-font-weight{font-weight:var(--bdsTypographyBgLargeFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-bg-large-font-weight{font-weight:var(--bdsTypographyBgLargeFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-bg-large-font-weight{font-weight:var(--bdsTypographyBgLargeFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-bg-large-font-weight{font-weight:var(--bdsTypographyBgLargeFontWeight)!important}}.fw-bg-medium-font-weight{font-weight:var(--bdsTypographyBgMediumFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-bg-medium-font-weight{font-weight:var(--bdsTypographyBgMediumFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-bg-medium-font-weight{font-weight:var(--bdsTypographyBgMediumFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-bg-medium-font-weight{font-weight:var(--bdsTypographyBgMediumFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-bg-medium-font-weight{font-weight:var(--bdsTypographyBgMediumFontWeight)!important}}.fw-bg-small-font-weight{font-weight:var(--bdsTypographyBgSmallFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-bg-small-font-weight{font-weight:var(--bdsTypographyBgSmallFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-bg-small-font-weight{font-weight:var(--bdsTypographyBgSmallFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-bg-small-font-weight{font-weight:var(--bdsTypographyBgSmallFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-bg-small-font-weight{font-weight:var(--bdsTypographyBgSmallFontWeight)!important}}.fw-title-xxlarge-font-weight{font-weight:var(--bdsTypographyTitleXxlargeFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-title-xxlarge-font-weight{font-weight:var(--bdsTypographyTitleXxlargeFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-title-xxlarge-font-weight{font-weight:var(--bdsTypographyTitleXxlargeFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-title-xxlarge-font-weight{font-weight:var(--bdsTypographyTitleXxlargeFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-title-xxlarge-font-weight{font-weight:var(--bdsTypographyTitleXxlargeFontWeight)!important}}.fw-title-xlarge-font-weight{font-weight:var(--bdsTypographyTitleXlargeFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-title-xlarge-font-weight{font-weight:var(--bdsTypographyTitleXlargeFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-title-xlarge-font-weight{font-weight:var(--bdsTypographyTitleXlargeFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-title-xlarge-font-weight{font-weight:var(--bdsTypographyTitleXlargeFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-title-xlarge-font-weight{font-weight:var(--bdsTypographyTitleXlargeFontWeight)!important}}.fw-title-xlarge-secondary-font-weight{font-weight:var(--bdsTypographyTitleXlargeSecondaryFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-title-xlarge-secondary-font-weight{font-weight:var(--bdsTypographyTitleXlargeSecondaryFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-title-xlarge-secondary-font-weight{font-weight:var(--bdsTypographyTitleXlargeSecondaryFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-title-xlarge-secondary-font-weight{font-weight:var(--bdsTypographyTitleXlargeSecondaryFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-title-xlarge-secondary-font-weight{font-weight:var(--bdsTypographyTitleXlargeSecondaryFontWeight)!important}}.fw-title-large-font-weight{font-weight:var(--bdsTypographyTitleLargeFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-title-large-font-weight{font-weight:var(--bdsTypographyTitleLargeFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-title-large-font-weight{font-weight:var(--bdsTypographyTitleLargeFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-title-large-font-weight{font-weight:var(--bdsTypographyTitleLargeFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-title-large-font-weight{font-weight:var(--bdsTypographyTitleLargeFontWeight)!important}}.fw-title-large-secondary-font-weight{font-weight:var(--bdsTypographyTitleLargeSecondaryFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-title-large-secondary-font-weight{font-weight:var(--bdsTypographyTitleLargeSecondaryFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-title-large-secondary-font-weight{font-weight:var(--bdsTypographyTitleLargeSecondaryFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-title-large-secondary-font-weight{font-weight:var(--bdsTypographyTitleLargeSecondaryFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-title-large-secondary-font-weight{font-weight:var(--bdsTypographyTitleLargeSecondaryFontWeight)!important}}.fw-title-medium-font-weight{font-weight:var(--bdsTypographyTitleMediumFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-title-medium-font-weight{font-weight:var(--bdsTypographyTitleMediumFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-title-medium-font-weight{font-weight:var(--bdsTypographyTitleMediumFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-title-medium-font-weight{font-weight:var(--bdsTypographyTitleMediumFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-title-medium-font-weight{font-weight:var(--bdsTypographyTitleMediumFontWeight)!important}}.fw-title-medium-secondary-font-weight{font-weight:var(--bdsTypographyTitleMediumSecondaryFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-title-medium-secondary-font-weight{font-weight:var(--bdsTypographyTitleMediumSecondaryFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-title-medium-secondary-font-weight{font-weight:var(--bdsTypographyTitleMediumSecondaryFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-title-medium-secondary-font-weight{font-weight:var(--bdsTypographyTitleMediumSecondaryFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-title-medium-secondary-font-weight{font-weight:var(--bdsTypographyTitleMediumSecondaryFontWeight)!important}}.fw-title-small-font-weight{font-weight:var(--bdsTypographyTitleSmallFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-title-small-font-weight{font-weight:var(--bdsTypographyTitleSmallFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-title-small-font-weight{font-weight:var(--bdsTypographyTitleSmallFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-title-small-font-weight{font-weight:var(--bdsTypographyTitleSmallFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-title-small-font-weight{font-weight:var(--bdsTypographyTitleSmallFontWeight)!important}}.fw-label-large-font-weight{font-weight:var(--bdsTypographyLabelLargeFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-label-large-font-weight{font-weight:var(--bdsTypographyLabelLargeFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-label-large-font-weight{font-weight:var(--bdsTypographyLabelLargeFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-label-large-font-weight{font-weight:var(--bdsTypographyLabelLargeFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-label-large-font-weight{font-weight:var(--bdsTypographyLabelLargeFontWeight)!important}}.fw-label-medium-font-weight{font-weight:var(--bdsTypographyLabelMediumFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-label-medium-font-weight{font-weight:var(--bdsTypographyLabelMediumFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-label-medium-font-weight{font-weight:var(--bdsTypographyLabelMediumFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-label-medium-font-weight{font-weight:var(--bdsTypographyLabelMediumFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-label-medium-font-weight{font-weight:var(--bdsTypographyLabelMediumFontWeight)!important}}.fw-label-small-font-weight{font-weight:var(--bdsTypographyLabelSmallFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-label-small-font-weight{font-weight:var(--bdsTypographyLabelSmallFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-label-small-font-weight{font-weight:var(--bdsTypographyLabelSmallFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-label-small-font-weight{font-weight:var(--bdsTypographyLabelSmallFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-label-small-font-weight{font-weight:var(--bdsTypographyLabelSmallFontWeight)!important}}.fw-label-small-secondary-font-weight{font-weight:var(--bdsTypographyLabelSmallSecondaryFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-label-small-secondary-font-weight{font-weight:var(--bdsTypographyLabelSmallSecondaryFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-label-small-secondary-font-weight{font-weight:var(--bdsTypographyLabelSmallSecondaryFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-label-small-secondary-font-weight{font-weight:var(--bdsTypographyLabelSmallSecondaryFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-label-small-secondary-font-weight{font-weight:var(--bdsTypographyLabelSmallSecondaryFontWeight)!important}}.fw-label-xsmall-font-weight{font-weight:var(--bdsTypographyLabelXsmallFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-label-xsmall-font-weight{font-weight:var(--bdsTypographyLabelXsmallFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-label-xsmall-font-weight{font-weight:var(--bdsTypographyLabelXsmallFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-label-xsmall-font-weight{font-weight:var(--bdsTypographyLabelXsmallFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-label-xsmall-font-weight{font-weight:var(--bdsTypographyLabelXsmallFontWeight)!important}}.fw-paragraph-medium-font-weight{font-weight:var(--bdsTypographyParagraphMediumFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-paragraph-medium-font-weight{font-weight:var(--bdsTypographyParagraphMediumFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-paragraph-medium-font-weight{font-weight:var(--bdsTypographyParagraphMediumFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-paragraph-medium-font-weight{font-weight:var(--bdsTypographyParagraphMediumFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-paragraph-medium-font-weight{font-weight:var(--bdsTypographyParagraphMediumFontWeight)!important}}.fw-paragraph-small-font-weight{font-weight:var(--bdsTypographyParagraphSmallFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-paragraph-small-font-weight{font-weight:var(--bdsTypographyParagraphSmallFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-paragraph-small-font-weight{font-weight:var(--bdsTypographyParagraphSmallFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-paragraph-small-font-weight{font-weight:var(--bdsTypographyParagraphSmallFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-paragraph-small-font-weight{font-weight:var(--bdsTypographyParagraphSmallFontWeight)!important}}.fw-paragraph-xsmall-font-weight{font-weight:var(--bdsTypographyParagraphXsmallFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-paragraph-xsmall-font-weight{font-weight:var(--bdsTypographyParagraphXsmallFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-paragraph-xsmall-font-weight{font-weight:var(--bdsTypographyParagraphXsmallFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-paragraph-xsmall-font-weight{font-weight:var(--bdsTypographyParagraphXsmallFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-paragraph-xsmall-font-weight{font-weight:var(--bdsTypographyParagraphXsmallFontWeight)!important}}.fw-paragraph-xsmall-secondary-font-weight{font-weight:var(--bdsTypographyParagraphXsmallSecondaryFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-paragraph-xsmall-secondary-font-weight{font-weight:var(--bdsTypographyParagraphXsmallSecondaryFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-paragraph-xsmall-secondary-font-weight{font-weight:var(--bdsTypographyParagraphXsmallSecondaryFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-paragraph-xsmall-secondary-font-weight{font-weight:var(--bdsTypographyParagraphXsmallSecondaryFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-paragraph-xsmall-secondary-font-weight{font-weight:var(--bdsTypographyParagraphXsmallSecondaryFontWeight)!important}}.fw-ribbon-base-font-weight{font-weight:var(--bdsTypographyRibbonBaseFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-ribbon-base-font-weight{font-weight:var(--bdsTypographyRibbonBaseFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-ribbon-base-font-weight{font-weight:var(--bdsTypographyRibbonBaseFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-ribbon-base-font-weight{font-weight:var(--bdsTypographyRibbonBaseFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-ribbon-base-font-weight{font-weight:var(--bdsTypographyRibbonBaseFontWeight)!important}}.fw-mini-base-font-weight{font-weight:var(--bdsTypographyMiniBaseFontWeight)}@media(min-width:0)and (max-width:527px){.sm\:fw-mini-base-font-weight{font-weight:var(--bdsTypographyMiniBaseFontWeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-mini-base-font-weight{font-weight:var(--bdsTypographyMiniBaseFontWeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-mini-base-font-weight{font-weight:var(--bdsTypographyMiniBaseFontWeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-mini-base-font-weight{font-weight:var(--bdsTypographyMiniBaseFontWeight)!important}}.lh-reset{line-height:1}@media(min-width:0)and (max-width:527px){.sm\:lh-reset{line-height:1!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-reset{line-height:1!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-reset{line-height:1!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-reset{line-height:1!important}}.lh-regular{line-height:1.25}@media(min-width:0)and (max-width:527px){.sm\:lh-regular{line-height:1.25!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-regular{line-height:1.25!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-regular{line-height:1.25!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-regular{line-height:1.25!important}}.lh-spacious{line-height:1.5}@media(min-width:0)and (max-width:527px){.sm\:lh-spacious{line-height:1.5!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-spacious{line-height:1.5!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-spacious{line-height:1.5!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-spacious{line-height:1.5!important}}.lh-bg-large-line-height{line-height:var(--bdsTypographyBgLargeLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-bg-large-line-height{line-height:var(--bdsTypographyBgLargeLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-bg-large-line-height{line-height:var(--bdsTypographyBgLargeLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-bg-large-line-height{line-height:var(--bdsTypographyBgLargeLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-bg-large-line-height{line-height:var(--bdsTypographyBgLargeLineHeight)!important}}.lh-bg-medium-line-height{line-height:var(--bdsTypographyBgMediumLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-bg-medium-line-height{line-height:var(--bdsTypographyBgMediumLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-bg-medium-line-height{line-height:var(--bdsTypographyBgMediumLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-bg-medium-line-height{line-height:var(--bdsTypographyBgMediumLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-bg-medium-line-height{line-height:var(--bdsTypographyBgMediumLineHeight)!important}}.lh-bg-small-line-height{line-height:var(--bdsTypographyBgSmallLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-bg-small-line-height{line-height:var(--bdsTypographyBgSmallLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-bg-small-line-height{line-height:var(--bdsTypographyBgSmallLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-bg-small-line-height{line-height:var(--bdsTypographyBgSmallLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-bg-small-line-height{line-height:var(--bdsTypographyBgSmallLineHeight)!important}}.lh-title-xxlarge-line-height{line-height:var(--bdsTypographyTitleXxlargeLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-title-xxlarge-line-height{line-height:var(--bdsTypographyTitleXxlargeLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-title-xxlarge-line-height{line-height:var(--bdsTypographyTitleXxlargeLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-title-xxlarge-line-height{line-height:var(--bdsTypographyTitleXxlargeLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-title-xxlarge-line-height{line-height:var(--bdsTypographyTitleXxlargeLineHeight)!important}}.lh-title-xlarge-line-height{line-height:var(--bdsTypographyTitleXlargeLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-title-xlarge-line-height{line-height:var(--bdsTypographyTitleXlargeLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-title-xlarge-line-height{line-height:var(--bdsTypographyTitleXlargeLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-title-xlarge-line-height{line-height:var(--bdsTypographyTitleXlargeLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-title-xlarge-line-height{line-height:var(--bdsTypographyTitleXlargeLineHeight)!important}}.lh-title-xlarge-secondary-line-height{line-height:var(--bdsTypographyTitleXlargeSecondaryLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-title-xlarge-secondary-line-height{line-height:var(--bdsTypographyTitleXlargeSecondaryLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-title-xlarge-secondary-line-height{line-height:var(--bdsTypographyTitleXlargeSecondaryLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-title-xlarge-secondary-line-height{line-height:var(--bdsTypographyTitleXlargeSecondaryLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-title-xlarge-secondary-line-height{line-height:var(--bdsTypographyTitleXlargeSecondaryLineHeight)!important}}.lh-title-large-line-height{line-height:var(--bdsTypographyTitleLargeLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-title-large-line-height{line-height:var(--bdsTypographyTitleLargeLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-title-large-line-height{line-height:var(--bdsTypographyTitleLargeLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-title-large-line-height{line-height:var(--bdsTypographyTitleLargeLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-title-large-line-height{line-height:var(--bdsTypographyTitleLargeLineHeight)!important}}.lh-title-large-secondary-line-height{line-height:var(--bdsTypographyTitleLargeSecondaryLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-title-large-secondary-line-height{line-height:var(--bdsTypographyTitleLargeSecondaryLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-title-large-secondary-line-height{line-height:var(--bdsTypographyTitleLargeSecondaryLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-title-large-secondary-line-height{line-height:var(--bdsTypographyTitleLargeSecondaryLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-title-large-secondary-line-height{line-height:var(--bdsTypographyTitleLargeSecondaryLineHeight)!important}}.lh-title-medium-line-height{line-height:var(--bdsTypographyTitleMediumLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-title-medium-line-height{line-height:var(--bdsTypographyTitleMediumLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-title-medium-line-height{line-height:var(--bdsTypographyTitleMediumLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-title-medium-line-height{line-height:var(--bdsTypographyTitleMediumLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-title-medium-line-height{line-height:var(--bdsTypographyTitleMediumLineHeight)!important}}.lh-title-medium-secondary-line-height{line-height:var(--bdsTypographyTitleMediumSecondaryLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-title-medium-secondary-line-height{line-height:var(--bdsTypographyTitleMediumSecondaryLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-title-medium-secondary-line-height{line-height:var(--bdsTypographyTitleMediumSecondaryLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-title-medium-secondary-line-height{line-height:var(--bdsTypographyTitleMediumSecondaryLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-title-medium-secondary-line-height{line-height:var(--bdsTypographyTitleMediumSecondaryLineHeight)!important}}.lh-title-small-line-height{line-height:var(--bdsTypographyTitleSmallLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-title-small-line-height{line-height:var(--bdsTypographyTitleSmallLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-title-small-line-height{line-height:var(--bdsTypographyTitleSmallLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-title-small-line-height{line-height:var(--bdsTypographyTitleSmallLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-title-small-line-height{line-height:var(--bdsTypographyTitleSmallLineHeight)!important}}.lh-label-large-line-height{line-height:var(--bdsTypographyLabelLargeLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-label-large-line-height{line-height:var(--bdsTypographyLabelLargeLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-label-large-line-height{line-height:var(--bdsTypographyLabelLargeLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-label-large-line-height{line-height:var(--bdsTypographyLabelLargeLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-label-large-line-height{line-height:var(--bdsTypographyLabelLargeLineHeight)!important}}.lh-label-medium-line-height{line-height:var(--bdsTypographyLabelMediumLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-label-medium-line-height{line-height:var(--bdsTypographyLabelMediumLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-label-medium-line-height{line-height:var(--bdsTypographyLabelMediumLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-label-medium-line-height{line-height:var(--bdsTypographyLabelMediumLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-label-medium-line-height{line-height:var(--bdsTypographyLabelMediumLineHeight)!important}}.lh-label-small-line-height{line-height:var(--bdsTypographyLabelSmallLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-label-small-line-height{line-height:var(--bdsTypographyLabelSmallLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-label-small-line-height{line-height:var(--bdsTypographyLabelSmallLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-label-small-line-height{line-height:var(--bdsTypographyLabelSmallLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-label-small-line-height{line-height:var(--bdsTypographyLabelSmallLineHeight)!important}}.lh-label-small-secondary-line-height{line-height:var(--bdsTypographyLabelSmallSecondaryLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-label-small-secondary-line-height{line-height:var(--bdsTypographyLabelSmallSecondaryLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-label-small-secondary-line-height{line-height:var(--bdsTypographyLabelSmallSecondaryLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-label-small-secondary-line-height{line-height:var(--bdsTypographyLabelSmallSecondaryLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-label-small-secondary-line-height{line-height:var(--bdsTypographyLabelSmallSecondaryLineHeight)!important}}.lh-label-xsmall-line-height{line-height:var(--bdsTypographyLabelXsmallLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-label-xsmall-line-height{line-height:var(--bdsTypographyLabelXsmallLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-label-xsmall-line-height{line-height:var(--bdsTypographyLabelXsmallLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-label-xsmall-line-height{line-height:var(--bdsTypographyLabelXsmallLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-label-xsmall-line-height{line-height:var(--bdsTypographyLabelXsmallLineHeight)!important}}.lh-paragraph-medium-line-height{line-height:var(--bdsTypographyParagraphMediumLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-paragraph-medium-line-height{line-height:var(--bdsTypographyParagraphMediumLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-paragraph-medium-line-height{line-height:var(--bdsTypographyParagraphMediumLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-paragraph-medium-line-height{line-height:var(--bdsTypographyParagraphMediumLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-paragraph-medium-line-height{line-height:var(--bdsTypographyParagraphMediumLineHeight)!important}}.lh-paragraph-small-line-height{line-height:var(--bdsTypographyParagraphSmallLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-paragraph-small-line-height{line-height:var(--bdsTypographyParagraphSmallLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-paragraph-small-line-height{line-height:var(--bdsTypographyParagraphSmallLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-paragraph-small-line-height{line-height:var(--bdsTypographyParagraphSmallLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-paragraph-small-line-height{line-height:var(--bdsTypographyParagraphSmallLineHeight)!important}}.lh-paragraph-xsmall-line-height{line-height:var(--bdsTypographyParagraphXsmallLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-paragraph-xsmall-line-height{line-height:var(--bdsTypographyParagraphXsmallLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-paragraph-xsmall-line-height{line-height:var(--bdsTypographyParagraphXsmallLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-paragraph-xsmall-line-height{line-height:var(--bdsTypographyParagraphXsmallLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-paragraph-xsmall-line-height{line-height:var(--bdsTypographyParagraphXsmallLineHeight)!important}}.lh-paragraph-xsmall-secondary-line-height{line-height:var(--bdsTypographyParagraphXsmallSecondaryLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-paragraph-xsmall-secondary-line-height{line-height:var(--bdsTypographyParagraphXsmallSecondaryLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-paragraph-xsmall-secondary-line-height{line-height:var(--bdsTypographyParagraphXsmallSecondaryLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-paragraph-xsmall-secondary-line-height{line-height:var(--bdsTypographyParagraphXsmallSecondaryLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-paragraph-xsmall-secondary-line-height{line-height:var(--bdsTypographyParagraphXsmallSecondaryLineHeight)!important}}.lh-ribbon-base-line-height{line-height:var(--bdsTypographyRibbonBaseLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-ribbon-base-line-height{line-height:var(--bdsTypographyRibbonBaseLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-ribbon-base-line-height{line-height:var(--bdsTypographyRibbonBaseLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-ribbon-base-line-height{line-height:var(--bdsTypographyRibbonBaseLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-ribbon-base-line-height{line-height:var(--bdsTypographyRibbonBaseLineHeight)!important}}.lh-mini-base-line-height{line-height:var(--bdsTypographyMiniBaseLineHeight)}@media(min-width:0)and (max-width:527px){.sm\:lh-mini-base-line-height{line-height:var(--bdsTypographyMiniBaseLineHeight)!important}}@media(min-width:528px)and (max-width:767px){.md\:lh-mini-base-line-height{line-height:var(--bdsTypographyMiniBaseLineHeight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:lh-mini-base-line-height{line-height:var(--bdsTypographyMiniBaseLineHeight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:lh-mini-base-line-height{line-height:var(--bdsTypographyMiniBaseLineHeight)!important}}.ff-bg-large-font-family{font-family:var(--bdsTypographyBgLargeFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-bg-large-font-family{font-family:var(--bdsTypographyBgLargeFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-bg-large-font-family{font-family:var(--bdsTypographyBgLargeFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-bg-large-font-family{font-family:var(--bdsTypographyBgLargeFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-bg-large-font-family{font-family:var(--bdsTypographyBgLargeFontFamily)!important}}.ff-bg-medium-font-family{font-family:var(--bdsTypographyBgMediumFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-bg-medium-font-family{font-family:var(--bdsTypographyBgMediumFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-bg-medium-font-family{font-family:var(--bdsTypographyBgMediumFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-bg-medium-font-family{font-family:var(--bdsTypographyBgMediumFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-bg-medium-font-family{font-family:var(--bdsTypographyBgMediumFontFamily)!important}}.ff-bg-small-font-family{font-family:var(--bdsTypographyBgSmallFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-bg-small-font-family{font-family:var(--bdsTypographyBgSmallFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-bg-small-font-family{font-family:var(--bdsTypographyBgSmallFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-bg-small-font-family{font-family:var(--bdsTypographyBgSmallFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-bg-small-font-family{font-family:var(--bdsTypographyBgSmallFontFamily)!important}}.ff-title-xxlarge-font-family{font-family:var(--bdsTypographyTitleXxlargeFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-title-xxlarge-font-family{font-family:var(--bdsTypographyTitleXxlargeFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-title-xxlarge-font-family{font-family:var(--bdsTypographyTitleXxlargeFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-title-xxlarge-font-family{font-family:var(--bdsTypographyTitleXxlargeFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-title-xxlarge-font-family{font-family:var(--bdsTypographyTitleXxlargeFontFamily)!important}}.ff-title-xlarge-font-family{font-family:var(--bdsTypographyTitleXlargeFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-title-xlarge-font-family{font-family:var(--bdsTypographyTitleXlargeFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-title-xlarge-font-family{font-family:var(--bdsTypographyTitleXlargeFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-title-xlarge-font-family{font-family:var(--bdsTypographyTitleXlargeFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-title-xlarge-font-family{font-family:var(--bdsTypographyTitleXlargeFontFamily)!important}}.ff-title-xlarge-secondary-font-family{font-family:var(--bdsTypographyTitleXlargeSecondaryFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-title-xlarge-secondary-font-family{font-family:var(--bdsTypographyTitleXlargeSecondaryFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-title-xlarge-secondary-font-family{font-family:var(--bdsTypographyTitleXlargeSecondaryFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-title-xlarge-secondary-font-family{font-family:var(--bdsTypographyTitleXlargeSecondaryFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-title-xlarge-secondary-font-family{font-family:var(--bdsTypographyTitleXlargeSecondaryFontFamily)!important}}.ff-title-large-font-family{font-family:var(--bdsTypographyTitleLargeFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-title-large-font-family{font-family:var(--bdsTypographyTitleLargeFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-title-large-font-family{font-family:var(--bdsTypographyTitleLargeFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-title-large-font-family{font-family:var(--bdsTypographyTitleLargeFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-title-large-font-family{font-family:var(--bdsTypographyTitleLargeFontFamily)!important}}.ff-title-large-secondary-font-family{font-family:var(--bdsTypographyTitleLargeSecondaryFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-title-large-secondary-font-family{font-family:var(--bdsTypographyTitleLargeSecondaryFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-title-large-secondary-font-family{font-family:var(--bdsTypographyTitleLargeSecondaryFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-title-large-secondary-font-family{font-family:var(--bdsTypographyTitleLargeSecondaryFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-title-large-secondary-font-family{font-family:var(--bdsTypographyTitleLargeSecondaryFontFamily)!important}}.ff-title-medium-font-family{font-family:var(--bdsTypographyTitleMediumFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-title-medium-font-family{font-family:var(--bdsTypographyTitleMediumFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-title-medium-font-family{font-family:var(--bdsTypographyTitleMediumFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-title-medium-font-family{font-family:var(--bdsTypographyTitleMediumFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-title-medium-font-family{font-family:var(--bdsTypographyTitleMediumFontFamily)!important}}.ff-title-medium-secondary-font-family{font-family:var(--bdsTypographyTitleMediumSecondaryFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-title-medium-secondary-font-family{font-family:var(--bdsTypographyTitleMediumSecondaryFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-title-medium-secondary-font-family{font-family:var(--bdsTypographyTitleMediumSecondaryFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-title-medium-secondary-font-family{font-family:var(--bdsTypographyTitleMediumSecondaryFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-title-medium-secondary-font-family{font-family:var(--bdsTypographyTitleMediumSecondaryFontFamily)!important}}.ff-title-small-font-family{font-family:var(--bdsTypographyTitleSmallFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-title-small-font-family{font-family:var(--bdsTypographyTitleSmallFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-title-small-font-family{font-family:var(--bdsTypographyTitleSmallFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-title-small-font-family{font-family:var(--bdsTypographyTitleSmallFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-title-small-font-family{font-family:var(--bdsTypographyTitleSmallFontFamily)!important}}.ff-label-large-font-family{font-family:var(--bdsTypographyLabelLargeFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-label-large-font-family{font-family:var(--bdsTypographyLabelLargeFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-label-large-font-family{font-family:var(--bdsTypographyLabelLargeFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-label-large-font-family{font-family:var(--bdsTypographyLabelLargeFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-label-large-font-family{font-family:var(--bdsTypographyLabelLargeFontFamily)!important}}.ff-label-medium-font-family{font-family:var(--bdsTypographyLabelMediumFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-label-medium-font-family{font-family:var(--bdsTypographyLabelMediumFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-label-medium-font-family{font-family:var(--bdsTypographyLabelMediumFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-label-medium-font-family{font-family:var(--bdsTypographyLabelMediumFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-label-medium-font-family{font-family:var(--bdsTypographyLabelMediumFontFamily)!important}}.ff-label-small-font-family{font-family:var(--bdsTypographyLabelSmallFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-label-small-font-family{font-family:var(--bdsTypographyLabelSmallFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-label-small-font-family{font-family:var(--bdsTypographyLabelSmallFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-label-small-font-family{font-family:var(--bdsTypographyLabelSmallFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-label-small-font-family{font-family:var(--bdsTypographyLabelSmallFontFamily)!important}}.ff-label-small-secondary-font-family{font-family:var(--bdsTypographyLabelSmallSecondaryFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-label-small-secondary-font-family{font-family:var(--bdsTypographyLabelSmallSecondaryFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-label-small-secondary-font-family{font-family:var(--bdsTypographyLabelSmallSecondaryFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-label-small-secondary-font-family{font-family:var(--bdsTypographyLabelSmallSecondaryFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-label-small-secondary-font-family{font-family:var(--bdsTypographyLabelSmallSecondaryFontFamily)!important}}.ff-label-xsmall-font-family{font-family:var(--bdsTypographyLabelXsmallFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-label-xsmall-font-family{font-family:var(--bdsTypographyLabelXsmallFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-label-xsmall-font-family{font-family:var(--bdsTypographyLabelXsmallFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-label-xsmall-font-family{font-family:var(--bdsTypographyLabelXsmallFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-label-xsmall-font-family{font-family:var(--bdsTypographyLabelXsmallFontFamily)!important}}.ff-paragraph-medium-font-family{font-family:var(--bdsTypographyParagraphMediumFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-paragraph-medium-font-family{font-family:var(--bdsTypographyParagraphMediumFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-paragraph-medium-font-family{font-family:var(--bdsTypographyParagraphMediumFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-paragraph-medium-font-family{font-family:var(--bdsTypographyParagraphMediumFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-paragraph-medium-font-family{font-family:var(--bdsTypographyParagraphMediumFontFamily)!important}}.ff-paragraph-small-font-family{font-family:var(--bdsTypographyParagraphSmallFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-paragraph-small-font-family{font-family:var(--bdsTypographyParagraphSmallFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-paragraph-small-font-family{font-family:var(--bdsTypographyParagraphSmallFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-paragraph-small-font-family{font-family:var(--bdsTypographyParagraphSmallFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-paragraph-small-font-family{font-family:var(--bdsTypographyParagraphSmallFontFamily)!important}}.ff-paragraph-xsmall-font-family{font-family:var(--bdsTypographyParagraphXsmallFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-paragraph-xsmall-font-family{font-family:var(--bdsTypographyParagraphXsmallFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-paragraph-xsmall-font-family{font-family:var(--bdsTypographyParagraphXsmallFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-paragraph-xsmall-font-family{font-family:var(--bdsTypographyParagraphXsmallFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-paragraph-xsmall-font-family{font-family:var(--bdsTypographyParagraphXsmallFontFamily)!important}}.ff-paragraph-xsmall-secondary-font-family{font-family:var(--bdsTypographyParagraphXsmallSecondaryFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-paragraph-xsmall-secondary-font-family{font-family:var(--bdsTypographyParagraphXsmallSecondaryFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-paragraph-xsmall-secondary-font-family{font-family:var(--bdsTypographyParagraphXsmallSecondaryFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-paragraph-xsmall-secondary-font-family{font-family:var(--bdsTypographyParagraphXsmallSecondaryFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-paragraph-xsmall-secondary-font-family{font-family:var(--bdsTypographyParagraphXsmallSecondaryFontFamily)!important}}.ff-ribbon-base-font-family{font-family:var(--bdsTypographyRibbonBaseFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-ribbon-base-font-family{font-family:var(--bdsTypographyRibbonBaseFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-ribbon-base-font-family{font-family:var(--bdsTypographyRibbonBaseFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-ribbon-base-font-family{font-family:var(--bdsTypographyRibbonBaseFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-ribbon-base-font-family{font-family:var(--bdsTypographyRibbonBaseFontFamily)!important}}.ff-mini-base-font-family{font-family:var(--bdsTypographyMiniBaseFontFamily)}@media(min-width:0)and (max-width:527px){.sm\:ff-mini-base-font-family{font-family:var(--bdsTypographyMiniBaseFontFamily)!important}}@media(min-width:528px)and (max-width:767px){.md\:ff-mini-base-font-family{font-family:var(--bdsTypographyMiniBaseFontFamily)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ff-mini-base-font-family{font-family:var(--bdsTypographyMiniBaseFontFamily)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ff-mini-base-font-family{font-family:var(--bdsTypographyMiniBaseFontFamily)!important}}.ffs-title-xxlarge-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleXxlargeFontFeatureSettings)}@media(min-width:0)and (max-width:527px){.sm\:ffs-title-xxlarge-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleXxlargeFontFeatureSettings)!important}}@media(min-width:528px)and (max-width:767px){.md\:ffs-title-xxlarge-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleXxlargeFontFeatureSettings)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ffs-title-xxlarge-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleXxlargeFontFeatureSettings)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ffs-title-xxlarge-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleXxlargeFontFeatureSettings)!important}}.ffs-title-xlarge-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleXlargeFontFeatureSettings)}@media(min-width:0)and (max-width:527px){.sm\:ffs-title-xlarge-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleXlargeFontFeatureSettings)!important}}@media(min-width:528px)and (max-width:767px){.md\:ffs-title-xlarge-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleXlargeFontFeatureSettings)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ffs-title-xlarge-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleXlargeFontFeatureSettings)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ffs-title-xlarge-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleXlargeFontFeatureSettings)!important}}.ffs-title-xlarge-secondary-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleXlargeSecondaryFontFeatureSettings)}@media(min-width:0)and (max-width:527px){.sm\:ffs-title-xlarge-secondary-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleXlargeSecondaryFontFeatureSettings)!important}}@media(min-width:528px)and (max-width:767px){.md\:ffs-title-xlarge-secondary-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleXlargeSecondaryFontFeatureSettings)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ffs-title-xlarge-secondary-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleXlargeSecondaryFontFeatureSettings)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ffs-title-xlarge-secondary-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleXlargeSecondaryFontFeatureSettings)!important}}.ffs-title-large-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleLargeFontFeatureSettings)}@media(min-width:0)and (max-width:527px){.sm\:ffs-title-large-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleLargeFontFeatureSettings)!important}}@media(min-width:528px)and (max-width:767px){.md\:ffs-title-large-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleLargeFontFeatureSettings)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ffs-title-large-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleLargeFontFeatureSettings)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ffs-title-large-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleLargeFontFeatureSettings)!important}}.ffs-title-large-secondary-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleLargeSecondaryFontFeatureSettings)}@media(min-width:0)and (max-width:527px){.sm\:ffs-title-large-secondary-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleLargeSecondaryFontFeatureSettings)!important}}@media(min-width:528px)and (max-width:767px){.md\:ffs-title-large-secondary-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleLargeSecondaryFontFeatureSettings)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ffs-title-large-secondary-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleLargeSecondaryFontFeatureSettings)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ffs-title-large-secondary-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleLargeSecondaryFontFeatureSettings)!important}}.ffs-title-medium-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleMediumFontFeatureSettings)}@media(min-width:0)and (max-width:527px){.sm\:ffs-title-medium-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleMediumFontFeatureSettings)!important}}@media(min-width:528px)and (max-width:767px){.md\:ffs-title-medium-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleMediumFontFeatureSettings)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ffs-title-medium-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleMediumFontFeatureSettings)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ffs-title-medium-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleMediumFontFeatureSettings)!important}}.ffs-title-medium-secondary-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleMediumSecondaryFontFeatureSettings)}@media(min-width:0)and (max-width:527px){.sm\:ffs-title-medium-secondary-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleMediumSecondaryFontFeatureSettings)!important}}@media(min-width:528px)and (max-width:767px){.md\:ffs-title-medium-secondary-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleMediumSecondaryFontFeatureSettings)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ffs-title-medium-secondary-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleMediumSecondaryFontFeatureSettings)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ffs-title-medium-secondary-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleMediumSecondaryFontFeatureSettings)!important}}.ffs-title-small-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleSmallFontFeatureSettings)}@media(min-width:0)and (max-width:527px){.sm\:ffs-title-small-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleSmallFontFeatureSettings)!important}}@media(min-width:528px)and (max-width:767px){.md\:ffs-title-small-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleSmallFontFeatureSettings)!important}}@media(min-width:768px)and (max-width:959px){.lg\:ffs-title-small-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleSmallFontFeatureSettings)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ffs-title-small-font-feature-settings{font-feature-settings:var(--bdsTypographyTitleSmallFontFeatureSettings)!important}}.fl-brand-primary{fill:var(--colorBrandPrimary)}@media(min-width:0)and (max-width:527px){.sm\:fl-brand-primary{fill:var(--colorBrandPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-brand-primary{fill:var(--colorBrandPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-brand-primary{fill:var(--colorBrandPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-brand-primary{fill:var(--colorBrandPrimary)!important}}.fl-brand-secondary{fill:var(--colorBrandSecondary)}@media(min-width:0)and (max-width:527px){.sm\:fl-brand-secondary{fill:var(--colorBrandSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-brand-secondary{fill:var(--colorBrandSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-brand-secondary{fill:var(--colorBrandSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-brand-secondary{fill:var(--colorBrandSecondary)!important}}.fl-brand-dark{fill:var(--colorBrandDark)}@media(min-width:0)and (max-width:527px){.sm\:fl-brand-dark{fill:var(--colorBrandDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-brand-dark{fill:var(--colorBrandDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-brand-dark{fill:var(--colorBrandDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-brand-dark{fill:var(--colorBrandDark)!important}}.fl-brand-highlight{fill:var(--colorBrandHighlight)}@media(min-width:0)and (max-width:527px){.sm\:fl-brand-highlight{fill:var(--colorBrandHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-brand-highlight{fill:var(--colorBrandHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-brand-highlight{fill:var(--colorBrandHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-brand-highlight{fill:var(--colorBrandHighlight)!important}}.fl-gradient-light{fill:var(--colorGradientLight)}@media(min-width:0)and (max-width:527px){.sm\:fl-gradient-light{fill:var(--colorGradientLight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-gradient-light{fill:var(--colorGradientLight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-gradient-light{fill:var(--colorGradientLight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-gradient-light{fill:var(--colorGradientLight)!important}}.fl-gradient-dark{fill:var(--colorGradientDark)}@media(min-width:0)and (max-width:527px){.sm\:fl-gradient-dark{fill:var(--colorGradientDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-gradient-dark{fill:var(--colorGradientDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-gradient-dark{fill:var(--colorGradientDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-gradient-dark{fill:var(--colorGradientDark)!important}}.fl-gradient-brand{fill:var(--colorGradientBrand)}@media(min-width:0)and (max-width:527px){.sm\:fl-gradient-brand{fill:var(--colorGradientBrand)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-gradient-brand{fill:var(--colorGradientBrand)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-gradient-brand{fill:var(--colorGradientBrand)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-gradient-brand{fill:var(--colorGradientBrand)!important}}.fl-interaction-primary{fill:var(--colorInteractionPrimary)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-primary{fill:var(--colorInteractionPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-primary{fill:var(--colorInteractionPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-primary{fill:var(--colorInteractionPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-primary{fill:var(--colorInteractionPrimary)!important}}.fl-interaction-primary-hover{fill:var(--colorInteractionPrimaryHover)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-primary-hover{fill:var(--colorInteractionPrimaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-primary-hover{fill:var(--colorInteractionPrimaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-primary-hover{fill:var(--colorInteractionPrimaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-primary-hover{fill:var(--colorInteractionPrimaryHover)!important}}.fl-interaction-secondary{fill:var(--colorInteractionSecondary)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-secondary{fill:var(--colorInteractionSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-secondary{fill:var(--colorInteractionSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-secondary{fill:var(--colorInteractionSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-secondary{fill:var(--colorInteractionSecondary)!important}}.fl-interaction-secondary-hover{fill:var(--colorInteractionSecondaryHover)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-secondary-hover{fill:var(--colorInteractionSecondaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-secondary-hover{fill:var(--colorInteractionSecondaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-secondary-hover{fill:var(--colorInteractionSecondaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-secondary-hover{fill:var(--colorInteractionSecondaryHover)!important}}.fl-interaction-secondary-feedback{fill:var(--colorInteractionSecondaryFeedback)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-secondary-feedback{fill:var(--colorInteractionSecondaryFeedback)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-secondary-feedback{fill:var(--colorInteractionSecondaryFeedback)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-secondary-feedback{fill:var(--colorInteractionSecondaryFeedback)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-secondary-feedback{fill:var(--colorInteractionSecondaryFeedback)!important}}.fl-interaction-secondary-highlight{fill:var(--colorInteractionSecondaryHighlight)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-secondary-highlight{fill:var(--colorInteractionSecondaryHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-secondary-highlight{fill:var(--colorInteractionSecondaryHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-secondary-highlight{fill:var(--colorInteractionSecondaryHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-secondary-highlight{fill:var(--colorInteractionSecondaryHighlight)!important}}.fl-interaction-secondary-border{fill:var(--colorInteractionSecondaryBorder)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-secondary-border{fill:var(--colorInteractionSecondaryBorder)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-secondary-border{fill:var(--colorInteractionSecondaryBorder)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-secondary-border{fill:var(--colorInteractionSecondaryBorder)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-secondary-border{fill:var(--colorInteractionSecondaryBorder)!important}}.fl-interaction-tertiary{fill:var(--colorInteractionTertiary)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-tertiary{fill:var(--colorInteractionTertiary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-tertiary{fill:var(--colorInteractionTertiary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-tertiary{fill:var(--colorInteractionTertiary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-tertiary{fill:var(--colorInteractionTertiary)!important}}.fl-interaction-primary-feedback{fill:var(--colorInteractionPrimaryFeedback)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-primary-feedback{fill:var(--colorInteractionPrimaryFeedback)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-primary-feedback{fill:var(--colorInteractionPrimaryFeedback)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-primary-feedback{fill:var(--colorInteractionPrimaryFeedback)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-primary-feedback{fill:var(--colorInteractionPrimaryFeedback)!important}}.fl-info-banner-cta{fill:var(--colorInfoBannerCta)}@media(min-width:0)and (max-width:527px){.sm\:fl-info-banner-cta{fill:var(--colorInfoBannerCta)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-info-banner-cta{fill:var(--colorInfoBannerCta)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-info-banner-cta{fill:var(--colorInfoBannerCta)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-info-banner-cta{fill:var(--colorInfoBannerCta)!important}}.fl-on-interaction-primary{fill:var(--colorOnInteractionPrimary)}@media(min-width:0)and (max-width:527px){.sm\:fl-on-interaction-primary{fill:var(--colorOnInteractionPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-on-interaction-primary{fill:var(--colorOnInteractionPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-on-interaction-primary{fill:var(--colorOnInteractionPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-on-interaction-primary{fill:var(--colorOnInteractionPrimary)!important}}.fl-on-interaction-primary-hover{fill:var(--colorOnInteractionPrimaryHover)}@media(min-width:0)and (max-width:527px){.sm\:fl-on-interaction-primary-hover{fill:var(--colorOnInteractionPrimaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-on-interaction-primary-hover{fill:var(--colorOnInteractionPrimaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-on-interaction-primary-hover{fill:var(--colorOnInteractionPrimaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-on-interaction-primary-hover{fill:var(--colorOnInteractionPrimaryHover)!important}}.fl-on-interaction-secondary{fill:var(--colorOnInteractionSecondary)}@media(min-width:0)and (max-width:527px){.sm\:fl-on-interaction-secondary{fill:var(--colorOnInteractionSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-on-interaction-secondary{fill:var(--colorOnInteractionSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-on-interaction-secondary{fill:var(--colorOnInteractionSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-on-interaction-secondary{fill:var(--colorOnInteractionSecondary)!important}}.fl-on-interaction-secondary-hover{fill:var(--colorOnInteractionSecondaryHover)}@media(min-width:0)and (max-width:527px){.sm\:fl-on-interaction-secondary-hover{fill:var(--colorOnInteractionSecondaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-on-interaction-secondary-hover{fill:var(--colorOnInteractionSecondaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-on-interaction-secondary-hover{fill:var(--colorOnInteractionSecondaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-on-interaction-secondary-hover{fill:var(--colorOnInteractionSecondaryHover)!important}}.fl-interaction-background-hover{fill:var(--colorInteractionBackgroundHover)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-background-hover{fill:var(--colorInteractionBackgroundHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-background-hover{fill:var(--colorInteractionBackgroundHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-background-hover{fill:var(--colorInteractionBackgroundHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-background-hover{fill:var(--colorInteractionBackgroundHover)!important}}.fl-interaction-text-hover{fill:var(--colorInteractionTextHover)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-text-hover{fill:var(--colorInteractionTextHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-text-hover{fill:var(--colorInteractionTextHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-text-hover{fill:var(--colorInteractionTextHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-text-hover{fill:var(--colorInteractionTextHover)!important}}.fl-interaction-focus{fill:var(--colorInteractionFocus)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-focus{fill:var(--colorInteractionFocus)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-focus{fill:var(--colorInteractionFocus)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-focus{fill:var(--colorInteractionFocus)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-focus{fill:var(--colorInteractionFocus)!important}}.fl-interaction-focus-reversed{fill:var(--colorInteractionFocusReversed)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-focus-reversed{fill:var(--colorInteractionFocusReversed)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-focus-reversed{fill:var(--colorInteractionFocusReversed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-focus-reversed{fill:var(--colorInteractionFocusReversed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-focus-reversed{fill:var(--colorInteractionFocusReversed)!important}}.fl-interaction-reversed-white-opacity-15{fill:var(--colorInteractionReversedWhiteOpacity15)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-reversed-white-opacity-15{fill:var(--colorInteractionReversedWhiteOpacity15)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-reversed-white-opacity-15{fill:var(--colorInteractionReversedWhiteOpacity15)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-reversed-white-opacity-15{fill:var(--colorInteractionReversedWhiteOpacity15)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-reversed-white-opacity-15{fill:var(--colorInteractionReversedWhiteOpacity15)!important}}.fl-interaction-reversed-white-opacity-30{fill:var(--colorInteractionReversedWhiteOpacity30)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-reversed-white-opacity-30{fill:var(--colorInteractionReversedWhiteOpacity30)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-reversed-white-opacity-30{fill:var(--colorInteractionReversedWhiteOpacity30)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-reversed-white-opacity-30{fill:var(--colorInteractionReversedWhiteOpacity30)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-reversed-white-opacity-30{fill:var(--colorInteractionReversedWhiteOpacity30)!important}}.fl-interaction-reversed-white-opacity-50{fill:var(--colorInteractionReversedWhiteOpacity50)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-reversed-white-opacity-50{fill:var(--colorInteractionReversedWhiteOpacity50)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-reversed-white-opacity-50{fill:var(--colorInteractionReversedWhiteOpacity50)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-reversed-white-opacity-50{fill:var(--colorInteractionReversedWhiteOpacity50)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-reversed-white-opacity-50{fill:var(--colorInteractionReversedWhiteOpacity50)!important}}.fl-interaction-secondary-selected{fill:var(--colorInteractionSecondarySelected)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-secondary-selected{fill:var(--colorInteractionSecondarySelected)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-secondary-selected{fill:var(--colorInteractionSecondarySelected)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-secondary-selected{fill:var(--colorInteractionSecondarySelected)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-secondary-selected{fill:var(--colorInteractionSecondarySelected)!important}}.fl-interaction-secondary-inactive{fill:var(--colorInteractionSecondaryInactive)}@media(min-width:0)and (max-width:527px){.sm\:fl-interaction-secondary-inactive{fill:var(--colorInteractionSecondaryInactive)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-interaction-secondary-inactive{fill:var(--colorInteractionSecondaryInactive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-interaction-secondary-inactive{fill:var(--colorInteractionSecondaryInactive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-interaction-secondary-inactive{fill:var(--colorInteractionSecondaryInactive)!important}}.fl-main-text{fill:var(--colorMainText)}@media(min-width:0)and (max-width:527px){.sm\:fl-main-text{fill:var(--colorMainText)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-main-text{fill:var(--colorMainText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-main-text{fill:var(--colorMainText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-main-text{fill:var(--colorMainText)!important}}.fl-exp-timer-bg-cover{fill:var(--colorExpTimerBgCover)}@media(min-width:0)and (max-width:527px){.sm\:fl-exp-timer-bg-cover{fill:var(--colorExpTimerBgCover)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-exp-timer-bg-cover{fill:var(--colorExpTimerBgCover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-exp-timer-bg-cover{fill:var(--colorExpTimerBgCover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-exp-timer-bg-cover{fill:var(--colorExpTimerBgCover)!important}}.fl-exp-timer-digit-cover{fill:var(--colorExpTimerDigitCover)}@media(min-width:0)and (max-width:527px){.sm\:fl-exp-timer-digit-cover{fill:var(--colorExpTimerDigitCover)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-exp-timer-digit-cover{fill:var(--colorExpTimerDigitCover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-exp-timer-digit-cover{fill:var(--colorExpTimerDigitCover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-exp-timer-digit-cover{fill:var(--colorExpTimerDigitCover)!important}}.fl-tiers-subtitle-text{fill:var(--colorTiersSubtitleText)}@media(min-width:0)and (max-width:527px){.sm\:fl-tiers-subtitle-text{fill:var(--colorTiersSubtitleText)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tiers-subtitle-text{fill:var(--colorTiersSubtitleText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tiers-subtitle-text{fill:var(--colorTiersSubtitleText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tiers-subtitle-text{fill:var(--colorTiersSubtitleText)!important}}.fl-tier-3-subtitle-text{fill:var(--colorTier3SubtitleText)}@media(min-width:0)and (max-width:527px){.sm\:fl-tier-3-subtitle-text{fill:var(--colorTier3SubtitleText)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tier-3-subtitle-text{fill:var(--colorTier3SubtitleText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tier-3-subtitle-text{fill:var(--colorTier3SubtitleText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tier-3-subtitle-text{fill:var(--colorTier3SubtitleText)!important}}.fl-tier-1-tile{fill:var(--colorTier1Tile)}@media(min-width:0)and (max-width:527px){.sm\:fl-tier-1-tile{fill:var(--colorTier1Tile)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tier-1-tile{fill:var(--colorTier1Tile)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tier-1-tile{fill:var(--colorTier1Tile)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tier-1-tile{fill:var(--colorTier1Tile)!important}}.fl-tier-2-tile{fill:var(--colorTier2Tile)}@media(min-width:0)and (max-width:527px){.sm\:fl-tier-2-tile{fill:var(--colorTier2Tile)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tier-2-tile{fill:var(--colorTier2Tile)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tier-2-tile{fill:var(--colorTier2Tile)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tier-2-tile{fill:var(--colorTier2Tile)!important}}.fl-tier-3-tile{fill:var(--colorTier3Tile)}@media(min-width:0)and (max-width:527px){.sm\:fl-tier-3-tile{fill:var(--colorTier3Tile)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tier-3-tile{fill:var(--colorTier3Tile)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tier-3-tile{fill:var(--colorTier3Tile)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tier-3-tile{fill:var(--colorTier3Tile)!important}}.fl-how-it-works-text{fill:var(--colorHowItWorksText)}@media(min-width:0)and (max-width:527px){.sm\:fl-how-it-works-text{fill:var(--colorHowItWorksText)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-how-it-works-text{fill:var(--colorHowItWorksText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-how-it-works-text{fill:var(--colorHowItWorksText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-how-it-works-text{fill:var(--colorHowItWorksText)!important}}.fl-how-it-works-icon-bg{fill:var(--colorHowItWorksIconBg)}@media(min-width:0)and (max-width:527px){.sm\:fl-how-it-works-icon-bg{fill:var(--colorHowItWorksIconBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-how-it-works-icon-bg{fill:var(--colorHowItWorksIconBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-how-it-works-icon-bg{fill:var(--colorHowItWorksIconBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-how-it-works-icon-bg{fill:var(--colorHowItWorksIconBg)!important}}.fl-timer-bg{fill:var(--colorTimerBg)}@media(min-width:0)and (max-width:527px){.sm\:fl-timer-bg{fill:var(--colorTimerBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-timer-bg{fill:var(--colorTimerBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-timer-bg{fill:var(--colorTimerBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-timer-bg{fill:var(--colorTimerBg)!important}}.fl-timer-digit{fill:var(--colorTimerDigit)}@media(min-width:0)and (max-width:527px){.sm\:fl-timer-digit{fill:var(--colorTimerDigit)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-timer-digit{fill:var(--colorTimerDigit)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-timer-digit{fill:var(--colorTimerDigit)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-timer-digit{fill:var(--colorTimerDigit)!important}}.fl-next-tiers-text{fill:var(--colorNextTiersText)}@media(min-width:0)and (max-width:527px){.sm\:fl-next-tiers-text{fill:var(--colorNextTiersText)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-next-tiers-text{fill:var(--colorNextTiersText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-next-tiers-text{fill:var(--colorNextTiersText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-next-tiers-text{fill:var(--colorNextTiersText)!important}}.fl-next-tier-3-text{fill:var(--colorNextTier3Text)}@media(min-width:0)and (max-width:527px){.sm\:fl-next-tier-3-text{fill:var(--colorNextTier3Text)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-next-tier-3-text{fill:var(--colorNextTier3Text)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-next-tier-3-text{fill:var(--colorNextTier3Text)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-next-tier-3-text{fill:var(--colorNextTier3Text)!important}}.fl-default-tier{fill:var(--colorDefaultTier)}@media(min-width:0)and (max-width:527px){.sm\:fl-default-tier{fill:var(--colorDefaultTier)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-default-tier{fill:var(--colorDefaultTier)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-default-tier{fill:var(--colorDefaultTier)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-default-tier{fill:var(--colorDefaultTier)!important}}.fl-rdp-sheet-tier-1{fill:var(--colorRdpSheetTier1)}@media(min-width:0)and (max-width:527px){.sm\:fl-rdp-sheet-tier-1{fill:var(--colorRdpSheetTier1)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rdp-sheet-tier-1{fill:var(--colorRdpSheetTier1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rdp-sheet-tier-1{fill:var(--colorRdpSheetTier1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rdp-sheet-tier-1{fill:var(--colorRdpSheetTier1)!important}}.fl-rdp-sheet-tier-2{fill:var(--colorRdpSheetTier2)}@media(min-width:0)and (max-width:527px){.sm\:fl-rdp-sheet-tier-2{fill:var(--colorRdpSheetTier2)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rdp-sheet-tier-2{fill:var(--colorRdpSheetTier2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rdp-sheet-tier-2{fill:var(--colorRdpSheetTier2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rdp-sheet-tier-2{fill:var(--colorRdpSheetTier2)!important}}.fl-rdp-sheet-tier-3{fill:var(--colorRdpSheetTier3)}@media(min-width:0)and (max-width:527px){.sm\:fl-rdp-sheet-tier-3{fill:var(--colorRdpSheetTier3)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rdp-sheet-tier-3{fill:var(--colorRdpSheetTier3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rdp-sheet-tier-3{fill:var(--colorRdpSheetTier3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rdp-sheet-tier-3{fill:var(--colorRdpSheetTier3)!important}}.fl-rdp-sheet-tier-4{fill:var(--colorRdpSheetTier4)}@media(min-width:0)and (max-width:527px){.sm\:fl-rdp-sheet-tier-4{fill:var(--colorRdpSheetTier4)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rdp-sheet-tier-4{fill:var(--colorRdpSheetTier4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rdp-sheet-tier-4{fill:var(--colorRdpSheetTier4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rdp-sheet-tier-4{fill:var(--colorRdpSheetTier4)!important}}.fl-star-bg-tier-1{fill:var(--colorStarBgTier1)}@media(min-width:0)and (max-width:527px){.sm\:fl-star-bg-tier-1{fill:var(--colorStarBgTier1)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-star-bg-tier-1{fill:var(--colorStarBgTier1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-star-bg-tier-1{fill:var(--colorStarBgTier1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-star-bg-tier-1{fill:var(--colorStarBgTier1)!important}}.fl-star-bg-tier-2{fill:var(--colorStarBgTier2)}@media(min-width:0)and (max-width:527px){.sm\:fl-star-bg-tier-2{fill:var(--colorStarBgTier2)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-star-bg-tier-2{fill:var(--colorStarBgTier2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-star-bg-tier-2{fill:var(--colorStarBgTier2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-star-bg-tier-2{fill:var(--colorStarBgTier2)!important}}.fl-star-bg-tier-3{fill:var(--colorStarBgTier3)}@media(min-width:0)and (max-width:527px){.sm\:fl-star-bg-tier-3{fill:var(--colorStarBgTier3)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-star-bg-tier-3{fill:var(--colorStarBgTier3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-star-bg-tier-3{fill:var(--colorStarBgTier3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-star-bg-tier-3{fill:var(--colorStarBgTier3)!important}}.fl-rdp-sheet-tier-text-bg-1{fill:var(--colorRdpSheetTierTextBg1)}@media(min-width:0)and (max-width:527px){.sm\:fl-rdp-sheet-tier-text-bg-1{fill:var(--colorRdpSheetTierTextBg1)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rdp-sheet-tier-text-bg-1{fill:var(--colorRdpSheetTierTextBg1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rdp-sheet-tier-text-bg-1{fill:var(--colorRdpSheetTierTextBg1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rdp-sheet-tier-text-bg-1{fill:var(--colorRdpSheetTierTextBg1)!important}}.fl-rdp-sheet-tier-text-bg-2{fill:var(--colorRdpSheetTierTextBg2)}@media(min-width:0)and (max-width:527px){.sm\:fl-rdp-sheet-tier-text-bg-2{fill:var(--colorRdpSheetTierTextBg2)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rdp-sheet-tier-text-bg-2{fill:var(--colorRdpSheetTierTextBg2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rdp-sheet-tier-text-bg-2{fill:var(--colorRdpSheetTierTextBg2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rdp-sheet-tier-text-bg-2{fill:var(--colorRdpSheetTierTextBg2)!important}}.fl-rdp-sheet-tier-text-bg-3{fill:var(--colorRdpSheetTierTextBg3)}@media(min-width:0)and (max-width:527px){.sm\:fl-rdp-sheet-tier-text-bg-3{fill:var(--colorRdpSheetTierTextBg3)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rdp-sheet-tier-text-bg-3{fill:var(--colorRdpSheetTierTextBg3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rdp-sheet-tier-text-bg-3{fill:var(--colorRdpSheetTierTextBg3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rdp-sheet-tier-text-bg-3{fill:var(--colorRdpSheetTierTextBg3)!important}}.fl-rdp-sheet-tier-text-bg-4{fill:var(--colorRdpSheetTierTextBg4)}@media(min-width:0)and (max-width:527px){.sm\:fl-rdp-sheet-tier-text-bg-4{fill:var(--colorRdpSheetTierTextBg4)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rdp-sheet-tier-text-bg-4{fill:var(--colorRdpSheetTierTextBg4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rdp-sheet-tier-text-bg-4{fill:var(--colorRdpSheetTierTextBg4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rdp-sheet-tier-text-bg-4{fill:var(--colorRdpSheetTierTextBg4)!important}}.fl-next-tier-1-rdp{fill:var(--colorNextTier1Rdp)}@media(min-width:0)and (max-width:527px){.sm\:fl-next-tier-1-rdp{fill:var(--colorNextTier1Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-next-tier-1-rdp{fill:var(--colorNextTier1Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-next-tier-1-rdp{fill:var(--colorNextTier1Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-next-tier-1-rdp{fill:var(--colorNextTier1Rdp)!important}}.fl-next-tier-2-rdp{fill:var(--colorNextTier2Rdp)}@media(min-width:0)and (max-width:527px){.sm\:fl-next-tier-2-rdp{fill:var(--colorNextTier2Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-next-tier-2-rdp{fill:var(--colorNextTier2Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-next-tier-2-rdp{fill:var(--colorNextTier2Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-next-tier-2-rdp{fill:var(--colorNextTier2Rdp)!important}}.fl-next-tier-3-rdp{fill:var(--colorNextTier3Rdp)}@media(min-width:0)and (max-width:527px){.sm\:fl-next-tier-3-rdp{fill:var(--colorNextTier3Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-next-tier-3-rdp{fill:var(--colorNextTier3Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-next-tier-3-rdp{fill:var(--colorNextTier3Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-next-tier-3-rdp{fill:var(--colorNextTier3Rdp)!important}}.fl-next-tier-4-rdp{fill:var(--colorNextTier4Rdp)}@media(min-width:0)and (max-width:527px){.sm\:fl-next-tier-4-rdp{fill:var(--colorNextTier4Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-next-tier-4-rdp{fill:var(--colorNextTier4Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-next-tier-4-rdp{fill:var(--colorNextTier4Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-next-tier-4-rdp{fill:var(--colorNextTier4Rdp)!important}}.fl-popup-text{fill:var(--colorPopupText)}@media(min-width:0)and (max-width:527px){.sm\:fl-popup-text{fill:var(--colorPopupText)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-popup-text{fill:var(--colorPopupText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-popup-text{fill:var(--colorPopupText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-popup-text{fill:var(--colorPopupText)!important}}.fl-generic-bg{fill:var(--colorGenericBg)}@media(min-width:0)and (max-width:527px){.sm\:fl-generic-bg{fill:var(--colorGenericBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-generic-bg{fill:var(--colorGenericBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-generic-bg{fill:var(--colorGenericBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-generic-bg{fill:var(--colorGenericBg)!important}}.fl-exp-deal-bg{fill:var(--colorExpDealBg)}@media(min-width:0)and (max-width:527px){.sm\:fl-exp-deal-bg{fill:var(--colorExpDealBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-exp-deal-bg{fill:var(--colorExpDealBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-exp-deal-bg{fill:var(--colorExpDealBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-exp-deal-bg{fill:var(--colorExpDealBg)!important}}.fl-exp-deal-text{fill:var(--colorExpDealText)}@media(min-width:0)and (max-width:527px){.sm\:fl-exp-deal-text{fill:var(--colorExpDealText)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-exp-deal-text{fill:var(--colorExpDealText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-exp-deal-text{fill:var(--colorExpDealText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-exp-deal-text{fill:var(--colorExpDealText)!important}}.fl-exp-star-bg-default{fill:var(--colorExpStarBgDefault)}@media(min-width:0)and (max-width:527px){.sm\:fl-exp-star-bg-default{fill:var(--colorExpStarBgDefault)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-exp-star-bg-default{fill:var(--colorExpStarBgDefault)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-exp-star-bg-default{fill:var(--colorExpStarBgDefault)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-exp-star-bg-default{fill:var(--colorExpStarBgDefault)!important}}.fl-exp-star-bg-active{fill:var(--colorExpStarBgActive)}@media(min-width:0)and (max-width:527px){.sm\:fl-exp-star-bg-active{fill:var(--colorExpStarBgActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-exp-star-bg-active{fill:var(--colorExpStarBgActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-exp-star-bg-active{fill:var(--colorExpStarBgActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-exp-star-bg-active{fill:var(--colorExpStarBgActive)!important}}.fl-exp-footer-text-default{fill:var(--colorExpFooterTextDefault)}@media(min-width:0)and (max-width:527px){.sm\:fl-exp-footer-text-default{fill:var(--colorExpFooterTextDefault)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-exp-footer-text-default{fill:var(--colorExpFooterTextDefault)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-exp-footer-text-default{fill:var(--colorExpFooterTextDefault)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-exp-footer-text-default{fill:var(--colorExpFooterTextDefault)!important}}.fl-exp-footer-text-active{fill:var(--colorExpFooterTextActive)}@media(min-width:0)and (max-width:527px){.sm\:fl-exp-footer-text-active{fill:var(--colorExpFooterTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-exp-footer-text-active{fill:var(--colorExpFooterTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-exp-footer-text-active{fill:var(--colorExpFooterTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-exp-footer-text-active{fill:var(--colorExpFooterTextActive)!important}}.fl-exp-timer-container{fill:var(--colorExpTimerContainer)}@media(min-width:0)and (max-width:527px){.sm\:fl-exp-timer-container{fill:var(--colorExpTimerContainer)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-exp-timer-container{fill:var(--colorExpTimerContainer)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-exp-timer-container{fill:var(--colorExpTimerContainer)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-exp-timer-container{fill:var(--colorExpTimerContainer)!important}}.fl-exp-footer-timer-bg{fill:var(--colorExpFooterTimerBg)}@media(min-width:0)and (max-width:527px){.sm\:fl-exp-footer-timer-bg{fill:var(--colorExpFooterTimerBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-exp-footer-timer-bg{fill:var(--colorExpFooterTimerBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-exp-footer-timer-bg{fill:var(--colorExpFooterTimerBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-exp-footer-timer-bg{fill:var(--colorExpFooterTimerBg)!important}}.fl-exp-footer-timer-digit{fill:var(--colorExpFooterTimerDigit)}@media(min-width:0)and (max-width:527px){.sm\:fl-exp-footer-timer-digit{fill:var(--colorExpFooterTimerDigit)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-exp-footer-timer-digit{fill:var(--colorExpFooterTimerDigit)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-exp-footer-timer-digit{fill:var(--colorExpFooterTimerDigit)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-exp-footer-timer-digit{fill:var(--colorExpFooterTimerDigit)!important}}.fl-exp-2-generic-bg{fill:var(--colorExp2GenericBg)}@media(min-width:0)and (max-width:527px){.sm\:fl-exp-2-generic-bg{fill:var(--colorExp2GenericBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-exp-2-generic-bg{fill:var(--colorExp2GenericBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-exp-2-generic-bg{fill:var(--colorExp2GenericBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-exp-2-generic-bg{fill:var(--colorExp2GenericBg)!important}}.fl-exp-2-discount-bg{fill:var(--colorExp2DiscountBg)}@media(min-width:0)and (max-width:527px){.sm\:fl-exp-2-discount-bg{fill:var(--colorExp2DiscountBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-exp-2-discount-bg{fill:var(--colorExp2DiscountBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-exp-2-discount-bg{fill:var(--colorExp2DiscountBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-exp-2-discount-bg{fill:var(--colorExp2DiscountBg)!important}}.fl-rating{fill:var(--colorRating)}@media(min-width:0)and (max-width:527px){.sm\:fl-rating{fill:var(--colorRating)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rating{fill:var(--colorRating)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rating{fill:var(--colorRating)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rating{fill:var(--colorRating)!important}}.fl-rating-background{fill:var(--colorRatingBackground)}@media(min-width:0)and (max-width:527px){.sm\:fl-rating-background{fill:var(--colorRatingBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rating-background{fill:var(--colorRatingBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rating-background{fill:var(--colorRatingBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rating-background{fill:var(--colorRatingBackground)!important}}.fl-rating-feedback-background{fill:var(--colorRatingFeedbackBackground)}@media(min-width:0)and (max-width:527px){.sm\:fl-rating-feedback-background{fill:var(--colorRatingFeedbackBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rating-feedback-background{fill:var(--colorRatingFeedbackBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rating-feedback-background{fill:var(--colorRatingFeedbackBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rating-feedback-background{fill:var(--colorRatingFeedbackBackground)!important}}.fl-rating-feedback-active{fill:var(--colorRatingFeedbackActive)}@media(min-width:0)and (max-width:527px){.sm\:fl-rating-feedback-active{fill:var(--colorRatingFeedbackActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rating-feedback-active{fill:var(--colorRatingFeedbackActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rating-feedback-active{fill:var(--colorRatingFeedbackActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rating-feedback-active{fill:var(--colorRatingFeedbackActive)!important}}.fl-popular-icon{fill:var(--colorPopularIcon)}@media(min-width:0)and (max-width:527px){.sm\:fl-popular-icon{fill:var(--colorPopularIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-popular-icon{fill:var(--colorPopularIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-popular-icon{fill:var(--colorPopularIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-popular-icon{fill:var(--colorPopularIcon)!important}}.fl-rating-outline{fill:var(--colorRatingOutline)}@media(min-width:0)and (max-width:527px){.sm\:fl-rating-outline{fill:var(--colorRatingOutline)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rating-outline{fill:var(--colorRatingOutline)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rating-outline{fill:var(--colorRatingOutline)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rating-outline{fill:var(--colorRatingOutline)!important}}.fl-deal-highlight-lvl-1{fill:var(--colorDealHighlightLvl1)}@media(min-width:0)and (max-width:527px){.sm\:fl-deal-highlight-lvl-1{fill:var(--colorDealHighlightLvl1)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-deal-highlight-lvl-1{fill:var(--colorDealHighlightLvl1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-deal-highlight-lvl-1{fill:var(--colorDealHighlightLvl1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-deal-highlight-lvl-1{fill:var(--colorDealHighlightLvl1)!important}}.fl-deal-highlight-lvl-2{fill:var(--colorDealHighlightLvl2)}@media(min-width:0)and (max-width:527px){.sm\:fl-deal-highlight-lvl-2{fill:var(--colorDealHighlightLvl2)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-deal-highlight-lvl-2{fill:var(--colorDealHighlightLvl2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-deal-highlight-lvl-2{fill:var(--colorDealHighlightLvl2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-deal-highlight-lvl-2{fill:var(--colorDealHighlightLvl2)!important}}.fl-deal-tertiary{fill:var(--colorDealTertiary)}@media(min-width:0)and (max-width:527px){.sm\:fl-deal-tertiary{fill:var(--colorDealTertiary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-deal-tertiary{fill:var(--colorDealTertiary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-deal-tertiary{fill:var(--colorDealTertiary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-deal-tertiary{fill:var(--colorDealTertiary)!important}}.fl-deal-secondary{fill:var(--colorDealSecondary)}@media(min-width:0)and (max-width:527px){.sm\:fl-deal-secondary{fill:var(--colorDealSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-deal-secondary{fill:var(--colorDealSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-deal-secondary{fill:var(--colorDealSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-deal-secondary{fill:var(--colorDealSecondary)!important}}.fl-deal-primary{fill:var(--colorDealPrimary)}@media(min-width:0)and (max-width:527px){.sm\:fl-deal-primary{fill:var(--colorDealPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-deal-primary{fill:var(--colorDealPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-deal-primary{fill:var(--colorDealPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-deal-primary{fill:var(--colorDealPrimary)!important}}.fl-deal-banner-text{fill:var(--colorDealBannerText)}@media(min-width:0)and (max-width:527px){.sm\:fl-deal-banner-text{fill:var(--colorDealBannerText)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-deal-banner-text{fill:var(--colorDealBannerText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-deal-banner-text{fill:var(--colorDealBannerText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-deal-banner-text{fill:var(--colorDealBannerText)!important}}.fl-deal-text-on-white{fill:var(--colorDealTextOnWhite)}@media(min-width:0)and (max-width:527px){.sm\:fl-deal-text-on-white{fill:var(--colorDealTextOnWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-deal-text-on-white{fill:var(--colorDealTextOnWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-deal-text-on-white{fill:var(--colorDealTextOnWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-deal-text-on-white{fill:var(--colorDealTextOnWhite)!important}}.fl-price-emphasis{fill:var(--colorPriceEmphasis)}@media(min-width:0)and (max-width:527px){.sm\:fl-price-emphasis{fill:var(--colorPriceEmphasis)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-price-emphasis{fill:var(--colorPriceEmphasis)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-price-emphasis{fill:var(--colorPriceEmphasis)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-price-emphasis{fill:var(--colorPriceEmphasis)!important}}.fl-surface-loyalty-low{fill:var(--bdsColorSurfaceLoyaltyLow)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-loyalty-low{fill:var(--bdsColorSurfaceLoyaltyLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-loyalty-low{fill:var(--bdsColorSurfaceLoyaltyLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-loyalty-low{fill:var(--bdsColorSurfaceLoyaltyLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-loyalty-low{fill:var(--bdsColorSurfaceLoyaltyLow)!important}}.fl-surface-interaction-disabled{fill:var(--bdsColorSurfaceInteractionDisabled)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-interaction-disabled{fill:var(--bdsColorSurfaceInteractionDisabled)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-interaction-disabled{fill:var(--bdsColorSurfaceInteractionDisabled)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-interaction-disabled{fill:var(--bdsColorSurfaceInteractionDisabled)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-interaction-disabled{fill:var(--bdsColorSurfaceInteractionDisabled)!important}}.fl-surface-tag-primary-pressed{fill:var(--bdsColorSurfaceTagPrimaryPressed)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-tag-primary-pressed{fill:var(--bdsColorSurfaceTagPrimaryPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-tag-primary-pressed{fill:var(--bdsColorSurfaceTagPrimaryPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-tag-primary-pressed{fill:var(--bdsColorSurfaceTagPrimaryPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-tag-primary-pressed{fill:var(--bdsColorSurfaceTagPrimaryPressed)!important}}.fl-surface-tag-secondary-pressed{fill:var(--bdsColorSurfaceTagSecondaryPressed)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-tag-secondary-pressed{fill:var(--bdsColorSurfaceTagSecondaryPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-tag-secondary-pressed{fill:var(--bdsColorSurfaceTagSecondaryPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-tag-secondary-pressed{fill:var(--bdsColorSurfaceTagSecondaryPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-tag-secondary-pressed{fill:var(--bdsColorSurfaceTagSecondaryPressed)!important}}.fl-surface-pro-pressed{fill:var(--bdsColorSurfaceProPressed)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-pro-pressed{fill:var(--bdsColorSurfaceProPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-pro-pressed{fill:var(--bdsColorSurfaceProPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-pro-pressed{fill:var(--bdsColorSurfaceProPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-pro-pressed{fill:var(--bdsColorSurfaceProPressed)!important}}.fl-surface-pro-gradient-low{fill:var(--bdsColorSurfaceProGradientLow)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-pro-gradient-low{fill:var(--bdsColorSurfaceProGradientLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-pro-gradient-low{fill:var(--bdsColorSurfaceProGradientLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-pro-gradient-low{fill:var(--bdsColorSurfaceProGradientLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-pro-gradient-low{fill:var(--bdsColorSurfaceProGradientLow)!important}}.fl-surface-pro-low-pressed{fill:var(--bdsColorSurfaceProLowPressed)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-pro-low-pressed{fill:var(--bdsColorSurfaceProLowPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-pro-low-pressed{fill:var(--bdsColorSurfaceProLowPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-pro-low-pressed{fill:var(--bdsColorSurfaceProLowPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-pro-low-pressed{fill:var(--bdsColorSurfaceProLowPressed)!important}}.fl-surface-popular-pressed{fill:var(--bdsColorSurfacePopularPressed)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-popular-pressed{fill:var(--bdsColorSurfacePopularPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-popular-pressed{fill:var(--bdsColorSurfacePopularPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-popular-pressed{fill:var(--bdsColorSurfacePopularPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-popular-pressed{fill:var(--bdsColorSurfacePopularPressed)!important}}.fl-surface-information-low-pressed{fill:var(--bdsColorSurfaceInformationLowPressed)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-information-low-pressed{fill:var(--bdsColorSurfaceInformationLowPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-information-low-pressed{fill:var(--bdsColorSurfaceInformationLowPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-information-low-pressed{fill:var(--bdsColorSurfaceInformationLowPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-information-low-pressed{fill:var(--bdsColorSurfaceInformationLowPressed)!important}}.fl-surface-error-low-pressed{fill:var(--bdsColorSurfaceErrorLowPressed)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-error-low-pressed{fill:var(--bdsColorSurfaceErrorLowPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-error-low-pressed{fill:var(--bdsColorSurfaceErrorLowPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-error-low-pressed{fill:var(--bdsColorSurfaceErrorLowPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-error-low-pressed{fill:var(--bdsColorSurfaceErrorLowPressed)!important}}.fl-surface-success-pressed{fill:var(--bdsColorSurfaceSuccessPressed)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-success-pressed{fill:var(--bdsColorSurfaceSuccessPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-success-pressed{fill:var(--bdsColorSurfaceSuccessPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-success-pressed{fill:var(--bdsColorSurfaceSuccessPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-success-pressed{fill:var(--bdsColorSurfaceSuccessPressed)!important}}.fl-surface-best-city-pressed{fill:var(--bdsColorSurfaceBestCityPressed)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-best-city-pressed{fill:var(--bdsColorSurfaceBestCityPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-best-city-pressed{fill:var(--bdsColorSurfaceBestCityPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-best-city-pressed{fill:var(--bdsColorSurfaceBestCityPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-best-city-pressed{fill:var(--bdsColorSurfaceBestCityPressed)!important}}.fl-surface-promobanner{fill:var(--bdsColorSurfacePromobanner)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-promobanner{fill:var(--bdsColorSurfacePromobanner)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-promobanner{fill:var(--bdsColorSurfacePromobanner)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-promobanner{fill:var(--bdsColorSurfacePromobanner)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-promobanner{fill:var(--bdsColorSurfacePromobanner)!important}}.fl-surface-promobanner-low{fill:var(--bdsColorSurfacePromobannerLow)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-promobanner-low{fill:var(--bdsColorSurfacePromobannerLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-promobanner-low{fill:var(--bdsColorSurfacePromobannerLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-promobanner-low{fill:var(--bdsColorSurfacePromobannerLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-promobanner-low{fill:var(--bdsColorSurfacePromobannerLow)!important}}.fl-surface-promobanner-pro{fill:var(--bdsColorSurfacePromobannerPro)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-promobanner-pro{fill:var(--bdsColorSurfacePromobannerPro)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-promobanner-pro{fill:var(--bdsColorSurfacePromobannerPro)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-promobanner-pro{fill:var(--bdsColorSurfacePromobannerPro)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-promobanner-pro{fill:var(--bdsColorSurfacePromobannerPro)!important}}.fl-surface-brand-primary-low-gradient-start{fill:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-brand-primary-low-gradient-start{fill:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-brand-primary-low-gradient-start{fill:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-brand-primary-low-gradient-start{fill:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-brand-primary-low-gradient-start{fill:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}.fl-surface-brand-primary-low-gradient-end{fill:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-brand-primary-low-gradient-end{fill:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-brand-primary-low-gradient-end{fill:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-brand-primary-low-gradient-end{fill:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-brand-primary-low-gradient-end{fill:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}.fl-surface-brand-primary-low-gradient{fill:var(--bdsColorSurfaceBrandPrimaryLowGradient)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-brand-primary-low-gradient{fill:var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-brand-primary-low-gradient{fill:var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-brand-primary-low-gradient{fill:var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-brand-primary-low-gradient{fill:var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}.fl-surface-deal-low-gradient-start{fill:var(--bdsColorSurfaceDealLowGradientStart)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-deal-low-gradient-start{fill:var(--bdsColorSurfaceDealLowGradientStart)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-deal-low-gradient-start{fill:var(--bdsColorSurfaceDealLowGradientStart)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-deal-low-gradient-start{fill:var(--bdsColorSurfaceDealLowGradientStart)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-deal-low-gradient-start{fill:var(--bdsColorSurfaceDealLowGradientStart)!important}}.fl-surface-deal-low-gradient-end{fill:var(--bdsColorSurfaceDealLowGradientEnd)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-deal-low-gradient-end{fill:var(--bdsColorSurfaceDealLowGradientEnd)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-deal-low-gradient-end{fill:var(--bdsColorSurfaceDealLowGradientEnd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-deal-low-gradient-end{fill:var(--bdsColorSurfaceDealLowGradientEnd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-deal-low-gradient-end{fill:var(--bdsColorSurfaceDealLowGradientEnd)!important}}.fl-surface-deal-low-gradient{fill:var(--bdsColorSurfaceDealLowGradient)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-deal-low-gradient{fill:var(--bdsColorSurfaceDealLowGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-deal-low-gradient{fill:var(--bdsColorSurfaceDealLowGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-deal-low-gradient{fill:var(--bdsColorSurfaceDealLowGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-deal-low-gradient{fill:var(--bdsColorSurfaceDealLowGradient)!important}}.fl-surface-externalbrand-sgroup-low{fill:var(--bdsColorSurfaceExternalbrandSgroupLow)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-externalbrand-sgroup-low{fill:var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-externalbrand-sgroup-low{fill:var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-externalbrand-sgroup-low{fill:var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-externalbrand-sgroup-low{fill:var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}.fl-surface-notification{fill:var(--bdsColorSurfaceNotification)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-notification{fill:var(--bdsColorSurfaceNotification)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-notification{fill:var(--bdsColorSurfaceNotification)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-notification{fill:var(--bdsColorSurfaceNotification)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-notification{fill:var(--bdsColorSurfaceNotification)!important}}.fl-surface-notification-reversed{fill:var(--bdsColorSurfaceNotificationReversed)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-notification-reversed{fill:var(--bdsColorSurfaceNotificationReversed)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-notification-reversed{fill:var(--bdsColorSurfaceNotificationReversed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-notification-reversed{fill:var(--bdsColorSurfaceNotificationReversed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-notification-reversed{fill:var(--bdsColorSurfaceNotificationReversed)!important}}.fl-icon-loyalty-low{fill:var(--bdsColorIconLoyaltyLow)}@media(min-width:0)and (max-width:527px){.sm\:fl-icon-loyalty-low{fill:var(--bdsColorIconLoyaltyLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-icon-loyalty-low{fill:var(--bdsColorIconLoyaltyLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-icon-loyalty-low{fill:var(--bdsColorIconLoyaltyLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-icon-loyalty-low{fill:var(--bdsColorIconLoyaltyLow)!important}}.fl-icon-loyalty{fill:var(--bdsColorIconLoyalty)}@media(min-width:0)and (max-width:527px){.sm\:fl-icon-loyalty{fill:var(--bdsColorIconLoyalty)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-icon-loyalty{fill:var(--bdsColorIconLoyalty)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-icon-loyalty{fill:var(--bdsColorIconLoyalty)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-icon-loyalty{fill:var(--bdsColorIconLoyalty)!important}}.fl-icon-promobanner{fill:var(--bdsColorIconPromobanner)}@media(min-width:0)and (max-width:527px){.sm\:fl-icon-promobanner{fill:var(--bdsColorIconPromobanner)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-icon-promobanner{fill:var(--bdsColorIconPromobanner)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-icon-promobanner{fill:var(--bdsColorIconPromobanner)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-icon-promobanner{fill:var(--bdsColorIconPromobanner)!important}}.fl-icon-promobanner-on-low{fill:var(--bdsColorIconPromobannerOnLow)}@media(min-width:0)and (max-width:527px){.sm\:fl-icon-promobanner-on-low{fill:var(--bdsColorIconPromobannerOnLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-icon-promobanner-on-low{fill:var(--bdsColorIconPromobannerOnLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-icon-promobanner-on-low{fill:var(--bdsColorIconPromobannerOnLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-icon-promobanner-on-low{fill:var(--bdsColorIconPromobannerOnLow)!important}}.fl-icon-promobanner-on-pro{fill:var(--bdsColorIconPromobannerOnPro)}@media(min-width:0)and (max-width:527px){.sm\:fl-icon-promobanner-on-pro{fill:var(--bdsColorIconPromobannerOnPro)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-icon-promobanner-on-pro{fill:var(--bdsColorIconPromobannerOnPro)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-icon-promobanner-on-pro{fill:var(--bdsColorIconPromobannerOnPro)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-icon-promobanner-on-pro{fill:var(--bdsColorIconPromobannerOnPro)!important}}.fl-icon-externalbrand-sgroup-low{fill:var(--bdsColorIconExternalbrandSgroupLow)}@media(min-width:0)and (max-width:527px){.sm\:fl-icon-externalbrand-sgroup-low{fill:var(--bdsColorIconExternalbrandSgroupLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-icon-externalbrand-sgroup-low{fill:var(--bdsColorIconExternalbrandSgroupLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-icon-externalbrand-sgroup-low{fill:var(--bdsColorIconExternalbrandSgroupLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-icon-externalbrand-sgroup-low{fill:var(--bdsColorIconExternalbrandSgroupLow)!important}}.fl-border-loyalty-low{fill:var(--bdsColorBorderLoyaltyLow)}@media(min-width:0)and (max-width:527px){.sm\:fl-border-loyalty-low{fill:var(--bdsColorBorderLoyaltyLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-border-loyalty-low{fill:var(--bdsColorBorderLoyaltyLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-border-loyalty-low{fill:var(--bdsColorBorderLoyaltyLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-border-loyalty-low{fill:var(--bdsColorBorderLoyaltyLow)!important}}.fl-border-loyalty{fill:var(--bdsColorBorderLoyalty)}@media(min-width:0)and (max-width:527px){.sm\:fl-border-loyalty{fill:var(--bdsColorBorderLoyalty)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-border-loyalty{fill:var(--bdsColorBorderLoyalty)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-border-loyalty{fill:var(--bdsColorBorderLoyalty)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-border-loyalty{fill:var(--bdsColorBorderLoyalty)!important}}.fl-border-externalbrand-sgroup-low{fill:var(--bdsColorBorderExternalbrandSgroupLow)}@media(min-width:0)and (max-width:527px){.sm\:fl-border-externalbrand-sgroup-low{fill:var(--bdsColorBorderExternalbrandSgroupLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-border-externalbrand-sgroup-low{fill:var(--bdsColorBorderExternalbrandSgroupLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-border-externalbrand-sgroup-low{fill:var(--bdsColorBorderExternalbrandSgroupLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-border-externalbrand-sgroup-low{fill:var(--bdsColorBorderExternalbrandSgroupLow)!important}}.fl-text-loyalty{fill:var(--bdsColorTextLoyalty)}@media(min-width:0)and (max-width:527px){.sm\:fl-text-loyalty{fill:var(--bdsColorTextLoyalty)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-text-loyalty{fill:var(--bdsColorTextLoyalty)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-text-loyalty{fill:var(--bdsColorTextLoyalty)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-text-loyalty{fill:var(--bdsColorTextLoyalty)!important}}.fl-text-promobanner{fill:var(--bdsColorTextPromobanner)}@media(min-width:0)and (max-width:527px){.sm\:fl-text-promobanner{fill:var(--bdsColorTextPromobanner)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-text-promobanner{fill:var(--bdsColorTextPromobanner)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-text-promobanner{fill:var(--bdsColorTextPromobanner)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-text-promobanner{fill:var(--bdsColorTextPromobanner)!important}}.fl-text-promobanner-on-low{fill:var(--bdsColorTextPromobannerOnLow)}@media(min-width:0)and (max-width:527px){.sm\:fl-text-promobanner-on-low{fill:var(--bdsColorTextPromobannerOnLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-text-promobanner-on-low{fill:var(--bdsColorTextPromobannerOnLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-text-promobanner-on-low{fill:var(--bdsColorTextPromobannerOnLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-text-promobanner-on-low{fill:var(--bdsColorTextPromobannerOnLow)!important}}.fl-text-promobanner-on-pro{fill:var(--bdsColorTextPromobannerOnPro)}@media(min-width:0)and (max-width:527px){.sm\:fl-text-promobanner-on-pro{fill:var(--bdsColorTextPromobannerOnPro)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-text-promobanner-on-pro{fill:var(--bdsColorTextPromobannerOnPro)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-text-promobanner-on-pro{fill:var(--bdsColorTextPromobannerOnPro)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-text-promobanner-on-pro{fill:var(--bdsColorTextPromobannerOnPro)!important}}.fl-text-notification{fill:var(--bdsColorTextNotification)}@media(min-width:0)and (max-width:527px){.sm\:fl-text-notification{fill:var(--bdsColorTextNotification)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-text-notification{fill:var(--bdsColorTextNotification)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-text-notification{fill:var(--bdsColorTextNotification)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-text-notification{fill:var(--bdsColorTextNotification)!important}}.fl-text-notification-reversed{fill:var(--bdsColorTextNotificationReversed)}@media(min-width:0)and (max-width:527px){.sm\:fl-text-notification-reversed{fill:var(--bdsColorTextNotificationReversed)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-text-notification-reversed{fill:var(--bdsColorTextNotificationReversed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-text-notification-reversed{fill:var(--bdsColorTextNotificationReversed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-text-notification-reversed{fill:var(--bdsColorTextNotificationReversed)!important}}.fl-pro-primary{fill:var(--colorProPrimary)}@media(min-width:0)and (max-width:527px){.sm\:fl-pro-primary{fill:var(--colorProPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-pro-primary{fill:var(--colorProPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-pro-primary{fill:var(--colorProPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-pro-primary{fill:var(--colorProPrimary)!important}}.fl-pro-gradient-start{fill:var(--colorProGradientStart)}@media(min-width:0)and (max-width:527px){.sm\:fl-pro-gradient-start{fill:var(--colorProGradientStart)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-pro-gradient-start{fill:var(--colorProGradientStart)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-pro-gradient-start{fill:var(--colorProGradientStart)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-pro-gradient-start{fill:var(--colorProGradientStart)!important}}.fl-pro-gradient-end{fill:var(--colorProGradientEnd)}@media(min-width:0)and (max-width:527px){.sm\:fl-pro-gradient-end{fill:var(--colorProGradientEnd)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-pro-gradient-end{fill:var(--colorProGradientEnd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-pro-gradient-end{fill:var(--colorProGradientEnd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-pro-gradient-end{fill:var(--colorProGradientEnd)!important}}.fl-pro-gradient{fill:var(--colorProGradient)}@media(min-width:0)and (max-width:527px){.sm\:fl-pro-gradient{fill:var(--colorProGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-pro-gradient{fill:var(--colorProGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-pro-gradient{fill:var(--colorProGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-pro-gradient{fill:var(--colorProGradient)!important}}.fl-pro-deal-highlight-1{fill:var(--colorProDealHighlight1)}@media(min-width:0)and (max-width:527px){.sm\:fl-pro-deal-highlight-1{fill:var(--colorProDealHighlight1)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-pro-deal-highlight-1{fill:var(--colorProDealHighlight1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-pro-deal-highlight-1{fill:var(--colorProDealHighlight1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-pro-deal-highlight-1{fill:var(--colorProDealHighlight1)!important}}.fl-pro-deal-highlight-2{fill:var(--colorProDealHighlight2)}@media(min-width:0)and (max-width:527px){.sm\:fl-pro-deal-highlight-2{fill:var(--colorProDealHighlight2)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-pro-deal-highlight-2{fill:var(--colorProDealHighlight2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-pro-deal-highlight-2{fill:var(--colorProDealHighlight2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-pro-deal-highlight-2{fill:var(--colorProDealHighlight2)!important}}.fl-pro-deal-highlight-3{fill:var(--colorProDealHighlight3)}@media(min-width:0)and (max-width:527px){.sm\:fl-pro-deal-highlight-3{fill:var(--colorProDealHighlight3)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-pro-deal-highlight-3{fill:var(--colorProDealHighlight3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-pro-deal-highlight-3{fill:var(--colorProDealHighlight3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-pro-deal-highlight-3{fill:var(--colorProDealHighlight3)!important}}.fl-pro-deal-highlight-4{fill:var(--colorProDealHighlight4)}@media(min-width:0)and (max-width:527px){.sm\:fl-pro-deal-highlight-4{fill:var(--colorProDealHighlight4)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-pro-deal-highlight-4{fill:var(--colorProDealHighlight4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-pro-deal-highlight-4{fill:var(--colorProDealHighlight4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-pro-deal-highlight-4{fill:var(--colorProDealHighlight4)!important}}.fl-on-pro-highlight{fill:var(--colorOnProHighlight)}@media(min-width:0)and (max-width:527px){.sm\:fl-on-pro-highlight{fill:var(--colorOnProHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-on-pro-highlight{fill:var(--colorOnProHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-on-pro-highlight{fill:var(--colorOnProHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-on-pro-highlight{fill:var(--colorOnProHighlight)!important}}.fl-tag-deal-background{fill:var(--colorTagDealBackground)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-deal-background{fill:var(--colorTagDealBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-deal-background{fill:var(--colorTagDealBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-deal-background{fill:var(--colorTagDealBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-deal-background{fill:var(--colorTagDealBackground)!important}}.fl-tag-deal-text{fill:var(--colorTagDealText)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-deal-text{fill:var(--colorTagDealText)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-deal-text{fill:var(--colorTagDealText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-deal-text{fill:var(--colorTagDealText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-deal-text{fill:var(--colorTagDealText)!important}}.fl-tag-best-city-background{fill:var(--colorTagBestCityBackground)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-best-city-background{fill:var(--colorTagBestCityBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-best-city-background{fill:var(--colorTagBestCityBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-best-city-background{fill:var(--colorTagBestCityBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-best-city-background{fill:var(--colorTagBestCityBackground)!important}}.fl-tag-best-city-text{fill:var(--colorTagBestCityText)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-best-city-text{fill:var(--colorTagBestCityText)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-best-city-text{fill:var(--colorTagBestCityText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-best-city-text{fill:var(--colorTagBestCityText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-best-city-text{fill:var(--colorTagBestCityText)!important}}.fl-rating-light-tag-icon{fill:var(--colorRatingLightTagIcon)}@media(min-width:0)and (max-width:527px){.sm\:fl-rating-light-tag-icon{fill:var(--colorRatingLightTagIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rating-light-tag-icon{fill:var(--colorRatingLightTagIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rating-light-tag-icon{fill:var(--colorRatingLightTagIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rating-light-tag-icon{fill:var(--colorRatingLightTagIcon)!important}}.fl-rating-light-tag-text{fill:var(--colorRatingLightTagText)}@media(min-width:0)and (max-width:527px){.sm\:fl-rating-light-tag-text{fill:var(--colorRatingLightTagText)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rating-light-tag-text{fill:var(--colorRatingLightTagText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rating-light-tag-text{fill:var(--colorRatingLightTagText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rating-light-tag-text{fill:var(--colorRatingLightTagText)!important}}.fl-tag-primary-text{fill:var(--colorTagPrimaryText)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-primary-text{fill:var(--colorTagPrimaryText)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-primary-text{fill:var(--colorTagPrimaryText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-primary-text{fill:var(--colorTagPrimaryText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-primary-text{fill:var(--colorTagPrimaryText)!important}}.fl-tag-primary-background{fill:var(--colorTagPrimaryBackground)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-primary-background{fill:var(--colorTagPrimaryBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-primary-background{fill:var(--colorTagPrimaryBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-primary-background{fill:var(--colorTagPrimaryBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-primary-background{fill:var(--colorTagPrimaryBackground)!important}}.fl-popular-highlight{fill:var(--colorPopularHighlight)}@media(min-width:0)and (max-width:527px){.sm\:fl-popular-highlight{fill:var(--colorPopularHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-popular-highlight{fill:var(--colorPopularHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-popular-highlight{fill:var(--colorPopularHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-popular-highlight{fill:var(--colorPopularHighlight)!important}}.fl-popular-tag-text{fill:var(--colorPopularTagText)}@media(min-width:0)and (max-width:527px){.sm\:fl-popular-tag-text{fill:var(--colorPopularTagText)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-popular-tag-text{fill:var(--colorPopularTagText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-popular-tag-text{fill:var(--colorPopularTagText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-popular-tag-text{fill:var(--colorPopularTagText)!important}}.fl-popular-tag-icon{fill:var(--colorPopularTagIcon)}@media(min-width:0)and (max-width:527px){.sm\:fl-popular-tag-icon{fill:var(--colorPopularTagIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-popular-tag-icon{fill:var(--colorPopularTagIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-popular-tag-icon{fill:var(--colorPopularTagIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-popular-tag-icon{fill:var(--colorPopularTagIcon)!important}}.fl-tag-sponsored-background{fill:var(--colorTagSponsoredBackground)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-sponsored-background{fill:var(--colorTagSponsoredBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-sponsored-background{fill:var(--colorTagSponsoredBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-sponsored-background{fill:var(--colorTagSponsoredBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-sponsored-background{fill:var(--colorTagSponsoredBackground)!important}}.fl-tag-success-text{fill:var(--colorTagSuccessText)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-success-text{fill:var(--colorTagSuccessText)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-success-text{fill:var(--colorTagSuccessText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-success-text{fill:var(--colorTagSuccessText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-success-text{fill:var(--colorTagSuccessText)!important}}.fl-tag-secondary-text{fill:var(--colorTagSecondaryText)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-secondary-text{fill:var(--colorTagSecondaryText)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-secondary-text{fill:var(--colorTagSecondaryText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-secondary-text{fill:var(--colorTagSecondaryText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-secondary-text{fill:var(--colorTagSecondaryText)!important}}.fl-tag-secondary-background{fill:var(--colorTagSecondaryBackground)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-secondary-background{fill:var(--colorTagSecondaryBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-secondary-background{fill:var(--colorTagSecondaryBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-secondary-background{fill:var(--colorTagSecondaryBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-secondary-background{fill:var(--colorTagSecondaryBackground)!important}}.fl-tag-dietary-vegan{fill:var(--colorTagDietaryVegan)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-dietary-vegan{fill:var(--colorTagDietaryVegan)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-dietary-vegan{fill:var(--colorTagDietaryVegan)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-dietary-vegan{fill:var(--colorTagDietaryVegan)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-dietary-vegan{fill:var(--colorTagDietaryVegan)!important}}.fl-tag-dietary-vegan-background{fill:var(--colorTagDietaryVeganBackground)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-dietary-vegan-background{fill:var(--colorTagDietaryVeganBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-dietary-vegan-background{fill:var(--colorTagDietaryVeganBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-dietary-vegan-background{fill:var(--colorTagDietaryVeganBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-dietary-vegan-background{fill:var(--colorTagDietaryVeganBackground)!important}}.fl-tag-dietary-vegetarian{fill:var(--colorTagDietaryVegetarian)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-dietary-vegetarian{fill:var(--colorTagDietaryVegetarian)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-dietary-vegetarian{fill:var(--colorTagDietaryVegetarian)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-dietary-vegetarian{fill:var(--colorTagDietaryVegetarian)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-dietary-vegetarian{fill:var(--colorTagDietaryVegetarian)!important}}.fl-tag-dietary-vegetarian-background{fill:var(--colorTagDietaryVegetarianBackground)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-dietary-vegetarian-background{fill:var(--colorTagDietaryVegetarianBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-dietary-vegetarian-background{fill:var(--colorTagDietaryVegetarianBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-dietary-vegetarian-background{fill:var(--colorTagDietaryVegetarianBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-dietary-vegetarian-background{fill:var(--colorTagDietaryVegetarianBackground)!important}}.fl-tag-dietary-spicy{fill:var(--colorTagDietarySpicy)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-dietary-spicy{fill:var(--colorTagDietarySpicy)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-dietary-spicy{fill:var(--colorTagDietarySpicy)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-dietary-spicy{fill:var(--colorTagDietarySpicy)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-dietary-spicy{fill:var(--colorTagDietarySpicy)!important}}.fl-tag-dietary-spicy-background{fill:var(--colorTagDietarySpicyBackground)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-dietary-spicy-background{fill:var(--colorTagDietarySpicyBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-dietary-spicy-background{fill:var(--colorTagDietarySpicyBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-dietary-spicy-background{fill:var(--colorTagDietarySpicyBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-dietary-spicy-background{fill:var(--colorTagDietarySpicyBackground)!important}}.fl-tag-dietary-kids{fill:var(--colorTagDietaryKids)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-dietary-kids{fill:var(--colorTagDietaryKids)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-dietary-kids{fill:var(--colorTagDietaryKids)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-dietary-kids{fill:var(--colorTagDietaryKids)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-dietary-kids{fill:var(--colorTagDietaryKids)!important}}.fl-tag-dietary-kids-background{fill:var(--colorTagDietaryKidsBackground)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-dietary-kids-background{fill:var(--colorTagDietaryKidsBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-dietary-kids-background{fill:var(--colorTagDietaryKidsBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-dietary-kids-background{fill:var(--colorTagDietaryKidsBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-dietary-kids-background{fill:var(--colorTagDietaryKidsBackground)!important}}.fl-information{fill:var(--colorInformation)}@media(min-width:0)and (max-width:527px){.sm\:fl-information{fill:var(--colorInformation)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-information{fill:var(--colorInformation)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-information{fill:var(--colorInformation)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-information{fill:var(--colorInformation)!important}}.fl-error{fill:var(--colorError)}@media(min-width:0)and (max-width:527px){.sm\:fl-error{fill:var(--colorError)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-error{fill:var(--colorError)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-error{fill:var(--colorError)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-error{fill:var(--colorError)!important}}.fl-success{fill:var(--colorSuccess)}@media(min-width:0)and (max-width:527px){.sm\:fl-success{fill:var(--colorSuccess)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-success{fill:var(--colorSuccess)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-success{fill:var(--colorSuccess)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-success{fill:var(--colorSuccess)!important}}.fl-warning{fill:var(--colorWarning)}@media(min-width:0)and (max-width:527px){.sm\:fl-warning{fill:var(--colorWarning)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-warning{fill:var(--colorWarning)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-warning{fill:var(--colorWarning)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-warning{fill:var(--colorWarning)!important}}.fl-information-highlight{fill:var(--colorInformationHighlight)}@media(min-width:0)and (max-width:527px){.sm\:fl-information-highlight{fill:var(--colorInformationHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-information-highlight{fill:var(--colorInformationHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-information-highlight{fill:var(--colorInformationHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-information-highlight{fill:var(--colorInformationHighlight)!important}}.fl-error-highlight{fill:var(--colorErrorHighlight)}@media(min-width:0)and (max-width:527px){.sm\:fl-error-highlight{fill:var(--colorErrorHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-error-highlight{fill:var(--colorErrorHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-error-highlight{fill:var(--colorErrorHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-error-highlight{fill:var(--colorErrorHighlight)!important}}.fl-success-highlight{fill:var(--colorSuccessHighlight)}@media(min-width:0)and (max-width:527px){.sm\:fl-success-highlight{fill:var(--colorSuccessHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-success-highlight{fill:var(--colorSuccessHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-success-highlight{fill:var(--colorSuccessHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-success-highlight{fill:var(--colorSuccessHighlight)!important}}.fl-warning-highlight{fill:var(--colorWarningHighlight)}@media(min-width:0)and (max-width:527px){.sm\:fl-warning-highlight{fill:var(--colorWarningHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-warning-highlight{fill:var(--colorWarningHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-warning-highlight{fill:var(--colorWarningHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-warning-highlight{fill:var(--colorWarningHighlight)!important}}.fl-success-gradient-top{fill:var(--colorSuccessGradientTop)}@media(min-width:0)and (max-width:527px){.sm\:fl-success-gradient-top{fill:var(--colorSuccessGradientTop)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-success-gradient-top{fill:var(--colorSuccessGradientTop)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-success-gradient-top{fill:var(--colorSuccessGradientTop)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-success-gradient-top{fill:var(--colorSuccessGradientTop)!important}}.fl-success-gradient-bottom{fill:var(--colorSuccessGradientBottom)}@media(min-width:0)and (max-width:527px){.sm\:fl-success-gradient-bottom{fill:var(--colorSuccessGradientBottom)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-success-gradient-bottom{fill:var(--colorSuccessGradientBottom)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-success-gradient-bottom{fill:var(--colorSuccessGradientBottom)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-success-gradient-bottom{fill:var(--colorSuccessGradientBottom)!important}}.fl-success-gradient{fill:var(--colorSuccessGradient)}@media(min-width:0)and (max-width:527px){.sm\:fl-success-gradient{fill:var(--colorSuccessGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-success-gradient{fill:var(--colorSuccessGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-success-gradient{fill:var(--colorSuccessGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-success-gradient{fill:var(--colorSuccessGradient)!important}}.fl-special-1{fill:var(--colorSpecial1)}@media(min-width:0)and (max-width:527px){.sm\:fl-special-1{fill:var(--colorSpecial1)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-special-1{fill:var(--colorSpecial1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-special-1{fill:var(--colorSpecial1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-special-1{fill:var(--colorSpecial1)!important}}.fl-special-2{fill:var(--colorSpecial2)}@media(min-width:0)and (max-width:527px){.sm\:fl-special-2{fill:var(--colorSpecial2)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-special-2{fill:var(--colorSpecial2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-special-2{fill:var(--colorSpecial2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-special-2{fill:var(--colorSpecial2)!important}}.fl-special-3{fill:var(--colorSpecial3)}@media(min-width:0)and (max-width:527px){.sm\:fl-special-3{fill:var(--colorSpecial3)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-special-3{fill:var(--colorSpecial3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-special-3{fill:var(--colorSpecial3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-special-3{fill:var(--colorSpecial3)!important}}.fl-special-4{fill:var(--colorSpecial4)}@media(min-width:0)and (max-width:527px){.sm\:fl-special-4{fill:var(--colorSpecial4)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-special-4{fill:var(--colorSpecial4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-special-4{fill:var(--colorSpecial4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-special-4{fill:var(--colorSpecial4)!important}}.fl-special-5{fill:var(--colorSpecial5)}@media(min-width:0)and (max-width:527px){.sm\:fl-special-5{fill:var(--colorSpecial5)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-special-5{fill:var(--colorSpecial5)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-special-5{fill:var(--colorSpecial5)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-special-5{fill:var(--colorSpecial5)!important}}.fl-special-6{fill:var(--colorSpecial6)}@media(min-width:0)and (max-width:527px){.sm\:fl-special-6{fill:var(--colorSpecial6)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-special-6{fill:var(--colorSpecial6)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-special-6{fill:var(--colorSpecial6)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-special-6{fill:var(--colorSpecial6)!important}}.fl-special-7{fill:var(--colorSpecial7)}@media(min-width:0)and (max-width:527px){.sm\:fl-special-7{fill:var(--colorSpecial7)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-special-7{fill:var(--colorSpecial7)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-special-7{fill:var(--colorSpecial7)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-special-7{fill:var(--colorSpecial7)!important}}.fl-neutral-primary{fill:var(--colorNeutralPrimary)}@media(min-width:0)and (max-width:527px){.sm\:fl-neutral-primary{fill:var(--colorNeutralPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-neutral-primary{fill:var(--colorNeutralPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-neutral-primary{fill:var(--colorNeutralPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-neutral-primary{fill:var(--colorNeutralPrimary)!important}}.fl-neutral-secondary{fill:var(--colorNeutralSecondary)}@media(min-width:0)and (max-width:527px){.sm\:fl-neutral-secondary{fill:var(--colorNeutralSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-neutral-secondary{fill:var(--colorNeutralSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-neutral-secondary{fill:var(--colorNeutralSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-neutral-secondary{fill:var(--colorNeutralSecondary)!important}}.fl-neutral-inactive{fill:var(--colorNeutralInactive)}@media(min-width:0)and (max-width:527px){.sm\:fl-neutral-inactive{fill:var(--colorNeutralInactive)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-neutral-inactive{fill:var(--colorNeutralInactive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-neutral-inactive{fill:var(--colorNeutralInactive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-neutral-inactive{fill:var(--colorNeutralInactive)!important}}.fl-neutral-border{fill:var(--colorNeutralBorder)}@media(min-width:0)and (max-width:527px){.sm\:fl-neutral-border{fill:var(--colorNeutralBorder)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-neutral-border{fill:var(--colorNeutralBorder)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-neutral-border{fill:var(--colorNeutralBorder)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-neutral-border{fill:var(--colorNeutralBorder)!important}}.fl-neutral-divider{fill:var(--colorNeutralDivider)}@media(min-width:0)and (max-width:527px){.sm\:fl-neutral-divider{fill:var(--colorNeutralDivider)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-neutral-divider{fill:var(--colorNeutralDivider)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-neutral-divider{fill:var(--colorNeutralDivider)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-neutral-divider{fill:var(--colorNeutralDivider)!important}}.fl-neutral-surface{fill:var(--colorNeutralSurface)}@media(min-width:0)and (max-width:527px){.sm\:fl-neutral-surface{fill:var(--colorNeutralSurface)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-neutral-surface{fill:var(--colorNeutralSurface)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-neutral-surface{fill:var(--colorNeutralSurface)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-neutral-surface{fill:var(--colorNeutralSurface)!important}}.fl-white{fill:var(--colorWhite)}@media(min-width:0)and (max-width:527px){.sm\:fl-white{fill:var(--colorWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-white{fill:var(--colorWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-white{fill:var(--colorWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-white{fill:var(--colorWhite)!important}}.fl-transparent{fill:var(--colorTransparent)}@media(min-width:0)and (max-width:527px){.sm\:fl-transparent{fill:var(--colorTransparent)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-transparent{fill:var(--colorTransparent)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-transparent{fill:var(--colorTransparent)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-transparent{fill:var(--colorTransparent)!important}}.fl-dark-4{fill:var(--colorDark4)}@media(min-width:0)and (max-width:527px){.sm\:fl-dark-4{fill:var(--colorDark4)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-dark-4{fill:var(--colorDark4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-dark-4{fill:var(--colorDark4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-dark-4{fill:var(--colorDark4)!important}}.fl-dark-64{fill:var(--colorDark64)}@media(min-width:0)and (max-width:527px){.sm\:fl-dark-64{fill:var(--colorDark64)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-dark-64{fill:var(--colorDark64)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-dark-64{fill:var(--colorDark64)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-dark-64{fill:var(--colorDark64)!important}}.fl-dark-80{fill:var(--colorDark80)}@media(min-width:0)and (max-width:527px){.sm\:fl-dark-80{fill:var(--colorDark80)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-dark-80{fill:var(--colorDark80)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-dark-80{fill:var(--colorDark80)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-dark-80{fill:var(--colorDark80)!important}}.fl-light-80{fill:var(--colorLight80)}@media(min-width:0)and (max-width:527px){.sm\:fl-light-80{fill:var(--colorLight80)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-light-80{fill:var(--colorLight80)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-light-80{fill:var(--colorLight80)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-light-80{fill:var(--colorLight80)!important}}.fl-light-56{fill:var(--colorLight56)}@media(min-width:0)and (max-width:527px){.sm\:fl-light-56{fill:var(--colorLight56)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-light-56{fill:var(--colorLight56)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-light-56{fill:var(--colorLight56)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-light-56{fill:var(--colorLight56)!important}}.fl-alt-screen-surface{fill:var(--colorAltScreenSurface)}@media(min-width:0)and (max-width:527px){.sm\:fl-alt-screen-surface{fill:var(--colorAltScreenSurface)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-alt-screen-surface{fill:var(--colorAltScreenSurface)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-alt-screen-surface{fill:var(--colorAltScreenSurface)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-alt-screen-surface{fill:var(--colorAltScreenSurface)!important}}.fl-surface-gradient-top{fill:var(--colorSurfaceGradientTop)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-gradient-top{fill:var(--colorSurfaceGradientTop)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-gradient-top{fill:var(--colorSurfaceGradientTop)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-gradient-top{fill:var(--colorSurfaceGradientTop)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-gradient-top{fill:var(--colorSurfaceGradientTop)!important}}.fl-surface-gradient-bottom{fill:var(--colorSurfaceGradientBottom)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-gradient-bottom{fill:var(--colorSurfaceGradientBottom)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-gradient-bottom{fill:var(--colorSurfaceGradientBottom)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-gradient-bottom{fill:var(--colorSurfaceGradientBottom)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-gradient-bottom{fill:var(--colorSurfaceGradientBottom)!important}}.fl-surface-gradient{fill:var(--colorSurfaceGradient)}@media(min-width:0)and (max-width:527px){.sm\:fl-surface-gradient{fill:var(--colorSurfaceGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-surface-gradient{fill:var(--colorSurfaceGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-surface-gradient{fill:var(--colorSurfaceGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-surface-gradient{fill:var(--colorSurfaceGradient)!important}}.fl-item-modifier-required-background{fill:var(--colorItemModifierRequiredBackground)}@media(min-width:0)and (max-width:527px){.sm\:fl-item-modifier-required-background{fill:var(--colorItemModifierRequiredBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-item-modifier-required-background{fill:var(--colorItemModifierRequiredBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-item-modifier-required-background{fill:var(--colorItemModifierRequiredBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-item-modifier-required-background{fill:var(--colorItemModifierRequiredBackground)!important}}.fl-item-modifier-required-hover{fill:var(--colorItemModifierRequiredHover)}@media(min-width:0)and (max-width:527px){.sm\:fl-item-modifier-required-hover{fill:var(--colorItemModifierRequiredHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-item-modifier-required-hover{fill:var(--colorItemModifierRequiredHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-item-modifier-required-hover{fill:var(--colorItemModifierRequiredHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-item-modifier-required-hover{fill:var(--colorItemModifierRequiredHover)!important}}.fl-item-modifier-required-popular{fill:var(--colorItemModifierRequiredPopular)}@media(min-width:0)and (max-width:527px){.sm\:fl-item-modifier-required-popular{fill:var(--colorItemModifierRequiredPopular)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-item-modifier-required-popular{fill:var(--colorItemModifierRequiredPopular)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-item-modifier-required-popular{fill:var(--colorItemModifierRequiredPopular)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-item-modifier-required-popular{fill:var(--colorItemModifierRequiredPopular)!important}}.fl-pro-member-hover-background{fill:var(--colorProMemberHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:fl-pro-member-hover-background{fill:var(--colorProMemberHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-pro-member-hover-background{fill:var(--colorProMemberHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-pro-member-hover-background{fill:var(--colorProMemberHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-pro-member-hover-background{fill:var(--colorProMemberHoverBackground)!important}}.fl-pro-member-text-active{fill:var(--colorProMemberTextActive)}@media(min-width:0)and (max-width:527px){.sm\:fl-pro-member-text-active{fill:var(--colorProMemberTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-pro-member-text-active{fill:var(--colorProMemberTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-pro-member-text-active{fill:var(--colorProMemberTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-pro-member-text-active{fill:var(--colorProMemberTextActive)!important}}.fl-discount-hover-background{fill:var(--colorDiscountHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:fl-discount-hover-background{fill:var(--colorDiscountHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-discount-hover-background{fill:var(--colorDiscountHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-discount-hover-background{fill:var(--colorDiscountHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-discount-hover-background{fill:var(--colorDiscountHoverBackground)!important}}.fl-discount-text-active{fill:var(--colorDiscountTextActive)}@media(min-width:0)and (max-width:527px){.sm\:fl-discount-text-active{fill:var(--colorDiscountTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-discount-text-active{fill:var(--colorDiscountTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-discount-text-active{fill:var(--colorDiscountTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-discount-text-active{fill:var(--colorDiscountTextActive)!important}}.fl-loyalty-hover-background{fill:var(--colorLoyaltyHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:fl-loyalty-hover-background{fill:var(--colorLoyaltyHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-loyalty-hover-background{fill:var(--colorLoyaltyHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-loyalty-hover-background{fill:var(--colorLoyaltyHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-loyalty-hover-background{fill:var(--colorLoyaltyHoverBackground)!important}}.fl-loyalty-text-idle{fill:var(--colorLoyaltyTextIdle)}@media(min-width:0)and (max-width:527px){.sm\:fl-loyalty-text-idle{fill:var(--colorLoyaltyTextIdle)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-loyalty-text-idle{fill:var(--colorLoyaltyTextIdle)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-loyalty-text-idle{fill:var(--colorLoyaltyTextIdle)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-loyalty-text-idle{fill:var(--colorLoyaltyTextIdle)!important}}.fl-loyalty-text-active{fill:var(--colorLoyaltyTextActive)}@media(min-width:0)and (max-width:527px){.sm\:fl-loyalty-text-active{fill:var(--colorLoyaltyTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-loyalty-text-active{fill:var(--colorLoyaltyTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-loyalty-text-active{fill:var(--colorLoyaltyTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-loyalty-text-active{fill:var(--colorLoyaltyTextActive)!important}}.fl-loyalty-icon{fill:var(--colorLoyaltyIcon)}@media(min-width:0)and (max-width:527px){.sm\:fl-loyalty-icon{fill:var(--colorLoyaltyIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-loyalty-icon{fill:var(--colorLoyaltyIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-loyalty-icon{fill:var(--colorLoyaltyIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-loyalty-icon{fill:var(--colorLoyaltyIcon)!important}}.fl-pro-hover-background{fill:var(--colorProHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:fl-pro-hover-background{fill:var(--colorProHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-pro-hover-background{fill:var(--colorProHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-pro-hover-background{fill:var(--colorProHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-pro-hover-background{fill:var(--colorProHoverBackground)!important}}.fl-pro-text-active{fill:var(--colorProTextActive)}@media(min-width:0)and (max-width:527px){.sm\:fl-pro-text-active{fill:var(--colorProTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-pro-text-active{fill:var(--colorProTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-pro-text-active{fill:var(--colorProTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-pro-text-active{fill:var(--colorProTextActive)!important}}.fl-illu-secondary-dark{fill:var(--colorIlluSecondaryDark)}@media(min-width:0)and (max-width:527px){.sm\:fl-illu-secondary-dark{fill:var(--colorIlluSecondaryDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-illu-secondary-dark{fill:var(--colorIlluSecondaryDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-illu-secondary-dark{fill:var(--colorIlluSecondaryDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-illu-secondary-dark{fill:var(--colorIlluSecondaryDark)!important}}.fl-illu-secondary-75{fill:var(--colorIlluSecondary75)}@media(min-width:0)and (max-width:527px){.sm\:fl-illu-secondary-75{fill:var(--colorIlluSecondary75)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-illu-secondary-75{fill:var(--colorIlluSecondary75)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-illu-secondary-75{fill:var(--colorIlluSecondary75)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-illu-secondary-75{fill:var(--colorIlluSecondary75)!important}}.fl-illu-secondary-50{fill:var(--colorIlluSecondary50)}@media(min-width:0)and (max-width:527px){.sm\:fl-illu-secondary-50{fill:var(--colorIlluSecondary50)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-illu-secondary-50{fill:var(--colorIlluSecondary50)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-illu-secondary-50{fill:var(--colorIlluSecondary50)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-illu-secondary-50{fill:var(--colorIlluSecondary50)!important}}.fl-illu-secondary-30{fill:var(--colorIlluSecondary30)}@media(min-width:0)and (max-width:527px){.sm\:fl-illu-secondary-30{fill:var(--colorIlluSecondary30)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-illu-secondary-30{fill:var(--colorIlluSecondary30)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-illu-secondary-30{fill:var(--colorIlluSecondary30)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-illu-secondary-30{fill:var(--colorIlluSecondary30)!important}}.fl-illu-secondary-20{fill:var(--colorIlluSecondary20)}@media(min-width:0)and (max-width:527px){.sm\:fl-illu-secondary-20{fill:var(--colorIlluSecondary20)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-illu-secondary-20{fill:var(--colorIlluSecondary20)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-illu-secondary-20{fill:var(--colorIlluSecondary20)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-illu-secondary-20{fill:var(--colorIlluSecondary20)!important}}.fl-illu-secondary-15{fill:var(--colorIlluSecondary15)}@media(min-width:0)and (max-width:527px){.sm\:fl-illu-secondary-15{fill:var(--colorIlluSecondary15)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-illu-secondary-15{fill:var(--colorIlluSecondary15)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-illu-secondary-15{fill:var(--colorIlluSecondary15)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-illu-secondary-15{fill:var(--colorIlluSecondary15)!important}}.fl-illu-secondary-10{fill:var(--colorIlluSecondary10)}@media(min-width:0)and (max-width:527px){.sm\:fl-illu-secondary-10{fill:var(--colorIlluSecondary10)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-illu-secondary-10{fill:var(--colorIlluSecondary10)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-illu-secondary-10{fill:var(--colorIlluSecondary10)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-illu-secondary-10{fill:var(--colorIlluSecondary10)!important}}.fl-tile-navigation-primary-800{fill:var(--colorTileNavigationPrimary800)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-navigation-primary-800{fill:var(--colorTileNavigationPrimary800)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-navigation-primary-800{fill:var(--colorTileNavigationPrimary800)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-navigation-primary-800{fill:var(--colorTileNavigationPrimary800)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-navigation-primary-800{fill:var(--colorTileNavigationPrimary800)!important}}.fl-tile-navigation-primary-700{fill:var(--colorTileNavigationPrimary700)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-navigation-primary-700{fill:var(--colorTileNavigationPrimary700)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-navigation-primary-700{fill:var(--colorTileNavigationPrimary700)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-navigation-primary-700{fill:var(--colorTileNavigationPrimary700)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-navigation-primary-700{fill:var(--colorTileNavigationPrimary700)!important}}.fl-tile-navigation-primary-600{fill:var(--colorTileNavigationPrimary600)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-navigation-primary-600{fill:var(--colorTileNavigationPrimary600)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-navigation-primary-600{fill:var(--colorTileNavigationPrimary600)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-navigation-primary-600{fill:var(--colorTileNavigationPrimary600)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-navigation-primary-600{fill:var(--colorTileNavigationPrimary600)!important}}.fl-tile-navigation-primary-500{fill:var(--colorTileNavigationPrimary500)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-navigation-primary-500{fill:var(--colorTileNavigationPrimary500)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-navigation-primary-500{fill:var(--colorTileNavigationPrimary500)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-navigation-primary-500{fill:var(--colorTileNavigationPrimary500)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-navigation-primary-500{fill:var(--colorTileNavigationPrimary500)!important}}.fl-tile-list-primary-400{fill:var(--colorTileListPrimary400)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-list-primary-400{fill:var(--colorTileListPrimary400)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-list-primary-400{fill:var(--colorTileListPrimary400)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-list-primary-400{fill:var(--colorTileListPrimary400)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-list-primary-400{fill:var(--colorTileListPrimary400)!important}}.fl-tile-list-primary-300{fill:var(--colorTileListPrimary300)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-list-primary-300{fill:var(--colorTileListPrimary300)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-list-primary-300{fill:var(--colorTileListPrimary300)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-list-primary-300{fill:var(--colorTileListPrimary300)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-list-primary-300{fill:var(--colorTileListPrimary300)!important}}.fl-tile-list-primary-200{fill:var(--colorTileListPrimary200)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-list-primary-200{fill:var(--colorTileListPrimary200)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-list-primary-200{fill:var(--colorTileListPrimary200)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-list-primary-200{fill:var(--colorTileListPrimary200)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-list-primary-200{fill:var(--colorTileListPrimary200)!important}}.fl-tile-list-primary-100{fill:var(--colorTileListPrimary100)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-list-primary-100{fill:var(--colorTileListPrimary100)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-list-primary-100{fill:var(--colorTileListPrimary100)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-list-primary-100{fill:var(--colorTileListPrimary100)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-list-primary-100{fill:var(--colorTileListPrimary100)!important}}.fl-tile-navigation-secondary-800{fill:var(--colorTileNavigationSecondary800)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-navigation-secondary-800{fill:var(--colorTileNavigationSecondary800)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-navigation-secondary-800{fill:var(--colorTileNavigationSecondary800)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-navigation-secondary-800{fill:var(--colorTileNavigationSecondary800)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-navigation-secondary-800{fill:var(--colorTileNavigationSecondary800)!important}}.fl-tile-navigation-secondary-700{fill:var(--colorTileNavigationSecondary700)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-navigation-secondary-700{fill:var(--colorTileNavigationSecondary700)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-navigation-secondary-700{fill:var(--colorTileNavigationSecondary700)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-navigation-secondary-700{fill:var(--colorTileNavigationSecondary700)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-navigation-secondary-700{fill:var(--colorTileNavigationSecondary700)!important}}.fl-tile-navigation-secondary-600{fill:var(--colorTileNavigationSecondary600)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-navigation-secondary-600{fill:var(--colorTileNavigationSecondary600)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-navigation-secondary-600{fill:var(--colorTileNavigationSecondary600)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-navigation-secondary-600{fill:var(--colorTileNavigationSecondary600)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-navigation-secondary-600{fill:var(--colorTileNavigationSecondary600)!important}}.fl-tile-navigation-secondary-500{fill:var(--colorTileNavigationSecondary500)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-navigation-secondary-500{fill:var(--colorTileNavigationSecondary500)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-navigation-secondary-500{fill:var(--colorTileNavigationSecondary500)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-navigation-secondary-500{fill:var(--colorTileNavigationSecondary500)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-navigation-secondary-500{fill:var(--colorTileNavigationSecondary500)!important}}.fl-tile-list-secondary-400{fill:var(--colorTileListSecondary400)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-list-secondary-400{fill:var(--colorTileListSecondary400)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-list-secondary-400{fill:var(--colorTileListSecondary400)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-list-secondary-400{fill:var(--colorTileListSecondary400)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-list-secondary-400{fill:var(--colorTileListSecondary400)!important}}.fl-tile-list-secondary-300{fill:var(--colorTileListSecondary300)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-list-secondary-300{fill:var(--colorTileListSecondary300)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-list-secondary-300{fill:var(--colorTileListSecondary300)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-list-secondary-300{fill:var(--colorTileListSecondary300)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-list-secondary-300{fill:var(--colorTileListSecondary300)!important}}.fl-tile-list-secondary-200{fill:var(--colorTileListSecondary200)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-list-secondary-200{fill:var(--colorTileListSecondary200)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-list-secondary-200{fill:var(--colorTileListSecondary200)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-list-secondary-200{fill:var(--colorTileListSecondary200)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-list-secondary-200{fill:var(--colorTileListSecondary200)!important}}.fl-tile-list-secondary-100{fill:var(--colorTileListSecondary100)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-list-secondary-100{fill:var(--colorTileListSecondary100)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-list-secondary-100{fill:var(--colorTileListSecondary100)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-list-secondary-100{fill:var(--colorTileListSecondary100)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-list-secondary-100{fill:var(--colorTileListSecondary100)!important}}.fl-tile-navigation-tertiary-800{fill:var(--colorTileNavigationTertiary800)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-navigation-tertiary-800{fill:var(--colorTileNavigationTertiary800)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-navigation-tertiary-800{fill:var(--colorTileNavigationTertiary800)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-navigation-tertiary-800{fill:var(--colorTileNavigationTertiary800)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-navigation-tertiary-800{fill:var(--colorTileNavigationTertiary800)!important}}.fl-tile-navigation-tertiary-700{fill:var(--colorTileNavigationTertiary700)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-navigation-tertiary-700{fill:var(--colorTileNavigationTertiary700)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-navigation-tertiary-700{fill:var(--colorTileNavigationTertiary700)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-navigation-tertiary-700{fill:var(--colorTileNavigationTertiary700)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-navigation-tertiary-700{fill:var(--colorTileNavigationTertiary700)!important}}.fl-tile-navigation-tertiary-600{fill:var(--colorTileNavigationTertiary600)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-navigation-tertiary-600{fill:var(--colorTileNavigationTertiary600)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-navigation-tertiary-600{fill:var(--colorTileNavigationTertiary600)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-navigation-tertiary-600{fill:var(--colorTileNavigationTertiary600)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-navigation-tertiary-600{fill:var(--colorTileNavigationTertiary600)!important}}.fl-tile-navigation-tertiary-500{fill:var(--colorTileNavigationTertiary500)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-navigation-tertiary-500{fill:var(--colorTileNavigationTertiary500)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-navigation-tertiary-500{fill:var(--colorTileNavigationTertiary500)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-navigation-tertiary-500{fill:var(--colorTileNavigationTertiary500)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-navigation-tertiary-500{fill:var(--colorTileNavigationTertiary500)!important}}.fl-tile-list-tertiary-400{fill:var(--colorTileListTertiary400)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-list-tertiary-400{fill:var(--colorTileListTertiary400)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-list-tertiary-400{fill:var(--colorTileListTertiary400)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-list-tertiary-400{fill:var(--colorTileListTertiary400)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-list-tertiary-400{fill:var(--colorTileListTertiary400)!important}}.fl-tile-list-tertiary-300{fill:var(--colorTileListTertiary300)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-list-tertiary-300{fill:var(--colorTileListTertiary300)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-list-tertiary-300{fill:var(--colorTileListTertiary300)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-list-tertiary-300{fill:var(--colorTileListTertiary300)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-list-tertiary-300{fill:var(--colorTileListTertiary300)!important}}.fl-tile-list-tertiary-200{fill:var(--colorTileListTertiary200)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-list-tertiary-200{fill:var(--colorTileListTertiary200)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-list-tertiary-200{fill:var(--colorTileListTertiary200)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-list-tertiary-200{fill:var(--colorTileListTertiary200)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-list-tertiary-200{fill:var(--colorTileListTertiary200)!important}}.fl-tile-list-tertiary-100{fill:var(--colorTileListTertiary100)}@media(min-width:0)and (max-width:527px){.sm\:fl-tile-list-tertiary-100{fill:var(--colorTileListTertiary100)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tile-list-tertiary-100{fill:var(--colorTileListTertiary100)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tile-list-tertiary-100{fill:var(--colorTileListTertiary100)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tile-list-tertiary-100{fill:var(--colorTileListTertiary100)!important}}.fl-social-media-facebook{fill:var(--colorSocialMediaFacebook)}@media(min-width:0)and (max-width:527px){.sm\:fl-social-media-facebook{fill:var(--colorSocialMediaFacebook)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-social-media-facebook{fill:var(--colorSocialMediaFacebook)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-social-media-facebook{fill:var(--colorSocialMediaFacebook)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-social-media-facebook{fill:var(--colorSocialMediaFacebook)!important}}.fl-social-media-facebook-hover{fill:var(--colorSocialMediaFacebookHover)}@media(min-width:0)and (max-width:527px){.sm\:fl-social-media-facebook-hover{fill:var(--colorSocialMediaFacebookHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-social-media-facebook-hover{fill:var(--colorSocialMediaFacebookHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-social-media-facebook-hover{fill:var(--colorSocialMediaFacebookHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-social-media-facebook-hover{fill:var(--colorSocialMediaFacebookHover)!important}}.fl-focus-ring-light{fill:var(--colorFocusRingLight)}@media(min-width:0)and (max-width:527px){.sm\:fl-focus-ring-light{fill:var(--colorFocusRingLight)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-focus-ring-light{fill:var(--colorFocusRingLight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-focus-ring-light{fill:var(--colorFocusRingLight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-focus-ring-light{fill:var(--colorFocusRingLight)!important}}.fl-focus-ring-dark{fill:var(--colorFocusRingDark)}@media(min-width:0)and (max-width:527px){.sm\:fl-focus-ring-dark{fill:var(--colorFocusRingDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-focus-ring-dark{fill:var(--colorFocusRingDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-focus-ring-dark{fill:var(--colorFocusRingDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-focus-ring-dark{fill:var(--colorFocusRingDark)!important}}.fl-tabsquare-primary{fill:var(--colorTabsquarePrimary)}@media(min-width:0)and (max-width:527px){.sm\:fl-tabsquare-primary{fill:var(--colorTabsquarePrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tabsquare-primary{fill:var(--colorTabsquarePrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tabsquare-primary{fill:var(--colorTabsquarePrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tabsquare-primary{fill:var(--colorTabsquarePrimary)!important}}.fl-yuu-primary{fill:var(--colorYuuPrimary)}@media(min-width:0)and (max-width:527px){.sm\:fl-yuu-primary{fill:var(--colorYuuPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-yuu-primary{fill:var(--colorYuuPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-yuu-primary{fill:var(--colorYuuPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-yuu-primary{fill:var(--colorYuuPrimary)!important}}.fl-klarna-pink{fill:var(--colorKlarnaPink)}@media(min-width:0)and (max-width:527px){.sm\:fl-klarna-pink{fill:var(--colorKlarnaPink)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-klarna-pink{fill:var(--colorKlarnaPink)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-klarna-pink{fill:var(--colorKlarnaPink)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-klarna-pink{fill:var(--colorKlarnaPink)!important}}.fl-klarna-off-white{fill:var(--colorKlarnaOffWhite)}@media(min-width:0)and (max-width:527px){.sm\:fl-klarna-off-white{fill:var(--colorKlarnaOffWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-klarna-off-white{fill:var(--colorKlarnaOffWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-klarna-off-white{fill:var(--colorKlarnaOffWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-klarna-off-white{fill:var(--colorKlarnaOffWhite)!important}}.fl-klarna-black{fill:var(--colorKlarnaBlack)}@media(min-width:0)and (max-width:527px){.sm\:fl-klarna-black{fill:var(--colorKlarnaBlack)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-klarna-black{fill:var(--colorKlarnaBlack)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-klarna-black{fill:var(--colorKlarnaBlack)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-klarna-black{fill:var(--colorKlarnaBlack)!important}}.fl-sgroup-primary{fill:var(--colorSgroupPrimary)}@media(min-width:0)and (max-width:527px){.sm\:fl-sgroup-primary{fill:var(--colorSgroupPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-sgroup-primary{fill:var(--colorSgroupPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-sgroup-primary{fill:var(--colorSgroupPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-sgroup-primary{fill:var(--colorSgroupPrimary)!important}}.fl-brand-highlight-lvl1{fill:var(--colorBrandHighlightLvl1)}@media(min-width:0)and (max-width:527px){.sm\:fl-brand-highlight-lvl1{fill:var(--colorBrandHighlightLvl1)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-brand-highlight-lvl1{fill:var(--colorBrandHighlightLvl1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-brand-highlight-lvl1{fill:var(--colorBrandHighlightLvl1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-brand-highlight-lvl1{fill:var(--colorBrandHighlightLvl1)!important}}.fl-brand-linear-gradient-1{fill:var(--colorLinearGradient1)}@media(min-width:0)and (max-width:527px){.sm\:fl-brand-linear-gradient-1{fill:var(--colorLinearGradient1)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-brand-linear-gradient-1{fill:var(--colorLinearGradient1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-brand-linear-gradient-1{fill:var(--colorLinearGradient1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-brand-linear-gradient-1{fill:var(--colorLinearGradient1)!important}}.fl-brand-linear-gradient-2{fill:var(--colorLinearGradient2)}@media(min-width:0)and (max-width:527px){.sm\:fl-brand-linear-gradient-2{fill:var(--colorLinearGradient2)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-brand-linear-gradient-2{fill:var(--colorLinearGradient2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-brand-linear-gradient-2{fill:var(--colorLinearGradient2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-brand-linear-gradient-2{fill:var(--colorLinearGradient2)!important}}.fl-rating-tag-text{fill:var(--colorRatingTagText)}@media(min-width:0)and (max-width:527px){.sm\:fl-rating-tag-text{fill:var(--colorRatingTagText)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rating-tag-text{fill:var(--colorRatingTagText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rating-tag-text{fill:var(--colorRatingTagText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rating-tag-text{fill:var(--colorRatingTagText)!important}}.fl-deal-highlight-lvl1{fill:var(--colorDealHighlightLvl1)}@media(min-width:0)and (max-width:527px){.sm\:fl-deal-highlight-lvl1{fill:var(--colorDealHighlightLvl1)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-deal-highlight-lvl1{fill:var(--colorDealHighlightLvl1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-deal-highlight-lvl1{fill:var(--colorDealHighlightLvl1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-deal-highlight-lvl1{fill:var(--colorDealHighlightLvl1)!important}}.fl-deal-highlight-lvl2{fill:var(--colorDealHighlightLvl2)}@media(min-width:0)and (max-width:527px){.sm\:fl-deal-highlight-lvl2{fill:var(--colorDealHighlightLvl2)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-deal-highlight-lvl2{fill:var(--colorDealHighlightLvl2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-deal-highlight-lvl2{fill:var(--colorDealHighlightLvl2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-deal-highlight-lvl2{fill:var(--colorDealHighlightLvl2)!important}}.fl-joker-primary{fill:var(--colorJokerPrimary)}@media(min-width:0)and (max-width:527px){.sm\:fl-joker-primary{fill:var(--colorJokerPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-joker-primary{fill:var(--colorJokerPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-joker-primary{fill:var(--colorJokerPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-joker-primary{fill:var(--colorJokerPrimary)!important}}.fl-joker-primary-bk{fill:var(--colorJokerPrimaryBk)}@media(min-width:0)and (max-width:527px){.sm\:fl-joker-primary-bk{fill:var(--colorJokerPrimaryBk)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-joker-primary-bk{fill:var(--colorJokerPrimaryBk)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-joker-primary-bk{fill:var(--colorJokerPrimaryBk)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-joker-primary-bk{fill:var(--colorJokerPrimaryBk)!important}}.fl-joker-primary-bk2{fill:var(--colorJokerPrimaryBk2)}@media(min-width:0)and (max-width:527px){.sm\:fl-joker-primary-bk2{fill:var(--colorJokerPrimaryBk2)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-joker-primary-bk2{fill:var(--colorJokerPrimaryBk2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-joker-primary-bk2{fill:var(--colorJokerPrimaryBk2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-joker-primary-bk2{fill:var(--colorJokerPrimaryBk2)!important}}.fl-joker-secondary{fill:var(--colorJokerSecondary)}@media(min-width:0)and (max-width:527px){.sm\:fl-joker-secondary{fill:var(--colorJokerSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-joker-secondary{fill:var(--colorJokerSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-joker-secondary{fill:var(--colorJokerSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-joker-secondary{fill:var(--colorJokerSecondary)!important}}.fl-joker-secondary-bk{fill:var(--colorJokerSecondaryBk)}@media(min-width:0)and (max-width:527px){.sm\:fl-joker-secondary-bk{fill:var(--colorJokerSecondaryBk)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-joker-secondary-bk{fill:var(--colorJokerSecondaryBk)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-joker-secondary-bk{fill:var(--colorJokerSecondaryBk)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-joker-secondary-bk{fill:var(--colorJokerSecondaryBk)!important}}.fl-joker-tertiary{fill:var(--colorJokerTertiary)}@media(min-width:0)and (max-width:527px){.sm\:fl-joker-tertiary{fill:var(--colorJokerTertiary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-joker-tertiary{fill:var(--colorJokerTertiary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-joker-tertiary{fill:var(--colorJokerTertiary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-joker-tertiary{fill:var(--colorJokerTertiary)!important}}.fl-joker-tertiary-bk{fill:var(--colorJokerTertiaryBk)}@media(min-width:0)and (max-width:527px){.sm\:fl-joker-tertiary-bk{fill:var(--colorJokerTertiaryBk)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-joker-tertiary-bk{fill:var(--colorJokerTertiaryBk)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-joker-tertiary-bk{fill:var(--colorJokerTertiaryBk)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-joker-tertiary-bk{fill:var(--colorJokerTertiaryBk)!important}}.fl-brand-primary-dark{fill:#c60d5c}@media(min-width:0)and (max-width:527px){.sm\:fl-brand-primary-dark{fill:#c60d5c!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-brand-primary-dark{fill:#c60d5c!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-brand-primary-dark{fill:#c60d5c!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-brand-primary-dark{fill:#c60d5c!important}}.fl-ratings{fill:#276fbf}@media(min-width:0)and (max-width:527px){.sm\:fl-ratings{fill:#276fbf!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-ratings{fill:#276fbf!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-ratings{fill:#276fbf!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-ratings{fill:#276fbf!important}}.fl-tag-best-in-city-bg{fill:var(--colorBrandSecondary)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-best-in-city-bg{fill:var(--colorBrandSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-best-in-city-bg{fill:var(--colorBrandSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-best-in-city-bg{fill:var(--colorBrandSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-best-in-city-bg{fill:var(--colorBrandSecondary)!important}}.fl-tag-best-in-city-text{fill:var(--colorWhite)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-best-in-city-text{fill:var(--colorWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-best-in-city-text{fill:var(--colorWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-best-in-city-text{fill:var(--colorWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-best-in-city-text{fill:var(--colorWhite)!important}}.fl-tag-deal-bg{fill:#fef6f9}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-deal-bg{fill:#fef6f9!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-deal-bg{fill:#fef6f9!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-deal-bg{fill:#fef6f9!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-deal-bg{fill:#fef6f9!important}}.fl-tag-primary-bg{fill:var(--colorBrandPrimary)}@media(min-width:0)and (max-width:527px){.sm\:fl-tag-primary-bg{fill:var(--colorBrandPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-tag-primary-bg{fill:var(--colorBrandPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-tag-primary-bg{fill:var(--colorBrandPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-tag-primary-bg{fill:var(--colorBrandPrimary)!important}}.fl-brand-blue{fill:#d4dfe6}@media(min-width:0)and (max-width:527px){.sm\:fl-brand-blue{fill:#d4dfe6!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-brand-blue{fill:#d4dfe6!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-brand-blue{fill:#d4dfe6!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-brand-blue{fill:#d4dfe6!important}}.fl-brand-blue-ii{fill:#1f4d5d}@media(min-width:0)and (max-width:527px){.sm\:fl-brand-blue-ii{fill:#1f4d5d!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-brand-blue-ii{fill:#1f4d5d!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-brand-blue-ii{fill:#1f4d5d!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-brand-blue-ii{fill:#1f4d5d!important}}.fl-brand-blue-iii{fill:#9cb4bf}@media(min-width:0)and (max-width:527px){.sm\:fl-brand-blue-iii{fill:#9cb4bf!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-brand-blue-iii{fill:#9cb4bf!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-brand-blue-iii{fill:#9cb4bf!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-brand-blue-iii{fill:#9cb4bf!important}}.fl-brand-blue-iv{fill:#8aa7b3}@media(min-width:0)and (max-width:527px){.sm\:fl-brand-blue-iv{fill:#8aa7b3!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-brand-blue-iv{fill:#8aa7b3!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-brand-blue-iv{fill:#8aa7b3!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-brand-blue-iv{fill:#8aa7b3!important}}.fl-brand-grayedout{fill:#ea81ae}@media(min-width:0)and (max-width:527px){.sm\:fl-brand-grayedout{fill:#ea81ae!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-brand-grayedout{fill:#ea81ae!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-brand-grayedout{fill:#ea81ae!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-brand-grayedout{fill:#ea81ae!important}}.fl-brand-pink-80{fill:#e14e84}@media(min-width:0)and (max-width:527px){.sm\:fl-brand-pink-80{fill:#e14e84!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-brand-pink-80{fill:#e14e84!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-brand-pink-80{fill:#e14e84!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-brand-pink-80{fill:#e14e84!important}}.fl-brand-pink-60{fill:#eb7ca3}@media(min-width:0)and (max-width:527px){.sm\:fl-brand-pink-60{fill:#eb7ca3!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-brand-pink-60{fill:#eb7ca3!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-brand-pink-60{fill:#eb7ca3!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-brand-pink-60{fill:#eb7ca3!important}}.fl-brand-pink-30{fill:#f7bdd1}@media(min-width:0)and (max-width:527px){.sm\:fl-brand-pink-30{fill:#f7bdd1!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-brand-pink-30{fill:#f7bdd1!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-brand-pink-30{fill:#f7bdd1!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-brand-pink-30{fill:#f7bdd1!important}}.fl-gradient-middle{fill:#c60d5c}@media(min-width:0)and (max-width:527px){.sm\:fl-gradient-middle{fill:#c60d5c!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-gradient-middle{fill:#c60d5c!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-gradient-middle{fill:#c60d5c!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-gradient-middle{fill:#c60d5c!important}}.fl-grayedout{fill:hsla(0,0%,100%,.84)}@media(min-width:0)and (max-width:527px){.sm\:fl-grayedout{fill:hsla(0,0%,100%,.84)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-grayedout{fill:hsla(0,0%,100%,.84)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-grayedout{fill:hsla(0,0%,100%,.84)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-grayedout{fill:hsla(0,0%,100%,.84)!important}}.fl-neutral-light-surface{fill:#fafafa}@media(min-width:0)and (max-width:527px){.sm\:fl-neutral-light-surface{fill:#fafafa!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-neutral-light-surface{fill:#fafafa!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-neutral-light-surface{fill:#fafafa!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-neutral-light-surface{fill:#fafafa!important}}.fl-overlay-lvl1{fill:rgba(0,0,0,.02)}@media(min-width:0)and (max-width:527px){.sm\:fl-overlay-lvl1{fill:rgba(0,0,0,.02)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-overlay-lvl1{fill:rgba(0,0,0,.02)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-overlay-lvl1{fill:rgba(0,0,0,.02)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-overlay-lvl1{fill:rgba(0,0,0,.02)!important}}.fl-overlay-lvl2{fill:rgba(0,0,0,.04)}@media(min-width:0)and (max-width:527px){.sm\:fl-overlay-lvl2{fill:rgba(0,0,0,.04)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-overlay-lvl2{fill:rgba(0,0,0,.04)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-overlay-lvl2{fill:rgba(0,0,0,.04)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-overlay-lvl2{fill:rgba(0,0,0,.04)!important}}.fl-overlay-lvl3{fill:rgba(0,0,0,.08)}@media(min-width:0)and (max-width:527px){.sm\:fl-overlay-lvl3{fill:rgba(0,0,0,.08)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-overlay-lvl3{fill:rgba(0,0,0,.08)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-overlay-lvl3{fill:rgba(0,0,0,.08)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-overlay-lvl3{fill:rgba(0,0,0,.08)!important}}.fl-overlay-lvl4{fill:rgba(0,0,0,.12)}@media(min-width:0)and (max-width:527px){.sm\:fl-overlay-lvl4{fill:rgba(0,0,0,.12)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-overlay-lvl4{fill:rgba(0,0,0,.12)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-overlay-lvl4{fill:rgba(0,0,0,.12)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-overlay-lvl4{fill:rgba(0,0,0,.12)!important}}.fl-overlay-lvl5{fill:rgba(0,0,0,.16)}@media(min-width:0)and (max-width:527px){.sm\:fl-overlay-lvl5{fill:rgba(0,0,0,.16)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-overlay-lvl5{fill:rgba(0,0,0,.16)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-overlay-lvl5{fill:rgba(0,0,0,.16)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-overlay-lvl5{fill:rgba(0,0,0,.16)!important}}.fl-overlay-lvl6{fill:rgba(0,0,0,.48)}@media(min-width:0)and (max-width:527px){.sm\:fl-overlay-lvl6{fill:rgba(0,0,0,.48)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-overlay-lvl6{fill:rgba(0,0,0,.48)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-overlay-lvl6{fill:rgba(0,0,0,.48)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-overlay-lvl6{fill:rgba(0,0,0,.48)!important}}.fl-overlay-white{fill:hsla(0,0%,100%,.64)}@media(min-width:0)and (max-width:527px){.sm\:fl-overlay-white{fill:hsla(0,0%,100%,.64)!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-overlay-white{fill:hsla(0,0%,100%,.64)!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-overlay-white{fill:hsla(0,0%,100%,.64)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-overlay-white{fill:hsla(0,0%,100%,.64)!important}}.fl-rating-highlight{fill:#e9f0f8}@media(min-width:0)and (max-width:527px){.sm\:fl-rating-highlight{fill:#e9f0f8!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rating-highlight{fill:#e9f0f8!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rating-highlight{fill:#e9f0f8!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rating-highlight{fill:#e9f0f8!important}}.fl-rider-banner{fill:#d70f64}@media(min-width:0)and (max-width:527px){.sm\:fl-rider-banner{fill:#d70f64!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-rider-banner{fill:#d70f64!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-rider-banner{fill:#d70f64!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-rider-banner{fill:#d70f64!important}}.fl-social-applepay{fill:#000}@media(min-width:0)and (max-width:527px){.sm\:fl-social-applepay{fill:#000!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-social-applepay{fill:#000!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-social-applepay{fill:#000!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-social-applepay{fill:#000!important}}.fl-social-facebook{fill:#1877f2}@media(min-width:0)and (max-width:527px){.sm\:fl-social-facebook{fill:#1877f2!important}}@media(min-width:528px)and (max-width:767px){.md\:fl-social-facebook{fill:#1877f2!important}}@media(min-width:768px)and (max-width:959px){.lg\:fl-social-facebook{fill:#1877f2!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fl-social-facebook{fill:#1877f2!important}}.bg-brand-primary{background:var(--colorBrandPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bg-brand-primary{background:var(--colorBrandPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-brand-primary{background:var(--colorBrandPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-brand-primary{background:var(--colorBrandPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-brand-primary{background:var(--colorBrandPrimary)!important}}.bg-brand-secondary{background:var(--colorBrandSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bg-brand-secondary{background:var(--colorBrandSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-brand-secondary{background:var(--colorBrandSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-brand-secondary{background:var(--colorBrandSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-brand-secondary{background:var(--colorBrandSecondary)!important}}.bg-brand-dark{background:var(--colorBrandDark)}@media(min-width:0)and (max-width:527px){.sm\:bg-brand-dark{background:var(--colorBrandDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-brand-dark{background:var(--colorBrandDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-brand-dark{background:var(--colorBrandDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-brand-dark{background:var(--colorBrandDark)!important}}.bg-brand-highlight{background:var(--colorBrandHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bg-brand-highlight{background:var(--colorBrandHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-brand-highlight{background:var(--colorBrandHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-brand-highlight{background:var(--colorBrandHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-brand-highlight{background:var(--colorBrandHighlight)!important}}.bg-gradient-light{background:var(--colorGradientLight)}@media(min-width:0)and (max-width:527px){.sm\:bg-gradient-light{background:var(--colorGradientLight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-gradient-light{background:var(--colorGradientLight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-gradient-light{background:var(--colorGradientLight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-gradient-light{background:var(--colorGradientLight)!important}}.bg-gradient-dark{background:var(--colorGradientDark)}@media(min-width:0)and (max-width:527px){.sm\:bg-gradient-dark{background:var(--colorGradientDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-gradient-dark{background:var(--colorGradientDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-gradient-dark{background:var(--colorGradientDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-gradient-dark{background:var(--colorGradientDark)!important}}.bg-gradient-brand{background:var(--colorGradientBrand)}@media(min-width:0)and (max-width:527px){.sm\:bg-gradient-brand{background:var(--colorGradientBrand)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-gradient-brand{background:var(--colorGradientBrand)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-gradient-brand{background:var(--colorGradientBrand)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-gradient-brand{background:var(--colorGradientBrand)!important}}.bg-interaction-primary{background:var(--colorInteractionPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-primary{background:var(--colorInteractionPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-primary{background:var(--colorInteractionPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-primary{background:var(--colorInteractionPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-primary{background:var(--colorInteractionPrimary)!important}}.bg-interaction-primary-hover{background:var(--colorInteractionPrimaryHover)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-primary-hover{background:var(--colorInteractionPrimaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-primary-hover{background:var(--colorInteractionPrimaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-primary-hover{background:var(--colorInteractionPrimaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-primary-hover{background:var(--colorInteractionPrimaryHover)!important}}.bg-interaction-secondary{background:var(--colorInteractionSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-secondary{background:var(--colorInteractionSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-secondary{background:var(--colorInteractionSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-secondary{background:var(--colorInteractionSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-secondary{background:var(--colorInteractionSecondary)!important}}.bg-interaction-secondary-hover{background:var(--colorInteractionSecondaryHover)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-secondary-hover{background:var(--colorInteractionSecondaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-secondary-hover{background:var(--colorInteractionSecondaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-secondary-hover{background:var(--colorInteractionSecondaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-secondary-hover{background:var(--colorInteractionSecondaryHover)!important}}.bg-interaction-secondary-feedback{background:var(--colorInteractionSecondaryFeedback)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-secondary-feedback{background:var(--colorInteractionSecondaryFeedback)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-secondary-feedback{background:var(--colorInteractionSecondaryFeedback)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-secondary-feedback{background:var(--colorInteractionSecondaryFeedback)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-secondary-feedback{background:var(--colorInteractionSecondaryFeedback)!important}}.bg-interaction-secondary-highlight{background:var(--colorInteractionSecondaryHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-secondary-highlight{background:var(--colorInteractionSecondaryHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-secondary-highlight{background:var(--colorInteractionSecondaryHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-secondary-highlight{background:var(--colorInteractionSecondaryHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-secondary-highlight{background:var(--colorInteractionSecondaryHighlight)!important}}.bg-interaction-secondary-border{background:var(--colorInteractionSecondaryBorder)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-secondary-border{background:var(--colorInteractionSecondaryBorder)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-secondary-border{background:var(--colorInteractionSecondaryBorder)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-secondary-border{background:var(--colorInteractionSecondaryBorder)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-secondary-border{background:var(--colorInteractionSecondaryBorder)!important}}.bg-interaction-tertiary{background:var(--colorInteractionTertiary)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-tertiary{background:var(--colorInteractionTertiary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-tertiary{background:var(--colorInteractionTertiary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-tertiary{background:var(--colorInteractionTertiary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-tertiary{background:var(--colorInteractionTertiary)!important}}.bg-interaction-primary-feedback{background:var(--colorInteractionPrimaryFeedback)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-primary-feedback{background:var(--colorInteractionPrimaryFeedback)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-primary-feedback{background:var(--colorInteractionPrimaryFeedback)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-primary-feedback{background:var(--colorInteractionPrimaryFeedback)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-primary-feedback{background:var(--colorInteractionPrimaryFeedback)!important}}.bg-info-banner-cta{background:var(--colorInfoBannerCta)}@media(min-width:0)and (max-width:527px){.sm\:bg-info-banner-cta{background:var(--colorInfoBannerCta)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-info-banner-cta{background:var(--colorInfoBannerCta)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-info-banner-cta{background:var(--colorInfoBannerCta)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-info-banner-cta{background:var(--colorInfoBannerCta)!important}}.bg-on-interaction-primary{background:var(--colorOnInteractionPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bg-on-interaction-primary{background:var(--colorOnInteractionPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-on-interaction-primary{background:var(--colorOnInteractionPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-on-interaction-primary{background:var(--colorOnInteractionPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-on-interaction-primary{background:var(--colorOnInteractionPrimary)!important}}.bg-on-interaction-primary-hover{background:var(--colorOnInteractionPrimaryHover)}@media(min-width:0)and (max-width:527px){.sm\:bg-on-interaction-primary-hover{background:var(--colorOnInteractionPrimaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-on-interaction-primary-hover{background:var(--colorOnInteractionPrimaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-on-interaction-primary-hover{background:var(--colorOnInteractionPrimaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-on-interaction-primary-hover{background:var(--colorOnInteractionPrimaryHover)!important}}.bg-on-interaction-secondary{background:var(--colorOnInteractionSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bg-on-interaction-secondary{background:var(--colorOnInteractionSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-on-interaction-secondary{background:var(--colorOnInteractionSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-on-interaction-secondary{background:var(--colorOnInteractionSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-on-interaction-secondary{background:var(--colorOnInteractionSecondary)!important}}.bg-on-interaction-secondary-hover{background:var(--colorOnInteractionSecondaryHover)}@media(min-width:0)and (max-width:527px){.sm\:bg-on-interaction-secondary-hover{background:var(--colorOnInteractionSecondaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-on-interaction-secondary-hover{background:var(--colorOnInteractionSecondaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-on-interaction-secondary-hover{background:var(--colorOnInteractionSecondaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-on-interaction-secondary-hover{background:var(--colorOnInteractionSecondaryHover)!important}}.bg-interaction-background-hover{background:var(--colorInteractionBackgroundHover)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-background-hover{background:var(--colorInteractionBackgroundHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-background-hover{background:var(--colorInteractionBackgroundHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-background-hover{background:var(--colorInteractionBackgroundHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-background-hover{background:var(--colorInteractionBackgroundHover)!important}}.bg-interaction-text-hover{background:var(--colorInteractionTextHover)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-text-hover{background:var(--colorInteractionTextHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-text-hover{background:var(--colorInteractionTextHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-text-hover{background:var(--colorInteractionTextHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-text-hover{background:var(--colorInteractionTextHover)!important}}.bg-interaction-focus{background:var(--colorInteractionFocus)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-focus{background:var(--colorInteractionFocus)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-focus{background:var(--colorInteractionFocus)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-focus{background:var(--colorInteractionFocus)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-focus{background:var(--colorInteractionFocus)!important}}.bg-interaction-focus-reversed{background:var(--colorInteractionFocusReversed)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-focus-reversed{background:var(--colorInteractionFocusReversed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-focus-reversed{background:var(--colorInteractionFocusReversed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-focus-reversed{background:var(--colorInteractionFocusReversed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-focus-reversed{background:var(--colorInteractionFocusReversed)!important}}.bg-interaction-reversed-white-opacity-15{background:var(--colorInteractionReversedWhiteOpacity15)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-reversed-white-opacity-15{background:var(--colorInteractionReversedWhiteOpacity15)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-reversed-white-opacity-15{background:var(--colorInteractionReversedWhiteOpacity15)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-reversed-white-opacity-15{background:var(--colorInteractionReversedWhiteOpacity15)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-reversed-white-opacity-15{background:var(--colorInteractionReversedWhiteOpacity15)!important}}.bg-interaction-reversed-white-opacity-30{background:var(--colorInteractionReversedWhiteOpacity30)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-reversed-white-opacity-30{background:var(--colorInteractionReversedWhiteOpacity30)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-reversed-white-opacity-30{background:var(--colorInteractionReversedWhiteOpacity30)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-reversed-white-opacity-30{background:var(--colorInteractionReversedWhiteOpacity30)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-reversed-white-opacity-30{background:var(--colorInteractionReversedWhiteOpacity30)!important}}.bg-interaction-reversed-white-opacity-50{background:var(--colorInteractionReversedWhiteOpacity50)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-reversed-white-opacity-50{background:var(--colorInteractionReversedWhiteOpacity50)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-reversed-white-opacity-50{background:var(--colorInteractionReversedWhiteOpacity50)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-reversed-white-opacity-50{background:var(--colorInteractionReversedWhiteOpacity50)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-reversed-white-opacity-50{background:var(--colorInteractionReversedWhiteOpacity50)!important}}.bg-interaction-secondary-selected{background:var(--colorInteractionSecondarySelected)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-secondary-selected{background:var(--colorInteractionSecondarySelected)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-secondary-selected{background:var(--colorInteractionSecondarySelected)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-secondary-selected{background:var(--colorInteractionSecondarySelected)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-secondary-selected{background:var(--colorInteractionSecondarySelected)!important}}.bg-interaction-secondary-inactive{background:var(--colorInteractionSecondaryInactive)}@media(min-width:0)and (max-width:527px){.sm\:bg-interaction-secondary-inactive{background:var(--colorInteractionSecondaryInactive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-interaction-secondary-inactive{background:var(--colorInteractionSecondaryInactive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-interaction-secondary-inactive{background:var(--colorInteractionSecondaryInactive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-interaction-secondary-inactive{background:var(--colorInteractionSecondaryInactive)!important}}.bg-main-text{background:var(--colorMainText)}@media(min-width:0)and (max-width:527px){.sm\:bg-main-text{background:var(--colorMainText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-main-text{background:var(--colorMainText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-main-text{background:var(--colorMainText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-main-text{background:var(--colorMainText)!important}}.bg-exp-timer-bg-cover{background:var(--colorExpTimerBgCover)}@media(min-width:0)and (max-width:527px){.sm\:bg-exp-timer-bg-cover{background:var(--colorExpTimerBgCover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-exp-timer-bg-cover{background:var(--colorExpTimerBgCover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-exp-timer-bg-cover{background:var(--colorExpTimerBgCover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-exp-timer-bg-cover{background:var(--colorExpTimerBgCover)!important}}.bg-exp-timer-digit-cover{background:var(--colorExpTimerDigitCover)}@media(min-width:0)and (max-width:527px){.sm\:bg-exp-timer-digit-cover{background:var(--colorExpTimerDigitCover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-exp-timer-digit-cover{background:var(--colorExpTimerDigitCover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-exp-timer-digit-cover{background:var(--colorExpTimerDigitCover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-exp-timer-digit-cover{background:var(--colorExpTimerDigitCover)!important}}.bg-tiers-subtitle-text{background:var(--colorTiersSubtitleText)}@media(min-width:0)and (max-width:527px){.sm\:bg-tiers-subtitle-text{background:var(--colorTiersSubtitleText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tiers-subtitle-text{background:var(--colorTiersSubtitleText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tiers-subtitle-text{background:var(--colorTiersSubtitleText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tiers-subtitle-text{background:var(--colorTiersSubtitleText)!important}}.bg-tier-3-subtitle-text{background:var(--colorTier3SubtitleText)}@media(min-width:0)and (max-width:527px){.sm\:bg-tier-3-subtitle-text{background:var(--colorTier3SubtitleText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tier-3-subtitle-text{background:var(--colorTier3SubtitleText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tier-3-subtitle-text{background:var(--colorTier3SubtitleText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tier-3-subtitle-text{background:var(--colorTier3SubtitleText)!important}}.bg-tier-1-tile{background:var(--colorTier1Tile)}@media(min-width:0)and (max-width:527px){.sm\:bg-tier-1-tile{background:var(--colorTier1Tile)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tier-1-tile{background:var(--colorTier1Tile)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tier-1-tile{background:var(--colorTier1Tile)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tier-1-tile{background:var(--colorTier1Tile)!important}}.bg-tier-2-tile{background:var(--colorTier2Tile)}@media(min-width:0)and (max-width:527px){.sm\:bg-tier-2-tile{background:var(--colorTier2Tile)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tier-2-tile{background:var(--colorTier2Tile)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tier-2-tile{background:var(--colorTier2Tile)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tier-2-tile{background:var(--colorTier2Tile)!important}}.bg-tier-3-tile{background:var(--colorTier3Tile)}@media(min-width:0)and (max-width:527px){.sm\:bg-tier-3-tile{background:var(--colorTier3Tile)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tier-3-tile{background:var(--colorTier3Tile)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tier-3-tile{background:var(--colorTier3Tile)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tier-3-tile{background:var(--colorTier3Tile)!important}}.bg-how-it-works-text{background:var(--colorHowItWorksText)}@media(min-width:0)and (max-width:527px){.sm\:bg-how-it-works-text{background:var(--colorHowItWorksText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-how-it-works-text{background:var(--colorHowItWorksText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-how-it-works-text{background:var(--colorHowItWorksText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-how-it-works-text{background:var(--colorHowItWorksText)!important}}.bg-how-it-works-icon-bg{background:var(--colorHowItWorksIconBg)}@media(min-width:0)and (max-width:527px){.sm\:bg-how-it-works-icon-bg{background:var(--colorHowItWorksIconBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-how-it-works-icon-bg{background:var(--colorHowItWorksIconBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-how-it-works-icon-bg{background:var(--colorHowItWorksIconBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-how-it-works-icon-bg{background:var(--colorHowItWorksIconBg)!important}}.bg-timer-bg{background:var(--colorTimerBg)}@media(min-width:0)and (max-width:527px){.sm\:bg-timer-bg{background:var(--colorTimerBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-timer-bg{background:var(--colorTimerBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-timer-bg{background:var(--colorTimerBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-timer-bg{background:var(--colorTimerBg)!important}}.bg-timer-digit{background:var(--colorTimerDigit)}@media(min-width:0)and (max-width:527px){.sm\:bg-timer-digit{background:var(--colorTimerDigit)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-timer-digit{background:var(--colorTimerDigit)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-timer-digit{background:var(--colorTimerDigit)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-timer-digit{background:var(--colorTimerDigit)!important}}.bg-next-tiers-text{background:var(--colorNextTiersText)}@media(min-width:0)and (max-width:527px){.sm\:bg-next-tiers-text{background:var(--colorNextTiersText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-next-tiers-text{background:var(--colorNextTiersText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-next-tiers-text{background:var(--colorNextTiersText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-next-tiers-text{background:var(--colorNextTiersText)!important}}.bg-next-tier-3-text{background:var(--colorNextTier3Text)}@media(min-width:0)and (max-width:527px){.sm\:bg-next-tier-3-text{background:var(--colorNextTier3Text)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-next-tier-3-text{background:var(--colorNextTier3Text)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-next-tier-3-text{background:var(--colorNextTier3Text)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-next-tier-3-text{background:var(--colorNextTier3Text)!important}}.bg-default-tier{background:var(--colorDefaultTier)}@media(min-width:0)and (max-width:527px){.sm\:bg-default-tier{background:var(--colorDefaultTier)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-default-tier{background:var(--colorDefaultTier)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-default-tier{background:var(--colorDefaultTier)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-default-tier{background:var(--colorDefaultTier)!important}}.bg-rdp-sheet-tier-1{background:var(--colorRdpSheetTier1)}@media(min-width:0)and (max-width:527px){.sm\:bg-rdp-sheet-tier-1{background:var(--colorRdpSheetTier1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rdp-sheet-tier-1{background:var(--colorRdpSheetTier1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rdp-sheet-tier-1{background:var(--colorRdpSheetTier1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rdp-sheet-tier-1{background:var(--colorRdpSheetTier1)!important}}.bg-rdp-sheet-tier-2{background:var(--colorRdpSheetTier2)}@media(min-width:0)and (max-width:527px){.sm\:bg-rdp-sheet-tier-2{background:var(--colorRdpSheetTier2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rdp-sheet-tier-2{background:var(--colorRdpSheetTier2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rdp-sheet-tier-2{background:var(--colorRdpSheetTier2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rdp-sheet-tier-2{background:var(--colorRdpSheetTier2)!important}}.bg-rdp-sheet-tier-3{background:var(--colorRdpSheetTier3)}@media(min-width:0)and (max-width:527px){.sm\:bg-rdp-sheet-tier-3{background:var(--colorRdpSheetTier3)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rdp-sheet-tier-3{background:var(--colorRdpSheetTier3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rdp-sheet-tier-3{background:var(--colorRdpSheetTier3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rdp-sheet-tier-3{background:var(--colorRdpSheetTier3)!important}}.bg-rdp-sheet-tier-4{background:var(--colorRdpSheetTier4)}@media(min-width:0)and (max-width:527px){.sm\:bg-rdp-sheet-tier-4{background:var(--colorRdpSheetTier4)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rdp-sheet-tier-4{background:var(--colorRdpSheetTier4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rdp-sheet-tier-4{background:var(--colorRdpSheetTier4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rdp-sheet-tier-4{background:var(--colorRdpSheetTier4)!important}}.bg-star-bg-tier-1{background:var(--colorStarBgTier1)}@media(min-width:0)and (max-width:527px){.sm\:bg-star-bg-tier-1{background:var(--colorStarBgTier1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-star-bg-tier-1{background:var(--colorStarBgTier1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-star-bg-tier-1{background:var(--colorStarBgTier1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-star-bg-tier-1{background:var(--colorStarBgTier1)!important}}.bg-star-bg-tier-2{background:var(--colorStarBgTier2)}@media(min-width:0)and (max-width:527px){.sm\:bg-star-bg-tier-2{background:var(--colorStarBgTier2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-star-bg-tier-2{background:var(--colorStarBgTier2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-star-bg-tier-2{background:var(--colorStarBgTier2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-star-bg-tier-2{background:var(--colorStarBgTier2)!important}}.bg-star-bg-tier-3{background:var(--colorStarBgTier3)}@media(min-width:0)and (max-width:527px){.sm\:bg-star-bg-tier-3{background:var(--colorStarBgTier3)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-star-bg-tier-3{background:var(--colorStarBgTier3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-star-bg-tier-3{background:var(--colorStarBgTier3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-star-bg-tier-3{background:var(--colorStarBgTier3)!important}}.bg-rdp-sheet-tier-text-bg-1{background:var(--colorRdpSheetTierTextBg1)}@media(min-width:0)and (max-width:527px){.sm\:bg-rdp-sheet-tier-text-bg-1{background:var(--colorRdpSheetTierTextBg1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rdp-sheet-tier-text-bg-1{background:var(--colorRdpSheetTierTextBg1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rdp-sheet-tier-text-bg-1{background:var(--colorRdpSheetTierTextBg1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rdp-sheet-tier-text-bg-1{background:var(--colorRdpSheetTierTextBg1)!important}}.bg-rdp-sheet-tier-text-bg-2{background:var(--colorRdpSheetTierTextBg2)}@media(min-width:0)and (max-width:527px){.sm\:bg-rdp-sheet-tier-text-bg-2{background:var(--colorRdpSheetTierTextBg2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rdp-sheet-tier-text-bg-2{background:var(--colorRdpSheetTierTextBg2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rdp-sheet-tier-text-bg-2{background:var(--colorRdpSheetTierTextBg2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rdp-sheet-tier-text-bg-2{background:var(--colorRdpSheetTierTextBg2)!important}}.bg-rdp-sheet-tier-text-bg-3{background:var(--colorRdpSheetTierTextBg3)}@media(min-width:0)and (max-width:527px){.sm\:bg-rdp-sheet-tier-text-bg-3{background:var(--colorRdpSheetTierTextBg3)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rdp-sheet-tier-text-bg-3{background:var(--colorRdpSheetTierTextBg3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rdp-sheet-tier-text-bg-3{background:var(--colorRdpSheetTierTextBg3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rdp-sheet-tier-text-bg-3{background:var(--colorRdpSheetTierTextBg3)!important}}.bg-rdp-sheet-tier-text-bg-4{background:var(--colorRdpSheetTierTextBg4)}@media(min-width:0)and (max-width:527px){.sm\:bg-rdp-sheet-tier-text-bg-4{background:var(--colorRdpSheetTierTextBg4)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rdp-sheet-tier-text-bg-4{background:var(--colorRdpSheetTierTextBg4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rdp-sheet-tier-text-bg-4{background:var(--colorRdpSheetTierTextBg4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rdp-sheet-tier-text-bg-4{background:var(--colorRdpSheetTierTextBg4)!important}}.bg-next-tier-1-rdp{background:var(--colorNextTier1Rdp)}@media(min-width:0)and (max-width:527px){.sm\:bg-next-tier-1-rdp{background:var(--colorNextTier1Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-next-tier-1-rdp{background:var(--colorNextTier1Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-next-tier-1-rdp{background:var(--colorNextTier1Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-next-tier-1-rdp{background:var(--colorNextTier1Rdp)!important}}.bg-next-tier-2-rdp{background:var(--colorNextTier2Rdp)}@media(min-width:0)and (max-width:527px){.sm\:bg-next-tier-2-rdp{background:var(--colorNextTier2Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-next-tier-2-rdp{background:var(--colorNextTier2Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-next-tier-2-rdp{background:var(--colorNextTier2Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-next-tier-2-rdp{background:var(--colorNextTier2Rdp)!important}}.bg-next-tier-3-rdp{background:var(--colorNextTier3Rdp)}@media(min-width:0)and (max-width:527px){.sm\:bg-next-tier-3-rdp{background:var(--colorNextTier3Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-next-tier-3-rdp{background:var(--colorNextTier3Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-next-tier-3-rdp{background:var(--colorNextTier3Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-next-tier-3-rdp{background:var(--colorNextTier3Rdp)!important}}.bg-next-tier-4-rdp{background:var(--colorNextTier4Rdp)}@media(min-width:0)and (max-width:527px){.sm\:bg-next-tier-4-rdp{background:var(--colorNextTier4Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-next-tier-4-rdp{background:var(--colorNextTier4Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-next-tier-4-rdp{background:var(--colorNextTier4Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-next-tier-4-rdp{background:var(--colorNextTier4Rdp)!important}}.bg-popup-text{background:var(--colorPopupText)}@media(min-width:0)and (max-width:527px){.sm\:bg-popup-text{background:var(--colorPopupText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-popup-text{background:var(--colorPopupText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-popup-text{background:var(--colorPopupText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-popup-text{background:var(--colorPopupText)!important}}.bg-generic-bg{background:var(--colorGenericBg)}@media(min-width:0)and (max-width:527px){.sm\:bg-generic-bg{background:var(--colorGenericBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-generic-bg{background:var(--colorGenericBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-generic-bg{background:var(--colorGenericBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-generic-bg{background:var(--colorGenericBg)!important}}.bg-exp-deal-bg{background:var(--colorExpDealBg)}@media(min-width:0)and (max-width:527px){.sm\:bg-exp-deal-bg{background:var(--colorExpDealBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-exp-deal-bg{background:var(--colorExpDealBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-exp-deal-bg{background:var(--colorExpDealBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-exp-deal-bg{background:var(--colorExpDealBg)!important}}.bg-exp-deal-text{background:var(--colorExpDealText)}@media(min-width:0)and (max-width:527px){.sm\:bg-exp-deal-text{background:var(--colorExpDealText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-exp-deal-text{background:var(--colorExpDealText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-exp-deal-text{background:var(--colorExpDealText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-exp-deal-text{background:var(--colorExpDealText)!important}}.bg-exp-star-bg-default{background:var(--colorExpStarBgDefault)}@media(min-width:0)and (max-width:527px){.sm\:bg-exp-star-bg-default{background:var(--colorExpStarBgDefault)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-exp-star-bg-default{background:var(--colorExpStarBgDefault)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-exp-star-bg-default{background:var(--colorExpStarBgDefault)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-exp-star-bg-default{background:var(--colorExpStarBgDefault)!important}}.bg-exp-star-bg-active{background:var(--colorExpStarBgActive)}@media(min-width:0)and (max-width:527px){.sm\:bg-exp-star-bg-active{background:var(--colorExpStarBgActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-exp-star-bg-active{background:var(--colorExpStarBgActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-exp-star-bg-active{background:var(--colorExpStarBgActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-exp-star-bg-active{background:var(--colorExpStarBgActive)!important}}.bg-exp-footer-text-default{background:var(--colorExpFooterTextDefault)}@media(min-width:0)and (max-width:527px){.sm\:bg-exp-footer-text-default{background:var(--colorExpFooterTextDefault)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-exp-footer-text-default{background:var(--colorExpFooterTextDefault)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-exp-footer-text-default{background:var(--colorExpFooterTextDefault)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-exp-footer-text-default{background:var(--colorExpFooterTextDefault)!important}}.bg-exp-footer-text-active{background:var(--colorExpFooterTextActive)}@media(min-width:0)and (max-width:527px){.sm\:bg-exp-footer-text-active{background:var(--colorExpFooterTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-exp-footer-text-active{background:var(--colorExpFooterTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-exp-footer-text-active{background:var(--colorExpFooterTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-exp-footer-text-active{background:var(--colorExpFooterTextActive)!important}}.bg-exp-timer-container{background:var(--colorExpTimerContainer)}@media(min-width:0)and (max-width:527px){.sm\:bg-exp-timer-container{background:var(--colorExpTimerContainer)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-exp-timer-container{background:var(--colorExpTimerContainer)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-exp-timer-container{background:var(--colorExpTimerContainer)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-exp-timer-container{background:var(--colorExpTimerContainer)!important}}.bg-exp-footer-timer-bg{background:var(--colorExpFooterTimerBg)}@media(min-width:0)and (max-width:527px){.sm\:bg-exp-footer-timer-bg{background:var(--colorExpFooterTimerBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-exp-footer-timer-bg{background:var(--colorExpFooterTimerBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-exp-footer-timer-bg{background:var(--colorExpFooterTimerBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-exp-footer-timer-bg{background:var(--colorExpFooterTimerBg)!important}}.bg-exp-footer-timer-digit{background:var(--colorExpFooterTimerDigit)}@media(min-width:0)and (max-width:527px){.sm\:bg-exp-footer-timer-digit{background:var(--colorExpFooterTimerDigit)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-exp-footer-timer-digit{background:var(--colorExpFooterTimerDigit)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-exp-footer-timer-digit{background:var(--colorExpFooterTimerDigit)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-exp-footer-timer-digit{background:var(--colorExpFooterTimerDigit)!important}}.bg-exp-2-generic-bg{background:var(--colorExp2GenericBg)}@media(min-width:0)and (max-width:527px){.sm\:bg-exp-2-generic-bg{background:var(--colorExp2GenericBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-exp-2-generic-bg{background:var(--colorExp2GenericBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-exp-2-generic-bg{background:var(--colorExp2GenericBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-exp-2-generic-bg{background:var(--colorExp2GenericBg)!important}}.bg-exp-2-discount-bg{background:var(--colorExp2DiscountBg)}@media(min-width:0)and (max-width:527px){.sm\:bg-exp-2-discount-bg{background:var(--colorExp2DiscountBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-exp-2-discount-bg{background:var(--colorExp2DiscountBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-exp-2-discount-bg{background:var(--colorExp2DiscountBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-exp-2-discount-bg{background:var(--colorExp2DiscountBg)!important}}.bg-rating{background:var(--colorRating)}@media(min-width:0)and (max-width:527px){.sm\:bg-rating{background:var(--colorRating)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rating{background:var(--colorRating)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rating{background:var(--colorRating)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rating{background:var(--colorRating)!important}}.bg-rating-background{background:var(--colorRatingBackground)}@media(min-width:0)and (max-width:527px){.sm\:bg-rating-background{background:var(--colorRatingBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rating-background{background:var(--colorRatingBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rating-background{background:var(--colorRatingBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rating-background{background:var(--colorRatingBackground)!important}}.bg-rating-feedback-background{background:var(--colorRatingFeedbackBackground)}@media(min-width:0)and (max-width:527px){.sm\:bg-rating-feedback-background{background:var(--colorRatingFeedbackBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rating-feedback-background{background:var(--colorRatingFeedbackBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rating-feedback-background{background:var(--colorRatingFeedbackBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rating-feedback-background{background:var(--colorRatingFeedbackBackground)!important}}.bg-rating-feedback-active{background:var(--colorRatingFeedbackActive)}@media(min-width:0)and (max-width:527px){.sm\:bg-rating-feedback-active{background:var(--colorRatingFeedbackActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rating-feedback-active{background:var(--colorRatingFeedbackActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rating-feedback-active{background:var(--colorRatingFeedbackActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rating-feedback-active{background:var(--colorRatingFeedbackActive)!important}}.bg-popular-icon{background:var(--colorPopularIcon)}@media(min-width:0)and (max-width:527px){.sm\:bg-popular-icon{background:var(--colorPopularIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-popular-icon{background:var(--colorPopularIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-popular-icon{background:var(--colorPopularIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-popular-icon{background:var(--colorPopularIcon)!important}}.bg-rating-outline{background:var(--colorRatingOutline)}@media(min-width:0)and (max-width:527px){.sm\:bg-rating-outline{background:var(--colorRatingOutline)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rating-outline{background:var(--colorRatingOutline)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rating-outline{background:var(--colorRatingOutline)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rating-outline{background:var(--colorRatingOutline)!important}}.bg-deal-highlight-lvl-1{background:var(--colorDealHighlightLvl1)}@media(min-width:0)and (max-width:527px){.sm\:bg-deal-highlight-lvl-1{background:var(--colorDealHighlightLvl1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-deal-highlight-lvl-1{background:var(--colorDealHighlightLvl1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-deal-highlight-lvl-1{background:var(--colorDealHighlightLvl1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-deal-highlight-lvl-1{background:var(--colorDealHighlightLvl1)!important}}.bg-deal-highlight-lvl-2{background:var(--colorDealHighlightLvl2)}@media(min-width:0)and (max-width:527px){.sm\:bg-deal-highlight-lvl-2{background:var(--colorDealHighlightLvl2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-deal-highlight-lvl-2{background:var(--colorDealHighlightLvl2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-deal-highlight-lvl-2{background:var(--colorDealHighlightLvl2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-deal-highlight-lvl-2{background:var(--colorDealHighlightLvl2)!important}}.bg-deal-tertiary{background:var(--colorDealTertiary)}@media(min-width:0)and (max-width:527px){.sm\:bg-deal-tertiary{background:var(--colorDealTertiary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-deal-tertiary{background:var(--colorDealTertiary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-deal-tertiary{background:var(--colorDealTertiary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-deal-tertiary{background:var(--colorDealTertiary)!important}}.bg-deal-secondary{background:var(--colorDealSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bg-deal-secondary{background:var(--colorDealSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-deal-secondary{background:var(--colorDealSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-deal-secondary{background:var(--colorDealSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-deal-secondary{background:var(--colorDealSecondary)!important}}.bg-deal-primary{background:var(--colorDealPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bg-deal-primary{background:var(--colorDealPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-deal-primary{background:var(--colorDealPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-deal-primary{background:var(--colorDealPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-deal-primary{background:var(--colorDealPrimary)!important}}.bg-deal-banner-text{background:var(--colorDealBannerText)}@media(min-width:0)and (max-width:527px){.sm\:bg-deal-banner-text{background:var(--colorDealBannerText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-deal-banner-text{background:var(--colorDealBannerText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-deal-banner-text{background:var(--colorDealBannerText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-deal-banner-text{background:var(--colorDealBannerText)!important}}.bg-deal-text-on-white{background:var(--colorDealTextOnWhite)}@media(min-width:0)and (max-width:527px){.sm\:bg-deal-text-on-white{background:var(--colorDealTextOnWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-deal-text-on-white{background:var(--colorDealTextOnWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-deal-text-on-white{background:var(--colorDealTextOnWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-deal-text-on-white{background:var(--colorDealTextOnWhite)!important}}.bg-price-emphasis{background:var(--colorPriceEmphasis)}@media(min-width:0)and (max-width:527px){.sm\:bg-price-emphasis{background:var(--colorPriceEmphasis)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-price-emphasis{background:var(--colorPriceEmphasis)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-price-emphasis{background:var(--colorPriceEmphasis)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-price-emphasis{background:var(--colorPriceEmphasis)!important}}.bg-surface-loyalty-low{background:var(--bdsColorSurfaceLoyaltyLow)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-loyalty-low{background:var(--bdsColorSurfaceLoyaltyLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-loyalty-low{background:var(--bdsColorSurfaceLoyaltyLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-loyalty-low{background:var(--bdsColorSurfaceLoyaltyLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-loyalty-low{background:var(--bdsColorSurfaceLoyaltyLow)!important}}.bg-surface-interaction-disabled{background:var(--bdsColorSurfaceInteractionDisabled)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-interaction-disabled{background:var(--bdsColorSurfaceInteractionDisabled)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-interaction-disabled{background:var(--bdsColorSurfaceInteractionDisabled)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-interaction-disabled{background:var(--bdsColorSurfaceInteractionDisabled)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-interaction-disabled{background:var(--bdsColorSurfaceInteractionDisabled)!important}}.bg-surface-tag-primary-pressed{background:var(--bdsColorSurfaceTagPrimaryPressed)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-tag-primary-pressed{background:var(--bdsColorSurfaceTagPrimaryPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-tag-primary-pressed{background:var(--bdsColorSurfaceTagPrimaryPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-tag-primary-pressed{background:var(--bdsColorSurfaceTagPrimaryPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-tag-primary-pressed{background:var(--bdsColorSurfaceTagPrimaryPressed)!important}}.bg-surface-tag-secondary-pressed{background:var(--bdsColorSurfaceTagSecondaryPressed)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-tag-secondary-pressed{background:var(--bdsColorSurfaceTagSecondaryPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-tag-secondary-pressed{background:var(--bdsColorSurfaceTagSecondaryPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-tag-secondary-pressed{background:var(--bdsColorSurfaceTagSecondaryPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-tag-secondary-pressed{background:var(--bdsColorSurfaceTagSecondaryPressed)!important}}.bg-surface-pro-pressed{background:var(--bdsColorSurfaceProPressed)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-pro-pressed{background:var(--bdsColorSurfaceProPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-pro-pressed{background:var(--bdsColorSurfaceProPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-pro-pressed{background:var(--bdsColorSurfaceProPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-pro-pressed{background:var(--bdsColorSurfaceProPressed)!important}}.bg-surface-pro-gradient-low{background:var(--bdsColorSurfaceProGradientLow)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-pro-gradient-low{background:var(--bdsColorSurfaceProGradientLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-pro-gradient-low{background:var(--bdsColorSurfaceProGradientLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-pro-gradient-low{background:var(--bdsColorSurfaceProGradientLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-pro-gradient-low{background:var(--bdsColorSurfaceProGradientLow)!important}}.bg-surface-pro-low-pressed{background:var(--bdsColorSurfaceProLowPressed)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-pro-low-pressed{background:var(--bdsColorSurfaceProLowPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-pro-low-pressed{background:var(--bdsColorSurfaceProLowPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-pro-low-pressed{background:var(--bdsColorSurfaceProLowPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-pro-low-pressed{background:var(--bdsColorSurfaceProLowPressed)!important}}.bg-surface-popular-pressed{background:var(--bdsColorSurfacePopularPressed)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-popular-pressed{background:var(--bdsColorSurfacePopularPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-popular-pressed{background:var(--bdsColorSurfacePopularPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-popular-pressed{background:var(--bdsColorSurfacePopularPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-popular-pressed{background:var(--bdsColorSurfacePopularPressed)!important}}.bg-surface-information-low-pressed{background:var(--bdsColorSurfaceInformationLowPressed)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-information-low-pressed{background:var(--bdsColorSurfaceInformationLowPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-information-low-pressed{background:var(--bdsColorSurfaceInformationLowPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-information-low-pressed{background:var(--bdsColorSurfaceInformationLowPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-information-low-pressed{background:var(--bdsColorSurfaceInformationLowPressed)!important}}.bg-surface-error-low-pressed{background:var(--bdsColorSurfaceErrorLowPressed)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-error-low-pressed{background:var(--bdsColorSurfaceErrorLowPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-error-low-pressed{background:var(--bdsColorSurfaceErrorLowPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-error-low-pressed{background:var(--bdsColorSurfaceErrorLowPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-error-low-pressed{background:var(--bdsColorSurfaceErrorLowPressed)!important}}.bg-surface-success-pressed{background:var(--bdsColorSurfaceSuccessPressed)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-success-pressed{background:var(--bdsColorSurfaceSuccessPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-success-pressed{background:var(--bdsColorSurfaceSuccessPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-success-pressed{background:var(--bdsColorSurfaceSuccessPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-success-pressed{background:var(--bdsColorSurfaceSuccessPressed)!important}}.bg-surface-best-city-pressed{background:var(--bdsColorSurfaceBestCityPressed)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-best-city-pressed{background:var(--bdsColorSurfaceBestCityPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-best-city-pressed{background:var(--bdsColorSurfaceBestCityPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-best-city-pressed{background:var(--bdsColorSurfaceBestCityPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-best-city-pressed{background:var(--bdsColorSurfaceBestCityPressed)!important}}.bg-surface-promobanner{background:var(--bdsColorSurfacePromobanner)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-promobanner{background:var(--bdsColorSurfacePromobanner)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-promobanner{background:var(--bdsColorSurfacePromobanner)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-promobanner{background:var(--bdsColorSurfacePromobanner)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-promobanner{background:var(--bdsColorSurfacePromobanner)!important}}.bg-surface-promobanner-low{background:var(--bdsColorSurfacePromobannerLow)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-promobanner-low{background:var(--bdsColorSurfacePromobannerLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-promobanner-low{background:var(--bdsColorSurfacePromobannerLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-promobanner-low{background:var(--bdsColorSurfacePromobannerLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-promobanner-low{background:var(--bdsColorSurfacePromobannerLow)!important}}.bg-surface-promobanner-pro{background:var(--bdsColorSurfacePromobannerPro)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-promobanner-pro{background:var(--bdsColorSurfacePromobannerPro)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-promobanner-pro{background:var(--bdsColorSurfacePromobannerPro)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-promobanner-pro{background:var(--bdsColorSurfacePromobannerPro)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-promobanner-pro{background:var(--bdsColorSurfacePromobannerPro)!important}}.bg-surface-brand-primary-low-gradient-start{background:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-brand-primary-low-gradient-start{background:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-brand-primary-low-gradient-start{background:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-brand-primary-low-gradient-start{background:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-brand-primary-low-gradient-start{background:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}.bg-surface-brand-primary-low-gradient-end{background:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-brand-primary-low-gradient-end{background:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-brand-primary-low-gradient-end{background:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-brand-primary-low-gradient-end{background:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-brand-primary-low-gradient-end{background:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}.bg-surface-brand-primary-low-gradient{background:var(--bdsColorSurfaceBrandPrimaryLowGradient)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-brand-primary-low-gradient{background:var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-brand-primary-low-gradient{background:var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-brand-primary-low-gradient{background:var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-brand-primary-low-gradient{background:var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}.bg-surface-deal-low-gradient-start{background:var(--bdsColorSurfaceDealLowGradientStart)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-deal-low-gradient-start{background:var(--bdsColorSurfaceDealLowGradientStart)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-deal-low-gradient-start{background:var(--bdsColorSurfaceDealLowGradientStart)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-deal-low-gradient-start{background:var(--bdsColorSurfaceDealLowGradientStart)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-deal-low-gradient-start{background:var(--bdsColorSurfaceDealLowGradientStart)!important}}.bg-surface-deal-low-gradient-end{background:var(--bdsColorSurfaceDealLowGradientEnd)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-deal-low-gradient-end{background:var(--bdsColorSurfaceDealLowGradientEnd)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-deal-low-gradient-end{background:var(--bdsColorSurfaceDealLowGradientEnd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-deal-low-gradient-end{background:var(--bdsColorSurfaceDealLowGradientEnd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-deal-low-gradient-end{background:var(--bdsColorSurfaceDealLowGradientEnd)!important}}.bg-surface-deal-low-gradient{background:var(--bdsColorSurfaceDealLowGradient)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-deal-low-gradient{background:var(--bdsColorSurfaceDealLowGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-deal-low-gradient{background:var(--bdsColorSurfaceDealLowGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-deal-low-gradient{background:var(--bdsColorSurfaceDealLowGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-deal-low-gradient{background:var(--bdsColorSurfaceDealLowGradient)!important}}.bg-surface-externalbrand-sgroup-low{background:var(--bdsColorSurfaceExternalbrandSgroupLow)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-externalbrand-sgroup-low{background:var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-externalbrand-sgroup-low{background:var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-externalbrand-sgroup-low{background:var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-externalbrand-sgroup-low{background:var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}.bg-surface-notification{background:var(--bdsColorSurfaceNotification)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-notification{background:var(--bdsColorSurfaceNotification)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-notification{background:var(--bdsColorSurfaceNotification)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-notification{background:var(--bdsColorSurfaceNotification)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-notification{background:var(--bdsColorSurfaceNotification)!important}}.bg-surface-notification-reversed{background:var(--bdsColorSurfaceNotificationReversed)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-notification-reversed{background:var(--bdsColorSurfaceNotificationReversed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-notification-reversed{background:var(--bdsColorSurfaceNotificationReversed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-notification-reversed{background:var(--bdsColorSurfaceNotificationReversed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-notification-reversed{background:var(--bdsColorSurfaceNotificationReversed)!important}}.bg-icon-loyalty-low{background:var(--bdsColorIconLoyaltyLow)}@media(min-width:0)and (max-width:527px){.sm\:bg-icon-loyalty-low{background:var(--bdsColorIconLoyaltyLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-icon-loyalty-low{background:var(--bdsColorIconLoyaltyLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-icon-loyalty-low{background:var(--bdsColorIconLoyaltyLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-icon-loyalty-low{background:var(--bdsColorIconLoyaltyLow)!important}}.bg-icon-loyalty{background:var(--bdsColorIconLoyalty)}@media(min-width:0)and (max-width:527px){.sm\:bg-icon-loyalty{background:var(--bdsColorIconLoyalty)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-icon-loyalty{background:var(--bdsColorIconLoyalty)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-icon-loyalty{background:var(--bdsColorIconLoyalty)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-icon-loyalty{background:var(--bdsColorIconLoyalty)!important}}.bg-icon-promobanner{background:var(--bdsColorIconPromobanner)}@media(min-width:0)and (max-width:527px){.sm\:bg-icon-promobanner{background:var(--bdsColorIconPromobanner)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-icon-promobanner{background:var(--bdsColorIconPromobanner)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-icon-promobanner{background:var(--bdsColorIconPromobanner)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-icon-promobanner{background:var(--bdsColorIconPromobanner)!important}}.bg-icon-promobanner-on-low{background:var(--bdsColorIconPromobannerOnLow)}@media(min-width:0)and (max-width:527px){.sm\:bg-icon-promobanner-on-low{background:var(--bdsColorIconPromobannerOnLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-icon-promobanner-on-low{background:var(--bdsColorIconPromobannerOnLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-icon-promobanner-on-low{background:var(--bdsColorIconPromobannerOnLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-icon-promobanner-on-low{background:var(--bdsColorIconPromobannerOnLow)!important}}.bg-icon-promobanner-on-pro{background:var(--bdsColorIconPromobannerOnPro)}@media(min-width:0)and (max-width:527px){.sm\:bg-icon-promobanner-on-pro{background:var(--bdsColorIconPromobannerOnPro)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-icon-promobanner-on-pro{background:var(--bdsColorIconPromobannerOnPro)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-icon-promobanner-on-pro{background:var(--bdsColorIconPromobannerOnPro)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-icon-promobanner-on-pro{background:var(--bdsColorIconPromobannerOnPro)!important}}.bg-icon-externalbrand-sgroup-low{background:var(--bdsColorIconExternalbrandSgroupLow)}@media(min-width:0)and (max-width:527px){.sm\:bg-icon-externalbrand-sgroup-low{background:var(--bdsColorIconExternalbrandSgroupLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-icon-externalbrand-sgroup-low{background:var(--bdsColorIconExternalbrandSgroupLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-icon-externalbrand-sgroup-low{background:var(--bdsColorIconExternalbrandSgroupLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-icon-externalbrand-sgroup-low{background:var(--bdsColorIconExternalbrandSgroupLow)!important}}.bg-border-loyalty-low{background:var(--bdsColorBorderLoyaltyLow)}@media(min-width:0)and (max-width:527px){.sm\:bg-border-loyalty-low{background:var(--bdsColorBorderLoyaltyLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-border-loyalty-low{background:var(--bdsColorBorderLoyaltyLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-border-loyalty-low{background:var(--bdsColorBorderLoyaltyLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-border-loyalty-low{background:var(--bdsColorBorderLoyaltyLow)!important}}.bg-border-loyalty{background:var(--bdsColorBorderLoyalty)}@media(min-width:0)and (max-width:527px){.sm\:bg-border-loyalty{background:var(--bdsColorBorderLoyalty)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-border-loyalty{background:var(--bdsColorBorderLoyalty)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-border-loyalty{background:var(--bdsColorBorderLoyalty)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-border-loyalty{background:var(--bdsColorBorderLoyalty)!important}}.bg-border-externalbrand-sgroup-low{background:var(--bdsColorBorderExternalbrandSgroupLow)}@media(min-width:0)and (max-width:527px){.sm\:bg-border-externalbrand-sgroup-low{background:var(--bdsColorBorderExternalbrandSgroupLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-border-externalbrand-sgroup-low{background:var(--bdsColorBorderExternalbrandSgroupLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-border-externalbrand-sgroup-low{background:var(--bdsColorBorderExternalbrandSgroupLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-border-externalbrand-sgroup-low{background:var(--bdsColorBorderExternalbrandSgroupLow)!important}}.bg-text-loyalty{background:var(--bdsColorTextLoyalty)}@media(min-width:0)and (max-width:527px){.sm\:bg-text-loyalty{background:var(--bdsColorTextLoyalty)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-text-loyalty{background:var(--bdsColorTextLoyalty)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-text-loyalty{background:var(--bdsColorTextLoyalty)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-text-loyalty{background:var(--bdsColorTextLoyalty)!important}}.bg-text-promobanner{background:var(--bdsColorTextPromobanner)}@media(min-width:0)and (max-width:527px){.sm\:bg-text-promobanner{background:var(--bdsColorTextPromobanner)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-text-promobanner{background:var(--bdsColorTextPromobanner)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-text-promobanner{background:var(--bdsColorTextPromobanner)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-text-promobanner{background:var(--bdsColorTextPromobanner)!important}}.bg-text-promobanner-on-low{background:var(--bdsColorTextPromobannerOnLow)}@media(min-width:0)and (max-width:527px){.sm\:bg-text-promobanner-on-low{background:var(--bdsColorTextPromobannerOnLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-text-promobanner-on-low{background:var(--bdsColorTextPromobannerOnLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-text-promobanner-on-low{background:var(--bdsColorTextPromobannerOnLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-text-promobanner-on-low{background:var(--bdsColorTextPromobannerOnLow)!important}}.bg-text-promobanner-on-pro{background:var(--bdsColorTextPromobannerOnPro)}@media(min-width:0)and (max-width:527px){.sm\:bg-text-promobanner-on-pro{background:var(--bdsColorTextPromobannerOnPro)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-text-promobanner-on-pro{background:var(--bdsColorTextPromobannerOnPro)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-text-promobanner-on-pro{background:var(--bdsColorTextPromobannerOnPro)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-text-promobanner-on-pro{background:var(--bdsColorTextPromobannerOnPro)!important}}.bg-text-notification{background:var(--bdsColorTextNotification)}@media(min-width:0)and (max-width:527px){.sm\:bg-text-notification{background:var(--bdsColorTextNotification)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-text-notification{background:var(--bdsColorTextNotification)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-text-notification{background:var(--bdsColorTextNotification)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-text-notification{background:var(--bdsColorTextNotification)!important}}.bg-text-notification-reversed{background:var(--bdsColorTextNotificationReversed)}@media(min-width:0)and (max-width:527px){.sm\:bg-text-notification-reversed{background:var(--bdsColorTextNotificationReversed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-text-notification-reversed{background:var(--bdsColorTextNotificationReversed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-text-notification-reversed{background:var(--bdsColorTextNotificationReversed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-text-notification-reversed{background:var(--bdsColorTextNotificationReversed)!important}}.bg-pro-primary{background:var(--colorProPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bg-pro-primary{background:var(--colorProPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-pro-primary{background:var(--colorProPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-pro-primary{background:var(--colorProPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-pro-primary{background:var(--colorProPrimary)!important}}.bg-pro-gradient-start{background:var(--colorProGradientStart)}@media(min-width:0)and (max-width:527px){.sm\:bg-pro-gradient-start{background:var(--colorProGradientStart)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-pro-gradient-start{background:var(--colorProGradientStart)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-pro-gradient-start{background:var(--colorProGradientStart)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-pro-gradient-start{background:var(--colorProGradientStart)!important}}.bg-pro-gradient-end{background:var(--colorProGradientEnd)}@media(min-width:0)and (max-width:527px){.sm\:bg-pro-gradient-end{background:var(--colorProGradientEnd)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-pro-gradient-end{background:var(--colorProGradientEnd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-pro-gradient-end{background:var(--colorProGradientEnd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-pro-gradient-end{background:var(--colorProGradientEnd)!important}}.bg-pro-gradient{background:var(--colorProGradient)}@media(min-width:0)and (max-width:527px){.sm\:bg-pro-gradient{background:var(--colorProGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-pro-gradient{background:var(--colorProGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-pro-gradient{background:var(--colorProGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-pro-gradient{background:var(--colorProGradient)!important}}.bg-pro-deal-highlight-1{background:var(--colorProDealHighlight1)}@media(min-width:0)and (max-width:527px){.sm\:bg-pro-deal-highlight-1{background:var(--colorProDealHighlight1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-pro-deal-highlight-1{background:var(--colorProDealHighlight1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-pro-deal-highlight-1{background:var(--colorProDealHighlight1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-pro-deal-highlight-1{background:var(--colorProDealHighlight1)!important}}.bg-pro-deal-highlight-2{background:var(--colorProDealHighlight2)}@media(min-width:0)and (max-width:527px){.sm\:bg-pro-deal-highlight-2{background:var(--colorProDealHighlight2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-pro-deal-highlight-2{background:var(--colorProDealHighlight2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-pro-deal-highlight-2{background:var(--colorProDealHighlight2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-pro-deal-highlight-2{background:var(--colorProDealHighlight2)!important}}.bg-pro-deal-highlight-3{background:var(--colorProDealHighlight3)}@media(min-width:0)and (max-width:527px){.sm\:bg-pro-deal-highlight-3{background:var(--colorProDealHighlight3)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-pro-deal-highlight-3{background:var(--colorProDealHighlight3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-pro-deal-highlight-3{background:var(--colorProDealHighlight3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-pro-deal-highlight-3{background:var(--colorProDealHighlight3)!important}}.bg-pro-deal-highlight-4{background:var(--colorProDealHighlight4)}@media(min-width:0)and (max-width:527px){.sm\:bg-pro-deal-highlight-4{background:var(--colorProDealHighlight4)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-pro-deal-highlight-4{background:var(--colorProDealHighlight4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-pro-deal-highlight-4{background:var(--colorProDealHighlight4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-pro-deal-highlight-4{background:var(--colorProDealHighlight4)!important}}.bg-on-pro-highlight{background:var(--colorOnProHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bg-on-pro-highlight{background:var(--colorOnProHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-on-pro-highlight{background:var(--colorOnProHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-on-pro-highlight{background:var(--colorOnProHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-on-pro-highlight{background:var(--colorOnProHighlight)!important}}.bg-tag-deal-background{background:var(--colorTagDealBackground)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-deal-background{background:var(--colorTagDealBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-deal-background{background:var(--colorTagDealBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-deal-background{background:var(--colorTagDealBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-deal-background{background:var(--colorTagDealBackground)!important}}.bg-tag-deal-text{background:var(--colorTagDealText)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-deal-text{background:var(--colorTagDealText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-deal-text{background:var(--colorTagDealText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-deal-text{background:var(--colorTagDealText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-deal-text{background:var(--colorTagDealText)!important}}.bg-tag-best-city-background{background:var(--colorTagBestCityBackground)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-best-city-background{background:var(--colorTagBestCityBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-best-city-background{background:var(--colorTagBestCityBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-best-city-background{background:var(--colorTagBestCityBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-best-city-background{background:var(--colorTagBestCityBackground)!important}}.bg-tag-best-city-text{background:var(--colorTagBestCityText)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-best-city-text{background:var(--colorTagBestCityText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-best-city-text{background:var(--colorTagBestCityText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-best-city-text{background:var(--colorTagBestCityText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-best-city-text{background:var(--colorTagBestCityText)!important}}.bg-rating-light-tag-icon{background:var(--colorRatingLightTagIcon)}@media(min-width:0)and (max-width:527px){.sm\:bg-rating-light-tag-icon{background:var(--colorRatingLightTagIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rating-light-tag-icon{background:var(--colorRatingLightTagIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rating-light-tag-icon{background:var(--colorRatingLightTagIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rating-light-tag-icon{background:var(--colorRatingLightTagIcon)!important}}.bg-rating-light-tag-text{background:var(--colorRatingLightTagText)}@media(min-width:0)and (max-width:527px){.sm\:bg-rating-light-tag-text{background:var(--colorRatingLightTagText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rating-light-tag-text{background:var(--colorRatingLightTagText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rating-light-tag-text{background:var(--colorRatingLightTagText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rating-light-tag-text{background:var(--colorRatingLightTagText)!important}}.bg-tag-primary-text{background:var(--colorTagPrimaryText)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-primary-text{background:var(--colorTagPrimaryText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-primary-text{background:var(--colorTagPrimaryText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-primary-text{background:var(--colorTagPrimaryText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-primary-text{background:var(--colorTagPrimaryText)!important}}.bg-tag-primary-background{background:var(--colorTagPrimaryBackground)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-primary-background{background:var(--colorTagPrimaryBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-primary-background{background:var(--colorTagPrimaryBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-primary-background{background:var(--colorTagPrimaryBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-primary-background{background:var(--colorTagPrimaryBackground)!important}}.bg-popular-highlight{background:var(--colorPopularHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bg-popular-highlight{background:var(--colorPopularHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-popular-highlight{background:var(--colorPopularHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-popular-highlight{background:var(--colorPopularHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-popular-highlight{background:var(--colorPopularHighlight)!important}}.bg-popular-tag-text{background:var(--colorPopularTagText)}@media(min-width:0)and (max-width:527px){.sm\:bg-popular-tag-text{background:var(--colorPopularTagText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-popular-tag-text{background:var(--colorPopularTagText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-popular-tag-text{background:var(--colorPopularTagText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-popular-tag-text{background:var(--colorPopularTagText)!important}}.bg-popular-tag-icon{background:var(--colorPopularTagIcon)}@media(min-width:0)and (max-width:527px){.sm\:bg-popular-tag-icon{background:var(--colorPopularTagIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-popular-tag-icon{background:var(--colorPopularTagIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-popular-tag-icon{background:var(--colorPopularTagIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-popular-tag-icon{background:var(--colorPopularTagIcon)!important}}.bg-tag-sponsored-background{background:var(--colorTagSponsoredBackground)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-sponsored-background{background:var(--colorTagSponsoredBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-sponsored-background{background:var(--colorTagSponsoredBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-sponsored-background{background:var(--colorTagSponsoredBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-sponsored-background{background:var(--colorTagSponsoredBackground)!important}}.bg-tag-success-text{background:var(--colorTagSuccessText)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-success-text{background:var(--colorTagSuccessText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-success-text{background:var(--colorTagSuccessText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-success-text{background:var(--colorTagSuccessText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-success-text{background:var(--colorTagSuccessText)!important}}.bg-tag-secondary-text{background:var(--colorTagSecondaryText)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-secondary-text{background:var(--colorTagSecondaryText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-secondary-text{background:var(--colorTagSecondaryText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-secondary-text{background:var(--colorTagSecondaryText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-secondary-text{background:var(--colorTagSecondaryText)!important}}.bg-tag-secondary-background{background:var(--colorTagSecondaryBackground)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-secondary-background{background:var(--colorTagSecondaryBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-secondary-background{background:var(--colorTagSecondaryBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-secondary-background{background:var(--colorTagSecondaryBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-secondary-background{background:var(--colorTagSecondaryBackground)!important}}.bg-tag-dietary-vegan{background:var(--colorTagDietaryVegan)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-dietary-vegan{background:var(--colorTagDietaryVegan)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-dietary-vegan{background:var(--colorTagDietaryVegan)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-dietary-vegan{background:var(--colorTagDietaryVegan)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-dietary-vegan{background:var(--colorTagDietaryVegan)!important}}.bg-tag-dietary-vegan-background{background:var(--colorTagDietaryVeganBackground)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-dietary-vegan-background{background:var(--colorTagDietaryVeganBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-dietary-vegan-background{background:var(--colorTagDietaryVeganBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-dietary-vegan-background{background:var(--colorTagDietaryVeganBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-dietary-vegan-background{background:var(--colorTagDietaryVeganBackground)!important}}.bg-tag-dietary-vegetarian{background:var(--colorTagDietaryVegetarian)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-dietary-vegetarian{background:var(--colorTagDietaryVegetarian)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-dietary-vegetarian{background:var(--colorTagDietaryVegetarian)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-dietary-vegetarian{background:var(--colorTagDietaryVegetarian)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-dietary-vegetarian{background:var(--colorTagDietaryVegetarian)!important}}.bg-tag-dietary-vegetarian-background{background:var(--colorTagDietaryVegetarianBackground)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-dietary-vegetarian-background{background:var(--colorTagDietaryVegetarianBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-dietary-vegetarian-background{background:var(--colorTagDietaryVegetarianBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-dietary-vegetarian-background{background:var(--colorTagDietaryVegetarianBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-dietary-vegetarian-background{background:var(--colorTagDietaryVegetarianBackground)!important}}.bg-tag-dietary-spicy{background:var(--colorTagDietarySpicy)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-dietary-spicy{background:var(--colorTagDietarySpicy)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-dietary-spicy{background:var(--colorTagDietarySpicy)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-dietary-spicy{background:var(--colorTagDietarySpicy)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-dietary-spicy{background:var(--colorTagDietarySpicy)!important}}.bg-tag-dietary-spicy-background{background:var(--colorTagDietarySpicyBackground)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-dietary-spicy-background{background:var(--colorTagDietarySpicyBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-dietary-spicy-background{background:var(--colorTagDietarySpicyBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-dietary-spicy-background{background:var(--colorTagDietarySpicyBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-dietary-spicy-background{background:var(--colorTagDietarySpicyBackground)!important}}.bg-tag-dietary-kids{background:var(--colorTagDietaryKids)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-dietary-kids{background:var(--colorTagDietaryKids)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-dietary-kids{background:var(--colorTagDietaryKids)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-dietary-kids{background:var(--colorTagDietaryKids)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-dietary-kids{background:var(--colorTagDietaryKids)!important}}.bg-tag-dietary-kids-background{background:var(--colorTagDietaryKidsBackground)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-dietary-kids-background{background:var(--colorTagDietaryKidsBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-dietary-kids-background{background:var(--colorTagDietaryKidsBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-dietary-kids-background{background:var(--colorTagDietaryKidsBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-dietary-kids-background{background:var(--colorTagDietaryKidsBackground)!important}}.bg-information{background:var(--colorInformation)}@media(min-width:0)and (max-width:527px){.sm\:bg-information{background:var(--colorInformation)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-information{background:var(--colorInformation)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-information{background:var(--colorInformation)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-information{background:var(--colorInformation)!important}}.bg-error{background:var(--colorError)}@media(min-width:0)and (max-width:527px){.sm\:bg-error{background:var(--colorError)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-error{background:var(--colorError)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-error{background:var(--colorError)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-error{background:var(--colorError)!important}}.bg-success{background:var(--colorSuccess)}@media(min-width:0)and (max-width:527px){.sm\:bg-success{background:var(--colorSuccess)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-success{background:var(--colorSuccess)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-success{background:var(--colorSuccess)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-success{background:var(--colorSuccess)!important}}.bg-warning{background:var(--colorWarning)}@media(min-width:0)and (max-width:527px){.sm\:bg-warning{background:var(--colorWarning)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-warning{background:var(--colorWarning)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-warning{background:var(--colorWarning)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-warning{background:var(--colorWarning)!important}}.bg-information-highlight{background:var(--colorInformationHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bg-information-highlight{background:var(--colorInformationHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-information-highlight{background:var(--colorInformationHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-information-highlight{background:var(--colorInformationHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-information-highlight{background:var(--colorInformationHighlight)!important}}.bg-error-highlight{background:var(--colorErrorHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bg-error-highlight{background:var(--colorErrorHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-error-highlight{background:var(--colorErrorHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-error-highlight{background:var(--colorErrorHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-error-highlight{background:var(--colorErrorHighlight)!important}}.bg-success-highlight{background:var(--colorSuccessHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bg-success-highlight{background:var(--colorSuccessHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-success-highlight{background:var(--colorSuccessHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-success-highlight{background:var(--colorSuccessHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-success-highlight{background:var(--colorSuccessHighlight)!important}}.bg-warning-highlight{background:var(--colorWarningHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bg-warning-highlight{background:var(--colorWarningHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-warning-highlight{background:var(--colorWarningHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-warning-highlight{background:var(--colorWarningHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-warning-highlight{background:var(--colorWarningHighlight)!important}}.bg-success-gradient-top{background:var(--colorSuccessGradientTop)}@media(min-width:0)and (max-width:527px){.sm\:bg-success-gradient-top{background:var(--colorSuccessGradientTop)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-success-gradient-top{background:var(--colorSuccessGradientTop)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-success-gradient-top{background:var(--colorSuccessGradientTop)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-success-gradient-top{background:var(--colorSuccessGradientTop)!important}}.bg-success-gradient-bottom{background:var(--colorSuccessGradientBottom)}@media(min-width:0)and (max-width:527px){.sm\:bg-success-gradient-bottom{background:var(--colorSuccessGradientBottom)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-success-gradient-bottom{background:var(--colorSuccessGradientBottom)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-success-gradient-bottom{background:var(--colorSuccessGradientBottom)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-success-gradient-bottom{background:var(--colorSuccessGradientBottom)!important}}.bg-success-gradient{background:var(--colorSuccessGradient)}@media(min-width:0)and (max-width:527px){.sm\:bg-success-gradient{background:var(--colorSuccessGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-success-gradient{background:var(--colorSuccessGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-success-gradient{background:var(--colorSuccessGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-success-gradient{background:var(--colorSuccessGradient)!important}}.bg-special-1{background:var(--colorSpecial1)}@media(min-width:0)and (max-width:527px){.sm\:bg-special-1{background:var(--colorSpecial1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-special-1{background:var(--colorSpecial1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-special-1{background:var(--colorSpecial1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-special-1{background:var(--colorSpecial1)!important}}.bg-special-2{background:var(--colorSpecial2)}@media(min-width:0)and (max-width:527px){.sm\:bg-special-2{background:var(--colorSpecial2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-special-2{background:var(--colorSpecial2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-special-2{background:var(--colorSpecial2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-special-2{background:var(--colorSpecial2)!important}}.bg-special-3{background:var(--colorSpecial3)}@media(min-width:0)and (max-width:527px){.sm\:bg-special-3{background:var(--colorSpecial3)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-special-3{background:var(--colorSpecial3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-special-3{background:var(--colorSpecial3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-special-3{background:var(--colorSpecial3)!important}}.bg-special-4{background:var(--colorSpecial4)}@media(min-width:0)and (max-width:527px){.sm\:bg-special-4{background:var(--colorSpecial4)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-special-4{background:var(--colorSpecial4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-special-4{background:var(--colorSpecial4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-special-4{background:var(--colorSpecial4)!important}}.bg-special-5{background:var(--colorSpecial5)}@media(min-width:0)and (max-width:527px){.sm\:bg-special-5{background:var(--colorSpecial5)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-special-5{background:var(--colorSpecial5)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-special-5{background:var(--colorSpecial5)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-special-5{background:var(--colorSpecial5)!important}}.bg-special-6{background:var(--colorSpecial6)}@media(min-width:0)and (max-width:527px){.sm\:bg-special-6{background:var(--colorSpecial6)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-special-6{background:var(--colorSpecial6)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-special-6{background:var(--colorSpecial6)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-special-6{background:var(--colorSpecial6)!important}}.bg-special-7{background:var(--colorSpecial7)}@media(min-width:0)and (max-width:527px){.sm\:bg-special-7{background:var(--colorSpecial7)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-special-7{background:var(--colorSpecial7)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-special-7{background:var(--colorSpecial7)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-special-7{background:var(--colorSpecial7)!important}}.bg-neutral-primary{background:var(--colorNeutralPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bg-neutral-primary{background:var(--colorNeutralPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-neutral-primary{background:var(--colorNeutralPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-neutral-primary{background:var(--colorNeutralPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-neutral-primary{background:var(--colorNeutralPrimary)!important}}.bg-neutral-secondary{background:var(--colorNeutralSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bg-neutral-secondary{background:var(--colorNeutralSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-neutral-secondary{background:var(--colorNeutralSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-neutral-secondary{background:var(--colorNeutralSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-neutral-secondary{background:var(--colorNeutralSecondary)!important}}.bg-neutral-inactive{background:var(--colorNeutralInactive)}@media(min-width:0)and (max-width:527px){.sm\:bg-neutral-inactive{background:var(--colorNeutralInactive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-neutral-inactive{background:var(--colorNeutralInactive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-neutral-inactive{background:var(--colorNeutralInactive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-neutral-inactive{background:var(--colorNeutralInactive)!important}}.bg-neutral-border{background:var(--colorNeutralBorder)}@media(min-width:0)and (max-width:527px){.sm\:bg-neutral-border{background:var(--colorNeutralBorder)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-neutral-border{background:var(--colorNeutralBorder)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-neutral-border{background:var(--colorNeutralBorder)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-neutral-border{background:var(--colorNeutralBorder)!important}}.bg-neutral-divider{background:var(--colorNeutralDivider)}@media(min-width:0)and (max-width:527px){.sm\:bg-neutral-divider{background:var(--colorNeutralDivider)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-neutral-divider{background:var(--colorNeutralDivider)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-neutral-divider{background:var(--colorNeutralDivider)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-neutral-divider{background:var(--colorNeutralDivider)!important}}.bg-neutral-surface{background:var(--colorNeutralSurface)}@media(min-width:0)and (max-width:527px){.sm\:bg-neutral-surface{background:var(--colorNeutralSurface)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-neutral-surface{background:var(--colorNeutralSurface)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-neutral-surface{background:var(--colorNeutralSurface)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-neutral-surface{background:var(--colorNeutralSurface)!important}}.bg-white{background:var(--colorWhite)}@media(min-width:0)and (max-width:527px){.sm\:bg-white{background:var(--colorWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-white{background:var(--colorWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-white{background:var(--colorWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-white{background:var(--colorWhite)!important}}.bg-transparent{background:var(--colorTransparent)}@media(min-width:0)and (max-width:527px){.sm\:bg-transparent{background:var(--colorTransparent)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-transparent{background:var(--colorTransparent)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-transparent{background:var(--colorTransparent)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-transparent{background:var(--colorTransparent)!important}}.bg-dark-4{background:var(--colorDark4)}@media(min-width:0)and (max-width:527px){.sm\:bg-dark-4{background:var(--colorDark4)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-dark-4{background:var(--colorDark4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-dark-4{background:var(--colorDark4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-dark-4{background:var(--colorDark4)!important}}.bg-dark-64{background:var(--colorDark64)}@media(min-width:0)and (max-width:527px){.sm\:bg-dark-64{background:var(--colorDark64)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-dark-64{background:var(--colorDark64)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-dark-64{background:var(--colorDark64)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-dark-64{background:var(--colorDark64)!important}}.bg-dark-80{background:var(--colorDark80)}@media(min-width:0)and (max-width:527px){.sm\:bg-dark-80{background:var(--colorDark80)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-dark-80{background:var(--colorDark80)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-dark-80{background:var(--colorDark80)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-dark-80{background:var(--colorDark80)!important}}.bg-light-80{background:var(--colorLight80)}@media(min-width:0)and (max-width:527px){.sm\:bg-light-80{background:var(--colorLight80)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-light-80{background:var(--colorLight80)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-light-80{background:var(--colorLight80)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-light-80{background:var(--colorLight80)!important}}.bg-light-56{background:var(--colorLight56)}@media(min-width:0)and (max-width:527px){.sm\:bg-light-56{background:var(--colorLight56)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-light-56{background:var(--colorLight56)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-light-56{background:var(--colorLight56)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-light-56{background:var(--colorLight56)!important}}.bg-alt-screen-surface{background:var(--colorAltScreenSurface)}@media(min-width:0)and (max-width:527px){.sm\:bg-alt-screen-surface{background:var(--colorAltScreenSurface)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-alt-screen-surface{background:var(--colorAltScreenSurface)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-alt-screen-surface{background:var(--colorAltScreenSurface)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-alt-screen-surface{background:var(--colorAltScreenSurface)!important}}.bg-surface-gradient-top{background:var(--colorSurfaceGradientTop)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-gradient-top{background:var(--colorSurfaceGradientTop)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-gradient-top{background:var(--colorSurfaceGradientTop)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-gradient-top{background:var(--colorSurfaceGradientTop)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-gradient-top{background:var(--colorSurfaceGradientTop)!important}}.bg-surface-gradient-bottom{background:var(--colorSurfaceGradientBottom)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-gradient-bottom{background:var(--colorSurfaceGradientBottom)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-gradient-bottom{background:var(--colorSurfaceGradientBottom)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-gradient-bottom{background:var(--colorSurfaceGradientBottom)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-gradient-bottom{background:var(--colorSurfaceGradientBottom)!important}}.bg-surface-gradient{background:var(--colorSurfaceGradient)}@media(min-width:0)and (max-width:527px){.sm\:bg-surface-gradient{background:var(--colorSurfaceGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-surface-gradient{background:var(--colorSurfaceGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-surface-gradient{background:var(--colorSurfaceGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-surface-gradient{background:var(--colorSurfaceGradient)!important}}.bg-item-modifier-required-background{background:var(--colorItemModifierRequiredBackground)}@media(min-width:0)and (max-width:527px){.sm\:bg-item-modifier-required-background{background:var(--colorItemModifierRequiredBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-item-modifier-required-background{background:var(--colorItemModifierRequiredBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-item-modifier-required-background{background:var(--colorItemModifierRequiredBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-item-modifier-required-background{background:var(--colorItemModifierRequiredBackground)!important}}.bg-item-modifier-required-hover{background:var(--colorItemModifierRequiredHover)}@media(min-width:0)and (max-width:527px){.sm\:bg-item-modifier-required-hover{background:var(--colorItemModifierRequiredHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-item-modifier-required-hover{background:var(--colorItemModifierRequiredHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-item-modifier-required-hover{background:var(--colorItemModifierRequiredHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-item-modifier-required-hover{background:var(--colorItemModifierRequiredHover)!important}}.bg-item-modifier-required-popular{background:var(--colorItemModifierRequiredPopular)}@media(min-width:0)and (max-width:527px){.sm\:bg-item-modifier-required-popular{background:var(--colorItemModifierRequiredPopular)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-item-modifier-required-popular{background:var(--colorItemModifierRequiredPopular)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-item-modifier-required-popular{background:var(--colorItemModifierRequiredPopular)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-item-modifier-required-popular{background:var(--colorItemModifierRequiredPopular)!important}}.bg-pro-member-hover-background{background:var(--colorProMemberHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:bg-pro-member-hover-background{background:var(--colorProMemberHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-pro-member-hover-background{background:var(--colorProMemberHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-pro-member-hover-background{background:var(--colorProMemberHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-pro-member-hover-background{background:var(--colorProMemberHoverBackground)!important}}.bg-pro-member-text-active{background:var(--colorProMemberTextActive)}@media(min-width:0)and (max-width:527px){.sm\:bg-pro-member-text-active{background:var(--colorProMemberTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-pro-member-text-active{background:var(--colorProMemberTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-pro-member-text-active{background:var(--colorProMemberTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-pro-member-text-active{background:var(--colorProMemberTextActive)!important}}.bg-discount-hover-background{background:var(--colorDiscountHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:bg-discount-hover-background{background:var(--colorDiscountHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-discount-hover-background{background:var(--colorDiscountHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-discount-hover-background{background:var(--colorDiscountHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-discount-hover-background{background:var(--colorDiscountHoverBackground)!important}}.bg-discount-text-active{background:var(--colorDiscountTextActive)}@media(min-width:0)and (max-width:527px){.sm\:bg-discount-text-active{background:var(--colorDiscountTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-discount-text-active{background:var(--colorDiscountTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-discount-text-active{background:var(--colorDiscountTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-discount-text-active{background:var(--colorDiscountTextActive)!important}}.bg-loyalty-hover-background{background:var(--colorLoyaltyHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:bg-loyalty-hover-background{background:var(--colorLoyaltyHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-loyalty-hover-background{background:var(--colorLoyaltyHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-loyalty-hover-background{background:var(--colorLoyaltyHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-loyalty-hover-background{background:var(--colorLoyaltyHoverBackground)!important}}.bg-loyalty-text-idle{background:var(--colorLoyaltyTextIdle)}@media(min-width:0)and (max-width:527px){.sm\:bg-loyalty-text-idle{background:var(--colorLoyaltyTextIdle)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-loyalty-text-idle{background:var(--colorLoyaltyTextIdle)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-loyalty-text-idle{background:var(--colorLoyaltyTextIdle)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-loyalty-text-idle{background:var(--colorLoyaltyTextIdle)!important}}.bg-loyalty-text-active{background:var(--colorLoyaltyTextActive)}@media(min-width:0)and (max-width:527px){.sm\:bg-loyalty-text-active{background:var(--colorLoyaltyTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-loyalty-text-active{background:var(--colorLoyaltyTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-loyalty-text-active{background:var(--colorLoyaltyTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-loyalty-text-active{background:var(--colorLoyaltyTextActive)!important}}.bg-loyalty-icon{background:var(--colorLoyaltyIcon)}@media(min-width:0)and (max-width:527px){.sm\:bg-loyalty-icon{background:var(--colorLoyaltyIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-loyalty-icon{background:var(--colorLoyaltyIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-loyalty-icon{background:var(--colorLoyaltyIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-loyalty-icon{background:var(--colorLoyaltyIcon)!important}}.bg-pro-hover-background{background:var(--colorProHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:bg-pro-hover-background{background:var(--colorProHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-pro-hover-background{background:var(--colorProHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-pro-hover-background{background:var(--colorProHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-pro-hover-background{background:var(--colorProHoverBackground)!important}}.bg-pro-text-active{background:var(--colorProTextActive)}@media(min-width:0)and (max-width:527px){.sm\:bg-pro-text-active{background:var(--colorProTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-pro-text-active{background:var(--colorProTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-pro-text-active{background:var(--colorProTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-pro-text-active{background:var(--colorProTextActive)!important}}.bg-illu-secondary-dark{background:var(--colorIlluSecondaryDark)}@media(min-width:0)and (max-width:527px){.sm\:bg-illu-secondary-dark{background:var(--colorIlluSecondaryDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-illu-secondary-dark{background:var(--colorIlluSecondaryDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-illu-secondary-dark{background:var(--colorIlluSecondaryDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-illu-secondary-dark{background:var(--colorIlluSecondaryDark)!important}}.bg-illu-secondary-75{background:var(--colorIlluSecondary75)}@media(min-width:0)and (max-width:527px){.sm\:bg-illu-secondary-75{background:var(--colorIlluSecondary75)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-illu-secondary-75{background:var(--colorIlluSecondary75)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-illu-secondary-75{background:var(--colorIlluSecondary75)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-illu-secondary-75{background:var(--colorIlluSecondary75)!important}}.bg-illu-secondary-50{background:var(--colorIlluSecondary50)}@media(min-width:0)and (max-width:527px){.sm\:bg-illu-secondary-50{background:var(--colorIlluSecondary50)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-illu-secondary-50{background:var(--colorIlluSecondary50)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-illu-secondary-50{background:var(--colorIlluSecondary50)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-illu-secondary-50{background:var(--colorIlluSecondary50)!important}}.bg-illu-secondary-30{background:var(--colorIlluSecondary30)}@media(min-width:0)and (max-width:527px){.sm\:bg-illu-secondary-30{background:var(--colorIlluSecondary30)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-illu-secondary-30{background:var(--colorIlluSecondary30)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-illu-secondary-30{background:var(--colorIlluSecondary30)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-illu-secondary-30{background:var(--colorIlluSecondary30)!important}}.bg-illu-secondary-20{background:var(--colorIlluSecondary20)}@media(min-width:0)and (max-width:527px){.sm\:bg-illu-secondary-20{background:var(--colorIlluSecondary20)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-illu-secondary-20{background:var(--colorIlluSecondary20)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-illu-secondary-20{background:var(--colorIlluSecondary20)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-illu-secondary-20{background:var(--colorIlluSecondary20)!important}}.bg-illu-secondary-15{background:var(--colorIlluSecondary15)}@media(min-width:0)and (max-width:527px){.sm\:bg-illu-secondary-15{background:var(--colorIlluSecondary15)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-illu-secondary-15{background:var(--colorIlluSecondary15)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-illu-secondary-15{background:var(--colorIlluSecondary15)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-illu-secondary-15{background:var(--colorIlluSecondary15)!important}}.bg-illu-secondary-10{background:var(--colorIlluSecondary10)}@media(min-width:0)and (max-width:527px){.sm\:bg-illu-secondary-10{background:var(--colorIlluSecondary10)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-illu-secondary-10{background:var(--colorIlluSecondary10)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-illu-secondary-10{background:var(--colorIlluSecondary10)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-illu-secondary-10{background:var(--colorIlluSecondary10)!important}}.bg-tile-navigation-primary-800{background:var(--colorTileNavigationPrimary800)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-navigation-primary-800{background:var(--colorTileNavigationPrimary800)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-navigation-primary-800{background:var(--colorTileNavigationPrimary800)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-navigation-primary-800{background:var(--colorTileNavigationPrimary800)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-navigation-primary-800{background:var(--colorTileNavigationPrimary800)!important}}.bg-tile-navigation-primary-700{background:var(--colorTileNavigationPrimary700)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-navigation-primary-700{background:var(--colorTileNavigationPrimary700)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-navigation-primary-700{background:var(--colorTileNavigationPrimary700)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-navigation-primary-700{background:var(--colorTileNavigationPrimary700)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-navigation-primary-700{background:var(--colorTileNavigationPrimary700)!important}}.bg-tile-navigation-primary-600{background:var(--colorTileNavigationPrimary600)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-navigation-primary-600{background:var(--colorTileNavigationPrimary600)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-navigation-primary-600{background:var(--colorTileNavigationPrimary600)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-navigation-primary-600{background:var(--colorTileNavigationPrimary600)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-navigation-primary-600{background:var(--colorTileNavigationPrimary600)!important}}.bg-tile-navigation-primary-500{background:var(--colorTileNavigationPrimary500)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-navigation-primary-500{background:var(--colorTileNavigationPrimary500)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-navigation-primary-500{background:var(--colorTileNavigationPrimary500)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-navigation-primary-500{background:var(--colorTileNavigationPrimary500)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-navigation-primary-500{background:var(--colorTileNavigationPrimary500)!important}}.bg-tile-list-primary-400{background:var(--colorTileListPrimary400)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-list-primary-400{background:var(--colorTileListPrimary400)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-list-primary-400{background:var(--colorTileListPrimary400)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-list-primary-400{background:var(--colorTileListPrimary400)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-list-primary-400{background:var(--colorTileListPrimary400)!important}}.bg-tile-list-primary-300{background:var(--colorTileListPrimary300)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-list-primary-300{background:var(--colorTileListPrimary300)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-list-primary-300{background:var(--colorTileListPrimary300)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-list-primary-300{background:var(--colorTileListPrimary300)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-list-primary-300{background:var(--colorTileListPrimary300)!important}}.bg-tile-list-primary-200{background:var(--colorTileListPrimary200)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-list-primary-200{background:var(--colorTileListPrimary200)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-list-primary-200{background:var(--colorTileListPrimary200)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-list-primary-200{background:var(--colorTileListPrimary200)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-list-primary-200{background:var(--colorTileListPrimary200)!important}}.bg-tile-list-primary-100{background:var(--colorTileListPrimary100)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-list-primary-100{background:var(--colorTileListPrimary100)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-list-primary-100{background:var(--colorTileListPrimary100)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-list-primary-100{background:var(--colorTileListPrimary100)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-list-primary-100{background:var(--colorTileListPrimary100)!important}}.bg-tile-navigation-secondary-800{background:var(--colorTileNavigationSecondary800)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-navigation-secondary-800{background:var(--colorTileNavigationSecondary800)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-navigation-secondary-800{background:var(--colorTileNavigationSecondary800)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-navigation-secondary-800{background:var(--colorTileNavigationSecondary800)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-navigation-secondary-800{background:var(--colorTileNavigationSecondary800)!important}}.bg-tile-navigation-secondary-700{background:var(--colorTileNavigationSecondary700)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-navigation-secondary-700{background:var(--colorTileNavigationSecondary700)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-navigation-secondary-700{background:var(--colorTileNavigationSecondary700)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-navigation-secondary-700{background:var(--colorTileNavigationSecondary700)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-navigation-secondary-700{background:var(--colorTileNavigationSecondary700)!important}}.bg-tile-navigation-secondary-600{background:var(--colorTileNavigationSecondary600)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-navigation-secondary-600{background:var(--colorTileNavigationSecondary600)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-navigation-secondary-600{background:var(--colorTileNavigationSecondary600)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-navigation-secondary-600{background:var(--colorTileNavigationSecondary600)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-navigation-secondary-600{background:var(--colorTileNavigationSecondary600)!important}}.bg-tile-navigation-secondary-500{background:var(--colorTileNavigationSecondary500)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-navigation-secondary-500{background:var(--colorTileNavigationSecondary500)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-navigation-secondary-500{background:var(--colorTileNavigationSecondary500)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-navigation-secondary-500{background:var(--colorTileNavigationSecondary500)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-navigation-secondary-500{background:var(--colorTileNavigationSecondary500)!important}}.bg-tile-list-secondary-400{background:var(--colorTileListSecondary400)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-list-secondary-400{background:var(--colorTileListSecondary400)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-list-secondary-400{background:var(--colorTileListSecondary400)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-list-secondary-400{background:var(--colorTileListSecondary400)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-list-secondary-400{background:var(--colorTileListSecondary400)!important}}.bg-tile-list-secondary-300{background:var(--colorTileListSecondary300)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-list-secondary-300{background:var(--colorTileListSecondary300)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-list-secondary-300{background:var(--colorTileListSecondary300)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-list-secondary-300{background:var(--colorTileListSecondary300)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-list-secondary-300{background:var(--colorTileListSecondary300)!important}}.bg-tile-list-secondary-200{background:var(--colorTileListSecondary200)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-list-secondary-200{background:var(--colorTileListSecondary200)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-list-secondary-200{background:var(--colorTileListSecondary200)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-list-secondary-200{background:var(--colorTileListSecondary200)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-list-secondary-200{background:var(--colorTileListSecondary200)!important}}.bg-tile-list-secondary-100{background:var(--colorTileListSecondary100)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-list-secondary-100{background:var(--colorTileListSecondary100)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-list-secondary-100{background:var(--colorTileListSecondary100)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-list-secondary-100{background:var(--colorTileListSecondary100)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-list-secondary-100{background:var(--colorTileListSecondary100)!important}}.bg-tile-navigation-tertiary-800{background:var(--colorTileNavigationTertiary800)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-navigation-tertiary-800{background:var(--colorTileNavigationTertiary800)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-navigation-tertiary-800{background:var(--colorTileNavigationTertiary800)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-navigation-tertiary-800{background:var(--colorTileNavigationTertiary800)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-navigation-tertiary-800{background:var(--colorTileNavigationTertiary800)!important}}.bg-tile-navigation-tertiary-700{background:var(--colorTileNavigationTertiary700)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-navigation-tertiary-700{background:var(--colorTileNavigationTertiary700)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-navigation-tertiary-700{background:var(--colorTileNavigationTertiary700)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-navigation-tertiary-700{background:var(--colorTileNavigationTertiary700)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-navigation-tertiary-700{background:var(--colorTileNavigationTertiary700)!important}}.bg-tile-navigation-tertiary-600{background:var(--colorTileNavigationTertiary600)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-navigation-tertiary-600{background:var(--colorTileNavigationTertiary600)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-navigation-tertiary-600{background:var(--colorTileNavigationTertiary600)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-navigation-tertiary-600{background:var(--colorTileNavigationTertiary600)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-navigation-tertiary-600{background:var(--colorTileNavigationTertiary600)!important}}.bg-tile-navigation-tertiary-500{background:var(--colorTileNavigationTertiary500)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-navigation-tertiary-500{background:var(--colorTileNavigationTertiary500)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-navigation-tertiary-500{background:var(--colorTileNavigationTertiary500)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-navigation-tertiary-500{background:var(--colorTileNavigationTertiary500)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-navigation-tertiary-500{background:var(--colorTileNavigationTertiary500)!important}}.bg-tile-list-tertiary-400{background:var(--colorTileListTertiary400)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-list-tertiary-400{background:var(--colorTileListTertiary400)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-list-tertiary-400{background:var(--colorTileListTertiary400)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-list-tertiary-400{background:var(--colorTileListTertiary400)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-list-tertiary-400{background:var(--colorTileListTertiary400)!important}}.bg-tile-list-tertiary-300{background:var(--colorTileListTertiary300)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-list-tertiary-300{background:var(--colorTileListTertiary300)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-list-tertiary-300{background:var(--colorTileListTertiary300)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-list-tertiary-300{background:var(--colorTileListTertiary300)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-list-tertiary-300{background:var(--colorTileListTertiary300)!important}}.bg-tile-list-tertiary-200{background:var(--colorTileListTertiary200)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-list-tertiary-200{background:var(--colorTileListTertiary200)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-list-tertiary-200{background:var(--colorTileListTertiary200)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-list-tertiary-200{background:var(--colorTileListTertiary200)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-list-tertiary-200{background:var(--colorTileListTertiary200)!important}}.bg-tile-list-tertiary-100{background:var(--colorTileListTertiary100)}@media(min-width:0)and (max-width:527px){.sm\:bg-tile-list-tertiary-100{background:var(--colorTileListTertiary100)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tile-list-tertiary-100{background:var(--colorTileListTertiary100)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tile-list-tertiary-100{background:var(--colorTileListTertiary100)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tile-list-tertiary-100{background:var(--colorTileListTertiary100)!important}}.bg-social-media-facebook{background:var(--colorSocialMediaFacebook)}@media(min-width:0)and (max-width:527px){.sm\:bg-social-media-facebook{background:var(--colorSocialMediaFacebook)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-social-media-facebook{background:var(--colorSocialMediaFacebook)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-social-media-facebook{background:var(--colorSocialMediaFacebook)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-social-media-facebook{background:var(--colorSocialMediaFacebook)!important}}.bg-social-media-facebook-hover{background:var(--colorSocialMediaFacebookHover)}@media(min-width:0)and (max-width:527px){.sm\:bg-social-media-facebook-hover{background:var(--colorSocialMediaFacebookHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-social-media-facebook-hover{background:var(--colorSocialMediaFacebookHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-social-media-facebook-hover{background:var(--colorSocialMediaFacebookHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-social-media-facebook-hover{background:var(--colorSocialMediaFacebookHover)!important}}.bg-focus-ring-light{background:var(--colorFocusRingLight)}@media(min-width:0)and (max-width:527px){.sm\:bg-focus-ring-light{background:var(--colorFocusRingLight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-focus-ring-light{background:var(--colorFocusRingLight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-focus-ring-light{background:var(--colorFocusRingLight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-focus-ring-light{background:var(--colorFocusRingLight)!important}}.bg-focus-ring-dark{background:var(--colorFocusRingDark)}@media(min-width:0)and (max-width:527px){.sm\:bg-focus-ring-dark{background:var(--colorFocusRingDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-focus-ring-dark{background:var(--colorFocusRingDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-focus-ring-dark{background:var(--colorFocusRingDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-focus-ring-dark{background:var(--colorFocusRingDark)!important}}.bg-tabsquare-primary{background:var(--colorTabsquarePrimary)}@media(min-width:0)and (max-width:527px){.sm\:bg-tabsquare-primary{background:var(--colorTabsquarePrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tabsquare-primary{background:var(--colorTabsquarePrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tabsquare-primary{background:var(--colorTabsquarePrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tabsquare-primary{background:var(--colorTabsquarePrimary)!important}}.bg-yuu-primary{background:var(--colorYuuPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bg-yuu-primary{background:var(--colorYuuPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-yuu-primary{background:var(--colorYuuPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-yuu-primary{background:var(--colorYuuPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-yuu-primary{background:var(--colorYuuPrimary)!important}}.bg-klarna-pink{background:var(--colorKlarnaPink)}@media(min-width:0)and (max-width:527px){.sm\:bg-klarna-pink{background:var(--colorKlarnaPink)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-klarna-pink{background:var(--colorKlarnaPink)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-klarna-pink{background:var(--colorKlarnaPink)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-klarna-pink{background:var(--colorKlarnaPink)!important}}.bg-klarna-off-white{background:var(--colorKlarnaOffWhite)}@media(min-width:0)and (max-width:527px){.sm\:bg-klarna-off-white{background:var(--colorKlarnaOffWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-klarna-off-white{background:var(--colorKlarnaOffWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-klarna-off-white{background:var(--colorKlarnaOffWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-klarna-off-white{background:var(--colorKlarnaOffWhite)!important}}.bg-klarna-black{background:var(--colorKlarnaBlack)}@media(min-width:0)and (max-width:527px){.sm\:bg-klarna-black{background:var(--colorKlarnaBlack)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-klarna-black{background:var(--colorKlarnaBlack)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-klarna-black{background:var(--colorKlarnaBlack)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-klarna-black{background:var(--colorKlarnaBlack)!important}}.bg-sgroup-primary{background:var(--colorSgroupPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bg-sgroup-primary{background:var(--colorSgroupPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-sgroup-primary{background:var(--colorSgroupPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-sgroup-primary{background:var(--colorSgroupPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-sgroup-primary{background:var(--colorSgroupPrimary)!important}}.bg-brand-highlight-lvl1{background:var(--colorBrandHighlightLvl1)}@media(min-width:0)and (max-width:527px){.sm\:bg-brand-highlight-lvl1{background:var(--colorBrandHighlightLvl1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-brand-highlight-lvl1{background:var(--colorBrandHighlightLvl1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-brand-highlight-lvl1{background:var(--colorBrandHighlightLvl1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-brand-highlight-lvl1{background:var(--colorBrandHighlightLvl1)!important}}.bg-brand-linear-gradient-1{background:var(--colorLinearGradient1)}@media(min-width:0)and (max-width:527px){.sm\:bg-brand-linear-gradient-1{background:var(--colorLinearGradient1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-brand-linear-gradient-1{background:var(--colorLinearGradient1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-brand-linear-gradient-1{background:var(--colorLinearGradient1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-brand-linear-gradient-1{background:var(--colorLinearGradient1)!important}}.bg-brand-linear-gradient-2{background:var(--colorLinearGradient2)}@media(min-width:0)and (max-width:527px){.sm\:bg-brand-linear-gradient-2{background:var(--colorLinearGradient2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-brand-linear-gradient-2{background:var(--colorLinearGradient2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-brand-linear-gradient-2{background:var(--colorLinearGradient2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-brand-linear-gradient-2{background:var(--colorLinearGradient2)!important}}.bg-rating-tag-text{background:var(--colorRatingTagText)}@media(min-width:0)and (max-width:527px){.sm\:bg-rating-tag-text{background:var(--colorRatingTagText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rating-tag-text{background:var(--colorRatingTagText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rating-tag-text{background:var(--colorRatingTagText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rating-tag-text{background:var(--colorRatingTagText)!important}}.bg-deal-highlight-lvl1{background:var(--colorDealHighlightLvl1)}@media(min-width:0)and (max-width:527px){.sm\:bg-deal-highlight-lvl1{background:var(--colorDealHighlightLvl1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-deal-highlight-lvl1{background:var(--colorDealHighlightLvl1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-deal-highlight-lvl1{background:var(--colorDealHighlightLvl1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-deal-highlight-lvl1{background:var(--colorDealHighlightLvl1)!important}}.bg-deal-highlight-lvl2{background:var(--colorDealHighlightLvl2)}@media(min-width:0)and (max-width:527px){.sm\:bg-deal-highlight-lvl2{background:var(--colorDealHighlightLvl2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-deal-highlight-lvl2{background:var(--colorDealHighlightLvl2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-deal-highlight-lvl2{background:var(--colorDealHighlightLvl2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-deal-highlight-lvl2{background:var(--colorDealHighlightLvl2)!important}}.bg-joker-primary{background:var(--colorJokerPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bg-joker-primary{background:var(--colorJokerPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-joker-primary{background:var(--colorJokerPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-joker-primary{background:var(--colorJokerPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-joker-primary{background:var(--colorJokerPrimary)!important}}.bg-joker-primary-bk{background:var(--colorJokerPrimaryBk)}@media(min-width:0)and (max-width:527px){.sm\:bg-joker-primary-bk{background:var(--colorJokerPrimaryBk)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-joker-primary-bk{background:var(--colorJokerPrimaryBk)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-joker-primary-bk{background:var(--colorJokerPrimaryBk)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-joker-primary-bk{background:var(--colorJokerPrimaryBk)!important}}.bg-joker-primary-bk2{background:var(--colorJokerPrimaryBk2)}@media(min-width:0)and (max-width:527px){.sm\:bg-joker-primary-bk2{background:var(--colorJokerPrimaryBk2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-joker-primary-bk2{background:var(--colorJokerPrimaryBk2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-joker-primary-bk2{background:var(--colorJokerPrimaryBk2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-joker-primary-bk2{background:var(--colorJokerPrimaryBk2)!important}}.bg-joker-secondary{background:var(--colorJokerSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bg-joker-secondary{background:var(--colorJokerSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-joker-secondary{background:var(--colorJokerSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-joker-secondary{background:var(--colorJokerSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-joker-secondary{background:var(--colorJokerSecondary)!important}}.bg-joker-secondary-bk{background:var(--colorJokerSecondaryBk)}@media(min-width:0)and (max-width:527px){.sm\:bg-joker-secondary-bk{background:var(--colorJokerSecondaryBk)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-joker-secondary-bk{background:var(--colorJokerSecondaryBk)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-joker-secondary-bk{background:var(--colorJokerSecondaryBk)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-joker-secondary-bk{background:var(--colorJokerSecondaryBk)!important}}.bg-joker-tertiary{background:var(--colorJokerTertiary)}@media(min-width:0)and (max-width:527px){.sm\:bg-joker-tertiary{background:var(--colorJokerTertiary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-joker-tertiary{background:var(--colorJokerTertiary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-joker-tertiary{background:var(--colorJokerTertiary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-joker-tertiary{background:var(--colorJokerTertiary)!important}}.bg-joker-tertiary-bk{background:var(--colorJokerTertiaryBk)}@media(min-width:0)and (max-width:527px){.sm\:bg-joker-tertiary-bk{background:var(--colorJokerTertiaryBk)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-joker-tertiary-bk{background:var(--colorJokerTertiaryBk)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-joker-tertiary-bk{background:var(--colorJokerTertiaryBk)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-joker-tertiary-bk{background:var(--colorJokerTertiaryBk)!important}}.bg-brand-primary-dark{background:#c60d5c}@media(min-width:0)and (max-width:527px){.sm\:bg-brand-primary-dark{background:#c60d5c!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-brand-primary-dark{background:#c60d5c!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-brand-primary-dark{background:#c60d5c!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-brand-primary-dark{background:#c60d5c!important}}.bg-ratings{background:#276fbf}@media(min-width:0)and (max-width:527px){.sm\:bg-ratings{background:#276fbf!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-ratings{background:#276fbf!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-ratings{background:#276fbf!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-ratings{background:#276fbf!important}}.bg-tag-best-in-city-bg{background:var(--colorBrandSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-best-in-city-bg{background:var(--colorBrandSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-best-in-city-bg{background:var(--colorBrandSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-best-in-city-bg{background:var(--colorBrandSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-best-in-city-bg{background:var(--colorBrandSecondary)!important}}.bg-tag-best-in-city-text{background:var(--colorWhite)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-best-in-city-text{background:var(--colorWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-best-in-city-text{background:var(--colorWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-best-in-city-text{background:var(--colorWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-best-in-city-text{background:var(--colorWhite)!important}}.bg-tag-deal-bg{background:#fef6f9}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-deal-bg{background:#fef6f9!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-deal-bg{background:#fef6f9!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-deal-bg{background:#fef6f9!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-deal-bg{background:#fef6f9!important}}.bg-tag-primary-bg{background:var(--colorBrandPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bg-tag-primary-bg{background:var(--colorBrandPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-tag-primary-bg{background:var(--colorBrandPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-tag-primary-bg{background:var(--colorBrandPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-tag-primary-bg{background:var(--colorBrandPrimary)!important}}.bg-brand-blue{background:#d4dfe6}@media(min-width:0)and (max-width:527px){.sm\:bg-brand-blue{background:#d4dfe6!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-brand-blue{background:#d4dfe6!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-brand-blue{background:#d4dfe6!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-brand-blue{background:#d4dfe6!important}}.bg-brand-blue-ii{background:#1f4d5d}@media(min-width:0)and (max-width:527px){.sm\:bg-brand-blue-ii{background:#1f4d5d!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-brand-blue-ii{background:#1f4d5d!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-brand-blue-ii{background:#1f4d5d!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-brand-blue-ii{background:#1f4d5d!important}}.bg-brand-blue-iii{background:#9cb4bf}@media(min-width:0)and (max-width:527px){.sm\:bg-brand-blue-iii{background:#9cb4bf!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-brand-blue-iii{background:#9cb4bf!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-brand-blue-iii{background:#9cb4bf!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-brand-blue-iii{background:#9cb4bf!important}}.bg-brand-blue-iv{background:#8aa7b3}@media(min-width:0)and (max-width:527px){.sm\:bg-brand-blue-iv{background:#8aa7b3!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-brand-blue-iv{background:#8aa7b3!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-brand-blue-iv{background:#8aa7b3!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-brand-blue-iv{background:#8aa7b3!important}}.bg-brand-grayedout{background:#ea81ae}@media(min-width:0)and (max-width:527px){.sm\:bg-brand-grayedout{background:#ea81ae!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-brand-grayedout{background:#ea81ae!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-brand-grayedout{background:#ea81ae!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-brand-grayedout{background:#ea81ae!important}}.bg-brand-pink-80{background:#e14e84}@media(min-width:0)and (max-width:527px){.sm\:bg-brand-pink-80{background:#e14e84!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-brand-pink-80{background:#e14e84!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-brand-pink-80{background:#e14e84!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-brand-pink-80{background:#e14e84!important}}.bg-brand-pink-60{background:#eb7ca3}@media(min-width:0)and (max-width:527px){.sm\:bg-brand-pink-60{background:#eb7ca3!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-brand-pink-60{background:#eb7ca3!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-brand-pink-60{background:#eb7ca3!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-brand-pink-60{background:#eb7ca3!important}}.bg-brand-pink-30{background:#f7bdd1}@media(min-width:0)and (max-width:527px){.sm\:bg-brand-pink-30{background:#f7bdd1!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-brand-pink-30{background:#f7bdd1!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-brand-pink-30{background:#f7bdd1!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-brand-pink-30{background:#f7bdd1!important}}.bg-gradient-middle{background:#c60d5c}@media(min-width:0)and (max-width:527px){.sm\:bg-gradient-middle{background:#c60d5c!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-gradient-middle{background:#c60d5c!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-gradient-middle{background:#c60d5c!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-gradient-middle{background:#c60d5c!important}}.bg-grayedout{background:hsla(0,0%,100%,.84)}@media(min-width:0)and (max-width:527px){.sm\:bg-grayedout{background:hsla(0,0%,100%,.84)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-grayedout{background:hsla(0,0%,100%,.84)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-grayedout{background:hsla(0,0%,100%,.84)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-grayedout{background:hsla(0,0%,100%,.84)!important}}.bg-neutral-light-surface{background:#fafafa}@media(min-width:0)and (max-width:527px){.sm\:bg-neutral-light-surface{background:#fafafa!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-neutral-light-surface{background:#fafafa!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-neutral-light-surface{background:#fafafa!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-neutral-light-surface{background:#fafafa!important}}.bg-overlay-lvl1{background:rgba(0,0,0,.02)}@media(min-width:0)and (max-width:527px){.sm\:bg-overlay-lvl1{background:rgba(0,0,0,.02)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-overlay-lvl1{background:rgba(0,0,0,.02)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-overlay-lvl1{background:rgba(0,0,0,.02)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-overlay-lvl1{background:rgba(0,0,0,.02)!important}}.bg-overlay-lvl2{background:rgba(0,0,0,.04)}@media(min-width:0)and (max-width:527px){.sm\:bg-overlay-lvl2{background:rgba(0,0,0,.04)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-overlay-lvl2{background:rgba(0,0,0,.04)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-overlay-lvl2{background:rgba(0,0,0,.04)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-overlay-lvl2{background:rgba(0,0,0,.04)!important}}.bg-overlay-lvl3{background:rgba(0,0,0,.08)}@media(min-width:0)and (max-width:527px){.sm\:bg-overlay-lvl3{background:rgba(0,0,0,.08)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-overlay-lvl3{background:rgba(0,0,0,.08)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-overlay-lvl3{background:rgba(0,0,0,.08)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-overlay-lvl3{background:rgba(0,0,0,.08)!important}}.bg-overlay-lvl4{background:rgba(0,0,0,.12)}@media(min-width:0)and (max-width:527px){.sm\:bg-overlay-lvl4{background:rgba(0,0,0,.12)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-overlay-lvl4{background:rgba(0,0,0,.12)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-overlay-lvl4{background:rgba(0,0,0,.12)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-overlay-lvl4{background:rgba(0,0,0,.12)!important}}.bg-overlay-lvl5{background:rgba(0,0,0,.16)}@media(min-width:0)and (max-width:527px){.sm\:bg-overlay-lvl5{background:rgba(0,0,0,.16)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-overlay-lvl5{background:rgba(0,0,0,.16)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-overlay-lvl5{background:rgba(0,0,0,.16)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-overlay-lvl5{background:rgba(0,0,0,.16)!important}}.bg-overlay-lvl6{background:rgba(0,0,0,.48)}@media(min-width:0)and (max-width:527px){.sm\:bg-overlay-lvl6{background:rgba(0,0,0,.48)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-overlay-lvl6{background:rgba(0,0,0,.48)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-overlay-lvl6{background:rgba(0,0,0,.48)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-overlay-lvl6{background:rgba(0,0,0,.48)!important}}.bg-overlay-white{background:hsla(0,0%,100%,.64)}@media(min-width:0)and (max-width:527px){.sm\:bg-overlay-white{background:hsla(0,0%,100%,.64)!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-overlay-white{background:hsla(0,0%,100%,.64)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-overlay-white{background:hsla(0,0%,100%,.64)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-overlay-white{background:hsla(0,0%,100%,.64)!important}}.bg-rating-highlight{background:#e9f0f8}@media(min-width:0)and (max-width:527px){.sm\:bg-rating-highlight{background:#e9f0f8!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rating-highlight{background:#e9f0f8!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rating-highlight{background:#e9f0f8!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rating-highlight{background:#e9f0f8!important}}.bg-rider-banner{background:#d70f64}@media(min-width:0)and (max-width:527px){.sm\:bg-rider-banner{background:#d70f64!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-rider-banner{background:#d70f64!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-rider-banner{background:#d70f64!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-rider-banner{background:#d70f64!important}}.bg-social-applepay{background:#000}@media(min-width:0)and (max-width:527px){.sm\:bg-social-applepay{background:#000!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-social-applepay{background:#000!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-social-applepay{background:#000!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-social-applepay{background:#000!important}}.bg-social-facebook{background:#1877f2}@media(min-width:0)and (max-width:527px){.sm\:bg-social-facebook{background:#1877f2!important}}@media(min-width:528px)and (max-width:767px){.md\:bg-social-facebook{background:#1877f2!important}}@media(min-width:768px)and (max-width:959px){.lg\:bg-social-facebook{background:#1877f2!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bg-social-facebook{background:#1877f2!important}}.bgh-brand-primary:hover{background:var(--colorBrandPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-brand-primary:hover{background:var(--colorBrandPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-brand-primary:hover{background:var(--colorBrandPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-brand-primary:hover{background:var(--colorBrandPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-brand-primary:hover{background:var(--colorBrandPrimary)!important}}.bgh-brand-secondary:hover{background:var(--colorBrandSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-brand-secondary:hover{background:var(--colorBrandSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-brand-secondary:hover{background:var(--colorBrandSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-brand-secondary:hover{background:var(--colorBrandSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-brand-secondary:hover{background:var(--colorBrandSecondary)!important}}.bgh-brand-dark:hover{background:var(--colorBrandDark)}@media(min-width:0)and (max-width:527px){.sm\:bgh-brand-dark:hover{background:var(--colorBrandDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-brand-dark:hover{background:var(--colorBrandDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-brand-dark:hover{background:var(--colorBrandDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-brand-dark:hover{background:var(--colorBrandDark)!important}}.bgh-brand-highlight:hover{background:var(--colorBrandHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bgh-brand-highlight:hover{background:var(--colorBrandHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-brand-highlight:hover{background:var(--colorBrandHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-brand-highlight:hover{background:var(--colorBrandHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-brand-highlight:hover{background:var(--colorBrandHighlight)!important}}.bgh-gradient-light:hover{background:var(--colorGradientLight)}@media(min-width:0)and (max-width:527px){.sm\:bgh-gradient-light:hover{background:var(--colorGradientLight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-gradient-light:hover{background:var(--colorGradientLight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-gradient-light:hover{background:var(--colorGradientLight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-gradient-light:hover{background:var(--colorGradientLight)!important}}.bgh-gradient-dark:hover{background:var(--colorGradientDark)}@media(min-width:0)and (max-width:527px){.sm\:bgh-gradient-dark:hover{background:var(--colorGradientDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-gradient-dark:hover{background:var(--colorGradientDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-gradient-dark:hover{background:var(--colorGradientDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-gradient-dark:hover{background:var(--colorGradientDark)!important}}.bgh-gradient-brand:hover{background:var(--colorGradientBrand)}@media(min-width:0)and (max-width:527px){.sm\:bgh-gradient-brand:hover{background:var(--colorGradientBrand)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-gradient-brand:hover{background:var(--colorGradientBrand)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-gradient-brand:hover{background:var(--colorGradientBrand)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-gradient-brand:hover{background:var(--colorGradientBrand)!important}}.bgh-interaction-primary:hover{background:var(--colorInteractionPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-primary:hover{background:var(--colorInteractionPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-primary:hover{background:var(--colorInteractionPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-primary:hover{background:var(--colorInteractionPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-primary:hover{background:var(--colorInteractionPrimary)!important}}.bgh-interaction-primary-hover:hover{background:var(--colorInteractionPrimaryHover)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-primary-hover:hover{background:var(--colorInteractionPrimaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-primary-hover:hover{background:var(--colorInteractionPrimaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-primary-hover:hover{background:var(--colorInteractionPrimaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-primary-hover:hover{background:var(--colorInteractionPrimaryHover)!important}}.bgh-interaction-secondary:hover{background:var(--colorInteractionSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-secondary:hover{background:var(--colorInteractionSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-secondary:hover{background:var(--colorInteractionSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-secondary:hover{background:var(--colorInteractionSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-secondary:hover{background:var(--colorInteractionSecondary)!important}}.bgh-interaction-secondary-hover:hover{background:var(--colorInteractionSecondaryHover)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-secondary-hover:hover{background:var(--colorInteractionSecondaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-secondary-hover:hover{background:var(--colorInteractionSecondaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-secondary-hover:hover{background:var(--colorInteractionSecondaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-secondary-hover:hover{background:var(--colorInteractionSecondaryHover)!important}}.bgh-interaction-secondary-feedback:hover{background:var(--colorInteractionSecondaryFeedback)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-secondary-feedback:hover{background:var(--colorInteractionSecondaryFeedback)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-secondary-feedback:hover{background:var(--colorInteractionSecondaryFeedback)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-secondary-feedback:hover{background:var(--colorInteractionSecondaryFeedback)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-secondary-feedback:hover{background:var(--colorInteractionSecondaryFeedback)!important}}.bgh-interaction-secondary-highlight:hover{background:var(--colorInteractionSecondaryHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-secondary-highlight:hover{background:var(--colorInteractionSecondaryHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-secondary-highlight:hover{background:var(--colorInteractionSecondaryHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-secondary-highlight:hover{background:var(--colorInteractionSecondaryHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-secondary-highlight:hover{background:var(--colorInteractionSecondaryHighlight)!important}}.bgh-interaction-secondary-border:hover{background:var(--colorInteractionSecondaryBorder)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-secondary-border:hover{background:var(--colorInteractionSecondaryBorder)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-secondary-border:hover{background:var(--colorInteractionSecondaryBorder)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-secondary-border:hover{background:var(--colorInteractionSecondaryBorder)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-secondary-border:hover{background:var(--colorInteractionSecondaryBorder)!important}}.bgh-interaction-tertiary:hover{background:var(--colorInteractionTertiary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-tertiary:hover{background:var(--colorInteractionTertiary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-tertiary:hover{background:var(--colorInteractionTertiary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-tertiary:hover{background:var(--colorInteractionTertiary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-tertiary:hover{background:var(--colorInteractionTertiary)!important}}.bgh-interaction-primary-feedback:hover{background:var(--colorInteractionPrimaryFeedback)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-primary-feedback:hover{background:var(--colorInteractionPrimaryFeedback)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-primary-feedback:hover{background:var(--colorInteractionPrimaryFeedback)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-primary-feedback:hover{background:var(--colorInteractionPrimaryFeedback)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-primary-feedback:hover{background:var(--colorInteractionPrimaryFeedback)!important}}.bgh-info-banner-cta:hover{background:var(--colorInfoBannerCta)}@media(min-width:0)and (max-width:527px){.sm\:bgh-info-banner-cta:hover{background:var(--colorInfoBannerCta)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-info-banner-cta:hover{background:var(--colorInfoBannerCta)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-info-banner-cta:hover{background:var(--colorInfoBannerCta)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-info-banner-cta:hover{background:var(--colorInfoBannerCta)!important}}.bgh-on-interaction-primary:hover{background:var(--colorOnInteractionPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-on-interaction-primary:hover{background:var(--colorOnInteractionPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-on-interaction-primary:hover{background:var(--colorOnInteractionPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-on-interaction-primary:hover{background:var(--colorOnInteractionPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-on-interaction-primary:hover{background:var(--colorOnInteractionPrimary)!important}}.bgh-on-interaction-primary-hover:hover{background:var(--colorOnInteractionPrimaryHover)}@media(min-width:0)and (max-width:527px){.sm\:bgh-on-interaction-primary-hover:hover{background:var(--colorOnInteractionPrimaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-on-interaction-primary-hover:hover{background:var(--colorOnInteractionPrimaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-on-interaction-primary-hover:hover{background:var(--colorOnInteractionPrimaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-on-interaction-primary-hover:hover{background:var(--colorOnInteractionPrimaryHover)!important}}.bgh-on-interaction-secondary:hover{background:var(--colorOnInteractionSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-on-interaction-secondary:hover{background:var(--colorOnInteractionSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-on-interaction-secondary:hover{background:var(--colorOnInteractionSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-on-interaction-secondary:hover{background:var(--colorOnInteractionSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-on-interaction-secondary:hover{background:var(--colorOnInteractionSecondary)!important}}.bgh-on-interaction-secondary-hover:hover{background:var(--colorOnInteractionSecondaryHover)}@media(min-width:0)and (max-width:527px){.sm\:bgh-on-interaction-secondary-hover:hover{background:var(--colorOnInteractionSecondaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-on-interaction-secondary-hover:hover{background:var(--colorOnInteractionSecondaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-on-interaction-secondary-hover:hover{background:var(--colorOnInteractionSecondaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-on-interaction-secondary-hover:hover{background:var(--colorOnInteractionSecondaryHover)!important}}.bgh-interaction-background-hover:hover{background:var(--colorInteractionBackgroundHover)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-background-hover:hover{background:var(--colorInteractionBackgroundHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-background-hover:hover{background:var(--colorInteractionBackgroundHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-background-hover:hover{background:var(--colorInteractionBackgroundHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-background-hover:hover{background:var(--colorInteractionBackgroundHover)!important}}.bgh-interaction-text-hover:hover{background:var(--colorInteractionTextHover)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-text-hover:hover{background:var(--colorInteractionTextHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-text-hover:hover{background:var(--colorInteractionTextHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-text-hover:hover{background:var(--colorInteractionTextHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-text-hover:hover{background:var(--colorInteractionTextHover)!important}}.bgh-interaction-focus:hover{background:var(--colorInteractionFocus)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-focus:hover{background:var(--colorInteractionFocus)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-focus:hover{background:var(--colorInteractionFocus)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-focus:hover{background:var(--colorInteractionFocus)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-focus:hover{background:var(--colorInteractionFocus)!important}}.bgh-interaction-focus-reversed:hover{background:var(--colorInteractionFocusReversed)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-focus-reversed:hover{background:var(--colorInteractionFocusReversed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-focus-reversed:hover{background:var(--colorInteractionFocusReversed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-focus-reversed:hover{background:var(--colorInteractionFocusReversed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-focus-reversed:hover{background:var(--colorInteractionFocusReversed)!important}}.bgh-interaction-reversed-white-opacity-15:hover{background:var(--colorInteractionReversedWhiteOpacity15)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-reversed-white-opacity-15:hover{background:var(--colorInteractionReversedWhiteOpacity15)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-reversed-white-opacity-15:hover{background:var(--colorInteractionReversedWhiteOpacity15)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-reversed-white-opacity-15:hover{background:var(--colorInteractionReversedWhiteOpacity15)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-reversed-white-opacity-15:hover{background:var(--colorInteractionReversedWhiteOpacity15)!important}}.bgh-interaction-reversed-white-opacity-30:hover{background:var(--colorInteractionReversedWhiteOpacity30)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-reversed-white-opacity-30:hover{background:var(--colorInteractionReversedWhiteOpacity30)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-reversed-white-opacity-30:hover{background:var(--colorInteractionReversedWhiteOpacity30)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-reversed-white-opacity-30:hover{background:var(--colorInteractionReversedWhiteOpacity30)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-reversed-white-opacity-30:hover{background:var(--colorInteractionReversedWhiteOpacity30)!important}}.bgh-interaction-reversed-white-opacity-50:hover{background:var(--colorInteractionReversedWhiteOpacity50)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-reversed-white-opacity-50:hover{background:var(--colorInteractionReversedWhiteOpacity50)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-reversed-white-opacity-50:hover{background:var(--colorInteractionReversedWhiteOpacity50)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-reversed-white-opacity-50:hover{background:var(--colorInteractionReversedWhiteOpacity50)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-reversed-white-opacity-50:hover{background:var(--colorInteractionReversedWhiteOpacity50)!important}}.bgh-interaction-secondary-selected:hover{background:var(--colorInteractionSecondarySelected)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-secondary-selected:hover{background:var(--colorInteractionSecondarySelected)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-secondary-selected:hover{background:var(--colorInteractionSecondarySelected)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-secondary-selected:hover{background:var(--colorInteractionSecondarySelected)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-secondary-selected:hover{background:var(--colorInteractionSecondarySelected)!important}}.bgh-interaction-secondary-inactive:hover{background:var(--colorInteractionSecondaryInactive)}@media(min-width:0)and (max-width:527px){.sm\:bgh-interaction-secondary-inactive:hover{background:var(--colorInteractionSecondaryInactive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-interaction-secondary-inactive:hover{background:var(--colorInteractionSecondaryInactive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-interaction-secondary-inactive:hover{background:var(--colorInteractionSecondaryInactive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-interaction-secondary-inactive:hover{background:var(--colorInteractionSecondaryInactive)!important}}.bgh-main-text:hover{background:var(--colorMainText)}@media(min-width:0)and (max-width:527px){.sm\:bgh-main-text:hover{background:var(--colorMainText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-main-text:hover{background:var(--colorMainText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-main-text:hover{background:var(--colorMainText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-main-text:hover{background:var(--colorMainText)!important}}.bgh-exp-timer-bg-cover:hover{background:var(--colorExpTimerBgCover)}@media(min-width:0)and (max-width:527px){.sm\:bgh-exp-timer-bg-cover:hover{background:var(--colorExpTimerBgCover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-exp-timer-bg-cover:hover{background:var(--colorExpTimerBgCover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-exp-timer-bg-cover:hover{background:var(--colorExpTimerBgCover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-exp-timer-bg-cover:hover{background:var(--colorExpTimerBgCover)!important}}.bgh-exp-timer-digit-cover:hover{background:var(--colorExpTimerDigitCover)}@media(min-width:0)and (max-width:527px){.sm\:bgh-exp-timer-digit-cover:hover{background:var(--colorExpTimerDigitCover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-exp-timer-digit-cover:hover{background:var(--colorExpTimerDigitCover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-exp-timer-digit-cover:hover{background:var(--colorExpTimerDigitCover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-exp-timer-digit-cover:hover{background:var(--colorExpTimerDigitCover)!important}}.bgh-tiers-subtitle-text:hover{background:var(--colorTiersSubtitleText)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tiers-subtitle-text:hover{background:var(--colorTiersSubtitleText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tiers-subtitle-text:hover{background:var(--colorTiersSubtitleText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tiers-subtitle-text:hover{background:var(--colorTiersSubtitleText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tiers-subtitle-text:hover{background:var(--colorTiersSubtitleText)!important}}.bgh-tier-3-subtitle-text:hover{background:var(--colorTier3SubtitleText)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tier-3-subtitle-text:hover{background:var(--colorTier3SubtitleText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tier-3-subtitle-text:hover{background:var(--colorTier3SubtitleText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tier-3-subtitle-text:hover{background:var(--colorTier3SubtitleText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tier-3-subtitle-text:hover{background:var(--colorTier3SubtitleText)!important}}.bgh-tier-1-tile:hover{background:var(--colorTier1Tile)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tier-1-tile:hover{background:var(--colorTier1Tile)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tier-1-tile:hover{background:var(--colorTier1Tile)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tier-1-tile:hover{background:var(--colorTier1Tile)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tier-1-tile:hover{background:var(--colorTier1Tile)!important}}.bgh-tier-2-tile:hover{background:var(--colorTier2Tile)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tier-2-tile:hover{background:var(--colorTier2Tile)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tier-2-tile:hover{background:var(--colorTier2Tile)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tier-2-tile:hover{background:var(--colorTier2Tile)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tier-2-tile:hover{background:var(--colorTier2Tile)!important}}.bgh-tier-3-tile:hover{background:var(--colorTier3Tile)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tier-3-tile:hover{background:var(--colorTier3Tile)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tier-3-tile:hover{background:var(--colorTier3Tile)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tier-3-tile:hover{background:var(--colorTier3Tile)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tier-3-tile:hover{background:var(--colorTier3Tile)!important}}.bgh-how-it-works-text:hover{background:var(--colorHowItWorksText)}@media(min-width:0)and (max-width:527px){.sm\:bgh-how-it-works-text:hover{background:var(--colorHowItWorksText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-how-it-works-text:hover{background:var(--colorHowItWorksText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-how-it-works-text:hover{background:var(--colorHowItWorksText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-how-it-works-text:hover{background:var(--colorHowItWorksText)!important}}.bgh-how-it-works-icon-bg:hover{background:var(--colorHowItWorksIconBg)}@media(min-width:0)and (max-width:527px){.sm\:bgh-how-it-works-icon-bg:hover{background:var(--colorHowItWorksIconBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-how-it-works-icon-bg:hover{background:var(--colorHowItWorksIconBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-how-it-works-icon-bg:hover{background:var(--colorHowItWorksIconBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-how-it-works-icon-bg:hover{background:var(--colorHowItWorksIconBg)!important}}.bgh-timer-bg:hover{background:var(--colorTimerBg)}@media(min-width:0)and (max-width:527px){.sm\:bgh-timer-bg:hover{background:var(--colorTimerBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-timer-bg:hover{background:var(--colorTimerBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-timer-bg:hover{background:var(--colorTimerBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-timer-bg:hover{background:var(--colorTimerBg)!important}}.bgh-timer-digit:hover{background:var(--colorTimerDigit)}@media(min-width:0)and (max-width:527px){.sm\:bgh-timer-digit:hover{background:var(--colorTimerDigit)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-timer-digit:hover{background:var(--colorTimerDigit)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-timer-digit:hover{background:var(--colorTimerDigit)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-timer-digit:hover{background:var(--colorTimerDigit)!important}}.bgh-next-tiers-text:hover{background:var(--colorNextTiersText)}@media(min-width:0)and (max-width:527px){.sm\:bgh-next-tiers-text:hover{background:var(--colorNextTiersText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-next-tiers-text:hover{background:var(--colorNextTiersText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-next-tiers-text:hover{background:var(--colorNextTiersText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-next-tiers-text:hover{background:var(--colorNextTiersText)!important}}.bgh-next-tier-3-text:hover{background:var(--colorNextTier3Text)}@media(min-width:0)and (max-width:527px){.sm\:bgh-next-tier-3-text:hover{background:var(--colorNextTier3Text)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-next-tier-3-text:hover{background:var(--colorNextTier3Text)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-next-tier-3-text:hover{background:var(--colorNextTier3Text)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-next-tier-3-text:hover{background:var(--colorNextTier3Text)!important}}.bgh-default-tier:hover{background:var(--colorDefaultTier)}@media(min-width:0)and (max-width:527px){.sm\:bgh-default-tier:hover{background:var(--colorDefaultTier)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-default-tier:hover{background:var(--colorDefaultTier)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-default-tier:hover{background:var(--colorDefaultTier)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-default-tier:hover{background:var(--colorDefaultTier)!important}}.bgh-rdp-sheet-tier-1:hover{background:var(--colorRdpSheetTier1)}@media(min-width:0)and (max-width:527px){.sm\:bgh-rdp-sheet-tier-1:hover{background:var(--colorRdpSheetTier1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rdp-sheet-tier-1:hover{background:var(--colorRdpSheetTier1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rdp-sheet-tier-1:hover{background:var(--colorRdpSheetTier1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rdp-sheet-tier-1:hover{background:var(--colorRdpSheetTier1)!important}}.bgh-rdp-sheet-tier-2:hover{background:var(--colorRdpSheetTier2)}@media(min-width:0)and (max-width:527px){.sm\:bgh-rdp-sheet-tier-2:hover{background:var(--colorRdpSheetTier2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rdp-sheet-tier-2:hover{background:var(--colorRdpSheetTier2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rdp-sheet-tier-2:hover{background:var(--colorRdpSheetTier2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rdp-sheet-tier-2:hover{background:var(--colorRdpSheetTier2)!important}}.bgh-rdp-sheet-tier-3:hover{background:var(--colorRdpSheetTier3)}@media(min-width:0)and (max-width:527px){.sm\:bgh-rdp-sheet-tier-3:hover{background:var(--colorRdpSheetTier3)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rdp-sheet-tier-3:hover{background:var(--colorRdpSheetTier3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rdp-sheet-tier-3:hover{background:var(--colorRdpSheetTier3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rdp-sheet-tier-3:hover{background:var(--colorRdpSheetTier3)!important}}.bgh-rdp-sheet-tier-4:hover{background:var(--colorRdpSheetTier4)}@media(min-width:0)and (max-width:527px){.sm\:bgh-rdp-sheet-tier-4:hover{background:var(--colorRdpSheetTier4)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rdp-sheet-tier-4:hover{background:var(--colorRdpSheetTier4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rdp-sheet-tier-4:hover{background:var(--colorRdpSheetTier4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rdp-sheet-tier-4:hover{background:var(--colorRdpSheetTier4)!important}}.bgh-star-bg-tier-1:hover{background:var(--colorStarBgTier1)}@media(min-width:0)and (max-width:527px){.sm\:bgh-star-bg-tier-1:hover{background:var(--colorStarBgTier1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-star-bg-tier-1:hover{background:var(--colorStarBgTier1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-star-bg-tier-1:hover{background:var(--colorStarBgTier1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-star-bg-tier-1:hover{background:var(--colorStarBgTier1)!important}}.bgh-star-bg-tier-2:hover{background:var(--colorStarBgTier2)}@media(min-width:0)and (max-width:527px){.sm\:bgh-star-bg-tier-2:hover{background:var(--colorStarBgTier2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-star-bg-tier-2:hover{background:var(--colorStarBgTier2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-star-bg-tier-2:hover{background:var(--colorStarBgTier2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-star-bg-tier-2:hover{background:var(--colorStarBgTier2)!important}}.bgh-star-bg-tier-3:hover{background:var(--colorStarBgTier3)}@media(min-width:0)and (max-width:527px){.sm\:bgh-star-bg-tier-3:hover{background:var(--colorStarBgTier3)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-star-bg-tier-3:hover{background:var(--colorStarBgTier3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-star-bg-tier-3:hover{background:var(--colorStarBgTier3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-star-bg-tier-3:hover{background:var(--colorStarBgTier3)!important}}.bgh-rdp-sheet-tier-text-bg-1:hover{background:var(--colorRdpSheetTierTextBg1)}@media(min-width:0)and (max-width:527px){.sm\:bgh-rdp-sheet-tier-text-bg-1:hover{background:var(--colorRdpSheetTierTextBg1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rdp-sheet-tier-text-bg-1:hover{background:var(--colorRdpSheetTierTextBg1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rdp-sheet-tier-text-bg-1:hover{background:var(--colorRdpSheetTierTextBg1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rdp-sheet-tier-text-bg-1:hover{background:var(--colorRdpSheetTierTextBg1)!important}}.bgh-rdp-sheet-tier-text-bg-2:hover{background:var(--colorRdpSheetTierTextBg2)}@media(min-width:0)and (max-width:527px){.sm\:bgh-rdp-sheet-tier-text-bg-2:hover{background:var(--colorRdpSheetTierTextBg2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rdp-sheet-tier-text-bg-2:hover{background:var(--colorRdpSheetTierTextBg2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rdp-sheet-tier-text-bg-2:hover{background:var(--colorRdpSheetTierTextBg2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rdp-sheet-tier-text-bg-2:hover{background:var(--colorRdpSheetTierTextBg2)!important}}.bgh-rdp-sheet-tier-text-bg-3:hover{background:var(--colorRdpSheetTierTextBg3)}@media(min-width:0)and (max-width:527px){.sm\:bgh-rdp-sheet-tier-text-bg-3:hover{background:var(--colorRdpSheetTierTextBg3)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rdp-sheet-tier-text-bg-3:hover{background:var(--colorRdpSheetTierTextBg3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rdp-sheet-tier-text-bg-3:hover{background:var(--colorRdpSheetTierTextBg3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rdp-sheet-tier-text-bg-3:hover{background:var(--colorRdpSheetTierTextBg3)!important}}.bgh-rdp-sheet-tier-text-bg-4:hover{background:var(--colorRdpSheetTierTextBg4)}@media(min-width:0)and (max-width:527px){.sm\:bgh-rdp-sheet-tier-text-bg-4:hover{background:var(--colorRdpSheetTierTextBg4)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rdp-sheet-tier-text-bg-4:hover{background:var(--colorRdpSheetTierTextBg4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rdp-sheet-tier-text-bg-4:hover{background:var(--colorRdpSheetTierTextBg4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rdp-sheet-tier-text-bg-4:hover{background:var(--colorRdpSheetTierTextBg4)!important}}.bgh-next-tier-1-rdp:hover{background:var(--colorNextTier1Rdp)}@media(min-width:0)and (max-width:527px){.sm\:bgh-next-tier-1-rdp:hover{background:var(--colorNextTier1Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-next-tier-1-rdp:hover{background:var(--colorNextTier1Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-next-tier-1-rdp:hover{background:var(--colorNextTier1Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-next-tier-1-rdp:hover{background:var(--colorNextTier1Rdp)!important}}.bgh-next-tier-2-rdp:hover{background:var(--colorNextTier2Rdp)}@media(min-width:0)and (max-width:527px){.sm\:bgh-next-tier-2-rdp:hover{background:var(--colorNextTier2Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-next-tier-2-rdp:hover{background:var(--colorNextTier2Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-next-tier-2-rdp:hover{background:var(--colorNextTier2Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-next-tier-2-rdp:hover{background:var(--colorNextTier2Rdp)!important}}.bgh-next-tier-3-rdp:hover{background:var(--colorNextTier3Rdp)}@media(min-width:0)and (max-width:527px){.sm\:bgh-next-tier-3-rdp:hover{background:var(--colorNextTier3Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-next-tier-3-rdp:hover{background:var(--colorNextTier3Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-next-tier-3-rdp:hover{background:var(--colorNextTier3Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-next-tier-3-rdp:hover{background:var(--colorNextTier3Rdp)!important}}.bgh-next-tier-4-rdp:hover{background:var(--colorNextTier4Rdp)}@media(min-width:0)and (max-width:527px){.sm\:bgh-next-tier-4-rdp:hover{background:var(--colorNextTier4Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-next-tier-4-rdp:hover{background:var(--colorNextTier4Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-next-tier-4-rdp:hover{background:var(--colorNextTier4Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-next-tier-4-rdp:hover{background:var(--colorNextTier4Rdp)!important}}.bgh-popup-text:hover{background:var(--colorPopupText)}@media(min-width:0)and (max-width:527px){.sm\:bgh-popup-text:hover{background:var(--colorPopupText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-popup-text:hover{background:var(--colorPopupText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-popup-text:hover{background:var(--colorPopupText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-popup-text:hover{background:var(--colorPopupText)!important}}.bgh-generic-bg:hover{background:var(--colorGenericBg)}@media(min-width:0)and (max-width:527px){.sm\:bgh-generic-bg:hover{background:var(--colorGenericBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-generic-bg:hover{background:var(--colorGenericBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-generic-bg:hover{background:var(--colorGenericBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-generic-bg:hover{background:var(--colorGenericBg)!important}}.bgh-exp-deal-bg:hover{background:var(--colorExpDealBg)}@media(min-width:0)and (max-width:527px){.sm\:bgh-exp-deal-bg:hover{background:var(--colorExpDealBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-exp-deal-bg:hover{background:var(--colorExpDealBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-exp-deal-bg:hover{background:var(--colorExpDealBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-exp-deal-bg:hover{background:var(--colorExpDealBg)!important}}.bgh-exp-deal-text:hover{background:var(--colorExpDealText)}@media(min-width:0)and (max-width:527px){.sm\:bgh-exp-deal-text:hover{background:var(--colorExpDealText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-exp-deal-text:hover{background:var(--colorExpDealText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-exp-deal-text:hover{background:var(--colorExpDealText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-exp-deal-text:hover{background:var(--colorExpDealText)!important}}.bgh-exp-star-bg-default:hover{background:var(--colorExpStarBgDefault)}@media(min-width:0)and (max-width:527px){.sm\:bgh-exp-star-bg-default:hover{background:var(--colorExpStarBgDefault)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-exp-star-bg-default:hover{background:var(--colorExpStarBgDefault)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-exp-star-bg-default:hover{background:var(--colorExpStarBgDefault)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-exp-star-bg-default:hover{background:var(--colorExpStarBgDefault)!important}}.bgh-exp-star-bg-active:hover{background:var(--colorExpStarBgActive)}@media(min-width:0)and (max-width:527px){.sm\:bgh-exp-star-bg-active:hover{background:var(--colorExpStarBgActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-exp-star-bg-active:hover{background:var(--colorExpStarBgActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-exp-star-bg-active:hover{background:var(--colorExpStarBgActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-exp-star-bg-active:hover{background:var(--colorExpStarBgActive)!important}}.bgh-exp-footer-text-default:hover{background:var(--colorExpFooterTextDefault)}@media(min-width:0)and (max-width:527px){.sm\:bgh-exp-footer-text-default:hover{background:var(--colorExpFooterTextDefault)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-exp-footer-text-default:hover{background:var(--colorExpFooterTextDefault)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-exp-footer-text-default:hover{background:var(--colorExpFooterTextDefault)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-exp-footer-text-default:hover{background:var(--colorExpFooterTextDefault)!important}}.bgh-exp-footer-text-active:hover{background:var(--colorExpFooterTextActive)}@media(min-width:0)and (max-width:527px){.sm\:bgh-exp-footer-text-active:hover{background:var(--colorExpFooterTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-exp-footer-text-active:hover{background:var(--colorExpFooterTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-exp-footer-text-active:hover{background:var(--colorExpFooterTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-exp-footer-text-active:hover{background:var(--colorExpFooterTextActive)!important}}.bgh-exp-timer-container:hover{background:var(--colorExpTimerContainer)}@media(min-width:0)and (max-width:527px){.sm\:bgh-exp-timer-container:hover{background:var(--colorExpTimerContainer)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-exp-timer-container:hover{background:var(--colorExpTimerContainer)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-exp-timer-container:hover{background:var(--colorExpTimerContainer)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-exp-timer-container:hover{background:var(--colorExpTimerContainer)!important}}.bgh-exp-footer-timer-bg:hover{background:var(--colorExpFooterTimerBg)}@media(min-width:0)and (max-width:527px){.sm\:bgh-exp-footer-timer-bg:hover{background:var(--colorExpFooterTimerBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-exp-footer-timer-bg:hover{background:var(--colorExpFooterTimerBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-exp-footer-timer-bg:hover{background:var(--colorExpFooterTimerBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-exp-footer-timer-bg:hover{background:var(--colorExpFooterTimerBg)!important}}.bgh-exp-footer-timer-digit:hover{background:var(--colorExpFooterTimerDigit)}@media(min-width:0)and (max-width:527px){.sm\:bgh-exp-footer-timer-digit:hover{background:var(--colorExpFooterTimerDigit)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-exp-footer-timer-digit:hover{background:var(--colorExpFooterTimerDigit)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-exp-footer-timer-digit:hover{background:var(--colorExpFooterTimerDigit)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-exp-footer-timer-digit:hover{background:var(--colorExpFooterTimerDigit)!important}}.bgh-exp-2-generic-bg:hover{background:var(--colorExp2GenericBg)}@media(min-width:0)and (max-width:527px){.sm\:bgh-exp-2-generic-bg:hover{background:var(--colorExp2GenericBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-exp-2-generic-bg:hover{background:var(--colorExp2GenericBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-exp-2-generic-bg:hover{background:var(--colorExp2GenericBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-exp-2-generic-bg:hover{background:var(--colorExp2GenericBg)!important}}.bgh-exp-2-discount-bg:hover{background:var(--colorExp2DiscountBg)}@media(min-width:0)and (max-width:527px){.sm\:bgh-exp-2-discount-bg:hover{background:var(--colorExp2DiscountBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-exp-2-discount-bg:hover{background:var(--colorExp2DiscountBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-exp-2-discount-bg:hover{background:var(--colorExp2DiscountBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-exp-2-discount-bg:hover{background:var(--colorExp2DiscountBg)!important}}.bgh-rating:hover{background:var(--colorRating)}@media(min-width:0)and (max-width:527px){.sm\:bgh-rating:hover{background:var(--colorRating)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rating:hover{background:var(--colorRating)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rating:hover{background:var(--colorRating)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rating:hover{background:var(--colorRating)!important}}.bgh-rating-background:hover{background:var(--colorRatingBackground)}@media(min-width:0)and (max-width:527px){.sm\:bgh-rating-background:hover{background:var(--colorRatingBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rating-background:hover{background:var(--colorRatingBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rating-background:hover{background:var(--colorRatingBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rating-background:hover{background:var(--colorRatingBackground)!important}}.bgh-rating-feedback-background:hover{background:var(--colorRatingFeedbackBackground)}@media(min-width:0)and (max-width:527px){.sm\:bgh-rating-feedback-background:hover{background:var(--colorRatingFeedbackBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rating-feedback-background:hover{background:var(--colorRatingFeedbackBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rating-feedback-background:hover{background:var(--colorRatingFeedbackBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rating-feedback-background:hover{background:var(--colorRatingFeedbackBackground)!important}}.bgh-rating-feedback-active:hover{background:var(--colorRatingFeedbackActive)}@media(min-width:0)and (max-width:527px){.sm\:bgh-rating-feedback-active:hover{background:var(--colorRatingFeedbackActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rating-feedback-active:hover{background:var(--colorRatingFeedbackActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rating-feedback-active:hover{background:var(--colorRatingFeedbackActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rating-feedback-active:hover{background:var(--colorRatingFeedbackActive)!important}}.bgh-popular-icon:hover{background:var(--colorPopularIcon)}@media(min-width:0)and (max-width:527px){.sm\:bgh-popular-icon:hover{background:var(--colorPopularIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-popular-icon:hover{background:var(--colorPopularIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-popular-icon:hover{background:var(--colorPopularIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-popular-icon:hover{background:var(--colorPopularIcon)!important}}.bgh-rating-outline:hover{background:var(--colorRatingOutline)}@media(min-width:0)and (max-width:527px){.sm\:bgh-rating-outline:hover{background:var(--colorRatingOutline)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rating-outline:hover{background:var(--colorRatingOutline)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rating-outline:hover{background:var(--colorRatingOutline)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rating-outline:hover{background:var(--colorRatingOutline)!important}}.bgh-deal-highlight-lvl-1:hover{background:var(--colorDealHighlightLvl1)}@media(min-width:0)and (max-width:527px){.sm\:bgh-deal-highlight-lvl-1:hover{background:var(--colorDealHighlightLvl1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-deal-highlight-lvl-1:hover{background:var(--colorDealHighlightLvl1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-deal-highlight-lvl-1:hover{background:var(--colorDealHighlightLvl1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-deal-highlight-lvl-1:hover{background:var(--colorDealHighlightLvl1)!important}}.bgh-deal-highlight-lvl-2:hover{background:var(--colorDealHighlightLvl2)}@media(min-width:0)and (max-width:527px){.sm\:bgh-deal-highlight-lvl-2:hover{background:var(--colorDealHighlightLvl2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-deal-highlight-lvl-2:hover{background:var(--colorDealHighlightLvl2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-deal-highlight-lvl-2:hover{background:var(--colorDealHighlightLvl2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-deal-highlight-lvl-2:hover{background:var(--colorDealHighlightLvl2)!important}}.bgh-deal-tertiary:hover{background:var(--colorDealTertiary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-deal-tertiary:hover{background:var(--colorDealTertiary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-deal-tertiary:hover{background:var(--colorDealTertiary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-deal-tertiary:hover{background:var(--colorDealTertiary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-deal-tertiary:hover{background:var(--colorDealTertiary)!important}}.bgh-deal-secondary:hover{background:var(--colorDealSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-deal-secondary:hover{background:var(--colorDealSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-deal-secondary:hover{background:var(--colorDealSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-deal-secondary:hover{background:var(--colorDealSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-deal-secondary:hover{background:var(--colorDealSecondary)!important}}.bgh-deal-primary:hover{background:var(--colorDealPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-deal-primary:hover{background:var(--colorDealPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-deal-primary:hover{background:var(--colorDealPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-deal-primary:hover{background:var(--colorDealPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-deal-primary:hover{background:var(--colorDealPrimary)!important}}.bgh-deal-banner-text:hover{background:var(--colorDealBannerText)}@media(min-width:0)and (max-width:527px){.sm\:bgh-deal-banner-text:hover{background:var(--colorDealBannerText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-deal-banner-text:hover{background:var(--colorDealBannerText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-deal-banner-text:hover{background:var(--colorDealBannerText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-deal-banner-text:hover{background:var(--colorDealBannerText)!important}}.bgh-deal-text-on-white:hover{background:var(--colorDealTextOnWhite)}@media(min-width:0)and (max-width:527px){.sm\:bgh-deal-text-on-white:hover{background:var(--colorDealTextOnWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-deal-text-on-white:hover{background:var(--colorDealTextOnWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-deal-text-on-white:hover{background:var(--colorDealTextOnWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-deal-text-on-white:hover{background:var(--colorDealTextOnWhite)!important}}.bgh-price-emphasis:hover{background:var(--colorPriceEmphasis)}@media(min-width:0)and (max-width:527px){.sm\:bgh-price-emphasis:hover{background:var(--colorPriceEmphasis)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-price-emphasis:hover{background:var(--colorPriceEmphasis)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-price-emphasis:hover{background:var(--colorPriceEmphasis)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-price-emphasis:hover{background:var(--colorPriceEmphasis)!important}}.bgh-surface-loyalty-low:hover{background:var(--bdsColorSurfaceLoyaltyLow)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-loyalty-low:hover{background:var(--bdsColorSurfaceLoyaltyLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-loyalty-low:hover{background:var(--bdsColorSurfaceLoyaltyLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-loyalty-low:hover{background:var(--bdsColorSurfaceLoyaltyLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-loyalty-low:hover{background:var(--bdsColorSurfaceLoyaltyLow)!important}}.bgh-surface-interaction-disabled:hover{background:var(--bdsColorSurfaceInteractionDisabled)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-interaction-disabled:hover{background:var(--bdsColorSurfaceInteractionDisabled)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-interaction-disabled:hover{background:var(--bdsColorSurfaceInteractionDisabled)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-interaction-disabled:hover{background:var(--bdsColorSurfaceInteractionDisabled)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-interaction-disabled:hover{background:var(--bdsColorSurfaceInteractionDisabled)!important}}.bgh-surface-tag-primary-pressed:hover{background:var(--bdsColorSurfaceTagPrimaryPressed)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-tag-primary-pressed:hover{background:var(--bdsColorSurfaceTagPrimaryPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-tag-primary-pressed:hover{background:var(--bdsColorSurfaceTagPrimaryPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-tag-primary-pressed:hover{background:var(--bdsColorSurfaceTagPrimaryPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-tag-primary-pressed:hover{background:var(--bdsColorSurfaceTagPrimaryPressed)!important}}.bgh-surface-tag-secondary-pressed:hover{background:var(--bdsColorSurfaceTagSecondaryPressed)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-tag-secondary-pressed:hover{background:var(--bdsColorSurfaceTagSecondaryPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-tag-secondary-pressed:hover{background:var(--bdsColorSurfaceTagSecondaryPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-tag-secondary-pressed:hover{background:var(--bdsColorSurfaceTagSecondaryPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-tag-secondary-pressed:hover{background:var(--bdsColorSurfaceTagSecondaryPressed)!important}}.bgh-surface-pro-pressed:hover{background:var(--bdsColorSurfaceProPressed)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-pro-pressed:hover{background:var(--bdsColorSurfaceProPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-pro-pressed:hover{background:var(--bdsColorSurfaceProPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-pro-pressed:hover{background:var(--bdsColorSurfaceProPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-pro-pressed:hover{background:var(--bdsColorSurfaceProPressed)!important}}.bgh-surface-pro-gradient-low:hover{background:var(--bdsColorSurfaceProGradientLow)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-pro-gradient-low:hover{background:var(--bdsColorSurfaceProGradientLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-pro-gradient-low:hover{background:var(--bdsColorSurfaceProGradientLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-pro-gradient-low:hover{background:var(--bdsColorSurfaceProGradientLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-pro-gradient-low:hover{background:var(--bdsColorSurfaceProGradientLow)!important}}.bgh-surface-pro-low-pressed:hover{background:var(--bdsColorSurfaceProLowPressed)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-pro-low-pressed:hover{background:var(--bdsColorSurfaceProLowPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-pro-low-pressed:hover{background:var(--bdsColorSurfaceProLowPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-pro-low-pressed:hover{background:var(--bdsColorSurfaceProLowPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-pro-low-pressed:hover{background:var(--bdsColorSurfaceProLowPressed)!important}}.bgh-surface-popular-pressed:hover{background:var(--bdsColorSurfacePopularPressed)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-popular-pressed:hover{background:var(--bdsColorSurfacePopularPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-popular-pressed:hover{background:var(--bdsColorSurfacePopularPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-popular-pressed:hover{background:var(--bdsColorSurfacePopularPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-popular-pressed:hover{background:var(--bdsColorSurfacePopularPressed)!important}}.bgh-surface-information-low-pressed:hover{background:var(--bdsColorSurfaceInformationLowPressed)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-information-low-pressed:hover{background:var(--bdsColorSurfaceInformationLowPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-information-low-pressed:hover{background:var(--bdsColorSurfaceInformationLowPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-information-low-pressed:hover{background:var(--bdsColorSurfaceInformationLowPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-information-low-pressed:hover{background:var(--bdsColorSurfaceInformationLowPressed)!important}}.bgh-surface-error-low-pressed:hover{background:var(--bdsColorSurfaceErrorLowPressed)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-error-low-pressed:hover{background:var(--bdsColorSurfaceErrorLowPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-error-low-pressed:hover{background:var(--bdsColorSurfaceErrorLowPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-error-low-pressed:hover{background:var(--bdsColorSurfaceErrorLowPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-error-low-pressed:hover{background:var(--bdsColorSurfaceErrorLowPressed)!important}}.bgh-surface-success-pressed:hover{background:var(--bdsColorSurfaceSuccessPressed)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-success-pressed:hover{background:var(--bdsColorSurfaceSuccessPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-success-pressed:hover{background:var(--bdsColorSurfaceSuccessPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-success-pressed:hover{background:var(--bdsColorSurfaceSuccessPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-success-pressed:hover{background:var(--bdsColorSurfaceSuccessPressed)!important}}.bgh-surface-best-city-pressed:hover{background:var(--bdsColorSurfaceBestCityPressed)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-best-city-pressed:hover{background:var(--bdsColorSurfaceBestCityPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-best-city-pressed:hover{background:var(--bdsColorSurfaceBestCityPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-best-city-pressed:hover{background:var(--bdsColorSurfaceBestCityPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-best-city-pressed:hover{background:var(--bdsColorSurfaceBestCityPressed)!important}}.bgh-surface-promobanner:hover{background:var(--bdsColorSurfacePromobanner)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-promobanner:hover{background:var(--bdsColorSurfacePromobanner)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-promobanner:hover{background:var(--bdsColorSurfacePromobanner)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-promobanner:hover{background:var(--bdsColorSurfacePromobanner)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-promobanner:hover{background:var(--bdsColorSurfacePromobanner)!important}}.bgh-surface-promobanner-low:hover{background:var(--bdsColorSurfacePromobannerLow)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-promobanner-low:hover{background:var(--bdsColorSurfacePromobannerLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-promobanner-low:hover{background:var(--bdsColorSurfacePromobannerLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-promobanner-low:hover{background:var(--bdsColorSurfacePromobannerLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-promobanner-low:hover{background:var(--bdsColorSurfacePromobannerLow)!important}}.bgh-surface-promobanner-pro:hover{background:var(--bdsColorSurfacePromobannerPro)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-promobanner-pro:hover{background:var(--bdsColorSurfacePromobannerPro)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-promobanner-pro:hover{background:var(--bdsColorSurfacePromobannerPro)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-promobanner-pro:hover{background:var(--bdsColorSurfacePromobannerPro)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-promobanner-pro:hover{background:var(--bdsColorSurfacePromobannerPro)!important}}.bgh-surface-brand-primary-low-gradient-start:hover{background:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-brand-primary-low-gradient-start:hover{background:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-brand-primary-low-gradient-start:hover{background:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-brand-primary-low-gradient-start:hover{background:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-brand-primary-low-gradient-start:hover{background:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}.bgh-surface-brand-primary-low-gradient-end:hover{background:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-brand-primary-low-gradient-end:hover{background:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-brand-primary-low-gradient-end:hover{background:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-brand-primary-low-gradient-end:hover{background:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-brand-primary-low-gradient-end:hover{background:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}.bgh-surface-brand-primary-low-gradient:hover{background:var(--bdsColorSurfaceBrandPrimaryLowGradient)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-brand-primary-low-gradient:hover{background:var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-brand-primary-low-gradient:hover{background:var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-brand-primary-low-gradient:hover{background:var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-brand-primary-low-gradient:hover{background:var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}.bgh-surface-deal-low-gradient-start:hover{background:var(--bdsColorSurfaceDealLowGradientStart)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-deal-low-gradient-start:hover{background:var(--bdsColorSurfaceDealLowGradientStart)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-deal-low-gradient-start:hover{background:var(--bdsColorSurfaceDealLowGradientStart)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-deal-low-gradient-start:hover{background:var(--bdsColorSurfaceDealLowGradientStart)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-deal-low-gradient-start:hover{background:var(--bdsColorSurfaceDealLowGradientStart)!important}}.bgh-surface-deal-low-gradient-end:hover{background:var(--bdsColorSurfaceDealLowGradientEnd)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-deal-low-gradient-end:hover{background:var(--bdsColorSurfaceDealLowGradientEnd)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-deal-low-gradient-end:hover{background:var(--bdsColorSurfaceDealLowGradientEnd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-deal-low-gradient-end:hover{background:var(--bdsColorSurfaceDealLowGradientEnd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-deal-low-gradient-end:hover{background:var(--bdsColorSurfaceDealLowGradientEnd)!important}}.bgh-surface-deal-low-gradient:hover{background:var(--bdsColorSurfaceDealLowGradient)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-deal-low-gradient:hover{background:var(--bdsColorSurfaceDealLowGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-deal-low-gradient:hover{background:var(--bdsColorSurfaceDealLowGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-deal-low-gradient:hover{background:var(--bdsColorSurfaceDealLowGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-deal-low-gradient:hover{background:var(--bdsColorSurfaceDealLowGradient)!important}}.bgh-surface-externalbrand-sgroup-low:hover{background:var(--bdsColorSurfaceExternalbrandSgroupLow)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-externalbrand-sgroup-low:hover{background:var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-externalbrand-sgroup-low:hover{background:var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-externalbrand-sgroup-low:hover{background:var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-externalbrand-sgroup-low:hover{background:var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}.bgh-surface-notification:hover{background:var(--bdsColorSurfaceNotification)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-notification:hover{background:var(--bdsColorSurfaceNotification)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-notification:hover{background:var(--bdsColorSurfaceNotification)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-notification:hover{background:var(--bdsColorSurfaceNotification)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-notification:hover{background:var(--bdsColorSurfaceNotification)!important}}.bgh-surface-notification-reversed:hover{background:var(--bdsColorSurfaceNotificationReversed)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-notification-reversed:hover{background:var(--bdsColorSurfaceNotificationReversed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-notification-reversed:hover{background:var(--bdsColorSurfaceNotificationReversed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-notification-reversed:hover{background:var(--bdsColorSurfaceNotificationReversed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-notification-reversed:hover{background:var(--bdsColorSurfaceNotificationReversed)!important}}.bgh-icon-loyalty-low:hover{background:var(--bdsColorIconLoyaltyLow)}@media(min-width:0)and (max-width:527px){.sm\:bgh-icon-loyalty-low:hover{background:var(--bdsColorIconLoyaltyLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-icon-loyalty-low:hover{background:var(--bdsColorIconLoyaltyLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-icon-loyalty-low:hover{background:var(--bdsColorIconLoyaltyLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-icon-loyalty-low:hover{background:var(--bdsColorIconLoyaltyLow)!important}}.bgh-icon-loyalty:hover{background:var(--bdsColorIconLoyalty)}@media(min-width:0)and (max-width:527px){.sm\:bgh-icon-loyalty:hover{background:var(--bdsColorIconLoyalty)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-icon-loyalty:hover{background:var(--bdsColorIconLoyalty)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-icon-loyalty:hover{background:var(--bdsColorIconLoyalty)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-icon-loyalty:hover{background:var(--bdsColorIconLoyalty)!important}}.bgh-icon-promobanner:hover{background:var(--bdsColorIconPromobanner)}@media(min-width:0)and (max-width:527px){.sm\:bgh-icon-promobanner:hover{background:var(--bdsColorIconPromobanner)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-icon-promobanner:hover{background:var(--bdsColorIconPromobanner)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-icon-promobanner:hover{background:var(--bdsColorIconPromobanner)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-icon-promobanner:hover{background:var(--bdsColorIconPromobanner)!important}}.bgh-icon-promobanner-on-low:hover{background:var(--bdsColorIconPromobannerOnLow)}@media(min-width:0)and (max-width:527px){.sm\:bgh-icon-promobanner-on-low:hover{background:var(--bdsColorIconPromobannerOnLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-icon-promobanner-on-low:hover{background:var(--bdsColorIconPromobannerOnLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-icon-promobanner-on-low:hover{background:var(--bdsColorIconPromobannerOnLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-icon-promobanner-on-low:hover{background:var(--bdsColorIconPromobannerOnLow)!important}}.bgh-icon-promobanner-on-pro:hover{background:var(--bdsColorIconPromobannerOnPro)}@media(min-width:0)and (max-width:527px){.sm\:bgh-icon-promobanner-on-pro:hover{background:var(--bdsColorIconPromobannerOnPro)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-icon-promobanner-on-pro:hover{background:var(--bdsColorIconPromobannerOnPro)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-icon-promobanner-on-pro:hover{background:var(--bdsColorIconPromobannerOnPro)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-icon-promobanner-on-pro:hover{background:var(--bdsColorIconPromobannerOnPro)!important}}.bgh-icon-externalbrand-sgroup-low:hover{background:var(--bdsColorIconExternalbrandSgroupLow)}@media(min-width:0)and (max-width:527px){.sm\:bgh-icon-externalbrand-sgroup-low:hover{background:var(--bdsColorIconExternalbrandSgroupLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-icon-externalbrand-sgroup-low:hover{background:var(--bdsColorIconExternalbrandSgroupLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-icon-externalbrand-sgroup-low:hover{background:var(--bdsColorIconExternalbrandSgroupLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-icon-externalbrand-sgroup-low:hover{background:var(--bdsColorIconExternalbrandSgroupLow)!important}}.bgh-border-loyalty-low:hover{background:var(--bdsColorBorderLoyaltyLow)}@media(min-width:0)and (max-width:527px){.sm\:bgh-border-loyalty-low:hover{background:var(--bdsColorBorderLoyaltyLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-border-loyalty-low:hover{background:var(--bdsColorBorderLoyaltyLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-border-loyalty-low:hover{background:var(--bdsColorBorderLoyaltyLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-border-loyalty-low:hover{background:var(--bdsColorBorderLoyaltyLow)!important}}.bgh-border-loyalty:hover{background:var(--bdsColorBorderLoyalty)}@media(min-width:0)and (max-width:527px){.sm\:bgh-border-loyalty:hover{background:var(--bdsColorBorderLoyalty)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-border-loyalty:hover{background:var(--bdsColorBorderLoyalty)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-border-loyalty:hover{background:var(--bdsColorBorderLoyalty)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-border-loyalty:hover{background:var(--bdsColorBorderLoyalty)!important}}.bgh-border-externalbrand-sgroup-low:hover{background:var(--bdsColorBorderExternalbrandSgroupLow)}@media(min-width:0)and (max-width:527px){.sm\:bgh-border-externalbrand-sgroup-low:hover{background:var(--bdsColorBorderExternalbrandSgroupLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-border-externalbrand-sgroup-low:hover{background:var(--bdsColorBorderExternalbrandSgroupLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-border-externalbrand-sgroup-low:hover{background:var(--bdsColorBorderExternalbrandSgroupLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-border-externalbrand-sgroup-low:hover{background:var(--bdsColorBorderExternalbrandSgroupLow)!important}}.bgh-text-loyalty:hover{background:var(--bdsColorTextLoyalty)}@media(min-width:0)and (max-width:527px){.sm\:bgh-text-loyalty:hover{background:var(--bdsColorTextLoyalty)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-text-loyalty:hover{background:var(--bdsColorTextLoyalty)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-text-loyalty:hover{background:var(--bdsColorTextLoyalty)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-text-loyalty:hover{background:var(--bdsColorTextLoyalty)!important}}.bgh-text-promobanner:hover{background:var(--bdsColorTextPromobanner)}@media(min-width:0)and (max-width:527px){.sm\:bgh-text-promobanner:hover{background:var(--bdsColorTextPromobanner)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-text-promobanner:hover{background:var(--bdsColorTextPromobanner)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-text-promobanner:hover{background:var(--bdsColorTextPromobanner)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-text-promobanner:hover{background:var(--bdsColorTextPromobanner)!important}}.bgh-text-promobanner-on-low:hover{background:var(--bdsColorTextPromobannerOnLow)}@media(min-width:0)and (max-width:527px){.sm\:bgh-text-promobanner-on-low:hover{background:var(--bdsColorTextPromobannerOnLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-text-promobanner-on-low:hover{background:var(--bdsColorTextPromobannerOnLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-text-promobanner-on-low:hover{background:var(--bdsColorTextPromobannerOnLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-text-promobanner-on-low:hover{background:var(--bdsColorTextPromobannerOnLow)!important}}.bgh-text-promobanner-on-pro:hover{background:var(--bdsColorTextPromobannerOnPro)}@media(min-width:0)and (max-width:527px){.sm\:bgh-text-promobanner-on-pro:hover{background:var(--bdsColorTextPromobannerOnPro)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-text-promobanner-on-pro:hover{background:var(--bdsColorTextPromobannerOnPro)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-text-promobanner-on-pro:hover{background:var(--bdsColorTextPromobannerOnPro)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-text-promobanner-on-pro:hover{background:var(--bdsColorTextPromobannerOnPro)!important}}.bgh-text-notification:hover{background:var(--bdsColorTextNotification)}@media(min-width:0)and (max-width:527px){.sm\:bgh-text-notification:hover{background:var(--bdsColorTextNotification)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-text-notification:hover{background:var(--bdsColorTextNotification)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-text-notification:hover{background:var(--bdsColorTextNotification)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-text-notification:hover{background:var(--bdsColorTextNotification)!important}}.bgh-text-notification-reversed:hover{background:var(--bdsColorTextNotificationReversed)}@media(min-width:0)and (max-width:527px){.sm\:bgh-text-notification-reversed:hover{background:var(--bdsColorTextNotificationReversed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-text-notification-reversed:hover{background:var(--bdsColorTextNotificationReversed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-text-notification-reversed:hover{background:var(--bdsColorTextNotificationReversed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-text-notification-reversed:hover{background:var(--bdsColorTextNotificationReversed)!important}}.bgh-pro-primary:hover{background:var(--colorProPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-pro-primary:hover{background:var(--colorProPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-pro-primary:hover{background:var(--colorProPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-pro-primary:hover{background:var(--colorProPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-pro-primary:hover{background:var(--colorProPrimary)!important}}.bgh-pro-gradient-start:hover{background:var(--colorProGradientStart)}@media(min-width:0)and (max-width:527px){.sm\:bgh-pro-gradient-start:hover{background:var(--colorProGradientStart)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-pro-gradient-start:hover{background:var(--colorProGradientStart)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-pro-gradient-start:hover{background:var(--colorProGradientStart)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-pro-gradient-start:hover{background:var(--colorProGradientStart)!important}}.bgh-pro-gradient-end:hover{background:var(--colorProGradientEnd)}@media(min-width:0)and (max-width:527px){.sm\:bgh-pro-gradient-end:hover{background:var(--colorProGradientEnd)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-pro-gradient-end:hover{background:var(--colorProGradientEnd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-pro-gradient-end:hover{background:var(--colorProGradientEnd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-pro-gradient-end:hover{background:var(--colorProGradientEnd)!important}}.bgh-pro-gradient:hover{background:var(--colorProGradient)}@media(min-width:0)and (max-width:527px){.sm\:bgh-pro-gradient:hover{background:var(--colorProGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-pro-gradient:hover{background:var(--colorProGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-pro-gradient:hover{background:var(--colorProGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-pro-gradient:hover{background:var(--colorProGradient)!important}}.bgh-pro-deal-highlight-1:hover{background:var(--colorProDealHighlight1)}@media(min-width:0)and (max-width:527px){.sm\:bgh-pro-deal-highlight-1:hover{background:var(--colorProDealHighlight1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-pro-deal-highlight-1:hover{background:var(--colorProDealHighlight1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-pro-deal-highlight-1:hover{background:var(--colorProDealHighlight1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-pro-deal-highlight-1:hover{background:var(--colorProDealHighlight1)!important}}.bgh-pro-deal-highlight-2:hover{background:var(--colorProDealHighlight2)}@media(min-width:0)and (max-width:527px){.sm\:bgh-pro-deal-highlight-2:hover{background:var(--colorProDealHighlight2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-pro-deal-highlight-2:hover{background:var(--colorProDealHighlight2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-pro-deal-highlight-2:hover{background:var(--colorProDealHighlight2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-pro-deal-highlight-2:hover{background:var(--colorProDealHighlight2)!important}}.bgh-pro-deal-highlight-3:hover{background:var(--colorProDealHighlight3)}@media(min-width:0)and (max-width:527px){.sm\:bgh-pro-deal-highlight-3:hover{background:var(--colorProDealHighlight3)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-pro-deal-highlight-3:hover{background:var(--colorProDealHighlight3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-pro-deal-highlight-3:hover{background:var(--colorProDealHighlight3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-pro-deal-highlight-3:hover{background:var(--colorProDealHighlight3)!important}}.bgh-pro-deal-highlight-4:hover{background:var(--colorProDealHighlight4)}@media(min-width:0)and (max-width:527px){.sm\:bgh-pro-deal-highlight-4:hover{background:var(--colorProDealHighlight4)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-pro-deal-highlight-4:hover{background:var(--colorProDealHighlight4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-pro-deal-highlight-4:hover{background:var(--colorProDealHighlight4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-pro-deal-highlight-4:hover{background:var(--colorProDealHighlight4)!important}}.bgh-on-pro-highlight:hover{background:var(--colorOnProHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bgh-on-pro-highlight:hover{background:var(--colorOnProHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-on-pro-highlight:hover{background:var(--colorOnProHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-on-pro-highlight:hover{background:var(--colorOnProHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-on-pro-highlight:hover{background:var(--colorOnProHighlight)!important}}.bgh-tag-deal-background:hover{background:var(--colorTagDealBackground)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-deal-background:hover{background:var(--colorTagDealBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-deal-background:hover{background:var(--colorTagDealBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-deal-background:hover{background:var(--colorTagDealBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-deal-background:hover{background:var(--colorTagDealBackground)!important}}.bgh-tag-deal-text:hover{background:var(--colorTagDealText)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-deal-text:hover{background:var(--colorTagDealText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-deal-text:hover{background:var(--colorTagDealText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-deal-text:hover{background:var(--colorTagDealText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-deal-text:hover{background:var(--colorTagDealText)!important}}.bgh-tag-best-city-background:hover{background:var(--colorTagBestCityBackground)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-best-city-background:hover{background:var(--colorTagBestCityBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-best-city-background:hover{background:var(--colorTagBestCityBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-best-city-background:hover{background:var(--colorTagBestCityBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-best-city-background:hover{background:var(--colorTagBestCityBackground)!important}}.bgh-tag-best-city-text:hover{background:var(--colorTagBestCityText)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-best-city-text:hover{background:var(--colorTagBestCityText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-best-city-text:hover{background:var(--colorTagBestCityText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-best-city-text:hover{background:var(--colorTagBestCityText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-best-city-text:hover{background:var(--colorTagBestCityText)!important}}.bgh-rating-light-tag-icon:hover{background:var(--colorRatingLightTagIcon)}@media(min-width:0)and (max-width:527px){.sm\:bgh-rating-light-tag-icon:hover{background:var(--colorRatingLightTagIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rating-light-tag-icon:hover{background:var(--colorRatingLightTagIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rating-light-tag-icon:hover{background:var(--colorRatingLightTagIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rating-light-tag-icon:hover{background:var(--colorRatingLightTagIcon)!important}}.bgh-rating-light-tag-text:hover{background:var(--colorRatingLightTagText)}@media(min-width:0)and (max-width:527px){.sm\:bgh-rating-light-tag-text:hover{background:var(--colorRatingLightTagText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rating-light-tag-text:hover{background:var(--colorRatingLightTagText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rating-light-tag-text:hover{background:var(--colorRatingLightTagText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rating-light-tag-text:hover{background:var(--colorRatingLightTagText)!important}}.bgh-tag-primary-text:hover{background:var(--colorTagPrimaryText)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-primary-text:hover{background:var(--colorTagPrimaryText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-primary-text:hover{background:var(--colorTagPrimaryText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-primary-text:hover{background:var(--colorTagPrimaryText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-primary-text:hover{background:var(--colorTagPrimaryText)!important}}.bgh-tag-primary-background:hover{background:var(--colorTagPrimaryBackground)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-primary-background:hover{background:var(--colorTagPrimaryBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-primary-background:hover{background:var(--colorTagPrimaryBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-primary-background:hover{background:var(--colorTagPrimaryBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-primary-background:hover{background:var(--colorTagPrimaryBackground)!important}}.bgh-popular-highlight:hover{background:var(--colorPopularHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bgh-popular-highlight:hover{background:var(--colorPopularHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-popular-highlight:hover{background:var(--colorPopularHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-popular-highlight:hover{background:var(--colorPopularHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-popular-highlight:hover{background:var(--colorPopularHighlight)!important}}.bgh-popular-tag-text:hover{background:var(--colorPopularTagText)}@media(min-width:0)and (max-width:527px){.sm\:bgh-popular-tag-text:hover{background:var(--colorPopularTagText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-popular-tag-text:hover{background:var(--colorPopularTagText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-popular-tag-text:hover{background:var(--colorPopularTagText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-popular-tag-text:hover{background:var(--colorPopularTagText)!important}}.bgh-popular-tag-icon:hover{background:var(--colorPopularTagIcon)}@media(min-width:0)and (max-width:527px){.sm\:bgh-popular-tag-icon:hover{background:var(--colorPopularTagIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-popular-tag-icon:hover{background:var(--colorPopularTagIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-popular-tag-icon:hover{background:var(--colorPopularTagIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-popular-tag-icon:hover{background:var(--colorPopularTagIcon)!important}}.bgh-tag-sponsored-background:hover{background:var(--colorTagSponsoredBackground)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-sponsored-background:hover{background:var(--colorTagSponsoredBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-sponsored-background:hover{background:var(--colorTagSponsoredBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-sponsored-background:hover{background:var(--colorTagSponsoredBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-sponsored-background:hover{background:var(--colorTagSponsoredBackground)!important}}.bgh-tag-success-text:hover{background:var(--colorTagSuccessText)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-success-text:hover{background:var(--colorTagSuccessText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-success-text:hover{background:var(--colorTagSuccessText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-success-text:hover{background:var(--colorTagSuccessText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-success-text:hover{background:var(--colorTagSuccessText)!important}}.bgh-tag-secondary-text:hover{background:var(--colorTagSecondaryText)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-secondary-text:hover{background:var(--colorTagSecondaryText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-secondary-text:hover{background:var(--colorTagSecondaryText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-secondary-text:hover{background:var(--colorTagSecondaryText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-secondary-text:hover{background:var(--colorTagSecondaryText)!important}}.bgh-tag-secondary-background:hover{background:var(--colorTagSecondaryBackground)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-secondary-background:hover{background:var(--colorTagSecondaryBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-secondary-background:hover{background:var(--colorTagSecondaryBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-secondary-background:hover{background:var(--colorTagSecondaryBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-secondary-background:hover{background:var(--colorTagSecondaryBackground)!important}}.bgh-tag-dietary-vegan:hover{background:var(--colorTagDietaryVegan)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-dietary-vegan:hover{background:var(--colorTagDietaryVegan)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-dietary-vegan:hover{background:var(--colorTagDietaryVegan)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-dietary-vegan:hover{background:var(--colorTagDietaryVegan)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-dietary-vegan:hover{background:var(--colorTagDietaryVegan)!important}}.bgh-tag-dietary-vegan-background:hover{background:var(--colorTagDietaryVeganBackground)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-dietary-vegan-background:hover{background:var(--colorTagDietaryVeganBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-dietary-vegan-background:hover{background:var(--colorTagDietaryVeganBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-dietary-vegan-background:hover{background:var(--colorTagDietaryVeganBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-dietary-vegan-background:hover{background:var(--colorTagDietaryVeganBackground)!important}}.bgh-tag-dietary-vegetarian:hover{background:var(--colorTagDietaryVegetarian)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-dietary-vegetarian:hover{background:var(--colorTagDietaryVegetarian)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-dietary-vegetarian:hover{background:var(--colorTagDietaryVegetarian)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-dietary-vegetarian:hover{background:var(--colorTagDietaryVegetarian)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-dietary-vegetarian:hover{background:var(--colorTagDietaryVegetarian)!important}}.bgh-tag-dietary-vegetarian-background:hover{background:var(--colorTagDietaryVegetarianBackground)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-dietary-vegetarian-background:hover{background:var(--colorTagDietaryVegetarianBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-dietary-vegetarian-background:hover{background:var(--colorTagDietaryVegetarianBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-dietary-vegetarian-background:hover{background:var(--colorTagDietaryVegetarianBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-dietary-vegetarian-background:hover{background:var(--colorTagDietaryVegetarianBackground)!important}}.bgh-tag-dietary-spicy:hover{background:var(--colorTagDietarySpicy)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-dietary-spicy:hover{background:var(--colorTagDietarySpicy)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-dietary-spicy:hover{background:var(--colorTagDietarySpicy)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-dietary-spicy:hover{background:var(--colorTagDietarySpicy)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-dietary-spicy:hover{background:var(--colorTagDietarySpicy)!important}}.bgh-tag-dietary-spicy-background:hover{background:var(--colorTagDietarySpicyBackground)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-dietary-spicy-background:hover{background:var(--colorTagDietarySpicyBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-dietary-spicy-background:hover{background:var(--colorTagDietarySpicyBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-dietary-spicy-background:hover{background:var(--colorTagDietarySpicyBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-dietary-spicy-background:hover{background:var(--colorTagDietarySpicyBackground)!important}}.bgh-tag-dietary-kids:hover{background:var(--colorTagDietaryKids)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-dietary-kids:hover{background:var(--colorTagDietaryKids)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-dietary-kids:hover{background:var(--colorTagDietaryKids)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-dietary-kids:hover{background:var(--colorTagDietaryKids)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-dietary-kids:hover{background:var(--colorTagDietaryKids)!important}}.bgh-tag-dietary-kids-background:hover{background:var(--colorTagDietaryKidsBackground)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-dietary-kids-background:hover{background:var(--colorTagDietaryKidsBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-dietary-kids-background:hover{background:var(--colorTagDietaryKidsBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-dietary-kids-background:hover{background:var(--colorTagDietaryKidsBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-dietary-kids-background:hover{background:var(--colorTagDietaryKidsBackground)!important}}.bgh-information:hover{background:var(--colorInformation)}@media(min-width:0)and (max-width:527px){.sm\:bgh-information:hover{background:var(--colorInformation)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-information:hover{background:var(--colorInformation)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-information:hover{background:var(--colorInformation)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-information:hover{background:var(--colorInformation)!important}}.bgh-error:hover{background:var(--colorError)}@media(min-width:0)and (max-width:527px){.sm\:bgh-error:hover{background:var(--colorError)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-error:hover{background:var(--colorError)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-error:hover{background:var(--colorError)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-error:hover{background:var(--colorError)!important}}.bgh-success:hover{background:var(--colorSuccess)}@media(min-width:0)and (max-width:527px){.sm\:bgh-success:hover{background:var(--colorSuccess)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-success:hover{background:var(--colorSuccess)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-success:hover{background:var(--colorSuccess)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-success:hover{background:var(--colorSuccess)!important}}.bgh-warning:hover{background:var(--colorWarning)}@media(min-width:0)and (max-width:527px){.sm\:bgh-warning:hover{background:var(--colorWarning)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-warning:hover{background:var(--colorWarning)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-warning:hover{background:var(--colorWarning)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-warning:hover{background:var(--colorWarning)!important}}.bgh-information-highlight:hover{background:var(--colorInformationHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bgh-information-highlight:hover{background:var(--colorInformationHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-information-highlight:hover{background:var(--colorInformationHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-information-highlight:hover{background:var(--colorInformationHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-information-highlight:hover{background:var(--colorInformationHighlight)!important}}.bgh-error-highlight:hover{background:var(--colorErrorHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bgh-error-highlight:hover{background:var(--colorErrorHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-error-highlight:hover{background:var(--colorErrorHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-error-highlight:hover{background:var(--colorErrorHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-error-highlight:hover{background:var(--colorErrorHighlight)!important}}.bgh-success-highlight:hover{background:var(--colorSuccessHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bgh-success-highlight:hover{background:var(--colorSuccessHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-success-highlight:hover{background:var(--colorSuccessHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-success-highlight:hover{background:var(--colorSuccessHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-success-highlight:hover{background:var(--colorSuccessHighlight)!important}}.bgh-warning-highlight:hover{background:var(--colorWarningHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bgh-warning-highlight:hover{background:var(--colorWarningHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-warning-highlight:hover{background:var(--colorWarningHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-warning-highlight:hover{background:var(--colorWarningHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-warning-highlight:hover{background:var(--colorWarningHighlight)!important}}.bgh-success-gradient-top:hover{background:var(--colorSuccessGradientTop)}@media(min-width:0)and (max-width:527px){.sm\:bgh-success-gradient-top:hover{background:var(--colorSuccessGradientTop)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-success-gradient-top:hover{background:var(--colorSuccessGradientTop)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-success-gradient-top:hover{background:var(--colorSuccessGradientTop)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-success-gradient-top:hover{background:var(--colorSuccessGradientTop)!important}}.bgh-success-gradient-bottom:hover{background:var(--colorSuccessGradientBottom)}@media(min-width:0)and (max-width:527px){.sm\:bgh-success-gradient-bottom:hover{background:var(--colorSuccessGradientBottom)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-success-gradient-bottom:hover{background:var(--colorSuccessGradientBottom)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-success-gradient-bottom:hover{background:var(--colorSuccessGradientBottom)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-success-gradient-bottom:hover{background:var(--colorSuccessGradientBottom)!important}}.bgh-success-gradient:hover{background:var(--colorSuccessGradient)}@media(min-width:0)and (max-width:527px){.sm\:bgh-success-gradient:hover{background:var(--colorSuccessGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-success-gradient:hover{background:var(--colorSuccessGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-success-gradient:hover{background:var(--colorSuccessGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-success-gradient:hover{background:var(--colorSuccessGradient)!important}}.bgh-special-1:hover{background:var(--colorSpecial1)}@media(min-width:0)and (max-width:527px){.sm\:bgh-special-1:hover{background:var(--colorSpecial1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-special-1:hover{background:var(--colorSpecial1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-special-1:hover{background:var(--colorSpecial1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-special-1:hover{background:var(--colorSpecial1)!important}}.bgh-special-2:hover{background:var(--colorSpecial2)}@media(min-width:0)and (max-width:527px){.sm\:bgh-special-2:hover{background:var(--colorSpecial2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-special-2:hover{background:var(--colorSpecial2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-special-2:hover{background:var(--colorSpecial2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-special-2:hover{background:var(--colorSpecial2)!important}}.bgh-special-3:hover{background:var(--colorSpecial3)}@media(min-width:0)and (max-width:527px){.sm\:bgh-special-3:hover{background:var(--colorSpecial3)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-special-3:hover{background:var(--colorSpecial3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-special-3:hover{background:var(--colorSpecial3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-special-3:hover{background:var(--colorSpecial3)!important}}.bgh-special-4:hover{background:var(--colorSpecial4)}@media(min-width:0)and (max-width:527px){.sm\:bgh-special-4:hover{background:var(--colorSpecial4)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-special-4:hover{background:var(--colorSpecial4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-special-4:hover{background:var(--colorSpecial4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-special-4:hover{background:var(--colorSpecial4)!important}}.bgh-special-5:hover{background:var(--colorSpecial5)}@media(min-width:0)and (max-width:527px){.sm\:bgh-special-5:hover{background:var(--colorSpecial5)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-special-5:hover{background:var(--colorSpecial5)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-special-5:hover{background:var(--colorSpecial5)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-special-5:hover{background:var(--colorSpecial5)!important}}.bgh-special-6:hover{background:var(--colorSpecial6)}@media(min-width:0)and (max-width:527px){.sm\:bgh-special-6:hover{background:var(--colorSpecial6)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-special-6:hover{background:var(--colorSpecial6)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-special-6:hover{background:var(--colorSpecial6)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-special-6:hover{background:var(--colorSpecial6)!important}}.bgh-special-7:hover{background:var(--colorSpecial7)}@media(min-width:0)and (max-width:527px){.sm\:bgh-special-7:hover{background:var(--colorSpecial7)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-special-7:hover{background:var(--colorSpecial7)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-special-7:hover{background:var(--colorSpecial7)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-special-7:hover{background:var(--colorSpecial7)!important}}.bgh-neutral-primary:hover{background:var(--colorNeutralPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-neutral-primary:hover{background:var(--colorNeutralPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-neutral-primary:hover{background:var(--colorNeutralPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-neutral-primary:hover{background:var(--colorNeutralPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-neutral-primary:hover{background:var(--colorNeutralPrimary)!important}}.bgh-neutral-secondary:hover{background:var(--colorNeutralSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-neutral-secondary:hover{background:var(--colorNeutralSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-neutral-secondary:hover{background:var(--colorNeutralSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-neutral-secondary:hover{background:var(--colorNeutralSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-neutral-secondary:hover{background:var(--colorNeutralSecondary)!important}}.bgh-neutral-inactive:hover{background:var(--colorNeutralInactive)}@media(min-width:0)and (max-width:527px){.sm\:bgh-neutral-inactive:hover{background:var(--colorNeutralInactive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-neutral-inactive:hover{background:var(--colorNeutralInactive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-neutral-inactive:hover{background:var(--colorNeutralInactive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-neutral-inactive:hover{background:var(--colorNeutralInactive)!important}}.bgh-neutral-border:hover{background:var(--colorNeutralBorder)}@media(min-width:0)and (max-width:527px){.sm\:bgh-neutral-border:hover{background:var(--colorNeutralBorder)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-neutral-border:hover{background:var(--colorNeutralBorder)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-neutral-border:hover{background:var(--colorNeutralBorder)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-neutral-border:hover{background:var(--colorNeutralBorder)!important}}.bgh-neutral-divider:hover{background:var(--colorNeutralDivider)}@media(min-width:0)and (max-width:527px){.sm\:bgh-neutral-divider:hover{background:var(--colorNeutralDivider)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-neutral-divider:hover{background:var(--colorNeutralDivider)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-neutral-divider:hover{background:var(--colorNeutralDivider)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-neutral-divider:hover{background:var(--colorNeutralDivider)!important}}.bgh-neutral-surface:hover{background:var(--colorNeutralSurface)}@media(min-width:0)and (max-width:527px){.sm\:bgh-neutral-surface:hover{background:var(--colorNeutralSurface)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-neutral-surface:hover{background:var(--colorNeutralSurface)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-neutral-surface:hover{background:var(--colorNeutralSurface)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-neutral-surface:hover{background:var(--colorNeutralSurface)!important}}.bgh-white:hover{background:var(--colorWhite)}@media(min-width:0)and (max-width:527px){.sm\:bgh-white:hover{background:var(--colorWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-white:hover{background:var(--colorWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-white:hover{background:var(--colorWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-white:hover{background:var(--colorWhite)!important}}.bgh-transparent:hover{background:var(--colorTransparent)}@media(min-width:0)and (max-width:527px){.sm\:bgh-transparent:hover{background:var(--colorTransparent)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-transparent:hover{background:var(--colorTransparent)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-transparent:hover{background:var(--colorTransparent)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-transparent:hover{background:var(--colorTransparent)!important}}.bgh-dark-4:hover{background:var(--colorDark4)}@media(min-width:0)and (max-width:527px){.sm\:bgh-dark-4:hover{background:var(--colorDark4)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-dark-4:hover{background:var(--colorDark4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-dark-4:hover{background:var(--colorDark4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-dark-4:hover{background:var(--colorDark4)!important}}.bgh-dark-64:hover{background:var(--colorDark64)}@media(min-width:0)and (max-width:527px){.sm\:bgh-dark-64:hover{background:var(--colorDark64)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-dark-64:hover{background:var(--colorDark64)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-dark-64:hover{background:var(--colorDark64)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-dark-64:hover{background:var(--colorDark64)!important}}.bgh-dark-80:hover{background:var(--colorDark80)}@media(min-width:0)and (max-width:527px){.sm\:bgh-dark-80:hover{background:var(--colorDark80)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-dark-80:hover{background:var(--colorDark80)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-dark-80:hover{background:var(--colorDark80)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-dark-80:hover{background:var(--colorDark80)!important}}.bgh-light-80:hover{background:var(--colorLight80)}@media(min-width:0)and (max-width:527px){.sm\:bgh-light-80:hover{background:var(--colorLight80)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-light-80:hover{background:var(--colorLight80)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-light-80:hover{background:var(--colorLight80)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-light-80:hover{background:var(--colorLight80)!important}}.bgh-light-56:hover{background:var(--colorLight56)}@media(min-width:0)and (max-width:527px){.sm\:bgh-light-56:hover{background:var(--colorLight56)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-light-56:hover{background:var(--colorLight56)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-light-56:hover{background:var(--colorLight56)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-light-56:hover{background:var(--colorLight56)!important}}.bgh-alt-screen-surface:hover{background:var(--colorAltScreenSurface)}@media(min-width:0)and (max-width:527px){.sm\:bgh-alt-screen-surface:hover{background:var(--colorAltScreenSurface)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-alt-screen-surface:hover{background:var(--colorAltScreenSurface)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-alt-screen-surface:hover{background:var(--colorAltScreenSurface)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-alt-screen-surface:hover{background:var(--colorAltScreenSurface)!important}}.bgh-surface-gradient-top:hover{background:var(--colorSurfaceGradientTop)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-gradient-top:hover{background:var(--colorSurfaceGradientTop)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-gradient-top:hover{background:var(--colorSurfaceGradientTop)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-gradient-top:hover{background:var(--colorSurfaceGradientTop)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-gradient-top:hover{background:var(--colorSurfaceGradientTop)!important}}.bgh-surface-gradient-bottom:hover{background:var(--colorSurfaceGradientBottom)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-gradient-bottom:hover{background:var(--colorSurfaceGradientBottom)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-gradient-bottom:hover{background:var(--colorSurfaceGradientBottom)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-gradient-bottom:hover{background:var(--colorSurfaceGradientBottom)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-gradient-bottom:hover{background:var(--colorSurfaceGradientBottom)!important}}.bgh-surface-gradient:hover{background:var(--colorSurfaceGradient)}@media(min-width:0)and (max-width:527px){.sm\:bgh-surface-gradient:hover{background:var(--colorSurfaceGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-surface-gradient:hover{background:var(--colorSurfaceGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-surface-gradient:hover{background:var(--colorSurfaceGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-surface-gradient:hover{background:var(--colorSurfaceGradient)!important}}.bgh-item-modifier-required-background:hover{background:var(--colorItemModifierRequiredBackground)}@media(min-width:0)and (max-width:527px){.sm\:bgh-item-modifier-required-background:hover{background:var(--colorItemModifierRequiredBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-item-modifier-required-background:hover{background:var(--colorItemModifierRequiredBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-item-modifier-required-background:hover{background:var(--colorItemModifierRequiredBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-item-modifier-required-background:hover{background:var(--colorItemModifierRequiredBackground)!important}}.bgh-item-modifier-required-hover:hover{background:var(--colorItemModifierRequiredHover)}@media(min-width:0)and (max-width:527px){.sm\:bgh-item-modifier-required-hover:hover{background:var(--colorItemModifierRequiredHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-item-modifier-required-hover:hover{background:var(--colorItemModifierRequiredHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-item-modifier-required-hover:hover{background:var(--colorItemModifierRequiredHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-item-modifier-required-hover:hover{background:var(--colorItemModifierRequiredHover)!important}}.bgh-item-modifier-required-popular:hover{background:var(--colorItemModifierRequiredPopular)}@media(min-width:0)and (max-width:527px){.sm\:bgh-item-modifier-required-popular:hover{background:var(--colorItemModifierRequiredPopular)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-item-modifier-required-popular:hover{background:var(--colorItemModifierRequiredPopular)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-item-modifier-required-popular:hover{background:var(--colorItemModifierRequiredPopular)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-item-modifier-required-popular:hover{background:var(--colorItemModifierRequiredPopular)!important}}.bgh-pro-member-hover-background:hover{background:var(--colorProMemberHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:bgh-pro-member-hover-background:hover{background:var(--colorProMemberHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-pro-member-hover-background:hover{background:var(--colorProMemberHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-pro-member-hover-background:hover{background:var(--colorProMemberHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-pro-member-hover-background:hover{background:var(--colorProMemberHoverBackground)!important}}.bgh-pro-member-text-active:hover{background:var(--colorProMemberTextActive)}@media(min-width:0)and (max-width:527px){.sm\:bgh-pro-member-text-active:hover{background:var(--colorProMemberTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-pro-member-text-active:hover{background:var(--colorProMemberTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-pro-member-text-active:hover{background:var(--colorProMemberTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-pro-member-text-active:hover{background:var(--colorProMemberTextActive)!important}}.bgh-discount-hover-background:hover{background:var(--colorDiscountHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:bgh-discount-hover-background:hover{background:var(--colorDiscountHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-discount-hover-background:hover{background:var(--colorDiscountHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-discount-hover-background:hover{background:var(--colorDiscountHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-discount-hover-background:hover{background:var(--colorDiscountHoverBackground)!important}}.bgh-discount-text-active:hover{background:var(--colorDiscountTextActive)}@media(min-width:0)and (max-width:527px){.sm\:bgh-discount-text-active:hover{background:var(--colorDiscountTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-discount-text-active:hover{background:var(--colorDiscountTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-discount-text-active:hover{background:var(--colorDiscountTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-discount-text-active:hover{background:var(--colorDiscountTextActive)!important}}.bgh-loyalty-hover-background:hover{background:var(--colorLoyaltyHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:bgh-loyalty-hover-background:hover{background:var(--colorLoyaltyHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-loyalty-hover-background:hover{background:var(--colorLoyaltyHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-loyalty-hover-background:hover{background:var(--colorLoyaltyHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-loyalty-hover-background:hover{background:var(--colorLoyaltyHoverBackground)!important}}.bgh-loyalty-text-idle:hover{background:var(--colorLoyaltyTextIdle)}@media(min-width:0)and (max-width:527px){.sm\:bgh-loyalty-text-idle:hover{background:var(--colorLoyaltyTextIdle)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-loyalty-text-idle:hover{background:var(--colorLoyaltyTextIdle)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-loyalty-text-idle:hover{background:var(--colorLoyaltyTextIdle)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-loyalty-text-idle:hover{background:var(--colorLoyaltyTextIdle)!important}}.bgh-loyalty-text-active:hover{background:var(--colorLoyaltyTextActive)}@media(min-width:0)and (max-width:527px){.sm\:bgh-loyalty-text-active:hover{background:var(--colorLoyaltyTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-loyalty-text-active:hover{background:var(--colorLoyaltyTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-loyalty-text-active:hover{background:var(--colorLoyaltyTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-loyalty-text-active:hover{background:var(--colorLoyaltyTextActive)!important}}.bgh-loyalty-icon:hover{background:var(--colorLoyaltyIcon)}@media(min-width:0)and (max-width:527px){.sm\:bgh-loyalty-icon:hover{background:var(--colorLoyaltyIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-loyalty-icon:hover{background:var(--colorLoyaltyIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-loyalty-icon:hover{background:var(--colorLoyaltyIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-loyalty-icon:hover{background:var(--colorLoyaltyIcon)!important}}.bgh-pro-hover-background:hover{background:var(--colorProHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:bgh-pro-hover-background:hover{background:var(--colorProHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-pro-hover-background:hover{background:var(--colorProHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-pro-hover-background:hover{background:var(--colorProHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-pro-hover-background:hover{background:var(--colorProHoverBackground)!important}}.bgh-pro-text-active:hover{background:var(--colorProTextActive)}@media(min-width:0)and (max-width:527px){.sm\:bgh-pro-text-active:hover{background:var(--colorProTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-pro-text-active:hover{background:var(--colorProTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-pro-text-active:hover{background:var(--colorProTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-pro-text-active:hover{background:var(--colorProTextActive)!important}}.bgh-illu-secondary-dark:hover{background:var(--colorIlluSecondaryDark)}@media(min-width:0)and (max-width:527px){.sm\:bgh-illu-secondary-dark:hover{background:var(--colorIlluSecondaryDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-illu-secondary-dark:hover{background:var(--colorIlluSecondaryDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-illu-secondary-dark:hover{background:var(--colorIlluSecondaryDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-illu-secondary-dark:hover{background:var(--colorIlluSecondaryDark)!important}}.bgh-illu-secondary-75:hover{background:var(--colorIlluSecondary75)}@media(min-width:0)and (max-width:527px){.sm\:bgh-illu-secondary-75:hover{background:var(--colorIlluSecondary75)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-illu-secondary-75:hover{background:var(--colorIlluSecondary75)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-illu-secondary-75:hover{background:var(--colorIlluSecondary75)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-illu-secondary-75:hover{background:var(--colorIlluSecondary75)!important}}.bgh-illu-secondary-50:hover{background:var(--colorIlluSecondary50)}@media(min-width:0)and (max-width:527px){.sm\:bgh-illu-secondary-50:hover{background:var(--colorIlluSecondary50)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-illu-secondary-50:hover{background:var(--colorIlluSecondary50)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-illu-secondary-50:hover{background:var(--colorIlluSecondary50)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-illu-secondary-50:hover{background:var(--colorIlluSecondary50)!important}}.bgh-illu-secondary-30:hover{background:var(--colorIlluSecondary30)}@media(min-width:0)and (max-width:527px){.sm\:bgh-illu-secondary-30:hover{background:var(--colorIlluSecondary30)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-illu-secondary-30:hover{background:var(--colorIlluSecondary30)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-illu-secondary-30:hover{background:var(--colorIlluSecondary30)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-illu-secondary-30:hover{background:var(--colorIlluSecondary30)!important}}.bgh-illu-secondary-20:hover{background:var(--colorIlluSecondary20)}@media(min-width:0)and (max-width:527px){.sm\:bgh-illu-secondary-20:hover{background:var(--colorIlluSecondary20)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-illu-secondary-20:hover{background:var(--colorIlluSecondary20)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-illu-secondary-20:hover{background:var(--colorIlluSecondary20)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-illu-secondary-20:hover{background:var(--colorIlluSecondary20)!important}}.bgh-illu-secondary-15:hover{background:var(--colorIlluSecondary15)}@media(min-width:0)and (max-width:527px){.sm\:bgh-illu-secondary-15:hover{background:var(--colorIlluSecondary15)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-illu-secondary-15:hover{background:var(--colorIlluSecondary15)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-illu-secondary-15:hover{background:var(--colorIlluSecondary15)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-illu-secondary-15:hover{background:var(--colorIlluSecondary15)!important}}.bgh-illu-secondary-10:hover{background:var(--colorIlluSecondary10)}@media(min-width:0)and (max-width:527px){.sm\:bgh-illu-secondary-10:hover{background:var(--colorIlluSecondary10)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-illu-secondary-10:hover{background:var(--colorIlluSecondary10)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-illu-secondary-10:hover{background:var(--colorIlluSecondary10)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-illu-secondary-10:hover{background:var(--colorIlluSecondary10)!important}}.bgh-tile-navigation-primary-800:hover{background:var(--colorTileNavigationPrimary800)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-navigation-primary-800:hover{background:var(--colorTileNavigationPrimary800)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-navigation-primary-800:hover{background:var(--colorTileNavigationPrimary800)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-navigation-primary-800:hover{background:var(--colorTileNavigationPrimary800)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-navigation-primary-800:hover{background:var(--colorTileNavigationPrimary800)!important}}.bgh-tile-navigation-primary-700:hover{background:var(--colorTileNavigationPrimary700)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-navigation-primary-700:hover{background:var(--colorTileNavigationPrimary700)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-navigation-primary-700:hover{background:var(--colorTileNavigationPrimary700)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-navigation-primary-700:hover{background:var(--colorTileNavigationPrimary700)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-navigation-primary-700:hover{background:var(--colorTileNavigationPrimary700)!important}}.bgh-tile-navigation-primary-600:hover{background:var(--colorTileNavigationPrimary600)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-navigation-primary-600:hover{background:var(--colorTileNavigationPrimary600)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-navigation-primary-600:hover{background:var(--colorTileNavigationPrimary600)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-navigation-primary-600:hover{background:var(--colorTileNavigationPrimary600)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-navigation-primary-600:hover{background:var(--colorTileNavigationPrimary600)!important}}.bgh-tile-navigation-primary-500:hover{background:var(--colorTileNavigationPrimary500)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-navigation-primary-500:hover{background:var(--colorTileNavigationPrimary500)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-navigation-primary-500:hover{background:var(--colorTileNavigationPrimary500)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-navigation-primary-500:hover{background:var(--colorTileNavigationPrimary500)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-navigation-primary-500:hover{background:var(--colorTileNavigationPrimary500)!important}}.bgh-tile-list-primary-400:hover{background:var(--colorTileListPrimary400)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-list-primary-400:hover{background:var(--colorTileListPrimary400)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-list-primary-400:hover{background:var(--colorTileListPrimary400)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-list-primary-400:hover{background:var(--colorTileListPrimary400)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-list-primary-400:hover{background:var(--colorTileListPrimary400)!important}}.bgh-tile-list-primary-300:hover{background:var(--colorTileListPrimary300)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-list-primary-300:hover{background:var(--colorTileListPrimary300)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-list-primary-300:hover{background:var(--colorTileListPrimary300)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-list-primary-300:hover{background:var(--colorTileListPrimary300)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-list-primary-300:hover{background:var(--colorTileListPrimary300)!important}}.bgh-tile-list-primary-200:hover{background:var(--colorTileListPrimary200)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-list-primary-200:hover{background:var(--colorTileListPrimary200)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-list-primary-200:hover{background:var(--colorTileListPrimary200)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-list-primary-200:hover{background:var(--colorTileListPrimary200)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-list-primary-200:hover{background:var(--colorTileListPrimary200)!important}}.bgh-tile-list-primary-100:hover{background:var(--colorTileListPrimary100)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-list-primary-100:hover{background:var(--colorTileListPrimary100)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-list-primary-100:hover{background:var(--colorTileListPrimary100)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-list-primary-100:hover{background:var(--colorTileListPrimary100)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-list-primary-100:hover{background:var(--colorTileListPrimary100)!important}}.bgh-tile-navigation-secondary-800:hover{background:var(--colorTileNavigationSecondary800)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-navigation-secondary-800:hover{background:var(--colorTileNavigationSecondary800)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-navigation-secondary-800:hover{background:var(--colorTileNavigationSecondary800)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-navigation-secondary-800:hover{background:var(--colorTileNavigationSecondary800)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-navigation-secondary-800:hover{background:var(--colorTileNavigationSecondary800)!important}}.bgh-tile-navigation-secondary-700:hover{background:var(--colorTileNavigationSecondary700)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-navigation-secondary-700:hover{background:var(--colorTileNavigationSecondary700)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-navigation-secondary-700:hover{background:var(--colorTileNavigationSecondary700)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-navigation-secondary-700:hover{background:var(--colorTileNavigationSecondary700)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-navigation-secondary-700:hover{background:var(--colorTileNavigationSecondary700)!important}}.bgh-tile-navigation-secondary-600:hover{background:var(--colorTileNavigationSecondary600)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-navigation-secondary-600:hover{background:var(--colorTileNavigationSecondary600)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-navigation-secondary-600:hover{background:var(--colorTileNavigationSecondary600)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-navigation-secondary-600:hover{background:var(--colorTileNavigationSecondary600)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-navigation-secondary-600:hover{background:var(--colorTileNavigationSecondary600)!important}}.bgh-tile-navigation-secondary-500:hover{background:var(--colorTileNavigationSecondary500)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-navigation-secondary-500:hover{background:var(--colorTileNavigationSecondary500)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-navigation-secondary-500:hover{background:var(--colorTileNavigationSecondary500)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-navigation-secondary-500:hover{background:var(--colorTileNavigationSecondary500)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-navigation-secondary-500:hover{background:var(--colorTileNavigationSecondary500)!important}}.bgh-tile-list-secondary-400:hover{background:var(--colorTileListSecondary400)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-list-secondary-400:hover{background:var(--colorTileListSecondary400)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-list-secondary-400:hover{background:var(--colorTileListSecondary400)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-list-secondary-400:hover{background:var(--colorTileListSecondary400)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-list-secondary-400:hover{background:var(--colorTileListSecondary400)!important}}.bgh-tile-list-secondary-300:hover{background:var(--colorTileListSecondary300)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-list-secondary-300:hover{background:var(--colorTileListSecondary300)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-list-secondary-300:hover{background:var(--colorTileListSecondary300)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-list-secondary-300:hover{background:var(--colorTileListSecondary300)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-list-secondary-300:hover{background:var(--colorTileListSecondary300)!important}}.bgh-tile-list-secondary-200:hover{background:var(--colorTileListSecondary200)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-list-secondary-200:hover{background:var(--colorTileListSecondary200)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-list-secondary-200:hover{background:var(--colorTileListSecondary200)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-list-secondary-200:hover{background:var(--colorTileListSecondary200)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-list-secondary-200:hover{background:var(--colorTileListSecondary200)!important}}.bgh-tile-list-secondary-100:hover{background:var(--colorTileListSecondary100)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-list-secondary-100:hover{background:var(--colorTileListSecondary100)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-list-secondary-100:hover{background:var(--colorTileListSecondary100)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-list-secondary-100:hover{background:var(--colorTileListSecondary100)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-list-secondary-100:hover{background:var(--colorTileListSecondary100)!important}}.bgh-tile-navigation-tertiary-800:hover{background:var(--colorTileNavigationTertiary800)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-navigation-tertiary-800:hover{background:var(--colorTileNavigationTertiary800)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-navigation-tertiary-800:hover{background:var(--colorTileNavigationTertiary800)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-navigation-tertiary-800:hover{background:var(--colorTileNavigationTertiary800)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-navigation-tertiary-800:hover{background:var(--colorTileNavigationTertiary800)!important}}.bgh-tile-navigation-tertiary-700:hover{background:var(--colorTileNavigationTertiary700)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-navigation-tertiary-700:hover{background:var(--colorTileNavigationTertiary700)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-navigation-tertiary-700:hover{background:var(--colorTileNavigationTertiary700)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-navigation-tertiary-700:hover{background:var(--colorTileNavigationTertiary700)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-navigation-tertiary-700:hover{background:var(--colorTileNavigationTertiary700)!important}}.bgh-tile-navigation-tertiary-600:hover{background:var(--colorTileNavigationTertiary600)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-navigation-tertiary-600:hover{background:var(--colorTileNavigationTertiary600)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-navigation-tertiary-600:hover{background:var(--colorTileNavigationTertiary600)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-navigation-tertiary-600:hover{background:var(--colorTileNavigationTertiary600)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-navigation-tertiary-600:hover{background:var(--colorTileNavigationTertiary600)!important}}.bgh-tile-navigation-tertiary-500:hover{background:var(--colorTileNavigationTertiary500)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-navigation-tertiary-500:hover{background:var(--colorTileNavigationTertiary500)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-navigation-tertiary-500:hover{background:var(--colorTileNavigationTertiary500)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-navigation-tertiary-500:hover{background:var(--colorTileNavigationTertiary500)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-navigation-tertiary-500:hover{background:var(--colorTileNavigationTertiary500)!important}}.bgh-tile-list-tertiary-400:hover{background:var(--colorTileListTertiary400)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-list-tertiary-400:hover{background:var(--colorTileListTertiary400)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-list-tertiary-400:hover{background:var(--colorTileListTertiary400)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-list-tertiary-400:hover{background:var(--colorTileListTertiary400)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-list-tertiary-400:hover{background:var(--colorTileListTertiary400)!important}}.bgh-tile-list-tertiary-300:hover{background:var(--colorTileListTertiary300)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-list-tertiary-300:hover{background:var(--colorTileListTertiary300)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-list-tertiary-300:hover{background:var(--colorTileListTertiary300)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-list-tertiary-300:hover{background:var(--colorTileListTertiary300)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-list-tertiary-300:hover{background:var(--colorTileListTertiary300)!important}}.bgh-tile-list-tertiary-200:hover{background:var(--colorTileListTertiary200)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-list-tertiary-200:hover{background:var(--colorTileListTertiary200)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-list-tertiary-200:hover{background:var(--colorTileListTertiary200)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-list-tertiary-200:hover{background:var(--colorTileListTertiary200)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-list-tertiary-200:hover{background:var(--colorTileListTertiary200)!important}}.bgh-tile-list-tertiary-100:hover{background:var(--colorTileListTertiary100)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tile-list-tertiary-100:hover{background:var(--colorTileListTertiary100)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tile-list-tertiary-100:hover{background:var(--colorTileListTertiary100)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tile-list-tertiary-100:hover{background:var(--colorTileListTertiary100)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tile-list-tertiary-100:hover{background:var(--colorTileListTertiary100)!important}}.bgh-social-media-facebook:hover{background:var(--colorSocialMediaFacebook)}@media(min-width:0)and (max-width:527px){.sm\:bgh-social-media-facebook:hover{background:var(--colorSocialMediaFacebook)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-social-media-facebook:hover{background:var(--colorSocialMediaFacebook)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-social-media-facebook:hover{background:var(--colorSocialMediaFacebook)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-social-media-facebook:hover{background:var(--colorSocialMediaFacebook)!important}}.bgh-social-media-facebook-hover:hover{background:var(--colorSocialMediaFacebookHover)}@media(min-width:0)and (max-width:527px){.sm\:bgh-social-media-facebook-hover:hover{background:var(--colorSocialMediaFacebookHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-social-media-facebook-hover:hover{background:var(--colorSocialMediaFacebookHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-social-media-facebook-hover:hover{background:var(--colorSocialMediaFacebookHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-social-media-facebook-hover:hover{background:var(--colorSocialMediaFacebookHover)!important}}.bgh-focus-ring-light:hover{background:var(--colorFocusRingLight)}@media(min-width:0)and (max-width:527px){.sm\:bgh-focus-ring-light:hover{background:var(--colorFocusRingLight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-focus-ring-light:hover{background:var(--colorFocusRingLight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-focus-ring-light:hover{background:var(--colorFocusRingLight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-focus-ring-light:hover{background:var(--colorFocusRingLight)!important}}.bgh-focus-ring-dark:hover{background:var(--colorFocusRingDark)}@media(min-width:0)and (max-width:527px){.sm\:bgh-focus-ring-dark:hover{background:var(--colorFocusRingDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-focus-ring-dark:hover{background:var(--colorFocusRingDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-focus-ring-dark:hover{background:var(--colorFocusRingDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-focus-ring-dark:hover{background:var(--colorFocusRingDark)!important}}.bgh-tabsquare-primary:hover{background:var(--colorTabsquarePrimary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tabsquare-primary:hover{background:var(--colorTabsquarePrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tabsquare-primary:hover{background:var(--colorTabsquarePrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tabsquare-primary:hover{background:var(--colorTabsquarePrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tabsquare-primary:hover{background:var(--colorTabsquarePrimary)!important}}.bgh-yuu-primary:hover{background:var(--colorYuuPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-yuu-primary:hover{background:var(--colorYuuPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-yuu-primary:hover{background:var(--colorYuuPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-yuu-primary:hover{background:var(--colorYuuPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-yuu-primary:hover{background:var(--colorYuuPrimary)!important}}.bgh-klarna-pink:hover{background:var(--colorKlarnaPink)}@media(min-width:0)and (max-width:527px){.sm\:bgh-klarna-pink:hover{background:var(--colorKlarnaPink)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-klarna-pink:hover{background:var(--colorKlarnaPink)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-klarna-pink:hover{background:var(--colorKlarnaPink)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-klarna-pink:hover{background:var(--colorKlarnaPink)!important}}.bgh-klarna-off-white:hover{background:var(--colorKlarnaOffWhite)}@media(min-width:0)and (max-width:527px){.sm\:bgh-klarna-off-white:hover{background:var(--colorKlarnaOffWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-klarna-off-white:hover{background:var(--colorKlarnaOffWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-klarna-off-white:hover{background:var(--colorKlarnaOffWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-klarna-off-white:hover{background:var(--colorKlarnaOffWhite)!important}}.bgh-klarna-black:hover{background:var(--colorKlarnaBlack)}@media(min-width:0)and (max-width:527px){.sm\:bgh-klarna-black:hover{background:var(--colorKlarnaBlack)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-klarna-black:hover{background:var(--colorKlarnaBlack)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-klarna-black:hover{background:var(--colorKlarnaBlack)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-klarna-black:hover{background:var(--colorKlarnaBlack)!important}}.bgh-sgroup-primary:hover{background:var(--colorSgroupPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-sgroup-primary:hover{background:var(--colorSgroupPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-sgroup-primary:hover{background:var(--colorSgroupPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-sgroup-primary:hover{background:var(--colorSgroupPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-sgroup-primary:hover{background:var(--colorSgroupPrimary)!important}}.bgh-brand-highlight-lvl1:hover{background:var(--colorBrandHighlightLvl1)}@media(min-width:0)and (max-width:527px){.sm\:bgh-brand-highlight-lvl1:hover{background:var(--colorBrandHighlightLvl1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-brand-highlight-lvl1:hover{background:var(--colorBrandHighlightLvl1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-brand-highlight-lvl1:hover{background:var(--colorBrandHighlightLvl1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-brand-highlight-lvl1:hover{background:var(--colorBrandHighlightLvl1)!important}}.bgh-brand-linear-gradient-1:hover{background:var(--colorLinearGradient1)}@media(min-width:0)and (max-width:527px){.sm\:bgh-brand-linear-gradient-1:hover{background:var(--colorLinearGradient1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-brand-linear-gradient-1:hover{background:var(--colorLinearGradient1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-brand-linear-gradient-1:hover{background:var(--colorLinearGradient1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-brand-linear-gradient-1:hover{background:var(--colorLinearGradient1)!important}}.bgh-brand-linear-gradient-2:hover{background:var(--colorLinearGradient2)}@media(min-width:0)and (max-width:527px){.sm\:bgh-brand-linear-gradient-2:hover{background:var(--colorLinearGradient2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-brand-linear-gradient-2:hover{background:var(--colorLinearGradient2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-brand-linear-gradient-2:hover{background:var(--colorLinearGradient2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-brand-linear-gradient-2:hover{background:var(--colorLinearGradient2)!important}}.bgh-rating-tag-text:hover{background:var(--colorRatingTagText)}@media(min-width:0)and (max-width:527px){.sm\:bgh-rating-tag-text:hover{background:var(--colorRatingTagText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rating-tag-text:hover{background:var(--colorRatingTagText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rating-tag-text:hover{background:var(--colorRatingTagText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rating-tag-text:hover{background:var(--colorRatingTagText)!important}}.bgh-deal-highlight-lvl1:hover{background:var(--colorDealHighlightLvl1)}@media(min-width:0)and (max-width:527px){.sm\:bgh-deal-highlight-lvl1:hover{background:var(--colorDealHighlightLvl1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-deal-highlight-lvl1:hover{background:var(--colorDealHighlightLvl1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-deal-highlight-lvl1:hover{background:var(--colorDealHighlightLvl1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-deal-highlight-lvl1:hover{background:var(--colorDealHighlightLvl1)!important}}.bgh-deal-highlight-lvl2:hover{background:var(--colorDealHighlightLvl2)}@media(min-width:0)and (max-width:527px){.sm\:bgh-deal-highlight-lvl2:hover{background:var(--colorDealHighlightLvl2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-deal-highlight-lvl2:hover{background:var(--colorDealHighlightLvl2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-deal-highlight-lvl2:hover{background:var(--colorDealHighlightLvl2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-deal-highlight-lvl2:hover{background:var(--colorDealHighlightLvl2)!important}}.bgh-joker-primary:hover{background:var(--colorJokerPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-joker-primary:hover{background:var(--colorJokerPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-joker-primary:hover{background:var(--colorJokerPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-joker-primary:hover{background:var(--colorJokerPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-joker-primary:hover{background:var(--colorJokerPrimary)!important}}.bgh-joker-primary-bk:hover{background:var(--colorJokerPrimaryBk)}@media(min-width:0)and (max-width:527px){.sm\:bgh-joker-primary-bk:hover{background:var(--colorJokerPrimaryBk)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-joker-primary-bk:hover{background:var(--colorJokerPrimaryBk)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-joker-primary-bk:hover{background:var(--colorJokerPrimaryBk)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-joker-primary-bk:hover{background:var(--colorJokerPrimaryBk)!important}}.bgh-joker-primary-bk2:hover{background:var(--colorJokerPrimaryBk2)}@media(min-width:0)and (max-width:527px){.sm\:bgh-joker-primary-bk2:hover{background:var(--colorJokerPrimaryBk2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-joker-primary-bk2:hover{background:var(--colorJokerPrimaryBk2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-joker-primary-bk2:hover{background:var(--colorJokerPrimaryBk2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-joker-primary-bk2:hover{background:var(--colorJokerPrimaryBk2)!important}}.bgh-joker-secondary:hover{background:var(--colorJokerSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-joker-secondary:hover{background:var(--colorJokerSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-joker-secondary:hover{background:var(--colorJokerSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-joker-secondary:hover{background:var(--colorJokerSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-joker-secondary:hover{background:var(--colorJokerSecondary)!important}}.bgh-joker-secondary-bk:hover{background:var(--colorJokerSecondaryBk)}@media(min-width:0)and (max-width:527px){.sm\:bgh-joker-secondary-bk:hover{background:var(--colorJokerSecondaryBk)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-joker-secondary-bk:hover{background:var(--colorJokerSecondaryBk)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-joker-secondary-bk:hover{background:var(--colorJokerSecondaryBk)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-joker-secondary-bk:hover{background:var(--colorJokerSecondaryBk)!important}}.bgh-joker-tertiary:hover{background:var(--colorJokerTertiary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-joker-tertiary:hover{background:var(--colorJokerTertiary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-joker-tertiary:hover{background:var(--colorJokerTertiary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-joker-tertiary:hover{background:var(--colorJokerTertiary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-joker-tertiary:hover{background:var(--colorJokerTertiary)!important}}.bgh-joker-tertiary-bk:hover{background:var(--colorJokerTertiaryBk)}@media(min-width:0)and (max-width:527px){.sm\:bgh-joker-tertiary-bk:hover{background:var(--colorJokerTertiaryBk)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-joker-tertiary-bk:hover{background:var(--colorJokerTertiaryBk)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-joker-tertiary-bk:hover{background:var(--colorJokerTertiaryBk)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-joker-tertiary-bk:hover{background:var(--colorJokerTertiaryBk)!important}}.bgh-brand-primary-dark:hover{background:#c60d5c}@media(min-width:0)and (max-width:527px){.sm\:bgh-brand-primary-dark:hover{background:#c60d5c!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-brand-primary-dark:hover{background:#c60d5c!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-brand-primary-dark:hover{background:#c60d5c!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-brand-primary-dark:hover{background:#c60d5c!important}}.bgh-ratings:hover{background:#276fbf}@media(min-width:0)and (max-width:527px){.sm\:bgh-ratings:hover{background:#276fbf!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-ratings:hover{background:#276fbf!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-ratings:hover{background:#276fbf!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-ratings:hover{background:#276fbf!important}}.bgh-tag-best-in-city-bg:hover{background:var(--colorBrandSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-best-in-city-bg:hover{background:var(--colorBrandSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-best-in-city-bg:hover{background:var(--colorBrandSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-best-in-city-bg:hover{background:var(--colorBrandSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-best-in-city-bg:hover{background:var(--colorBrandSecondary)!important}}.bgh-tag-best-in-city-text:hover{background:var(--colorWhite)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-best-in-city-text:hover{background:var(--colorWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-best-in-city-text:hover{background:var(--colorWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-best-in-city-text:hover{background:var(--colorWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-best-in-city-text:hover{background:var(--colorWhite)!important}}.bgh-tag-deal-bg:hover{background:#fef6f9}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-deal-bg:hover{background:#fef6f9!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-deal-bg:hover{background:#fef6f9!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-deal-bg:hover{background:#fef6f9!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-deal-bg:hover{background:#fef6f9!important}}.bgh-tag-primary-bg:hover{background:var(--colorBrandPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bgh-tag-primary-bg:hover{background:var(--colorBrandPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-tag-primary-bg:hover{background:var(--colorBrandPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-tag-primary-bg:hover{background:var(--colorBrandPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-tag-primary-bg:hover{background:var(--colorBrandPrimary)!important}}.bgh-brand-blue:hover{background:#d4dfe6}@media(min-width:0)and (max-width:527px){.sm\:bgh-brand-blue:hover{background:#d4dfe6!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-brand-blue:hover{background:#d4dfe6!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-brand-blue:hover{background:#d4dfe6!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-brand-blue:hover{background:#d4dfe6!important}}.bgh-brand-blue-ii:hover{background:#1f4d5d}@media(min-width:0)and (max-width:527px){.sm\:bgh-brand-blue-ii:hover{background:#1f4d5d!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-brand-blue-ii:hover{background:#1f4d5d!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-brand-blue-ii:hover{background:#1f4d5d!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-brand-blue-ii:hover{background:#1f4d5d!important}}.bgh-brand-blue-iii:hover{background:#9cb4bf}@media(min-width:0)and (max-width:527px){.sm\:bgh-brand-blue-iii:hover{background:#9cb4bf!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-brand-blue-iii:hover{background:#9cb4bf!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-brand-blue-iii:hover{background:#9cb4bf!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-brand-blue-iii:hover{background:#9cb4bf!important}}.bgh-brand-blue-iv:hover{background:#8aa7b3}@media(min-width:0)and (max-width:527px){.sm\:bgh-brand-blue-iv:hover{background:#8aa7b3!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-brand-blue-iv:hover{background:#8aa7b3!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-brand-blue-iv:hover{background:#8aa7b3!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-brand-blue-iv:hover{background:#8aa7b3!important}}.bgh-brand-grayedout:hover{background:#ea81ae}@media(min-width:0)and (max-width:527px){.sm\:bgh-brand-grayedout:hover{background:#ea81ae!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-brand-grayedout:hover{background:#ea81ae!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-brand-grayedout:hover{background:#ea81ae!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-brand-grayedout:hover{background:#ea81ae!important}}.bgh-brand-pink-80:hover{background:#e14e84}@media(min-width:0)and (max-width:527px){.sm\:bgh-brand-pink-80:hover{background:#e14e84!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-brand-pink-80:hover{background:#e14e84!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-brand-pink-80:hover{background:#e14e84!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-brand-pink-80:hover{background:#e14e84!important}}.bgh-brand-pink-60:hover{background:#eb7ca3}@media(min-width:0)and (max-width:527px){.sm\:bgh-brand-pink-60:hover{background:#eb7ca3!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-brand-pink-60:hover{background:#eb7ca3!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-brand-pink-60:hover{background:#eb7ca3!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-brand-pink-60:hover{background:#eb7ca3!important}}.bgh-brand-pink-30:hover{background:#f7bdd1}@media(min-width:0)and (max-width:527px){.sm\:bgh-brand-pink-30:hover{background:#f7bdd1!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-brand-pink-30:hover{background:#f7bdd1!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-brand-pink-30:hover{background:#f7bdd1!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-brand-pink-30:hover{background:#f7bdd1!important}}.bgh-gradient-middle:hover{background:#c60d5c}@media(min-width:0)and (max-width:527px){.sm\:bgh-gradient-middle:hover{background:#c60d5c!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-gradient-middle:hover{background:#c60d5c!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-gradient-middle:hover{background:#c60d5c!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-gradient-middle:hover{background:#c60d5c!important}}.bgh-grayedout:hover{background:hsla(0,0%,100%,.84)}@media(min-width:0)and (max-width:527px){.sm\:bgh-grayedout:hover{background:hsla(0,0%,100%,.84)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-grayedout:hover{background:hsla(0,0%,100%,.84)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-grayedout:hover{background:hsla(0,0%,100%,.84)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-grayedout:hover{background:hsla(0,0%,100%,.84)!important}}.bgh-neutral-light-surface:hover{background:#fafafa}@media(min-width:0)and (max-width:527px){.sm\:bgh-neutral-light-surface:hover{background:#fafafa!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-neutral-light-surface:hover{background:#fafafa!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-neutral-light-surface:hover{background:#fafafa!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-neutral-light-surface:hover{background:#fafafa!important}}.bgh-overlay-lvl1:hover{background:rgba(0,0,0,.02)}@media(min-width:0)and (max-width:527px){.sm\:bgh-overlay-lvl1:hover{background:rgba(0,0,0,.02)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-overlay-lvl1:hover{background:rgba(0,0,0,.02)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-overlay-lvl1:hover{background:rgba(0,0,0,.02)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-overlay-lvl1:hover{background:rgba(0,0,0,.02)!important}}.bgh-overlay-lvl2:hover{background:rgba(0,0,0,.04)}@media(min-width:0)and (max-width:527px){.sm\:bgh-overlay-lvl2:hover{background:rgba(0,0,0,.04)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-overlay-lvl2:hover{background:rgba(0,0,0,.04)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-overlay-lvl2:hover{background:rgba(0,0,0,.04)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-overlay-lvl2:hover{background:rgba(0,0,0,.04)!important}}.bgh-overlay-lvl3:hover{background:rgba(0,0,0,.08)}@media(min-width:0)and (max-width:527px){.sm\:bgh-overlay-lvl3:hover{background:rgba(0,0,0,.08)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-overlay-lvl3:hover{background:rgba(0,0,0,.08)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-overlay-lvl3:hover{background:rgba(0,0,0,.08)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-overlay-lvl3:hover{background:rgba(0,0,0,.08)!important}}.bgh-overlay-lvl4:hover{background:rgba(0,0,0,.12)}@media(min-width:0)and (max-width:527px){.sm\:bgh-overlay-lvl4:hover{background:rgba(0,0,0,.12)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-overlay-lvl4:hover{background:rgba(0,0,0,.12)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-overlay-lvl4:hover{background:rgba(0,0,0,.12)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-overlay-lvl4:hover{background:rgba(0,0,0,.12)!important}}.bgh-overlay-lvl5:hover{background:rgba(0,0,0,.16)}@media(min-width:0)and (max-width:527px){.sm\:bgh-overlay-lvl5:hover{background:rgba(0,0,0,.16)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-overlay-lvl5:hover{background:rgba(0,0,0,.16)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-overlay-lvl5:hover{background:rgba(0,0,0,.16)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-overlay-lvl5:hover{background:rgba(0,0,0,.16)!important}}.bgh-overlay-lvl6:hover{background:rgba(0,0,0,.48)}@media(min-width:0)and (max-width:527px){.sm\:bgh-overlay-lvl6:hover{background:rgba(0,0,0,.48)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-overlay-lvl6:hover{background:rgba(0,0,0,.48)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-overlay-lvl6:hover{background:rgba(0,0,0,.48)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-overlay-lvl6:hover{background:rgba(0,0,0,.48)!important}}.bgh-overlay-white:hover{background:hsla(0,0%,100%,.64)}@media(min-width:0)and (max-width:527px){.sm\:bgh-overlay-white:hover{background:hsla(0,0%,100%,.64)!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-overlay-white:hover{background:hsla(0,0%,100%,.64)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-overlay-white:hover{background:hsla(0,0%,100%,.64)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-overlay-white:hover{background:hsla(0,0%,100%,.64)!important}}.bgh-rating-highlight:hover{background:#e9f0f8}@media(min-width:0)and (max-width:527px){.sm\:bgh-rating-highlight:hover{background:#e9f0f8!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rating-highlight:hover{background:#e9f0f8!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rating-highlight:hover{background:#e9f0f8!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rating-highlight:hover{background:#e9f0f8!important}}.bgh-rider-banner:hover{background:#d70f64}@media(min-width:0)and (max-width:527px){.sm\:bgh-rider-banner:hover{background:#d70f64!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-rider-banner:hover{background:#d70f64!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-rider-banner:hover{background:#d70f64!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-rider-banner:hover{background:#d70f64!important}}.bgh-social-applepay:hover{background:#000}@media(min-width:0)and (max-width:527px){.sm\:bgh-social-applepay:hover{background:#000!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-social-applepay:hover{background:#000!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-social-applepay:hover{background:#000!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-social-applepay:hover{background:#000!important}}.bgh-social-facebook:hover{background:#1877f2}@media(min-width:0)and (max-width:527px){.sm\:bgh-social-facebook:hover{background:#1877f2!important}}@media(min-width:528px)and (max-width:767px){.md\:bgh-social-facebook:hover{background:#1877f2!important}}@media(min-width:768px)and (max-width:959px){.lg\:bgh-social-facebook:hover{background:#1877f2!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bgh-social-facebook:hover{background:#1877f2!important}}.bc-brand-primary{border:1px solid var(--colorBrandPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bc-brand-primary{border:1px solid var(--colorBrandPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-brand-primary{border:1px solid var(--colorBrandPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-brand-primary{border:1px solid var(--colorBrandPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-brand-primary{border:1px solid var(--colorBrandPrimary)!important}}.bc-brand-secondary{border:1px solid var(--colorBrandSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bc-brand-secondary{border:1px solid var(--colorBrandSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-brand-secondary{border:1px solid var(--colorBrandSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-brand-secondary{border:1px solid var(--colorBrandSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-brand-secondary{border:1px solid var(--colorBrandSecondary)!important}}.bc-brand-dark{border:1px solid var(--colorBrandDark)}@media(min-width:0)and (max-width:527px){.sm\:bc-brand-dark{border:1px solid var(--colorBrandDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-brand-dark{border:1px solid var(--colorBrandDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-brand-dark{border:1px solid var(--colorBrandDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-brand-dark{border:1px solid var(--colorBrandDark)!important}}.bc-brand-highlight{border:1px solid var(--colorBrandHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bc-brand-highlight{border:1px solid var(--colorBrandHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-brand-highlight{border:1px solid var(--colorBrandHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-brand-highlight{border:1px solid var(--colorBrandHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-brand-highlight{border:1px solid var(--colorBrandHighlight)!important}}.bc-gradient-light{border:1px solid var(--colorGradientLight)}@media(min-width:0)and (max-width:527px){.sm\:bc-gradient-light{border:1px solid var(--colorGradientLight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-gradient-light{border:1px solid var(--colorGradientLight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-gradient-light{border:1px solid var(--colorGradientLight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-gradient-light{border:1px solid var(--colorGradientLight)!important}}.bc-gradient-dark{border:1px solid var(--colorGradientDark)}@media(min-width:0)and (max-width:527px){.sm\:bc-gradient-dark{border:1px solid var(--colorGradientDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-gradient-dark{border:1px solid var(--colorGradientDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-gradient-dark{border:1px solid var(--colorGradientDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-gradient-dark{border:1px solid var(--colorGradientDark)!important}}.bc-gradient-brand{border:1px solid var(--colorGradientBrand)}@media(min-width:0)and (max-width:527px){.sm\:bc-gradient-brand{border:1px solid var(--colorGradientBrand)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-gradient-brand{border:1px solid var(--colorGradientBrand)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-gradient-brand{border:1px solid var(--colorGradientBrand)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-gradient-brand{border:1px solid var(--colorGradientBrand)!important}}.bc-interaction-primary{border:1px solid var(--colorInteractionPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-primary{border:1px solid var(--colorInteractionPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-primary{border:1px solid var(--colorInteractionPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-primary{border:1px solid var(--colorInteractionPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-primary{border:1px solid var(--colorInteractionPrimary)!important}}.bc-interaction-primary-hover{border:1px solid var(--colorInteractionPrimaryHover)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-primary-hover{border:1px solid var(--colorInteractionPrimaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-primary-hover{border:1px solid var(--colorInteractionPrimaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-primary-hover{border:1px solid var(--colorInteractionPrimaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-primary-hover{border:1px solid var(--colorInteractionPrimaryHover)!important}}.bc-interaction-secondary{border:1px solid var(--colorInteractionSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-secondary{border:1px solid var(--colorInteractionSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-secondary{border:1px solid var(--colorInteractionSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-secondary{border:1px solid var(--colorInteractionSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-secondary{border:1px solid var(--colorInteractionSecondary)!important}}.bc-interaction-secondary-hover{border:1px solid var(--colorInteractionSecondaryHover)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-secondary-hover{border:1px solid var(--colorInteractionSecondaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-secondary-hover{border:1px solid var(--colorInteractionSecondaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-secondary-hover{border:1px solid var(--colorInteractionSecondaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-secondary-hover{border:1px solid var(--colorInteractionSecondaryHover)!important}}.bc-interaction-secondary-feedback{border:1px solid var(--colorInteractionSecondaryFeedback)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-secondary-feedback{border:1px solid var(--colorInteractionSecondaryFeedback)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-secondary-feedback{border:1px solid var(--colorInteractionSecondaryFeedback)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-secondary-feedback{border:1px solid var(--colorInteractionSecondaryFeedback)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-secondary-feedback{border:1px solid var(--colorInteractionSecondaryFeedback)!important}}.bc-interaction-secondary-highlight{border:1px solid var(--colorInteractionSecondaryHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-secondary-highlight{border:1px solid var(--colorInteractionSecondaryHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-secondary-highlight{border:1px solid var(--colorInteractionSecondaryHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-secondary-highlight{border:1px solid var(--colorInteractionSecondaryHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-secondary-highlight{border:1px solid var(--colorInteractionSecondaryHighlight)!important}}.bc-interaction-secondary-border{border:1px solid var(--colorInteractionSecondaryBorder)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-secondary-border{border:1px solid var(--colorInteractionSecondaryBorder)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-secondary-border{border:1px solid var(--colorInteractionSecondaryBorder)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-secondary-border{border:1px solid var(--colorInteractionSecondaryBorder)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-secondary-border{border:1px solid var(--colorInteractionSecondaryBorder)!important}}.bc-interaction-tertiary{border:1px solid var(--colorInteractionTertiary)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-tertiary{border:1px solid var(--colorInteractionTertiary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-tertiary{border:1px solid var(--colorInteractionTertiary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-tertiary{border:1px solid var(--colorInteractionTertiary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-tertiary{border:1px solid var(--colorInteractionTertiary)!important}}.bc-interaction-primary-feedback{border:1px solid var(--colorInteractionPrimaryFeedback)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-primary-feedback{border:1px solid var(--colorInteractionPrimaryFeedback)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-primary-feedback{border:1px solid var(--colorInteractionPrimaryFeedback)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-primary-feedback{border:1px solid var(--colorInteractionPrimaryFeedback)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-primary-feedback{border:1px solid var(--colorInteractionPrimaryFeedback)!important}}.bc-info-banner-cta{border:1px solid var(--colorInfoBannerCta)}@media(min-width:0)and (max-width:527px){.sm\:bc-info-banner-cta{border:1px solid var(--colorInfoBannerCta)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-info-banner-cta{border:1px solid var(--colorInfoBannerCta)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-info-banner-cta{border:1px solid var(--colorInfoBannerCta)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-info-banner-cta{border:1px solid var(--colorInfoBannerCta)!important}}.bc-on-interaction-primary{border:1px solid var(--colorOnInteractionPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bc-on-interaction-primary{border:1px solid var(--colorOnInteractionPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-on-interaction-primary{border:1px solid var(--colorOnInteractionPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-on-interaction-primary{border:1px solid var(--colorOnInteractionPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-on-interaction-primary{border:1px solid var(--colorOnInteractionPrimary)!important}}.bc-on-interaction-primary-hover{border:1px solid var(--colorOnInteractionPrimaryHover)}@media(min-width:0)and (max-width:527px){.sm\:bc-on-interaction-primary-hover{border:1px solid var(--colorOnInteractionPrimaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-on-interaction-primary-hover{border:1px solid var(--colorOnInteractionPrimaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-on-interaction-primary-hover{border:1px solid var(--colorOnInteractionPrimaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-on-interaction-primary-hover{border:1px solid var(--colorOnInteractionPrimaryHover)!important}}.bc-on-interaction-secondary{border:1px solid var(--colorOnInteractionSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bc-on-interaction-secondary{border:1px solid var(--colorOnInteractionSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-on-interaction-secondary{border:1px solid var(--colorOnInteractionSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-on-interaction-secondary{border:1px solid var(--colorOnInteractionSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-on-interaction-secondary{border:1px solid var(--colorOnInteractionSecondary)!important}}.bc-on-interaction-secondary-hover{border:1px solid var(--colorOnInteractionSecondaryHover)}@media(min-width:0)and (max-width:527px){.sm\:bc-on-interaction-secondary-hover{border:1px solid var(--colorOnInteractionSecondaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-on-interaction-secondary-hover{border:1px solid var(--colorOnInteractionSecondaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-on-interaction-secondary-hover{border:1px solid var(--colorOnInteractionSecondaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-on-interaction-secondary-hover{border:1px solid var(--colorOnInteractionSecondaryHover)!important}}.bc-interaction-background-hover{border:1px solid var(--colorInteractionBackgroundHover)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-background-hover{border:1px solid var(--colorInteractionBackgroundHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-background-hover{border:1px solid var(--colorInteractionBackgroundHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-background-hover{border:1px solid var(--colorInteractionBackgroundHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-background-hover{border:1px solid var(--colorInteractionBackgroundHover)!important}}.bc-interaction-text-hover{border:1px solid var(--colorInteractionTextHover)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-text-hover{border:1px solid var(--colorInteractionTextHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-text-hover{border:1px solid var(--colorInteractionTextHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-text-hover{border:1px solid var(--colorInteractionTextHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-text-hover{border:1px solid var(--colorInteractionTextHover)!important}}.bc-interaction-focus{border:1px solid var(--colorInteractionFocus)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-focus{border:1px solid var(--colorInteractionFocus)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-focus{border:1px solid var(--colorInteractionFocus)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-focus{border:1px solid var(--colorInteractionFocus)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-focus{border:1px solid var(--colorInteractionFocus)!important}}.bc-interaction-focus-reversed{border:1px solid var(--colorInteractionFocusReversed)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-focus-reversed{border:1px solid var(--colorInteractionFocusReversed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-focus-reversed{border:1px solid var(--colorInteractionFocusReversed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-focus-reversed{border:1px solid var(--colorInteractionFocusReversed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-focus-reversed{border:1px solid var(--colorInteractionFocusReversed)!important}}.bc-interaction-reversed-white-opacity-15{border:1px solid var(--colorInteractionReversedWhiteOpacity15)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-reversed-white-opacity-15{border:1px solid var(--colorInteractionReversedWhiteOpacity15)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-reversed-white-opacity-15{border:1px solid var(--colorInteractionReversedWhiteOpacity15)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-reversed-white-opacity-15{border:1px solid var(--colorInteractionReversedWhiteOpacity15)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-reversed-white-opacity-15{border:1px solid var(--colorInteractionReversedWhiteOpacity15)!important}}.bc-interaction-reversed-white-opacity-30{border:1px solid var(--colorInteractionReversedWhiteOpacity30)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-reversed-white-opacity-30{border:1px solid var(--colorInteractionReversedWhiteOpacity30)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-reversed-white-opacity-30{border:1px solid var(--colorInteractionReversedWhiteOpacity30)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-reversed-white-opacity-30{border:1px solid var(--colorInteractionReversedWhiteOpacity30)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-reversed-white-opacity-30{border:1px solid var(--colorInteractionReversedWhiteOpacity30)!important}}.bc-interaction-reversed-white-opacity-50{border:1px solid var(--colorInteractionReversedWhiteOpacity50)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-reversed-white-opacity-50{border:1px solid var(--colorInteractionReversedWhiteOpacity50)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-reversed-white-opacity-50{border:1px solid var(--colorInteractionReversedWhiteOpacity50)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-reversed-white-opacity-50{border:1px solid var(--colorInteractionReversedWhiteOpacity50)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-reversed-white-opacity-50{border:1px solid var(--colorInteractionReversedWhiteOpacity50)!important}}.bc-interaction-secondary-selected{border:1px solid var(--colorInteractionSecondarySelected)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-secondary-selected{border:1px solid var(--colorInteractionSecondarySelected)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-secondary-selected{border:1px solid var(--colorInteractionSecondarySelected)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-secondary-selected{border:1px solid var(--colorInteractionSecondarySelected)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-secondary-selected{border:1px solid var(--colorInteractionSecondarySelected)!important}}.bc-interaction-secondary-inactive{border:1px solid var(--colorInteractionSecondaryInactive)}@media(min-width:0)and (max-width:527px){.sm\:bc-interaction-secondary-inactive{border:1px solid var(--colorInteractionSecondaryInactive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-interaction-secondary-inactive{border:1px solid var(--colorInteractionSecondaryInactive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-interaction-secondary-inactive{border:1px solid var(--colorInteractionSecondaryInactive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-interaction-secondary-inactive{border:1px solid var(--colorInteractionSecondaryInactive)!important}}.bc-main-text{border:1px solid var(--colorMainText)}@media(min-width:0)and (max-width:527px){.sm\:bc-main-text{border:1px solid var(--colorMainText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-main-text{border:1px solid var(--colorMainText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-main-text{border:1px solid var(--colorMainText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-main-text{border:1px solid var(--colorMainText)!important}}.bc-exp-timer-bg-cover{border:1px solid var(--colorExpTimerBgCover)}@media(min-width:0)and (max-width:527px){.sm\:bc-exp-timer-bg-cover{border:1px solid var(--colorExpTimerBgCover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-exp-timer-bg-cover{border:1px solid var(--colorExpTimerBgCover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-exp-timer-bg-cover{border:1px solid var(--colorExpTimerBgCover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-exp-timer-bg-cover{border:1px solid var(--colorExpTimerBgCover)!important}}.bc-exp-timer-digit-cover{border:1px solid var(--colorExpTimerDigitCover)}@media(min-width:0)and (max-width:527px){.sm\:bc-exp-timer-digit-cover{border:1px solid var(--colorExpTimerDigitCover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-exp-timer-digit-cover{border:1px solid var(--colorExpTimerDigitCover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-exp-timer-digit-cover{border:1px solid var(--colorExpTimerDigitCover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-exp-timer-digit-cover{border:1px solid var(--colorExpTimerDigitCover)!important}}.bc-tiers-subtitle-text{border:1px solid var(--colorTiersSubtitleText)}@media(min-width:0)and (max-width:527px){.sm\:bc-tiers-subtitle-text{border:1px solid var(--colorTiersSubtitleText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tiers-subtitle-text{border:1px solid var(--colorTiersSubtitleText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tiers-subtitle-text{border:1px solid var(--colorTiersSubtitleText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tiers-subtitle-text{border:1px solid var(--colorTiersSubtitleText)!important}}.bc-tier-3-subtitle-text{border:1px solid var(--colorTier3SubtitleText)}@media(min-width:0)and (max-width:527px){.sm\:bc-tier-3-subtitle-text{border:1px solid var(--colorTier3SubtitleText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tier-3-subtitle-text{border:1px solid var(--colorTier3SubtitleText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tier-3-subtitle-text{border:1px solid var(--colorTier3SubtitleText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tier-3-subtitle-text{border:1px solid var(--colorTier3SubtitleText)!important}}.bc-tier-1-tile{border:1px solid var(--colorTier1Tile)}@media(min-width:0)and (max-width:527px){.sm\:bc-tier-1-tile{border:1px solid var(--colorTier1Tile)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tier-1-tile{border:1px solid var(--colorTier1Tile)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tier-1-tile{border:1px solid var(--colorTier1Tile)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tier-1-tile{border:1px solid var(--colorTier1Tile)!important}}.bc-tier-2-tile{border:1px solid var(--colorTier2Tile)}@media(min-width:0)and (max-width:527px){.sm\:bc-tier-2-tile{border:1px solid var(--colorTier2Tile)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tier-2-tile{border:1px solid var(--colorTier2Tile)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tier-2-tile{border:1px solid var(--colorTier2Tile)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tier-2-tile{border:1px solid var(--colorTier2Tile)!important}}.bc-tier-3-tile{border:1px solid var(--colorTier3Tile)}@media(min-width:0)and (max-width:527px){.sm\:bc-tier-3-tile{border:1px solid var(--colorTier3Tile)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tier-3-tile{border:1px solid var(--colorTier3Tile)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tier-3-tile{border:1px solid var(--colorTier3Tile)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tier-3-tile{border:1px solid var(--colorTier3Tile)!important}}.bc-how-it-works-text{border:1px solid var(--colorHowItWorksText)}@media(min-width:0)and (max-width:527px){.sm\:bc-how-it-works-text{border:1px solid var(--colorHowItWorksText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-how-it-works-text{border:1px solid var(--colorHowItWorksText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-how-it-works-text{border:1px solid var(--colorHowItWorksText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-how-it-works-text{border:1px solid var(--colorHowItWorksText)!important}}.bc-how-it-works-icon-bg{border:1px solid var(--colorHowItWorksIconBg)}@media(min-width:0)and (max-width:527px){.sm\:bc-how-it-works-icon-bg{border:1px solid var(--colorHowItWorksIconBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-how-it-works-icon-bg{border:1px solid var(--colorHowItWorksIconBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-how-it-works-icon-bg{border:1px solid var(--colorHowItWorksIconBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-how-it-works-icon-bg{border:1px solid var(--colorHowItWorksIconBg)!important}}.bc-timer-bg{border:1px solid var(--colorTimerBg)}@media(min-width:0)and (max-width:527px){.sm\:bc-timer-bg{border:1px solid var(--colorTimerBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-timer-bg{border:1px solid var(--colorTimerBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-timer-bg{border:1px solid var(--colorTimerBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-timer-bg{border:1px solid var(--colorTimerBg)!important}}.bc-timer-digit{border:1px solid var(--colorTimerDigit)}@media(min-width:0)and (max-width:527px){.sm\:bc-timer-digit{border:1px solid var(--colorTimerDigit)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-timer-digit{border:1px solid var(--colorTimerDigit)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-timer-digit{border:1px solid var(--colorTimerDigit)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-timer-digit{border:1px solid var(--colorTimerDigit)!important}}.bc-next-tiers-text{border:1px solid var(--colorNextTiersText)}@media(min-width:0)and (max-width:527px){.sm\:bc-next-tiers-text{border:1px solid var(--colorNextTiersText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-next-tiers-text{border:1px solid var(--colorNextTiersText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-next-tiers-text{border:1px solid var(--colorNextTiersText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-next-tiers-text{border:1px solid var(--colorNextTiersText)!important}}.bc-next-tier-3-text{border:1px solid var(--colorNextTier3Text)}@media(min-width:0)and (max-width:527px){.sm\:bc-next-tier-3-text{border:1px solid var(--colorNextTier3Text)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-next-tier-3-text{border:1px solid var(--colorNextTier3Text)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-next-tier-3-text{border:1px solid var(--colorNextTier3Text)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-next-tier-3-text{border:1px solid var(--colorNextTier3Text)!important}}.bc-default-tier{border:1px solid var(--colorDefaultTier)}@media(min-width:0)and (max-width:527px){.sm\:bc-default-tier{border:1px solid var(--colorDefaultTier)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-default-tier{border:1px solid var(--colorDefaultTier)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-default-tier{border:1px solid var(--colorDefaultTier)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-default-tier{border:1px solid var(--colorDefaultTier)!important}}.bc-rdp-sheet-tier-1{border:1px solid var(--colorRdpSheetTier1)}@media(min-width:0)and (max-width:527px){.sm\:bc-rdp-sheet-tier-1{border:1px solid var(--colorRdpSheetTier1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rdp-sheet-tier-1{border:1px solid var(--colorRdpSheetTier1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rdp-sheet-tier-1{border:1px solid var(--colorRdpSheetTier1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rdp-sheet-tier-1{border:1px solid var(--colorRdpSheetTier1)!important}}.bc-rdp-sheet-tier-2{border:1px solid var(--colorRdpSheetTier2)}@media(min-width:0)and (max-width:527px){.sm\:bc-rdp-sheet-tier-2{border:1px solid var(--colorRdpSheetTier2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rdp-sheet-tier-2{border:1px solid var(--colorRdpSheetTier2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rdp-sheet-tier-2{border:1px solid var(--colorRdpSheetTier2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rdp-sheet-tier-2{border:1px solid var(--colorRdpSheetTier2)!important}}.bc-rdp-sheet-tier-3{border:1px solid var(--colorRdpSheetTier3)}@media(min-width:0)and (max-width:527px){.sm\:bc-rdp-sheet-tier-3{border:1px solid var(--colorRdpSheetTier3)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rdp-sheet-tier-3{border:1px solid var(--colorRdpSheetTier3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rdp-sheet-tier-3{border:1px solid var(--colorRdpSheetTier3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rdp-sheet-tier-3{border:1px solid var(--colorRdpSheetTier3)!important}}.bc-rdp-sheet-tier-4{border:1px solid var(--colorRdpSheetTier4)}@media(min-width:0)and (max-width:527px){.sm\:bc-rdp-sheet-tier-4{border:1px solid var(--colorRdpSheetTier4)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rdp-sheet-tier-4{border:1px solid var(--colorRdpSheetTier4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rdp-sheet-tier-4{border:1px solid var(--colorRdpSheetTier4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rdp-sheet-tier-4{border:1px solid var(--colorRdpSheetTier4)!important}}.bc-star-bg-tier-1{border:1px solid var(--colorStarBgTier1)}@media(min-width:0)and (max-width:527px){.sm\:bc-star-bg-tier-1{border:1px solid var(--colorStarBgTier1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-star-bg-tier-1{border:1px solid var(--colorStarBgTier1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-star-bg-tier-1{border:1px solid var(--colorStarBgTier1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-star-bg-tier-1{border:1px solid var(--colorStarBgTier1)!important}}.bc-star-bg-tier-2{border:1px solid var(--colorStarBgTier2)}@media(min-width:0)and (max-width:527px){.sm\:bc-star-bg-tier-2{border:1px solid var(--colorStarBgTier2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-star-bg-tier-2{border:1px solid var(--colorStarBgTier2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-star-bg-tier-2{border:1px solid var(--colorStarBgTier2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-star-bg-tier-2{border:1px solid var(--colorStarBgTier2)!important}}.bc-star-bg-tier-3{border:1px solid var(--colorStarBgTier3)}@media(min-width:0)and (max-width:527px){.sm\:bc-star-bg-tier-3{border:1px solid var(--colorStarBgTier3)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-star-bg-tier-3{border:1px solid var(--colorStarBgTier3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-star-bg-tier-3{border:1px solid var(--colorStarBgTier3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-star-bg-tier-3{border:1px solid var(--colorStarBgTier3)!important}}.bc-rdp-sheet-tier-text-bg-1{border:1px solid var(--colorRdpSheetTierTextBg1)}@media(min-width:0)and (max-width:527px){.sm\:bc-rdp-sheet-tier-text-bg-1{border:1px solid var(--colorRdpSheetTierTextBg1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rdp-sheet-tier-text-bg-1{border:1px solid var(--colorRdpSheetTierTextBg1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rdp-sheet-tier-text-bg-1{border:1px solid var(--colorRdpSheetTierTextBg1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rdp-sheet-tier-text-bg-1{border:1px solid var(--colorRdpSheetTierTextBg1)!important}}.bc-rdp-sheet-tier-text-bg-2{border:1px solid var(--colorRdpSheetTierTextBg2)}@media(min-width:0)and (max-width:527px){.sm\:bc-rdp-sheet-tier-text-bg-2{border:1px solid var(--colorRdpSheetTierTextBg2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rdp-sheet-tier-text-bg-2{border:1px solid var(--colorRdpSheetTierTextBg2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rdp-sheet-tier-text-bg-2{border:1px solid var(--colorRdpSheetTierTextBg2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rdp-sheet-tier-text-bg-2{border:1px solid var(--colorRdpSheetTierTextBg2)!important}}.bc-rdp-sheet-tier-text-bg-3{border:1px solid var(--colorRdpSheetTierTextBg3)}@media(min-width:0)and (max-width:527px){.sm\:bc-rdp-sheet-tier-text-bg-3{border:1px solid var(--colorRdpSheetTierTextBg3)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rdp-sheet-tier-text-bg-3{border:1px solid var(--colorRdpSheetTierTextBg3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rdp-sheet-tier-text-bg-3{border:1px solid var(--colorRdpSheetTierTextBg3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rdp-sheet-tier-text-bg-3{border:1px solid var(--colorRdpSheetTierTextBg3)!important}}.bc-rdp-sheet-tier-text-bg-4{border:1px solid var(--colorRdpSheetTierTextBg4)}@media(min-width:0)and (max-width:527px){.sm\:bc-rdp-sheet-tier-text-bg-4{border:1px solid var(--colorRdpSheetTierTextBg4)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rdp-sheet-tier-text-bg-4{border:1px solid var(--colorRdpSheetTierTextBg4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rdp-sheet-tier-text-bg-4{border:1px solid var(--colorRdpSheetTierTextBg4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rdp-sheet-tier-text-bg-4{border:1px solid var(--colorRdpSheetTierTextBg4)!important}}.bc-next-tier-1-rdp{border:1px solid var(--colorNextTier1Rdp)}@media(min-width:0)and (max-width:527px){.sm\:bc-next-tier-1-rdp{border:1px solid var(--colorNextTier1Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-next-tier-1-rdp{border:1px solid var(--colorNextTier1Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-next-tier-1-rdp{border:1px solid var(--colorNextTier1Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-next-tier-1-rdp{border:1px solid var(--colorNextTier1Rdp)!important}}.bc-next-tier-2-rdp{border:1px solid var(--colorNextTier2Rdp)}@media(min-width:0)and (max-width:527px){.sm\:bc-next-tier-2-rdp{border:1px solid var(--colorNextTier2Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-next-tier-2-rdp{border:1px solid var(--colorNextTier2Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-next-tier-2-rdp{border:1px solid var(--colorNextTier2Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-next-tier-2-rdp{border:1px solid var(--colorNextTier2Rdp)!important}}.bc-next-tier-3-rdp{border:1px solid var(--colorNextTier3Rdp)}@media(min-width:0)and (max-width:527px){.sm\:bc-next-tier-3-rdp{border:1px solid var(--colorNextTier3Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-next-tier-3-rdp{border:1px solid var(--colorNextTier3Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-next-tier-3-rdp{border:1px solid var(--colorNextTier3Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-next-tier-3-rdp{border:1px solid var(--colorNextTier3Rdp)!important}}.bc-next-tier-4-rdp{border:1px solid var(--colorNextTier4Rdp)}@media(min-width:0)and (max-width:527px){.sm\:bc-next-tier-4-rdp{border:1px solid var(--colorNextTier4Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-next-tier-4-rdp{border:1px solid var(--colorNextTier4Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-next-tier-4-rdp{border:1px solid var(--colorNextTier4Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-next-tier-4-rdp{border:1px solid var(--colorNextTier4Rdp)!important}}.bc-popup-text{border:1px solid var(--colorPopupText)}@media(min-width:0)and (max-width:527px){.sm\:bc-popup-text{border:1px solid var(--colorPopupText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-popup-text{border:1px solid var(--colorPopupText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-popup-text{border:1px solid var(--colorPopupText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-popup-text{border:1px solid var(--colorPopupText)!important}}.bc-generic-bg{border:1px solid var(--colorGenericBg)}@media(min-width:0)and (max-width:527px){.sm\:bc-generic-bg{border:1px solid var(--colorGenericBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-generic-bg{border:1px solid var(--colorGenericBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-generic-bg{border:1px solid var(--colorGenericBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-generic-bg{border:1px solid var(--colorGenericBg)!important}}.bc-exp-deal-bg{border:1px solid var(--colorExpDealBg)}@media(min-width:0)and (max-width:527px){.sm\:bc-exp-deal-bg{border:1px solid var(--colorExpDealBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-exp-deal-bg{border:1px solid var(--colorExpDealBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-exp-deal-bg{border:1px solid var(--colorExpDealBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-exp-deal-bg{border:1px solid var(--colorExpDealBg)!important}}.bc-exp-deal-text{border:1px solid var(--colorExpDealText)}@media(min-width:0)and (max-width:527px){.sm\:bc-exp-deal-text{border:1px solid var(--colorExpDealText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-exp-deal-text{border:1px solid var(--colorExpDealText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-exp-deal-text{border:1px solid var(--colorExpDealText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-exp-deal-text{border:1px solid var(--colorExpDealText)!important}}.bc-exp-star-bg-default{border:1px solid var(--colorExpStarBgDefault)}@media(min-width:0)and (max-width:527px){.sm\:bc-exp-star-bg-default{border:1px solid var(--colorExpStarBgDefault)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-exp-star-bg-default{border:1px solid var(--colorExpStarBgDefault)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-exp-star-bg-default{border:1px solid var(--colorExpStarBgDefault)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-exp-star-bg-default{border:1px solid var(--colorExpStarBgDefault)!important}}.bc-exp-star-bg-active{border:1px solid var(--colorExpStarBgActive)}@media(min-width:0)and (max-width:527px){.sm\:bc-exp-star-bg-active{border:1px solid var(--colorExpStarBgActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-exp-star-bg-active{border:1px solid var(--colorExpStarBgActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-exp-star-bg-active{border:1px solid var(--colorExpStarBgActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-exp-star-bg-active{border:1px solid var(--colorExpStarBgActive)!important}}.bc-exp-footer-text-default{border:1px solid var(--colorExpFooterTextDefault)}@media(min-width:0)and (max-width:527px){.sm\:bc-exp-footer-text-default{border:1px solid var(--colorExpFooterTextDefault)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-exp-footer-text-default{border:1px solid var(--colorExpFooterTextDefault)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-exp-footer-text-default{border:1px solid var(--colorExpFooterTextDefault)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-exp-footer-text-default{border:1px solid var(--colorExpFooterTextDefault)!important}}.bc-exp-footer-text-active{border:1px solid var(--colorExpFooterTextActive)}@media(min-width:0)and (max-width:527px){.sm\:bc-exp-footer-text-active{border:1px solid var(--colorExpFooterTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-exp-footer-text-active{border:1px solid var(--colorExpFooterTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-exp-footer-text-active{border:1px solid var(--colorExpFooterTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-exp-footer-text-active{border:1px solid var(--colorExpFooterTextActive)!important}}.bc-exp-timer-container{border:1px solid var(--colorExpTimerContainer)}@media(min-width:0)and (max-width:527px){.sm\:bc-exp-timer-container{border:1px solid var(--colorExpTimerContainer)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-exp-timer-container{border:1px solid var(--colorExpTimerContainer)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-exp-timer-container{border:1px solid var(--colorExpTimerContainer)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-exp-timer-container{border:1px solid var(--colorExpTimerContainer)!important}}.bc-exp-footer-timer-bg{border:1px solid var(--colorExpFooterTimerBg)}@media(min-width:0)and (max-width:527px){.sm\:bc-exp-footer-timer-bg{border:1px solid var(--colorExpFooterTimerBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-exp-footer-timer-bg{border:1px solid var(--colorExpFooterTimerBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-exp-footer-timer-bg{border:1px solid var(--colorExpFooterTimerBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-exp-footer-timer-bg{border:1px solid var(--colorExpFooterTimerBg)!important}}.bc-exp-footer-timer-digit{border:1px solid var(--colorExpFooterTimerDigit)}@media(min-width:0)and (max-width:527px){.sm\:bc-exp-footer-timer-digit{border:1px solid var(--colorExpFooterTimerDigit)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-exp-footer-timer-digit{border:1px solid var(--colorExpFooterTimerDigit)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-exp-footer-timer-digit{border:1px solid var(--colorExpFooterTimerDigit)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-exp-footer-timer-digit{border:1px solid var(--colorExpFooterTimerDigit)!important}}.bc-exp-2-generic-bg{border:1px solid var(--colorExp2GenericBg)}@media(min-width:0)and (max-width:527px){.sm\:bc-exp-2-generic-bg{border:1px solid var(--colorExp2GenericBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-exp-2-generic-bg{border:1px solid var(--colorExp2GenericBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-exp-2-generic-bg{border:1px solid var(--colorExp2GenericBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-exp-2-generic-bg{border:1px solid var(--colorExp2GenericBg)!important}}.bc-exp-2-discount-bg{border:1px solid var(--colorExp2DiscountBg)}@media(min-width:0)and (max-width:527px){.sm\:bc-exp-2-discount-bg{border:1px solid var(--colorExp2DiscountBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-exp-2-discount-bg{border:1px solid var(--colorExp2DiscountBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-exp-2-discount-bg{border:1px solid var(--colorExp2DiscountBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-exp-2-discount-bg{border:1px solid var(--colorExp2DiscountBg)!important}}.bc-rating{border:1px solid var(--colorRating)}@media(min-width:0)and (max-width:527px){.sm\:bc-rating{border:1px solid var(--colorRating)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rating{border:1px solid var(--colorRating)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rating{border:1px solid var(--colorRating)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rating{border:1px solid var(--colorRating)!important}}.bc-rating-background{border:1px solid var(--colorRatingBackground)}@media(min-width:0)and (max-width:527px){.sm\:bc-rating-background{border:1px solid var(--colorRatingBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rating-background{border:1px solid var(--colorRatingBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rating-background{border:1px solid var(--colorRatingBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rating-background{border:1px solid var(--colorRatingBackground)!important}}.bc-rating-feedback-background{border:1px solid var(--colorRatingFeedbackBackground)}@media(min-width:0)and (max-width:527px){.sm\:bc-rating-feedback-background{border:1px solid var(--colorRatingFeedbackBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rating-feedback-background{border:1px solid var(--colorRatingFeedbackBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rating-feedback-background{border:1px solid var(--colorRatingFeedbackBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rating-feedback-background{border:1px solid var(--colorRatingFeedbackBackground)!important}}.bc-rating-feedback-active{border:1px solid var(--colorRatingFeedbackActive)}@media(min-width:0)and (max-width:527px){.sm\:bc-rating-feedback-active{border:1px solid var(--colorRatingFeedbackActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rating-feedback-active{border:1px solid var(--colorRatingFeedbackActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rating-feedback-active{border:1px solid var(--colorRatingFeedbackActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rating-feedback-active{border:1px solid var(--colorRatingFeedbackActive)!important}}.bc-popular-icon{border:1px solid var(--colorPopularIcon)}@media(min-width:0)and (max-width:527px){.sm\:bc-popular-icon{border:1px solid var(--colorPopularIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-popular-icon{border:1px solid var(--colorPopularIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-popular-icon{border:1px solid var(--colorPopularIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-popular-icon{border:1px solid var(--colorPopularIcon)!important}}.bc-rating-outline{border:1px solid var(--colorRatingOutline)}@media(min-width:0)and (max-width:527px){.sm\:bc-rating-outline{border:1px solid var(--colorRatingOutline)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rating-outline{border:1px solid var(--colorRatingOutline)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rating-outline{border:1px solid var(--colorRatingOutline)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rating-outline{border:1px solid var(--colorRatingOutline)!important}}.bc-deal-highlight-lvl-1{border:1px solid var(--colorDealHighlightLvl1)}@media(min-width:0)and (max-width:527px){.sm\:bc-deal-highlight-lvl-1{border:1px solid var(--colorDealHighlightLvl1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-deal-highlight-lvl-1{border:1px solid var(--colorDealHighlightLvl1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-deal-highlight-lvl-1{border:1px solid var(--colorDealHighlightLvl1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-deal-highlight-lvl-1{border:1px solid var(--colorDealHighlightLvl1)!important}}.bc-deal-highlight-lvl-2{border:1px solid var(--colorDealHighlightLvl2)}@media(min-width:0)and (max-width:527px){.sm\:bc-deal-highlight-lvl-2{border:1px solid var(--colorDealHighlightLvl2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-deal-highlight-lvl-2{border:1px solid var(--colorDealHighlightLvl2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-deal-highlight-lvl-2{border:1px solid var(--colorDealHighlightLvl2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-deal-highlight-lvl-2{border:1px solid var(--colorDealHighlightLvl2)!important}}.bc-deal-tertiary{border:1px solid var(--colorDealTertiary)}@media(min-width:0)and (max-width:527px){.sm\:bc-deal-tertiary{border:1px solid var(--colorDealTertiary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-deal-tertiary{border:1px solid var(--colorDealTertiary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-deal-tertiary{border:1px solid var(--colorDealTertiary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-deal-tertiary{border:1px solid var(--colorDealTertiary)!important}}.bc-deal-secondary{border:1px solid var(--colorDealSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bc-deal-secondary{border:1px solid var(--colorDealSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-deal-secondary{border:1px solid var(--colorDealSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-deal-secondary{border:1px solid var(--colorDealSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-deal-secondary{border:1px solid var(--colorDealSecondary)!important}}.bc-deal-primary{border:1px solid var(--colorDealPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bc-deal-primary{border:1px solid var(--colorDealPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-deal-primary{border:1px solid var(--colorDealPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-deal-primary{border:1px solid var(--colorDealPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-deal-primary{border:1px solid var(--colorDealPrimary)!important}}.bc-deal-banner-text{border:1px solid var(--colorDealBannerText)}@media(min-width:0)and (max-width:527px){.sm\:bc-deal-banner-text{border:1px solid var(--colorDealBannerText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-deal-banner-text{border:1px solid var(--colorDealBannerText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-deal-banner-text{border:1px solid var(--colorDealBannerText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-deal-banner-text{border:1px solid var(--colorDealBannerText)!important}}.bc-deal-text-on-white{border:1px solid var(--colorDealTextOnWhite)}@media(min-width:0)and (max-width:527px){.sm\:bc-deal-text-on-white{border:1px solid var(--colorDealTextOnWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-deal-text-on-white{border:1px solid var(--colorDealTextOnWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-deal-text-on-white{border:1px solid var(--colorDealTextOnWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-deal-text-on-white{border:1px solid var(--colorDealTextOnWhite)!important}}.bc-price-emphasis{border:1px solid var(--colorPriceEmphasis)}@media(min-width:0)and (max-width:527px){.sm\:bc-price-emphasis{border:1px solid var(--colorPriceEmphasis)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-price-emphasis{border:1px solid var(--colorPriceEmphasis)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-price-emphasis{border:1px solid var(--colorPriceEmphasis)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-price-emphasis{border:1px solid var(--colorPriceEmphasis)!important}}.bc-surface-loyalty-low{border:1px solid var(--bdsColorSurfaceLoyaltyLow)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-loyalty-low{border:1px solid var(--bdsColorSurfaceLoyaltyLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-loyalty-low{border:1px solid var(--bdsColorSurfaceLoyaltyLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-loyalty-low{border:1px solid var(--bdsColorSurfaceLoyaltyLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-loyalty-low{border:1px solid var(--bdsColorSurfaceLoyaltyLow)!important}}.bc-surface-interaction-disabled{border:1px solid var(--bdsColorSurfaceInteractionDisabled)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-interaction-disabled{border:1px solid var(--bdsColorSurfaceInteractionDisabled)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-interaction-disabled{border:1px solid var(--bdsColorSurfaceInteractionDisabled)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-interaction-disabled{border:1px solid var(--bdsColorSurfaceInteractionDisabled)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-interaction-disabled{border:1px solid var(--bdsColorSurfaceInteractionDisabled)!important}}.bc-surface-tag-primary-pressed{border:1px solid var(--bdsColorSurfaceTagPrimaryPressed)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-tag-primary-pressed{border:1px solid var(--bdsColorSurfaceTagPrimaryPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-tag-primary-pressed{border:1px solid var(--bdsColorSurfaceTagPrimaryPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-tag-primary-pressed{border:1px solid var(--bdsColorSurfaceTagPrimaryPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-tag-primary-pressed{border:1px solid var(--bdsColorSurfaceTagPrimaryPressed)!important}}.bc-surface-tag-secondary-pressed{border:1px solid var(--bdsColorSurfaceTagSecondaryPressed)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-tag-secondary-pressed{border:1px solid var(--bdsColorSurfaceTagSecondaryPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-tag-secondary-pressed{border:1px solid var(--bdsColorSurfaceTagSecondaryPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-tag-secondary-pressed{border:1px solid var(--bdsColorSurfaceTagSecondaryPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-tag-secondary-pressed{border:1px solid var(--bdsColorSurfaceTagSecondaryPressed)!important}}.bc-surface-pro-pressed{border:1px solid var(--bdsColorSurfaceProPressed)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-pro-pressed{border:1px solid var(--bdsColorSurfaceProPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-pro-pressed{border:1px solid var(--bdsColorSurfaceProPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-pro-pressed{border:1px solid var(--bdsColorSurfaceProPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-pro-pressed{border:1px solid var(--bdsColorSurfaceProPressed)!important}}.bc-surface-pro-gradient-low{border:1px solid var(--bdsColorSurfaceProGradientLow)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-pro-gradient-low{border:1px solid var(--bdsColorSurfaceProGradientLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-pro-gradient-low{border:1px solid var(--bdsColorSurfaceProGradientLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-pro-gradient-low{border:1px solid var(--bdsColorSurfaceProGradientLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-pro-gradient-low{border:1px solid var(--bdsColorSurfaceProGradientLow)!important}}.bc-surface-pro-low-pressed{border:1px solid var(--bdsColorSurfaceProLowPressed)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-pro-low-pressed{border:1px solid var(--bdsColorSurfaceProLowPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-pro-low-pressed{border:1px solid var(--bdsColorSurfaceProLowPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-pro-low-pressed{border:1px solid var(--bdsColorSurfaceProLowPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-pro-low-pressed{border:1px solid var(--bdsColorSurfaceProLowPressed)!important}}.bc-surface-popular-pressed{border:1px solid var(--bdsColorSurfacePopularPressed)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-popular-pressed{border:1px solid var(--bdsColorSurfacePopularPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-popular-pressed{border:1px solid var(--bdsColorSurfacePopularPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-popular-pressed{border:1px solid var(--bdsColorSurfacePopularPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-popular-pressed{border:1px solid var(--bdsColorSurfacePopularPressed)!important}}.bc-surface-information-low-pressed{border:1px solid var(--bdsColorSurfaceInformationLowPressed)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-information-low-pressed{border:1px solid var(--bdsColorSurfaceInformationLowPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-information-low-pressed{border:1px solid var(--bdsColorSurfaceInformationLowPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-information-low-pressed{border:1px solid var(--bdsColorSurfaceInformationLowPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-information-low-pressed{border:1px solid var(--bdsColorSurfaceInformationLowPressed)!important}}.bc-surface-error-low-pressed{border:1px solid var(--bdsColorSurfaceErrorLowPressed)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-error-low-pressed{border:1px solid var(--bdsColorSurfaceErrorLowPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-error-low-pressed{border:1px solid var(--bdsColorSurfaceErrorLowPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-error-low-pressed{border:1px solid var(--bdsColorSurfaceErrorLowPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-error-low-pressed{border:1px solid var(--bdsColorSurfaceErrorLowPressed)!important}}.bc-surface-success-pressed{border:1px solid var(--bdsColorSurfaceSuccessPressed)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-success-pressed{border:1px solid var(--bdsColorSurfaceSuccessPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-success-pressed{border:1px solid var(--bdsColorSurfaceSuccessPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-success-pressed{border:1px solid var(--bdsColorSurfaceSuccessPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-success-pressed{border:1px solid var(--bdsColorSurfaceSuccessPressed)!important}}.bc-surface-best-city-pressed{border:1px solid var(--bdsColorSurfaceBestCityPressed)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-best-city-pressed{border:1px solid var(--bdsColorSurfaceBestCityPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-best-city-pressed{border:1px solid var(--bdsColorSurfaceBestCityPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-best-city-pressed{border:1px solid var(--bdsColorSurfaceBestCityPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-best-city-pressed{border:1px solid var(--bdsColorSurfaceBestCityPressed)!important}}.bc-surface-promobanner{border:1px solid var(--bdsColorSurfacePromobanner)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-promobanner{border:1px solid var(--bdsColorSurfacePromobanner)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-promobanner{border:1px solid var(--bdsColorSurfacePromobanner)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-promobanner{border:1px solid var(--bdsColorSurfacePromobanner)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-promobanner{border:1px solid var(--bdsColorSurfacePromobanner)!important}}.bc-surface-promobanner-low{border:1px solid var(--bdsColorSurfacePromobannerLow)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-promobanner-low{border:1px solid var(--bdsColorSurfacePromobannerLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-promobanner-low{border:1px solid var(--bdsColorSurfacePromobannerLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-promobanner-low{border:1px solid var(--bdsColorSurfacePromobannerLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-promobanner-low{border:1px solid var(--bdsColorSurfacePromobannerLow)!important}}.bc-surface-promobanner-pro{border:1px solid var(--bdsColorSurfacePromobannerPro)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-promobanner-pro{border:1px solid var(--bdsColorSurfacePromobannerPro)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-promobanner-pro{border:1px solid var(--bdsColorSurfacePromobannerPro)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-promobanner-pro{border:1px solid var(--bdsColorSurfacePromobannerPro)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-promobanner-pro{border:1px solid var(--bdsColorSurfacePromobannerPro)!important}}.bc-surface-brand-primary-low-gradient-start{border:1px solid var(--bdsColorSurfaceBrandPrimaryLowGradientStart)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-brand-primary-low-gradient-start{border:1px solid var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-brand-primary-low-gradient-start{border:1px solid var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-brand-primary-low-gradient-start{border:1px solid var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-brand-primary-low-gradient-start{border:1px solid var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}.bc-surface-brand-primary-low-gradient-end{border:1px solid var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-brand-primary-low-gradient-end{border:1px solid var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-brand-primary-low-gradient-end{border:1px solid var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-brand-primary-low-gradient-end{border:1px solid var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-brand-primary-low-gradient-end{border:1px solid var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}.bc-surface-brand-primary-low-gradient{border:1px solid var(--bdsColorSurfaceBrandPrimaryLowGradient)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-brand-primary-low-gradient{border:1px solid var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-brand-primary-low-gradient{border:1px solid var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-brand-primary-low-gradient{border:1px solid var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-brand-primary-low-gradient{border:1px solid var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}.bc-surface-deal-low-gradient-start{border:1px solid var(--bdsColorSurfaceDealLowGradientStart)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-deal-low-gradient-start{border:1px solid var(--bdsColorSurfaceDealLowGradientStart)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-deal-low-gradient-start{border:1px solid var(--bdsColorSurfaceDealLowGradientStart)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-deal-low-gradient-start{border:1px solid var(--bdsColorSurfaceDealLowGradientStart)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-deal-low-gradient-start{border:1px solid var(--bdsColorSurfaceDealLowGradientStart)!important}}.bc-surface-deal-low-gradient-end{border:1px solid var(--bdsColorSurfaceDealLowGradientEnd)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-deal-low-gradient-end{border:1px solid var(--bdsColorSurfaceDealLowGradientEnd)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-deal-low-gradient-end{border:1px solid var(--bdsColorSurfaceDealLowGradientEnd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-deal-low-gradient-end{border:1px solid var(--bdsColorSurfaceDealLowGradientEnd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-deal-low-gradient-end{border:1px solid var(--bdsColorSurfaceDealLowGradientEnd)!important}}.bc-surface-deal-low-gradient{border:1px solid var(--bdsColorSurfaceDealLowGradient)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-deal-low-gradient{border:1px solid var(--bdsColorSurfaceDealLowGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-deal-low-gradient{border:1px solid var(--bdsColorSurfaceDealLowGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-deal-low-gradient{border:1px solid var(--bdsColorSurfaceDealLowGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-deal-low-gradient{border:1px solid var(--bdsColorSurfaceDealLowGradient)!important}}.bc-surface-externalbrand-sgroup-low{border:1px solid var(--bdsColorSurfaceExternalbrandSgroupLow)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-externalbrand-sgroup-low{border:1px solid var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-externalbrand-sgroup-low{border:1px solid var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-externalbrand-sgroup-low{border:1px solid var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-externalbrand-sgroup-low{border:1px solid var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}.bc-surface-notification{border:1px solid var(--bdsColorSurfaceNotification)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-notification{border:1px solid var(--bdsColorSurfaceNotification)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-notification{border:1px solid var(--bdsColorSurfaceNotification)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-notification{border:1px solid var(--bdsColorSurfaceNotification)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-notification{border:1px solid var(--bdsColorSurfaceNotification)!important}}.bc-surface-notification-reversed{border:1px solid var(--bdsColorSurfaceNotificationReversed)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-notification-reversed{border:1px solid var(--bdsColorSurfaceNotificationReversed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-notification-reversed{border:1px solid var(--bdsColorSurfaceNotificationReversed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-notification-reversed{border:1px solid var(--bdsColorSurfaceNotificationReversed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-notification-reversed{border:1px solid var(--bdsColorSurfaceNotificationReversed)!important}}.bc-icon-loyalty-low{border:1px solid var(--bdsColorIconLoyaltyLow)}@media(min-width:0)and (max-width:527px){.sm\:bc-icon-loyalty-low{border:1px solid var(--bdsColorIconLoyaltyLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-icon-loyalty-low{border:1px solid var(--bdsColorIconLoyaltyLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-icon-loyalty-low{border:1px solid var(--bdsColorIconLoyaltyLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-icon-loyalty-low{border:1px solid var(--bdsColorIconLoyaltyLow)!important}}.bc-icon-loyalty{border:1px solid var(--bdsColorIconLoyalty)}@media(min-width:0)and (max-width:527px){.sm\:bc-icon-loyalty{border:1px solid var(--bdsColorIconLoyalty)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-icon-loyalty{border:1px solid var(--bdsColorIconLoyalty)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-icon-loyalty{border:1px solid var(--bdsColorIconLoyalty)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-icon-loyalty{border:1px solid var(--bdsColorIconLoyalty)!important}}.bc-icon-promobanner{border:1px solid var(--bdsColorIconPromobanner)}@media(min-width:0)and (max-width:527px){.sm\:bc-icon-promobanner{border:1px solid var(--bdsColorIconPromobanner)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-icon-promobanner{border:1px solid var(--bdsColorIconPromobanner)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-icon-promobanner{border:1px solid var(--bdsColorIconPromobanner)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-icon-promobanner{border:1px solid var(--bdsColorIconPromobanner)!important}}.bc-icon-promobanner-on-low{border:1px solid var(--bdsColorIconPromobannerOnLow)}@media(min-width:0)and (max-width:527px){.sm\:bc-icon-promobanner-on-low{border:1px solid var(--bdsColorIconPromobannerOnLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-icon-promobanner-on-low{border:1px solid var(--bdsColorIconPromobannerOnLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-icon-promobanner-on-low{border:1px solid var(--bdsColorIconPromobannerOnLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-icon-promobanner-on-low{border:1px solid var(--bdsColorIconPromobannerOnLow)!important}}.bc-icon-promobanner-on-pro{border:1px solid var(--bdsColorIconPromobannerOnPro)}@media(min-width:0)and (max-width:527px){.sm\:bc-icon-promobanner-on-pro{border:1px solid var(--bdsColorIconPromobannerOnPro)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-icon-promobanner-on-pro{border:1px solid var(--bdsColorIconPromobannerOnPro)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-icon-promobanner-on-pro{border:1px solid var(--bdsColorIconPromobannerOnPro)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-icon-promobanner-on-pro{border:1px solid var(--bdsColorIconPromobannerOnPro)!important}}.bc-icon-externalbrand-sgroup-low{border:1px solid var(--bdsColorIconExternalbrandSgroupLow)}@media(min-width:0)and (max-width:527px){.sm\:bc-icon-externalbrand-sgroup-low{border:1px solid var(--bdsColorIconExternalbrandSgroupLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-icon-externalbrand-sgroup-low{border:1px solid var(--bdsColorIconExternalbrandSgroupLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-icon-externalbrand-sgroup-low{border:1px solid var(--bdsColorIconExternalbrandSgroupLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-icon-externalbrand-sgroup-low{border:1px solid var(--bdsColorIconExternalbrandSgroupLow)!important}}.bc-border-loyalty-low{border:1px solid var(--bdsColorBorderLoyaltyLow)}@media(min-width:0)and (max-width:527px){.sm\:bc-border-loyalty-low{border:1px solid var(--bdsColorBorderLoyaltyLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-border-loyalty-low{border:1px solid var(--bdsColorBorderLoyaltyLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-border-loyalty-low{border:1px solid var(--bdsColorBorderLoyaltyLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-border-loyalty-low{border:1px solid var(--bdsColorBorderLoyaltyLow)!important}}.bc-border-loyalty{border:1px solid var(--bdsColorBorderLoyalty)}@media(min-width:0)and (max-width:527px){.sm\:bc-border-loyalty{border:1px solid var(--bdsColorBorderLoyalty)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-border-loyalty{border:1px solid var(--bdsColorBorderLoyalty)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-border-loyalty{border:1px solid var(--bdsColorBorderLoyalty)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-border-loyalty{border:1px solid var(--bdsColorBorderLoyalty)!important}}.bc-border-externalbrand-sgroup-low{border:1px solid var(--bdsColorBorderExternalbrandSgroupLow)}@media(min-width:0)and (max-width:527px){.sm\:bc-border-externalbrand-sgroup-low{border:1px solid var(--bdsColorBorderExternalbrandSgroupLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-border-externalbrand-sgroup-low{border:1px solid var(--bdsColorBorderExternalbrandSgroupLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-border-externalbrand-sgroup-low{border:1px solid var(--bdsColorBorderExternalbrandSgroupLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-border-externalbrand-sgroup-low{border:1px solid var(--bdsColorBorderExternalbrandSgroupLow)!important}}.bc-text-loyalty{border:1px solid var(--bdsColorTextLoyalty)}@media(min-width:0)and (max-width:527px){.sm\:bc-text-loyalty{border:1px solid var(--bdsColorTextLoyalty)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-text-loyalty{border:1px solid var(--bdsColorTextLoyalty)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-text-loyalty{border:1px solid var(--bdsColorTextLoyalty)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-text-loyalty{border:1px solid var(--bdsColorTextLoyalty)!important}}.bc-text-promobanner{border:1px solid var(--bdsColorTextPromobanner)}@media(min-width:0)and (max-width:527px){.sm\:bc-text-promobanner{border:1px solid var(--bdsColorTextPromobanner)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-text-promobanner{border:1px solid var(--bdsColorTextPromobanner)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-text-promobanner{border:1px solid var(--bdsColorTextPromobanner)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-text-promobanner{border:1px solid var(--bdsColorTextPromobanner)!important}}.bc-text-promobanner-on-low{border:1px solid var(--bdsColorTextPromobannerOnLow)}@media(min-width:0)and (max-width:527px){.sm\:bc-text-promobanner-on-low{border:1px solid var(--bdsColorTextPromobannerOnLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-text-promobanner-on-low{border:1px solid var(--bdsColorTextPromobannerOnLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-text-promobanner-on-low{border:1px solid var(--bdsColorTextPromobannerOnLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-text-promobanner-on-low{border:1px solid var(--bdsColorTextPromobannerOnLow)!important}}.bc-text-promobanner-on-pro{border:1px solid var(--bdsColorTextPromobannerOnPro)}@media(min-width:0)and (max-width:527px){.sm\:bc-text-promobanner-on-pro{border:1px solid var(--bdsColorTextPromobannerOnPro)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-text-promobanner-on-pro{border:1px solid var(--bdsColorTextPromobannerOnPro)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-text-promobanner-on-pro{border:1px solid var(--bdsColorTextPromobannerOnPro)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-text-promobanner-on-pro{border:1px solid var(--bdsColorTextPromobannerOnPro)!important}}.bc-text-notification{border:1px solid var(--bdsColorTextNotification)}@media(min-width:0)and (max-width:527px){.sm\:bc-text-notification{border:1px solid var(--bdsColorTextNotification)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-text-notification{border:1px solid var(--bdsColorTextNotification)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-text-notification{border:1px solid var(--bdsColorTextNotification)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-text-notification{border:1px solid var(--bdsColorTextNotification)!important}}.bc-text-notification-reversed{border:1px solid var(--bdsColorTextNotificationReversed)}@media(min-width:0)and (max-width:527px){.sm\:bc-text-notification-reversed{border:1px solid var(--bdsColorTextNotificationReversed)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-text-notification-reversed{border:1px solid var(--bdsColorTextNotificationReversed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-text-notification-reversed{border:1px solid var(--bdsColorTextNotificationReversed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-text-notification-reversed{border:1px solid var(--bdsColorTextNotificationReversed)!important}}.bc-pro-primary{border:1px solid var(--colorProPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bc-pro-primary{border:1px solid var(--colorProPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-pro-primary{border:1px solid var(--colorProPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-pro-primary{border:1px solid var(--colorProPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-pro-primary{border:1px solid var(--colorProPrimary)!important}}.bc-pro-gradient-start{border:1px solid var(--colorProGradientStart)}@media(min-width:0)and (max-width:527px){.sm\:bc-pro-gradient-start{border:1px solid var(--colorProGradientStart)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-pro-gradient-start{border:1px solid var(--colorProGradientStart)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-pro-gradient-start{border:1px solid var(--colorProGradientStart)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-pro-gradient-start{border:1px solid var(--colorProGradientStart)!important}}.bc-pro-gradient-end{border:1px solid var(--colorProGradientEnd)}@media(min-width:0)and (max-width:527px){.sm\:bc-pro-gradient-end{border:1px solid var(--colorProGradientEnd)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-pro-gradient-end{border:1px solid var(--colorProGradientEnd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-pro-gradient-end{border:1px solid var(--colorProGradientEnd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-pro-gradient-end{border:1px solid var(--colorProGradientEnd)!important}}.bc-pro-gradient{border:1px solid var(--colorProGradient)}@media(min-width:0)and (max-width:527px){.sm\:bc-pro-gradient{border:1px solid var(--colorProGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-pro-gradient{border:1px solid var(--colorProGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-pro-gradient{border:1px solid var(--colorProGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-pro-gradient{border:1px solid var(--colorProGradient)!important}}.bc-pro-deal-highlight-1{border:1px solid var(--colorProDealHighlight1)}@media(min-width:0)and (max-width:527px){.sm\:bc-pro-deal-highlight-1{border:1px solid var(--colorProDealHighlight1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-pro-deal-highlight-1{border:1px solid var(--colorProDealHighlight1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-pro-deal-highlight-1{border:1px solid var(--colorProDealHighlight1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-pro-deal-highlight-1{border:1px solid var(--colorProDealHighlight1)!important}}.bc-pro-deal-highlight-2{border:1px solid var(--colorProDealHighlight2)}@media(min-width:0)and (max-width:527px){.sm\:bc-pro-deal-highlight-2{border:1px solid var(--colorProDealHighlight2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-pro-deal-highlight-2{border:1px solid var(--colorProDealHighlight2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-pro-deal-highlight-2{border:1px solid var(--colorProDealHighlight2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-pro-deal-highlight-2{border:1px solid var(--colorProDealHighlight2)!important}}.bc-pro-deal-highlight-3{border:1px solid var(--colorProDealHighlight3)}@media(min-width:0)and (max-width:527px){.sm\:bc-pro-deal-highlight-3{border:1px solid var(--colorProDealHighlight3)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-pro-deal-highlight-3{border:1px solid var(--colorProDealHighlight3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-pro-deal-highlight-3{border:1px solid var(--colorProDealHighlight3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-pro-deal-highlight-3{border:1px solid var(--colorProDealHighlight3)!important}}.bc-pro-deal-highlight-4{border:1px solid var(--colorProDealHighlight4)}@media(min-width:0)and (max-width:527px){.sm\:bc-pro-deal-highlight-4{border:1px solid var(--colorProDealHighlight4)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-pro-deal-highlight-4{border:1px solid var(--colorProDealHighlight4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-pro-deal-highlight-4{border:1px solid var(--colorProDealHighlight4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-pro-deal-highlight-4{border:1px solid var(--colorProDealHighlight4)!important}}.bc-on-pro-highlight{border:1px solid var(--colorOnProHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bc-on-pro-highlight{border:1px solid var(--colorOnProHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-on-pro-highlight{border:1px solid var(--colorOnProHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-on-pro-highlight{border:1px solid var(--colorOnProHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-on-pro-highlight{border:1px solid var(--colorOnProHighlight)!important}}.bc-tag-deal-background{border:1px solid var(--colorTagDealBackground)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-deal-background{border:1px solid var(--colorTagDealBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-deal-background{border:1px solid var(--colorTagDealBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-deal-background{border:1px solid var(--colorTagDealBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-deal-background{border:1px solid var(--colorTagDealBackground)!important}}.bc-tag-deal-text{border:1px solid var(--colorTagDealText)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-deal-text{border:1px solid var(--colorTagDealText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-deal-text{border:1px solid var(--colorTagDealText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-deal-text{border:1px solid var(--colorTagDealText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-deal-text{border:1px solid var(--colorTagDealText)!important}}.bc-tag-best-city-background{border:1px solid var(--colorTagBestCityBackground)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-best-city-background{border:1px solid var(--colorTagBestCityBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-best-city-background{border:1px solid var(--colorTagBestCityBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-best-city-background{border:1px solid var(--colorTagBestCityBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-best-city-background{border:1px solid var(--colorTagBestCityBackground)!important}}.bc-tag-best-city-text{border:1px solid var(--colorTagBestCityText)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-best-city-text{border:1px solid var(--colorTagBestCityText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-best-city-text{border:1px solid var(--colorTagBestCityText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-best-city-text{border:1px solid var(--colorTagBestCityText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-best-city-text{border:1px solid var(--colorTagBestCityText)!important}}.bc-rating-light-tag-icon{border:1px solid var(--colorRatingLightTagIcon)}@media(min-width:0)and (max-width:527px){.sm\:bc-rating-light-tag-icon{border:1px solid var(--colorRatingLightTagIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rating-light-tag-icon{border:1px solid var(--colorRatingLightTagIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rating-light-tag-icon{border:1px solid var(--colorRatingLightTagIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rating-light-tag-icon{border:1px solid var(--colorRatingLightTagIcon)!important}}.bc-rating-light-tag-text{border:1px solid var(--colorRatingLightTagText)}@media(min-width:0)and (max-width:527px){.sm\:bc-rating-light-tag-text{border:1px solid var(--colorRatingLightTagText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rating-light-tag-text{border:1px solid var(--colorRatingLightTagText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rating-light-tag-text{border:1px solid var(--colorRatingLightTagText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rating-light-tag-text{border:1px solid var(--colorRatingLightTagText)!important}}.bc-tag-primary-text{border:1px solid var(--colorTagPrimaryText)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-primary-text{border:1px solid var(--colorTagPrimaryText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-primary-text{border:1px solid var(--colorTagPrimaryText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-primary-text{border:1px solid var(--colorTagPrimaryText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-primary-text{border:1px solid var(--colorTagPrimaryText)!important}}.bc-tag-primary-background{border:1px solid var(--colorTagPrimaryBackground)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-primary-background{border:1px solid var(--colorTagPrimaryBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-primary-background{border:1px solid var(--colorTagPrimaryBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-primary-background{border:1px solid var(--colorTagPrimaryBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-primary-background{border:1px solid var(--colorTagPrimaryBackground)!important}}.bc-popular-highlight{border:1px solid var(--colorPopularHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bc-popular-highlight{border:1px solid var(--colorPopularHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-popular-highlight{border:1px solid var(--colorPopularHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-popular-highlight{border:1px solid var(--colorPopularHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-popular-highlight{border:1px solid var(--colorPopularHighlight)!important}}.bc-popular-tag-text{border:1px solid var(--colorPopularTagText)}@media(min-width:0)and (max-width:527px){.sm\:bc-popular-tag-text{border:1px solid var(--colorPopularTagText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-popular-tag-text{border:1px solid var(--colorPopularTagText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-popular-tag-text{border:1px solid var(--colorPopularTagText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-popular-tag-text{border:1px solid var(--colorPopularTagText)!important}}.bc-popular-tag-icon{border:1px solid var(--colorPopularTagIcon)}@media(min-width:0)and (max-width:527px){.sm\:bc-popular-tag-icon{border:1px solid var(--colorPopularTagIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-popular-tag-icon{border:1px solid var(--colorPopularTagIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-popular-tag-icon{border:1px solid var(--colorPopularTagIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-popular-tag-icon{border:1px solid var(--colorPopularTagIcon)!important}}.bc-tag-sponsored-background{border:1px solid var(--colorTagSponsoredBackground)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-sponsored-background{border:1px solid var(--colorTagSponsoredBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-sponsored-background{border:1px solid var(--colorTagSponsoredBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-sponsored-background{border:1px solid var(--colorTagSponsoredBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-sponsored-background{border:1px solid var(--colorTagSponsoredBackground)!important}}.bc-tag-success-text{border:1px solid var(--colorTagSuccessText)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-success-text{border:1px solid var(--colorTagSuccessText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-success-text{border:1px solid var(--colorTagSuccessText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-success-text{border:1px solid var(--colorTagSuccessText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-success-text{border:1px solid var(--colorTagSuccessText)!important}}.bc-tag-secondary-text{border:1px solid var(--colorTagSecondaryText)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-secondary-text{border:1px solid var(--colorTagSecondaryText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-secondary-text{border:1px solid var(--colorTagSecondaryText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-secondary-text{border:1px solid var(--colorTagSecondaryText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-secondary-text{border:1px solid var(--colorTagSecondaryText)!important}}.bc-tag-secondary-background{border:1px solid var(--colorTagSecondaryBackground)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-secondary-background{border:1px solid var(--colorTagSecondaryBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-secondary-background{border:1px solid var(--colorTagSecondaryBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-secondary-background{border:1px solid var(--colorTagSecondaryBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-secondary-background{border:1px solid var(--colorTagSecondaryBackground)!important}}.bc-tag-dietary-vegan{border:1px solid var(--colorTagDietaryVegan)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-dietary-vegan{border:1px solid var(--colorTagDietaryVegan)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-dietary-vegan{border:1px solid var(--colorTagDietaryVegan)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-dietary-vegan{border:1px solid var(--colorTagDietaryVegan)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-dietary-vegan{border:1px solid var(--colorTagDietaryVegan)!important}}.bc-tag-dietary-vegan-background{border:1px solid var(--colorTagDietaryVeganBackground)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-dietary-vegan-background{border:1px solid var(--colorTagDietaryVeganBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-dietary-vegan-background{border:1px solid var(--colorTagDietaryVeganBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-dietary-vegan-background{border:1px solid var(--colorTagDietaryVeganBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-dietary-vegan-background{border:1px solid var(--colorTagDietaryVeganBackground)!important}}.bc-tag-dietary-vegetarian{border:1px solid var(--colorTagDietaryVegetarian)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-dietary-vegetarian{border:1px solid var(--colorTagDietaryVegetarian)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-dietary-vegetarian{border:1px solid var(--colorTagDietaryVegetarian)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-dietary-vegetarian{border:1px solid var(--colorTagDietaryVegetarian)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-dietary-vegetarian{border:1px solid var(--colorTagDietaryVegetarian)!important}}.bc-tag-dietary-vegetarian-background{border:1px solid var(--colorTagDietaryVegetarianBackground)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-dietary-vegetarian-background{border:1px solid var(--colorTagDietaryVegetarianBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-dietary-vegetarian-background{border:1px solid var(--colorTagDietaryVegetarianBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-dietary-vegetarian-background{border:1px solid var(--colorTagDietaryVegetarianBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-dietary-vegetarian-background{border:1px solid var(--colorTagDietaryVegetarianBackground)!important}}.bc-tag-dietary-spicy{border:1px solid var(--colorTagDietarySpicy)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-dietary-spicy{border:1px solid var(--colorTagDietarySpicy)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-dietary-spicy{border:1px solid var(--colorTagDietarySpicy)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-dietary-spicy{border:1px solid var(--colorTagDietarySpicy)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-dietary-spicy{border:1px solid var(--colorTagDietarySpicy)!important}}.bc-tag-dietary-spicy-background{border:1px solid var(--colorTagDietarySpicyBackground)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-dietary-spicy-background{border:1px solid var(--colorTagDietarySpicyBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-dietary-spicy-background{border:1px solid var(--colorTagDietarySpicyBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-dietary-spicy-background{border:1px solid var(--colorTagDietarySpicyBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-dietary-spicy-background{border:1px solid var(--colorTagDietarySpicyBackground)!important}}.bc-tag-dietary-kids{border:1px solid var(--colorTagDietaryKids)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-dietary-kids{border:1px solid var(--colorTagDietaryKids)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-dietary-kids{border:1px solid var(--colorTagDietaryKids)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-dietary-kids{border:1px solid var(--colorTagDietaryKids)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-dietary-kids{border:1px solid var(--colorTagDietaryKids)!important}}.bc-tag-dietary-kids-background{border:1px solid var(--colorTagDietaryKidsBackground)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-dietary-kids-background{border:1px solid var(--colorTagDietaryKidsBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-dietary-kids-background{border:1px solid var(--colorTagDietaryKidsBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-dietary-kids-background{border:1px solid var(--colorTagDietaryKidsBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-dietary-kids-background{border:1px solid var(--colorTagDietaryKidsBackground)!important}}.bc-information{border:1px solid var(--colorInformation)}@media(min-width:0)and (max-width:527px){.sm\:bc-information{border:1px solid var(--colorInformation)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-information{border:1px solid var(--colorInformation)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-information{border:1px solid var(--colorInformation)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-information{border:1px solid var(--colorInformation)!important}}.bc-error{border:1px solid var(--colorError)}@media(min-width:0)and (max-width:527px){.sm\:bc-error{border:1px solid var(--colorError)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-error{border:1px solid var(--colorError)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-error{border:1px solid var(--colorError)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-error{border:1px solid var(--colorError)!important}}.bc-success{border:1px solid var(--colorSuccess)}@media(min-width:0)and (max-width:527px){.sm\:bc-success{border:1px solid var(--colorSuccess)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-success{border:1px solid var(--colorSuccess)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-success{border:1px solid var(--colorSuccess)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-success{border:1px solid var(--colorSuccess)!important}}.bc-warning{border:1px solid var(--colorWarning)}@media(min-width:0)and (max-width:527px){.sm\:bc-warning{border:1px solid var(--colorWarning)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-warning{border:1px solid var(--colorWarning)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-warning{border:1px solid var(--colorWarning)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-warning{border:1px solid var(--colorWarning)!important}}.bc-information-highlight{border:1px solid var(--colorInformationHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bc-information-highlight{border:1px solid var(--colorInformationHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-information-highlight{border:1px solid var(--colorInformationHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-information-highlight{border:1px solid var(--colorInformationHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-information-highlight{border:1px solid var(--colorInformationHighlight)!important}}.bc-error-highlight{border:1px solid var(--colorErrorHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bc-error-highlight{border:1px solid var(--colorErrorHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-error-highlight{border:1px solid var(--colorErrorHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-error-highlight{border:1px solid var(--colorErrorHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-error-highlight{border:1px solid var(--colorErrorHighlight)!important}}.bc-success-highlight{border:1px solid var(--colorSuccessHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bc-success-highlight{border:1px solid var(--colorSuccessHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-success-highlight{border:1px solid var(--colorSuccessHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-success-highlight{border:1px solid var(--colorSuccessHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-success-highlight{border:1px solid var(--colorSuccessHighlight)!important}}.bc-warning-highlight{border:1px solid var(--colorWarningHighlight)}@media(min-width:0)and (max-width:527px){.sm\:bc-warning-highlight{border:1px solid var(--colorWarningHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-warning-highlight{border:1px solid var(--colorWarningHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-warning-highlight{border:1px solid var(--colorWarningHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-warning-highlight{border:1px solid var(--colorWarningHighlight)!important}}.bc-success-gradient-top{border:1px solid var(--colorSuccessGradientTop)}@media(min-width:0)and (max-width:527px){.sm\:bc-success-gradient-top{border:1px solid var(--colorSuccessGradientTop)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-success-gradient-top{border:1px solid var(--colorSuccessGradientTop)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-success-gradient-top{border:1px solid var(--colorSuccessGradientTop)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-success-gradient-top{border:1px solid var(--colorSuccessGradientTop)!important}}.bc-success-gradient-bottom{border:1px solid var(--colorSuccessGradientBottom)}@media(min-width:0)and (max-width:527px){.sm\:bc-success-gradient-bottom{border:1px solid var(--colorSuccessGradientBottom)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-success-gradient-bottom{border:1px solid var(--colorSuccessGradientBottom)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-success-gradient-bottom{border:1px solid var(--colorSuccessGradientBottom)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-success-gradient-bottom{border:1px solid var(--colorSuccessGradientBottom)!important}}.bc-success-gradient{border:1px solid var(--colorSuccessGradient)}@media(min-width:0)and (max-width:527px){.sm\:bc-success-gradient{border:1px solid var(--colorSuccessGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-success-gradient{border:1px solid var(--colorSuccessGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-success-gradient{border:1px solid var(--colorSuccessGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-success-gradient{border:1px solid var(--colorSuccessGradient)!important}}.bc-special-1{border:1px solid var(--colorSpecial1)}@media(min-width:0)and (max-width:527px){.sm\:bc-special-1{border:1px solid var(--colorSpecial1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-special-1{border:1px solid var(--colorSpecial1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-special-1{border:1px solid var(--colorSpecial1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-special-1{border:1px solid var(--colorSpecial1)!important}}.bc-special-2{border:1px solid var(--colorSpecial2)}@media(min-width:0)and (max-width:527px){.sm\:bc-special-2{border:1px solid var(--colorSpecial2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-special-2{border:1px solid var(--colorSpecial2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-special-2{border:1px solid var(--colorSpecial2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-special-2{border:1px solid var(--colorSpecial2)!important}}.bc-special-3{border:1px solid var(--colorSpecial3)}@media(min-width:0)and (max-width:527px){.sm\:bc-special-3{border:1px solid var(--colorSpecial3)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-special-3{border:1px solid var(--colorSpecial3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-special-3{border:1px solid var(--colorSpecial3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-special-3{border:1px solid var(--colorSpecial3)!important}}.bc-special-4{border:1px solid var(--colorSpecial4)}@media(min-width:0)and (max-width:527px){.sm\:bc-special-4{border:1px solid var(--colorSpecial4)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-special-4{border:1px solid var(--colorSpecial4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-special-4{border:1px solid var(--colorSpecial4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-special-4{border:1px solid var(--colorSpecial4)!important}}.bc-special-5{border:1px solid var(--colorSpecial5)}@media(min-width:0)and (max-width:527px){.sm\:bc-special-5{border:1px solid var(--colorSpecial5)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-special-5{border:1px solid var(--colorSpecial5)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-special-5{border:1px solid var(--colorSpecial5)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-special-5{border:1px solid var(--colorSpecial5)!important}}.bc-special-6{border:1px solid var(--colorSpecial6)}@media(min-width:0)and (max-width:527px){.sm\:bc-special-6{border:1px solid var(--colorSpecial6)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-special-6{border:1px solid var(--colorSpecial6)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-special-6{border:1px solid var(--colorSpecial6)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-special-6{border:1px solid var(--colorSpecial6)!important}}.bc-special-7{border:1px solid var(--colorSpecial7)}@media(min-width:0)and (max-width:527px){.sm\:bc-special-7{border:1px solid var(--colorSpecial7)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-special-7{border:1px solid var(--colorSpecial7)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-special-7{border:1px solid var(--colorSpecial7)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-special-7{border:1px solid var(--colorSpecial7)!important}}.bc-neutral-primary{border:1px solid var(--colorNeutralPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bc-neutral-primary{border:1px solid var(--colorNeutralPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-neutral-primary{border:1px solid var(--colorNeutralPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-neutral-primary{border:1px solid var(--colorNeutralPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-neutral-primary{border:1px solid var(--colorNeutralPrimary)!important}}.bc-neutral-secondary{border:1px solid var(--colorNeutralSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bc-neutral-secondary{border:1px solid var(--colorNeutralSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-neutral-secondary{border:1px solid var(--colorNeutralSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-neutral-secondary{border:1px solid var(--colorNeutralSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-neutral-secondary{border:1px solid var(--colorNeutralSecondary)!important}}.bc-neutral-inactive{border:1px solid var(--colorNeutralInactive)}@media(min-width:0)and (max-width:527px){.sm\:bc-neutral-inactive{border:1px solid var(--colorNeutralInactive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-neutral-inactive{border:1px solid var(--colorNeutralInactive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-neutral-inactive{border:1px solid var(--colorNeutralInactive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-neutral-inactive{border:1px solid var(--colorNeutralInactive)!important}}.bc-neutral-border{border:1px solid var(--colorNeutralBorder)}@media(min-width:0)and (max-width:527px){.sm\:bc-neutral-border{border:1px solid var(--colorNeutralBorder)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-neutral-border{border:1px solid var(--colorNeutralBorder)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-neutral-border{border:1px solid var(--colorNeutralBorder)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-neutral-border{border:1px solid var(--colorNeutralBorder)!important}}.bc-neutral-divider{border:1px solid var(--colorNeutralDivider)}@media(min-width:0)and (max-width:527px){.sm\:bc-neutral-divider{border:1px solid var(--colorNeutralDivider)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-neutral-divider{border:1px solid var(--colorNeutralDivider)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-neutral-divider{border:1px solid var(--colorNeutralDivider)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-neutral-divider{border:1px solid var(--colorNeutralDivider)!important}}.bc-neutral-surface{border:1px solid var(--colorNeutralSurface)}@media(min-width:0)and (max-width:527px){.sm\:bc-neutral-surface{border:1px solid var(--colorNeutralSurface)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-neutral-surface{border:1px solid var(--colorNeutralSurface)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-neutral-surface{border:1px solid var(--colorNeutralSurface)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-neutral-surface{border:1px solid var(--colorNeutralSurface)!important}}.bc-white{border:1px solid var(--colorWhite)}@media(min-width:0)and (max-width:527px){.sm\:bc-white{border:1px solid var(--colorWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-white{border:1px solid var(--colorWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-white{border:1px solid var(--colorWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-white{border:1px solid var(--colorWhite)!important}}.bc-transparent{border:1px solid var(--colorTransparent)}@media(min-width:0)and (max-width:527px){.sm\:bc-transparent{border:1px solid var(--colorTransparent)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-transparent{border:1px solid var(--colorTransparent)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-transparent{border:1px solid var(--colorTransparent)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-transparent{border:1px solid var(--colorTransparent)!important}}.bc-dark-4{border:1px solid var(--colorDark4)}@media(min-width:0)and (max-width:527px){.sm\:bc-dark-4{border:1px solid var(--colorDark4)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-dark-4{border:1px solid var(--colorDark4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-dark-4{border:1px solid var(--colorDark4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-dark-4{border:1px solid var(--colorDark4)!important}}.bc-dark-64{border:1px solid var(--colorDark64)}@media(min-width:0)and (max-width:527px){.sm\:bc-dark-64{border:1px solid var(--colorDark64)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-dark-64{border:1px solid var(--colorDark64)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-dark-64{border:1px solid var(--colorDark64)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-dark-64{border:1px solid var(--colorDark64)!important}}.bc-dark-80{border:1px solid var(--colorDark80)}@media(min-width:0)and (max-width:527px){.sm\:bc-dark-80{border:1px solid var(--colorDark80)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-dark-80{border:1px solid var(--colorDark80)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-dark-80{border:1px solid var(--colorDark80)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-dark-80{border:1px solid var(--colorDark80)!important}}.bc-light-80{border:1px solid var(--colorLight80)}@media(min-width:0)and (max-width:527px){.sm\:bc-light-80{border:1px solid var(--colorLight80)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-light-80{border:1px solid var(--colorLight80)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-light-80{border:1px solid var(--colorLight80)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-light-80{border:1px solid var(--colorLight80)!important}}.bc-light-56{border:1px solid var(--colorLight56)}@media(min-width:0)and (max-width:527px){.sm\:bc-light-56{border:1px solid var(--colorLight56)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-light-56{border:1px solid var(--colorLight56)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-light-56{border:1px solid var(--colorLight56)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-light-56{border:1px solid var(--colorLight56)!important}}.bc-alt-screen-surface{border:1px solid var(--colorAltScreenSurface)}@media(min-width:0)and (max-width:527px){.sm\:bc-alt-screen-surface{border:1px solid var(--colorAltScreenSurface)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-alt-screen-surface{border:1px solid var(--colorAltScreenSurface)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-alt-screen-surface{border:1px solid var(--colorAltScreenSurface)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-alt-screen-surface{border:1px solid var(--colorAltScreenSurface)!important}}.bc-surface-gradient-top{border:1px solid var(--colorSurfaceGradientTop)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-gradient-top{border:1px solid var(--colorSurfaceGradientTop)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-gradient-top{border:1px solid var(--colorSurfaceGradientTop)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-gradient-top{border:1px solid var(--colorSurfaceGradientTop)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-gradient-top{border:1px solid var(--colorSurfaceGradientTop)!important}}.bc-surface-gradient-bottom{border:1px solid var(--colorSurfaceGradientBottom)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-gradient-bottom{border:1px solid var(--colorSurfaceGradientBottom)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-gradient-bottom{border:1px solid var(--colorSurfaceGradientBottom)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-gradient-bottom{border:1px solid var(--colorSurfaceGradientBottom)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-gradient-bottom{border:1px solid var(--colorSurfaceGradientBottom)!important}}.bc-surface-gradient{border:1px solid var(--colorSurfaceGradient)}@media(min-width:0)and (max-width:527px){.sm\:bc-surface-gradient{border:1px solid var(--colorSurfaceGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-surface-gradient{border:1px solid var(--colorSurfaceGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-surface-gradient{border:1px solid var(--colorSurfaceGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-surface-gradient{border:1px solid var(--colorSurfaceGradient)!important}}.bc-item-modifier-required-background{border:1px solid var(--colorItemModifierRequiredBackground)}@media(min-width:0)and (max-width:527px){.sm\:bc-item-modifier-required-background{border:1px solid var(--colorItemModifierRequiredBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-item-modifier-required-background{border:1px solid var(--colorItemModifierRequiredBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-item-modifier-required-background{border:1px solid var(--colorItemModifierRequiredBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-item-modifier-required-background{border:1px solid var(--colorItemModifierRequiredBackground)!important}}.bc-item-modifier-required-hover{border:1px solid var(--colorItemModifierRequiredHover)}@media(min-width:0)and (max-width:527px){.sm\:bc-item-modifier-required-hover{border:1px solid var(--colorItemModifierRequiredHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-item-modifier-required-hover{border:1px solid var(--colorItemModifierRequiredHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-item-modifier-required-hover{border:1px solid var(--colorItemModifierRequiredHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-item-modifier-required-hover{border:1px solid var(--colorItemModifierRequiredHover)!important}}.bc-item-modifier-required-popular{border:1px solid var(--colorItemModifierRequiredPopular)}@media(min-width:0)and (max-width:527px){.sm\:bc-item-modifier-required-popular{border:1px solid var(--colorItemModifierRequiredPopular)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-item-modifier-required-popular{border:1px solid var(--colorItemModifierRequiredPopular)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-item-modifier-required-popular{border:1px solid var(--colorItemModifierRequiredPopular)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-item-modifier-required-popular{border:1px solid var(--colorItemModifierRequiredPopular)!important}}.bc-pro-member-hover-background{border:1px solid var(--colorProMemberHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:bc-pro-member-hover-background{border:1px solid var(--colorProMemberHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-pro-member-hover-background{border:1px solid var(--colorProMemberHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-pro-member-hover-background{border:1px solid var(--colorProMemberHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-pro-member-hover-background{border:1px solid var(--colorProMemberHoverBackground)!important}}.bc-pro-member-text-active{border:1px solid var(--colorProMemberTextActive)}@media(min-width:0)and (max-width:527px){.sm\:bc-pro-member-text-active{border:1px solid var(--colorProMemberTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-pro-member-text-active{border:1px solid var(--colorProMemberTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-pro-member-text-active{border:1px solid var(--colorProMemberTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-pro-member-text-active{border:1px solid var(--colorProMemberTextActive)!important}}.bc-discount-hover-background{border:1px solid var(--colorDiscountHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:bc-discount-hover-background{border:1px solid var(--colorDiscountHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-discount-hover-background{border:1px solid var(--colorDiscountHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-discount-hover-background{border:1px solid var(--colorDiscountHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-discount-hover-background{border:1px solid var(--colorDiscountHoverBackground)!important}}.bc-discount-text-active{border:1px solid var(--colorDiscountTextActive)}@media(min-width:0)and (max-width:527px){.sm\:bc-discount-text-active{border:1px solid var(--colorDiscountTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-discount-text-active{border:1px solid var(--colorDiscountTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-discount-text-active{border:1px solid var(--colorDiscountTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-discount-text-active{border:1px solid var(--colorDiscountTextActive)!important}}.bc-loyalty-hover-background{border:1px solid var(--colorLoyaltyHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:bc-loyalty-hover-background{border:1px solid var(--colorLoyaltyHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-loyalty-hover-background{border:1px solid var(--colorLoyaltyHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-loyalty-hover-background{border:1px solid var(--colorLoyaltyHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-loyalty-hover-background{border:1px solid var(--colorLoyaltyHoverBackground)!important}}.bc-loyalty-text-idle{border:1px solid var(--colorLoyaltyTextIdle)}@media(min-width:0)and (max-width:527px){.sm\:bc-loyalty-text-idle{border:1px solid var(--colorLoyaltyTextIdle)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-loyalty-text-idle{border:1px solid var(--colorLoyaltyTextIdle)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-loyalty-text-idle{border:1px solid var(--colorLoyaltyTextIdle)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-loyalty-text-idle{border:1px solid var(--colorLoyaltyTextIdle)!important}}.bc-loyalty-text-active{border:1px solid var(--colorLoyaltyTextActive)}@media(min-width:0)and (max-width:527px){.sm\:bc-loyalty-text-active{border:1px solid var(--colorLoyaltyTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-loyalty-text-active{border:1px solid var(--colorLoyaltyTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-loyalty-text-active{border:1px solid var(--colorLoyaltyTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-loyalty-text-active{border:1px solid var(--colorLoyaltyTextActive)!important}}.bc-loyalty-icon{border:1px solid var(--colorLoyaltyIcon)}@media(min-width:0)and (max-width:527px){.sm\:bc-loyalty-icon{border:1px solid var(--colorLoyaltyIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-loyalty-icon{border:1px solid var(--colorLoyaltyIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-loyalty-icon{border:1px solid var(--colorLoyaltyIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-loyalty-icon{border:1px solid var(--colorLoyaltyIcon)!important}}.bc-pro-hover-background{border:1px solid var(--colorProHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:bc-pro-hover-background{border:1px solid var(--colorProHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-pro-hover-background{border:1px solid var(--colorProHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-pro-hover-background{border:1px solid var(--colorProHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-pro-hover-background{border:1px solid var(--colorProHoverBackground)!important}}.bc-pro-text-active{border:1px solid var(--colorProTextActive)}@media(min-width:0)and (max-width:527px){.sm\:bc-pro-text-active{border:1px solid var(--colorProTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-pro-text-active{border:1px solid var(--colorProTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-pro-text-active{border:1px solid var(--colorProTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-pro-text-active{border:1px solid var(--colorProTextActive)!important}}.bc-illu-secondary-dark{border:1px solid var(--colorIlluSecondaryDark)}@media(min-width:0)and (max-width:527px){.sm\:bc-illu-secondary-dark{border:1px solid var(--colorIlluSecondaryDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-illu-secondary-dark{border:1px solid var(--colorIlluSecondaryDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-illu-secondary-dark{border:1px solid var(--colorIlluSecondaryDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-illu-secondary-dark{border:1px solid var(--colorIlluSecondaryDark)!important}}.bc-illu-secondary-75{border:1px solid var(--colorIlluSecondary75)}@media(min-width:0)and (max-width:527px){.sm\:bc-illu-secondary-75{border:1px solid var(--colorIlluSecondary75)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-illu-secondary-75{border:1px solid var(--colorIlluSecondary75)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-illu-secondary-75{border:1px solid var(--colorIlluSecondary75)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-illu-secondary-75{border:1px solid var(--colorIlluSecondary75)!important}}.bc-illu-secondary-50{border:1px solid var(--colorIlluSecondary50)}@media(min-width:0)and (max-width:527px){.sm\:bc-illu-secondary-50{border:1px solid var(--colorIlluSecondary50)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-illu-secondary-50{border:1px solid var(--colorIlluSecondary50)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-illu-secondary-50{border:1px solid var(--colorIlluSecondary50)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-illu-secondary-50{border:1px solid var(--colorIlluSecondary50)!important}}.bc-illu-secondary-30{border:1px solid var(--colorIlluSecondary30)}@media(min-width:0)and (max-width:527px){.sm\:bc-illu-secondary-30{border:1px solid var(--colorIlluSecondary30)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-illu-secondary-30{border:1px solid var(--colorIlluSecondary30)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-illu-secondary-30{border:1px solid var(--colorIlluSecondary30)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-illu-secondary-30{border:1px solid var(--colorIlluSecondary30)!important}}.bc-illu-secondary-20{border:1px solid var(--colorIlluSecondary20)}@media(min-width:0)and (max-width:527px){.sm\:bc-illu-secondary-20{border:1px solid var(--colorIlluSecondary20)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-illu-secondary-20{border:1px solid var(--colorIlluSecondary20)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-illu-secondary-20{border:1px solid var(--colorIlluSecondary20)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-illu-secondary-20{border:1px solid var(--colorIlluSecondary20)!important}}.bc-illu-secondary-15{border:1px solid var(--colorIlluSecondary15)}@media(min-width:0)and (max-width:527px){.sm\:bc-illu-secondary-15{border:1px solid var(--colorIlluSecondary15)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-illu-secondary-15{border:1px solid var(--colorIlluSecondary15)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-illu-secondary-15{border:1px solid var(--colorIlluSecondary15)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-illu-secondary-15{border:1px solid var(--colorIlluSecondary15)!important}}.bc-illu-secondary-10{border:1px solid var(--colorIlluSecondary10)}@media(min-width:0)and (max-width:527px){.sm\:bc-illu-secondary-10{border:1px solid var(--colorIlluSecondary10)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-illu-secondary-10{border:1px solid var(--colorIlluSecondary10)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-illu-secondary-10{border:1px solid var(--colorIlluSecondary10)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-illu-secondary-10{border:1px solid var(--colorIlluSecondary10)!important}}.bc-tile-navigation-primary-800{border:1px solid var(--colorTileNavigationPrimary800)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-navigation-primary-800{border:1px solid var(--colorTileNavigationPrimary800)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-navigation-primary-800{border:1px solid var(--colorTileNavigationPrimary800)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-navigation-primary-800{border:1px solid var(--colorTileNavigationPrimary800)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-navigation-primary-800{border:1px solid var(--colorTileNavigationPrimary800)!important}}.bc-tile-navigation-primary-700{border:1px solid var(--colorTileNavigationPrimary700)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-navigation-primary-700{border:1px solid var(--colorTileNavigationPrimary700)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-navigation-primary-700{border:1px solid var(--colorTileNavigationPrimary700)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-navigation-primary-700{border:1px solid var(--colorTileNavigationPrimary700)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-navigation-primary-700{border:1px solid var(--colorTileNavigationPrimary700)!important}}.bc-tile-navigation-primary-600{border:1px solid var(--colorTileNavigationPrimary600)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-navigation-primary-600{border:1px solid var(--colorTileNavigationPrimary600)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-navigation-primary-600{border:1px solid var(--colorTileNavigationPrimary600)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-navigation-primary-600{border:1px solid var(--colorTileNavigationPrimary600)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-navigation-primary-600{border:1px solid var(--colorTileNavigationPrimary600)!important}}.bc-tile-navigation-primary-500{border:1px solid var(--colorTileNavigationPrimary500)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-navigation-primary-500{border:1px solid var(--colorTileNavigationPrimary500)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-navigation-primary-500{border:1px solid var(--colorTileNavigationPrimary500)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-navigation-primary-500{border:1px solid var(--colorTileNavigationPrimary500)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-navigation-primary-500{border:1px solid var(--colorTileNavigationPrimary500)!important}}.bc-tile-list-primary-400{border:1px solid var(--colorTileListPrimary400)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-list-primary-400{border:1px solid var(--colorTileListPrimary400)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-list-primary-400{border:1px solid var(--colorTileListPrimary400)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-list-primary-400{border:1px solid var(--colorTileListPrimary400)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-list-primary-400{border:1px solid var(--colorTileListPrimary400)!important}}.bc-tile-list-primary-300{border:1px solid var(--colorTileListPrimary300)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-list-primary-300{border:1px solid var(--colorTileListPrimary300)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-list-primary-300{border:1px solid var(--colorTileListPrimary300)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-list-primary-300{border:1px solid var(--colorTileListPrimary300)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-list-primary-300{border:1px solid var(--colorTileListPrimary300)!important}}.bc-tile-list-primary-200{border:1px solid var(--colorTileListPrimary200)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-list-primary-200{border:1px solid var(--colorTileListPrimary200)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-list-primary-200{border:1px solid var(--colorTileListPrimary200)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-list-primary-200{border:1px solid var(--colorTileListPrimary200)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-list-primary-200{border:1px solid var(--colorTileListPrimary200)!important}}.bc-tile-list-primary-100{border:1px solid var(--colorTileListPrimary100)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-list-primary-100{border:1px solid var(--colorTileListPrimary100)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-list-primary-100{border:1px solid var(--colorTileListPrimary100)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-list-primary-100{border:1px solid var(--colorTileListPrimary100)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-list-primary-100{border:1px solid var(--colorTileListPrimary100)!important}}.bc-tile-navigation-secondary-800{border:1px solid var(--colorTileNavigationSecondary800)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-navigation-secondary-800{border:1px solid var(--colorTileNavigationSecondary800)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-navigation-secondary-800{border:1px solid var(--colorTileNavigationSecondary800)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-navigation-secondary-800{border:1px solid var(--colorTileNavigationSecondary800)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-navigation-secondary-800{border:1px solid var(--colorTileNavigationSecondary800)!important}}.bc-tile-navigation-secondary-700{border:1px solid var(--colorTileNavigationSecondary700)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-navigation-secondary-700{border:1px solid var(--colorTileNavigationSecondary700)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-navigation-secondary-700{border:1px solid var(--colorTileNavigationSecondary700)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-navigation-secondary-700{border:1px solid var(--colorTileNavigationSecondary700)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-navigation-secondary-700{border:1px solid var(--colorTileNavigationSecondary700)!important}}.bc-tile-navigation-secondary-600{border:1px solid var(--colorTileNavigationSecondary600)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-navigation-secondary-600{border:1px solid var(--colorTileNavigationSecondary600)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-navigation-secondary-600{border:1px solid var(--colorTileNavigationSecondary600)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-navigation-secondary-600{border:1px solid var(--colorTileNavigationSecondary600)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-navigation-secondary-600{border:1px solid var(--colorTileNavigationSecondary600)!important}}.bc-tile-navigation-secondary-500{border:1px solid var(--colorTileNavigationSecondary500)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-navigation-secondary-500{border:1px solid var(--colorTileNavigationSecondary500)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-navigation-secondary-500{border:1px solid var(--colorTileNavigationSecondary500)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-navigation-secondary-500{border:1px solid var(--colorTileNavigationSecondary500)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-navigation-secondary-500{border:1px solid var(--colorTileNavigationSecondary500)!important}}.bc-tile-list-secondary-400{border:1px solid var(--colorTileListSecondary400)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-list-secondary-400{border:1px solid var(--colorTileListSecondary400)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-list-secondary-400{border:1px solid var(--colorTileListSecondary400)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-list-secondary-400{border:1px solid var(--colorTileListSecondary400)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-list-secondary-400{border:1px solid var(--colorTileListSecondary400)!important}}.bc-tile-list-secondary-300{border:1px solid var(--colorTileListSecondary300)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-list-secondary-300{border:1px solid var(--colorTileListSecondary300)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-list-secondary-300{border:1px solid var(--colorTileListSecondary300)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-list-secondary-300{border:1px solid var(--colorTileListSecondary300)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-list-secondary-300{border:1px solid var(--colorTileListSecondary300)!important}}.bc-tile-list-secondary-200{border:1px solid var(--colorTileListSecondary200)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-list-secondary-200{border:1px solid var(--colorTileListSecondary200)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-list-secondary-200{border:1px solid var(--colorTileListSecondary200)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-list-secondary-200{border:1px solid var(--colorTileListSecondary200)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-list-secondary-200{border:1px solid var(--colorTileListSecondary200)!important}}.bc-tile-list-secondary-100{border:1px solid var(--colorTileListSecondary100)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-list-secondary-100{border:1px solid var(--colorTileListSecondary100)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-list-secondary-100{border:1px solid var(--colorTileListSecondary100)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-list-secondary-100{border:1px solid var(--colorTileListSecondary100)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-list-secondary-100{border:1px solid var(--colorTileListSecondary100)!important}}.bc-tile-navigation-tertiary-800{border:1px solid var(--colorTileNavigationTertiary800)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-navigation-tertiary-800{border:1px solid var(--colorTileNavigationTertiary800)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-navigation-tertiary-800{border:1px solid var(--colorTileNavigationTertiary800)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-navigation-tertiary-800{border:1px solid var(--colorTileNavigationTertiary800)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-navigation-tertiary-800{border:1px solid var(--colorTileNavigationTertiary800)!important}}.bc-tile-navigation-tertiary-700{border:1px solid var(--colorTileNavigationTertiary700)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-navigation-tertiary-700{border:1px solid var(--colorTileNavigationTertiary700)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-navigation-tertiary-700{border:1px solid var(--colorTileNavigationTertiary700)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-navigation-tertiary-700{border:1px solid var(--colorTileNavigationTertiary700)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-navigation-tertiary-700{border:1px solid var(--colorTileNavigationTertiary700)!important}}.bc-tile-navigation-tertiary-600{border:1px solid var(--colorTileNavigationTertiary600)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-navigation-tertiary-600{border:1px solid var(--colorTileNavigationTertiary600)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-navigation-tertiary-600{border:1px solid var(--colorTileNavigationTertiary600)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-navigation-tertiary-600{border:1px solid var(--colorTileNavigationTertiary600)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-navigation-tertiary-600{border:1px solid var(--colorTileNavigationTertiary600)!important}}.bc-tile-navigation-tertiary-500{border:1px solid var(--colorTileNavigationTertiary500)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-navigation-tertiary-500{border:1px solid var(--colorTileNavigationTertiary500)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-navigation-tertiary-500{border:1px solid var(--colorTileNavigationTertiary500)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-navigation-tertiary-500{border:1px solid var(--colorTileNavigationTertiary500)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-navigation-tertiary-500{border:1px solid var(--colorTileNavigationTertiary500)!important}}.bc-tile-list-tertiary-400{border:1px solid var(--colorTileListTertiary400)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-list-tertiary-400{border:1px solid var(--colorTileListTertiary400)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-list-tertiary-400{border:1px solid var(--colorTileListTertiary400)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-list-tertiary-400{border:1px solid var(--colorTileListTertiary400)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-list-tertiary-400{border:1px solid var(--colorTileListTertiary400)!important}}.bc-tile-list-tertiary-300{border:1px solid var(--colorTileListTertiary300)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-list-tertiary-300{border:1px solid var(--colorTileListTertiary300)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-list-tertiary-300{border:1px solid var(--colorTileListTertiary300)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-list-tertiary-300{border:1px solid var(--colorTileListTertiary300)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-list-tertiary-300{border:1px solid var(--colorTileListTertiary300)!important}}.bc-tile-list-tertiary-200{border:1px solid var(--colorTileListTertiary200)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-list-tertiary-200{border:1px solid var(--colorTileListTertiary200)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-list-tertiary-200{border:1px solid var(--colorTileListTertiary200)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-list-tertiary-200{border:1px solid var(--colorTileListTertiary200)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-list-tertiary-200{border:1px solid var(--colorTileListTertiary200)!important}}.bc-tile-list-tertiary-100{border:1px solid var(--colorTileListTertiary100)}@media(min-width:0)and (max-width:527px){.sm\:bc-tile-list-tertiary-100{border:1px solid var(--colorTileListTertiary100)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tile-list-tertiary-100{border:1px solid var(--colorTileListTertiary100)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tile-list-tertiary-100{border:1px solid var(--colorTileListTertiary100)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tile-list-tertiary-100{border:1px solid var(--colorTileListTertiary100)!important}}.bc-social-media-facebook{border:1px solid var(--colorSocialMediaFacebook)}@media(min-width:0)and (max-width:527px){.sm\:bc-social-media-facebook{border:1px solid var(--colorSocialMediaFacebook)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-social-media-facebook{border:1px solid var(--colorSocialMediaFacebook)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-social-media-facebook{border:1px solid var(--colorSocialMediaFacebook)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-social-media-facebook{border:1px solid var(--colorSocialMediaFacebook)!important}}.bc-social-media-facebook-hover{border:1px solid var(--colorSocialMediaFacebookHover)}@media(min-width:0)and (max-width:527px){.sm\:bc-social-media-facebook-hover{border:1px solid var(--colorSocialMediaFacebookHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-social-media-facebook-hover{border:1px solid var(--colorSocialMediaFacebookHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-social-media-facebook-hover{border:1px solid var(--colorSocialMediaFacebookHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-social-media-facebook-hover{border:1px solid var(--colorSocialMediaFacebookHover)!important}}.bc-focus-ring-light{border:1px solid var(--colorFocusRingLight)}@media(min-width:0)and (max-width:527px){.sm\:bc-focus-ring-light{border:1px solid var(--colorFocusRingLight)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-focus-ring-light{border:1px solid var(--colorFocusRingLight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-focus-ring-light{border:1px solid var(--colorFocusRingLight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-focus-ring-light{border:1px solid var(--colorFocusRingLight)!important}}.bc-focus-ring-dark{border:1px solid var(--colorFocusRingDark)}@media(min-width:0)and (max-width:527px){.sm\:bc-focus-ring-dark{border:1px solid var(--colorFocusRingDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-focus-ring-dark{border:1px solid var(--colorFocusRingDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-focus-ring-dark{border:1px solid var(--colorFocusRingDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-focus-ring-dark{border:1px solid var(--colorFocusRingDark)!important}}.bc-tabsquare-primary{border:1px solid var(--colorTabsquarePrimary)}@media(min-width:0)and (max-width:527px){.sm\:bc-tabsquare-primary{border:1px solid var(--colorTabsquarePrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tabsquare-primary{border:1px solid var(--colorTabsquarePrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tabsquare-primary{border:1px solid var(--colorTabsquarePrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tabsquare-primary{border:1px solid var(--colorTabsquarePrimary)!important}}.bc-yuu-primary{border:1px solid var(--colorYuuPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bc-yuu-primary{border:1px solid var(--colorYuuPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-yuu-primary{border:1px solid var(--colorYuuPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-yuu-primary{border:1px solid var(--colorYuuPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-yuu-primary{border:1px solid var(--colorYuuPrimary)!important}}.bc-klarna-pink{border:1px solid var(--colorKlarnaPink)}@media(min-width:0)and (max-width:527px){.sm\:bc-klarna-pink{border:1px solid var(--colorKlarnaPink)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-klarna-pink{border:1px solid var(--colorKlarnaPink)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-klarna-pink{border:1px solid var(--colorKlarnaPink)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-klarna-pink{border:1px solid var(--colorKlarnaPink)!important}}.bc-klarna-off-white{border:1px solid var(--colorKlarnaOffWhite)}@media(min-width:0)and (max-width:527px){.sm\:bc-klarna-off-white{border:1px solid var(--colorKlarnaOffWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-klarna-off-white{border:1px solid var(--colorKlarnaOffWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-klarna-off-white{border:1px solid var(--colorKlarnaOffWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-klarna-off-white{border:1px solid var(--colorKlarnaOffWhite)!important}}.bc-klarna-black{border:1px solid var(--colorKlarnaBlack)}@media(min-width:0)and (max-width:527px){.sm\:bc-klarna-black{border:1px solid var(--colorKlarnaBlack)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-klarna-black{border:1px solid var(--colorKlarnaBlack)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-klarna-black{border:1px solid var(--colorKlarnaBlack)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-klarna-black{border:1px solid var(--colorKlarnaBlack)!important}}.bc-sgroup-primary{border:1px solid var(--colorSgroupPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bc-sgroup-primary{border:1px solid var(--colorSgroupPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-sgroup-primary{border:1px solid var(--colorSgroupPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-sgroup-primary{border:1px solid var(--colorSgroupPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-sgroup-primary{border:1px solid var(--colorSgroupPrimary)!important}}.bc-brand-highlight-lvl1{border:1px solid var(--colorBrandHighlightLvl1)}@media(min-width:0)and (max-width:527px){.sm\:bc-brand-highlight-lvl1{border:1px solid var(--colorBrandHighlightLvl1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-brand-highlight-lvl1{border:1px solid var(--colorBrandHighlightLvl1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-brand-highlight-lvl1{border:1px solid var(--colorBrandHighlightLvl1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-brand-highlight-lvl1{border:1px solid var(--colorBrandHighlightLvl1)!important}}.bc-brand-linear-gradient-1{border:1px solid var(--colorLinearGradient1)}@media(min-width:0)and (max-width:527px){.sm\:bc-brand-linear-gradient-1{border:1px solid var(--colorLinearGradient1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-brand-linear-gradient-1{border:1px solid var(--colorLinearGradient1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-brand-linear-gradient-1{border:1px solid var(--colorLinearGradient1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-brand-linear-gradient-1{border:1px solid var(--colorLinearGradient1)!important}}.bc-brand-linear-gradient-2{border:1px solid var(--colorLinearGradient2)}@media(min-width:0)and (max-width:527px){.sm\:bc-brand-linear-gradient-2{border:1px solid var(--colorLinearGradient2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-brand-linear-gradient-2{border:1px solid var(--colorLinearGradient2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-brand-linear-gradient-2{border:1px solid var(--colorLinearGradient2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-brand-linear-gradient-2{border:1px solid var(--colorLinearGradient2)!important}}.bc-rating-tag-text{border:1px solid var(--colorRatingTagText)}@media(min-width:0)and (max-width:527px){.sm\:bc-rating-tag-text{border:1px solid var(--colorRatingTagText)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rating-tag-text{border:1px solid var(--colorRatingTagText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rating-tag-text{border:1px solid var(--colorRatingTagText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rating-tag-text{border:1px solid var(--colorRatingTagText)!important}}.bc-deal-highlight-lvl1{border:1px solid var(--colorDealHighlightLvl1)}@media(min-width:0)and (max-width:527px){.sm\:bc-deal-highlight-lvl1{border:1px solid var(--colorDealHighlightLvl1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-deal-highlight-lvl1{border:1px solid var(--colorDealHighlightLvl1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-deal-highlight-lvl1{border:1px solid var(--colorDealHighlightLvl1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-deal-highlight-lvl1{border:1px solid var(--colorDealHighlightLvl1)!important}}.bc-deal-highlight-lvl2{border:1px solid var(--colorDealHighlightLvl2)}@media(min-width:0)and (max-width:527px){.sm\:bc-deal-highlight-lvl2{border:1px solid var(--colorDealHighlightLvl2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-deal-highlight-lvl2{border:1px solid var(--colorDealHighlightLvl2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-deal-highlight-lvl2{border:1px solid var(--colorDealHighlightLvl2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-deal-highlight-lvl2{border:1px solid var(--colorDealHighlightLvl2)!important}}.bc-joker-primary{border:1px solid var(--colorJokerPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bc-joker-primary{border:1px solid var(--colorJokerPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-joker-primary{border:1px solid var(--colorJokerPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-joker-primary{border:1px solid var(--colorJokerPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-joker-primary{border:1px solid var(--colorJokerPrimary)!important}}.bc-joker-primary-bk{border:1px solid var(--colorJokerPrimaryBk)}@media(min-width:0)and (max-width:527px){.sm\:bc-joker-primary-bk{border:1px solid var(--colorJokerPrimaryBk)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-joker-primary-bk{border:1px solid var(--colorJokerPrimaryBk)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-joker-primary-bk{border:1px solid var(--colorJokerPrimaryBk)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-joker-primary-bk{border:1px solid var(--colorJokerPrimaryBk)!important}}.bc-joker-primary-bk2{border:1px solid var(--colorJokerPrimaryBk2)}@media(min-width:0)and (max-width:527px){.sm\:bc-joker-primary-bk2{border:1px solid var(--colorJokerPrimaryBk2)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-joker-primary-bk2{border:1px solid var(--colorJokerPrimaryBk2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-joker-primary-bk2{border:1px solid var(--colorJokerPrimaryBk2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-joker-primary-bk2{border:1px solid var(--colorJokerPrimaryBk2)!important}}.bc-joker-secondary{border:1px solid var(--colorJokerSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bc-joker-secondary{border:1px solid var(--colorJokerSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-joker-secondary{border:1px solid var(--colorJokerSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-joker-secondary{border:1px solid var(--colorJokerSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-joker-secondary{border:1px solid var(--colorJokerSecondary)!important}}.bc-joker-secondary-bk{border:1px solid var(--colorJokerSecondaryBk)}@media(min-width:0)and (max-width:527px){.sm\:bc-joker-secondary-bk{border:1px solid var(--colorJokerSecondaryBk)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-joker-secondary-bk{border:1px solid var(--colorJokerSecondaryBk)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-joker-secondary-bk{border:1px solid var(--colorJokerSecondaryBk)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-joker-secondary-bk{border:1px solid var(--colorJokerSecondaryBk)!important}}.bc-joker-tertiary{border:1px solid var(--colorJokerTertiary)}@media(min-width:0)and (max-width:527px){.sm\:bc-joker-tertiary{border:1px solid var(--colorJokerTertiary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-joker-tertiary{border:1px solid var(--colorJokerTertiary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-joker-tertiary{border:1px solid var(--colorJokerTertiary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-joker-tertiary{border:1px solid var(--colorJokerTertiary)!important}}.bc-joker-tertiary-bk{border:1px solid var(--colorJokerTertiaryBk)}@media(min-width:0)and (max-width:527px){.sm\:bc-joker-tertiary-bk{border:1px solid var(--colorJokerTertiaryBk)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-joker-tertiary-bk{border:1px solid var(--colorJokerTertiaryBk)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-joker-tertiary-bk{border:1px solid var(--colorJokerTertiaryBk)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-joker-tertiary-bk{border:1px solid var(--colorJokerTertiaryBk)!important}}.bc-brand-primary-dark{border:1px solid #c60d5c}@media(min-width:0)and (max-width:527px){.sm\:bc-brand-primary-dark{border:1px solid #c60d5c!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-brand-primary-dark{border:1px solid #c60d5c!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-brand-primary-dark{border:1px solid #c60d5c!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-brand-primary-dark{border:1px solid #c60d5c!important}}.bc-ratings{border:1px solid #276fbf}@media(min-width:0)and (max-width:527px){.sm\:bc-ratings{border:1px solid #276fbf!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-ratings{border:1px solid #276fbf!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-ratings{border:1px solid #276fbf!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-ratings{border:1px solid #276fbf!important}}.bc-tag-best-in-city-bg{border:1px solid var(--colorBrandSecondary)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-best-in-city-bg{border:1px solid var(--colorBrandSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-best-in-city-bg{border:1px solid var(--colorBrandSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-best-in-city-bg{border:1px solid var(--colorBrandSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-best-in-city-bg{border:1px solid var(--colorBrandSecondary)!important}}.bc-tag-best-in-city-text{border:1px solid var(--colorWhite)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-best-in-city-text{border:1px solid var(--colorWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-best-in-city-text{border:1px solid var(--colorWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-best-in-city-text{border:1px solid var(--colorWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-best-in-city-text{border:1px solid var(--colorWhite)!important}}.bc-tag-deal-bg{border:1px solid #fef6f9}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-deal-bg{border:1px solid #fef6f9!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-deal-bg{border:1px solid #fef6f9!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-deal-bg{border:1px solid #fef6f9!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-deal-bg{border:1px solid #fef6f9!important}}.bc-tag-primary-bg{border:1px solid var(--colorBrandPrimary)}@media(min-width:0)and (max-width:527px){.sm\:bc-tag-primary-bg{border:1px solid var(--colorBrandPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-tag-primary-bg{border:1px solid var(--colorBrandPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-tag-primary-bg{border:1px solid var(--colorBrandPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-tag-primary-bg{border:1px solid var(--colorBrandPrimary)!important}}.bc-brand-blue{border:1px solid #d4dfe6}@media(min-width:0)and (max-width:527px){.sm\:bc-brand-blue{border:1px solid #d4dfe6!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-brand-blue{border:1px solid #d4dfe6!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-brand-blue{border:1px solid #d4dfe6!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-brand-blue{border:1px solid #d4dfe6!important}}.bc-brand-blue-ii{border:1px solid #1f4d5d}@media(min-width:0)and (max-width:527px){.sm\:bc-brand-blue-ii{border:1px solid #1f4d5d!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-brand-blue-ii{border:1px solid #1f4d5d!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-brand-blue-ii{border:1px solid #1f4d5d!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-brand-blue-ii{border:1px solid #1f4d5d!important}}.bc-brand-blue-iii{border:1px solid #9cb4bf}@media(min-width:0)and (max-width:527px){.sm\:bc-brand-blue-iii{border:1px solid #9cb4bf!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-brand-blue-iii{border:1px solid #9cb4bf!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-brand-blue-iii{border:1px solid #9cb4bf!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-brand-blue-iii{border:1px solid #9cb4bf!important}}.bc-brand-blue-iv{border:1px solid #8aa7b3}@media(min-width:0)and (max-width:527px){.sm\:bc-brand-blue-iv{border:1px solid #8aa7b3!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-brand-blue-iv{border:1px solid #8aa7b3!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-brand-blue-iv{border:1px solid #8aa7b3!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-brand-blue-iv{border:1px solid #8aa7b3!important}}.bc-brand-grayedout{border:1px solid #ea81ae}@media(min-width:0)and (max-width:527px){.sm\:bc-brand-grayedout{border:1px solid #ea81ae!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-brand-grayedout{border:1px solid #ea81ae!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-brand-grayedout{border:1px solid #ea81ae!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-brand-grayedout{border:1px solid #ea81ae!important}}.bc-brand-pink-80{border:1px solid #e14e84}@media(min-width:0)and (max-width:527px){.sm\:bc-brand-pink-80{border:1px solid #e14e84!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-brand-pink-80{border:1px solid #e14e84!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-brand-pink-80{border:1px solid #e14e84!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-brand-pink-80{border:1px solid #e14e84!important}}.bc-brand-pink-60{border:1px solid #eb7ca3}@media(min-width:0)and (max-width:527px){.sm\:bc-brand-pink-60{border:1px solid #eb7ca3!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-brand-pink-60{border:1px solid #eb7ca3!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-brand-pink-60{border:1px solid #eb7ca3!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-brand-pink-60{border:1px solid #eb7ca3!important}}.bc-brand-pink-30{border:1px solid #f7bdd1}@media(min-width:0)and (max-width:527px){.sm\:bc-brand-pink-30{border:1px solid #f7bdd1!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-brand-pink-30{border:1px solid #f7bdd1!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-brand-pink-30{border:1px solid #f7bdd1!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-brand-pink-30{border:1px solid #f7bdd1!important}}.bc-gradient-middle{border:1px solid #c60d5c}@media(min-width:0)and (max-width:527px){.sm\:bc-gradient-middle{border:1px solid #c60d5c!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-gradient-middle{border:1px solid #c60d5c!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-gradient-middle{border:1px solid #c60d5c!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-gradient-middle{border:1px solid #c60d5c!important}}.bc-grayedout{border:1px solid hsla(0,0%,100%,.84)}@media(min-width:0)and (max-width:527px){.sm\:bc-grayedout{border:1px solid hsla(0,0%,100%,.84)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-grayedout{border:1px solid hsla(0,0%,100%,.84)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-grayedout{border:1px solid hsla(0,0%,100%,.84)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-grayedout{border:1px solid hsla(0,0%,100%,.84)!important}}.bc-neutral-light-surface{border:1px solid #fafafa}@media(min-width:0)and (max-width:527px){.sm\:bc-neutral-light-surface{border:1px solid #fafafa!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-neutral-light-surface{border:1px solid #fafafa!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-neutral-light-surface{border:1px solid #fafafa!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-neutral-light-surface{border:1px solid #fafafa!important}}.bc-overlay-lvl1{border:1px solid rgba(0,0,0,.02)}@media(min-width:0)and (max-width:527px){.sm\:bc-overlay-lvl1{border:1px solid rgba(0,0,0,.02)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-overlay-lvl1{border:1px solid rgba(0,0,0,.02)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-overlay-lvl1{border:1px solid rgba(0,0,0,.02)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-overlay-lvl1{border:1px solid rgba(0,0,0,.02)!important}}.bc-overlay-lvl2{border:1px solid rgba(0,0,0,.04)}@media(min-width:0)and (max-width:527px){.sm\:bc-overlay-lvl2{border:1px solid rgba(0,0,0,.04)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-overlay-lvl2{border:1px solid rgba(0,0,0,.04)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-overlay-lvl2{border:1px solid rgba(0,0,0,.04)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-overlay-lvl2{border:1px solid rgba(0,0,0,.04)!important}}.bc-overlay-lvl3{border:1px solid rgba(0,0,0,.08)}@media(min-width:0)and (max-width:527px){.sm\:bc-overlay-lvl3{border:1px solid rgba(0,0,0,.08)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-overlay-lvl3{border:1px solid rgba(0,0,0,.08)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-overlay-lvl3{border:1px solid rgba(0,0,0,.08)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-overlay-lvl3{border:1px solid rgba(0,0,0,.08)!important}}.bc-overlay-lvl4{border:1px solid rgba(0,0,0,.12)}@media(min-width:0)and (max-width:527px){.sm\:bc-overlay-lvl4{border:1px solid rgba(0,0,0,.12)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-overlay-lvl4{border:1px solid rgba(0,0,0,.12)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-overlay-lvl4{border:1px solid rgba(0,0,0,.12)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-overlay-lvl4{border:1px solid rgba(0,0,0,.12)!important}}.bc-overlay-lvl5{border:1px solid rgba(0,0,0,.16)}@media(min-width:0)and (max-width:527px){.sm\:bc-overlay-lvl5{border:1px solid rgba(0,0,0,.16)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-overlay-lvl5{border:1px solid rgba(0,0,0,.16)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-overlay-lvl5{border:1px solid rgba(0,0,0,.16)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-overlay-lvl5{border:1px solid rgba(0,0,0,.16)!important}}.bc-overlay-lvl6{border:1px solid rgba(0,0,0,.48)}@media(min-width:0)and (max-width:527px){.sm\:bc-overlay-lvl6{border:1px solid rgba(0,0,0,.48)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-overlay-lvl6{border:1px solid rgba(0,0,0,.48)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-overlay-lvl6{border:1px solid rgba(0,0,0,.48)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-overlay-lvl6{border:1px solid rgba(0,0,0,.48)!important}}.bc-overlay-white{border:1px solid hsla(0,0%,100%,.64)}@media(min-width:0)and (max-width:527px){.sm\:bc-overlay-white{border:1px solid hsla(0,0%,100%,.64)!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-overlay-white{border:1px solid hsla(0,0%,100%,.64)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-overlay-white{border:1px solid hsla(0,0%,100%,.64)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-overlay-white{border:1px solid hsla(0,0%,100%,.64)!important}}.bc-rating-highlight{border:1px solid #e9f0f8}@media(min-width:0)and (max-width:527px){.sm\:bc-rating-highlight{border:1px solid #e9f0f8!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rating-highlight{border:1px solid #e9f0f8!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rating-highlight{border:1px solid #e9f0f8!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rating-highlight{border:1px solid #e9f0f8!important}}.bc-rider-banner{border:1px solid #d70f64}@media(min-width:0)and (max-width:527px){.sm\:bc-rider-banner{border:1px solid #d70f64!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-rider-banner{border:1px solid #d70f64!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-rider-banner{border:1px solid #d70f64!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-rider-banner{border:1px solid #d70f64!important}}.bc-social-applepay{border:1px solid #000}@media(min-width:0)and (max-width:527px){.sm\:bc-social-applepay{border:1px solid #000!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-social-applepay{border:1px solid #000!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-social-applepay{border:1px solid #000!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-social-applepay{border:1px solid #000!important}}.bc-social-facebook{border:1px solid #1877f2}@media(min-width:0)and (max-width:527px){.sm\:bc-social-facebook{border:1px solid #1877f2!important}}@media(min-width:528px)and (max-width:767px){.md\:bc-social-facebook{border:1px solid #1877f2!important}}@media(min-width:768px)and (max-width:959px){.lg\:bc-social-facebook{border:1px solid #1877f2!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bc-social-facebook{border:1px solid #1877f2!important}}.cl-brand-primary{color:var(--colorBrandPrimary)}@media(min-width:0)and (max-width:527px){.sm\:cl-brand-primary{color:var(--colorBrandPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-brand-primary{color:var(--colorBrandPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-brand-primary{color:var(--colorBrandPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-brand-primary{color:var(--colorBrandPrimary)!important}}.cl-brand-secondary{color:var(--colorBrandSecondary)}@media(min-width:0)and (max-width:527px){.sm\:cl-brand-secondary{color:var(--colorBrandSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-brand-secondary{color:var(--colorBrandSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-brand-secondary{color:var(--colorBrandSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-brand-secondary{color:var(--colorBrandSecondary)!important}}.cl-brand-dark{color:var(--colorBrandDark)}@media(min-width:0)and (max-width:527px){.sm\:cl-brand-dark{color:var(--colorBrandDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-brand-dark{color:var(--colorBrandDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-brand-dark{color:var(--colorBrandDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-brand-dark{color:var(--colorBrandDark)!important}}.cl-brand-highlight{color:var(--colorBrandHighlight)}@media(min-width:0)and (max-width:527px){.sm\:cl-brand-highlight{color:var(--colorBrandHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-brand-highlight{color:var(--colorBrandHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-brand-highlight{color:var(--colorBrandHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-brand-highlight{color:var(--colorBrandHighlight)!important}}.cl-gradient-light{color:var(--colorGradientLight)}@media(min-width:0)and (max-width:527px){.sm\:cl-gradient-light{color:var(--colorGradientLight)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-gradient-light{color:var(--colorGradientLight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-gradient-light{color:var(--colorGradientLight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-gradient-light{color:var(--colorGradientLight)!important}}.cl-gradient-dark{color:var(--colorGradientDark)}@media(min-width:0)and (max-width:527px){.sm\:cl-gradient-dark{color:var(--colorGradientDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-gradient-dark{color:var(--colorGradientDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-gradient-dark{color:var(--colorGradientDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-gradient-dark{color:var(--colorGradientDark)!important}}.cl-gradient-brand{color:var(--colorGradientBrand)}@media(min-width:0)and (max-width:527px){.sm\:cl-gradient-brand{color:var(--colorGradientBrand)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-gradient-brand{color:var(--colorGradientBrand)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-gradient-brand{color:var(--colorGradientBrand)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-gradient-brand{color:var(--colorGradientBrand)!important}}.cl-interaction-primary{color:var(--colorInteractionPrimary)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-primary{color:var(--colorInteractionPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-primary{color:var(--colorInteractionPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-primary{color:var(--colorInteractionPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-primary{color:var(--colorInteractionPrimary)!important}}.cl-interaction-primary-hover{color:var(--colorInteractionPrimaryHover)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-primary-hover{color:var(--colorInteractionPrimaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-primary-hover{color:var(--colorInteractionPrimaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-primary-hover{color:var(--colorInteractionPrimaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-primary-hover{color:var(--colorInteractionPrimaryHover)!important}}.cl-interaction-secondary{color:var(--colorInteractionSecondary)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-secondary{color:var(--colorInteractionSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-secondary{color:var(--colorInteractionSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-secondary{color:var(--colorInteractionSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-secondary{color:var(--colorInteractionSecondary)!important}}.cl-interaction-secondary-hover{color:var(--colorInteractionSecondaryHover)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-secondary-hover{color:var(--colorInteractionSecondaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-secondary-hover{color:var(--colorInteractionSecondaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-secondary-hover{color:var(--colorInteractionSecondaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-secondary-hover{color:var(--colorInteractionSecondaryHover)!important}}.cl-interaction-secondary-feedback{color:var(--colorInteractionSecondaryFeedback)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-secondary-feedback{color:var(--colorInteractionSecondaryFeedback)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-secondary-feedback{color:var(--colorInteractionSecondaryFeedback)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-secondary-feedback{color:var(--colorInteractionSecondaryFeedback)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-secondary-feedback{color:var(--colorInteractionSecondaryFeedback)!important}}.cl-interaction-secondary-highlight{color:var(--colorInteractionSecondaryHighlight)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-secondary-highlight{color:var(--colorInteractionSecondaryHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-secondary-highlight{color:var(--colorInteractionSecondaryHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-secondary-highlight{color:var(--colorInteractionSecondaryHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-secondary-highlight{color:var(--colorInteractionSecondaryHighlight)!important}}.cl-interaction-secondary-border{color:var(--colorInteractionSecondaryBorder)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-secondary-border{color:var(--colorInteractionSecondaryBorder)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-secondary-border{color:var(--colorInteractionSecondaryBorder)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-secondary-border{color:var(--colorInteractionSecondaryBorder)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-secondary-border{color:var(--colorInteractionSecondaryBorder)!important}}.cl-interaction-tertiary{color:var(--colorInteractionTertiary)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-tertiary{color:var(--colorInteractionTertiary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-tertiary{color:var(--colorInteractionTertiary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-tertiary{color:var(--colorInteractionTertiary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-tertiary{color:var(--colorInteractionTertiary)!important}}.cl-interaction-primary-feedback{color:var(--colorInteractionPrimaryFeedback)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-primary-feedback{color:var(--colorInteractionPrimaryFeedback)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-primary-feedback{color:var(--colorInteractionPrimaryFeedback)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-primary-feedback{color:var(--colorInteractionPrimaryFeedback)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-primary-feedback{color:var(--colorInteractionPrimaryFeedback)!important}}.cl-info-banner-cta{color:var(--colorInfoBannerCta)}@media(min-width:0)and (max-width:527px){.sm\:cl-info-banner-cta{color:var(--colorInfoBannerCta)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-info-banner-cta{color:var(--colorInfoBannerCta)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-info-banner-cta{color:var(--colorInfoBannerCta)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-info-banner-cta{color:var(--colorInfoBannerCta)!important}}.cl-on-interaction-primary{color:var(--colorOnInteractionPrimary)}@media(min-width:0)and (max-width:527px){.sm\:cl-on-interaction-primary{color:var(--colorOnInteractionPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-on-interaction-primary{color:var(--colorOnInteractionPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-on-interaction-primary{color:var(--colorOnInteractionPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-on-interaction-primary{color:var(--colorOnInteractionPrimary)!important}}.cl-on-interaction-primary-hover{color:var(--colorOnInteractionPrimaryHover)}@media(min-width:0)and (max-width:527px){.sm\:cl-on-interaction-primary-hover{color:var(--colorOnInteractionPrimaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-on-interaction-primary-hover{color:var(--colorOnInteractionPrimaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-on-interaction-primary-hover{color:var(--colorOnInteractionPrimaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-on-interaction-primary-hover{color:var(--colorOnInteractionPrimaryHover)!important}}.cl-on-interaction-secondary{color:var(--colorOnInteractionSecondary)}@media(min-width:0)and (max-width:527px){.sm\:cl-on-interaction-secondary{color:var(--colorOnInteractionSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-on-interaction-secondary{color:var(--colorOnInteractionSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-on-interaction-secondary{color:var(--colorOnInteractionSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-on-interaction-secondary{color:var(--colorOnInteractionSecondary)!important}}.cl-on-interaction-secondary-hover{color:var(--colorOnInteractionSecondaryHover)}@media(min-width:0)and (max-width:527px){.sm\:cl-on-interaction-secondary-hover{color:var(--colorOnInteractionSecondaryHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-on-interaction-secondary-hover{color:var(--colorOnInteractionSecondaryHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-on-interaction-secondary-hover{color:var(--colorOnInteractionSecondaryHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-on-interaction-secondary-hover{color:var(--colorOnInteractionSecondaryHover)!important}}.cl-interaction-background-hover{color:var(--colorInteractionBackgroundHover)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-background-hover{color:var(--colorInteractionBackgroundHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-background-hover{color:var(--colorInteractionBackgroundHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-background-hover{color:var(--colorInteractionBackgroundHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-background-hover{color:var(--colorInteractionBackgroundHover)!important}}.cl-interaction-text-hover{color:var(--colorInteractionTextHover)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-text-hover{color:var(--colorInteractionTextHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-text-hover{color:var(--colorInteractionTextHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-text-hover{color:var(--colorInteractionTextHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-text-hover{color:var(--colorInteractionTextHover)!important}}.cl-interaction-focus{color:var(--colorInteractionFocus)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-focus{color:var(--colorInteractionFocus)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-focus{color:var(--colorInteractionFocus)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-focus{color:var(--colorInteractionFocus)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-focus{color:var(--colorInteractionFocus)!important}}.cl-interaction-focus-reversed{color:var(--colorInteractionFocusReversed)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-focus-reversed{color:var(--colorInteractionFocusReversed)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-focus-reversed{color:var(--colorInteractionFocusReversed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-focus-reversed{color:var(--colorInteractionFocusReversed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-focus-reversed{color:var(--colorInteractionFocusReversed)!important}}.cl-interaction-reversed-white-opacity-15{color:var(--colorInteractionReversedWhiteOpacity15)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-reversed-white-opacity-15{color:var(--colorInteractionReversedWhiteOpacity15)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-reversed-white-opacity-15{color:var(--colorInteractionReversedWhiteOpacity15)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-reversed-white-opacity-15{color:var(--colorInteractionReversedWhiteOpacity15)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-reversed-white-opacity-15{color:var(--colorInteractionReversedWhiteOpacity15)!important}}.cl-interaction-reversed-white-opacity-30{color:var(--colorInteractionReversedWhiteOpacity30)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-reversed-white-opacity-30{color:var(--colorInteractionReversedWhiteOpacity30)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-reversed-white-opacity-30{color:var(--colorInteractionReversedWhiteOpacity30)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-reversed-white-opacity-30{color:var(--colorInteractionReversedWhiteOpacity30)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-reversed-white-opacity-30{color:var(--colorInteractionReversedWhiteOpacity30)!important}}.cl-interaction-reversed-white-opacity-50{color:var(--colorInteractionReversedWhiteOpacity50)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-reversed-white-opacity-50{color:var(--colorInteractionReversedWhiteOpacity50)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-reversed-white-opacity-50{color:var(--colorInteractionReversedWhiteOpacity50)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-reversed-white-opacity-50{color:var(--colorInteractionReversedWhiteOpacity50)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-reversed-white-opacity-50{color:var(--colorInteractionReversedWhiteOpacity50)!important}}.cl-interaction-secondary-selected{color:var(--colorInteractionSecondarySelected)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-secondary-selected{color:var(--colorInteractionSecondarySelected)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-secondary-selected{color:var(--colorInteractionSecondarySelected)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-secondary-selected{color:var(--colorInteractionSecondarySelected)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-secondary-selected{color:var(--colorInteractionSecondarySelected)!important}}.cl-interaction-secondary-inactive{color:var(--colorInteractionSecondaryInactive)}@media(min-width:0)and (max-width:527px){.sm\:cl-interaction-secondary-inactive{color:var(--colorInteractionSecondaryInactive)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-interaction-secondary-inactive{color:var(--colorInteractionSecondaryInactive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-interaction-secondary-inactive{color:var(--colorInteractionSecondaryInactive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-interaction-secondary-inactive{color:var(--colorInteractionSecondaryInactive)!important}}.cl-main-text{color:var(--colorMainText)}@media(min-width:0)and (max-width:527px){.sm\:cl-main-text{color:var(--colorMainText)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-main-text{color:var(--colorMainText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-main-text{color:var(--colorMainText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-main-text{color:var(--colorMainText)!important}}.cl-exp-timer-bg-cover{color:var(--colorExpTimerBgCover)}@media(min-width:0)and (max-width:527px){.sm\:cl-exp-timer-bg-cover{color:var(--colorExpTimerBgCover)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-exp-timer-bg-cover{color:var(--colorExpTimerBgCover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-exp-timer-bg-cover{color:var(--colorExpTimerBgCover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-exp-timer-bg-cover{color:var(--colorExpTimerBgCover)!important}}.cl-exp-timer-digit-cover{color:var(--colorExpTimerDigitCover)}@media(min-width:0)and (max-width:527px){.sm\:cl-exp-timer-digit-cover{color:var(--colorExpTimerDigitCover)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-exp-timer-digit-cover{color:var(--colorExpTimerDigitCover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-exp-timer-digit-cover{color:var(--colorExpTimerDigitCover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-exp-timer-digit-cover{color:var(--colorExpTimerDigitCover)!important}}.cl-tiers-subtitle-text{color:var(--colorTiersSubtitleText)}@media(min-width:0)and (max-width:527px){.sm\:cl-tiers-subtitle-text{color:var(--colorTiersSubtitleText)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tiers-subtitle-text{color:var(--colorTiersSubtitleText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tiers-subtitle-text{color:var(--colorTiersSubtitleText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tiers-subtitle-text{color:var(--colorTiersSubtitleText)!important}}.cl-tier-3-subtitle-text{color:var(--colorTier3SubtitleText)}@media(min-width:0)and (max-width:527px){.sm\:cl-tier-3-subtitle-text{color:var(--colorTier3SubtitleText)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tier-3-subtitle-text{color:var(--colorTier3SubtitleText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tier-3-subtitle-text{color:var(--colorTier3SubtitleText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tier-3-subtitle-text{color:var(--colorTier3SubtitleText)!important}}.cl-tier-1-tile{color:var(--colorTier1Tile)}@media(min-width:0)and (max-width:527px){.sm\:cl-tier-1-tile{color:var(--colorTier1Tile)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tier-1-tile{color:var(--colorTier1Tile)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tier-1-tile{color:var(--colorTier1Tile)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tier-1-tile{color:var(--colorTier1Tile)!important}}.cl-tier-2-tile{color:var(--colorTier2Tile)}@media(min-width:0)and (max-width:527px){.sm\:cl-tier-2-tile{color:var(--colorTier2Tile)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tier-2-tile{color:var(--colorTier2Tile)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tier-2-tile{color:var(--colorTier2Tile)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tier-2-tile{color:var(--colorTier2Tile)!important}}.cl-tier-3-tile{color:var(--colorTier3Tile)}@media(min-width:0)and (max-width:527px){.sm\:cl-tier-3-tile{color:var(--colorTier3Tile)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tier-3-tile{color:var(--colorTier3Tile)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tier-3-tile{color:var(--colorTier3Tile)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tier-3-tile{color:var(--colorTier3Tile)!important}}.cl-how-it-works-text{color:var(--colorHowItWorksText)}@media(min-width:0)and (max-width:527px){.sm\:cl-how-it-works-text{color:var(--colorHowItWorksText)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-how-it-works-text{color:var(--colorHowItWorksText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-how-it-works-text{color:var(--colorHowItWorksText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-how-it-works-text{color:var(--colorHowItWorksText)!important}}.cl-how-it-works-icon-bg{color:var(--colorHowItWorksIconBg)}@media(min-width:0)and (max-width:527px){.sm\:cl-how-it-works-icon-bg{color:var(--colorHowItWorksIconBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-how-it-works-icon-bg{color:var(--colorHowItWorksIconBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-how-it-works-icon-bg{color:var(--colorHowItWorksIconBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-how-it-works-icon-bg{color:var(--colorHowItWorksIconBg)!important}}.cl-timer-bg{color:var(--colorTimerBg)}@media(min-width:0)and (max-width:527px){.sm\:cl-timer-bg{color:var(--colorTimerBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-timer-bg{color:var(--colorTimerBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-timer-bg{color:var(--colorTimerBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-timer-bg{color:var(--colorTimerBg)!important}}.cl-timer-digit{color:var(--colorTimerDigit)}@media(min-width:0)and (max-width:527px){.sm\:cl-timer-digit{color:var(--colorTimerDigit)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-timer-digit{color:var(--colorTimerDigit)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-timer-digit{color:var(--colorTimerDigit)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-timer-digit{color:var(--colorTimerDigit)!important}}.cl-next-tiers-text{color:var(--colorNextTiersText)}@media(min-width:0)and (max-width:527px){.sm\:cl-next-tiers-text{color:var(--colorNextTiersText)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-next-tiers-text{color:var(--colorNextTiersText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-next-tiers-text{color:var(--colorNextTiersText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-next-tiers-text{color:var(--colorNextTiersText)!important}}.cl-next-tier-3-text{color:var(--colorNextTier3Text)}@media(min-width:0)and (max-width:527px){.sm\:cl-next-tier-3-text{color:var(--colorNextTier3Text)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-next-tier-3-text{color:var(--colorNextTier3Text)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-next-tier-3-text{color:var(--colorNextTier3Text)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-next-tier-3-text{color:var(--colorNextTier3Text)!important}}.cl-default-tier{color:var(--colorDefaultTier)}@media(min-width:0)and (max-width:527px){.sm\:cl-default-tier{color:var(--colorDefaultTier)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-default-tier{color:var(--colorDefaultTier)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-default-tier{color:var(--colorDefaultTier)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-default-tier{color:var(--colorDefaultTier)!important}}.cl-rdp-sheet-tier-1{color:var(--colorRdpSheetTier1)}@media(min-width:0)and (max-width:527px){.sm\:cl-rdp-sheet-tier-1{color:var(--colorRdpSheetTier1)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rdp-sheet-tier-1{color:var(--colorRdpSheetTier1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rdp-sheet-tier-1{color:var(--colorRdpSheetTier1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rdp-sheet-tier-1{color:var(--colorRdpSheetTier1)!important}}.cl-rdp-sheet-tier-2{color:var(--colorRdpSheetTier2)}@media(min-width:0)and (max-width:527px){.sm\:cl-rdp-sheet-tier-2{color:var(--colorRdpSheetTier2)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rdp-sheet-tier-2{color:var(--colorRdpSheetTier2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rdp-sheet-tier-2{color:var(--colorRdpSheetTier2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rdp-sheet-tier-2{color:var(--colorRdpSheetTier2)!important}}.cl-rdp-sheet-tier-3{color:var(--colorRdpSheetTier3)}@media(min-width:0)and (max-width:527px){.sm\:cl-rdp-sheet-tier-3{color:var(--colorRdpSheetTier3)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rdp-sheet-tier-3{color:var(--colorRdpSheetTier3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rdp-sheet-tier-3{color:var(--colorRdpSheetTier3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rdp-sheet-tier-3{color:var(--colorRdpSheetTier3)!important}}.cl-rdp-sheet-tier-4{color:var(--colorRdpSheetTier4)}@media(min-width:0)and (max-width:527px){.sm\:cl-rdp-sheet-tier-4{color:var(--colorRdpSheetTier4)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rdp-sheet-tier-4{color:var(--colorRdpSheetTier4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rdp-sheet-tier-4{color:var(--colorRdpSheetTier4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rdp-sheet-tier-4{color:var(--colorRdpSheetTier4)!important}}.cl-star-bg-tier-1{color:var(--colorStarBgTier1)}@media(min-width:0)and (max-width:527px){.sm\:cl-star-bg-tier-1{color:var(--colorStarBgTier1)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-star-bg-tier-1{color:var(--colorStarBgTier1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-star-bg-tier-1{color:var(--colorStarBgTier1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-star-bg-tier-1{color:var(--colorStarBgTier1)!important}}.cl-star-bg-tier-2{color:var(--colorStarBgTier2)}@media(min-width:0)and (max-width:527px){.sm\:cl-star-bg-tier-2{color:var(--colorStarBgTier2)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-star-bg-tier-2{color:var(--colorStarBgTier2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-star-bg-tier-2{color:var(--colorStarBgTier2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-star-bg-tier-2{color:var(--colorStarBgTier2)!important}}.cl-star-bg-tier-3{color:var(--colorStarBgTier3)}@media(min-width:0)and (max-width:527px){.sm\:cl-star-bg-tier-3{color:var(--colorStarBgTier3)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-star-bg-tier-3{color:var(--colorStarBgTier3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-star-bg-tier-3{color:var(--colorStarBgTier3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-star-bg-tier-3{color:var(--colorStarBgTier3)!important}}.cl-rdp-sheet-tier-text-bg-1{color:var(--colorRdpSheetTierTextBg1)}@media(min-width:0)and (max-width:527px){.sm\:cl-rdp-sheet-tier-text-bg-1{color:var(--colorRdpSheetTierTextBg1)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rdp-sheet-tier-text-bg-1{color:var(--colorRdpSheetTierTextBg1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rdp-sheet-tier-text-bg-1{color:var(--colorRdpSheetTierTextBg1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rdp-sheet-tier-text-bg-1{color:var(--colorRdpSheetTierTextBg1)!important}}.cl-rdp-sheet-tier-text-bg-2{color:var(--colorRdpSheetTierTextBg2)}@media(min-width:0)and (max-width:527px){.sm\:cl-rdp-sheet-tier-text-bg-2{color:var(--colorRdpSheetTierTextBg2)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rdp-sheet-tier-text-bg-2{color:var(--colorRdpSheetTierTextBg2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rdp-sheet-tier-text-bg-2{color:var(--colorRdpSheetTierTextBg2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rdp-sheet-tier-text-bg-2{color:var(--colorRdpSheetTierTextBg2)!important}}.cl-rdp-sheet-tier-text-bg-3{color:var(--colorRdpSheetTierTextBg3)}@media(min-width:0)and (max-width:527px){.sm\:cl-rdp-sheet-tier-text-bg-3{color:var(--colorRdpSheetTierTextBg3)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rdp-sheet-tier-text-bg-3{color:var(--colorRdpSheetTierTextBg3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rdp-sheet-tier-text-bg-3{color:var(--colorRdpSheetTierTextBg3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rdp-sheet-tier-text-bg-3{color:var(--colorRdpSheetTierTextBg3)!important}}.cl-rdp-sheet-tier-text-bg-4{color:var(--colorRdpSheetTierTextBg4)}@media(min-width:0)and (max-width:527px){.sm\:cl-rdp-sheet-tier-text-bg-4{color:var(--colorRdpSheetTierTextBg4)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rdp-sheet-tier-text-bg-4{color:var(--colorRdpSheetTierTextBg4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rdp-sheet-tier-text-bg-4{color:var(--colorRdpSheetTierTextBg4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rdp-sheet-tier-text-bg-4{color:var(--colorRdpSheetTierTextBg4)!important}}.cl-next-tier-1-rdp{color:var(--colorNextTier1Rdp)}@media(min-width:0)and (max-width:527px){.sm\:cl-next-tier-1-rdp{color:var(--colorNextTier1Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-next-tier-1-rdp{color:var(--colorNextTier1Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-next-tier-1-rdp{color:var(--colorNextTier1Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-next-tier-1-rdp{color:var(--colorNextTier1Rdp)!important}}.cl-next-tier-2-rdp{color:var(--colorNextTier2Rdp)}@media(min-width:0)and (max-width:527px){.sm\:cl-next-tier-2-rdp{color:var(--colorNextTier2Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-next-tier-2-rdp{color:var(--colorNextTier2Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-next-tier-2-rdp{color:var(--colorNextTier2Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-next-tier-2-rdp{color:var(--colorNextTier2Rdp)!important}}.cl-next-tier-3-rdp{color:var(--colorNextTier3Rdp)}@media(min-width:0)and (max-width:527px){.sm\:cl-next-tier-3-rdp{color:var(--colorNextTier3Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-next-tier-3-rdp{color:var(--colorNextTier3Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-next-tier-3-rdp{color:var(--colorNextTier3Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-next-tier-3-rdp{color:var(--colorNextTier3Rdp)!important}}.cl-next-tier-4-rdp{color:var(--colorNextTier4Rdp)}@media(min-width:0)and (max-width:527px){.sm\:cl-next-tier-4-rdp{color:var(--colorNextTier4Rdp)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-next-tier-4-rdp{color:var(--colorNextTier4Rdp)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-next-tier-4-rdp{color:var(--colorNextTier4Rdp)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-next-tier-4-rdp{color:var(--colorNextTier4Rdp)!important}}.cl-popup-text{color:var(--colorPopupText)}@media(min-width:0)and (max-width:527px){.sm\:cl-popup-text{color:var(--colorPopupText)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-popup-text{color:var(--colorPopupText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-popup-text{color:var(--colorPopupText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-popup-text{color:var(--colorPopupText)!important}}.cl-generic-bg{color:var(--colorGenericBg)}@media(min-width:0)and (max-width:527px){.sm\:cl-generic-bg{color:var(--colorGenericBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-generic-bg{color:var(--colorGenericBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-generic-bg{color:var(--colorGenericBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-generic-bg{color:var(--colorGenericBg)!important}}.cl-exp-deal-bg{color:var(--colorExpDealBg)}@media(min-width:0)and (max-width:527px){.sm\:cl-exp-deal-bg{color:var(--colorExpDealBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-exp-deal-bg{color:var(--colorExpDealBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-exp-deal-bg{color:var(--colorExpDealBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-exp-deal-bg{color:var(--colorExpDealBg)!important}}.cl-exp-deal-text{color:var(--colorExpDealText)}@media(min-width:0)and (max-width:527px){.sm\:cl-exp-deal-text{color:var(--colorExpDealText)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-exp-deal-text{color:var(--colorExpDealText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-exp-deal-text{color:var(--colorExpDealText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-exp-deal-text{color:var(--colorExpDealText)!important}}.cl-exp-star-bg-default{color:var(--colorExpStarBgDefault)}@media(min-width:0)and (max-width:527px){.sm\:cl-exp-star-bg-default{color:var(--colorExpStarBgDefault)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-exp-star-bg-default{color:var(--colorExpStarBgDefault)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-exp-star-bg-default{color:var(--colorExpStarBgDefault)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-exp-star-bg-default{color:var(--colorExpStarBgDefault)!important}}.cl-exp-star-bg-active{color:var(--colorExpStarBgActive)}@media(min-width:0)and (max-width:527px){.sm\:cl-exp-star-bg-active{color:var(--colorExpStarBgActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-exp-star-bg-active{color:var(--colorExpStarBgActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-exp-star-bg-active{color:var(--colorExpStarBgActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-exp-star-bg-active{color:var(--colorExpStarBgActive)!important}}.cl-exp-footer-text-default{color:var(--colorExpFooterTextDefault)}@media(min-width:0)and (max-width:527px){.sm\:cl-exp-footer-text-default{color:var(--colorExpFooterTextDefault)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-exp-footer-text-default{color:var(--colorExpFooterTextDefault)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-exp-footer-text-default{color:var(--colorExpFooterTextDefault)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-exp-footer-text-default{color:var(--colorExpFooterTextDefault)!important}}.cl-exp-footer-text-active{color:var(--colorExpFooterTextActive)}@media(min-width:0)and (max-width:527px){.sm\:cl-exp-footer-text-active{color:var(--colorExpFooterTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-exp-footer-text-active{color:var(--colorExpFooterTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-exp-footer-text-active{color:var(--colorExpFooterTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-exp-footer-text-active{color:var(--colorExpFooterTextActive)!important}}.cl-exp-timer-container{color:var(--colorExpTimerContainer)}@media(min-width:0)and (max-width:527px){.sm\:cl-exp-timer-container{color:var(--colorExpTimerContainer)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-exp-timer-container{color:var(--colorExpTimerContainer)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-exp-timer-container{color:var(--colorExpTimerContainer)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-exp-timer-container{color:var(--colorExpTimerContainer)!important}}.cl-exp-footer-timer-bg{color:var(--colorExpFooterTimerBg)}@media(min-width:0)and (max-width:527px){.sm\:cl-exp-footer-timer-bg{color:var(--colorExpFooterTimerBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-exp-footer-timer-bg{color:var(--colorExpFooterTimerBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-exp-footer-timer-bg{color:var(--colorExpFooterTimerBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-exp-footer-timer-bg{color:var(--colorExpFooterTimerBg)!important}}.cl-exp-footer-timer-digit{color:var(--colorExpFooterTimerDigit)}@media(min-width:0)and (max-width:527px){.sm\:cl-exp-footer-timer-digit{color:var(--colorExpFooterTimerDigit)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-exp-footer-timer-digit{color:var(--colorExpFooterTimerDigit)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-exp-footer-timer-digit{color:var(--colorExpFooterTimerDigit)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-exp-footer-timer-digit{color:var(--colorExpFooterTimerDigit)!important}}.cl-exp-2-generic-bg{color:var(--colorExp2GenericBg)}@media(min-width:0)and (max-width:527px){.sm\:cl-exp-2-generic-bg{color:var(--colorExp2GenericBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-exp-2-generic-bg{color:var(--colorExp2GenericBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-exp-2-generic-bg{color:var(--colorExp2GenericBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-exp-2-generic-bg{color:var(--colorExp2GenericBg)!important}}.cl-exp-2-discount-bg{color:var(--colorExp2DiscountBg)}@media(min-width:0)and (max-width:527px){.sm\:cl-exp-2-discount-bg{color:var(--colorExp2DiscountBg)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-exp-2-discount-bg{color:var(--colorExp2DiscountBg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-exp-2-discount-bg{color:var(--colorExp2DiscountBg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-exp-2-discount-bg{color:var(--colorExp2DiscountBg)!important}}.cl-rating{color:var(--colorRating)}@media(min-width:0)and (max-width:527px){.sm\:cl-rating{color:var(--colorRating)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rating{color:var(--colorRating)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rating{color:var(--colorRating)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rating{color:var(--colorRating)!important}}.cl-rating-background{color:var(--colorRatingBackground)}@media(min-width:0)and (max-width:527px){.sm\:cl-rating-background{color:var(--colorRatingBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rating-background{color:var(--colorRatingBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rating-background{color:var(--colorRatingBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rating-background{color:var(--colorRatingBackground)!important}}.cl-rating-feedback-background{color:var(--colorRatingFeedbackBackground)}@media(min-width:0)and (max-width:527px){.sm\:cl-rating-feedback-background{color:var(--colorRatingFeedbackBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rating-feedback-background{color:var(--colorRatingFeedbackBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rating-feedback-background{color:var(--colorRatingFeedbackBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rating-feedback-background{color:var(--colorRatingFeedbackBackground)!important}}.cl-rating-feedback-active{color:var(--colorRatingFeedbackActive)}@media(min-width:0)and (max-width:527px){.sm\:cl-rating-feedback-active{color:var(--colorRatingFeedbackActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rating-feedback-active{color:var(--colorRatingFeedbackActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rating-feedback-active{color:var(--colorRatingFeedbackActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rating-feedback-active{color:var(--colorRatingFeedbackActive)!important}}.cl-popular-icon{color:var(--colorPopularIcon)}@media(min-width:0)and (max-width:527px){.sm\:cl-popular-icon{color:var(--colorPopularIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-popular-icon{color:var(--colorPopularIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-popular-icon{color:var(--colorPopularIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-popular-icon{color:var(--colorPopularIcon)!important}}.cl-rating-outline{color:var(--colorRatingOutline)}@media(min-width:0)and (max-width:527px){.sm\:cl-rating-outline{color:var(--colorRatingOutline)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rating-outline{color:var(--colorRatingOutline)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rating-outline{color:var(--colorRatingOutline)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rating-outline{color:var(--colorRatingOutline)!important}}.cl-deal-highlight-lvl-1{color:var(--colorDealHighlightLvl1)}@media(min-width:0)and (max-width:527px){.sm\:cl-deal-highlight-lvl-1{color:var(--colorDealHighlightLvl1)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-deal-highlight-lvl-1{color:var(--colorDealHighlightLvl1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-deal-highlight-lvl-1{color:var(--colorDealHighlightLvl1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-deal-highlight-lvl-1{color:var(--colorDealHighlightLvl1)!important}}.cl-deal-highlight-lvl-2{color:var(--colorDealHighlightLvl2)}@media(min-width:0)and (max-width:527px){.sm\:cl-deal-highlight-lvl-2{color:var(--colorDealHighlightLvl2)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-deal-highlight-lvl-2{color:var(--colorDealHighlightLvl2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-deal-highlight-lvl-2{color:var(--colorDealHighlightLvl2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-deal-highlight-lvl-2{color:var(--colorDealHighlightLvl2)!important}}.cl-deal-tertiary{color:var(--colorDealTertiary)}@media(min-width:0)and (max-width:527px){.sm\:cl-deal-tertiary{color:var(--colorDealTertiary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-deal-tertiary{color:var(--colorDealTertiary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-deal-tertiary{color:var(--colorDealTertiary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-deal-tertiary{color:var(--colorDealTertiary)!important}}.cl-deal-secondary{color:var(--colorDealSecondary)}@media(min-width:0)and (max-width:527px){.sm\:cl-deal-secondary{color:var(--colorDealSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-deal-secondary{color:var(--colorDealSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-deal-secondary{color:var(--colorDealSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-deal-secondary{color:var(--colorDealSecondary)!important}}.cl-deal-primary{color:var(--colorDealPrimary)}@media(min-width:0)and (max-width:527px){.sm\:cl-deal-primary{color:var(--colorDealPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-deal-primary{color:var(--colorDealPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-deal-primary{color:var(--colorDealPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-deal-primary{color:var(--colorDealPrimary)!important}}.cl-deal-banner-text{color:var(--colorDealBannerText)}@media(min-width:0)and (max-width:527px){.sm\:cl-deal-banner-text{color:var(--colorDealBannerText)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-deal-banner-text{color:var(--colorDealBannerText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-deal-banner-text{color:var(--colorDealBannerText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-deal-banner-text{color:var(--colorDealBannerText)!important}}.cl-deal-text-on-white{color:var(--colorDealTextOnWhite)}@media(min-width:0)and (max-width:527px){.sm\:cl-deal-text-on-white{color:var(--colorDealTextOnWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-deal-text-on-white{color:var(--colorDealTextOnWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-deal-text-on-white{color:var(--colorDealTextOnWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-deal-text-on-white{color:var(--colorDealTextOnWhite)!important}}.cl-price-emphasis{color:var(--colorPriceEmphasis)}@media(min-width:0)and (max-width:527px){.sm\:cl-price-emphasis{color:var(--colorPriceEmphasis)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-price-emphasis{color:var(--colorPriceEmphasis)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-price-emphasis{color:var(--colorPriceEmphasis)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-price-emphasis{color:var(--colorPriceEmphasis)!important}}.cl-surface-loyalty-low{color:var(--bdsColorSurfaceLoyaltyLow)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-loyalty-low{color:var(--bdsColorSurfaceLoyaltyLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-loyalty-low{color:var(--bdsColorSurfaceLoyaltyLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-loyalty-low{color:var(--bdsColorSurfaceLoyaltyLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-loyalty-low{color:var(--bdsColorSurfaceLoyaltyLow)!important}}.cl-surface-interaction-disabled{color:var(--bdsColorSurfaceInteractionDisabled)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-interaction-disabled{color:var(--bdsColorSurfaceInteractionDisabled)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-interaction-disabled{color:var(--bdsColorSurfaceInteractionDisabled)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-interaction-disabled{color:var(--bdsColorSurfaceInteractionDisabled)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-interaction-disabled{color:var(--bdsColorSurfaceInteractionDisabled)!important}}.cl-surface-tag-primary-pressed{color:var(--bdsColorSurfaceTagPrimaryPressed)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-tag-primary-pressed{color:var(--bdsColorSurfaceTagPrimaryPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-tag-primary-pressed{color:var(--bdsColorSurfaceTagPrimaryPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-tag-primary-pressed{color:var(--bdsColorSurfaceTagPrimaryPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-tag-primary-pressed{color:var(--bdsColorSurfaceTagPrimaryPressed)!important}}.cl-surface-tag-secondary-pressed{color:var(--bdsColorSurfaceTagSecondaryPressed)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-tag-secondary-pressed{color:var(--bdsColorSurfaceTagSecondaryPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-tag-secondary-pressed{color:var(--bdsColorSurfaceTagSecondaryPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-tag-secondary-pressed{color:var(--bdsColorSurfaceTagSecondaryPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-tag-secondary-pressed{color:var(--bdsColorSurfaceTagSecondaryPressed)!important}}.cl-surface-pro-pressed{color:var(--bdsColorSurfaceProPressed)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-pro-pressed{color:var(--bdsColorSurfaceProPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-pro-pressed{color:var(--bdsColorSurfaceProPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-pro-pressed{color:var(--bdsColorSurfaceProPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-pro-pressed{color:var(--bdsColorSurfaceProPressed)!important}}.cl-surface-pro-gradient-low{color:var(--bdsColorSurfaceProGradientLow)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-pro-gradient-low{color:var(--bdsColorSurfaceProGradientLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-pro-gradient-low{color:var(--bdsColorSurfaceProGradientLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-pro-gradient-low{color:var(--bdsColorSurfaceProGradientLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-pro-gradient-low{color:var(--bdsColorSurfaceProGradientLow)!important}}.cl-surface-pro-low-pressed{color:var(--bdsColorSurfaceProLowPressed)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-pro-low-pressed{color:var(--bdsColorSurfaceProLowPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-pro-low-pressed{color:var(--bdsColorSurfaceProLowPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-pro-low-pressed{color:var(--bdsColorSurfaceProLowPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-pro-low-pressed{color:var(--bdsColorSurfaceProLowPressed)!important}}.cl-surface-popular-pressed{color:var(--bdsColorSurfacePopularPressed)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-popular-pressed{color:var(--bdsColorSurfacePopularPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-popular-pressed{color:var(--bdsColorSurfacePopularPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-popular-pressed{color:var(--bdsColorSurfacePopularPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-popular-pressed{color:var(--bdsColorSurfacePopularPressed)!important}}.cl-surface-information-low-pressed{color:var(--bdsColorSurfaceInformationLowPressed)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-information-low-pressed{color:var(--bdsColorSurfaceInformationLowPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-information-low-pressed{color:var(--bdsColorSurfaceInformationLowPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-information-low-pressed{color:var(--bdsColorSurfaceInformationLowPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-information-low-pressed{color:var(--bdsColorSurfaceInformationLowPressed)!important}}.cl-surface-error-low-pressed{color:var(--bdsColorSurfaceErrorLowPressed)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-error-low-pressed{color:var(--bdsColorSurfaceErrorLowPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-error-low-pressed{color:var(--bdsColorSurfaceErrorLowPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-error-low-pressed{color:var(--bdsColorSurfaceErrorLowPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-error-low-pressed{color:var(--bdsColorSurfaceErrorLowPressed)!important}}.cl-surface-success-pressed{color:var(--bdsColorSurfaceSuccessPressed)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-success-pressed{color:var(--bdsColorSurfaceSuccessPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-success-pressed{color:var(--bdsColorSurfaceSuccessPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-success-pressed{color:var(--bdsColorSurfaceSuccessPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-success-pressed{color:var(--bdsColorSurfaceSuccessPressed)!important}}.cl-surface-best-city-pressed{color:var(--bdsColorSurfaceBestCityPressed)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-best-city-pressed{color:var(--bdsColorSurfaceBestCityPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-best-city-pressed{color:var(--bdsColorSurfaceBestCityPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-best-city-pressed{color:var(--bdsColorSurfaceBestCityPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-best-city-pressed{color:var(--bdsColorSurfaceBestCityPressed)!important}}.cl-surface-promobanner{color:var(--bdsColorSurfacePromobanner)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-promobanner{color:var(--bdsColorSurfacePromobanner)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-promobanner{color:var(--bdsColorSurfacePromobanner)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-promobanner{color:var(--bdsColorSurfacePromobanner)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-promobanner{color:var(--bdsColorSurfacePromobanner)!important}}.cl-surface-promobanner-low{color:var(--bdsColorSurfacePromobannerLow)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-promobanner-low{color:var(--bdsColorSurfacePromobannerLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-promobanner-low{color:var(--bdsColorSurfacePromobannerLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-promobanner-low{color:var(--bdsColorSurfacePromobannerLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-promobanner-low{color:var(--bdsColorSurfacePromobannerLow)!important}}.cl-surface-promobanner-pro{color:var(--bdsColorSurfacePromobannerPro)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-promobanner-pro{color:var(--bdsColorSurfacePromobannerPro)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-promobanner-pro{color:var(--bdsColorSurfacePromobannerPro)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-promobanner-pro{color:var(--bdsColorSurfacePromobannerPro)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-promobanner-pro{color:var(--bdsColorSurfacePromobannerPro)!important}}.cl-surface-brand-primary-low-gradient-start{color:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-brand-primary-low-gradient-start{color:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-brand-primary-low-gradient-start{color:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-brand-primary-low-gradient-start{color:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-brand-primary-low-gradient-start{color:var(--bdsColorSurfaceBrandPrimaryLowGradientStart)!important}}.cl-surface-brand-primary-low-gradient-end{color:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-brand-primary-low-gradient-end{color:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-brand-primary-low-gradient-end{color:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-brand-primary-low-gradient-end{color:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-brand-primary-low-gradient-end{color:var(--bdsColorSurfaceBrandPrimaryLowGradientEnd)!important}}.cl-surface-brand-primary-low-gradient{color:var(--bdsColorSurfaceBrandPrimaryLowGradient)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-brand-primary-low-gradient{color:var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-brand-primary-low-gradient{color:var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-brand-primary-low-gradient{color:var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-brand-primary-low-gradient{color:var(--bdsColorSurfaceBrandPrimaryLowGradient)!important}}.cl-surface-deal-low-gradient-start{color:var(--bdsColorSurfaceDealLowGradientStart)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-deal-low-gradient-start{color:var(--bdsColorSurfaceDealLowGradientStart)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-deal-low-gradient-start{color:var(--bdsColorSurfaceDealLowGradientStart)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-deal-low-gradient-start{color:var(--bdsColorSurfaceDealLowGradientStart)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-deal-low-gradient-start{color:var(--bdsColorSurfaceDealLowGradientStart)!important}}.cl-surface-deal-low-gradient-end{color:var(--bdsColorSurfaceDealLowGradientEnd)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-deal-low-gradient-end{color:var(--bdsColorSurfaceDealLowGradientEnd)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-deal-low-gradient-end{color:var(--bdsColorSurfaceDealLowGradientEnd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-deal-low-gradient-end{color:var(--bdsColorSurfaceDealLowGradientEnd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-deal-low-gradient-end{color:var(--bdsColorSurfaceDealLowGradientEnd)!important}}.cl-surface-deal-low-gradient{color:var(--bdsColorSurfaceDealLowGradient)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-deal-low-gradient{color:var(--bdsColorSurfaceDealLowGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-deal-low-gradient{color:var(--bdsColorSurfaceDealLowGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-deal-low-gradient{color:var(--bdsColorSurfaceDealLowGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-deal-low-gradient{color:var(--bdsColorSurfaceDealLowGradient)!important}}.cl-surface-externalbrand-sgroup-low{color:var(--bdsColorSurfaceExternalbrandSgroupLow)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-externalbrand-sgroup-low{color:var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-externalbrand-sgroup-low{color:var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-externalbrand-sgroup-low{color:var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-externalbrand-sgroup-low{color:var(--bdsColorSurfaceExternalbrandSgroupLow)!important}}.cl-surface-notification{color:var(--bdsColorSurfaceNotification)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-notification{color:var(--bdsColorSurfaceNotification)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-notification{color:var(--bdsColorSurfaceNotification)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-notification{color:var(--bdsColorSurfaceNotification)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-notification{color:var(--bdsColorSurfaceNotification)!important}}.cl-surface-notification-reversed{color:var(--bdsColorSurfaceNotificationReversed)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-notification-reversed{color:var(--bdsColorSurfaceNotificationReversed)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-notification-reversed{color:var(--bdsColorSurfaceNotificationReversed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-notification-reversed{color:var(--bdsColorSurfaceNotificationReversed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-notification-reversed{color:var(--bdsColorSurfaceNotificationReversed)!important}}.cl-icon-loyalty-low{color:var(--bdsColorIconLoyaltyLow)}@media(min-width:0)and (max-width:527px){.sm\:cl-icon-loyalty-low{color:var(--bdsColorIconLoyaltyLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-icon-loyalty-low{color:var(--bdsColorIconLoyaltyLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-icon-loyalty-low{color:var(--bdsColorIconLoyaltyLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-icon-loyalty-low{color:var(--bdsColorIconLoyaltyLow)!important}}.cl-icon-loyalty{color:var(--bdsColorIconLoyalty)}@media(min-width:0)and (max-width:527px){.sm\:cl-icon-loyalty{color:var(--bdsColorIconLoyalty)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-icon-loyalty{color:var(--bdsColorIconLoyalty)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-icon-loyalty{color:var(--bdsColorIconLoyalty)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-icon-loyalty{color:var(--bdsColorIconLoyalty)!important}}.cl-icon-promobanner{color:var(--bdsColorIconPromobanner)}@media(min-width:0)and (max-width:527px){.sm\:cl-icon-promobanner{color:var(--bdsColorIconPromobanner)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-icon-promobanner{color:var(--bdsColorIconPromobanner)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-icon-promobanner{color:var(--bdsColorIconPromobanner)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-icon-promobanner{color:var(--bdsColorIconPromobanner)!important}}.cl-icon-promobanner-on-low{color:var(--bdsColorIconPromobannerOnLow)}@media(min-width:0)and (max-width:527px){.sm\:cl-icon-promobanner-on-low{color:var(--bdsColorIconPromobannerOnLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-icon-promobanner-on-low{color:var(--bdsColorIconPromobannerOnLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-icon-promobanner-on-low{color:var(--bdsColorIconPromobannerOnLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-icon-promobanner-on-low{color:var(--bdsColorIconPromobannerOnLow)!important}}.cl-icon-promobanner-on-pro{color:var(--bdsColorIconPromobannerOnPro)}@media(min-width:0)and (max-width:527px){.sm\:cl-icon-promobanner-on-pro{color:var(--bdsColorIconPromobannerOnPro)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-icon-promobanner-on-pro{color:var(--bdsColorIconPromobannerOnPro)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-icon-promobanner-on-pro{color:var(--bdsColorIconPromobannerOnPro)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-icon-promobanner-on-pro{color:var(--bdsColorIconPromobannerOnPro)!important}}.cl-icon-externalbrand-sgroup-low{color:var(--bdsColorIconExternalbrandSgroupLow)}@media(min-width:0)and (max-width:527px){.sm\:cl-icon-externalbrand-sgroup-low{color:var(--bdsColorIconExternalbrandSgroupLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-icon-externalbrand-sgroup-low{color:var(--bdsColorIconExternalbrandSgroupLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-icon-externalbrand-sgroup-low{color:var(--bdsColorIconExternalbrandSgroupLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-icon-externalbrand-sgroup-low{color:var(--bdsColorIconExternalbrandSgroupLow)!important}}.cl-border-loyalty-low{color:var(--bdsColorBorderLoyaltyLow)}@media(min-width:0)and (max-width:527px){.sm\:cl-border-loyalty-low{color:var(--bdsColorBorderLoyaltyLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-border-loyalty-low{color:var(--bdsColorBorderLoyaltyLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-border-loyalty-low{color:var(--bdsColorBorderLoyaltyLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-border-loyalty-low{color:var(--bdsColorBorderLoyaltyLow)!important}}.cl-border-loyalty{color:var(--bdsColorBorderLoyalty)}@media(min-width:0)and (max-width:527px){.sm\:cl-border-loyalty{color:var(--bdsColorBorderLoyalty)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-border-loyalty{color:var(--bdsColorBorderLoyalty)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-border-loyalty{color:var(--bdsColorBorderLoyalty)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-border-loyalty{color:var(--bdsColorBorderLoyalty)!important}}.cl-border-externalbrand-sgroup-low{color:var(--bdsColorBorderExternalbrandSgroupLow)}@media(min-width:0)and (max-width:527px){.sm\:cl-border-externalbrand-sgroup-low{color:var(--bdsColorBorderExternalbrandSgroupLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-border-externalbrand-sgroup-low{color:var(--bdsColorBorderExternalbrandSgroupLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-border-externalbrand-sgroup-low{color:var(--bdsColorBorderExternalbrandSgroupLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-border-externalbrand-sgroup-low{color:var(--bdsColorBorderExternalbrandSgroupLow)!important}}.cl-text-loyalty{color:var(--bdsColorTextLoyalty)}@media(min-width:0)and (max-width:527px){.sm\:cl-text-loyalty{color:var(--bdsColorTextLoyalty)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-text-loyalty{color:var(--bdsColorTextLoyalty)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-text-loyalty{color:var(--bdsColorTextLoyalty)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-text-loyalty{color:var(--bdsColorTextLoyalty)!important}}.cl-text-promobanner{color:var(--bdsColorTextPromobanner)}@media(min-width:0)and (max-width:527px){.sm\:cl-text-promobanner{color:var(--bdsColorTextPromobanner)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-text-promobanner{color:var(--bdsColorTextPromobanner)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-text-promobanner{color:var(--bdsColorTextPromobanner)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-text-promobanner{color:var(--bdsColorTextPromobanner)!important}}.cl-text-promobanner-on-low{color:var(--bdsColorTextPromobannerOnLow)}@media(min-width:0)and (max-width:527px){.sm\:cl-text-promobanner-on-low{color:var(--bdsColorTextPromobannerOnLow)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-text-promobanner-on-low{color:var(--bdsColorTextPromobannerOnLow)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-text-promobanner-on-low{color:var(--bdsColorTextPromobannerOnLow)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-text-promobanner-on-low{color:var(--bdsColorTextPromobannerOnLow)!important}}.cl-text-promobanner-on-pro{color:var(--bdsColorTextPromobannerOnPro)}@media(min-width:0)and (max-width:527px){.sm\:cl-text-promobanner-on-pro{color:var(--bdsColorTextPromobannerOnPro)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-text-promobanner-on-pro{color:var(--bdsColorTextPromobannerOnPro)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-text-promobanner-on-pro{color:var(--bdsColorTextPromobannerOnPro)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-text-promobanner-on-pro{color:var(--bdsColorTextPromobannerOnPro)!important}}.cl-text-notification{color:var(--bdsColorTextNotification)}@media(min-width:0)and (max-width:527px){.sm\:cl-text-notification{color:var(--bdsColorTextNotification)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-text-notification{color:var(--bdsColorTextNotification)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-text-notification{color:var(--bdsColorTextNotification)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-text-notification{color:var(--bdsColorTextNotification)!important}}.cl-text-notification-reversed{color:var(--bdsColorTextNotificationReversed)}@media(min-width:0)and (max-width:527px){.sm\:cl-text-notification-reversed{color:var(--bdsColorTextNotificationReversed)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-text-notification-reversed{color:var(--bdsColorTextNotificationReversed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-text-notification-reversed{color:var(--bdsColorTextNotificationReversed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-text-notification-reversed{color:var(--bdsColorTextNotificationReversed)!important}}.cl-pro-primary{color:var(--colorProPrimary)}@media(min-width:0)and (max-width:527px){.sm\:cl-pro-primary{color:var(--colorProPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-pro-primary{color:var(--colorProPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-pro-primary{color:var(--colorProPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-pro-primary{color:var(--colorProPrimary)!important}}.cl-pro-gradient-start{color:var(--colorProGradientStart)}@media(min-width:0)and (max-width:527px){.sm\:cl-pro-gradient-start{color:var(--colorProGradientStart)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-pro-gradient-start{color:var(--colorProGradientStart)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-pro-gradient-start{color:var(--colorProGradientStart)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-pro-gradient-start{color:var(--colorProGradientStart)!important}}.cl-pro-gradient-end{color:var(--colorProGradientEnd)}@media(min-width:0)and (max-width:527px){.sm\:cl-pro-gradient-end{color:var(--colorProGradientEnd)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-pro-gradient-end{color:var(--colorProGradientEnd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-pro-gradient-end{color:var(--colorProGradientEnd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-pro-gradient-end{color:var(--colorProGradientEnd)!important}}.cl-pro-gradient{color:var(--colorProGradient)}@media(min-width:0)and (max-width:527px){.sm\:cl-pro-gradient{color:var(--colorProGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-pro-gradient{color:var(--colorProGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-pro-gradient{color:var(--colorProGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-pro-gradient{color:var(--colorProGradient)!important}}.cl-pro-deal-highlight-1{color:var(--colorProDealHighlight1)}@media(min-width:0)and (max-width:527px){.sm\:cl-pro-deal-highlight-1{color:var(--colorProDealHighlight1)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-pro-deal-highlight-1{color:var(--colorProDealHighlight1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-pro-deal-highlight-1{color:var(--colorProDealHighlight1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-pro-deal-highlight-1{color:var(--colorProDealHighlight1)!important}}.cl-pro-deal-highlight-2{color:var(--colorProDealHighlight2)}@media(min-width:0)and (max-width:527px){.sm\:cl-pro-deal-highlight-2{color:var(--colorProDealHighlight2)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-pro-deal-highlight-2{color:var(--colorProDealHighlight2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-pro-deal-highlight-2{color:var(--colorProDealHighlight2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-pro-deal-highlight-2{color:var(--colorProDealHighlight2)!important}}.cl-pro-deal-highlight-3{color:var(--colorProDealHighlight3)}@media(min-width:0)and (max-width:527px){.sm\:cl-pro-deal-highlight-3{color:var(--colorProDealHighlight3)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-pro-deal-highlight-3{color:var(--colorProDealHighlight3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-pro-deal-highlight-3{color:var(--colorProDealHighlight3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-pro-deal-highlight-3{color:var(--colorProDealHighlight3)!important}}.cl-pro-deal-highlight-4{color:var(--colorProDealHighlight4)}@media(min-width:0)and (max-width:527px){.sm\:cl-pro-deal-highlight-4{color:var(--colorProDealHighlight4)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-pro-deal-highlight-4{color:var(--colorProDealHighlight4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-pro-deal-highlight-4{color:var(--colorProDealHighlight4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-pro-deal-highlight-4{color:var(--colorProDealHighlight4)!important}}.cl-on-pro-highlight{color:var(--colorOnProHighlight)}@media(min-width:0)and (max-width:527px){.sm\:cl-on-pro-highlight{color:var(--colorOnProHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-on-pro-highlight{color:var(--colorOnProHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-on-pro-highlight{color:var(--colorOnProHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-on-pro-highlight{color:var(--colorOnProHighlight)!important}}.cl-tag-deal-background{color:var(--colorTagDealBackground)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-deal-background{color:var(--colorTagDealBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-deal-background{color:var(--colorTagDealBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-deal-background{color:var(--colorTagDealBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-deal-background{color:var(--colorTagDealBackground)!important}}.cl-tag-deal-text{color:var(--colorTagDealText)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-deal-text{color:var(--colorTagDealText)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-deal-text{color:var(--colorTagDealText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-deal-text{color:var(--colorTagDealText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-deal-text{color:var(--colorTagDealText)!important}}.cl-tag-best-city-background{color:var(--colorTagBestCityBackground)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-best-city-background{color:var(--colorTagBestCityBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-best-city-background{color:var(--colorTagBestCityBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-best-city-background{color:var(--colorTagBestCityBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-best-city-background{color:var(--colorTagBestCityBackground)!important}}.cl-tag-best-city-text{color:var(--colorTagBestCityText)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-best-city-text{color:var(--colorTagBestCityText)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-best-city-text{color:var(--colorTagBestCityText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-best-city-text{color:var(--colorTagBestCityText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-best-city-text{color:var(--colorTagBestCityText)!important}}.cl-rating-light-tag-icon{color:var(--colorRatingLightTagIcon)}@media(min-width:0)and (max-width:527px){.sm\:cl-rating-light-tag-icon{color:var(--colorRatingLightTagIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rating-light-tag-icon{color:var(--colorRatingLightTagIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rating-light-tag-icon{color:var(--colorRatingLightTagIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rating-light-tag-icon{color:var(--colorRatingLightTagIcon)!important}}.cl-rating-light-tag-text{color:var(--colorRatingLightTagText)}@media(min-width:0)and (max-width:527px){.sm\:cl-rating-light-tag-text{color:var(--colorRatingLightTagText)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rating-light-tag-text{color:var(--colorRatingLightTagText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rating-light-tag-text{color:var(--colorRatingLightTagText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rating-light-tag-text{color:var(--colorRatingLightTagText)!important}}.cl-tag-primary-text{color:var(--colorTagPrimaryText)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-primary-text{color:var(--colorTagPrimaryText)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-primary-text{color:var(--colorTagPrimaryText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-primary-text{color:var(--colorTagPrimaryText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-primary-text{color:var(--colorTagPrimaryText)!important}}.cl-tag-primary-background{color:var(--colorTagPrimaryBackground)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-primary-background{color:var(--colorTagPrimaryBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-primary-background{color:var(--colorTagPrimaryBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-primary-background{color:var(--colorTagPrimaryBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-primary-background{color:var(--colorTagPrimaryBackground)!important}}.cl-popular-highlight{color:var(--colorPopularHighlight)}@media(min-width:0)and (max-width:527px){.sm\:cl-popular-highlight{color:var(--colorPopularHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-popular-highlight{color:var(--colorPopularHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-popular-highlight{color:var(--colorPopularHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-popular-highlight{color:var(--colorPopularHighlight)!important}}.cl-popular-tag-text{color:var(--colorPopularTagText)}@media(min-width:0)and (max-width:527px){.sm\:cl-popular-tag-text{color:var(--colorPopularTagText)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-popular-tag-text{color:var(--colorPopularTagText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-popular-tag-text{color:var(--colorPopularTagText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-popular-tag-text{color:var(--colorPopularTagText)!important}}.cl-popular-tag-icon{color:var(--colorPopularTagIcon)}@media(min-width:0)and (max-width:527px){.sm\:cl-popular-tag-icon{color:var(--colorPopularTagIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-popular-tag-icon{color:var(--colorPopularTagIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-popular-tag-icon{color:var(--colorPopularTagIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-popular-tag-icon{color:var(--colorPopularTagIcon)!important}}.cl-tag-sponsored-background{color:var(--colorTagSponsoredBackground)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-sponsored-background{color:var(--colorTagSponsoredBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-sponsored-background{color:var(--colorTagSponsoredBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-sponsored-background{color:var(--colorTagSponsoredBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-sponsored-background{color:var(--colorTagSponsoredBackground)!important}}.cl-tag-success-text{color:var(--colorTagSuccessText)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-success-text{color:var(--colorTagSuccessText)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-success-text{color:var(--colorTagSuccessText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-success-text{color:var(--colorTagSuccessText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-success-text{color:var(--colorTagSuccessText)!important}}.cl-tag-secondary-text{color:var(--colorTagSecondaryText)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-secondary-text{color:var(--colorTagSecondaryText)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-secondary-text{color:var(--colorTagSecondaryText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-secondary-text{color:var(--colorTagSecondaryText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-secondary-text{color:var(--colorTagSecondaryText)!important}}.cl-tag-secondary-background{color:var(--colorTagSecondaryBackground)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-secondary-background{color:var(--colorTagSecondaryBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-secondary-background{color:var(--colorTagSecondaryBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-secondary-background{color:var(--colorTagSecondaryBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-secondary-background{color:var(--colorTagSecondaryBackground)!important}}.cl-tag-dietary-vegan{color:var(--colorTagDietaryVegan)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-dietary-vegan{color:var(--colorTagDietaryVegan)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-dietary-vegan{color:var(--colorTagDietaryVegan)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-dietary-vegan{color:var(--colorTagDietaryVegan)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-dietary-vegan{color:var(--colorTagDietaryVegan)!important}}.cl-tag-dietary-vegan-background{color:var(--colorTagDietaryVeganBackground)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-dietary-vegan-background{color:var(--colorTagDietaryVeganBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-dietary-vegan-background{color:var(--colorTagDietaryVeganBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-dietary-vegan-background{color:var(--colorTagDietaryVeganBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-dietary-vegan-background{color:var(--colorTagDietaryVeganBackground)!important}}.cl-tag-dietary-vegetarian{color:var(--colorTagDietaryVegetarian)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-dietary-vegetarian{color:var(--colorTagDietaryVegetarian)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-dietary-vegetarian{color:var(--colorTagDietaryVegetarian)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-dietary-vegetarian{color:var(--colorTagDietaryVegetarian)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-dietary-vegetarian{color:var(--colorTagDietaryVegetarian)!important}}.cl-tag-dietary-vegetarian-background{color:var(--colorTagDietaryVegetarianBackground)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-dietary-vegetarian-background{color:var(--colorTagDietaryVegetarianBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-dietary-vegetarian-background{color:var(--colorTagDietaryVegetarianBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-dietary-vegetarian-background{color:var(--colorTagDietaryVegetarianBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-dietary-vegetarian-background{color:var(--colorTagDietaryVegetarianBackground)!important}}.cl-tag-dietary-spicy{color:var(--colorTagDietarySpicy)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-dietary-spicy{color:var(--colorTagDietarySpicy)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-dietary-spicy{color:var(--colorTagDietarySpicy)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-dietary-spicy{color:var(--colorTagDietarySpicy)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-dietary-spicy{color:var(--colorTagDietarySpicy)!important}}.cl-tag-dietary-spicy-background{color:var(--colorTagDietarySpicyBackground)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-dietary-spicy-background{color:var(--colorTagDietarySpicyBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-dietary-spicy-background{color:var(--colorTagDietarySpicyBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-dietary-spicy-background{color:var(--colorTagDietarySpicyBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-dietary-spicy-background{color:var(--colorTagDietarySpicyBackground)!important}}.cl-tag-dietary-kids{color:var(--colorTagDietaryKids)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-dietary-kids{color:var(--colorTagDietaryKids)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-dietary-kids{color:var(--colorTagDietaryKids)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-dietary-kids{color:var(--colorTagDietaryKids)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-dietary-kids{color:var(--colorTagDietaryKids)!important}}.cl-tag-dietary-kids-background{color:var(--colorTagDietaryKidsBackground)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-dietary-kids-background{color:var(--colorTagDietaryKidsBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-dietary-kids-background{color:var(--colorTagDietaryKidsBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-dietary-kids-background{color:var(--colorTagDietaryKidsBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-dietary-kids-background{color:var(--colorTagDietaryKidsBackground)!important}}.cl-information{color:var(--colorInformation)}@media(min-width:0)and (max-width:527px){.sm\:cl-information{color:var(--colorInformation)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-information{color:var(--colorInformation)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-information{color:var(--colorInformation)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-information{color:var(--colorInformation)!important}}.cl-error{color:var(--colorError)}@media(min-width:0)and (max-width:527px){.sm\:cl-error{color:var(--colorError)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-error{color:var(--colorError)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-error{color:var(--colorError)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-error{color:var(--colorError)!important}}.cl-success{color:var(--colorSuccess)}@media(min-width:0)and (max-width:527px){.sm\:cl-success{color:var(--colorSuccess)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-success{color:var(--colorSuccess)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-success{color:var(--colorSuccess)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-success{color:var(--colorSuccess)!important}}.cl-warning{color:var(--colorWarning)}@media(min-width:0)and (max-width:527px){.sm\:cl-warning{color:var(--colorWarning)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-warning{color:var(--colorWarning)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-warning{color:var(--colorWarning)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-warning{color:var(--colorWarning)!important}}.cl-information-highlight{color:var(--colorInformationHighlight)}@media(min-width:0)and (max-width:527px){.sm\:cl-information-highlight{color:var(--colorInformationHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-information-highlight{color:var(--colorInformationHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-information-highlight{color:var(--colorInformationHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-information-highlight{color:var(--colorInformationHighlight)!important}}.cl-error-highlight{color:var(--colorErrorHighlight)}@media(min-width:0)and (max-width:527px){.sm\:cl-error-highlight{color:var(--colorErrorHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-error-highlight{color:var(--colorErrorHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-error-highlight{color:var(--colorErrorHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-error-highlight{color:var(--colorErrorHighlight)!important}}.cl-success-highlight{color:var(--colorSuccessHighlight)}@media(min-width:0)and (max-width:527px){.sm\:cl-success-highlight{color:var(--colorSuccessHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-success-highlight{color:var(--colorSuccessHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-success-highlight{color:var(--colorSuccessHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-success-highlight{color:var(--colorSuccessHighlight)!important}}.cl-warning-highlight{color:var(--colorWarningHighlight)}@media(min-width:0)and (max-width:527px){.sm\:cl-warning-highlight{color:var(--colorWarningHighlight)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-warning-highlight{color:var(--colorWarningHighlight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-warning-highlight{color:var(--colorWarningHighlight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-warning-highlight{color:var(--colorWarningHighlight)!important}}.cl-success-gradient-top{color:var(--colorSuccessGradientTop)}@media(min-width:0)and (max-width:527px){.sm\:cl-success-gradient-top{color:var(--colorSuccessGradientTop)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-success-gradient-top{color:var(--colorSuccessGradientTop)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-success-gradient-top{color:var(--colorSuccessGradientTop)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-success-gradient-top{color:var(--colorSuccessGradientTop)!important}}.cl-success-gradient-bottom{color:var(--colorSuccessGradientBottom)}@media(min-width:0)and (max-width:527px){.sm\:cl-success-gradient-bottom{color:var(--colorSuccessGradientBottom)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-success-gradient-bottom{color:var(--colorSuccessGradientBottom)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-success-gradient-bottom{color:var(--colorSuccessGradientBottom)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-success-gradient-bottom{color:var(--colorSuccessGradientBottom)!important}}.cl-success-gradient{color:var(--colorSuccessGradient)}@media(min-width:0)and (max-width:527px){.sm\:cl-success-gradient{color:var(--colorSuccessGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-success-gradient{color:var(--colorSuccessGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-success-gradient{color:var(--colorSuccessGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-success-gradient{color:var(--colorSuccessGradient)!important}}.cl-special-1{color:var(--colorSpecial1)}@media(min-width:0)and (max-width:527px){.sm\:cl-special-1{color:var(--colorSpecial1)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-special-1{color:var(--colorSpecial1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-special-1{color:var(--colorSpecial1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-special-1{color:var(--colorSpecial1)!important}}.cl-special-2{color:var(--colorSpecial2)}@media(min-width:0)and (max-width:527px){.sm\:cl-special-2{color:var(--colorSpecial2)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-special-2{color:var(--colorSpecial2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-special-2{color:var(--colorSpecial2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-special-2{color:var(--colorSpecial2)!important}}.cl-special-3{color:var(--colorSpecial3)}@media(min-width:0)and (max-width:527px){.sm\:cl-special-3{color:var(--colorSpecial3)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-special-3{color:var(--colorSpecial3)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-special-3{color:var(--colorSpecial3)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-special-3{color:var(--colorSpecial3)!important}}.cl-special-4{color:var(--colorSpecial4)}@media(min-width:0)and (max-width:527px){.sm\:cl-special-4{color:var(--colorSpecial4)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-special-4{color:var(--colorSpecial4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-special-4{color:var(--colorSpecial4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-special-4{color:var(--colorSpecial4)!important}}.cl-special-5{color:var(--colorSpecial5)}@media(min-width:0)and (max-width:527px){.sm\:cl-special-5{color:var(--colorSpecial5)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-special-5{color:var(--colorSpecial5)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-special-5{color:var(--colorSpecial5)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-special-5{color:var(--colorSpecial5)!important}}.cl-special-6{color:var(--colorSpecial6)}@media(min-width:0)and (max-width:527px){.sm\:cl-special-6{color:var(--colorSpecial6)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-special-6{color:var(--colorSpecial6)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-special-6{color:var(--colorSpecial6)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-special-6{color:var(--colorSpecial6)!important}}.cl-special-7{color:var(--colorSpecial7)}@media(min-width:0)and (max-width:527px){.sm\:cl-special-7{color:var(--colorSpecial7)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-special-7{color:var(--colorSpecial7)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-special-7{color:var(--colorSpecial7)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-special-7{color:var(--colorSpecial7)!important}}.cl-neutral-primary{color:var(--colorNeutralPrimary)}@media(min-width:0)and (max-width:527px){.sm\:cl-neutral-primary{color:var(--colorNeutralPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-neutral-primary{color:var(--colorNeutralPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-neutral-primary{color:var(--colorNeutralPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-neutral-primary{color:var(--colorNeutralPrimary)!important}}.cl-neutral-secondary{color:var(--colorNeutralSecondary)}@media(min-width:0)and (max-width:527px){.sm\:cl-neutral-secondary{color:var(--colorNeutralSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-neutral-secondary{color:var(--colorNeutralSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-neutral-secondary{color:var(--colorNeutralSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-neutral-secondary{color:var(--colorNeutralSecondary)!important}}.cl-neutral-inactive{color:var(--colorNeutralInactive)}@media(min-width:0)and (max-width:527px){.sm\:cl-neutral-inactive{color:var(--colorNeutralInactive)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-neutral-inactive{color:var(--colorNeutralInactive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-neutral-inactive{color:var(--colorNeutralInactive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-neutral-inactive{color:var(--colorNeutralInactive)!important}}.cl-neutral-border{color:var(--colorNeutralBorder)}@media(min-width:0)and (max-width:527px){.sm\:cl-neutral-border{color:var(--colorNeutralBorder)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-neutral-border{color:var(--colorNeutralBorder)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-neutral-border{color:var(--colorNeutralBorder)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-neutral-border{color:var(--colorNeutralBorder)!important}}.cl-neutral-divider{color:var(--colorNeutralDivider)}@media(min-width:0)and (max-width:527px){.sm\:cl-neutral-divider{color:var(--colorNeutralDivider)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-neutral-divider{color:var(--colorNeutralDivider)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-neutral-divider{color:var(--colorNeutralDivider)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-neutral-divider{color:var(--colorNeutralDivider)!important}}.cl-neutral-surface{color:var(--colorNeutralSurface)}@media(min-width:0)and (max-width:527px){.sm\:cl-neutral-surface{color:var(--colorNeutralSurface)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-neutral-surface{color:var(--colorNeutralSurface)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-neutral-surface{color:var(--colorNeutralSurface)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-neutral-surface{color:var(--colorNeutralSurface)!important}}.cl-white{color:var(--colorWhite)}@media(min-width:0)and (max-width:527px){.sm\:cl-white{color:var(--colorWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-white{color:var(--colorWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-white{color:var(--colorWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-white{color:var(--colorWhite)!important}}.cl-transparent{color:var(--colorTransparent)}@media(min-width:0)and (max-width:527px){.sm\:cl-transparent{color:var(--colorTransparent)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-transparent{color:var(--colorTransparent)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-transparent{color:var(--colorTransparent)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-transparent{color:var(--colorTransparent)!important}}.cl-dark-4{color:var(--colorDark4)}@media(min-width:0)and (max-width:527px){.sm\:cl-dark-4{color:var(--colorDark4)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-dark-4{color:var(--colorDark4)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-dark-4{color:var(--colorDark4)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-dark-4{color:var(--colorDark4)!important}}.cl-dark-64{color:var(--colorDark64)}@media(min-width:0)and (max-width:527px){.sm\:cl-dark-64{color:var(--colorDark64)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-dark-64{color:var(--colorDark64)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-dark-64{color:var(--colorDark64)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-dark-64{color:var(--colorDark64)!important}}.cl-dark-80{color:var(--colorDark80)}@media(min-width:0)and (max-width:527px){.sm\:cl-dark-80{color:var(--colorDark80)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-dark-80{color:var(--colorDark80)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-dark-80{color:var(--colorDark80)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-dark-80{color:var(--colorDark80)!important}}.cl-light-80{color:var(--colorLight80)}@media(min-width:0)and (max-width:527px){.sm\:cl-light-80{color:var(--colorLight80)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-light-80{color:var(--colorLight80)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-light-80{color:var(--colorLight80)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-light-80{color:var(--colorLight80)!important}}.cl-light-56{color:var(--colorLight56)}@media(min-width:0)and (max-width:527px){.sm\:cl-light-56{color:var(--colorLight56)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-light-56{color:var(--colorLight56)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-light-56{color:var(--colorLight56)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-light-56{color:var(--colorLight56)!important}}.cl-alt-screen-surface{color:var(--colorAltScreenSurface)}@media(min-width:0)and (max-width:527px){.sm\:cl-alt-screen-surface{color:var(--colorAltScreenSurface)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-alt-screen-surface{color:var(--colorAltScreenSurface)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-alt-screen-surface{color:var(--colorAltScreenSurface)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-alt-screen-surface{color:var(--colorAltScreenSurface)!important}}.cl-surface-gradient-top{color:var(--colorSurfaceGradientTop)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-gradient-top{color:var(--colorSurfaceGradientTop)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-gradient-top{color:var(--colorSurfaceGradientTop)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-gradient-top{color:var(--colorSurfaceGradientTop)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-gradient-top{color:var(--colorSurfaceGradientTop)!important}}.cl-surface-gradient-bottom{color:var(--colorSurfaceGradientBottom)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-gradient-bottom{color:var(--colorSurfaceGradientBottom)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-gradient-bottom{color:var(--colorSurfaceGradientBottom)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-gradient-bottom{color:var(--colorSurfaceGradientBottom)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-gradient-bottom{color:var(--colorSurfaceGradientBottom)!important}}.cl-surface-gradient{color:var(--colorSurfaceGradient)}@media(min-width:0)and (max-width:527px){.sm\:cl-surface-gradient{color:var(--colorSurfaceGradient)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-surface-gradient{color:var(--colorSurfaceGradient)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-surface-gradient{color:var(--colorSurfaceGradient)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-surface-gradient{color:var(--colorSurfaceGradient)!important}}.cl-item-modifier-required-background{color:var(--colorItemModifierRequiredBackground)}@media(min-width:0)and (max-width:527px){.sm\:cl-item-modifier-required-background{color:var(--colorItemModifierRequiredBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-item-modifier-required-background{color:var(--colorItemModifierRequiredBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-item-modifier-required-background{color:var(--colorItemModifierRequiredBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-item-modifier-required-background{color:var(--colorItemModifierRequiredBackground)!important}}.cl-item-modifier-required-hover{color:var(--colorItemModifierRequiredHover)}@media(min-width:0)and (max-width:527px){.sm\:cl-item-modifier-required-hover{color:var(--colorItemModifierRequiredHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-item-modifier-required-hover{color:var(--colorItemModifierRequiredHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-item-modifier-required-hover{color:var(--colorItemModifierRequiredHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-item-modifier-required-hover{color:var(--colorItemModifierRequiredHover)!important}}.cl-item-modifier-required-popular{color:var(--colorItemModifierRequiredPopular)}@media(min-width:0)and (max-width:527px){.sm\:cl-item-modifier-required-popular{color:var(--colorItemModifierRequiredPopular)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-item-modifier-required-popular{color:var(--colorItemModifierRequiredPopular)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-item-modifier-required-popular{color:var(--colorItemModifierRequiredPopular)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-item-modifier-required-popular{color:var(--colorItemModifierRequiredPopular)!important}}.cl-pro-member-hover-background{color:var(--colorProMemberHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:cl-pro-member-hover-background{color:var(--colorProMemberHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-pro-member-hover-background{color:var(--colorProMemberHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-pro-member-hover-background{color:var(--colorProMemberHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-pro-member-hover-background{color:var(--colorProMemberHoverBackground)!important}}.cl-pro-member-text-active{color:var(--colorProMemberTextActive)}@media(min-width:0)and (max-width:527px){.sm\:cl-pro-member-text-active{color:var(--colorProMemberTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-pro-member-text-active{color:var(--colorProMemberTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-pro-member-text-active{color:var(--colorProMemberTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-pro-member-text-active{color:var(--colorProMemberTextActive)!important}}.cl-discount-hover-background{color:var(--colorDiscountHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:cl-discount-hover-background{color:var(--colorDiscountHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-discount-hover-background{color:var(--colorDiscountHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-discount-hover-background{color:var(--colorDiscountHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-discount-hover-background{color:var(--colorDiscountHoverBackground)!important}}.cl-discount-text-active{color:var(--colorDiscountTextActive)}@media(min-width:0)and (max-width:527px){.sm\:cl-discount-text-active{color:var(--colorDiscountTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-discount-text-active{color:var(--colorDiscountTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-discount-text-active{color:var(--colorDiscountTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-discount-text-active{color:var(--colorDiscountTextActive)!important}}.cl-loyalty-hover-background{color:var(--colorLoyaltyHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:cl-loyalty-hover-background{color:var(--colorLoyaltyHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-loyalty-hover-background{color:var(--colorLoyaltyHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-loyalty-hover-background{color:var(--colorLoyaltyHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-loyalty-hover-background{color:var(--colorLoyaltyHoverBackground)!important}}.cl-loyalty-text-idle{color:var(--colorLoyaltyTextIdle)}@media(min-width:0)and (max-width:527px){.sm\:cl-loyalty-text-idle{color:var(--colorLoyaltyTextIdle)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-loyalty-text-idle{color:var(--colorLoyaltyTextIdle)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-loyalty-text-idle{color:var(--colorLoyaltyTextIdle)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-loyalty-text-idle{color:var(--colorLoyaltyTextIdle)!important}}.cl-loyalty-text-active{color:var(--colorLoyaltyTextActive)}@media(min-width:0)and (max-width:527px){.sm\:cl-loyalty-text-active{color:var(--colorLoyaltyTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-loyalty-text-active{color:var(--colorLoyaltyTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-loyalty-text-active{color:var(--colorLoyaltyTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-loyalty-text-active{color:var(--colorLoyaltyTextActive)!important}}.cl-loyalty-icon{color:var(--colorLoyaltyIcon)}@media(min-width:0)and (max-width:527px){.sm\:cl-loyalty-icon{color:var(--colorLoyaltyIcon)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-loyalty-icon{color:var(--colorLoyaltyIcon)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-loyalty-icon{color:var(--colorLoyaltyIcon)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-loyalty-icon{color:var(--colorLoyaltyIcon)!important}}.cl-pro-hover-background{color:var(--colorProHoverBackground)}@media(min-width:0)and (max-width:527px){.sm\:cl-pro-hover-background{color:var(--colorProHoverBackground)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-pro-hover-background{color:var(--colorProHoverBackground)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-pro-hover-background{color:var(--colorProHoverBackground)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-pro-hover-background{color:var(--colorProHoverBackground)!important}}.cl-pro-text-active{color:var(--colorProTextActive)}@media(min-width:0)and (max-width:527px){.sm\:cl-pro-text-active{color:var(--colorProTextActive)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-pro-text-active{color:var(--colorProTextActive)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-pro-text-active{color:var(--colorProTextActive)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-pro-text-active{color:var(--colorProTextActive)!important}}.cl-illu-secondary-dark{color:var(--colorIlluSecondaryDark)}@media(min-width:0)and (max-width:527px){.sm\:cl-illu-secondary-dark{color:var(--colorIlluSecondaryDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-illu-secondary-dark{color:var(--colorIlluSecondaryDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-illu-secondary-dark{color:var(--colorIlluSecondaryDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-illu-secondary-dark{color:var(--colorIlluSecondaryDark)!important}}.cl-illu-secondary-75{color:var(--colorIlluSecondary75)}@media(min-width:0)and (max-width:527px){.sm\:cl-illu-secondary-75{color:var(--colorIlluSecondary75)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-illu-secondary-75{color:var(--colorIlluSecondary75)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-illu-secondary-75{color:var(--colorIlluSecondary75)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-illu-secondary-75{color:var(--colorIlluSecondary75)!important}}.cl-illu-secondary-50{color:var(--colorIlluSecondary50)}@media(min-width:0)and (max-width:527px){.sm\:cl-illu-secondary-50{color:var(--colorIlluSecondary50)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-illu-secondary-50{color:var(--colorIlluSecondary50)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-illu-secondary-50{color:var(--colorIlluSecondary50)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-illu-secondary-50{color:var(--colorIlluSecondary50)!important}}.cl-illu-secondary-30{color:var(--colorIlluSecondary30)}@media(min-width:0)and (max-width:527px){.sm\:cl-illu-secondary-30{color:var(--colorIlluSecondary30)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-illu-secondary-30{color:var(--colorIlluSecondary30)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-illu-secondary-30{color:var(--colorIlluSecondary30)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-illu-secondary-30{color:var(--colorIlluSecondary30)!important}}.cl-illu-secondary-20{color:var(--colorIlluSecondary20)}@media(min-width:0)and (max-width:527px){.sm\:cl-illu-secondary-20{color:var(--colorIlluSecondary20)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-illu-secondary-20{color:var(--colorIlluSecondary20)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-illu-secondary-20{color:var(--colorIlluSecondary20)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-illu-secondary-20{color:var(--colorIlluSecondary20)!important}}.cl-illu-secondary-15{color:var(--colorIlluSecondary15)}@media(min-width:0)and (max-width:527px){.sm\:cl-illu-secondary-15{color:var(--colorIlluSecondary15)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-illu-secondary-15{color:var(--colorIlluSecondary15)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-illu-secondary-15{color:var(--colorIlluSecondary15)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-illu-secondary-15{color:var(--colorIlluSecondary15)!important}}.cl-illu-secondary-10{color:var(--colorIlluSecondary10)}@media(min-width:0)and (max-width:527px){.sm\:cl-illu-secondary-10{color:var(--colorIlluSecondary10)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-illu-secondary-10{color:var(--colorIlluSecondary10)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-illu-secondary-10{color:var(--colorIlluSecondary10)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-illu-secondary-10{color:var(--colorIlluSecondary10)!important}}.cl-tile-navigation-primary-800{color:var(--colorTileNavigationPrimary800)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-navigation-primary-800{color:var(--colorTileNavigationPrimary800)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-navigation-primary-800{color:var(--colorTileNavigationPrimary800)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-navigation-primary-800{color:var(--colorTileNavigationPrimary800)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-navigation-primary-800{color:var(--colorTileNavigationPrimary800)!important}}.cl-tile-navigation-primary-700{color:var(--colorTileNavigationPrimary700)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-navigation-primary-700{color:var(--colorTileNavigationPrimary700)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-navigation-primary-700{color:var(--colorTileNavigationPrimary700)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-navigation-primary-700{color:var(--colorTileNavigationPrimary700)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-navigation-primary-700{color:var(--colorTileNavigationPrimary700)!important}}.cl-tile-navigation-primary-600{color:var(--colorTileNavigationPrimary600)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-navigation-primary-600{color:var(--colorTileNavigationPrimary600)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-navigation-primary-600{color:var(--colorTileNavigationPrimary600)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-navigation-primary-600{color:var(--colorTileNavigationPrimary600)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-navigation-primary-600{color:var(--colorTileNavigationPrimary600)!important}}.cl-tile-navigation-primary-500{color:var(--colorTileNavigationPrimary500)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-navigation-primary-500{color:var(--colorTileNavigationPrimary500)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-navigation-primary-500{color:var(--colorTileNavigationPrimary500)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-navigation-primary-500{color:var(--colorTileNavigationPrimary500)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-navigation-primary-500{color:var(--colorTileNavigationPrimary500)!important}}.cl-tile-list-primary-400{color:var(--colorTileListPrimary400)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-list-primary-400{color:var(--colorTileListPrimary400)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-list-primary-400{color:var(--colorTileListPrimary400)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-list-primary-400{color:var(--colorTileListPrimary400)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-list-primary-400{color:var(--colorTileListPrimary400)!important}}.cl-tile-list-primary-300{color:var(--colorTileListPrimary300)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-list-primary-300{color:var(--colorTileListPrimary300)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-list-primary-300{color:var(--colorTileListPrimary300)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-list-primary-300{color:var(--colorTileListPrimary300)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-list-primary-300{color:var(--colorTileListPrimary300)!important}}.cl-tile-list-primary-200{color:var(--colorTileListPrimary200)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-list-primary-200{color:var(--colorTileListPrimary200)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-list-primary-200{color:var(--colorTileListPrimary200)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-list-primary-200{color:var(--colorTileListPrimary200)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-list-primary-200{color:var(--colorTileListPrimary200)!important}}.cl-tile-list-primary-100{color:var(--colorTileListPrimary100)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-list-primary-100{color:var(--colorTileListPrimary100)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-list-primary-100{color:var(--colorTileListPrimary100)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-list-primary-100{color:var(--colorTileListPrimary100)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-list-primary-100{color:var(--colorTileListPrimary100)!important}}.cl-tile-navigation-secondary-800{color:var(--colorTileNavigationSecondary800)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-navigation-secondary-800{color:var(--colorTileNavigationSecondary800)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-navigation-secondary-800{color:var(--colorTileNavigationSecondary800)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-navigation-secondary-800{color:var(--colorTileNavigationSecondary800)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-navigation-secondary-800{color:var(--colorTileNavigationSecondary800)!important}}.cl-tile-navigation-secondary-700{color:var(--colorTileNavigationSecondary700)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-navigation-secondary-700{color:var(--colorTileNavigationSecondary700)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-navigation-secondary-700{color:var(--colorTileNavigationSecondary700)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-navigation-secondary-700{color:var(--colorTileNavigationSecondary700)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-navigation-secondary-700{color:var(--colorTileNavigationSecondary700)!important}}.cl-tile-navigation-secondary-600{color:var(--colorTileNavigationSecondary600)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-navigation-secondary-600{color:var(--colorTileNavigationSecondary600)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-navigation-secondary-600{color:var(--colorTileNavigationSecondary600)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-navigation-secondary-600{color:var(--colorTileNavigationSecondary600)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-navigation-secondary-600{color:var(--colorTileNavigationSecondary600)!important}}.cl-tile-navigation-secondary-500{color:var(--colorTileNavigationSecondary500)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-navigation-secondary-500{color:var(--colorTileNavigationSecondary500)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-navigation-secondary-500{color:var(--colorTileNavigationSecondary500)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-navigation-secondary-500{color:var(--colorTileNavigationSecondary500)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-navigation-secondary-500{color:var(--colorTileNavigationSecondary500)!important}}.cl-tile-list-secondary-400{color:var(--colorTileListSecondary400)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-list-secondary-400{color:var(--colorTileListSecondary400)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-list-secondary-400{color:var(--colorTileListSecondary400)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-list-secondary-400{color:var(--colorTileListSecondary400)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-list-secondary-400{color:var(--colorTileListSecondary400)!important}}.cl-tile-list-secondary-300{color:var(--colorTileListSecondary300)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-list-secondary-300{color:var(--colorTileListSecondary300)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-list-secondary-300{color:var(--colorTileListSecondary300)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-list-secondary-300{color:var(--colorTileListSecondary300)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-list-secondary-300{color:var(--colorTileListSecondary300)!important}}.cl-tile-list-secondary-200{color:var(--colorTileListSecondary200)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-list-secondary-200{color:var(--colorTileListSecondary200)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-list-secondary-200{color:var(--colorTileListSecondary200)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-list-secondary-200{color:var(--colorTileListSecondary200)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-list-secondary-200{color:var(--colorTileListSecondary200)!important}}.cl-tile-list-secondary-100{color:var(--colorTileListSecondary100)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-list-secondary-100{color:var(--colorTileListSecondary100)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-list-secondary-100{color:var(--colorTileListSecondary100)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-list-secondary-100{color:var(--colorTileListSecondary100)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-list-secondary-100{color:var(--colorTileListSecondary100)!important}}.cl-tile-navigation-tertiary-800{color:var(--colorTileNavigationTertiary800)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-navigation-tertiary-800{color:var(--colorTileNavigationTertiary800)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-navigation-tertiary-800{color:var(--colorTileNavigationTertiary800)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-navigation-tertiary-800{color:var(--colorTileNavigationTertiary800)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-navigation-tertiary-800{color:var(--colorTileNavigationTertiary800)!important}}.cl-tile-navigation-tertiary-700{color:var(--colorTileNavigationTertiary700)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-navigation-tertiary-700{color:var(--colorTileNavigationTertiary700)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-navigation-tertiary-700{color:var(--colorTileNavigationTertiary700)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-navigation-tertiary-700{color:var(--colorTileNavigationTertiary700)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-navigation-tertiary-700{color:var(--colorTileNavigationTertiary700)!important}}.cl-tile-navigation-tertiary-600{color:var(--colorTileNavigationTertiary600)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-navigation-tertiary-600{color:var(--colorTileNavigationTertiary600)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-navigation-tertiary-600{color:var(--colorTileNavigationTertiary600)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-navigation-tertiary-600{color:var(--colorTileNavigationTertiary600)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-navigation-tertiary-600{color:var(--colorTileNavigationTertiary600)!important}}.cl-tile-navigation-tertiary-500{color:var(--colorTileNavigationTertiary500)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-navigation-tertiary-500{color:var(--colorTileNavigationTertiary500)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-navigation-tertiary-500{color:var(--colorTileNavigationTertiary500)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-navigation-tertiary-500{color:var(--colorTileNavigationTertiary500)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-navigation-tertiary-500{color:var(--colorTileNavigationTertiary500)!important}}.cl-tile-list-tertiary-400{color:var(--colorTileListTertiary400)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-list-tertiary-400{color:var(--colorTileListTertiary400)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-list-tertiary-400{color:var(--colorTileListTertiary400)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-list-tertiary-400{color:var(--colorTileListTertiary400)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-list-tertiary-400{color:var(--colorTileListTertiary400)!important}}.cl-tile-list-tertiary-300{color:var(--colorTileListTertiary300)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-list-tertiary-300{color:var(--colorTileListTertiary300)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-list-tertiary-300{color:var(--colorTileListTertiary300)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-list-tertiary-300{color:var(--colorTileListTertiary300)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-list-tertiary-300{color:var(--colorTileListTertiary300)!important}}.cl-tile-list-tertiary-200{color:var(--colorTileListTertiary200)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-list-tertiary-200{color:var(--colorTileListTertiary200)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-list-tertiary-200{color:var(--colorTileListTertiary200)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-list-tertiary-200{color:var(--colorTileListTertiary200)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-list-tertiary-200{color:var(--colorTileListTertiary200)!important}}.cl-tile-list-tertiary-100{color:var(--colorTileListTertiary100)}@media(min-width:0)and (max-width:527px){.sm\:cl-tile-list-tertiary-100{color:var(--colorTileListTertiary100)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tile-list-tertiary-100{color:var(--colorTileListTertiary100)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tile-list-tertiary-100{color:var(--colorTileListTertiary100)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tile-list-tertiary-100{color:var(--colorTileListTertiary100)!important}}.cl-social-media-facebook{color:var(--colorSocialMediaFacebook)}@media(min-width:0)and (max-width:527px){.sm\:cl-social-media-facebook{color:var(--colorSocialMediaFacebook)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-social-media-facebook{color:var(--colorSocialMediaFacebook)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-social-media-facebook{color:var(--colorSocialMediaFacebook)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-social-media-facebook{color:var(--colorSocialMediaFacebook)!important}}.cl-social-media-facebook-hover{color:var(--colorSocialMediaFacebookHover)}@media(min-width:0)and (max-width:527px){.sm\:cl-social-media-facebook-hover{color:var(--colorSocialMediaFacebookHover)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-social-media-facebook-hover{color:var(--colorSocialMediaFacebookHover)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-social-media-facebook-hover{color:var(--colorSocialMediaFacebookHover)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-social-media-facebook-hover{color:var(--colorSocialMediaFacebookHover)!important}}.cl-focus-ring-light{color:var(--colorFocusRingLight)}@media(min-width:0)and (max-width:527px){.sm\:cl-focus-ring-light{color:var(--colorFocusRingLight)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-focus-ring-light{color:var(--colorFocusRingLight)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-focus-ring-light{color:var(--colorFocusRingLight)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-focus-ring-light{color:var(--colorFocusRingLight)!important}}.cl-focus-ring-dark{color:var(--colorFocusRingDark)}@media(min-width:0)and (max-width:527px){.sm\:cl-focus-ring-dark{color:var(--colorFocusRingDark)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-focus-ring-dark{color:var(--colorFocusRingDark)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-focus-ring-dark{color:var(--colorFocusRingDark)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-focus-ring-dark{color:var(--colorFocusRingDark)!important}}.cl-tabsquare-primary{color:var(--colorTabsquarePrimary)}@media(min-width:0)and (max-width:527px){.sm\:cl-tabsquare-primary{color:var(--colorTabsquarePrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tabsquare-primary{color:var(--colorTabsquarePrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tabsquare-primary{color:var(--colorTabsquarePrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tabsquare-primary{color:var(--colorTabsquarePrimary)!important}}.cl-yuu-primary{color:var(--colorYuuPrimary)}@media(min-width:0)and (max-width:527px){.sm\:cl-yuu-primary{color:var(--colorYuuPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-yuu-primary{color:var(--colorYuuPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-yuu-primary{color:var(--colorYuuPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-yuu-primary{color:var(--colorYuuPrimary)!important}}.cl-klarna-pink{color:var(--colorKlarnaPink)}@media(min-width:0)and (max-width:527px){.sm\:cl-klarna-pink{color:var(--colorKlarnaPink)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-klarna-pink{color:var(--colorKlarnaPink)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-klarna-pink{color:var(--colorKlarnaPink)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-klarna-pink{color:var(--colorKlarnaPink)!important}}.cl-klarna-off-white{color:var(--colorKlarnaOffWhite)}@media(min-width:0)and (max-width:527px){.sm\:cl-klarna-off-white{color:var(--colorKlarnaOffWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-klarna-off-white{color:var(--colorKlarnaOffWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-klarna-off-white{color:var(--colorKlarnaOffWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-klarna-off-white{color:var(--colorKlarnaOffWhite)!important}}.cl-klarna-black{color:var(--colorKlarnaBlack)}@media(min-width:0)and (max-width:527px){.sm\:cl-klarna-black{color:var(--colorKlarnaBlack)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-klarna-black{color:var(--colorKlarnaBlack)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-klarna-black{color:var(--colorKlarnaBlack)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-klarna-black{color:var(--colorKlarnaBlack)!important}}.cl-sgroup-primary{color:var(--colorSgroupPrimary)}@media(min-width:0)and (max-width:527px){.sm\:cl-sgroup-primary{color:var(--colorSgroupPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-sgroup-primary{color:var(--colorSgroupPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-sgroup-primary{color:var(--colorSgroupPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-sgroup-primary{color:var(--colorSgroupPrimary)!important}}.cl-brand-highlight-lvl1{color:var(--colorBrandHighlightLvl1)}@media(min-width:0)and (max-width:527px){.sm\:cl-brand-highlight-lvl1{color:var(--colorBrandHighlightLvl1)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-brand-highlight-lvl1{color:var(--colorBrandHighlightLvl1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-brand-highlight-lvl1{color:var(--colorBrandHighlightLvl1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-brand-highlight-lvl1{color:var(--colorBrandHighlightLvl1)!important}}.cl-brand-linear-gradient-1{color:var(--colorLinearGradient1)}@media(min-width:0)and (max-width:527px){.sm\:cl-brand-linear-gradient-1{color:var(--colorLinearGradient1)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-brand-linear-gradient-1{color:var(--colorLinearGradient1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-brand-linear-gradient-1{color:var(--colorLinearGradient1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-brand-linear-gradient-1{color:var(--colorLinearGradient1)!important}}.cl-brand-linear-gradient-2{color:var(--colorLinearGradient2)}@media(min-width:0)and (max-width:527px){.sm\:cl-brand-linear-gradient-2{color:var(--colorLinearGradient2)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-brand-linear-gradient-2{color:var(--colorLinearGradient2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-brand-linear-gradient-2{color:var(--colorLinearGradient2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-brand-linear-gradient-2{color:var(--colorLinearGradient2)!important}}.cl-rating-tag-text{color:var(--colorRatingTagText)}@media(min-width:0)and (max-width:527px){.sm\:cl-rating-tag-text{color:var(--colorRatingTagText)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rating-tag-text{color:var(--colorRatingTagText)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rating-tag-text{color:var(--colorRatingTagText)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rating-tag-text{color:var(--colorRatingTagText)!important}}.cl-deal-highlight-lvl1{color:var(--colorDealHighlightLvl1)}@media(min-width:0)and (max-width:527px){.sm\:cl-deal-highlight-lvl1{color:var(--colorDealHighlightLvl1)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-deal-highlight-lvl1{color:var(--colorDealHighlightLvl1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-deal-highlight-lvl1{color:var(--colorDealHighlightLvl1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-deal-highlight-lvl1{color:var(--colorDealHighlightLvl1)!important}}.cl-deal-highlight-lvl2{color:var(--colorDealHighlightLvl2)}@media(min-width:0)and (max-width:527px){.sm\:cl-deal-highlight-lvl2{color:var(--colorDealHighlightLvl2)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-deal-highlight-lvl2{color:var(--colorDealHighlightLvl2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-deal-highlight-lvl2{color:var(--colorDealHighlightLvl2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-deal-highlight-lvl2{color:var(--colorDealHighlightLvl2)!important}}.cl-joker-primary{color:var(--colorJokerPrimary)}@media(min-width:0)and (max-width:527px){.sm\:cl-joker-primary{color:var(--colorJokerPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-joker-primary{color:var(--colorJokerPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-joker-primary{color:var(--colorJokerPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-joker-primary{color:var(--colorJokerPrimary)!important}}.cl-joker-primary-bk{color:var(--colorJokerPrimaryBk)}@media(min-width:0)and (max-width:527px){.sm\:cl-joker-primary-bk{color:var(--colorJokerPrimaryBk)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-joker-primary-bk{color:var(--colorJokerPrimaryBk)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-joker-primary-bk{color:var(--colorJokerPrimaryBk)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-joker-primary-bk{color:var(--colorJokerPrimaryBk)!important}}.cl-joker-primary-bk2{color:var(--colorJokerPrimaryBk2)}@media(min-width:0)and (max-width:527px){.sm\:cl-joker-primary-bk2{color:var(--colorJokerPrimaryBk2)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-joker-primary-bk2{color:var(--colorJokerPrimaryBk2)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-joker-primary-bk2{color:var(--colorJokerPrimaryBk2)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-joker-primary-bk2{color:var(--colorJokerPrimaryBk2)!important}}.cl-joker-secondary{color:var(--colorJokerSecondary)}@media(min-width:0)and (max-width:527px){.sm\:cl-joker-secondary{color:var(--colorJokerSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-joker-secondary{color:var(--colorJokerSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-joker-secondary{color:var(--colorJokerSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-joker-secondary{color:var(--colorJokerSecondary)!important}}.cl-joker-secondary-bk{color:var(--colorJokerSecondaryBk)}@media(min-width:0)and (max-width:527px){.sm\:cl-joker-secondary-bk{color:var(--colorJokerSecondaryBk)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-joker-secondary-bk{color:var(--colorJokerSecondaryBk)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-joker-secondary-bk{color:var(--colorJokerSecondaryBk)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-joker-secondary-bk{color:var(--colorJokerSecondaryBk)!important}}.cl-joker-tertiary{color:var(--colorJokerTertiary)}@media(min-width:0)and (max-width:527px){.sm\:cl-joker-tertiary{color:var(--colorJokerTertiary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-joker-tertiary{color:var(--colorJokerTertiary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-joker-tertiary{color:var(--colorJokerTertiary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-joker-tertiary{color:var(--colorJokerTertiary)!important}}.cl-joker-tertiary-bk{color:var(--colorJokerTertiaryBk)}@media(min-width:0)and (max-width:527px){.sm\:cl-joker-tertiary-bk{color:var(--colorJokerTertiaryBk)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-joker-tertiary-bk{color:var(--colorJokerTertiaryBk)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-joker-tertiary-bk{color:var(--colorJokerTertiaryBk)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-joker-tertiary-bk{color:var(--colorJokerTertiaryBk)!important}}.cl-brand-primary-dark{color:#c60d5c}@media(min-width:0)and (max-width:527px){.sm\:cl-brand-primary-dark{color:#c60d5c!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-brand-primary-dark{color:#c60d5c!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-brand-primary-dark{color:#c60d5c!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-brand-primary-dark{color:#c60d5c!important}}.cl-ratings{color:#276fbf}@media(min-width:0)and (max-width:527px){.sm\:cl-ratings{color:#276fbf!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-ratings{color:#276fbf!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-ratings{color:#276fbf!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-ratings{color:#276fbf!important}}.cl-tag-best-in-city-bg{color:var(--colorBrandSecondary)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-best-in-city-bg{color:var(--colorBrandSecondary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-best-in-city-bg{color:var(--colorBrandSecondary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-best-in-city-bg{color:var(--colorBrandSecondary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-best-in-city-bg{color:var(--colorBrandSecondary)!important}}.cl-tag-best-in-city-text{color:var(--colorWhite)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-best-in-city-text{color:var(--colorWhite)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-best-in-city-text{color:var(--colorWhite)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-best-in-city-text{color:var(--colorWhite)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-best-in-city-text{color:var(--colorWhite)!important}}.cl-tag-deal-bg{color:#fef6f9}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-deal-bg{color:#fef6f9!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-deal-bg{color:#fef6f9!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-deal-bg{color:#fef6f9!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-deal-bg{color:#fef6f9!important}}.cl-tag-primary-bg{color:var(--colorBrandPrimary)}@media(min-width:0)and (max-width:527px){.sm\:cl-tag-primary-bg{color:var(--colorBrandPrimary)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-tag-primary-bg{color:var(--colorBrandPrimary)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-tag-primary-bg{color:var(--colorBrandPrimary)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-tag-primary-bg{color:var(--colorBrandPrimary)!important}}.cl-brand-blue{color:#d4dfe6}@media(min-width:0)and (max-width:527px){.sm\:cl-brand-blue{color:#d4dfe6!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-brand-blue{color:#d4dfe6!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-brand-blue{color:#d4dfe6!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-brand-blue{color:#d4dfe6!important}}.cl-brand-blue-ii{color:#1f4d5d}@media(min-width:0)and (max-width:527px){.sm\:cl-brand-blue-ii{color:#1f4d5d!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-brand-blue-ii{color:#1f4d5d!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-brand-blue-ii{color:#1f4d5d!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-brand-blue-ii{color:#1f4d5d!important}}.cl-brand-blue-iii{color:#9cb4bf}@media(min-width:0)and (max-width:527px){.sm\:cl-brand-blue-iii{color:#9cb4bf!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-brand-blue-iii{color:#9cb4bf!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-brand-blue-iii{color:#9cb4bf!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-brand-blue-iii{color:#9cb4bf!important}}.cl-brand-blue-iv{color:#8aa7b3}@media(min-width:0)and (max-width:527px){.sm\:cl-brand-blue-iv{color:#8aa7b3!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-brand-blue-iv{color:#8aa7b3!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-brand-blue-iv{color:#8aa7b3!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-brand-blue-iv{color:#8aa7b3!important}}.cl-brand-grayedout{color:#ea81ae}@media(min-width:0)and (max-width:527px){.sm\:cl-brand-grayedout{color:#ea81ae!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-brand-grayedout{color:#ea81ae!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-brand-grayedout{color:#ea81ae!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-brand-grayedout{color:#ea81ae!important}}.cl-brand-pink-80{color:#e14e84}@media(min-width:0)and (max-width:527px){.sm\:cl-brand-pink-80{color:#e14e84!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-brand-pink-80{color:#e14e84!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-brand-pink-80{color:#e14e84!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-brand-pink-80{color:#e14e84!important}}.cl-brand-pink-60{color:#eb7ca3}@media(min-width:0)and (max-width:527px){.sm\:cl-brand-pink-60{color:#eb7ca3!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-brand-pink-60{color:#eb7ca3!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-brand-pink-60{color:#eb7ca3!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-brand-pink-60{color:#eb7ca3!important}}.cl-brand-pink-30{color:#f7bdd1}@media(min-width:0)and (max-width:527px){.sm\:cl-brand-pink-30{color:#f7bdd1!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-brand-pink-30{color:#f7bdd1!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-brand-pink-30{color:#f7bdd1!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-brand-pink-30{color:#f7bdd1!important}}.cl-gradient-middle{color:#c60d5c}@media(min-width:0)and (max-width:527px){.sm\:cl-gradient-middle{color:#c60d5c!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-gradient-middle{color:#c60d5c!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-gradient-middle{color:#c60d5c!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-gradient-middle{color:#c60d5c!important}}.cl-grayedout{color:hsla(0,0%,100%,.84)}@media(min-width:0)and (max-width:527px){.sm\:cl-grayedout{color:hsla(0,0%,100%,.84)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-grayedout{color:hsla(0,0%,100%,.84)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-grayedout{color:hsla(0,0%,100%,.84)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-grayedout{color:hsla(0,0%,100%,.84)!important}}.cl-neutral-light-surface{color:#fafafa}@media(min-width:0)and (max-width:527px){.sm\:cl-neutral-light-surface{color:#fafafa!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-neutral-light-surface{color:#fafafa!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-neutral-light-surface{color:#fafafa!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-neutral-light-surface{color:#fafafa!important}}.cl-overlay-lvl1{color:rgba(0,0,0,.02)}@media(min-width:0)and (max-width:527px){.sm\:cl-overlay-lvl1{color:rgba(0,0,0,.02)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-overlay-lvl1{color:rgba(0,0,0,.02)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-overlay-lvl1{color:rgba(0,0,0,.02)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-overlay-lvl1{color:rgba(0,0,0,.02)!important}}.cl-overlay-lvl2{color:rgba(0,0,0,.04)}@media(min-width:0)and (max-width:527px){.sm\:cl-overlay-lvl2{color:rgba(0,0,0,.04)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-overlay-lvl2{color:rgba(0,0,0,.04)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-overlay-lvl2{color:rgba(0,0,0,.04)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-overlay-lvl2{color:rgba(0,0,0,.04)!important}}.cl-overlay-lvl3{color:rgba(0,0,0,.08)}@media(min-width:0)and (max-width:527px){.sm\:cl-overlay-lvl3{color:rgba(0,0,0,.08)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-overlay-lvl3{color:rgba(0,0,0,.08)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-overlay-lvl3{color:rgba(0,0,0,.08)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-overlay-lvl3{color:rgba(0,0,0,.08)!important}}.cl-overlay-lvl4{color:rgba(0,0,0,.12)}@media(min-width:0)and (max-width:527px){.sm\:cl-overlay-lvl4{color:rgba(0,0,0,.12)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-overlay-lvl4{color:rgba(0,0,0,.12)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-overlay-lvl4{color:rgba(0,0,0,.12)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-overlay-lvl4{color:rgba(0,0,0,.12)!important}}.cl-overlay-lvl5{color:rgba(0,0,0,.16)}@media(min-width:0)and (max-width:527px){.sm\:cl-overlay-lvl5{color:rgba(0,0,0,.16)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-overlay-lvl5{color:rgba(0,0,0,.16)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-overlay-lvl5{color:rgba(0,0,0,.16)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-overlay-lvl5{color:rgba(0,0,0,.16)!important}}.cl-overlay-lvl6{color:rgba(0,0,0,.48)}@media(min-width:0)and (max-width:527px){.sm\:cl-overlay-lvl6{color:rgba(0,0,0,.48)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-overlay-lvl6{color:rgba(0,0,0,.48)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-overlay-lvl6{color:rgba(0,0,0,.48)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-overlay-lvl6{color:rgba(0,0,0,.48)!important}}.cl-overlay-white{color:hsla(0,0%,100%,.64)}@media(min-width:0)and (max-width:527px){.sm\:cl-overlay-white{color:hsla(0,0%,100%,.64)!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-overlay-white{color:hsla(0,0%,100%,.64)!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-overlay-white{color:hsla(0,0%,100%,.64)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-overlay-white{color:hsla(0,0%,100%,.64)!important}}.cl-rating-highlight{color:#e9f0f8}@media(min-width:0)and (max-width:527px){.sm\:cl-rating-highlight{color:#e9f0f8!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rating-highlight{color:#e9f0f8!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rating-highlight{color:#e9f0f8!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rating-highlight{color:#e9f0f8!important}}.cl-rider-banner{color:#d70f64}@media(min-width:0)and (max-width:527px){.sm\:cl-rider-banner{color:#d70f64!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-rider-banner{color:#d70f64!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-rider-banner{color:#d70f64!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-rider-banner{color:#d70f64!important}}.cl-social-applepay{color:#000}@media(min-width:0)and (max-width:527px){.sm\:cl-social-applepay{color:#000!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-social-applepay{color:#000!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-social-applepay{color:#000!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-social-applepay{color:#000!important}}.cl-social-facebook{color:#1877f2}@media(min-width:0)and (max-width:527px){.sm\:cl-social-facebook{color:#1877f2!important}}@media(min-width:528px)and (max-width:767px){.md\:cl-social-facebook{color:#1877f2!important}}@media(min-width:768px)and (max-width:959px){.lg\:cl-social-facebook{color:#1877f2!important}}@media(min-width:960px)and (max-width:1263px){.xl\:cl-social-facebook{color:#1877f2!important}}.zi-surface-base{z-index:var(--bdsZindexSurfaceBase)}@media(min-width:0)and (max-width:527px){.sm\:zi-surface-base{z-index:var(--bdsZindexSurfaceBase)!important}}@media(min-width:528px)and (max-width:767px){.md\:zi-surface-base{z-index:var(--bdsZindexSurfaceBase)!important}}@media(min-width:768px)and (max-width:959px){.lg\:zi-surface-base{z-index:var(--bdsZindexSurfaceBase)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:zi-surface-base{z-index:var(--bdsZindexSurfaceBase)!important}}.zi-surface-raised{z-index:var(--bdsZindexSurfaceRaised)}@media(min-width:0)and (max-width:527px){.sm\:zi-surface-raised{z-index:var(--bdsZindexSurfaceRaised)!important}}@media(min-width:528px)and (max-width:767px){.md\:zi-surface-raised{z-index:var(--bdsZindexSurfaceRaised)!important}}@media(min-width:768px)and (max-width:959px){.lg\:zi-surface-raised{z-index:var(--bdsZindexSurfaceRaised)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:zi-surface-raised{z-index:var(--bdsZindexSurfaceRaised)!important}}.zi-surface-peaked{z-index:var(--bdsZindexSurfacePeaked)}@media(min-width:0)and (max-width:527px){.sm\:zi-surface-peaked{z-index:var(--bdsZindexSurfacePeaked)!important}}@media(min-width:528px)and (max-width:767px){.md\:zi-surface-peaked{z-index:var(--bdsZindexSurfacePeaked)!important}}@media(min-width:768px)and (max-width:959px){.lg\:zi-surface-peaked{z-index:var(--bdsZindexSurfacePeaked)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:zi-surface-peaked{z-index:var(--bdsZindexSurfacePeaked)!important}}.zi-low-base{z-index:var(--bdsZindexLowBase)}@media(min-width:0)and (max-width:527px){.sm\:zi-low-base{z-index:var(--bdsZindexLowBase)!important}}@media(min-width:528px)and (max-width:767px){.md\:zi-low-base{z-index:var(--bdsZindexLowBase)!important}}@media(min-width:768px)and (max-width:959px){.lg\:zi-low-base{z-index:var(--bdsZindexLowBase)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:zi-low-base{z-index:var(--bdsZindexLowBase)!important}}.zi-low-raised{z-index:var(--bdsZindexLowRaised)}@media(min-width:0)and (max-width:527px){.sm\:zi-low-raised{z-index:var(--bdsZindexLowRaised)!important}}@media(min-width:528px)and (max-width:767px){.md\:zi-low-raised{z-index:var(--bdsZindexLowRaised)!important}}@media(min-width:768px)and (max-width:959px){.lg\:zi-low-raised{z-index:var(--bdsZindexLowRaised)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:zi-low-raised{z-index:var(--bdsZindexLowRaised)!important}}.zi-low-peaked{z-index:var(--bdsZindexLowPeaked)}@media(min-width:0)and (max-width:527px){.sm\:zi-low-peaked{z-index:var(--bdsZindexLowPeaked)!important}}@media(min-width:528px)and (max-width:767px){.md\:zi-low-peaked{z-index:var(--bdsZindexLowPeaked)!important}}@media(min-width:768px)and (max-width:959px){.lg\:zi-low-peaked{z-index:var(--bdsZindexLowPeaked)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:zi-low-peaked{z-index:var(--bdsZindexLowPeaked)!important}}.zi-medium-base{z-index:var(--bdsZindexMediumBase)}@media(min-width:0)and (max-width:527px){.sm\:zi-medium-base{z-index:var(--bdsZindexMediumBase)!important}}@media(min-width:528px)and (max-width:767px){.md\:zi-medium-base{z-index:var(--bdsZindexMediumBase)!important}}@media(min-width:768px)and (max-width:959px){.lg\:zi-medium-base{z-index:var(--bdsZindexMediumBase)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:zi-medium-base{z-index:var(--bdsZindexMediumBase)!important}}.zi-medium-raised{z-index:var(--bdsZindexMediumRaised)}@media(min-width:0)and (max-width:527px){.sm\:zi-medium-raised{z-index:var(--bdsZindexMediumRaised)!important}}@media(min-width:528px)and (max-width:767px){.md\:zi-medium-raised{z-index:var(--bdsZindexMediumRaised)!important}}@media(min-width:768px)and (max-width:959px){.lg\:zi-medium-raised{z-index:var(--bdsZindexMediumRaised)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:zi-medium-raised{z-index:var(--bdsZindexMediumRaised)!important}}.zi-medium-peaked{z-index:var(--bdsZindexMediumPeaked)}@media(min-width:0)and (max-width:527px){.sm\:zi-medium-peaked{z-index:var(--bdsZindexMediumPeaked)!important}}@media(min-width:528px)and (max-width:767px){.md\:zi-medium-peaked{z-index:var(--bdsZindexMediumPeaked)!important}}@media(min-width:768px)and (max-width:959px){.lg\:zi-medium-peaked{z-index:var(--bdsZindexMediumPeaked)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:zi-medium-peaked{z-index:var(--bdsZindexMediumPeaked)!important}}.zi-high-base{z-index:var(--bdsZindexHighBase)}@media(min-width:0)and (max-width:527px){.sm\:zi-high-base{z-index:var(--bdsZindexHighBase)!important}}@media(min-width:528px)and (max-width:767px){.md\:zi-high-base{z-index:var(--bdsZindexHighBase)!important}}@media(min-width:768px)and (max-width:959px){.lg\:zi-high-base{z-index:var(--bdsZindexHighBase)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:zi-high-base{z-index:var(--bdsZindexHighBase)!important}}.zi-high-raised{z-index:var(--bdsZindexHighRaised)}@media(min-width:0)and (max-width:527px){.sm\:zi-high-raised{z-index:var(--bdsZindexHighRaised)!important}}@media(min-width:528px)and (max-width:767px){.md\:zi-high-raised{z-index:var(--bdsZindexHighRaised)!important}}@media(min-width:768px)and (max-width:959px){.lg\:zi-high-raised{z-index:var(--bdsZindexHighRaised)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:zi-high-raised{z-index:var(--bdsZindexHighRaised)!important}}.zi-high-peaked{z-index:var(--bdsZindexHighPeaked)}@media(min-width:0)and (max-width:527px){.sm\:zi-high-peaked{z-index:var(--bdsZindexHighPeaked)!important}}@media(min-width:528px)and (max-width:767px){.md\:zi-high-peaked{z-index:var(--bdsZindexHighPeaked)!important}}@media(min-width:768px)and (max-width:959px){.lg\:zi-high-peaked{z-index:var(--bdsZindexHighPeaked)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:zi-high-peaked{z-index:var(--bdsZindexHighPeaked)!important}}.ai-center{align-items:center}@media(min-width:0)and (max-width:527px){.sm\:ai-center{align-items:center!important}}@media(min-width:528px)and (max-width:767px){.md\:ai-center{align-items:center!important}}@media(min-width:768px)and (max-width:959px){.lg\:ai-center{align-items:center!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ai-center{align-items:center!important}}.ai-space-between{align-items:space-between}@media(min-width:0)and (max-width:527px){.sm\:ai-space-between{align-items:space-between!important}}@media(min-width:528px)and (max-width:767px){.md\:ai-space-between{align-items:space-between!important}}@media(min-width:768px)and (max-width:959px){.lg\:ai-space-between{align-items:space-between!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ai-space-between{align-items:space-between!important}}.ai-space-evenly{align-items:space-evenly}@media(min-width:0)and (max-width:527px){.sm\:ai-space-evenly{align-items:space-evenly!important}}@media(min-width:528px)and (max-width:767px){.md\:ai-space-evenly{align-items:space-evenly!important}}@media(min-width:768px)and (max-width:959px){.lg\:ai-space-evenly{align-items:space-evenly!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ai-space-evenly{align-items:space-evenly!important}}.ai-space-around{align-items:space-around}@media(min-width:0)and (max-width:527px){.sm\:ai-space-around{align-items:space-around!important}}@media(min-width:528px)and (max-width:767px){.md\:ai-space-around{align-items:space-around!important}}@media(min-width:768px)and (max-width:959px){.lg\:ai-space-around{align-items:space-around!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ai-space-around{align-items:space-around!important}}.ai-start{align-items:flex-start}@media(min-width:0)and (max-width:527px){.sm\:ai-start{align-items:flex-start!important}}@media(min-width:528px)and (max-width:767px){.md\:ai-start{align-items:flex-start!important}}@media(min-width:768px)and (max-width:959px){.lg\:ai-start{align-items:flex-start!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ai-start{align-items:flex-start!important}}.ai-end{align-items:flex-end}@media(min-width:0)and (max-width:527px){.sm\:ai-end{align-items:flex-end!important}}@media(min-width:528px)and (max-width:767px){.md\:ai-end{align-items:flex-end!important}}@media(min-width:768px)and (max-width:959px){.lg\:ai-end{align-items:flex-end!important}}@media(min-width:960px)and (max-width:1263px){.xl\:ai-end{align-items:flex-end!important}}.jc-center{justify-content:center}@media(min-width:0)and (max-width:527px){.sm\:jc-center{justify-content:center!important}}@media(min-width:528px)and (max-width:767px){.md\:jc-center{justify-content:center!important}}@media(min-width:768px)and (max-width:959px){.lg\:jc-center{justify-content:center!important}}@media(min-width:960px)and (max-width:1263px){.xl\:jc-center{justify-content:center!important}}.jc-space-between{justify-content:space-between}@media(min-width:0)and (max-width:527px){.sm\:jc-space-between{justify-content:space-between!important}}@media(min-width:528px)and (max-width:767px){.md\:jc-space-between{justify-content:space-between!important}}@media(min-width:768px)and (max-width:959px){.lg\:jc-space-between{justify-content:space-between!important}}@media(min-width:960px)and (max-width:1263px){.xl\:jc-space-between{justify-content:space-between!important}}.jc-space-evenly{justify-content:space-evenly}@media(min-width:0)and (max-width:527px){.sm\:jc-space-evenly{justify-content:space-evenly!important}}@media(min-width:528px)and (max-width:767px){.md\:jc-space-evenly{justify-content:space-evenly!important}}@media(min-width:768px)and (max-width:959px){.lg\:jc-space-evenly{justify-content:space-evenly!important}}@media(min-width:960px)and (max-width:1263px){.xl\:jc-space-evenly{justify-content:space-evenly!important}}.jc-space-around{justify-content:space-around}@media(min-width:0)and (max-width:527px){.sm\:jc-space-around{justify-content:space-around!important}}@media(min-width:528px)and (max-width:767px){.md\:jc-space-around{justify-content:space-around!important}}@media(min-width:768px)and (max-width:959px){.lg\:jc-space-around{justify-content:space-around!important}}@media(min-width:960px)and (max-width:1263px){.xl\:jc-space-around{justify-content:space-around!important}}.jc-start{justify-content:flex-start}@media(min-width:0)and (max-width:527px){.sm\:jc-start{justify-content:flex-start!important}}@media(min-width:528px)and (max-width:767px){.md\:jc-start{justify-content:flex-start!important}}@media(min-width:768px)and (max-width:959px){.lg\:jc-start{justify-content:flex-start!important}}@media(min-width:960px)and (max-width:1263px){.xl\:jc-start{justify-content:flex-start!important}}.jc-end{justify-content:flex-end}@media(min-width:0)and (max-width:527px){.sm\:jc-end{justify-content:flex-end!important}}@media(min-width:528px)and (max-width:767px){.md\:jc-end{justify-content:flex-end!important}}@media(min-width:768px)and (max-width:959px){.lg\:jc-end{justify-content:flex-end!important}}@media(min-width:960px)and (max-width:1263px){.xl\:jc-end{justify-content:flex-end!important}}.fw-nowrap{flex-wrap:nowrap}@media(min-width:0)and (max-width:527px){.sm\:fw-nowrap{flex-wrap:nowrap!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-nowrap{flex-wrap:nowrap!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-nowrap{flex-wrap:nowrap!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-nowrap{flex-wrap:nowrap!important}}.fw-wrap{flex-wrap:wrap}@media(min-width:0)and (max-width:527px){.sm\:fw-wrap{flex-wrap:wrap!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-wrap{flex-wrap:wrap!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-wrap{flex-wrap:wrap!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-wrap{flex-wrap:wrap!important}}.fw-wrap-reverse{flex-wrap:wrap-reverse}@media(min-width:0)and (max-width:527px){.sm\:fw-wrap-reverse{flex-wrap:wrap-reverse!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-wrap-reverse{flex-wrap:wrap-reverse!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-wrap-reverse{flex-wrap:wrap-reverse!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-wrap-reverse{flex-wrap:wrap-reverse!important}}.fw-initial{flex-wrap:nowrap}@media(min-width:0)and (max-width:527px){.sm\:fw-initial{flex-wrap:nowrap!important}}@media(min-width:528px)and (max-width:767px){.md\:fw-initial{flex-wrap:nowrap!important}}@media(min-width:768px)and (max-width:959px){.lg\:fw-initial{flex-wrap:nowrap!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fw-initial{flex-wrap:nowrap!important}}.fd-row{flex-direction:row}@media(min-width:0)and (max-width:527px){.sm\:fd-row{flex-direction:row!important}}@media(min-width:528px)and (max-width:767px){.md\:fd-row{flex-direction:row!important}}@media(min-width:768px)and (max-width:959px){.lg\:fd-row{flex-direction:row!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fd-row{flex-direction:row!important}}.fd-row-reverse{flex-direction:row-reverse}@media(min-width:0)and (max-width:527px){.sm\:fd-row-reverse{flex-direction:row-reverse!important}}@media(min-width:528px)and (max-width:767px){.md\:fd-row-reverse{flex-direction:row-reverse!important}}@media(min-width:768px)and (max-width:959px){.lg\:fd-row-reverse{flex-direction:row-reverse!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fd-row-reverse{flex-direction:row-reverse!important}}.fd-column{flex-direction:column}@media(min-width:0)and (max-width:527px){.sm\:fd-column{flex-direction:column!important}}@media(min-width:528px)and (max-width:767px){.md\:fd-column{flex-direction:column!important}}@media(min-width:768px)and (max-width:959px){.lg\:fd-column{flex-direction:column!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fd-column{flex-direction:column!important}}.fd-column-reverse{flex-direction:column-reverse}@media(min-width:0)and (max-width:527px){.sm\:fd-column-reverse{flex-direction:column-reverse!important}}@media(min-width:528px)and (max-width:767px){.md\:fd-column-reverse{flex-direction:column-reverse!important}}@media(min-width:768px)and (max-width:959px){.lg\:fd-column-reverse{flex-direction:column-reverse!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fd-column-reverse{flex-direction:column-reverse!important}}.fd-initial{flex-direction:row}@media(min-width:0)and (max-width:527px){.sm\:fd-initial{flex-direction:row!important}}@media(min-width:528px)and (max-width:767px){.md\:fd-initial{flex-direction:row!important}}@media(min-width:768px)and (max-width:959px){.lg\:fd-initial{flex-direction:row!important}}@media(min-width:960px)and (max-width:1263px){.xl\:fd-initial{flex-direction:row!important}}.as-center{align-self:center}@media(min-width:0)and (max-width:527px){.sm\:as-center{align-self:center!important}}@media(min-width:528px)and (max-width:767px){.md\:as-center{align-self:center!important}}@media(min-width:768px)and (max-width:959px){.lg\:as-center{align-self:center!important}}@media(min-width:960px)and (max-width:1263px){.xl\:as-center{align-self:center!important}}.as-space-between{align-self:space-between}@media(min-width:0)and (max-width:527px){.sm\:as-space-between{align-self:space-between!important}}@media(min-width:528px)and (max-width:767px){.md\:as-space-between{align-self:space-between!important}}@media(min-width:768px)and (max-width:959px){.lg\:as-space-between{align-self:space-between!important}}@media(min-width:960px)and (max-width:1263px){.xl\:as-space-between{align-self:space-between!important}}.as-space-evenly{align-self:space-evenly}@media(min-width:0)and (max-width:527px){.sm\:as-space-evenly{align-self:space-evenly!important}}@media(min-width:528px)and (max-width:767px){.md\:as-space-evenly{align-self:space-evenly!important}}@media(min-width:768px)and (max-width:959px){.lg\:as-space-evenly{align-self:space-evenly!important}}@media(min-width:960px)and (max-width:1263px){.xl\:as-space-evenly{align-self:space-evenly!important}}.as-space-around{align-self:space-around}@media(min-width:0)and (max-width:527px){.sm\:as-space-around{align-self:space-around!important}}@media(min-width:528px)and (max-width:767px){.md\:as-space-around{align-self:space-around!important}}@media(min-width:768px)and (max-width:959px){.lg\:as-space-around{align-self:space-around!important}}@media(min-width:960px)and (max-width:1263px){.xl\:as-space-around{align-self:space-around!important}}.as-start{align-self:flex-start}@media(min-width:0)and (max-width:527px){.sm\:as-start{align-self:flex-start!important}}@media(min-width:528px)and (max-width:767px){.md\:as-start{align-self:flex-start!important}}@media(min-width:768px)and (max-width:959px){.lg\:as-start{align-self:flex-start!important}}@media(min-width:960px)and (max-width:1263px){.xl\:as-start{align-self:flex-start!important}}.as-end{align-self:flex-end}@media(min-width:0)and (max-width:527px){.sm\:as-end{align-self:flex-end!important}}@media(min-width:528px)and (max-width:767px){.md\:as-end{align-self:flex-end!important}}@media(min-width:768px)and (max-width:959px){.lg\:as-end{align-self:flex-end!important}}@media(min-width:960px)and (max-width:1263px){.xl\:as-end{align-self:flex-end!important}}.p-absolute{position:absolute}@media(min-width:0)and (max-width:527px){.sm\:p-absolute{position:absolute!important}}@media(min-width:528px)and (max-width:767px){.md\:p-absolute{position:absolute!important}}@media(min-width:768px)and (max-width:959px){.lg\:p-absolute{position:absolute!important}}@media(min-width:960px)and (max-width:1263px){.xl\:p-absolute{position:absolute!important}}.p-fixed{position:fixed}@media(min-width:0)and (max-width:527px){.sm\:p-fixed{position:fixed!important}}@media(min-width:528px)and (max-width:767px){.md\:p-fixed{position:fixed!important}}@media(min-width:768px)and (max-width:959px){.lg\:p-fixed{position:fixed!important}}@media(min-width:960px)and (max-width:1263px){.xl\:p-fixed{position:fixed!important}}.p-relative{position:relative}@media(min-width:0)and (max-width:527px){.sm\:p-relative{position:relative!important}}@media(min-width:528px)and (max-width:767px){.md\:p-relative{position:relative!important}}@media(min-width:768px)and (max-width:959px){.lg\:p-relative{position:relative!important}}@media(min-width:960px)and (max-width:1263px){.xl\:p-relative{position:relative!important}}.p-sticky{position:sticky}@media(min-width:0)and (max-width:527px){.sm\:p-sticky{position:sticky!important}}@media(min-width:528px)and (max-width:767px){.md\:p-sticky{position:sticky!important}}@media(min-width:768px)and (max-width:959px){.lg\:p-sticky{position:sticky!important}}@media(min-width:960px)and (max-width:1263px){.xl\:p-sticky{position:sticky!important}}.t-xxxs{top:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:t-xxxs{top:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:t-xxxs{top:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:t-xxxs{top:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:t-xxxs{top:var(--bdsSpacingXxxs)!important}}.t-xxs{top:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:t-xxs{top:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:t-xxs{top:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:t-xxs{top:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:t-xxs{top:var(--bdsSpacingXxs)!important}}.t-xs{top:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:t-xs{top:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:t-xs{top:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:t-xs{top:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:t-xs{top:var(--bdsSpacingXs)!important}}.t-st{top:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:t-st{top:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:t-st{top:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:t-st{top:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:t-st{top:var(--bdsSpacingSt)!important}}.t-sm{top:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:t-sm{top:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:t-sm{top:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:t-sm{top:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:t-sm{top:var(--bdsSpacingSm)!important}}.t-md{top:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:t-md{top:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:t-md{top:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:t-md{top:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:t-md{top:var(--bdsSpacingMd)!important}}.t-lg{top:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:t-lg{top:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:t-lg{top:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:t-lg{top:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:t-lg{top:var(--bdsSpacingLg)!important}}.t-xl{top:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:t-xl{top:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:t-xl{top:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:t-xl{top:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:t-xl{top:var(--bdsSpacingXl)!important}}.t-xxl{top:80px}@media(min-width:0)and (max-width:527px){.sm\:t-xxl{top:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:t-xxl{top:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:t-xxl{top:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:t-xxl{top:80px!important}}.t-xxxl{top:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:t-xxxl{top:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:t-xxxl{top:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:t-xxxl{top:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:t-xxxl{top:var(--bdsSpacingXxxl)!important}}.t-zero{top:0}@media(min-width:0)and (max-width:527px){.sm\:t-zero{top:0!important}}@media(min-width:528px)and (max-width:767px){.md\:t-zero{top:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:t-zero{top:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:t-zero{top:0!important}}.t-bds-xxl{top:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:t-bds-xxl{top:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:t-bds-xxl{top:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:t-bds-xxl{top:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:t-bds-xxl{top:var(--bdsSpacingXxl)!important}}.l-xxxs{left:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:l-xxxs{left:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:l-xxxs{left:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:l-xxxs{left:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:l-xxxs{left:var(--bdsSpacingXxxs)!important}}.l-xxs{left:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:l-xxs{left:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:l-xxs{left:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:l-xxs{left:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:l-xxs{left:var(--bdsSpacingXxs)!important}}.l-xs{left:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:l-xs{left:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:l-xs{left:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:l-xs{left:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:l-xs{left:var(--bdsSpacingXs)!important}}.l-st{left:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:l-st{left:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:l-st{left:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:l-st{left:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:l-st{left:var(--bdsSpacingSt)!important}}.l-sm{left:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:l-sm{left:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:l-sm{left:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:l-sm{left:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:l-sm{left:var(--bdsSpacingSm)!important}}.l-md{left:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:l-md{left:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:l-md{left:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:l-md{left:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:l-md{left:var(--bdsSpacingMd)!important}}.l-lg{left:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:l-lg{left:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:l-lg{left:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:l-lg{left:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:l-lg{left:var(--bdsSpacingLg)!important}}.l-xl{left:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:l-xl{left:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:l-xl{left:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:l-xl{left:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:l-xl{left:var(--bdsSpacingXl)!important}}.l-xxl{left:80px}@media(min-width:0)and (max-width:527px){.sm\:l-xxl{left:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:l-xxl{left:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:l-xxl{left:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:l-xxl{left:80px!important}}.l-xxxl{left:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:l-xxxl{left:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:l-xxxl{left:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:l-xxxl{left:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:l-xxxl{left:var(--bdsSpacingXxxl)!important}}.l-zero{left:0}@media(min-width:0)and (max-width:527px){.sm\:l-zero{left:0!important}}@media(min-width:528px)and (max-width:767px){.md\:l-zero{left:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:l-zero{left:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:l-zero{left:0!important}}.l-bds-xxl{left:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:l-bds-xxl{left:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:l-bds-xxl{left:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:l-bds-xxl{left:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:l-bds-xxl{left:var(--bdsSpacingXxl)!important}}.b-xxxs{bottom:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:b-xxxs{bottom:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:b-xxxs{bottom:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:b-xxxs{bottom:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:b-xxxs{bottom:var(--bdsSpacingXxxs)!important}}.b-xxs{bottom:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:b-xxs{bottom:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:b-xxs{bottom:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:b-xxs{bottom:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:b-xxs{bottom:var(--bdsSpacingXxs)!important}}.b-xs{bottom:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:b-xs{bottom:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:b-xs{bottom:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:b-xs{bottom:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:b-xs{bottom:var(--bdsSpacingXs)!important}}.b-st{bottom:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:b-st{bottom:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:b-st{bottom:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:b-st{bottom:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:b-st{bottom:var(--bdsSpacingSt)!important}}.b-sm{bottom:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:b-sm{bottom:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:b-sm{bottom:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:b-sm{bottom:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:b-sm{bottom:var(--bdsSpacingSm)!important}}.b-md{bottom:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:b-md{bottom:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:b-md{bottom:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:b-md{bottom:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:b-md{bottom:var(--bdsSpacingMd)!important}}.b-lg{bottom:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:b-lg{bottom:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:b-lg{bottom:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:b-lg{bottom:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:b-lg{bottom:var(--bdsSpacingLg)!important}}.b-xl{bottom:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:b-xl{bottom:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:b-xl{bottom:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:b-xl{bottom:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:b-xl{bottom:var(--bdsSpacingXl)!important}}.b-xxl{bottom:80px}@media(min-width:0)and (max-width:527px){.sm\:b-xxl{bottom:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:b-xxl{bottom:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:b-xxl{bottom:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:b-xxl{bottom:80px!important}}.b-xxxl{bottom:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:b-xxxl{bottom:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:b-xxxl{bottom:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:b-xxxl{bottom:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:b-xxxl{bottom:var(--bdsSpacingXxxl)!important}}.b-zero{bottom:0}@media(min-width:0)and (max-width:527px){.sm\:b-zero{bottom:0!important}}@media(min-width:528px)and (max-width:767px){.md\:b-zero{bottom:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:b-zero{bottom:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:b-zero{bottom:0!important}}.b-bds-xxl{bottom:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:b-bds-xxl{bottom:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:b-bds-xxl{bottom:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:b-bds-xxl{bottom:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:b-bds-xxl{bottom:var(--bdsSpacingXxl)!important}}.r-xxxs{right:var(--bdsSpacingXxxs)}@media(min-width:0)and (max-width:527px){.sm\:r-xxxs{right:var(--bdsSpacingXxxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:r-xxxs{right:var(--bdsSpacingXxxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:r-xxxs{right:var(--bdsSpacingXxxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:r-xxxs{right:var(--bdsSpacingXxxs)!important}}.r-xxs{right:var(--bdsSpacingXxs)}@media(min-width:0)and (max-width:527px){.sm\:r-xxs{right:var(--bdsSpacingXxs)!important}}@media(min-width:528px)and (max-width:767px){.md\:r-xxs{right:var(--bdsSpacingXxs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:r-xxs{right:var(--bdsSpacingXxs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:r-xxs{right:var(--bdsSpacingXxs)!important}}.r-xs{right:var(--bdsSpacingXs)}@media(min-width:0)and (max-width:527px){.sm\:r-xs{right:var(--bdsSpacingXs)!important}}@media(min-width:528px)and (max-width:767px){.md\:r-xs{right:var(--bdsSpacingXs)!important}}@media(min-width:768px)and (max-width:959px){.lg\:r-xs{right:var(--bdsSpacingXs)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:r-xs{right:var(--bdsSpacingXs)!important}}.r-st{right:var(--bdsSpacingSt)}@media(min-width:0)and (max-width:527px){.sm\:r-st{right:var(--bdsSpacingSt)!important}}@media(min-width:528px)and (max-width:767px){.md\:r-st{right:var(--bdsSpacingSt)!important}}@media(min-width:768px)and (max-width:959px){.lg\:r-st{right:var(--bdsSpacingSt)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:r-st{right:var(--bdsSpacingSt)!important}}.r-sm{right:var(--bdsSpacingSm)}@media(min-width:0)and (max-width:527px){.sm\:r-sm{right:var(--bdsSpacingSm)!important}}@media(min-width:528px)and (max-width:767px){.md\:r-sm{right:var(--bdsSpacingSm)!important}}@media(min-width:768px)and (max-width:959px){.lg\:r-sm{right:var(--bdsSpacingSm)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:r-sm{right:var(--bdsSpacingSm)!important}}.r-md{right:var(--bdsSpacingMd)}@media(min-width:0)and (max-width:527px){.sm\:r-md{right:var(--bdsSpacingMd)!important}}@media(min-width:528px)and (max-width:767px){.md\:r-md{right:var(--bdsSpacingMd)!important}}@media(min-width:768px)and (max-width:959px){.lg\:r-md{right:var(--bdsSpacingMd)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:r-md{right:var(--bdsSpacingMd)!important}}.r-lg{right:var(--bdsSpacingLg)}@media(min-width:0)and (max-width:527px){.sm\:r-lg{right:var(--bdsSpacingLg)!important}}@media(min-width:528px)and (max-width:767px){.md\:r-lg{right:var(--bdsSpacingLg)!important}}@media(min-width:768px)and (max-width:959px){.lg\:r-lg{right:var(--bdsSpacingLg)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:r-lg{right:var(--bdsSpacingLg)!important}}.r-xl{right:var(--bdsSpacingXl)}@media(min-width:0)and (max-width:527px){.sm\:r-xl{right:var(--bdsSpacingXl)!important}}@media(min-width:528px)and (max-width:767px){.md\:r-xl{right:var(--bdsSpacingXl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:r-xl{right:var(--bdsSpacingXl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:r-xl{right:var(--bdsSpacingXl)!important}}.r-xxl{right:80px}@media(min-width:0)and (max-width:527px){.sm\:r-xxl{right:80px!important}}@media(min-width:528px)and (max-width:767px){.md\:r-xxl{right:80px!important}}@media(min-width:768px)and (max-width:959px){.lg\:r-xxl{right:80px!important}}@media(min-width:960px)and (max-width:1263px){.xl\:r-xxl{right:80px!important}}.r-xxxl{right:var(--bdsSpacingXxxl)}@media(min-width:0)and (max-width:527px){.sm\:r-xxxl{right:var(--bdsSpacingXxxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:r-xxxl{right:var(--bdsSpacingXxxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:r-xxxl{right:var(--bdsSpacingXxxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:r-xxxl{right:var(--bdsSpacingXxxl)!important}}.r-zero{right:0}@media(min-width:0)and (max-width:527px){.sm\:r-zero{right:0!important}}@media(min-width:528px)and (max-width:767px){.md\:r-zero{right:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:r-zero{right:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:r-zero{right:0!important}}.r-bds-xxl{right:var(--bdsSpacingXxl)}@media(min-width:0)and (max-width:527px){.sm\:r-bds-xxl{right:var(--bdsSpacingXxl)!important}}@media(min-width:528px)and (max-width:767px){.md\:r-bds-xxl{right:var(--bdsSpacingXxl)!important}}@media(min-width:768px)and (max-width:959px){.lg\:r-bds-xxl{right:var(--bdsSpacingXxl)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:r-bds-xxl{right:var(--bdsSpacingXxl)!important}}.w-0{width:0}@media(min-width:0)and (max-width:527px){.sm\:w-0{width:0!important}}@media(min-width:528px)and (max-width:767px){.md\:w-0{width:0!important}}@media(min-width:768px)and (max-width:959px){.lg\:w-0{width:0!important}}@media(min-width:960px)and (max-width:1263px){.xl\:w-0{width:0!important}}.w-10{width:10%}@media(min-width:0)and (max-width:527px){.sm\:w-10{width:10%!important}}@media(min-width:528px)and (max-width:767px){.md\:w-10{width:10%!important}}@media(min-width:768px)and (max-width:959px){.lg\:w-10{width:10%!important}}@media(min-width:960px)and (max-width:1263px){.xl\:w-10{width:10%!important}}.w-20{width:20%}@media(min-width:0)and (max-width:527px){.sm\:w-20{width:20%!important}}@media(min-width:528px)and (max-width:767px){.md\:w-20{width:20%!important}}@media(min-width:768px)and (max-width:959px){.lg\:w-20{width:20%!important}}@media(min-width:960px)and (max-width:1263px){.xl\:w-20{width:20%!important}}.w-25{width:25%}@media(min-width:0)and (max-width:527px){.sm\:w-25{width:25%!important}}@media(min-width:528px)and (max-width:767px){.md\:w-25{width:25%!important}}@media(min-width:768px)and (max-width:959px){.lg\:w-25{width:25%!important}}@media(min-width:960px)and (max-width:1263px){.xl\:w-25{width:25%!important}}.w-30{width:30%}@media(min-width:0)and (max-width:527px){.sm\:w-30{width:30%!important}}@media(min-width:528px)and (max-width:767px){.md\:w-30{width:30%!important}}@media(min-width:768px)and (max-width:959px){.lg\:w-30{width:30%!important}}@media(min-width:960px)and (max-width:1263px){.xl\:w-30{width:30%!important}}.w-40{width:40%}@media(min-width:0)and (max-width:527px){.sm\:w-40{width:40%!important}}@media(min-width:528px)and (max-width:767px){.md\:w-40{width:40%!important}}@media(min-width:768px)and (max-width:959px){.lg\:w-40{width:40%!important}}@media(min-width:960px)and (max-width:1263px){.xl\:w-40{width:40%!important}}.w-50{width:50%}@media(min-width:0)and (max-width:527px){.sm\:w-50{width:50%!important}}@media(min-width:528px)and (max-width:767px){.md\:w-50{width:50%!important}}@media(min-width:768px)and (max-width:959px){.lg\:w-50{width:50%!important}}@media(min-width:960px)and (max-width:1263px){.xl\:w-50{width:50%!important}}.w-60{width:60%}@media(min-width:0)and (max-width:527px){.sm\:w-60{width:60%!important}}@media(min-width:528px)and (max-width:767px){.md\:w-60{width:60%!important}}@media(min-width:768px)and (max-width:959px){.lg\:w-60{width:60%!important}}@media(min-width:960px)and (max-width:1263px){.xl\:w-60{width:60%!important}}.w-70{width:70%}@media(min-width:0)and (max-width:527px){.sm\:w-70{width:70%!important}}@media(min-width:528px)and (max-width:767px){.md\:w-70{width:70%!important}}@media(min-width:768px)and (max-width:959px){.lg\:w-70{width:70%!important}}@media(min-width:960px)and (max-width:1263px){.xl\:w-70{width:70%!important}}.w-80{width:80%}@media(min-width:0)and (max-width:527px){.sm\:w-80{width:80%!important}}@media(min-width:528px)and (max-width:767px){.md\:w-80{width:80%!important}}@media(min-width:768px)and (max-width:959px){.lg\:w-80{width:80%!important}}@media(min-width:960px)and (max-width:1263px){.xl\:w-80{width:80%!important}}.w-90{width:90%}@media(min-width:0)and (max-width:527px){.sm\:w-90{width:90%!important}}@media(min-width:528px)and (max-width:767px){.md\:w-90{width:90%!important}}@media(min-width:768px)and (max-width:959px){.lg\:w-90{width:90%!important}}@media(min-width:960px)and (max-width:1263px){.xl\:w-90{width:90%!important}}.w-100{width:100%}@media(min-width:0)and (max-width:527px){.sm\:w-100{width:100%!important}}@media(min-width:528px)and (max-width:767px){.md\:w-100{width:100%!important}}@media(min-width:768px)and (max-width:959px){.lg\:w-100{width:100%!important}}@media(min-width:960px)and (max-width:1263px){.xl\:w-100{width:100%!important}}.w-third{width:33.3333333333%}.w-two-thirds{width:66.6666666667%}.w-auto{width:auto}.h-auto{height:auto}@media(min-width:0)and (max-width:527px){.sm\:h-auto{height:auto!important}}@media(min-width:528px)and (max-width:767px){.md\:h-auto{height:auto!important}}@media(min-width:768px)and (max-width:959px){.lg\:h-auto{height:auto!important}}@media(min-width:960px)and (max-width:1263px){.xl\:h-auto{height:auto!important}}.h-full{height:100%}@media(min-width:0)and (max-width:527px){.sm\:h-full{height:100%!important}}@media(min-width:528px)and (max-width:767px){.md\:h-full{height:100%!important}}@media(min-width:768px)and (max-width:959px){.lg\:h-full{height:100%!important}}@media(min-width:960px)and (max-width:1263px){.xl\:h-full{height:100%!important}}.h-screen{height:100vh}@media(min-width:0)and (max-width:527px){.sm\:h-screen{height:100vh!important}}@media(min-width:528px)and (max-width:767px){.md\:h-screen{height:100vh!important}}@media(min-width:768px)and (max-width:959px){.lg\:h-screen{height:100vh!important}}@media(min-width:960px)and (max-width:1263px){.xl\:h-screen{height:100vh!important}}.bds-c-switch{align-items:center;box-sizing:border-box;display:flex;gap:var(--bdsSpacingSt);justify-content:start}.bds-c-switch--label-reverse-order{flex-direction:row-reverse}.bds-c-switch__input{appearance:none;background-color:var(--colorInteractionSecondaryInactive);border:0;border-radius:var(--bdsCornerRadiusSwitch);cursor:pointer;flex-shrink:0;height:24px;margin:0;overflow:hidden;position:relative;width:40px}@media(prefers-reduced-motion:no-preference){.bds-c-switch__input{transition:background-color var(--bdsMotionDuration200) var(--bdsMotionEasingStandard),box-shadow var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}}.bds-c-switch__input:before{background-color:transparent;content:"";inset:100%;position:absolute}@media(prefers-reduced-motion:no-preference){.bds-c-switch__input:before{transition:background-color var(--bdsMotionDuration200) var(--bdsMotionEasingStandard),inset var(--bdsMotionDuration300) var(--bdsMotionEasingStandard)}}.bds-c-switch__input:after{background-color:var(--colorWhite);border-radius:var(--bdsCornerRadiusMini);content:"";height:18px;left:3px;position:absolute;top:3px;transform:translateX(0) rotate(0deg);width:18px}@media(prefers-reduced-motion:no-preference){.bds-c-switch__input:after{transition:transform var(--bdsMotionDuration400) var(--bdsMotionEasingBounce)}}.bds-c-switch__input:checked:before{background-color:var(--colorInteractionPrimary);inset:0}.bds-c-switch__input:checked:after{transform:translateX(16px) rotate(90deg)}.bds-c-switch__input:hover{background-color:var(--colorInteractionSecondary)}.bds-c-switch__input:hover:checked:before{background-color:var(--colorInteractionPrimaryHover)}.bds-c-switch__input:focus-visible{box-shadow:0 0 0 4px var(--colorFocusRingDark),0 0 0 8px var(--colorFocusRingLight);outline:0}.bds-c-switch__label{pointer-events:none}.bds-c-switch.bds-is-disabled{cursor:not-allowed}.bds-c-switch.bds-is-disabled .bds-c-switch__label{color:var(--colorNeutralInactive)}.bds-c-switch.bds-is-disabled .bds-c-switch__input{background-color:var(--colorNeutralInactive);pointer-events:none}.bds-c-switch.bds-is-disabled .bds-c-switch__input:checked:before{background-color:var(--colorNeutralInactive)}@font-face{font-family:Lantinghei SC;font-weight:600;src:url(/assets/fonts/lantinghei-sc/FZLTZHK--GBK1-0-01.ttf) format("ttf")}@font-face{font-family:Lantinghei SC;font-weight:200;src:url(/assets/fonts/lantinghei-sc/FZLTXHK--GBK1-0-02.ttf) format("ttf")}@font-face{font-family:Lantinghei SC;font-weight:900;src:url(/assets/fonts/lantinghei-sc/FZLTTHK--GBK1-0-03.ttf) format("ttf")}@font-face{font-family:Lantinghei TC;font-weight:600;src:url(/assets/fonts/lantinghei-tc/FZLTZHB--B51-0-04.ttf) format("ttf")}@font-face{font-family:Lantinghei TC;font-weight:200;src:url(/assets/fonts/lantinghei-tc/FZLTXHB--B51-0-05.ttf) format("ttf")}@font-face{font-family:Lantinghei TC;font-weight:900;src:url(/assets/fonts/lantinghei-tc/FZLTTHB--B51-0-06.ttf) format("ttf")}@font-face{font-family:Kantumruy;font-weight:300;src:url(/assets/fonts/kantumruy/Kantumruy-Light.ttf) format("ttf")}@font-face{font-family:Kantumruy;font-weight:400;src:url(/assets/fonts/kantumruy/Kantumruy-Regular.ttf) format("ttf")}@font-face{font-family:Kantumruy;font-weight:700;src:url(/assets/fonts/kantumruy/Kantumruy-Bold.ttf) format("ttf")}@font-face{font-family:DB HelvethaicaAIS X;font-style:normal;font-weight:400;src:url(/assets/fonts/db-helvetica/DB-HelvethaicaAIS-X-v3-2.ttf) format("ttf")}@font-face{font-family:DB HelvethaicaAIS X;font-style:italic;font-weight:400;src:url(/assets/fonts/db-helvetica/DB-HelvethaicaAIS-X-It-v3-2.ttf) format("ttf")}@font-face{font-family:DB HelvethaicaAIS X;font-style:normal;font-weight:500;src:url(/assets/fonts/db-helvetica/DB-HelvethaicaAIS-X-Med-v3-2.ttf) format("ttf")}@font-face{font-family:DB HelvethaicaAIS X;font-style:italic;font-weight:500;src:url(/assets/fonts/db-helvetica/DB-HelvethaicaAIS-X-Med-It-v3-2.ttf) format("ttf")}@font-face{font-family:DB HelvethaicaAIS X;font-style:normal;font-weight:700;src:url(/assets/fonts/db-helvetica/DB-HelvethaicaAIS-X-Bd-v3-2.ttf) format("ttf")}@font-face{font-family:DB HelvethaicaAIS X;font-style:italic;font-weight:700;src:url(/assets/fonts/db-helvetica/DB-HelvethaicaAIS-X-Bd-It-v3-2.ttf) format("ttf")}@font-face{font-family:DB HelvethaicaAIS X;font-style:normal;font-weight:900;src:url(/assets/fonts/db-helvetica/DB-HelvethaicaAIS-X-Blk-v3-2.ttf) format("ttf")}@font-face{font-family:DB HelvethaicaAIS X;font-style:italic;font-weight:900;src:url(/assets/fonts/db-helvetica/DB-HelvethaicaAIS-X-Blk-It-v3-2.ttf) format("ttf")}@font-face{font-family:Boonhome;font-style:normal;font-weight:400;src:url(/assets/fonts/boonhome/boonhome-400.otf) format("otf")}@font-face{font-family:Boonhome;font-style:oblique;font-weight:400;src:url(/assets/fonts/boonhome/boonhome-400-oblique.otf) format("otf")}@font-face{font-family:Boonhome;font-style:normal;font-weight:700;src:url(/assets/fonts/boonhome/boonhome-700.otf) format("otf")}@font-face{font-family:Boonhome;font-style:oblique;font-weight:700;src:url(/assets/fonts/boonhome/boonhome-700-oblique.otf) format("otf")}@font-face{font-family:Hind Siliguri;font-weight:300;src:url(/assets/fonts/hind-siliguri/HindSiliguri-Light.ttf) format("ttf")}@font-face{font-family:Hind Siliguri;font-weight:400;src:url(/assets/fonts/hind-siliguri/HindSiliguri-Regular.ttf) format("ttf")}@font-face{font-family:Hind Siliguri;font-weight:500;src:url(/assets/fonts/hind-siliguri/HindSiliguri-Medium.ttf) format("ttf")}@font-face{font-family:Hind Siliguri;font-weight:600;src:url(/assets/fonts/hind-siliguri/HindSiliguri-SemiBold.ttf) format("ttf")}@font-face{font-family:Hind Siliguri;font-weight:700;src:url(/assets/fonts/hind-siliguri/HindSiliguri-Bold.ttf) format("ttf")}@font-face{font-family:Jameel Noori Nastaleeq;font-style:normal;font-weight:400;src:url(/assets/fonts/jameel/Jameel-Noori-Nastaleeq-Kasheeda.ttf) format("ttf")}@font-face{font-family:Inter;font-style:normal;font-weight:100;src:url(/assets/fonts/inter/Inter-Thin.ttf) format("truetype")}@font-face{font-family:Inter;font-style:italic;font-weight:100;src:url(/assets/fonts/inter/Inter-ThinItalic.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:200;src:url(/assets/fonts/inter/Inter-ExtraLight.ttf) format("truetype")}@font-face{font-family:Inter;font-style:italic;font-weight:200;src:url(/assets/fonts/inter/Inter-ExtraLightItalic.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:300;src:url(/assets/fonts/inter/Inter-Light.ttf) format("truetype")}@font-face{font-family:Inter;font-style:italic;font-weight:300;src:url(/assets/fonts/inter/Inter-LightItalic.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(/assets/fonts/inter/Inter-Regular.ttf) format("truetype")}@font-face{font-family:Inter;font-style:italic;font-weight:400;src:url(/assets/fonts/inter/Inter-Italic.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:url(/assets/fonts/inter/Inter-Medium.ttf) format("truetype")}@font-face{font-family:Inter;font-style:italic;font-weight:500;src:url(/assets/fonts/inter/Inter-MediumItalic.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:url(/assets/fonts/inter/Inter-SemiBold.ttf) format("truetype")}@font-face{font-family:Inter;font-style:italic;font-weight:600;src:url(/assets/fonts/inter/Inter-SemiBoldItalic.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:url(/assets/fonts/inter/Inter-Bold.ttf) format("truetype")}@font-face{font-family:Inter;font-style:italic;font-weight:700;src:url(/assets/fonts/inter/Inter-BoldItalic.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:800;src:url(/assets/fonts/inter/Inter-ExtraBold.ttf) format("truetype")}@font-face{font-family:Inter;font-style:italic;font-weight:800;src:url(/assets/fonts/inter/Inter-ExtraBoldItalic.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:900;src:url(/assets/fonts/inter/Inter-Black.ttf) format("truetype")}@font-face{font-family:Inter;font-style:italic;font-weight:900;src:url(/assets/fonts/inter/Inter-BlackItalic.ttf) format("truetype")}@font-face{font-family:PP Agrandir;font-weight:400;src:url(/assets/fonts/pp-agrandir/PPAgrandir-300-Regular.otf) format("opentype")}@font-face{font-family:PP Agrandir;font-weight:500;src:url(/assets/fonts/pp-agrandir/PPAgrandir-400-Medium.otf) format("opentype")}@font-face{font-family:PP Agrandir;font-weight:600;src:url(/assets/fonts/pp-agrandir/PPAgrandir-400-Medium.otf) format("opentype")}@font-face{font-family:PP Agrandir;font-weight:700;src:url(/assets/fonts/pp-agrandir/PPAgrandir-600-Bold.otf) format("opentype")}@font-face{font-family:PP Agrandir;font-weight:900;src:url(/assets/fonts/pp-agrandir/PPAgrandir-700-Heavy.otf) format("opentype")}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;src:url(https://micro-assets.foodora.com/fonts/open-sans/open-sans-light.woff2) format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:url(https://micro-assets.foodora.com/fonts/open-sans/open-sans-regular.woff2) format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;src:url(https://micro-assets.foodora.com/fonts/open-sans/open-sans-semibold.woff2) format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:url(https://micro-assets.foodora.com/fonts/open-sans/open-sans-bold.woff2) format("woff2")}@font-face{font-family:Right Grotesk;font-weight:400;src:url(/assets/fonts/right-grotesk/RightGrotesk-CompactRegular.otf) format("opentype")}@font-face{font-family:Right Grotesk;font-weight:900;src:url(/assets/fonts/right-grotesk/RightGrotesk-CompactBlack.otf) format("opentype")}@font-face{font-family:PP Right Grotesk;font-weight:700;src:url(/assets/fonts/right-grotesk/PPRightGrotesk-WideBold.eot) format("embedded-opentype"),url(/assets/fonts/right-grotesk/PPRightGrotesk-WideBold.woff2) format("woff2"),url(/assets/fonts/right-grotesk/PPRightGrotesk-WideBold.woff) format("woff"),url(/assets/fonts/right-grotesk/PPRightGrotesk-WideBold.ttf) format("truetype"),url(/assets/fonts/right-grotesk/PPRightGrotesk-WideBold.otf) format("opentype")}@font-face{font-family:Roboto;font-weight:100;src:url(/assets/fonts/roboto/Roboto-Thin.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:300;src:url(/assets/fonts/roboto/Roboto-Light.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:400;src:url(/assets/fonts/roboto/Roboto-Regular.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:500;src:url(/assets/fonts/roboto/Roboto-Medium.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:700;src:url(/assets/fonts/roboto/Roboto-Bold.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:900;src:url(/assets/fonts/roboto/Roboto-Black.ttf) format("truetype")}@font-face{font-family:Roobert;font-style:normal;font-weight:400;src:url(/assets/fonts/roobert/Roobert-Regular.otf) format("opentype")}@font-face{font-family:Roobert;font-style:normal;font-weight:500;src:url(/assets/fonts/roobert/Roobert-Medium.otf) format("opentype")}@font-face{font-family:Roobert;font-style:normal;font-weight:700;src:url(/assets/fonts/roobert/Roobert-Bold.otf) format("opentype")}@font-face{font-family:SF Pro Display;font-style:normal;font-weight:300;src:url(/assets/fonts/sf-pro-display/SF-Pro-Display-Light.otf) format("opentype")}@font-face{font-family:SF Pro Display;font-style:normal;font-weight:400;src:url(/assets/fonts/sf-pro-display/SF-Pro-Display-Regular.otf) format("opentype")}@font-face{font-family:SF Pro Display;font-style:normal;font-weight:500;src:url(/assets/fonts/sf-pro-display/SF-Pro-Display-Medium.otf) format("opentype")}@font-face{font-family:SF Pro Display;font-style:normal;font-weight:600;src:url(/assets/fonts/sf-pro-display/SF-Pro-Display-Semibold.otf) format("opentype")}@font-face{font-family:SF Pro Display;font-style:normal;font-weight:700;src:url(/assets/fonts/sf-pro-display/SF-Pro-Display-Bold.otf) format("opentype")}body{background:var(--colorNeutralSurface);font-family:Open Sans;margin:0}.editor{display:grid;gap:var(--bdsSpacingMd);grid-column:details;grid-template-columns:subgrid;grid-template-rows:min-content;margin-bottom:300px}.basic-details{gap:30px}.section{background-color:var(--colorWhite);border:1px solid var(--colorNeutralDivider);border-radius:var(--bdsCornerRadiusContainerEdge);padding:var(--bdsSpacingMd)}.section .row{align-items:end;display:grid;gap:var(--bdsSpacingMd);grid-template-columns:1fr 1fr}.preview{align-self:flex-start;display:grid;grid-column:preview;grid-template-columns:subgrid;height:min-content;position:sticky;top:128px;grid-row-gap:var(--bdsSpacingMd)}.preview__caption{margin-top:calc(var(--bdsSpacingSm)*-1)}.form-control-rtl>*{direction:rtl}.form-control-mask-key-visual{display:grid;gap:8px}.download-btn .bds-c-btn__idle-content__label span{display:flex;flex-flow:row}.download-btn .bds-c-btn__idle-content__label span>svg{margin-right:8px}