.error-message,.success-message,.warning-message{border-radius:var(--bdsCornerRadiusContainer);color:var(--colorNeutralPrimary);display:inline-block;font-size:1.2rem;font-weight:400;line-height:1.5;margin-bottom:16px;margin-top:8px;overflow:hidden;padding:16px;position:relative}.error-message p,.success-message p,.warning-message p{margin:0}.error-message:after,.success-message:after,.warning-message:after{background-color:transparent;bottom:0;content:"";left:0;position:absolute;top:0;width:2px}.error-message{background-color:var(--colorErrorHighlight)}.error-message:after{background-color:var(--colorError)}.success-message{background-color:var(--colorSuccessHighlight)}.success-message:after{background-color:var(--colorSuccess)}.warning-message{background-color:var(--colorWarningHighlight)}.warning-message:after{background-color:var(--colorWarning)}.error-message.big,.success-message.big,.warning-message.big{font-size:1.4rem;line-height:1.6;padding:24px}.error-message.full,.success-message.full,.warning-message.full{display:block}.error-message.center,.success-message.center,.warning-message.center{text-align:center}.input-message{background:none;display:block;font-size:1.2rem;margin:4px 0 -8px;padding:0;position:relative;text-align:left}.input-message:before{border:.5rem solid transparent;content:"";display:block;height:0;left:16px;position:absolute;top:-4px;width:0}.input-message+.input-message{margin-top:0}.input-message+.input-message:before{display:none}.input-message.success{color:var(--colorSuccess)}.input-message.success:before{border-top:.4rem solid var(--colorSuccess)}.input-message.error{color:var(--colorError)}.input-message.error:before{border-top:.4rem solid var(--colorError)}.tooltip{text-transform:none;z-index:100}.tooltip,.tooltip .tooltip-arrow{box-shadow:0 .1rem .5rem rgba(0,0,0,.15);position:absolute}.tooltip .tooltip-arrow{background:var(--colorWhite);height:14px;transform:rotate(45deg);width:14px;z-index:-1}.bottom.tooltip{margin-top:12px}.bottom.tooltip .tooltip-arrow{left:50%;margin-left:-7px;top:-7px}.left.tooltip{margin-right:12px}.left.tooltip .tooltip-arrow{margin-top:-7px;right:-7px;top:50%}.right.tooltip{margin-left:12px}.right.tooltip .tooltip-arrow{left:-7px;margin-top:-7px;top:50%}.top.tooltip{margin-top:-12px}.top.tooltip .tooltip-arrow{bottom:-7px;left:50%;margin-left:-7px}.align-left.tooltip{left:0!important}.align-left.tooltip .tooltip-arrow{left:10px!important;margin-left:0;right:auto}.align-right.tooltip{left:auto!important;right:0}.align-right.tooltip .tooltip-arrow{left:auto!important;right:10px}.tooltip .tooltip-inner{background:var(--colorWhite);color:var(--colorNeutralPrimary);font-size:1.2rem;font-weight:300;line-height:16px;max-width:100%;padding:16px}.tooltip .tooltip-inner a{color:var(--colorNeutralPrimary);cursor:pointer;text-decoration:underline}.tooltip.tooltip-error .tooltip-arrow{background:var(--colorError);height:7px;width:7px}.bottom.tooltip.tooltip-error .tooltip-arrow{margin-left:-3.5px;top:-3.5px}.left.tooltip.tooltip-error .tooltip-arrow{margin-top:-3.5px;right:-3.5px}.right.tooltip.tooltip-error .tooltip-arrow{left:-3.5px;margin-top:-3.5px}.top.tooltip.tooltip-error .tooltip-arrow{bottom:-3.5px;margin-left:-3.5px}.tooltip.tooltip-error .tooltip-inner{background:var(--colorError);color:var(--colorWhite);padding:8px 16px}.tooltip.tooltip-error .tooltip-inner a{color:var(--colorWhite)}.bds-c-radio-button{column-gap:var(--bdsSpacingSt);cursor:pointer;grid-template-columns:24px 1fr;position:relative;transition:color var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}.bds-c-radio-button,.bds-c-radio-button *,.bds-c-radio-button :after,.bds-c-radio-button :before,.bds-c-radio-button:after,.bds-c-radio-button:before{box-sizing:border-box}.bds-c-radio-button:hover{color:var(--colorInteractionTextHover)}.bds-c-radio-button--block{display:grid;width:100%}.bds-c-radio-button--inline{display:inline-grid;margin-right:var(--bdsSpacingSt)}.bds-c-radio-button--align-items-start{align-items:start}.bds-c-radio-button--align-items-center{align-items:center}.bds-c-radio-button.bds-is-disabled{color:var(--colorNeutralInactive);cursor:not-allowed}.bds-c-radio-button__icon{display:block;height:24px;position:relative;width:24px}.bds-c-radio-button__icon:after{border-radius:100%;content:"";inset:2px;position:absolute}@media(prefers-reduced-motion:no-preference){.bds-c-radio-button__icon:after{transition:box-shadow var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}}.bds-c-radio-button__icon-checked,.bds-c-radio-button__icon-unchecked{border-radius:100%;height:20px;left:2px;position:absolute;top:2px;width:20px}.bds-c-radio-button__icon-unchecked{box-shadow:inset 0 0 0 1.55px var(--colorInteractionPrimary);transform:translateZ(0)}@media(prefers-reduced-motion:no-preference){.bds-c-radio-button__icon-unchecked{transition:box-shadow var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}}.bds-c-radio-button__icon-checked{background-color:var(--colorInteractionPrimary);display:grid;place-items:center;transform:scale(0)}@media(prefers-reduced-motion:no-preference){.bds-c-radio-button__icon-checked{transition:transform var(--bdsMotionDuration200) var(--bdsMotionEasingStandard),background-color 1s var(--bdsMotionEasingExit)}}.bds-c-radio-button__icon-checked__inner{background-color:var(--colorWhite);border-radius:100%;height:8px;transform:scale(0);width:8px}@media(prefers-reduced-motion:no-preference){.bds-c-radio-button__icon-checked__inner{transition:transform var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}}.bds-c-radio-button__text{align-self:center}.bds-c-radio-button__input{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.bds-c-radio-button__input:hover+.bds-c-radio-button__icon .bds-c-radio-button__icon-unchecked{box-shadow:inset 0 0 0 3px var(--colorInteractionPrimaryHover)}.bds-c-radio-button__input:focus-visible+.bds-c-radio-button__icon:after{box-shadow:0 0 0 4px var(--colorFocusRingDark),0 0 0 8px var(--colorFocusRingLight)}.bds-c-radio-button__input:disabled+.bds-c-radio-button__icon .bds-c-radio-button__icon-unchecked{box-shadow:inset 0 0 0 1.55px var(--colorNeutralInactive)}.bds-c-radio-button__input:disabled+.bds-c-radio-button__icon .bds-c-radio-button__icon-checked{background-color:var(--colorNeutralInactive)}.bds-c-radio-button__input:checked+.bds-c-radio-button__icon .bds-c-radio-button__icon-checked{transform:scale(1)}@media(prefers-reduced-motion:no-preference){.bds-c-radio-button__input:checked+.bds-c-radio-button__icon .bds-c-radio-button__icon-checked{transition:transform var(--bdsMotionDuration200) var(--bdsMotionEasingBounce)}}.bds-c-radio-button__input:checked+.bds-c-radio-button__icon .bds-c-radio-button__icon-checked__inner{transform:scale(1)}@media(prefers-reduced-motion:no-preference){.bds-c-radio-button__input:checked+.bds-c-radio-button__icon .bds-c-radio-button__icon-checked__inner{transition:transform var(--bdsMotionDuration250) var(--bdsMotionEasingBounce) var(--bdsMotionDelay100)}}.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,.bds-c-tag--variant-deal.bds-c-tag--size-small{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)}.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)}.bds-c-tag--variant-pro{background:var(--colorProPrimary);color:var(--colorOnInteractionPrimary)}.bds-c-tag--variant-pro-gradient{background:var(--colorProGradient);color:var(--colorOnInteractionPrimary)}.data-collection-items-icon svg path{fill:var(--colorBrandPrimary)}.no-hover:focus,.no-hover:hover{background-color:inherit;cursor:pointer}.password-strength{margin-top:-8px}.password-strength-text{font-weight:700;text-transform:capitalize}.password-strength-text.weak{color:#e03000}.password-strength-text.middle{color:#fcc54c}.password-strength-text.strong{color:#3c8264}.password-strength-bar{background-color:var(--colorNeutralBorder);height:5px;margin:6px 0}.password-strength-bar,.password-strength-bar span{border-radius:2px}.password-strength-bar span{display:block;height:100%;transition:width .5s ease-out;width:0}.password-strength-bar span.weak{background-color:#e03000;width:33%}.password-strength-bar span.middle{background-color:#fcc54c;width:66%}.password-strength-bar span.strong{background-color:#3c8264;width:100%}.password-checklist-item__check-icon{margin:6px}a[href]{text-decoration:none}h2{line-height:1.25}input{font-family:inherit}.error-message{background:rgba(var(--colorError),.08)}.text-link-button{color:var(--colorInteractionPrimary);display:block;font-family:var(--bdsTypographyLabelSmallFontFamily);font-size:var(--bdsTypographyLabelSmallFontSize);font-weight:var(--bdsTypographyLabelSmallFontWeight);line-height:var(--bdsTypographyLabelSmallLineHeight);text-align:center;text-decoration:none}.registration-view .passwordless-checkbox{margin-bottom:12px;margin-top:12px}.registration-view .passwordless-checkbox .checkbox-text{margin-left:12px}.registration-view .passwordless-tip{align-items:center;display:flex}.registration-view .passwordless-tips{margin-left:-2px}.button.is-loading{background-color:var(--colorInteractionPrimary)!important;background-image:url(https://micro-assets.foodora.com/298a69f20fb71ddabc19e42f69980a78.svg);background-position:50%;background-repeat:no-repeat;border-color:var(--colorInteractionPrimary)!important;color:transparent!important}.button.is-loading:hover{cursor:default}.login-close-button{align-items:center;display:flex;justify-content:center;margin-right:16px;order:10}@media(min-width:960px){.login-close-button{display:none}}div.button-google{max-width:400px;min-width:280px;width:352px}button.button-facebook,div.button-google{border-radius:4px;height:40px;line-height:40px}button.button-facebook{background-color:#1877f2;border:none;color:var(--colorWhite)}button.button-facebook:focus,button.button-facebook:hover{background-color:#60a2f6;color:var(--colorWhite)}button.button-facebook .button-facebook__logo{background-image:url(https://micro-assets.foodora.com/2c23276d7d8b7c71e9906642f00902d6.svg)}button.button-apple{background-color:#000;border:none;border-radius:4px;color:var(--colorWhite);height:40px;line-height:40px}button.button-apple:focus,button.button-apple:hover{background-color:#000;border:none;color:var(--colorWhite)}button.button-apple .button-apple__logo{background-image:url(https://micro-assets.foodora.com/7f655b37a7f075939cccb8080358cfae.svg)}.button-apple__logo,.button-facebook__logo{background-position:0;background-repeat:no-repeat;display:block}.welcome-view__divider{text-align:center;text-transform:lowercase}.welcome-view__button-guest-checkout{text-align:center}.welcome-view__terms-conditions{color:var(--colorNeutralSecondary);font-family:var(--bdsTypographyParagraphXsmallSecondaryFontFamily);font-size:var(--bdsTypographyParagraphXsmallSecondaryFontSize);font-weight:var(--bdsTypographyParagraphXsmallSecondaryFontWeight);line-height:var(--bdsTypographyParagraphXsmallSecondaryLineHeight);margin:16px 0 0}.welcome-view__terms-conditions a{font-family:var(--bdsTypographyParagraphXsmallFontFamily);font-size:var(--bdsTypographyParagraphXsmallFontSize);font-weight:var(--bdsTypographyParagraphXsmallFontWeight);line-height:var(--bdsTypographyParagraphXsmallLineHeight)}.two-factor-authentication__icon svg{height:100%;width:86px}.two-factor-authentication__resend-container{font-family:var(--bdsTypographyLabelSmallFontFamily);font-size:var(--bdsTypographyLabelSmallFontSize);font-weight:var(--bdsTypographyLabelSmallFontWeight);line-height:var(--bdsTypographyLabelSmallLineHeight);margin-bottom:16px}.two-factor-authentication__resend-container .countdown__content{color:var(--colorNeutralPrimary)}.two-factor-authentication__text-link.disabled{color:var(--colorNeutralInactive);cursor:default}.registration-view__name-fields{display:flex;margin:0 -8px}.registration-view__name-fields.reversed{flex-direction:row-reverse}.registration-view__name-fields .input-box{flex:1;margin-left:8px;margin-right:8px}.button-magic-link__captcha{margin-bottom:16px}.email-verification,.login-view .login-view-email-address{word-break:break-word}.two-factor-authentication-radio-button{padding:12px 16px}.two-factor-authentication-radio-button.active{background:var(--colorInteractionPrimaryFeedback);border-radius:8px}.two-factor-authentication-send-container input::-webkit-inner-spin-button,.two-factor-authentication-send-container input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.two-factor-authentication-send-container input[type=number]{-moz-appearance:textfield}.two-factor-authentication-code-input{background:transparent;border:0 transparent;bottom:0;box-sizing:border-box;caret-color:transparent;color:transparent;cursor:default;left:0;outline:none;position:absolute;right:0;top:0}.two-factor-authentication-code-item{border:1px solid var(--colorNeutralBorder);border-radius:8px;box-sizing:border-box;font-family:var(--bdsTypographyTitleLargeFontFamily);font-size:var(--bdsTypographyTitleLargeFontSize);font-weight:var(--bdsTypographyTitleLargeFontWeight);height:48px;line-height:var(--bdsTypographyTitleLargeLineHeight);margin-right:8px;padding:10px;text-align:center;width:48px}.two-factor-authentication-code-item:focus{appearance:none;border-color:var(--colorNeutralPrimary);color:var(--colorNeutralPrimary);outline:0}.two-factor-authentication-resend-button-active{width:40%}.two-factor-authentication-resend-button-disable{width:60%}.two-factor-authentication-choose-method-button{background:none;border:none;color:var(--colorInteractionPrimary);cursor:pointer;margin-top:16px;padding:0;position:relative;text-align:left}.two-factor-authentication-choose-method-button:focus,.two-factor-authentication-choose-method-button:hover{background:none}.two-factor-authentication-choose-method-button[disabled]{cursor:default}.login-modal-back-container{left:var(--bdsSpacingMd);position:absolute;top:var(--bdsSpacingSm)}.login-modal-header{padding:var(--bdsSpacingSm) var(--bdsSpacingXxl) var(--bdsSpacingSm) var(--bdsSpacingXxl)}.sr-only{clip:rect(1px,1px,1px,1px)!important;border:0!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-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-pressed{border-radius:var(--bdsCornerRadiusPressed)}@media(min-width:0)and (max-width:527px){.sm\:br-pressed{border-radius:var(--bdsCornerRadiusPressed)!important}}@media(min-width:528px)and (max-width:767px){.md\:br-pressed{border-radius:var(--bdsCornerRadiusPressed)!important}}@media(min-width:768px)and (max-width:959px){.lg\:br-pressed{border-radius:var(--bdsCornerRadiusPressed)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:br-pressed{border-radius:var(--bdsCornerRadiusPressed)!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-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 .1rem .5rem rgba(0,0,0,.15)}@media(min-width:0)and (max-width:527px){.sm\:bs-1{box-shadow:0 .1rem .5rem rgba(0,0,0,.15)!important}}@media(min-width:528px)and (max-width:767px){.md\:bs-1{box-shadow:0 .1rem .5rem rgba(0,0,0,.15)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bs-1{box-shadow:0 .1rem .5rem rgba(0,0,0,.15)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bs-1{box-shadow:0 .1rem .5rem rgba(0,0,0,.15)!important}}.bs-2{box-shadow:0 .2rem 1rem rgba(0,0,0,.12)}@media(min-width:0)and (max-width:527px){.sm\:bs-2{box-shadow:0 .2rem 1rem rgba(0,0,0,.12)!important}}@media(min-width:528px)and (max-width:767px){.md\:bs-2{box-shadow:0 .2rem 1rem rgba(0,0,0,.12)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bs-2{box-shadow:0 .2rem 1rem rgba(0,0,0,.12)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bs-2{box-shadow:0 .2rem 1rem rgba(0,0,0,.12)!important}}.bs-3{box-shadow:0 .3rem 2rem rgba(0,0,0,.1)}@media(min-width:0)and (max-width:527px){.sm\:bs-3{box-shadow:0 .3rem 2rem rgba(0,0,0,.1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bs-3{box-shadow:0 .3rem 2rem rgba(0,0,0,.1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bs-3{box-shadow:0 .3rem 2rem rgba(0,0,0,.1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bs-3{box-shadow:0 .3rem 2rem rgba(0,0,0,.1)!important}}.bs-4{box-shadow:0 .4rem 3rem rgba(0,0,0,.1)}@media(min-width:0)and (max-width:527px){.sm\:bs-4{box-shadow:0 .4rem 3rem rgba(0,0,0,.1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bs-4{box-shadow:0 .4rem 3rem rgba(0,0,0,.1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bs-4{box-shadow:0 .4rem 3rem rgba(0,0,0,.1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bs-4{box-shadow:0 .4rem 3rem rgba(0,0,0,.1)!important}}.bs-5{box-shadow:0 .4rem 3rem rgba(0,0,0,.1)}@media(min-width:0)and (max-width:527px){.sm\:bs-5{box-shadow:0 .4rem 3rem rgba(0,0,0,.1)!important}}@media(min-width:528px)and (max-width:767px){.md\:bs-5{box-shadow:0 .4rem 3rem rgba(0,0,0,.1)!important}}@media(min-width:768px)and (max-width:959px){.lg\:bs-5{box-shadow:0 .4rem 3rem rgba(0,0,0,.1)!important}}@media(min-width:960px)and (max-width:1263px){.xl\:bs-5{box-shadow:0 .4rem 3rem 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:.8rem}@media(min-width:0)and (max-width:527px){.sm\:f-8{font-size:.8rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-8{font-size:.8rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-8{font-size:.8rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-8{font-size:.8rem!important}}.f-10{font-size:1rem}@media(min-width:0)and (max-width:527px){.sm\:f-10{font-size:1rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-10{font-size:1rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-10{font-size:1rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-10{font-size:1rem!important}}.f-12{font-size:1.2rem}@media(min-width:0)and (max-width:527px){.sm\:f-12{font-size:1.2rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-12{font-size:1.2rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-12{font-size:1.2rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-12{font-size:1.2rem!important}}.f-14{font-size:1.4rem}@media(min-width:0)and (max-width:527px){.sm\:f-14{font-size:1.4rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-14{font-size:1.4rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-14{font-size:1.4rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-14{font-size:1.4rem!important}}.f-16{font-size:1.6rem}@media(min-width:0)and (max-width:527px){.sm\:f-16{font-size:1.6rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-16{font-size:1.6rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-16{font-size:1.6rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-16{font-size:1.6rem!important}}.f-18{font-size:1.8rem}@media(min-width:0)and (max-width:527px){.sm\:f-18{font-size:1.8rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-18{font-size:1.8rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-18{font-size:1.8rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-18{font-size:1.8rem!important}}.f-20{font-size:2rem}@media(min-width:0)and (max-width:527px){.sm\:f-20{font-size:2rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-20{font-size:2rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-20{font-size:2rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-20{font-size:2rem!important}}.f-24{font-size:2.4rem}@media(min-width:0)and (max-width:527px){.sm\:f-24{font-size:2.4rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-24{font-size:2.4rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-24{font-size:2.4rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-24{font-size:2.4rem!important}}.f-28{font-size:2.8rem}@media(min-width:0)and (max-width:527px){.sm\:f-28{font-size:2.8rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-28{font-size:2.8rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-28{font-size:2.8rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-28{font-size:2.8rem!important}}.f-32{font-size:3.2rem}@media(min-width:0)and (max-width:527px){.sm\:f-32{font-size:3.2rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-32{font-size:3.2rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-32{font-size:3.2rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-32{font-size:3.2rem!important}}.f-40{font-size:4rem}@media(min-width:0)and (max-width:527px){.sm\:f-40{font-size:4rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-40{font-size:4rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-40{font-size:4rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-40{font-size:4rem!important}}.f-80{font-size:8rem}@media(min-width:0)and (max-width:527px){.sm\:f-80{font-size:8rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-80{font-size:8rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-80{font-size:8rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-80{font-size:8rem!important}}.f-120{font-size:12rem}@media(min-width:0)and (max-width:527px){.sm\:f-120{font-size:12rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-120{font-size:12rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-120{font-size:12rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-120{font-size:12rem!important}}.f-160{font-size:16rem}@media(min-width:0)and (max-width:527px){.sm\:f-160{font-size:16rem!important}}@media(min-width:528px)and (max-width:767px){.md\:f-160{font-size:16rem!important}}@media(min-width:768px)and (max-width:959px){.lg\:f-160{font-size:16rem!important}}@media(min-width:960px)and (max-width:1263px){.xl\:f-160{font-size:16rem!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}}.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-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-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-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-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-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-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-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-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-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-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-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-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-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-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{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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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{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-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-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-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-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-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-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-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-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-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-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-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-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-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-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: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-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-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-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-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-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-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: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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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{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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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{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-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-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-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-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-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-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-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-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{-webkit-overflow-scrolling:hidden;background-color:var(--colorWhite);border-radius:var(--bdsCornerRadiusOverlay);box-shadow:var(--bdsElevationMedium);display:grid;grid-template-rows:1fr;overflow:hidden;position:relative;width:100%}.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{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;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{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.bds-c-modal__header__thumbnail{align-items:center;border-radius:var(--bdsCornerRadiusBase);display:flex;flex-shrink:0;height:5.2rem;justify-content:center;overflow:hidden;width:5.2rem}.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:2.4rem;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:-6.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:-6.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 2.4rem}.bds-c-modal__body>p{margin-bottom:1.6rem;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:1.6rem 2.4rem}@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 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-hero--side-by-side .bds-c-hero__main-content{background-color:var(--colorNeutralSurface)}.bds-c-hero--side-by-side .bds-c-hero__grid-item{height:100%}.bds-c-hero--side-by-side .bds-c-hero__content-container{animation-name:fade-in var(--bdsMotionDuration300) var(--bdsMotionEasingEntrance) var(--bdsMotionDelay600);grid-column:1/span 3;grid-row:1}@media(min-width:960px){.bds-c-hero--side-by-side .bds-c-hero__content-container{grid-column:1/span 7}}.bds-c-hero--side-by-side .bds-c-hero__header{font-family:var(--bdsTypographyTitleMediumFontFamily);font-size:var(--bdsTypographyTitleMediumFontSize);font-weight:var(--bdsTypographyTitleMediumFontWeight);line-height:var(--bdsTypographyTitleMediumLineHeight)}@media(min-width:768px){.bds-c-hero--side-by-side .bds-c-hero__header{font-family:var(--bdsTypographyTitleLargeSecondaryFontFamily);font-size:var(--bdsTypographyTitleLargeSecondaryFontSize);font-weight:var(--bdsTypographyTitleLargeSecondaryFontWeight);line-height:var(--bdsTypographyTitleLargeSecondaryLineHeight)}}@media(min-width:960px){.bds-c-hero--side-by-side .bds-c-hero__header{font-family:var(--bdsTypographyTitleXlargeSecondaryFontFamily);font-size:var(--bdsTypographyTitleXlargeSecondaryFontSize);font-weight:var(--bdsTypographyTitleXlargeSecondaryFontWeight);line-height:var(--bdsTypographyTitleXlargeSecondaryLineHeight)}}@media(min-width:1264px){.bds-c-hero--side-by-side .bds-c-hero__header{font-family:var(--bdsTypographyTitleXxlargeFontFamily);font-size:var(--bdsTypographyTitleXxlargeFontSize);font-weight:var(--bdsTypographyTitleXxlargeFontWeight);line-height:var(--bdsTypographyTitleXxlargeLineHeight)}}.bds-c-hero--side-by-side .bds-c-hero__image-container{grid-column:4/-1;grid-row:1;height:100%}@media(min-width:960px){.bds-c-hero--side-by-side .bds-c-hero__image-container{grid-column:8/-1}}.bds-c-hero--side-by-side .bds-c-hero__image-wrap{height:100%;position:relative}.bds-c-hero--side-by-side .bds-c-hero__image{animation-name:fade-in var(--bdsMotionDuration400) var(--bdsMotionEasingEntrance) var(--bdsMotionDelay400);bottom:0;height:100%;left:0;object-fit:cover;object-position:left center;position:absolute;top:0;width:calc(var(--bdsGridMarginSm) + (100vw - var(--bdsGridMarginSm)*2 - var(--bdsGridGutterSm)*(var(--bdsGridColSm) - 1))/var(--bdsGridColSm)*3 + var(--bdsGridGutterSm)*2)}@media(min-width:960px){.bds-c-hero--side-by-side .bds-c-hero__image{width:calc(var(--bdsGridMarginLg) + (100vw - var(--bdsGridMarginLg)*2 - var(--bdsGridGutterLg)*(var(--bdsGridColLg) - 1))/var(--bdsGridColLg)*5 + var(--bdsGridGutterLg)*4)}}@media(min-width:1440px){.bds-c-hero--side-by-side .bds-c-hero__image{width:calc(var(--bdsGridMarginLg) + (var(--bdsGridMaxWidthXl) - var(--bdsGridMarginLg)*2 - var(--bdsGridGutterLg)*(var(--bdsGridColLg) - 1))/var(--bdsGridColLg)*5 + var(--bdsGridGutterLg)*4 + (100vw - var(--bdsGridMaxWidthXl))/2)}}.bds-c-hero--side-by-side .bds-c-hero__grid{min-height:148px}@media(min-width:528px){.bds-c-hero--side-by-side .bds-c-hero__grid{min-height:188px}}@media(min-width:768px){.bds-c-hero--side-by-side .bds-c-hero__grid{min-height:272px}}.bds-c-hero--side-by-side-homepage .bds-c-hero__main-content{background-color:var(--colorNeutralSurface)}.bds-c-hero--side-by-side-homepage .bds-c-hero__grid-item{height:100%}.bds-c-hero--side-by-side-homepage .bds-c-hero__content-container{animation-name:fade-in var(--bdsMotionDuration300) var(--bdsMotionEasingEntrance) var(--bdsMotionDelay600);grid-column:1/span 3;grid-row:1}@media(min-width:960px){.bds-c-hero--side-by-side-homepage .bds-c-hero__content-container{grid-column:1/span 7}}.bds-c-hero--side-by-side-homepage .bds-c-hero__header{font-family:var(--bdsTypographyTitleMediumFontFamily);font-size:var(--bdsTypographyTitleMediumFontSize);font-weight:var(--bdsTypographyTitleMediumFontWeight);line-height:var(--bdsTypographyTitleMediumLineHeight)}@media(min-width:768px){.bds-c-hero--side-by-side-homepage .bds-c-hero__header{font-family:var(--bdsTypographyTitleLargeSecondaryFontFamily);font-size:var(--bdsTypographyTitleLargeSecondaryFontSize);font-weight:var(--bdsTypographyTitleLargeSecondaryFontWeight);line-height:var(--bdsTypographyTitleLargeSecondaryLineHeight)}}@media(min-width:960px){.bds-c-hero--side-by-side-homepage .bds-c-hero__header{font-family:var(--bdsTypographyTitleXlargeSecondaryFontFamily);font-size:var(--bdsTypographyTitleXlargeSecondaryFontSize);font-weight:var(--bdsTypographyTitleXlargeSecondaryFontWeight);line-height:var(--bdsTypographyTitleXlargeSecondaryLineHeight)}}@media(min-width:1264px){.bds-c-hero--side-by-side-homepage .bds-c-hero__header{font-family:var(--bdsTypographyTitleXxlargeFontFamily);font-size:var(--bdsTypographyTitleXxlargeFontSize);font-weight:var(--bdsTypographyTitleXxlargeFontWeight);line-height:var(--bdsTypographyTitleXxlargeLineHeight)}}.bds-c-hero--side-by-side-homepage .bds-c-hero__image-container{grid-column:4/-1;grid-row:1;height:100%}@media(min-width:960px){.bds-c-hero--side-by-side-homepage .bds-c-hero__image-container{grid-column:8/-1}}.bds-c-hero--side-by-side-homepage .bds-c-hero__image-wrap{height:100%;position:relative}.bds-c-hero--side-by-side-homepage .bds-c-hero__image{animation-name:fade-in var(--bdsMotionDuration400) var(--bdsMotionEasingEntrance) var(--bdsMotionDelay400);bottom:0;height:100%;left:0;object-fit:cover;object-position:left center;position:absolute;top:0;width:calc(var(--bdsGridMarginSm) + (100vw - var(--bdsGridMarginSm)*2 - var(--bdsGridGutterSm)*(var(--bdsGridColSm) - 1))/var(--bdsGridColSm)*3 + var(--bdsGridGutterSm)*2)}@media(min-width:960px){.bds-c-hero--side-by-side-homepage .bds-c-hero__image{width:calc(var(--bdsGridMarginLg) + (100vw - var(--bdsGridMarginLg)*2 - var(--bdsGridGutterLg)*(var(--bdsGridColLg) - 1))/var(--bdsGridColLg)*5 + var(--bdsGridGutterLg)*4)}}@media(min-width:1440px){.bds-c-hero--side-by-side-homepage .bds-c-hero__image{width:calc(var(--bdsGridMarginLg) + (var(--bdsGridMaxWidthXl) - var(--bdsGridMarginLg)*2 - var(--bdsGridGutterLg)*(var(--bdsGridColLg) - 1))/var(--bdsGridColLg)*5 + var(--bdsGridGutterLg)*4 + (100vw - var(--bdsGridMaxWidthXl))/2)}}.bds-c-hero--side-by-side-homepage .bds-c-hero__grid{min-height:188px}@media(min-width:528px){.bds-c-hero--side-by-side-homepage .bds-c-hero__grid{min-height:148px}}@media(min-width:768px){.bds-c-hero--side-by-side-homepage .bds-c-hero__grid{min-height:216px}}@media(min-width:960px){.bds-c-hero--side-by-side-homepage .bds-c-hero__grid{min-height:404px}}@media(min-width:1264px){.bds-c-hero--side-by-side-homepage .bds-c-hero__grid{max-height:608px;min-height:608px}}.bds-c-hero--side-by-side-homepage .bds-c-hero__content-container{align-self:stretch;padding:var(--bdsSpacingSm) 0 40px}@media(min-width:768px){.bds-c-hero--side-by-side-homepage .bds-c-hero__content-container{padding:var(--bdsSpacingMd) 0 calc(var(--bdsSpacingMd) + 40px - var(--bdsSpacingSm))}}@media(min-width:960px){.bds-c-hero--side-by-side-homepage .bds-c-hero__content-container{padding:var(--bdsSpacingLg) 0 var(--bdsSpacingXl)}}.bds-c-hero--side-by-side-homepage .bds-c-hero__custom-content-container{align-self:start;display:block;grid-column:1/-1;grid-row:2;height:100%;position:relative}.bds-c-hero--side-by-side-homepage .bds-c-hero__custom-content{margin-top:calc(-40px - var(--bdsGridGutterMd));position:relative;z-index:var(--bdsZindexSurfaceRaised)}@media(min-width:960px){.bds-c-hero--side-by-side-homepage .bds-c-hero__custom-content{margin-top:var(--bdsSpacingLg)}}.bds-c-hero--stacked{width:100%}.bds-c-hero--stacked .bds-c-hero__grid-item{height:100%}.bds-c-hero--stacked .bds-c-hero__content-container{animation-name:fade-in var(--bdsMotionDuration300) var(--bdsMotionEasingEntrance) var(--bdsMotionDelay600);grid-column:1/-1;grid-row:1}.bds-c-hero--stacked .bds-c-hero__header{font-family:var(--bdsTypographyTitleMediumFontFamily);font-size:var(--bdsTypographyTitleMediumFontSize);font-weight:var(--bdsTypographyTitleMediumFontWeight);line-height:var(--bdsTypographyTitleMediumLineHeight)}@media(min-width:768px){.bds-c-hero--stacked .bds-c-hero__header{font-family:var(--bdsTypographyTitleLargeSecondaryFontFamily);font-size:var(--bdsTypographyTitleLargeSecondaryFontSize);font-weight:var(--bdsTypographyTitleLargeSecondaryFontWeight);line-height:var(--bdsTypographyTitleLargeSecondaryLineHeight)}}@media(min-width:960px){.bds-c-hero--stacked .bds-c-hero__header{font-family:var(--bdsTypographyTitleXlargeSecondaryFontFamily);font-size:var(--bdsTypographyTitleXlargeSecondaryFontSize);font-weight:var(--bdsTypographyTitleXlargeSecondaryFontWeight);line-height:var(--bdsTypographyTitleXlargeSecondaryLineHeight)}}@media(min-width:1264px){.bds-c-hero--stacked .bds-c-hero__header{font-family:var(--bdsTypographyTitleXxlargeFontFamily);font-size:var(--bdsTypographyTitleXxlargeFontSize);font-weight:var(--bdsTypographyTitleXxlargeFontWeight);line-height:var(--bdsTypographyTitleXxlargeLineHeight)}}.bds-c-hero--stacked .bds-c-hero__image-wrap{height:148px;margin:auto;max-width:1920px;width:100%}@media(min-width:960px){.bds-c-hero--stacked .bds-c-hero__image-wrap{height:272px}}.bds-c-hero--stacked .bds-c-hero__image{animation-name:fade-in var(--bdsMotionDuration400) var(--bdsMotionEasingEntrance) var(--bdsMotionDelay400);height:100%;object-fit:cover;width:100%}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.city-page .chain-lane-section,.city-page .cuisine-lane-section,.city-page .swimlane-skeleton-section,.swimlane-layout,.vendor-lane-section{margin-top:var(--bdsSpacingMd)}@media(min-width:960px){.city-page .chain-lane-section,.city-page .cuisine-lane-section,.city-page .swimlane-skeleton-section,.swimlane-layout,.vendor-lane-section{margin-top:var(--bdsSpacingLg)}}.city-page .chain-lane-section>div:first-of-type,.city-page .cuisine-lane-section>div:first-of-type,.city-page .swimlane-skeleton-section>div:first-of-type,.swimlane-layout>div:first-of-type,.vendor-lane-section>div:first-of-type{margin-bottom:16px}.city-page .chain-lane-section .chain-lane,.city-page .chain-lane-section .cuisine-lane,.city-page .chain-lane-section .swimlane-skeleton,.city-page .cuisine-lane-section .chain-lane,.city-page .cuisine-lane-section .cuisine-lane,.city-page .cuisine-lane-section .swimlane-skeleton,.city-page .swimlane-skeleton-section .chain-lane,.city-page .swimlane-skeleton-section .cuisine-lane,.city-page .swimlane-skeleton-section .swimlane-skeleton,.swimlane-scroll,.vendor-lane{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;overflow-x:scroll;overflow-y:hidden;transition:transform .2s cubic-bezier(.25,.46,.45,.94)}.city-page .chain-lane-section .chain-lane ::-webkit-scrollbar,.city-page .chain-lane-section .cuisine-lane ::-webkit-scrollbar,.city-page .chain-lane-section .swimlane-skeleton ::-webkit-scrollbar,.city-page .cuisine-lane-section .chain-lane ::-webkit-scrollbar,.city-page .cuisine-lane-section .cuisine-lane ::-webkit-scrollbar,.city-page .cuisine-lane-section .swimlane-skeleton ::-webkit-scrollbar,.city-page .swimlane-skeleton-section .chain-lane ::-webkit-scrollbar,.city-page .swimlane-skeleton-section .cuisine-lane ::-webkit-scrollbar,.city-page .swimlane-skeleton-section .swimlane-skeleton ::-webkit-scrollbar,.swimlane-scroll ::-webkit-scrollbar,.vendor-lane ::-webkit-scrollbar{display:none}.city-page .chain-lane-section .chain-lane,.city-page .chain-lane-section .cuisine-lane,.city-page .chain-lane-section .swimlane-skeleton,.city-page .cuisine-lane-section .chain-lane,.city-page .cuisine-lane-section .cuisine-lane,.city-page .cuisine-lane-section .swimlane-skeleton,.city-page .swimlane-skeleton-section .chain-lane,.city-page .swimlane-skeleton-section .cuisine-lane,.city-page .swimlane-skeleton-section .swimlane-skeleton,.swimlane-row-layout,.vendor-lane{box-sizing:content-box;display:flex;flex-wrap:nowrap;height:100%;list-style-type:none;margin:0 0 -24px;padding:0 0 24px;width:100%}.city-page .chain-lane-section .chain-lane>li,.city-page .chain-lane-section .cuisine-lane>li,.city-page .chain-lane-section .swimlane-skeleton>li,.city-page .cuisine-lane-section .chain-lane>li,.city-page .cuisine-lane-section .cuisine-lane>li,.city-page .cuisine-lane-section .swimlane-skeleton>li,.city-page .swimlane-skeleton-section .chain-lane>li,.city-page .swimlane-skeleton-section .cuisine-lane>li,.city-page .swimlane-skeleton-section .swimlane-skeleton>li,.swimlane-row-layout>li,.vendor-lane>li{margin:0 8px}.city-page .chain-lane-section .chain-lane>li:first-child,.city-page .chain-lane-section .cuisine-lane>li:first-child,.city-page .chain-lane-section .swimlane-skeleton>li:first-child,.city-page .cuisine-lane-section .chain-lane>li:first-child,.city-page .cuisine-lane-section .cuisine-lane>li:first-child,.city-page .cuisine-lane-section .swimlane-skeleton>li:first-child,.city-page .swimlane-skeleton-section .chain-lane>li:first-child,.city-page .swimlane-skeleton-section .cuisine-lane>li:first-child,.city-page .swimlane-skeleton-section .swimlane-skeleton>li:first-child,.swimlane-row-layout>li:first-child,.vendor-lane>li:first-child{margin-left:0}.city-page .chain-lane-section .chain-lane>li:last-child,.city-page .chain-lane-section .cuisine-lane>li:last-child,.city-page .chain-lane-section .swimlane-skeleton>li:last-child,.city-page .cuisine-lane-section .chain-lane>li:last-child,.city-page .cuisine-lane-section .cuisine-lane>li:last-child,.city-page .cuisine-lane-section .swimlane-skeleton>li:last-child,.city-page .swimlane-skeleton-section .chain-lane>li:last-child,.city-page .swimlane-skeleton-section .cuisine-lane>li:last-child,.city-page .swimlane-skeleton-section .swimlane-skeleton>li:last-child,.swimlane-row-layout>li:last-child,.vendor-lane>li:last-child{margin-right:0}.vendor-lane-section{margin-top:var(--bdsSpacingMd)!important}@media(min-width:960px)and (max-width:1265px){.vendor-lane-section{margin-top:var(--bdsSpacingLg)!important}}.vendor-lane-section>div:first-of-type{margin-bottom:16px}.lane-component{position:relative}.lane-component .nav-scroller{align-items:center;background-color:var(--colorInteractionPrimary);border:none;box-sizing:content-box;color:var(--colorOnInteractionPrimary);display:flex;height:48px;justify-content:center;text-overflow:unset!important;width:48px;width:8px}.lane-component .nav-scroller:hover{background-color:var(--colorInteractionPrimaryHover);border-color:var(--colorInteractionPrimaryHover);color:var(--colorOnInteractionPrimaryHover)}.lane-component .nav-scroller:focus{background-color:var(--colorInteractionPrimary);border-color:var(--colorInteractionPrimary);color:var(--colorOnInteractionPrimary)}.lane-component .nav-scroller:focus-visible{outline:4px solid var(--colorInteractionFocus);outline-offset:2px}.lane-component .nav-scroller[disabled]{background-color:var(--colorNeutralInactive);border-color:var(--colorNeutralInactive);pointer-events:none}.lane-component .nav-scroller.status--loading,.lane-component .nav-scroller.status--success{background-color:var(--colorInteractionPrimaryFeedback);border-color:var(--colorInteractionPrimaryFeedback)}.lane-component .nav-scroller:focus{outline:none}.lane-component .nav-scroller .svg-stroke-container{stroke:var(--colorWhite)}.lane-component .nav-scroller svg{transform:scale(1.3)}.lane-component .button-holder{cursor:pointer;position:absolute;top:75px;z-index:3}.lane-component .button-holder:hover .nav-scroller{background-color:var(--colorInteractionPrimaryHover);border-color:var(--colorInteractionPrimaryHover);color:var(--colorOnInteractionPrimaryHover)}.lane-component .button-holder.prev{left:0;transform:translate(-16px)}.lane-component .button-holder.prev .nav-scroller svg{transform:scale(1.3) rotate(180deg)}.lane-component .button-holder.next{right:0;transform:translate(16px)}@media(min-width:480px){.lane-component .button-holder.prev{transform:translate(-50%)}.lane-component .button-holder.next{transform:translate(50%)}}@media(min-width:960px){.lane-component .button-holder.prev{transform:translate(-48px)}.lane-component .button-holder.next{transform:translate(48px)}}.touch .lane-component .button-holder{display:none}@media(min-width:1208px){.touch .lane-component .button-holder{display:block}}.lane-component .vendor-tile picture{height:144px}.lane-component .vendor-tile .vendor-logo{height:48px;width:48px}.lane-component .vendor-tile.vendor-tile-variant-layout{margin:2px}.lane-component .vendor-tile.vendor-tile-variant-layout .badge-info{display:flex;flex-flow:nowrap;font-weight:700;height:24px;left:8px;padding:6px 8px;right:unset;top:112px}.lane-component .vendor-tile.vendor-tile-variant-layout .pickup-info{flex-direction:row-reverse}.lane-component .vendor-tile .extra-info{display:block;font-size:1.4rem;margin-top:12px}.lane-component .vendor-tile .extra-info>li{border-right:0;margin-right:0;padding-right:0}.lane-component .vendor-tile .delivery-fee--subscription-active{color:var(--colorNeutralInactive);padding-right:4px;text-decoration:line-through}.lane-component .vendor-tile .delivery-fee--subscription-active strong{color:var(--colorNeutralSecondary);text-decoration:line-through}.lane-component .vendor-tile .loyalty-info{font-family:var(--bdsTypographyLabelMediumFontFamily);font-size:var(--bdsTypographyLabelMediumFontSize);font-weight:var(--bdsTypographyLabelMediumFontWeight);line-height:var(--bdsTypographyLabelMediumLineHeight);margin-top:8px}.lane-component.js .vendor-lane{margin:0;overflow:visible;padding:0}.vendor-lane>li{flex:0 0 auto;position:relative;width:233px}.vendor-lane .closed-overlay{top:60px}.vendor-lane a{text-decoration:none}#campaign-carousel-react-root .vendor-lane-section{padding-top:24px}#campaign-carousel-react-root .vendor-lane-section:first-child{margin-top:0}#campaign-carousel-react-root .lane-component{margin-bottom:0}#campaign-carousel-react-root .lane-component .button-holder{top:50%}#campaign-carousel-react-root .lane-component .button-holder.next{transform:translate(48px,-50%)}#campaign-carousel-react-root .lane-component .button-holder.prev{transform:translate(-48px,-50%)}#campaign-carousel-react-root .lane-component .nav-scroller{top:0}#campaign-carousel-react-root .vendor-lane{padding-bottom:24px;padding-top:var(--bdsSpacingXxs);scroll-behavior:smooth}#campaign-carousel-react-root .vendor-lane>li{width:144px}#campaign-carousel-react-root .campaign-carousel-item img{height:176px;width:144px}@media(min-width:768px){#campaign-carousel-react-root .vendor-lane-section{padding-top:32px}#campaign-carousel-react-root .lane-component{height:120px}#campaign-carousel-react-root .vendor-lane>li{margin:0 8px;width:280px}#campaign-carousel-react-root .vendor-lane>li:first-child{margin-left:0}#campaign-carousel-react-root .campaign-carousel-item img{height:120px;width:280px}#campaign-carousel-react-root .webrefresh.lane-component{height:120px}}#campaign-carousel-react-root .webrefresh.lane-component .button-holder.next{transform:translate(24px,-50%)}#campaign-carousel-react-root .webrefresh.lane-component .button-holder.prev{transform:translate(-24px,-50%)}#campaign-carousel-react-root .webrefresh.lane-component .lane-wrapper{transform:translate(calc(var(--bdsSpacingXxs)*-1))}#campaign-carousel-react-root .webrefresh.lane-component .lane-wrapper .vendor-lane{height:176pxvar(--bdsSpacingSm);padding-left:var(--bdsSpacingXxs)}@media(min-width:768px){#campaign-carousel-react-root .webrefresh.lane-component .lane-wrapper .vendor-lane{height:120pxvar(--bdsSpacingMd)}}#campaign-carousel-react-root .webrefresh.lane-component .lane-wrapper .vendor-lane>li{border-radius:var(--bdsCornerRadiusPressed);height:176px;width:144px}#campaign-carousel-react-root .webrefresh.lane-component .lane-wrapper .vendor-lane>li a:before{border-radius:var(--bdsCornerRadiusButton);content:"";inset:4px;position:absolute;z-index:-1}#campaign-carousel-react-root .webrefresh.lane-component .lane-wrapper .vendor-lane>li a:focus-visible{outline:0}#campaign-carousel-react-root .webrefresh.lane-component .lane-wrapper .vendor-lane>li a:focus-visible:before{border-radius:var(--bdsCornerRadiusPressed);box-shadow:0 0 0 4px var(--colorFocusRingDark),0 0 0 8px var(--colorFocusRingLight);z-index:1}@media(min-width:768px){#campaign-carousel-react-root .webrefresh.lane-component .lane-wrapper .vendor-lane>li{height:120px;margin:0 8px;width:280px}#campaign-carousel-react-root .webrefresh.lane-component .lane-wrapper .vendor-lane>li:first-child{margin-left:0}}#campaign-carousel-react-root .webrefresh.lane-component .lane-wrapper .vendor-lane .campaign-carousel-item .image-wrapper{border-radius:var(--bdsCornerRadiusPressed);height:176px;overflow:hidden;width:144px}@media(min-width:768px){#campaign-carousel-react-root .webrefresh.lane-component .lane-wrapper .vendor-lane .campaign-carousel-item .image-wrapper{height:120px;width:280px}}#campaign-carousel-react-root .webrefresh.lane-component .lane-wrapper .vendor-lane .campaign-carousel-item:active .overlay{animation:reveal;animation-duration:.2s;background-color:var(--colorNeutralPrimary);border-radius:var(--bdsCornerRadiusPressed);height:176px;inset:0;opacity:.1;position:absolute;width:144px}@media(min-width:768px){#campaign-carousel-react-root .webrefresh.lane-component .lane-wrapper .vendor-lane .campaign-carousel-item:active .overlay{height:120px;width:280px}}#campaign-carousel-react-root .webrefresh.lane-component .lane-wrapper .vendor-lane .campaign-carousel-item img{border-radius:var(--bdsCornerRadiusPressed);height:176px;width:144px}#campaign-carousel-react-root .webrefresh.lane-component .lane-wrapper .vendor-lane .campaign-carousel-item img:hover{animation-duration:.3s;animation-fill-mode:forwards;animation-name:lane-image-scaleup}@media(min-width:768px){#campaign-carousel-react-root .webrefresh.lane-component .lane-wrapper .vendor-lane .campaign-carousel-item img{height:120px;width:280px}}#vendor-quick-reorder{margin:0 auto;max-width:1248px;padding:0 16px;position:relative;width:100%}@media(min-width:480px){#vendor-quick-reorder{padding-left:24px;padding-right:24px}}@media(min-width:768px){#vendor-quick-reorder{padding-left:48px;padding-right:48px}}@media(min-width:1265px){#vendor-quick-reorder{padding-left:80px;padding-right:80px}}#vendor-quick-reorder .button-holder.next,#vendor-quick-reorder .button-holder.prev{display:none}#vendor-quick-reorder .title-flat{font-size:1.4rem;font-weight:700;margin-bottom:0;margin-top:24px;text-transform:uppercase}@media(min-width:768px){#vendor-quick-reorder .button-holder.next,#vendor-quick-reorder .button-holder.prev{display:block}}#vendor-quick-reorder .lane-component{margin-left:-24px}#vendor-quick-reorder .lane-component .button-holder.next{transform:translate(48px,-22px)}#vendor-quick-reorder .lane-component .button-holder.prev{transform:translate(-48px,-22px)}#vendor-quick-reorder .lane-component .button-holder.prev:after{background:var(--colorWhite);content:"";display:inline-block;height:186px;left:0;margin-top:-16px;width:72px}#vendor-quick-reorder .lane-component .button-holder.prev .nav-scroller{right:-16px}#vendor-quick-reorder .vendor-lane{margin:0;padding:24px;scroll-behavior:smooth}#vendor-quick-reorder .vendor-lane>li:last-child{width:32px}#vendor-quick-reorder .reorder-items{background-color:var(--colorWhite);box-shadow:0 2px 16px 0 var(--colorNeutralDivider);flex-direction:column;height:109px;padding:16px;width:288px}#vendor-quick-reorder .reorder-items,#vendor-quick-reorder .reorder-items .reorder-first-item{display:flex;justify-content:space-between}#vendor-quick-reorder .reorder-items .reorder-first-item-name{color:var(--colorNeutralPrimary);font-size:16px;font-weight:700;height:20px;letter-spacing:normal;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#vendor-quick-reorder .reorder-items .reorder-first-item-cost{color:var(--colorNeutralSecondary);font-size:16px;font-weight:300;height:20px;letter-spacing:.1px;line-height:1.25}#vendor-quick-reorder .reorder-items .reorder-rest-items-count{color:var(--colorNeutralSecondary);flex:2;font-size:1.4rem;font-weight:300;height:18px;letter-spacing:normal;line-height:1.29}#vendor-quick-reorder .reorder-items .reorder-date-action{align-items:center;display:flex;justify-content:space-between}#vendor-quick-reorder .reorder-items .reorder-date{color:var(--colorNeutralSecondary);font-size:1.4rem;font-weight:300;height:18px;letter-spacing:normal;line-height:1.29}#vendor-quick-reorder .reorder-items .reorder-add-action{background-color:var(--colorWhite);border:1px solid var(--colorBrandPrimary);color:var(--colorInteractionPrimary);font-size:1.4rem;font-weight:500;height:24px;letter-spacing:.1px;line-height:1.29;text-align:center}.button-loading-ghost{background-color:var(--colorWhite)!important;background-image:url(https://micro-assets.foodora.com/298a69f20fb71ddabc19e42f69980a78.svg);background-image:url(https://micro-assets.foodora.com/ac941d611be7910f44bfbacc07e18692.svg);background-position:50%;background-repeat:no-repeat;border-color:#ea81ae!important;color:transparent!important}.button-loading-ghost:hover{cursor:default}.lane-wrapper{overflow:hidden}.button,.button-ghost,.button-primary-reversed,.cuisine-page .other-cuisines .button-ghost,.lane-component .nav-scroller{word-wrap:normal;border:1px solid;border-radius:var(--bdsCornerRadiusButton);cursor:pointer;display:inline-block;font-family:Open Sans,arial,sans-serif;font-family:var(--bdsTypographyLabelMediumFontFamily);font-size:var(--bdsTypographyLabelMediumFontSize);font-weight:var(--bdsTypographyLabelMediumFontWeight);height:48px;line-height:var(--bdsTypographyLabelMediumLineHeight);line-height:46px;max-width:100%;overflow:hidden;padding:0 15px;position:relative;text-align:center;text-decoration:none;text-overflow:ellipsis;text-transform:none;touch-action:manipulation;transition:color .2s cubic-bezier(.25,.46,.45,.94),background-color .2s cubic-bezier(.25,.46,.45,.94),border-color .2s cubic-bezier(.25,.46,.45,.94),box-shadow .2s cubic-bezier(.25,.46,.45,.94);user-select:none;vertical-align:middle;white-space:nowrap;z-index:1}.button-ghost:focus,.button-ghost:hover,.button-primary-reversed:focus,.button-primary-reversed:hover,.button:focus,.button:hover,.cuisine-page .other-cuisines .button-ghost:focus,.cuisine-page .other-cuisines .button-ghost:hover,.lane-component .nav-scroller:focus,.lane-component .nav-scroller:hover{outline:none;text-decoration:none}.button .ripple,.button-ghost .ripple,.button-ghost:not(.js-ripple):after,.button-primary-reversed .ripple,.button-primary-reversed:not(.js-ripple):after,.button:not(.js-ripple):after,.cuisine-page .other-cuisines .button-ghost .ripple,.cuisine-page .other-cuisines .button-ghost:not(.js-ripple):after,.lane-component .nav-scroller .ripple,.lane-component .nav-scroller:not(.js-ripple):after{backface-visibility:hidden;background:radial-gradient(circle,rgba(0,0,0,.08) 10%,transparent 10.01%) 50% no-repeat;box-shadow:0 2px 8px 0 rgba(0,0,0,.08);content:"";height:100%;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) scale(15);transition:transform .6s,opacity .9s;width:100%;z-index:-1}.button-ghost:hover,.button-primary-reversed:hover,.button:hover,.cuisine-page .other-cuisines .button-ghost:hover,.lane-component .nav-scroller:hover{box-shadow:0 .1rem .5rem rgba(0,0,0,.15)}.button-ghost:hover .ripple,.button-ghost:hover:not(.js-ripple):after,.button-primary-reversed:hover .ripple,.button-primary-reversed:hover:not(.js-ripple):after,.button:hover .ripple,.button:hover:not(.js-ripple):after,.lane-component .nav-scroller:hover .ripple,.lane-component .nav-scroller:hover:not(.js-ripple):after{opacity:0}.button-ghost:active,.button-primary-reversed:active,.button:active,.cuisine-page .other-cuisines .button-ghost:active,.lane-component .nav-scroller:active{box-shadow:0 .1rem .5rem rgba(0,0,0,.15)}.button-ghost:active .ripple,.button-ghost:active:not(.js-ripple):after,.button-primary-reversed:active .ripple,.button-primary-reversed:active:not(.js-ripple):after,.button:active .ripple,.button:active:not(.js-ripple):after,.lane-component .nav-scroller:active .ripple,.lane-component .nav-scroller:active:not(.js-ripple):after{opacity:1;transform:translate(-50%,-50%) scale(0);transition:0s}.lane-component [disabled].nav-scroller .ripple,.lane-component [disabled].nav-scroller:not(.js-ripple):after,[disabled].button .ripple,[disabled].button-ghost .ripple,[disabled].button-ghost:not(.js-ripple):after,[disabled].button-primary-reversed .ripple,[disabled].button-primary-reversed:not(.js-ripple):after,[disabled].button:not(.js-ripple):after{display:none}.cuisine-page .other-cuisines .status--loading.button-ghost,.lane-component .status--loading.nav-scroller,.status--loading.button,.status--loading.button-ghost,.status--loading.button-primary-reversed{box-shadow:none;pointer-events:none}.lane-component .status--loading.nav-scroller .calcul-animation,.status--loading.button .calcul-animation,.status--loading.button-ghost .calcul-animation,.status--loading.button-primary-reversed .calcul-animation{display:flex}.cuisine-page .other-cuisines .status--success.button-ghost,.lane-component .status--success.nav-scroller,.status--success.button,.status--success.button-ghost,.status--success.button-primary-reversed{box-shadow:none;pointer-events:none}.lane-component .status--success.nav-scroller .calcul-animation,.status--success.button .calcul-animation,.status--success.button-ghost .calcul-animation,.status--success.button-primary-reversed .calcul-animation{display:flex}.button .calcul-animation,.button-ghost .calcul-animation,.button-primary-reversed .calcul-animation,.cuisine-page .other-cuisines .button-ghost .calcul-animation,.lane-component .nav-scroller .calcul-animation{align-items:center;align-self:center;height:0;justify-content:center;margin:0}.webrefresh.lane-component .button-holder{align-items:center;display:flex;height:100%;top:0}.webrefresh.lane-component .button-holder.next{transform:translate(24px)}.webrefresh.lane-component .button-holder.prev{transform:translate(-24px)}@keyframes lane-image-scaleup{0%{scale:100%}to{scale:102.38%}}@keyframes reveal{0%{opacity:0}to{opacity:.1}}.marketing-banner{display:block;height:160px;position:relative;width:100%}@media(min-width:768px){.marketing-banner{height:184px;margin-left:auto;margin-right:auto;max-width:1425px;padding-left:16px;padding-right:16px;padding-top:24px;position:relative;width:100%}}@media(min-width:768px)and (min-width:480px){.marketing-banner{padding-left:24px;padding-right:24px}}@media(min-width:768px)and (min-width:768px){.marketing-banner{padding-left:48px;padding-right:48px}}@media(min-width:768px)and (min-width:1265px){.marketing-banner{padding-left:80px;padding-right:80px}}.marketing-banner-image{background-position:50%;background-size:cover;height:100%;width:100%}.marketing-banner-image-cover{object-fit:cover}.marketing-banner-content{align-items:center;color:var(--colorWhite);display:flex;flex-direction:column;left:50%;max-height:160px;padding:0 16px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:100%}@media(min-width:480px){.marketing-banner-content{padding:0 24px}}@media(min-width:768px){.marketing-banner-content{max-width:884px;padding:0 128px;position:absolute;top:calc(50% + 12px)}}.marketing-banner-title{color:var(--colorWhite);font-size:1.8rem;font-weight:700;line-height:1;margin:0;max-height:36px}.text-dark .marketing-banner-title{color:var(--colorNeutralPrimary)}.marketing-banner-text{font-size:1.4rem;font-weight:300;line-height:1.14;margin-bottom:0;margin-top:8px;max-height:48px}.text-dark .marketing-banner-text{color:var(--colorNeutralSecondary)}.marketing-banner-button{height:32px;line-height:1;margin-top:16px}.spinner-container{height:48px;padding:24px;position:relative;z-index:5}.page-number{grid-column:-1/1}.page-number .page-number-link{display:none}.toast-container{bottom:32px;box-sizing:border-box;left:50%;position:fixed;transform:translateX(-50%);z-index:1500}.toast-container .toast{animation:toast-in .5s;background:var(--colorNeutralPrimary);border-radius:4px;box-shadow:0 2px 8px 0 rgba(0,0,0,.08);color:var(--colorWhite);font-family:var(--bdsTypographyLabelMediumFontFamily);font-size:var(--bdsTypographyLabelMediumFontSize);font-weight:var(--bdsTypographyLabelMediumFontWeight);line-height:var(--bdsTypographyLabelMediumLineHeight);line-height:1.25;margin-bottom:8px;min-width:300px;padding:16px;transition:transform .5s ease-in}.toast-container .toast.toast-out{animation:toast-out .5s}@keyframes toast-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes toast-out{to{opacity:0;transform:translateY(100%)}}.bds-c-empty-state{align-items:stretch;display:flex;flex-direction:column;justify-content:center;max-width:422px;min-width:288px}.bds-c-empty-state--enter{opacity:0;transform:scale(.8)}.bds-c-empty-state--enter-active{opacity:1;transform:none}@media(prefers-reduced-motion:no-preference){.bds-c-empty-state--enter-active{transition:opacity var(--bdsMotionDuration300) var(--bdsMotionEasingStandard),transform var(--bdsMotionDuration300) var(--bdsMotionEasingBounce)}}.bds-c-empty-state--enter-done{opacity:1;transform:none}.bds-c-empty-state--exit{opacity:1}.bds-c-empty-state--exit-active{opacity:0;transform:scale(.8)}@media(prefers-reduced-motion:no-preference){.bds-c-empty-state--exit-active{transition:opacity var(--bdsMotionDuration300) var(--bdsMotionEasingStandard),transform var(--bdsMotionDuration300) var(--bdsMotionEasingBounce)}}.bds-c-empty-state--exit-done{opacity:0;visibility:hidden}.bds-c-empty-state__illustration{margin:auto}.bds-c-empty-state__illustration--small svg{height:80px;width:80px}.bds-c-empty-state__illustration--large svg{height:160px;width:160px}.bds-c-empty-state__title{-webkit-line-clamp:2;margin-top:var(--bdsSpacingSm)}.bds-c-empty-state__description,.bds-c-empty-state__title{-webkit-box-orient:vertical;display:-webkit-box;margin-bottom:0;overflow:hidden;text-align:center}.bds-c-empty-state__description{-webkit-line-clamp:3;margin-top:var(--bdsSpacingXs)}.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}}.bds-c-skeleton-loader{background-color:var(--colorNeutralDivider);border-radius:12px}.bds-c-link{background-image:linear-gradient(currentcolor,currentcolor),linear-gradient(currentcolor,currentcolor);background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% 1px,0 3px;color:var(--colorOnInteractionSecondary);cursor:pointer;font-weight:600;text-decoration:none}@media(prefers-reduced-motion:no-preference){.bds-c-link{transition:color var(--bdsMotionDuration200) var(--bdsMotionEasingStandard),background-size var(--bdsMotionDuration300) var(--bdsMotionEasingBounce),box-shadow var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}}.bds-c-link:focus-visible{border-radius:2px;box-shadow:0 0 0 2px var(--colorFocusRingDark),0 0 0 4px var(--colorFocusRingLight);outline:0}.bds-c-link:hover{color:var(--colorOnInteractionSecondaryHover)}.bds-c-link:hover:not(.bds-is-disabled){background-size:100% 1px,100% 3px}.bds-c-link--color-white,.bds-c-link--color-white:hover{color:var(--colorWhite)}.bds-c-link--color-secondary{color:var(--colorInteractionSecondary)}.bds-c-link--color-secondary:hover{color:var(--colorInteractionSecondaryHover)}.bds-c-link.bds-is-disabled{color:var(--colorNeutralInactive);cursor:not-allowed}.bds-c-breadcrumbs{align-items:center;display:flex}.bds-c-breadcrumbs__arrow{display:flex;margin:0 var(--bdsSpacingXs)}.bds-c-breadcrumbs__list{align-items:center;display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;row-gap:var(--bdsSpacingXxs)}.bds-c-breadcrumbs__list__item{align-items:center;display:flex;font-family:var(--bdsTypographyLabelMediumFontFamily);font-size:var(--bdsTypographyLabelMediumFontSize);font-weight:var(--bdsTypographyLabelMediumFontWeight);line-height:var(--bdsTypographyLabelMediumLineHeight);white-space:nowrap}.bds-c-breadcrumbs__list__item--is-current-page a{color:var(--colorNeutralPrimary);text-decoration:none}.bds-c-breadcrumbs__list__item--is-current-page a:after,.bds-c-breadcrumbs__list__item--is-current-page a:before{display:none}.bds-c-breadcrumbs__list__item--is-current-page a:hover{color:var(--colorNeutralPrimary)}.bds-c-breadcrumbs__option-menu{background-color:var(--colorWhite);border:1px solid var(--colorNeutralBorder);border-radius:var(--bdsCornerRadiusOverlay);box-shadow:var(--bdsElevationLow);list-style:none;margin:0;min-width:148px;opacity:0;position:absolute;scale:96%;top:calc(100% - 4px);transform-origin:top;width:fit-content;z-index:var(--bdsZindexHighPeaked)}@media(prefers-reduced-motion:no-preference){.bds-c-breadcrumbs__option-menu{transition:top var(--bdsMotionDuration200) var(--bdsMotionEasingStandard),scale var(--bdsMotionDuration300) var(--bdsMotionEasingBounce),opacity var(--bdsMotionDuration300) var(--bdsMotionEasingStandard)}}.bds-c-breadcrumbs__option-menu.bds-c-breadcrumbs__option-menu--enter-active,.bds-c-breadcrumbs__option-menu.bds-c-breadcrumbs__option-menu--enter-done{opacity:1;scale:100%;top:calc(100% + 4px)}.bds-c-breadcrumbs__option-menu.bds-c-breadcrumbs__option-menu--exit-active,.bds-c-breadcrumbs__option-menu.bds-c-breadcrumbs__option-menu--exit-done{opacity:0;scale:96%;top:calc(100% - 4px)}.bds-c-breadcrumbs__option-menu__container{position:relative}.bds-c-breadcrumbs__option-menu__list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.bds-c-breadcrumbs__option-menu__list__item{align-items:center;border-radius:var(--bdsCornerRadiusButton);color:var(--colorNeutralPrimary);cursor:pointer;display:flex;font-family:var(--bdsTypographyLabelMediumFontFamily);font-size:var(--bdsTypographyLabelMediumFontSize);font-weight:var(--bdsTypographyLabelMediumFontWeight);gap:var(--bdsSpacingSt);justify-content:space-between;line-height:var(--bdsTypographyLabelMediumLineHeight);padding:var(--bdsSpacingSt) var(--bdsSpacingSm);position:relative;text-decoration:none}@media(prefers-reduced-motion:no-preference){.bds-c-breadcrumbs__option-menu__list__item{transition:background-color var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}}.bds-c-breadcrumbs__option-menu__list__item:before{border-radius:var(--bdsCornerRadiusButton);content:"";inset:0;position:absolute;z-index:-1}@media(prefers-reduced-motion:no-preference){.bds-c-breadcrumbs__option-menu__list__item:before{transition:inset var(--bdsMotionDuration200) var(--bdsMotionEasingBounce),box-shadow var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}}.bds-c-breadcrumbs__option-menu__list__item:hover{background-color:var(--colorInteractionBackgroundHover)}.bds-c-breadcrumbs__option-menu__list__item:focus-visible{outline:0}.bds-c-breadcrumbs__option-menu__list__item:focus-visible:before{box-shadow:0 0 0 2px var(--colorFocusRingDark),0 0 0 4px var(--colorFocusRingLight);z-index:var(--bdsZindexLowRaised)}.bds-c-breadcrumbs__option-menu__list>li:first-of-type .bds-c-breadcrumbs__option-menu__list__item{border-top-left-radius:var(--bdsCornerRadiusOverlay);border-top-right-radius:var(--bdsCornerRadiusOverlay)}.bds-c-breadcrumbs__option-menu__list>li:last-of-type .bds-c-breadcrumbs__option-menu__list__item{border-bottom-left-radius:var(--bdsCornerRadiusOverlay);border-bottom-right-radius:var(--bdsCornerRadiusOverlay)}.content-container .loading-skeleton{margin-top:var(--bdsSpacingMd);overflow-y:hidden;width:100%}@media(max-width:527.98px){.content-container .loading-skeleton{margin-top:var(--bdsSpacingSm)}}.content-container .loading-skeleton-item{grid-column:span 6}@media(min-width:768px){.content-container .loading-skeleton-item{grid-column:span 3}}@media(min-width:960px){.content-container .loading-skeleton-item{grid-column:span 4}}@media(min-width:1264px){.content-container .loading-skeleton-item{grid-column:span 4}}.content-container .loading-skeleton-item .card-skeleton{gap:var(--bdsSpacingSm)}.content-container .loading-skeleton-item.webfound-refresh .card-skeleton-image{aspect-ratio:16/9;height:auto;width:100%}.content-container .vendor-list-empty-message{margin-top:4px}@media(min-width:960px){.content-container .vendor-list-empty-message{margin-top:20px}}.content-container .vendors-section{margin-top:var(--bdsSpacingMd);min-width:100vw}@media(max-width:527.98px){.content-container .vendors-section{margin-top:var(--bdsSpacingSm)}}.content-container .vendors-section .scroller-spinner-container{grid-column:-1/1}.vendor{grid-column:span 6;margin-bottom:var(--bdsSpacingXxs);position:relative}@media(min-width:528px){.vendor{grid-column:span 3}}@media(min-width:960px){.vendor{grid-column:span 4}}@media(min-width:528px){.vendor.webfound-refresh{grid-column:span 6}}@media(min-width:768px){.vendor.webfound-refresh{grid-column:span 3}}@media(min-width:960px){.vendor.webfound-refresh{grid-column:span 4}}.vendor a{text-decoration:none}.vendor-swimlane-section{margin-top:var(--bdsSpacingMd);row-gap:var(--bdsSpacingLg)}@media(max-width:527.98px){.vendor-swimlane-section{margin-top:var(--bdsSpacingSm)}}.swimlane-header-container{display:flex;justify-content:space-between;padding-bottom:var(--bdsSpacingSm)}.swimlane-header-see-all-link{align-self:center;text-decoration:none}.breadcrumbs-container{grid-column:span 12;margin-top:var(--bdsSpacingMd)}@media(max-width:527.98px){.breadcrumbs-container{margin-top:var(--bdsSpacingSm)}}.content-block{grid-column:span 12}.city-category-listing-content-container{display:flex;flex-direction:column}.city-category-listing-content-container .card-skeleton,.city-category-listing-content-container .vendor-swimlane-grid-item ul.vendor-lane{gap:var(--bdsSpacingSm)}.city-category-listing-content-container.webfound-refresh .card-skeleton-image{aspect-ratio:16/9;height:auto;width:100%}.city-category-listing-content-container .header-skeleton{margin-bottom:var(--bdsSpacingSm)}.header-skeleton{height:30px;margin-bottom:var(--bdsSpacingMd);width:200px}@media(min-width:960px){.header-skeleton{height:40px;width:300px}}.city-page .swimlanes-container{grid-column:span 12}.city-page .title-container{grid-column:span 12;margin-top:var(--bdsSpacingMd)}@media(max-width:527.98px){.city-page .title-container{margin-top:var(--bdsSpacingSm)}}.city-page .chain-lane-section,.city-page .cuisine-lane-section,.city-page .swimlane-skeleton-section{grid-column:span 12}.city-page .chain-lane-section .lane-component .lane-wrapper,.city-page .cuisine-lane-section .lane-component .lane-wrapper,.city-page .swimlane-skeleton-section .lane-component .lane-wrapper{overflow:hidden}.city-page .chain-lane-section .lane-component .button-holder,.city-page .cuisine-lane-section .lane-component .button-holder,.city-page .swimlane-skeleton-section .lane-component .button-holder{align-items:center;display:flex;height:96px;top:0}.city-page .swimlanes-skeleton{width:100%}.city-page .swimlanes-skeleton .button-holder.next{display:none}.city-page .swimlanes-skeleton-item .swimlanes-card-skeleton{align-items:center;display:flex;flex-direction:column;gap:var(--bdsSpacingXs);margin-right:var(--bdsSpacingSm)}.city-page .swimlanes-skeleton-item .swimlanes-card-skeleton-image{height:96px;width:96px}.city-page .swimlanes-skeleton-item .swimlanes-card-skeleton-description{height:22px;width:70%}.city-page .swimlanes-skeleton .swimlane-header-skeleton{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:var(--bdsSpacingMd)}.city-page .swimlanes-skeleton .swimlane-header-skeleton-title{height:42px;width:200px}.city-page .swimlanes-skeleton .swimlane-header-skeleton-see-all{height:22px;width:50px}.city-page .page-content{padding-top:80px}.city-page .page-content h2,.city-page .page-content h3,.city-page .page-content h4{font-family:var(--bdsTypographyTitleLargeSecondaryFontFamily);font-size:var(--bdsTypographyTitleLargeSecondaryFontSize);font-weight:var(--bdsTypographyTitleLargeSecondaryFontWeight);line-height:var(--bdsTypographyTitleLargeSecondaryLineHeight);margin-bottom:var(--bdsSpacingMd)}.city-page .page-content li,.city-page .page-content p{font-family:var(--bdsTypographyParagraphMediumFontFamily);font-size:var(--bdsTypographyParagraphMediumFontSize);font-weight:var(--bdsTypographyParagraphMediumFontWeight);line-height:var(--bdsTypographyParagraphMediumLineHeight);margin-bottom:var(--bdsSpacingMd)}.city-page .page-content strong{font-family:var(--bdsTypographyTitleSmallFontFamily);font-size:var(--bdsTypographyTitleSmallFontSize);font-weight:var(--bdsTypographyTitleSmallFontWeight);line-height:var(--bdsTypographyTitleSmallLineHeight)}.city-page .page-content hr{background-color:var(--colorNeutralDivider);border:0;height:1px!important;margin:24px 0 16px}.city-page .city-marketing-banner{padding-top:0}.city-page .marketing-banner{padding-left:0;padding-right:0}.cuisine-page .content-area-container{width:100%}.cuisine-page .content-block div{font-family:var(--bdsTypographyParagraphMediumFontFamily);font-size:var(--bdsTypographyParagraphMediumFontSize);font-weight:var(--bdsTypographyParagraphMediumFontWeight);line-height:var(--bdsTypographyParagraphMediumLineHeight)}.cuisine-page .cuisine-page-description{line-height:1.5;margin:var(--bdsSpacingLg) 0;text-align:left}@media(min-width:768px){.cuisine-page .cuisine-page-description{margin:var(--bdsSpacingXxxl) 0}}.cuisine-page .page-content .page-highlight{color:var(--colorNeutralPrimary)!important;margin:0;min-height:0;padding:0;text-align:left!important}.cuisine-page .page-content .page-highlight p{font-family:var(--bdsTypographyParagraphMediumFontFamily);font-size:var(--bdsTypographyParagraphMediumFontSize);font-weight:var(--bdsTypographyParagraphMediumFontWeight);line-height:var(--bdsTypographyParagraphMediumLineHeight);margin-bottom:var(--bdsSpacingMd)}.cuisine-page .page-content h2,.cuisine-page .page-content h3,.cuisine-page .page-content h4{color:var(--colorNeutralPrimary)!important;display:block;margin-bottom:var(--bdsSpacingMd);margin-top:var(--bdsSpacingXs);text-align:left!important}.cuisine-page .page-content h2,.cuisine-page .page-content h2>b,.cuisine-page .page-content h2>strong,.cuisine-page .page-content h3,.cuisine-page .page-content h3>strong,.cuisine-page .page-content h4,.cuisine-page .page-content h4>strong{font-family:var(--bdsTypographyTitleLargeSecondaryFontFamily);font-size:var(--bdsTypographyTitleLargeSecondaryFontSize);font-weight:var(--bdsTypographyTitleLargeSecondaryFontWeight);line-height:var(--bdsTypographyTitleLargeSecondaryLineHeight)}.cuisine-page .page-content li,.cuisine-page .page-content p:not(.cuisine-intro):not(.secondary-title){font-family:var(--bdsTypographyParagraphMediumFontFamily);font-size:var(--bdsTypographyParagraphMediumFontSize);font-weight:var(--bdsTypographyParagraphMediumFontWeight);line-height:var(--bdsTypographyParagraphMediumLineHeight);margin-bottom:var(--bdsSpacingMd)}.cuisine-page .page-content b,.cuisine-page .page-content strong{font-family:var(--bdsTypographyTitleSmallFontFamily);font-size:var(--bdsTypographyTitleSmallFontSize);font-weight:var(--bdsTypographyTitleSmallFontWeight);line-height:var(--bdsTypographyTitleSmallLineHeight)}.cuisine-page .page-content hr{background-color:var(--colorNeutralDivider);border:0;height:1px!important;margin:var(--bdsSpacingMd) 0 var(--bdsSpacingMd)}.cuisine-page .cuisine-intro{margin:var(--bdsSpacingXl) 0 var(--bdsSpacingSm) 0}.cuisine-page .app-cta-strip-banner{margin-top:0}.cuisine-page .cuisine-image{background:no-repeat 50%;background-size:cover;height:360px}@media(min-width:768px){.cuisine-page .cuisine-image{flex:1 1 100%;height:auto;margin:0}}.cuisine-page .cuisine-description{margin:0 -var(--bdsSpacingSm);padding-bottom:calc(var(--bdsSpacingMd) + var(--bdsSpacingSm))}.cuisine-page .cuisine-description>div{padding:var(--bdsSpacingLg) var(--bdsSpacingSm)}@media(min-width:768px){.cuisine-page .cuisine-description{display:flex;margin:0;min-height:480px}.cuisine-page .cuisine-description>div{padding:var(--bdsSpacingLg) var(--bdsSpacingSm)}.cuisine-page .cuisine-description:nth-child(odd) .cuisine-image{order:-1}.cuisine-page .cuisine-description:nth-child(2n) .cuisine-image,.cuisine-page .cuisine-description:nth-child(odd) div{border-bottom-right-radius:var(--bdsCornerRadiusContainer);border-top-right-radius:var(--bdsCornerRadiusContainer)}.cuisine-page .cuisine-description:nth-child(2n) div,.cuisine-page .cuisine-description:nth-child(odd) .cuisine-image{border-bottom-left-radius:var(--bdsCornerRadiusContainer);border-top-left-radius:var(--bdsCornerRadiusContainer)}.cuisine-page .cuisine-description>div{box-shadow:0 .1rem .5rem rgba(0,0,0,.15);display:flex;flex:0 0 600px;flex-direction:column;justify-content:center;padding:var(--bdsSpacingLg)}}.cuisine-page .more-informations{align-items:left;display:flex;flex-direction:column}.cuisine-page .other-cuisines{display:flex;flex-direction:column;overflow:hidden;position:relative}.cuisine-page .other-cuisines .h3{padding-left:var(--bdsSpacingXs)}.cuisine-page .other-cuisines .section-title{margin:0 0 var(--bdsSpacingSm)}.cuisine-page .other-cuisines ul{margin:0;max-width:960px;width:100%}.cuisine-page .other-cuisines li{margin:var(--bdsSpacingSm) 0}.cuisine-page .other-cuisines:after,.cuisine-page .other-cuisines:before{bottom:0;content:"";position:absolute}.cuisine-page .other-cuisines .button-ghost{background-color:var(--colorWhite);border-color:var(--colorNeutralPrimary);color:var(--colorNeutralPrimary);display:block;font-family:var(--bdsTypographyParagraphMediumFontFamily);font-size:var(--bdsTypographyParagraphMediumFontSize);font-weight:var(--bdsTypographyParagraphMediumFontWeight);line-height:var(--bdsTypographyParagraphMediumLineHeight);padding:var(--bdsSpacingXs)}.cuisine-page .other-cuisines .button-ghost:hover{background-color:var(--colorInteractionBackgroundHover);border-color:var(--colorInteractionBackgroundHover);color:var(--colorOnInteractionSecondaryHover)}.cuisine-page .other-cuisines .button-ghost:focus{background-color:var(--colorWhite);border-color:var(--colorNeutralPrimary);color:var(--colorNeutralPrimary)}.cuisine-page .other-cuisines .button-ghost:focus-visible{outline:4px solid var(--colorInteractionFocus);outline-offset:2px}.cuisine-page .other-cuisines .button-ghost .ripple,.cuisine-page .other-cuisines .button-ghost:not(.js-ripple):after{background-image:radial-gradient(circle,rgba(var(--colorOnInteractionSecondaryHover),.08) 10%,transparent 10.01%)}.cuisine-page .other-cuisines .button-ghost[disabled]{border-color:var(--colorNeutralInactive);color:var(--colorNeutralInactive);pointer-events:none}.cuisine-page .other-cuisines .button-ghost[disabled] .svg-stroke-container g{fill:var(--colorNeutralInactive)}.cuisine-page .other-cuisines .button-ghost.status--loading,.cuisine-page .other-cuisines .button-ghost.status--success{background-color:var(--colorWhite);border-color:var(--colorInteractionPrimary)}@media(min-width:480px){.cuisine-page .other-cuisines ul{display:flex;flex-wrap:wrap;justify-content:center;margin:var(--bdsSpacingSm) 0}.cuisine-page .other-cuisines li{flex:0 0 50%;margin:0;padding:var(--bdsSpacingXs)}}@media(min-width:768px){.cuisine-page .other-cuisines{background-position:50%;justify-content:center;padding-bottom:var(--bdsSpacingLg)}.cuisine-page .other-cuisines li{flex:0 0 33.33%}.cuisine-page .other-cuisines:after,.cuisine-page .other-cuisines:before{content:none}}.when-component-wrapper{position:relative;width:50%}.when-component-wrapper .header-order-button.when-wrapper{flex:1 0 100%!important;max-width:100%;width:100%!important}.when-component-wrapper .header-order-button.when-wrapper:disabled{cursor:default}.when-component-wrapper .no-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.when-component-wrapper .header-order-button-content{max-width:100%!important;padding-left:0!important}.when-component-wrapper .header-order-button-label{text-align:center;text-transform:uppercase;width:100%}@media(min-width:768px){.when-component-wrapper .header-order-button-label{text-align:unset;width:auto}}.when-component-wrapper .when-wrapper{background:none;border-bottom:none;border-right:none;border-top:none;order:15;text-align:left}.when-component-wrapper .time-picker-days-wrapper{justify-content:flex-start;max-width:240px;overflow-x:auto}.when-component-wrapper .time-picker-days-wrapper:only-child{margin:0 auto}.when-component-wrapper .time-picker-day-button{display:flex;height:48px;width:48px}@media(min-width:768px){.when-component-wrapper .time-picker-day-button{height:64px;width:64px}}.when-component-wrapper .time-picker-days-root{align-items:center;border-bottom:1px solid var(--colorNeutralDivider);border-top:1px solid var(--colorNeutralDivider);display:flex;justify-content:space-between;width:100%}.when-component-wrapper .time-picker-times-wrapper{max-height:270px;overflow-x:hidden;overflow-y:auto}.when-component-wrapper .time-picker-time-label{cursor:pointer;display:block}.when-component-wrapper .time-picker-time-label span{display:block;padding:16px 0;text-align:center;width:100%}.when-component-wrapper .time-picker-time-input{left:-100%;margin:0;opacity:0;padding:0;position:absolute;top:0;z-index:-1}.when-component-wrapper .time-picker-time-input:focus+span{outline:1px solid var(--colorBrandPrimary)}body.using-mouse .when-component-wrapper .time-picker-time-input:focus+span{outline:none}.when-component-wrapper .time-picker-mobile-confirm,.when-component-wrapper .time-picker-mobile-header{display:none}.when-component-wrapper .modal-container{height:auto;left:0;position:absolute;top:100%}.when-component-wrapper .modal-container>.box-flex{box-shadow:none;width:100%}.when-component-wrapper .button.dates-next-button{align-items:center;background-color:transparent;border:none;display:flex}.when-component-wrapper .button.dates-next-button:disabled{visibility:hidden}@media screen and (min-width:960px){.when-component-wrapper .time-picker-days-wrapper{-ms-overflow-style:none;scrollbar-width:none}.when-component-wrapper .time-picker-days-wrapper::-webkit-scrollbar{display:none}}@media screen and (max-width:959px){.when-component-wrapper .modal-container{height:100vh;left:0;position:fixed;top:0;width:100vw}.when-component-wrapper .modal-container>.box-flex{box-shadow:none;height:100%;max-width:none!important;width:100%}.when-component-wrapper .time-picker-mobile-header{display:block;padding:24px 24px 0}.when-component-wrapper .time-picker-mobile-header .picker-close-button{align-items:center;background:var(--colorWhite);border:none;border-radius:50%;display:flex;justify-content:center;padding:4px;position:absolute;right:16px;top:16px}.when-component-wrapper .time-picker-days-root{border-top:none;justify-content:center}.when-component-wrapper .time-picker-times-wrapper{flex-grow:1;max-height:100%;padding-bottom:80px}.when-component-wrapper .time-picker-mobile-confirm{background:var(--colorWhite);border-top:1px solid var(--colorNeutralDivider);bottom:0;display:block;left:0;padding:16px;position:fixed;right:0}.when-component-wrapper .time-picker-mobile-confirm button{width:100%}}.when-component-wrapper.webfound-refresh{display:flex;justify-content:center;line-height:0;min-width:0;width:unset}@media screen and (min-width:960px){.when-component-wrapper.webfound-refresh{display:block;flex:unset;justify-content:unset;max-width:min-content}}.header-button{max-width:100%}.header-button__container,.header-button__content{column-gap:var(--bdsSpacingXxs)}.header-button__content{flex:1;min-width:0}.header-button__content__label{display:none}@media screen and (min-width:1264px){.header-button__content__label{display:inline-block}}.header-button__content__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-button .bds-c-btn__idle-content__label,.header-button .bds-c-btn__idle-content__label>span{max-width:100%}@media(min-width:528px){.bds-c-modal.timepicker-v2.in-navbar .bds-c-modal__dialog-window{max-width:400px}}@media(min-width:768px){.bds-c-modal.timepicker-v2.in-navbar .bds-c-modal__dialog-window{max-width:560px}}@media(min-width:960px){.bds-c-modal.timepicker-v2.in-navbar .bds-c-modal__dialog-window{align-items:unset;height:unset;left:var(--timepickerLeft);margin:0;min-height:unset;position:absolute;top:var(--timepickerTop);width:360px}.bds-c-modal.timepicker-v2.in-navbar .bds-c-modal__dialog-window .bds-c-modal__close-button-cursor{display:none}}.bds-c-modal.timepicker-v2 .bds-c-modal__body{padding-bottom:0;padding-top:0}.bds-c-modal.timepicker-v2 .bds-c-modal__footer{display:block;padding:var(--bdsSpacingMd)}.bds-c-modal.timepicker-v2 .error-cl-message{margin:var(--bdsSpacingSm) 0}.bds-c-modal.timepicker-v2 .timepicker-day-selector .bds-c-tabs__list{column-gap:unset}.bds-c-modal.timepicker-v2 .timepicker-time-selector{height:260px;overflow-x:hidden;overflow-y:auto;padding:var(--bdsSpacingSm) 0}.bds-c-modal.timepicker-v2 .timepicker-time-selector__item{border-radius:var(--bdsCornerRadiusPressed);cursor:pointer;height:48px;text-align:center}@media(prefers-reduced-motion:no-preference){.bds-c-modal.timepicker-v2 .timepicker-time-selector__item{transition:background-color var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}}.bds-c-modal.timepicker-v2 .timepicker-time-selector__item:before{border-radius:var(--bdsCornerRadiusButton);content:"";inset:4px;position:absolute;z-index:-1}@media(prefers-reduced-motion:no-preference){.bds-c-modal.timepicker-v2 .timepicker-time-selector__item:before{transition:inset var(--bdsMotionDuration200) var(--bdsMotionEasingBounce),box-shadow var(--bdsMotionDuration200) var(--bdsMotionEasingStandard)}}.bds-c-modal.timepicker-v2 .timepicker-time-selector__item:hover{background-color:var(--colorInteractionFocusReversed)}.bds-c-modal.timepicker-v2 .timepicker-time-selector__item:focus-visible{outline:0}.bds-c-modal.timepicker-v2 .timepicker-time-selector__item:focus-visible:before{box-shadow:0 0 0 2px var(--colorFocusRingDark),0 0 0 4px var(--colorFocusRingLight);z-index:1}.bds-c-modal.timepicker-v2 .timepicker-time-selector__item--is-selected{background-color:var(--colorNeutralSurface)}.bds-c-btn-cursor{cursor:pointer;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{-webkit-tap-highlight-color:rgba(0,0,0,0);appearance:button;background-color:var(--colorTransparent);border:0;box-sizing:border-box;cursor:inherit;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%}.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(--bdsCornerRadiusPressed);inset:0}.bds-c-btn.bds-is-disabled,.bds-c-btn:disabled{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 span>svg{fill:currentcolor;display:block}.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{fill:currentcolor;height:0;width:0}@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-disabled,.bds-c-btn-primary.bds-is-focusable-disabled{color:var(--colorWhite)}.bds-c-btn-primary.bds-is-disabled:before,.bds-c-btn-primary.bds-is-focusable-disabled:before{background-color:var(--colorNeutralInactive)}.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(--colorOnInteractionSecondaryHover)}.bds-c-btn-primary-reversed:hover:before{background-color:var(--colorInteractionBackgroundHover)}.bds-c-btn-primary-reversed:focus{color:var(--colorInteractionPrimary)}.bds-c-btn-primary-reversed:active{color:var(--colorOnInteractionSecondaryHover)}.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(--colorNeutralInactive)}.bds-c-btn-primary-reversed.bds-is-disabled:before,.bds-c-btn-primary-reversed.bds-is-focusable-disabled:before{background-color:var(--colorWhite)}.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-primary-reversed__success-content{height:calc(100% - 2px);width:calc(100% - 2px)}.bds-c-btn-secondary{color:var(--colorInteractionPrimary)}.bds-c-btn-secondary:before{background-color:var(--colorWhite);border-color:var(--colorInteractionPrimary)}.bds-c-btn-secondary:hover{color:var(--colorOnInteractionSecondaryHover)}.bds-c-btn-secondary:hover:before{background-color:var(--colorInteractionBackgroundHover)}.bds-c-btn-secondary:active,.bds-c-btn-secondary:focus{color:var(--colorInteractionPrimary)}.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.bds-is-loading,.bds-c-btn-secondary.bds-is-success{color:var(--colorInteractionPrimary)}.bds-c-btn-secondary.bds-is-loading:before,.bds-c-btn-secondary.bds-is-success:before{background-color:var(--colorWhite);border-color:var(--colorInteractionPrimary)}.bds-c-btn-secondary .bds-c-btn-secondary__success-content{height:calc(100% - 2px);width:calc(100% - 2px)}.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:transparent;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-secondary-reversed .bds-c-btn-secondary-reversed__success-content{height:calc(100% - 2px);width:calc(100% - 2px)}.bds-c-btn-text{color:var(--colorInteractionPrimary)}.bds-c-btn-text:before{background-color:var(--colorTransparent);inset:25%}.bds-c-btn-text:hover{color:var(--colorOnInteractionSecondaryHover)}.bds-c-btn-text:hover:before{background-color:var(--colorInteractionBackgroundHover)}.bds-c-btn-text:active,.bds-c-btn-text:focus{color:var(--colorInteractionPrimary)}.bds-c-btn-text.bds-is-disabled,.bds-c-btn-text.bds-is-focusable-disabled{color:var(--colorNeutralInactive)}.bds-c-btn-text.bds-is-disabled:before,.bds-c-btn-text.bds-is-focusable-disabled:before{background-color:var(--colorNeutralSurface);inset:0}.bds-c-btn-text.bds-is-loading,.bds-c-btn-text.bds-is-success{color:var(--colorInteractionPrimary)}.bds-c-btn-text.bds-is-loading:before,.bds-c-btn-text.bds-is-success:before{background-color:var(--colorTransparent)}.bds-c-link-btn{text-decoration:none}.bds-c-btn-circular-cursor{cursor:pointer;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{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;appearance:button;background-color:var(--colorTransparent);border:0;box-sizing:border-box;color:var(--colorOnInteractionSecondary);cursor:inherit;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}@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(--colorInteractionBackgroundHover);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{fill:currentcolor;flex-shrink:0}@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{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(--colorNeutralBorder)}.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}.footer .footer-branding,.layout-footer .footer-branding{align-items:center;border-top:1px solid var(--colorNeutralDivider);display:flex;justify-content:space-between;padding:var(--bdsSpacingLg) 0}.footer .footer-branding__logos,.layout-footer .footer-branding__logos{display:flex;gap:var(--bdsSpacingSm)}.footer .footer-branding__logos>span[aria-label=foodpanda],.layout-footer .footer-branding__logos>span[aria-label=foodpanda]{align-items:center!important}.footer .footer-branding__logos .vl,.layout-footer .footer-branding__logos .vl{border-right:1px solid var(--colorNeutralSecondary);width:1px}.footer .footer-branding__logos-dh,.layout-footer .footer-branding__logos-dh{display:block}@media(max-width:527px){.footer .footer-branding__logos .vl,.footer .footer-branding__logos-dh,.layout-footer .footer-branding__logos .vl,.layout-footer .footer-branding__logos-dh{display:none}}.footer .footer-branding__dh-logo-mobile,.layout-footer .footer-branding__dh-logo-mobile{display:none}@media(max-width:767px){.footer .footer-branding,.layout-footer .footer-branding{flex-direction:column;gap:var(--bdsSpacingMd)}}@media(max-width:527px){.footer .footer-branding__dh-logo-mobile,.layout-footer .footer-branding__dh-logo-mobile{display:block}}.footer .footer-branding__social-links,.layout-footer .footer-branding__social-links{display:flex;gap:var(--bdsSpacingSm)}.footer-contact{border-top:1px solid var(--colorNeutralDivider);padding:var(--bdsSpacingMd) 0 var(--bdsSpacingMd)}.footer-contact__nav-container{display:flex;flex-direction:column-reverse;text-align:center}@media(min-width:960px){.footer-contact__nav-container{flex-direction:row;text-align:left}}.footer-contact__copyright-address{display:flex;flex-direction:column}@media(min-width:960px){.footer-contact__copyright-address{flex:1 1 0}}.footer-contact__copyright-address .footer-contact__copyright{margin-top:var(--bdsSpacingSm)}@media(min-width:960px){.footer-contact__copyright-address .footer-contact__copyright{margin-top:unset}}.footer-contact__copyright-address .footer-contact__address{margin-top:var(--bdsSpacingXs);white-space:pre-line}@media(min-width:1264px){.footer-contact__copyright-address .footer-contact__address{font-family:var(--bdsTypographyParagraphSmallFontFamily);font-size:var(--bdsTypographyParagraphSmallFontSize);font-weight:var(--bdsTypographyParagraphSmallFontWeight);line-height:var(--bdsTypographyParagraphSmallLineHeight)}}.footer-contact__copyright-address .footer-contact__enquiry-text{margin-top:var(--bdsSpacingSm)}@media(min-width:960px){.footer-contact__copyright-address .footer-contact__enquiry-text{margin-top:unset}}@media(min-width:1264px){.footer-contact__copyright-address .footer-contact__enquiry-email,.footer-contact__copyright-address .footer-contact__enquiry-phone,.footer-contact__copyright-address .footer-contact__enquiry-text{font-family:var(--bdsTypographyParagraphSmallFontFamily);font-size:var(--bdsTypographyParagraphSmallFontSize);font-weight:var(--bdsTypographyParagraphSmallFontWeight);line-height:var(--bdsTypographyParagraphSmallLineHeight)}}@media(min-width:768px){.footer-contact__nav-contact{flex:3 1 0}}@media(min-width:960px){.footer-contact__nav-contact{padding-left:var(--bdsSpacingMd)}}@media(min-width:768px){.footer-contact__nav-contact-list{display:grid;gap:var(--bdsSpacingSm) var(--bdsSpacingMd);grid-template-columns:repeat(3,1fr)}}.footer-contact__nav-contact-link+.footer-contact__nav-contact-link{margin-top:var(--bdsSpacingSm)}@media(min-width:768px){.footer-contact__nav-contact-link+.footer-contact__nav-contact-link{margin-top:unset}}.footer-legal{align-items:center;display:flex;justify-content:center;padding:var(--bdsSpacingSm) 0}@media(min-width:768px){.footer-legal{justify-content:right}}.footer-payment-logos{margin-bottom:var(--bdsSpacingMd)}.footer-payment-logos .row{display:flex;flex-wrap:wrap;gap:var(--bdsSpacingSm);justify-content:center}@media(min-width:768px){.footer-payment-logos .row{gap:var(--bdsSpacingMd)}}.footer-payment-logos .row+.row{margin-top:var(--bdsSpacingSm)}@media(min-width:768px){.footer-payment-logos .row+.row{gap:var(--bdsSpacingMd)}}.footer-payment-logos .row img{height:40px}.layout-footer{grid-column:1/-1;margin-top:var(--bdsSpacingXl)}.layout-footer hr{background-color:var(--colorNeutralDivider);border:0;height:1px;margin:var(--bdsSpacingLg) 0 var(--bdsSpacingLg)}.checkout .layout-footer{display:none}@media(min-width:768px){.checkout .layout-footer{display:block}}#darkstore-pdp-landing-page-react-root .layout-footer .footer-seo-block+.footer-seo-block,#groceries-landing-react-root .layout-footer .footer-seo-block+.footer-seo-block{border-top:1px solid var(--colorNeutralDivider);margin-top:var(--bdsSpacingLg);padding-top:var(--bdsSpacingLg)}.clearfix:after{clear:both;content:"";display:table}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{display:none}.hidden{display:none!important}.affix{position:fixed}.app-cta-strip-banner{align-items:center;background-color:var(--colorNeutralSurface);box-shadow:0 -1px 5px 0 rgba(0,0,0,.08);display:flex;height:60px;justify-content:center;margin:64px 0 24px;overflow:visible;position:relative}.app-cta-strip-banner .app-button+.app-button{margin-left:8px}.app-cta-strip-banner .cellphone-illustration,.app-cta-strip-banner>p{display:none}@media(min-width:768px){.app-cta-strip-banner .cellphone-illustration{align-self:flex-end;display:block;-ms-flex:0 0 auto;flex:0 0 auto}.app-cta-strip-banner .cellphone-illustration img{min-height:1px;width:139px}.app-cta-strip-banner>p{color:var(--colorNeutralPrimary);display:block;font-size:1.4rem;line-height:1.2em;margin:0 24px}}.registration-section+.app-cta-strip-banner{margin-top:0}.category-tile{cursor:pointer;max-width:96px}.category-tile__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;hyphens:auto;overflow:hidden;text-align:center;text-overflow:ellipsis}.category-tile__image .common-tile-image__logo{object-position:right center;position:absolute;right:0}.category-tile__image:active .common-tile-image__logo,.category-tile__image:hover .common-tile-image__logo{transform:scale(1.06)}.common-tile-image{height:96px;width:96px}.common-tile-image__placeholder{background:var(--common-tile-image-background-url) no-repeat center;background-size:50%;height:100%;width:100%}.common-tile-image__overlay{border-radius:8px;height:100%;overflow:hidden;position:relative;width:100%;z-index:0}.common-tile-image__overlay:before{background-color:rgba(0,0,0,.04);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.common-tile-image__logo{height:100%;object-fit:cover;opacity:.15s cubic-bezier(.25,.46,.45,.94);transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%}.revamped-favourite{position:absolute!important;right:0;top:0}.vendor-image-container{align-items:center;background-color:var(--colorNeutralSurface);display:flex;justify-content:center;overflow:hidden}.vendor-image-container,.vendor-tile-revamped-image{aspect-ratio:16/9;border-top-left-radius:var(--bdsCornerRadiusPressed);border-top-right-radius:var(--bdsCornerRadiusPressed)}.vendor-tile-revamped-image{background:no-repeat 50%;background-size:cover;display:block;position:relative;transform-origin:center center;transition:transform .3s cubic-bezier(.25,.46,.45,.94),opacity .15s cubic-bezier(.25,.46,.45,.94);width:100%}.vendor-tile-revamped-image.b-lazy{opacity:0}.vendor-tile-revamped-image.b-lazy.b-loaded{opacity:1}.vendor-placeholder-image{display:block;position:relative}.vendor-rating{flex-shrink:0;margin-left:auto}.vendor-rating>.rating--label-primary{margin-left:var(--bdsSpacingXxxs)!important}.vendor-rating>svg{margin-right:unset}.vendor-title{color:var(--colorNeutralPrimary);font-family:var(--bdsTypographyTitleSmallFontFamily);font-size:var(--bdsTypographyTitleSmallFontSize);font-weight:var(--bdsTypographyTitleSmallFontWeight);line-height:var(--bdsTypographyTitleSmallLineHeight)}.vendor-title svg{margin-right:var(--bdsSpacingXxxs)}.vendor-name{margin:0 var(--bdsSpacingXxxs);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.super-restaurant{fill:var(--colorBrandPrimary);flex-shrink:0}.vendor-tile-new,.vendor-tile-new-l,.vendor-tile-new-m{background-color:unset;border:1px solid var(--colorNeutralDivider);border-radius:var(--bdsCornerRadiusPressed);box-sizing:border-box;margin:0;position:relative;z-index:0}@media(prefers-reduced-motion:no-preference){.vendor-tile-new,.vendor-tile-new-l,.vendor-tile-new-m{transition:background-color var(--bdsMotionDuration200)}}.vendor-tile-new-l>a *,.vendor-tile-new-m>a *,.vendor-tile-new>a *{outline:none}.vendor-tile-new-l>a:focus-visible:before,.vendor-tile-new-m>a:focus-visible:before,.vendor-tile-new>a:focus-visible:before{background:none;background-color:unset;border:none;border-radius:var(--bdsCornerRadiusPressed);box-shadow:0 0 0 var(--bdsSpacingXxs) var(--colorFocusRingDark),0 0 0 var(--bdsSpacingXs) var(--colorFocusRingLight);content:"";inset:0;margin:0;outline:none;padding:0;position:absolute;transform-origin:center center}@media(prefers-reduced-motion:no-preference){.vendor-tile-new-l>a:focus-visible:before,.vendor-tile-new-m>a:focus-visible:before,.vendor-tile-new>a:focus-visible:before{transition:box-shadow var(--bdsMotionDuration200)}}.vendor-tile-new-l:active .vendor-tile-revamped-image,.vendor-tile-new-l:hover .vendor-tile-revamped-image,.vendor-tile-new-m:active .vendor-tile-revamped-image,.vendor-tile-new-m:hover .vendor-tile-revamped-image,.vendor-tile-new:active .vendor-tile-revamped-image,.vendor-tile-new:hover .vendor-tile-revamped-image{transform:scale(102.38%)}.vendor-tile-new-l:active,.vendor-tile-new-m:active,.vendor-tile-new:active{background-color:var(--colorDark4)}.vendor-tile-new .tile-image-wrapper,.vendor-tile-new-l .tile-image-wrapper,.vendor-tile-new-m .tile-image-wrapper{border-radius:var(--bdsCornerRadiusPressed)}.vendor-tile-new picture,.vendor-tile-new-l picture,.vendor-tile-new-m picture{aspect-ratio:16/9;background-size:30%;background:rgba(0,0,0,.04) url(https://micro-assets.foodora.com/32405978ef3493200a6b375d9df07c4c.svg) 50% no-repeat;display:block;overflow:hidden;position:relative;width:100%}.vendor-tile-new-m{margin:var(--bdsSpacingXxs);width:242px!important}.vendor-tile-new-m .tile-elements-container,.vendor-tile-new-m .vendor-tile-new-info{margin:var(--bdsSpacingXs)}.vendor-tile-new-l{width:auto}.vendor-tile-new-l .tile-elements-container{margin:var(--bdsSpacingSt)}.vendor-tile-new-l .vendor-tile-new-info{margin:var(--bdsSpacingSt);margin-top:var(--bdsSpacingXs)}.tile-elements-container{inset:0;position:absolute}.tile-image-wrapper{position:relative}.vendor-image-overlay{align-items:center;background-color:var(--colorDark64);border-top-left-radius:var(--bdsCornerRadiusPressed);border-top-right-radius:var(--bdsCornerRadiusPressed);display:flex;flex-direction:column;inset:0;justify-content:center;padding:var(--bdsSpacingSt);position:absolute;z-index:1}.vendor-image-overlay .overlay-text{color:var(--colorWhite)}.vendor-image-overlay .overlay-button{margin-top:var(--bdsSpacingXs)}.revamped-primary-tag{margin-bottom:var(--bdsSpacingXxs);width:max-content}.revamped-primary-tag .revamped-vendor-tile-primary-tag-icon{display:inherit}.revamped-primary-tag .revamped-vendor-tile-primary-tag-icon svg>path{fill:var(--colorOnInteractionPrimary)!important}.primary-tags{left:0;position:absolute;top:0}.secondary-tag-left{bottom:0;left:0;position:absolute}.secondary-tag-right{bottom:0;position:absolute;right:0}.vendor-tile-new-info>div:not(:last-of-type){margin-bottom:var(--bdsSpacingXxxs)}.vendor-tile-new-info .vendor-info-row{margin-left:var(--bdsSpacingXxxs)}.vendor-tile-new-info .vendor-info-row div{font-family:var(--bdsTypographyLabelSmallSecondaryFontFamily);font-size:var(--bdsTypographyLabelSmallSecondaryFontSize);font-weight:var(--bdsTypographyLabelSmallSecondaryFontWeight);line-height:var(--bdsTypographyLabelSmallSecondaryLineHeight)}.vendor-tile-new-info .vendor-info-row:last-of-type{margin-left:0}.vendor-tile-new-info .vendor-info-row:last-of-type div{font-family:var(--bdsTypographyLabelSmallFontFamily);font-size:var(--bdsTypographyLabelSmallFontSize);font-weight:var(--bdsTypographyLabelSmallFontWeight);line-height:var(--bdsTypographyLabelSmallLineHeight)}.sanitized-row-text{display:inline}.vendor-info-row{color:var(--colorInteractionSecondary);display:block;font-weight:var(--bdsTypographyTitleXlargeSecondaryFontWeight);line-height:var(--bdsSpacingSm);margin-right:unset;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vendor-info-row>*{display:inline!important;vertical-align:middle}.vendor-info-row .vendor-info-row-text,.vendor-info-row>svg{margin-right:var(--bdsSpacingXxxs)}.vendor-tile-new-separator{margin:0 var(--bdsSpacingXxs) 0 var(--bdsSpacingXxxs);width:var(--bdsSpacingXxs)}.bds-c-brand-tag{align-items:center;background-color:var(--colorWhite);border:1px solid var(--colorNeutralBorder);border-radius:var(--bdsCornerRadiusPill);box-sizing:border-box;column-gap:8px;display:inline-flex;flex-wrap:nowrap;height:24px;padding:4px 8px}.badge-info{align-items:center;background:var(--colorWhite);box-shadow:0 .1rem .5rem rgba(0,0,0,.15);color:var(--colorNeutralPrimary);display:flex;flex-direction:column;font-size:1.4rem;font-weight:500;height:40px;justify-content:space-around;line-height:1em;padding:8px 12px;position:absolute;right:0;top:0;z-index:5}.badge-info .label{font-size:.8rem;font-weight:700;line-height:1em;text-align:center;text-transform:uppercase}.vendor-tile{margin:0;min-height:200px;position:relative;z-index:0}.vendor-tile .vendor-logo{background-size:100%;box-shadow:0 .1rem .5rem rgba(0,0,0,.15);height:56px;position:relative;width:56px;z-index:2}.vendor-tile.vendor-tile-variant-layout .vendor-info{padding-top:8px}.vendor-tile.vendor-tile-variant-layout .vendor-info .fn{padding-top:0}.vendor-tile.vendor-tile-variant-layout .vendor-info .extra-info{font-size:1.4rem;margin-top:4px;padding-right:2px}.vendor-tile.vendor-tile-variant-layout .vendor-info .categories{margin-top:4px}.vendor-tile.vendor-tile-variant-layout .multi-tag{margin-bottom:4px;padding:0 8px}.vendor-tile.vendor-tile-variant-layout .tag-container{text-transform:none;top:8px}.vendor-tile.vendor-tile-variant-layout .delivery-fee{font-size:1.4rem}.vendor-tile picture{background:rgba(0,0,0,.04) url(https://micro-assets.foodora.com/32405978ef3493200a6b375d9df07c4c.svg) 50% no-repeat;display:block;height:200px;overflow:hidden;position:relative}.vendor-tile .vendor-picture{background:no-repeat 50%;background-size:cover;display:block;height:100%;position:relative;transition:transform .3s cubic-bezier(.25,.46,.45,.94),opacity .15s cubic-bezier(.25,.46,.45,.94);z-index:1}.vendor-tile .vendor-picture.b-lazy{opacity:0}.vendor-tile .vendor-picture.b-lazy.b-loaded{opacity:1}.vendor-tile .favorites-icon{background:var(--colorWhite);border-radius:12px;border-width:0;box-shadow:0 .1rem .5rem rgba(0,0,0,.15);display:flex;outline:none;padding:0;position:relative;z-index:5}.vendor-tile .favorites-icon path{fill:var(--colorInteractionPrimary)}.vendor-tile .tile-image-wrapper{position:relative}.vendor-tile .tile-image-wrapper .special-menu-brand-tags-container{z-index:3}.vendor-tile .tile-image-wrapper .bottom-left-image-overlay-container{align-items:center;bottom:8px;display:flex;flex-direction:row;justify-content:flex-start;left:8px;position:absolute}.vendor-tile .tile-image-wrapper .bottom-left-image-overlay-container .badge-info{display:flex;flex-flow:nowrap;font-size:1.2rem;font-weight:700;height:24px;justify-content:space-around;left:8px;margin-right:8px;padding:6px 8px;position:static;right:unset}.vendor-tile .tile-image-wrapper .bottom-left-image-overlay-container .badge-info .label{font-size:1.2rem;text-transform:none}.vendor-tile .tile-image-wrapper .bottom-left-image-overlay-container .badge-info .mov{font-size:1.4rem}.vendor-tile .tile-image-wrapper .bottom-left-image-overlay-container .badge-info>span{margin:1px}.vendor-tile .tile-image-wrapper .top-right-image-overlay-container{position:absolute;right:8px;top:8px}.vendor-tile .tile-image-wrapper .top-right-image-overlay-container.stick-to-corners{right:0;top:0}.vendor-tile .tile-image-wrapper .top-right-image-overlay-container .badge-info{position:relative;right:unset;top:unset}.vendor-tile .tile-image-wrapper .bottom-right-image-overlay-container{bottom:8px;position:absolute;right:8px}.vendor-tile .tile-image-wrapper .bottom-right-image-overlay-container>*{bottom:0;position:absolute;right:0}.vendor-tile .cashback-badge{align-items:center;background-color:var(--colorWhite);border-radius:2px;box-shadow:0 .1rem .5rem rgba(0,0,0,.15);color:var(--colorNeutralPrimary);display:flex;flex-flow:nowrap;font-family:var(--bdsTypographyLabelSmallFontFamily);font-size:var(--bdsTypographyLabelSmallFontSize);font-weight:var(--bdsTypographyLabelSmallFontWeight);height:24px;justify-content:center;line-height:var(--bdsTypographyLabelSmallLineHeight);line-height:1;max-width:208px;overflow:hidden;padding:8px;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;z-index:3}.vendor-tile .cashback-badge svg{margin-right:4px}.vendor-tile .tag-container{align-items:flex-start;color:var(--colorWhite);display:flex;flex-flow:column nowrap;font-size:1.2rem;font-weight:700;left:0;line-height:24px;position:absolute;text-transform:uppercase;top:16px;z-index:3}.vendor-tile .multi-tag{align-self:flex-start;background-color:var(--colorTagPrimaryBackground);border-radius:0 8px 8px 0;color:var(--colorTagPrimaryText);height:24px;margin-bottom:4px;max-width:208px;overflow:hidden;padding:0 16px;text-overflow:ellipsis;white-space:nowrap}.vendor-tile .multi-tag .tag-text-truncate{display:inline-block;max-width:192px;overflow:hidden;text-overflow:ellipsis}.vendor-tile .multi-tag.best-in-city{background-color:var(--colorTagBestCityBackground);color:var(--colorTagBestCityText)}.vendor-tile .multi-tag.hasFlexiTags{display:flex}.vendor-tile .multi-tag.hasFlexiTagsMultiline{flex-wrap:wrap;height:auto;min-height:24px;width:min-content}.vendor-tile .subscription-logo-wrapper{width:24px}.vendor-tile .subscription-logo-wrapper.brand--ys{width:20px}.vendor-tile .tag{background-color:var(--colorBrandPrimary);color:var(--colorWhite);color:var(--colorTagPrimaryText);display:block;font-size:1.2rem;font-weight:700;height:24px;left:0;line-height:24px;padding:0 16px;position:absolute;text-transform:uppercase;top:16px;z-index:3}.vendor-tile .tag.best-in-city{background-color:var(--colorTagBestCityBackground);color:var(--colorTagBestCityText)}.vendor-tile:active .vendor-picture,.vendor-tile:hover .vendor-picture{transform:scale(1.06)}.vendor-tile.closed .badge-info .label{order:-1;text-align:left}.vendor-tile.closed:after{box-shadow:inset 0 0 0 100em hsla(0,0%,100%,.64);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}.vendor-tile.temp-closed picture{background-color:var(--colorNeutralDivider);background-image:url(https://micro-assets.foodora.com/c16eb15467f343be974756b546808a95.svg)}.vendor-tile.temp-closed picture:before{box-shadow:inset 0 0 0 100em hsla(0,0%,100%,.64);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:4}.vendor-tile.with-darkening-overlay .tile-image-wrapper:before{background-color:rgba(0,0,0,.04);bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:5}.closed-overlay{left:0;position:absolute;right:0;text-align:center;top:88px;z-index:2}.closed-overlay-label{background:var(--colorInteractionPrimary);color:var(--colorWhite);display:inline-block;font-family:var(--bdsTypographyLabelSmallFontFamily);font-size:var(--bdsTypographyLabelSmallFontSize);font-weight:var(--bdsTypographyLabelSmallFontWeight);height:24px;line-height:var(--bdsTypographyLabelSmallLineHeight);line-height:24px;max-width:208px;overflow:hidden;padding:0 8px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.vendor-info{color:var(--colorNeutralSecondary);display:block;font-size:1.4rem;padding:8px 0 0;position:relative;z-index:2}.vendor-info .headline{display:flex;flex-flow:row nowrap}.vendor-info .ratings-component{align-self:center;flex:0 0 auto}.vendor-info .name{word-wrap:normal;color:var(--colorNeutralPrimary);display:inline-block;display:block;flex:1 1 auto;font-size:1.6rem;font-weight:700;line-height:1.3em;margin:0;max-width:100%;overflow:hidden;padding:4px 16px 0 0;text-overflow:ellipsis;white-space:nowrap}.vendor-info .categories{align-items:center;display:flex;flex-flow:row nowrap;font-weight:300;line-height:1.3em;list-style-type:none;margin:0;max-height:2.6em;padding:0}.vendor-info .categories>li{display:inline-flex;position:relative}.vendor-info .categories>li:before{content:",";font-size:1.2rem;margin:0 4px 0 0;position:relative}.vendor-info .categories>li:first-child:before{content:"";margin:0}.vendor-info .categories>li.vendor-characteristic{display:inline;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vendor-info .categories>li.vendor-characteristic span:after{content:", ";font-size:1.2rem;position:relative}.vendor-info .categories>li.vendor-characteristic span:last-child:after{content:none}.vendor-info .categories .budget-symbol{color:var(--colorPriceEmphasis);font-family:var(--bdsTypographyParagraphSmallFontFamily);font-size:var(--bdsTypographyParagraphSmallFontSize);font-weight:var(--bdsTypographyParagraphSmallFontWeight);line-height:var(--bdsTypographyParagraphSmallLineHeight)}.vendor-info .categories .budget-symbol--filled{color:var(--colorPriceEmphasis);font-family:var(--bdsTypographyLabelMediumFontFamily);font-size:var(--bdsTypographyLabelMediumFontSize);font-weight:var(--bdsTypographyLabelMediumFontWeight);line-height:var(--bdsTypographyLabelMediumLineHeight)}.vendor-info .extra-info{font-size:1.2rem;line-height:1.4em;list-style-type:none;margin:8px 0 2px;overflow:hidden;padding:0}.vendor-info .extra-info .mov-currency{color:var(--colorNeutralSecondary);font-weight:700}.vendor-info .extra-info .mov-currency-with-delivery-fee-icon{color:var(--colorNeutralSecondary)}.vendor-info .extra-info>li{display:inline;font-size:1.4rem}.vendor-info .extra-info>li:last-child{border-right:0;margin-right:0;padding-right:0}.vendor-info .extra-info>li .dot-divider{color:var(--colorNeutralBorder);margin:0 4px;padding:0 4px}.vendor-info .extra-info .delivery-fee .dps-indicator{margin-left:4px}.vendor-info .extra-info .delivery-fee .dps-indicator svg{margin-bottom:2px}.vendor-info .extra-info .delivery-fee .deal-tag{word-wrap:break-word;color:var(--colorDealTextOnWhite);display:inline;font-size:14px;white-space:normal}.vendor-info .extra-info .delivery-fee__content-with-icon{color:var(--colorNeutralSecondary);font-weight:600}.vendor-info .extra-info .delivery-fee__content-with-icon svg{margin-bottom:2px;margin-right:4px}.vendor-info .extra-info .delivery-fee .strong.delivery-fee--subscription-active{color:var(--colorNeutralSecondary);margin-right:4px;text-decoration:line-through}.vendor-info .extra-info .delivery-fee .basket-value-deal__amount{color:var(--colorNeutralSecondary);margin-right:4px}.vendor-info .extra-info .delivery-fee .basket-value-deal__delivery-fee-tag{font-weight:1}.vendor-info .extra-info .delivery-fee .basket-value-deal__vertical-divider{color:var(--colorNeutralBorder);margin:0 4px}.vendor-info .extra-info .delivery-fee .basket-value-deal__delivery-fee-icon svg{margin-bottom:4px}.vendor-info .extra-info .delivery-fee-icon svg{margin-bottom:2px;margin-right:4px}.vendor-info .extra-info~.categories{font-size:1.2rem;line-height:1.4em}.vendor-info .extra-info .delivery-fee--subscription-active{color:var(--colorNeutralInactive);padding-right:4px;text-decoration:line-through}.vendor-info .extra-info .delivery-fee--subscription-active strong{color:var(--colorNeutralSecondary);text-decoration:line-through}.vendor-info .extra-info .old-delivery-fee{text-decoration:line-through}.vendor-info .extra-info .old-delivery-fee strong{color:var(--colorNeutralSecondary);text-decoration:line-through}.vendor-info .loyalty-info{color:var(--colorBrandSecondary);font-family:var(--bdsTypographyLabelSmallFontFamily);font-size:var(--bdsTypographyLabelSmallFontSize);font-weight:var(--bdsTypographyLabelSmallFontWeight);line-height:var(--bdsTypographyLabelSmallLineHeight)}.vendor-info .bl-neutral-divider{border-left:1px solid var(--colorNeutralDivider)}.vendor-info svg{vertical-align:middle}.super-restaurant-badge{fill:var(--colorBrandPrimary);margin:6px 4px 2px 0;min-height:16px;min-width:16px}.bds-c-rating{align-items:center;box-sizing:border-box;display:inline-flex;flex-wrap:nowrap;max-width:232px}.bds-c-rating__rating-star{flex-shrink:0;position:relative;top:-1px}.bds-c-rating__label-primary{color:var(--colorNeutralPrimary);margin-left:var(--bdsSpacingXxs);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bds-c-rating__label-secondary{color:var(--colorNeutralSecondary);margin-left:var(--bdsSpacingXxxs);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bds-c-rating-star__outline{fill:var(--colorRatingOutline)}.bds-c-rating-star__fill{fill:var(--colorRating)}.bds-c-rating-star--star-type-empty .bds-c-rating-star__fill{fill:transparent}.bds-c-rating-star--star-type-one-third .bds-c-rating-star__fill{fill:url(#rating-gradient-one-third) var(--colorRating)}.bds-c-rating-star--star-type-half .bds-c-rating-star__fill{fill:url(#rating-gradient-half) var(--colorRating)}.bds-c-rating-star--star-type-two-thirds .bds-c-rating-star__fill{fill:url(#rating-gradient-two-thirds) var(--colorRating)}*{box-sizing:border-box}.calcul-animation{display:none;padding:0 16px}.calcul-animation .dot{animation:wave .9s linear infinite;background:var(--colorInteractionPrimary);border-radius:50%;display:inline-block;height:4px;margin-right:2px;width:4px}.calcul-animation .dot:nth-child(2){animation-delay:-.7s}.calcul-animation .dot:nth-child(3){animation-delay:-.5s}@media(min-width:480px){.calcul-animation{padding:0 24px}}@keyframes wave{0%,60%,to{transform:none}30%{transform:translateY(-8px)}}.button,.button-ghost,.button-primary-reversed{word-wrap:normal;border:1px solid;border-radius:var(--bdsCornerRadiusButton);cursor:pointer;display:inline-block;font-family:Open Sans,arial,sans-serif;font-family:var(--bdsTypographyLabelMediumFontFamily);font-size:var(--bdsTypographyLabelMediumFontSize);font-weight:var(--bdsTypographyLabelMediumFontWeight);height:48px;line-height:var(--bdsTypographyLabelMediumLineHeight);line-height:46px;max-width:100%;overflow:hidden;padding:0 15px;position:relative;text-align:center;text-decoration:none;text-overflow:ellipsis;text-transform:none;touch-action:manipulation;transition:color .2s cubic-bezier(.25,.46,.45,.94),background-color .2s cubic-bezier(.25,.46,.45,.94),border-color .2s cubic-bezier(.25,.46,.45,.94),box-shadow .2s cubic-bezier(.25,.46,.45,.94);user-select:none;vertical-align:middle;white-space:nowrap;z-index:1}.button-ghost:focus,.button-ghost:hover,.button-primary-reversed:focus,.button-primary-reversed:hover,.button:focus,.button:hover{outline:none;text-decoration:none}.button .ripple,.button-ghost .ripple,.button-ghost:not(.js-ripple):after,.button-primary-reversed .ripple,.button-primary-reversed:not(.js-ripple):after,.button:not(.js-ripple):after{backface-visibility:hidden;background:radial-gradient(circle,rgba(0,0,0,.08) 10%,transparent 10.01%) 50% no-repeat;box-shadow:0 2px 8px 0 rgba(0,0,0,.08);content:"";height:100%;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) scale(15);transition:transform .6s,opacity .9s;width:100%;z-index:-1}.button-ghost:hover,.button-primary-reversed:hover,.button:hover{box-shadow:0 .1rem .5rem rgba(0,0,0,.15)}.button-ghost:hover .ripple,.button-ghost:hover:not(.js-ripple):after,.button-primary-reversed:hover .ripple,.button-primary-reversed:hover:not(.js-ripple):after,.button:hover .ripple,.button:hover:not(.js-ripple):after{opacity:0}.button-ghost:active,.button-primary-reversed:active,.button:active{box-shadow:0 .1rem .5rem rgba(0,0,0,.15)}.button-ghost:active .ripple,.button-ghost:active:not(.js-ripple):after,.button-primary-reversed:active .ripple,.button-primary-reversed:active:not(.js-ripple):after,.button:active .ripple,.button:active:not(.js-ripple):after{opacity:1;transform:translate(-50%,-50%) scale(0);transition:0s}[disabled].button .ripple,[disabled].button-ghost .ripple,[disabled].button-ghost:not(.js-ripple):after,[disabled].button-primary-reversed .ripple,[disabled].button-primary-reversed:not(.js-ripple):after,[disabled].button:not(.js-ripple):after{display:none}.status--loading.button,.status--loading.button-ghost,.status--loading.button-primary-reversed{box-shadow:none;pointer-events:none}.status--loading.button .calcul-animation,.status--loading.button-ghost .calcul-animation,.status--loading.button-primary-reversed .calcul-animation{display:flex}.status--success.button,.status--success.button-ghost,.status--success.button-primary-reversed{box-shadow:none;pointer-events:none}.status--success.button .calcul-animation,.status--success.button-ghost .calcul-animation,.status--success.button-primary-reversed .calcul-animation{display:flex}.button .calcul-animation,.button-ghost .calcul-animation,.button-primary-reversed .calcul-animation{align-items:center;align-self:center;height:0;justify-content:center;margin:0}.button{background-color:var(--colorInteractionPrimary);border-color:var(--colorInteractionPrimary);color:var(--colorOnInteractionPrimary)}.button:hover{background-color:var(--colorInteractionPrimaryHover);border-color:var(--colorInteractionPrimaryHover);color:var(--colorOnInteractionPrimaryHover)}.button:focus{background-color:var(--colorInteractionPrimary);border-color:var(--colorInteractionPrimary);color:var(--colorOnInteractionPrimary)}.button:focus-visible{outline:4px solid var(--colorInteractionFocus);outline-offset:2px}.button[disabled]{background-color:var(--colorNeutralInactive);border-color:var(--colorNeutralInactive);pointer-events:none}.button.status--loading,.button.status--success{background-color:var(--colorInteractionPrimaryFeedback);border-color:var(--colorInteractionPrimaryFeedback)}.button-ghost{background-color:var(--colorWhite);border-color:var(--colorOnInteractionSecondary);color:var(--colorOnInteractionSecondary)}.button-ghost:hover{background-color:var(--colorInteractionBackgroundHover);border-color:var(--colorInteractionBackgroundHover);color:var(--colorOnInteractionSecondaryHover)}.button-ghost:focus{background-color:var(--colorWhite);border-color:var(--colorOnInteractionSecondary);color:var(--colorOnInteractionSecondary)}.button-ghost:focus-visible{outline:4px solid var(--colorInteractionFocus);outline-offset:2px}.button-ghost .ripple,.button-ghost:not(.js-ripple):after{background-image:radial-gradient(circle,rgba(var(--colorOnInteractionSecondaryHover),.08) 10%,transparent 10.01%)}.button-ghost[disabled]{border-color:var(--colorNeutralInactive);color:var(--colorNeutralInactive);pointer-events:none}.button-ghost[disabled] .svg-stroke-container g{fill:var(--colorNeutralInactive)}.button-ghost.status--loading,.button-ghost.status--success{background-color:var(--colorWhite);border-color:var(--colorInteractionPrimary)}.button-ghost.big,.button.big{height:64px;line-height:62px;padding:0 31px}.button-ghost.small,.button.small{border-radius:var(--bdsCornerRadiusMini);font-family:var(--bdsTypographyLabelSmallFontFamily);font-size:var(--bdsTypographyLabelSmallFontSize);font-weight:var(--bdsTypographyLabelSmallFontWeight);height:24px;line-height:22px;line-height:var(--bdsTypographyLabelSmallLineHeight);padding:0 7px}.button-ghost.full,.button.full{width:100%}.button-text{background:none;border:none;color:var(--colorInteractionPrimary);font-family:var(--bdsTypographyLabelMediumFontFamily);font-size:var(--bdsTypographyLabelMediumFontSize);font-weight:var(--bdsTypographyLabelMediumFontWeight);line-height:22px;line-height:var(--bdsTypographyLabelMediumLineHeight);padding:0 15px}.button-text:focus,.button-text:hover{background:var(--colorInteractionPrimaryFeedback);box-shadow:none;color:var(--colorInteractionPrimary)}.button-text[disabled]{background:none;color:var(--colorNeutralInactive)}.button-text .calcul-animation{align-items:center;align-self:center;height:4px;justify-content:center;margin:0}.button-text.status--loading{box-shadow:none;pointer-events:none}.button-text.status--loading .calcul-animation{display:flex}.button-text.status--success{box-shadow:none;pointer-events:none}.button-text.status--success .calcul-animation{display:flex}.button-primary-reversed{background-color:var(--colorWhite);border-color:var(--colorWhite);color:var(--colorInteractionPrimary)}.button-primary-reversed:focus,.button-primary-reversed:hover{background-color:var(--colorInteractionPrimaryFeedback);border-color:var(--colorInteractionPrimaryFeedback);color:var(--colorInteractionPrimary)}.button-primary-reversed[disabled]{color:var(--colorNeutralInactive);pointer-events:none}.button-primary-reversed.status--loading,.button-primary-reversed.status--success{background-color:var(--colorWhite);border-color:var(--colorWhite)}.lazy-section-loader{animation:shine 1s infinite;background-image:radial-gradient(circle 50px at 50px 50px,var(--colorNeutralSurface),99%,transparent 0),linear-gradient(100deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 50%,hsla(0,0%,100%,0) 80%),linear-gradient(var(--colorNeutralSurface),20px,transparent 0),linear-gradient(var(--colorNeutralSurface),20px,transparent 0),linear-gradient(var(--colorNeutralSurface),20px,transparent 0),linear-gradient(var(--colorNeutralSurface),20px,transparent 0);background-position:0 0,0 0,120px 0,120px 40px,120px 80px,120px 120px;background-repeat:repeat-y;background-size:0 200px,50px 200px,60% 200px,85% 200px,80% 200px,70% 200px;height:500px;margin:auto;width:100%}@keyframes shine{to{background-position:0 0,100% 0,120px 0,120px 40px,120px 80px,120px 120px}}.header .cart-icon-wrapper,.header .language-wrapper,.header .logo-wrapper,.header .user-wrapper,.header .when-wrapper,.header .where-wrapper{position:relative;transition:border-color .15s cubic-bezier(.25,.46,.45,.94) .15s}.header{align-items:stretch;box-shadow:0 .2rem 1rem rgba(0,0,0,.12);display:flex;flex-wrap:wrap;z-index:1250}.header:before{background-color:var(--colorWhite);content:"";height:100%;left:0;position:absolute;top:0;transform:translateY(0);transition:transform .15s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:-1}.header .language-wrapper{display:none;order:10}.header .logo-wrapper{flex:1 0 auto;height:64px;order:5;text-align:center}.header .user-wrapper{flex:0 0 auto;order:-1}.header .favorite-wrapper{height:64px;order:10}.header .favorite-wrapper a{display:flex}.header .favorite-wrapper path{fill:var(--colorInteractionPrimary)}@media screen and (min-width:960px){.header .favorite-wrapper{border-left:1px solid var(--colorNeutralDivider)}}.header .cart-icon-wrapper{flex:0 0 64px;order:10}.header .pick-up{bottom:24px;left:50%;position:fixed;transform:translateX(-50%)}.header .where-wrapper{flex:1 1 100%;height:60px;order:15}@media(min-width:768px){.header .where-wrapper{height:64px}}.header .when-wrapper{flex:1 1 auto;height:60px;order:15}@media(min-width:768px){.header .when-wrapper{height:64px}}.header .order-components{border-top:1px solid var(--colorNeutralDivider);display:flex;flex:0 0 100%;flex-direction:row-reverse;height:60px;max-width:100%;order:15}@media(min-width:768px){.header .order-components{border-top:0;height:64px}}.header .order-components .where-wrapper{flex:1 0 50%;width:50%}.header .order-components .when-wrapper{border-left:1px solid var(--colorNeutralDivider);flex:1 0 50%;width:50%}.header.header-no-bg{box-shadow:none}.header.header-no-bg:before{transform:translateY(-100%)}.header.header-no-bg .cart-icon-wrapper,.header.header-no-bg .language-wrapper,.header.header-no-bg .logo-wrapper,.header.header-no-bg .user-wrapper,.header.header-no-bg .when-wrapper,.header.header-no-bg .where-wrapper{border-color:transparent;transition:none}@media screen and (min-width:960px){.header .order-components .where-wrapper{flex:1 0 55%}.header .user-wrapper{order:10}.header .logo-wrapper{order:-1;text-align:left}.header .pick-up{height:64px;order:5;position:static;transform:translateX(0)}.header .language-wrapper{display:block}.rdp .header .pick-up{height:64px;position:absolute;top:0;transform:translateX(-50%)}.header .cart-icon-wrapper,.header .language-wrapper,.header .logo-wrapper,.header .user-wrapper,.header .when-wrapper,.header .where-wrapper{border-left:1px solid var(--colorNeutralDivider)}.header.header-no-bg .cart-icon-wrapper:not(.logo-wrapper):before,.header.header-no-bg .language-wrapper:not(.logo-wrapper):before,.header.header-no-bg .logo-wrapper:not(.logo-wrapper):before,.header.header-no-bg .user-wrapper:not(.logo-wrapper):before,.header.header-no-bg .when-wrapper:not(.logo-wrapper):before,.header.header-no-bg .where-wrapper:not(.logo-wrapper):before{background:var(--colorNeutralDivider);content:"";height:37.5%;left:0;position:absolute;top:31.25%;width:1px}}@media screen and (min-width:1265px){.header{flex-wrap:nowrap}.header .order-components{flex:1 1 auto;max-width:680px;order:5;width:680px}.header .when-wrapper{max-width:50%}.rdp .header .pick-up{position:static;transform:translateX(0)}}.order-wrapper-overlay{background-color:#000;bottom:0;display:none;left:0;opacity:.25;position:fixed;right:0;top:0;z-index:-2}.show-order-components .header{position:static}@media(min-width:1265px){.show-order-components .header{position:relative}}.show-order-components .order-wrapper-overlay{display:block}@media(min-width:1265px){.show-order-components .order-wrapper-overlay{z-index:1249}}.logo{align-items:center;display:flex;height:64px;justify-content:center;padding:0}.logo .svg-logo-wrapper{display:inline-block;line-height:0;vertical-align:text-bottom}.logo .company-name{display:none}.logo a{color:var(--colorBrandPrimary);display:block;font-size:1.4rem;font-weight:300;text-decoration:none;transition:all .15s cubic-bezier(.25,.46,.45,.94)}.logo .svg-stroke-container{fill:var(--colorBrandPrimary);transform:translateX(-13px)}.logo .svg-fill-white{fill:var(--colorWhite)}@media screen and (max-width:768px){.logo .logo-icon{display:none}}@media screen and (min-width:480px){.logo{padding:0 24px}}@media screen and (min-width:960px){.logo{align-items:flex-start;justify-content:flex-start;padding:16px 24px 0}.logo .company-name{display:inline-block}.logo .svg-stroke-container{transform:translateX(0);transition:all .15s cubic-bezier(.25,.46,.45,.94)}.logo .svg-logo-symbol{opacity:1;transition:opacity .15s cubic-bezier(.25,.46,.45,.94) .15s}}.logo .company-name{padding-left:8px;vertical-align:1px}.language-switch{align-items:center;display:flex;height:64px;justify-content:center;padding:0 16px;text-transform:uppercase}.language-switch a{border-right:1px solid var(--colorNeutralSecondary);color:var(--colorNeutralSecondary);cursor:pointer;flex:0 0 auto;font-size:1.2rem;font-weight:300;padding:0 4px;text-decoration:none;transition:all .15s cubic-bezier(.25,.46,.45,.94)}.language-switch a.active{font-weight:700}.language-switch a.active,.language-switch a:hover{color:var(--colorNeutralPrimary)}.language-switch a:last-of-type{border:none}.cart-icon{display:block;font-family:var(--bdsTypographyLabelSmallFontFamily);font-size:var(--bdsTypographyLabelSmallFontSize);font-weight:var(--bdsTypographyLabelSmallFontWeight);height:64px;line-height:var(--bdsTypographyLabelSmallLineHeight);min-width:64px;padding:0 16px;position:relative;transition:background-color .15s cubic-bezier(.25,.46,.45,.94),color .15s cubic-bezier(.25,.46,.45,.94);z-index:2}.cart-icon a{align-items:center;display:flex;height:100%;justify-content:center}.cart-icon .svg-stroke-container path{fill:var(--colorInteractionPrimary);transition:stroke .15s cubic-bezier(.25,.46,.45,.94)}.cart-icon .products-count{color:var(--colorNeutralPrimary);margin-left:4px;text-align:center;transition:color .15s cubic-bezier(.25,.46,.45,.94)}.cart-icon .cart-icon-img{display:flex}.cart-icon.open{background:var(--colorInteractionPrimary);color:var(--colorWhite)}.cart-icon.open .svg-stroke-container path{fill:var(--colorWhite)}.cart-icon.open .products-count{color:var(--colorWhite)}.cart-icon.open:after{border:10px solid transparent;border-top:8px solid var(--colorInteractionPrimary);bottom:-18px;content:"";display:block;height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}.header-no-bg .cart-icon{background:none}.header-no-bg .cart-icon .products-count{color:var(--colorNeutralPrimary)}.header-no-bg .cart-icon .svg-stroke-container path{fill:var(--colorInteractionPrimary)}.account{align-items:center;display:flex;justify-content:center;text-transform:uppercase;transition:background-color .15s cubic-bezier(.25,.46,.45,.94)}.account .login-label{display:none}.account .svg-stroke-container{flex:0 0 auto}.account .svg-stroke-container circle{fill:var(--colorInteractionPrimary)}.account .svg-stroke-container path{stroke:none;transition:stroke .15s cubic-bezier(.25,.46,.45,.94)}.account .svg-stroke-container path.window{stroke:none;fill:var(--colorInteractionPrimary)}.account .header__account__toggle__arrow{display:none;margin-left:16px;transform:rotate(90deg)}.account .header__account__toggle__arrow path{stroke:var(--colorInteractionPrimary)}@media screen and (min-width:960px){.account .login-label{display:inline-block;max-width:16ex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account .svg-stroke-container{margin-right:8px}}@media screen and (min-width:1265px){.account .login-label{display:inline-block}}.account-link{align-items:center;display:flex;flex-wrap:nowrap;font-family:var(--bdsTypographyLabelSmallFontFamily);font-size:var(--bdsTypographyLabelSmallFontSize);font-weight:var(--bdsTypographyLabelSmallFontWeight);height:64px;justify-content:center;line-height:var(--bdsTypographyLabelSmallLineHeight);overflow:hidden;text-overflow:ellipsis;transition:color .15s cubic-bezier(.25,.46,.45,.94);white-space:nowrap;width:64px}.account-link,.account-link:hover,.header-no-bg .account-link,.open .account-link{color:var(--colorNeutralPrimary)}.header-no-bg .account-link{background:none}.header-no-bg .account-link .svg-stroke-container circle{fill:var(--colorInteractionPrimary)}.header-no-bg .account-link .svg-stroke-container path{fill:var(--colorWhite)}.header-no-bg .account-link .svg-stroke-container path.window{stroke:none;fill:var(--colorInteractionPrimary)}.header-no-bg .account-link .header__account__toggle__arrow path{stroke:var(--colorInteractionPrimary)}.open .account-link .header__account__toggle__arrow{transform:rotate(-90deg)}@media screen and (min-width:960px){.account-link{padding:0 16px;width:auto}.account-link .header__account__toggle__arrow{display:flex}}.title-flat{color:var(--colorNeutralPrimary);display:block;font-size:2.4rem;font-weight:300;line-height:1.25em;margin-bottom:10px}@media(min-width:768px){.title-flat{font-size:3.2rem;margin-bottom:16px}}.section-headline{color:rgba(0,0,0,.04);font-size:8rem;font-weight:700;line-height:1em;margin-bottom:-26px;margin-top:36px;position:relative;text-align:left}.section-headline .headline-subtitle{bottom:34px;color:var(--colorNeutralPrimary);display:block;font-size:2rem;font-weight:300;left:0;line-height:1.25em;margin:0;position:absolute}@media(min-width:960px){.section-headline{margin-bottom:-26px}.section-headline .headline-subtitle{bottom:34px}}@media(min-width:1265px){.section-headline{font-size:16rem;margin-bottom:-32px}.section-headline .headline-subtitle{bottom:48px;font-size:2.8rem}}.section-headline.full-container .headline-subtitle{left:16px}@media(min-width:480px){.section-headline.full-container .headline-subtitle{left:40px}}@media(min-width:768px){.section-headline.full-container .headline-subtitle{left:48px}}@media(min-width:1265px){.section-headline.full-container .headline-subtitle{left:80px}}.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:icomoon;font-style:normal;font-weight:400;src:url(https://micro-assets.foodora.com/fonts/icomoon.eot?19);src:url(https://micro-assets.foodora.com/fonts/icomoon.eot?19) format("embedded-opentype"),url(https://micro-assets.foodora.com/fonts/icomoon.ttf?19) format("truetype"),url(https://micro-assets.foodora.com/fonts/icomoon.woff?19) format("woff"),url(https://micro-assets.foodora.com/fonts/icomoon.svg?19#icomoon) format("svg")}[class*=" icon-"]:before,[class^=icon-]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1em;text-transform:none}[class*=" icon-"],[class^=icon-]{line-height:1em}.icon-allergens-non-prepacked:before{content:"\E90D"}.icon-allergens-prepacked:before{content:"\E90E"}.icon-dh-logo-text:before{content:"\E90C"}.icon-dh-logo:before{content:"\E90B"}.icon-invite-employees:before{content:"\E906"}.icon-simple-reporting:before{content:"\E907"}.icon-group-order:before{content:"\E908"}.icon-budget:before{content:"\E909"}.icon-billing:before{content:"\E90A"}.icon-data-secutiry:before{content:"\E934"}.icon-timer:before{content:"\E905"}.icon-ic_social_fb:before{content:"\E900"}.icon-ic_social_instagram:before{content:"\E901"}.icon-ic_social_linkedin:before{content:"\E902"}.icon-ic_social_pinterest:before{content:"\E903"}.icon-ic_social_twitter:before{content:"\E904"}.icon-suppertime:before{content:"\E61F"}.icon-COD:before{content:"\E61E"}.icon-logo-se:before{content:"\E61C"}.icon-logo-LaNeveraRoja:before{content:"\E61A"}.icon-foodinfo-hot3:before{content:"\E606"}.icon-foodinfo-vegetarian:before{content:"\E607"}.icon-foodinfo-eggs:before{content:"\E608"}.icon-foodinfo-milk:before{content:"\E609"}.icon-foodinfo-sesame:before{content:"\E60A"}.icon-foodinfo-peanuts:before{content:"\E60B"}.icon-foodinfo-fish:before{content:"\E60C"}.icon-foodinfo-celery:before{content:"\E60D"}.icon-foodinfo-crustaceans:before{content:"\E60E"}.icon-foodinfo-gluten:before{content:"\E60F"}.icon-foodinfo-nuts:before{content:"\E610"}.icon-foodinfo-lupin:before{content:"\E611"}.icon-foodinfo-molluscs:before{content:"\E612"}.icon-foodinfo-soy:before{content:"\E613"}.icon-foodinfo-vegan:before{content:"\E614"}.icon-foodinfo-so2:before{content:"\E615"}.icon-foodinfo-mustard:before{content:"\E616"}.icon-foodinfo-hot1:before{content:"\E617"}.icon-foodinfo-hot2:before{content:"\E618"}.icon-check:before{content:"\E605"}.icon-logo:before{content:"Q"}.icon-profile:before{content:"w"}.icon-logo-icon:before{content:"z"}.icon-cart:before{content:"q"}.icon-delivery:before{content:"r"}.icon-preorder:before{content:"t"}.icon-search:before{content:"S"}.icon-down-open-mini:before{content:"D"}.icon-left-open-mini:before{content:"c"}.icon-right-open-mini:before{content:"h"}.icon-up-open-mini:before{content:"k"}.icon-down-open-big:before{content:"E"}.icon-left-open-big:before{content:"C"}.icon-right-open-big:before{content:"a"}.icon-up-open-big:before{content:"B"}.icon-trash:before{content:"\E61D"}.icon-cancel-circled:before{content:"x"}.icon-circle-with-minus:before{content:"i"}.icon-plus-circled:before{content:"u"}.icon-cancel:before{content:"\E600"}.icon-pencil:before{content:"\E601"}.icon-help-circled:before{content:"H"}.icon-info-circled:before{content:"f"}.icon-pin-map:before{content:"o"}.icon-minus:before{content:"-"}.icon-edit-frame:before{content:"\E61B"}.icon-plus:before{content:"+"}.icon-facebook-circled:before{content:"\E602"}.icon-instagram-circled:before{content:"\E603"}.icon-pinterest-with-circle:before{content:"\E619"}.icon-twitter-circled:before{content:"\E604"}.icon-envelope-o:before{content:"\F003"}.icon-star:before{content:"\F005"}.icon-star-o:before{content:"\F006"}.icon-clock-o:before{content:"\F017"}.icon-eye:before{content:"l"}.icon-eye-slash-close:before{content:"m"}.icon-attention:before{content:"g"}.icon-call-phone:before{content:"d"}.icon-twitter:before{content:"T"}.icon-facebook:before{content:"F"}.icon-location-arrow:before{content:"L"}.icon-instagram:before{content:"I"}.icon-sliders:before{content:"\F1DE"}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px}body{color:var(--colorNeutralPrimary);font-family:Open Sans,arial,sans-serif;font-size:1.6rem;font-weight:300;line-height:1.6}.link,a{color:var(--colorInteractionPrimary);cursor:pointer;transition:color .1s linear}.link:focus,.link:hover,a:focus,a:hover{color:var(--colorInteractionPrimaryHover);text-decoration:none}.link:focus,a:focus{outline:none}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:300;line-height:1.6}.h1,h1{font-size:3.6rem}.h1,.h2,h1,h2{font-weight:700}.h2,h2{font-size:3.2rem}.h2,.h3,h2,h3{line-height:.8}.h3,h3{font-size:2.2rem}.h4,h4{font-size:1.8rem}.h5,h5{font-size:3.6rem}.h6,h6{font-size:1.2rem}.main-title,.secondary-title,.section-title{font-weight:300;line-height:1.3em}.main-title{font-size:2.6rem}@media(min-width:768px){.main-title{font-size:4.2rem}}.secondary-title{font-size:1.6rem}@media(min-width:768px){.secondary-title{font-size:2.2rem}}.section-title{font-size:1.6rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}ul.dotted{margin:0;padding:0}ul.dotted li:before{color:var(--colorInteractionPrimary);content:"\2022   "}.progress-bar{background-color:var(--colorBrandPrimary);height:3px;left:0;position:fixed;top:0;transition:width 16s cubic-bezier(.1,1,.3,.1);width:0;z-index:-1}.progress-bar.loading{width:100%;z-index:10000}.top-section{position:fixed;top:0;transition:top .2s;width:100%;z-index:1200}.top-banner-container{position:relative;z-index:2}.top-banner-container .cookies-banner .banner-icon svg g{stroke:var(--colorBrandPrimary)}.top-banner-container .banner-close-button svg path{fill:var(--colorBrandPrimary)}.page-wrapper{margin-top:64px}@media(max-width:1264px){.page-wrapper.order-component{margin-top:128px}}.show-banner .page-wrapper,.show-flood-banner .page-wrapper,.show-promo-banner .page-wrapper{margin-top:128px}.show-banner .page-wrapper.order-component,.show-flood-banner .page-wrapper.order-component,.show-promo-banner .page-wrapper.order-component{margin-top:192px}@media(min-width:1265px){.show-banner .page-wrapper.order-component,.show-flood-banner .page-wrapper.order-component,.show-promo-banner .page-wrapper.order-component{margin-top:128px}}.show-banner.show-promo-banner,body:not(.home):not(.menu).show-banner.show-flood-banner{margin-top:192px}.home.show-promo-banner .page-wrapper,.restaurants--no-address.show-promo-banner .page-wrapper{margin-top:128px}.home .mov-df-extra-info,.restaurants--no-address .mov-df-extra-info{display:none}.menu .page-wrapper.order-component{margin-top:128px}@media(min-width:1265px){.menu .page-wrapper.order-component{margin-top:64px}}.menu.show-banner .page-wrapper.order-component{margin-top:192px}@media(min-width:1265px){.menu.show-banner .page-wrapper.order-component{margin-top:128px}}.menu.show-banner.show-promo-banner .page-wrapper{margin-top:-64px}.menu.show-promo-banner .page-wrapper.page-wrapper.order-component{margin-top:128px}@media(min-width:1265px){.menu.show-promo-banner .page-wrapper.page-wrapper.order-component{margin-top:64px}.menu.show-banner.show-promo-banner .page-wrapper.order-component{margin-top:-64px}}.menu.show-flood-banner .page-wrapper{margin-top:128px}.menu.show-flood-banner .page-wrapper.order-component{margin-top:192px}@media(min-width:1265px){.menu.show-flood-banner .page-wrapper.order-component{margin-top:128px}}.menu.show-banner.show-flood-banner .page-wrapper.order-component{margin-top:256px}@media(min-width:1265px){.menu.show-banner.show-flood-banner .page-wrapper.order-component{margin-top:192px}}.headless .page-wrapper{margin-top:0}.home .header-logo a{color:var(--colorWhite)}@media(max-width:767px){.header__campaign-link{display:none!important}}.header__campaign{float:right;margin:20px 30px 0 0}@media(min-width:960px){.header__campaign{margin-top:32px}}.checkout .cart-icon-wrapper,.checkout .show-login-modal,.error-page .cart-icon-wrapper,.error-page .header__account,.klarna .cart-icon-wrapper,.klarna .language-wrapper,.klarna .user-wrapper,.static-page .header__campaign{display:none}.checkout .logo-wrapper .logo,.error-page .logo-wrapper .logo{transform:translateX(-32px)}@media(min-width:960px){.checkout .logo-wrapper .logo,.error-page .logo-wrapper .logo{transform:translateX(0)}}.header__campaign-link{border:none}.header_account__dropdown__link.subscription{background:url(https://micro-assets.foodora.com/24600dd005abf6eb31b5a52e4fc38623.svg) no-repeat 90%}.switch-account-menu{margin:0;padding:0}.switch-account-menu .account-item{line-height:auto;padding:0 24px}.switch-account-menu .account-item:hover{background-color:#fafafa}.switch-account-menu .account-item dl.account-item-dl{display:flex;flex-wrap:wrap;margin:0;overflow:hidden;padding:16px 0;position:relative}.switch-account-menu .account-item dl.account-item-dl dt.account-item-avatar{line-height:normal;white-space:nowrap;width:40px}.switch-account-menu .account-item dl.account-item-dl dd.account-item-info{flex:1;margin:0}.switch-account-menu .account-item dl.account-item-dl dd.account-item-info span{display:block}.switch-account-menu .account-item dl.account-item-dl dd.account-item-info span.title{font-family:var(--bdsTypographyParagraphSmallFontFamily);font-size:var(--bdsTypographyParagraphSmallFontSize);font-weight:var(--bdsTypographyParagraphSmallFontWeight);line-height:var(--bdsTypographyParagraphSmallLineHeight);line-height:20px;margin:0 0 4px}.switch-account-menu .account-item dl.account-item-dl dd.account-item-info span.description{color:var(--colorNeutralSecondary);font-family:var(--bdsTypographyParagraphXsmallSecondaryFontFamily);font-size:var(--bdsTypographyParagraphXsmallSecondaryFontSize);font-weight:var(--bdsTypographyParagraphXsmallSecondaryFontWeight);line-height:var(--bdsTypographyParagraphXsmallSecondaryLineHeight);line-height:8px;text-transform:capitalize}.switch-account-menu .account-item dl.account-item-dl dd.account-item-info.check-mark-wrapper{flex:0;padding:8px}.switch-account-menu .account-item dl.account-item-dl dd.account-item-info.check-mark-wrapper span.checkMark-account{align-items:center;background-color:#276fbf;border-radius:50%;display:flex;height:16px;justify-content:center;width:16px}.switch-account-menu .account-item dl.account-item-dl dd.account-item-info.check-mark-wrapper span.checkMark-account svg path{stroke:var(--colorWhite)}.switch-account-menu.tab__switch_account{background:radial-gradient(circle,transparent 25%,var(--colorWhite) 36%);display:flex;margin:0 -16px}@media(min-width:480px){.switch-account-menu.tab__switch_account{margin:0 -24px}}@media(min-width:768px){.switch-account-menu.tab__switch_account{background:none;margin:0;padding:24px 0 0}}.switch-account-menu.tab__switch_account li{height:56px;width:50%}@media(min-width:768px){.switch-account-menu.tab__switch_account li{border-bottom:1px solid var(--colorNeutralBorder);width:auto}}.switch-account-menu.tab__switch_account li .account-item{color:var(--colorNeutralPrimary);display:block;padding:0 0 0 16px;width:100%}@media(min-width:480px){.switch-account-menu.tab__switch_account li .account-item{padding:0 24px}}@media(min-width:768px){.switch-account-menu.tab__switch_account li .account-item{min-width:215px;width:auto}}.switch-account-menu.tab__switch_account li .account-item:hover{background-color:transparent}.switch-account-menu.tab__switch_account li .account-item dl.account-item-dl{align-items:center}.switch-account-menu.tab__switch_account li .account-item dl.account-item-dl dt.account-item-avatar{width:32px}@media(min-width:768px){.switch-account-menu.tab__switch_account li .account-item dl.account-item-dl dt.account-item-avatar{width:40px}}.switch-account-menu.tab__switch_account li .account-item dl.account-item-dl dt.account-item-avatar svg.svg-stroke-container path{stroke:var(--colorNeutralPrimary)}.switch-account-menu.tab__switch_account li .account-item dl.account-item-dl dt.account-item-avatar svg.office-building g{fill:var(--colorNeutralPrimary)}.switch-account-menu.tab__switch_account li .account-item dl.account-item-dl dd.account-item-info{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.switch-account-menu.tab__switch_account li .account-item dl.account-item-dl dd.account-item-info span.title{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.switch-account-menu.tab__switch_account li .account-item.active{border-bottom:2px solid var(--colorBrandPrimary)}.switch-account-menu.tab__switch_account li .account-item.active dl.account-item-dl{padding:15px 0}.switch-account-menu.tab__switch_account li .account-item.active dl.account-item-dl dt.account-item-avatar{height:24px}.switch-account-menu.tab__switch_account li .account-item.active dl.account-item-dl dt.account-item-avatar svg.svg-stroke-container path{stroke:var(--colorBrandPrimary)}.switch-account-menu.tab__switch_account li .account-item.active dl.account-item-dl dt.account-item-avatar svg.office-building g{fill:var(--colorBrandPrimary)}.switch-account-menu.tab__switch_account li .account-item.active dl.account-item-dl dd.account-item-info span.title{font-weight:700}.hero-section-new-text-width-switch-account,.hero-section-text-width-switch-account{padding-top:32px}@media(min-width:768px){.hero-section-new-text-width-switch-account,.hero-section-text-width-switch-account{padding:56px 0 48px}}.tooltip-wrapper{background:#266fbe;border-radius:4px;box-shadow:0 2px 16px 0 rgba(0,0,0,.08);left:4px;opacity:1;position:absolute;top:100%;transition:all .5s linear;visibility:visible;width:288px;z-index:1400}.tooltip-wrapper.tooltip-wrapper__hide{opacity:0;visibility:hidden}@media(min-width:960px){.tooltip-wrapper{left:auto;right:0;top:calc(100% + 16px)}}.tooltip-wrapper .tooltip__content{color:var(--colorWhite);display:block;padding:16px;position:relative;text-transform:none}.tooltip-wrapper .tooltip__content .tooltip__arrow{border-bottom:8px solid #266fbe;border-left:8px solid transparent;border-right:8px solid transparent;height:0;left:20px;position:absolute;top:-8px;width:0}.tooltip-wrapper .tooltip__content .tooltip__arrow.tooltip-caterer{left:auto;right:16px}@media(min-width:960px){.tooltip-wrapper .tooltip__content .tooltip__arrow{left:auto;right:16px}}.tooltip-wrapper .tooltip__content h5,.tooltip-wrapper .tooltip__content p{margin:0;padding:0}.tooltip-wrapper .tooltip__content .tooltip__header{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between}.tooltip-wrapper .tooltip__content .tooltip__header .tooltip__close{line-height:9px;padding-top:6px;width:16px}.tooltip-wrapper .tooltip__content .tooltip__header .tooltip__close .tooltip__close-a{font-size:unset}.tooltip-wrapper .tooltip__content .tooltip__header .tooltip__close .tooltip__close-a svg{height:9px;margin:0;width:9px}.tooltip-wrapper .tooltip__content .tooltip__header .tooltip__close .tooltip__close-a svg path{fill:var(--colorWhite);stroke:var(--colorWhite)}.tooltip-wrapper .tooltip__content .tooltip__header h5{font-family:var(--bdsTypographyTitleSmallFontFamily);font-size:var(--bdsTypographyTitleSmallFontSize);font-weight:var(--bdsTypographyTitleSmallFontWeight);font-weight:500;line-height:var(--bdsTypographyTitleSmallLineHeight);line-height:20px;padding-right:16px}.tooltip-wrapper .tooltip__content p{font-family:var(--bdsTypographyParagraphSmallFontFamily);font-size:var(--bdsTypographyParagraphSmallFontSize);font-weight:var(--bdsTypographyParagraphSmallFontWeight);line-height:var(--bdsTypographyParagraphSmallLineHeight);line-height:18px;margin-top:8px}.tooltip-wrapper.tooltip-catering{left:auto;right:0;top:calc(100% + 16px);width:330px}.tooltip-wrapper.tooltip-catering .tooltip__content .tooltip__arrow{left:auto;right:16px}.tooltip-wrapper.tooltip-wrapper--logout-message{border-radius:0;width:120px}.tooltip-wrapper.tooltip-wrapper--logout-message .tooltip__content p{font-family:var(--bdsTypographyParagraphXsmallSecondaryFontFamily);font-size:var(--bdsTypographyParagraphXsmallSecondaryFontSize);font-weight:var(--bdsTypographyParagraphXsmallSecondaryFontWeight);font-weight:500;line-height:var(--bdsTypographyParagraphXsmallSecondaryLineHeight);margin-top:0}#logout-modal .modal-header{display:flex}@media(max-width:478px){#logout-modal .modal-header{flex-direction:row-reverse}}#logout-modal .modal-header .title{font-family:var(--bdsTypographyTitleMediumFontFamily);font-size:var(--bdsTypographyTitleMediumFontSize);font-weight:var(--bdsTypographyTitleMediumFontWeight);line-height:var(--bdsTypographyTitleMediumLineHeight);margin-right:auto}#logout-modal .modal-header .modal-mobile-header{margin-bottom:0}#logout-modal .modal-body .button-container{margin-top:24px}@media(max-width:478px){#logout-modal .modal-body .button-container{flex-direction:row;justify-content:space-between}#logout-modal .modal-body button.full{margin-bottom:0;width:49%}}.back-icon-wrapper{cursor:pointer;height:32px;order:-1;padding:20px 16px;width:56px}.footer{clear:both;font-size:1.4rem;line-height:1.5;margin-left:auto;margin-right:auto;margin-top:48px;max-width:1425px;padding-bottom:74px;padding-left:16px;padding-right:16px;position:relative;width:100%}@media(min-width:480px){.footer{padding-left:24px;padding-right:24px}}@media(min-width:768px){.footer{padding-left:48px;padding-right:48px}}@media(min-width:1265px){.footer{padding-left:80px;padding-right:80px}}.footer__payment__logos,.footer__wrapper__bottom,.footer__wrapper__middle,.footer__wrapper__top{margin:0}.footer__payment__logos:after,.footer__wrapper__bottom:after,.footer__wrapper__middle:after,.footer__wrapper__top:after{clear:both;content:"";display:table}.footer__wrapper__top{border-top:1px solid var(--colorNeutralDivider);padding:30px 0}.footer__payment__logos .row{display:flex;flex-wrap:wrap;justify-content:center;margin:0 0 16px}.footer__payment__logos .row:first-child{margin-bottom:0}@media(min-width:768px){.footer__payment__logos .row{margin:0 0 24px}}.footer__payment__logos .row img{margin:16px 16px 0 0}@media(min-width:768px){.footer__payment__logos .row img{margin:24px 24px 0 0}}.footer__wrapper__middle{border-top:1px solid var(--colorNeutralDivider);padding-bottom:24px;padding-top:24px}.footer-reduced .footer__wrapper__middle{border-bottom:1px solid var(--colorNeutralDivider)}.footer__wrapper__bottom{border-top:1px solid var(--colorNeutralDivider);padding-bottom:48px;padding-top:24px}.footer__logo{align-items:flex-start;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;flex-direction:column;flex-wrap:nowrap;margin-top:10px;min-height:45px}.footer__logo svg{height:30px}.footer__logo .dh-logo{height:27px;margin:13.5px 18.5px;width:37px}.footer__logo .svg-stroke-container path{fill:var(--colorNeutralInactive)}.footer__logo .svg-stroke-container path.dont-fill{fill:none}.footer__logo div{-ms-flex:1 1 auto;flex:1 1 auto}.footer__logo .dh-logo-legend{color:var(--colorNeutralSecondary)}.footer__social{-ms-flex:1 1 auto;flex:1 1 auto;height:42px;text-align:right}.footer__social ul{list-style-type:none;margin:0;padding:0}.footer__social ul li{display:inline-block;margin:0 8px}.footer__social a{display:inline-block}@media(min-width:768px){.footer__social a{margin-right:8px;margin-top:1px}}.footer__social a i{color:var(--colorNeutralInactive);font-size:3.3rem;transition:color .1s linear}.footer__social a i:hover{color:var(--colorInteractionPrimary)}@media(min-width:768px){.footer__social a:last-child{margin-right:0}}.footer-logo-wrapper{align-items:center;display:flex;flex-wrap:nowrap;min-height:45px;width:100%}.footer__nav{text-align:center}@media(min-width:768px){.footer__nav{float:right;padding-right:0;text-align:right;width:50%}}.footer__nav li{display:inline-block;margin:0 8px}@media(min-width:768px){.footer__nav li{margin-right:0}}.footer__nav li a{color:var(--colorNeutralPrimary);cursor:pointer;transition:color .1s linear}.footer__nav li a:focus,.footer__nav li a:hover{color:var(--colorInteractionPrimary);text-decoration:none}.footer__disclaimer{margin-top:16px;text-align:center}.footer__disclaimer a{white-space:nowrap}@media(min-width:768px){.footer__disclaimer{margin-top:0;padding-left:0;text-align:left}}.footer__popular{float:left;min-height:1px;padding-left:0;padding-right:0;position:relative;text-align:center;width:100%}@media(min-width:768px){.footer__popular{float:left;padding-right:24px;text-align:left;width:33.3333333333%}}.footer__popular h4{font-size:1.4rem;font-weight:700;line-height:1.6;margin:0;text-transform:uppercase}.footer__popular p{color:var(--colorNeutralSecondary);margin:0 0 16px;width:100%}@media(min-width:768px){.footer__popular p{line-height:1.6}}.footer__popular a{color:var(--colorNeutralSecondary);cursor:pointer;transition:color .1s linear}.footer__popular a:focus,.footer__popular a:hover{color:var(--colorInteractionPrimary);text-decoration:none}.footer .footer__language-switch{display:block;margin:0 auto 16px;width:66.67%}@media(min-width:480px){.footer .footer__language-switch{width:50%}}@media(min-width:960px){.footer .footer__language-switch{display:none}}@media(min-width:768px){.static-page__blocks-wrapper{margin-left:auto;margin-right:auto;max-width:960px;padding:0}.static-page__blocks-wrapper:after{clear:both;content:"";display:table}.static-page__blocks{display:grid;grid-template-areas:". content .";grid-template-columns:1fr 10fr 1fr;margin-top:32px}}.static-page__block{background-color:var(--colorWhite);font-size:1.4rem;grid-area:content;line-height:1.36;width:100%}@media(min-width:768px){.static-page__block{margin-bottom:32px;padding:24px}}.static-page__block h2{font-size:1.2rem;line-height:normal;margin:0;padding:0;text-transform:uppercase}.static-page__block p{margin-bottom:16px}.static-page__block ul{padding-left:24px}.static-page__block li{list-style-type:disc;margin-bottom:16px}.static-page__block hr{background-color:var(--colorNeutralDivider);border:0;height:1px!important;margin:24px 0 16px}.static-page__block li li{list-style-type:circle}.static-page__block li li:first-child{margin-top:16px}.static-page__block strong{font-weight:700}.static-page__cookie-preferences{display:flex;justify-content:space-between}body{-ms-overflow-style:scrollbar;background-color:var(--colorWhite);width:100%}ul{margin:0;padding:0}li{list-style:none}.fluid-container{margin-left:auto;margin-right:auto;max-width:960px;padding-left:16px;padding-right:16px}.responsive-img{display:block;height:auto;width:100%}.wrapper-fluid{margin-left:auto;margin-right:auto;max-width:960px;padding-left:0;padding-right:0}@media(min-width:480px){.wrapper-fluid{padding-left:12px;padding-right:12px}}.hidden-to-user{position:absolute!important;top:-9999px!important}.pac-container{z-index:2000!important}.page-content{position:relative}.stage{min-height:60vh;transition-duration:.45s;transition-property:transform min-height opacity;transition-timing-function:cubic-bezier(.25,.46,.45,.94);will-change:transform,opacity,min-height}.leaving .stage{min-height:100vh;opacity:0;transform:translateY(100vh);visibility:hidden}.entering .stage{min-height:0;opacity:1;transform:translateY(0);visibility:visible}.fixed{position:fixed}.page-highlight{color:#fff;display:flex;flex-direction:column;justify-content:center;margin:64px auto 24px;max-width:960px;min-height:196px;padding:0 16px;position:relative;text-align:center}.page-highlight .main-title{font-weight:500;margin:0 0 16px;text-shadow:0 0 5px rgba(0,0,0,.08)}.page-highlight .secondary-title{margin:0;text-shadow:0 0 5px rgba(0,0,0,.08)}.page-highlight.fill{margin:64px auto 80px}@media(min-width:480px){.page-highlight{padding:0 24px}}.page-highlight.small{min-height:104px}.page-highlight.small .main-title{font-size:2.6rem}.page-highlight.small .secondary-title{font-size:1.8rem}@media(min-width:768px){.page-highlight.small .main-title{font-size:3.6rem}.page-highlight.small .secondary-title{font-size:2rem}}.error-page{background-color:var(--colorNeutralSurface)}@media(min-width:768px){.error-page__blocks-wrapper{margin-left:auto;margin-right:auto;max-width:960px;padding-left:16px;padding-right:16px}.error-page__blocks{margin-left:-15px;margin-right:-15px}.error-page__blocks:after{clear:both;content:"";display:table}}.error-page__block{float:left;line-height:normal;margin-top:64px;min-height:1px;padding-left:15px;padding-right:15px;position:relative;text-align:center;width:100%}@media(min-width:480px){.error-page__block{margin-top:64px}}.error-page__block__error-code{color:var(--colorNeutralSurface);font-weight:400;margin:0;text-transform:uppercase}.ie9 .error-page__block__error-code{color:var(--colorNeutralDivider)}.error-page__block__error-code--shadowed-static{font-size:13rem;text-shadow:rgba(100,100,0,.047) 0 0 1px,rgba(100,100,0,.047) -3px -3px 3px,rgba(100,100,0,.047) -9px -8px 6px,rgba(100,100,0,.047) -18px -16px 10px,rgba(100,100,0,.047) -30px -27px 15px,rgba(100,100,0,.047) -45px -41px 21px}@media(min-width:480px){.error-page__block__error-code--shadowed-static{display:none}}.error-page__blocks--general .error-page__block__error-code--shadowed-static{font-size:6.4rem}.error-page__block__error-code--shadowed-dynamic{font-size:22.4rem}@media(max-width:479px){.error-page__block__error-code--shadowed-dynamic{display:none!important}}@media(min-width:480px){.error-page__blocks--general .error-page__block__error-code--shadowed-dynamic{font-size:9.6rem}}@media(min-width:768px){.error-page__blocks--general .error-page__block__error-code--shadowed-dynamic{font-size:11.8rem}}@media(min-width:960px){.error-page__blocks--general .error-page__block__error-code--shadowed-dynamic{font-size:14.4rem}}.error-page__block__error-title{color:var(--colorInteractionPrimary);font-size:2.4rem;font-weight:300;line-height:normal;margin:0}@media(min-width:480px){.error-page__block__error-title{font-size:2.8rem}}.error-page__block__error-message{font-size:1.6rem;font-weight:300;line-height:normal;margin:0;padding-bottom:60px}@media(min-width:480px){.error-page__block__error-message{font-size:2.4rem}}.error-page__blocks--general .error-page__block__error-message{margin:0 auto;width:80%}@media(min-width:480px){.error-page__blocks--general .error-page__block__error-message{width:60%}}.modal-container{height:100vh;overflow:auto}.modal-container button[aria-label=close]{cursor:pointer}.modal-body{max-height:90vh;overflow:auto}.btn-close{background:transparent;border:0;border-radius:4px;cursor:pointer;padding:0}.btn-close:focus-visible{outline:.2rem solid var(--colorInteractionPrimary);outline-offset:.2rem}.btn-close svg{display:block}.bds-c-modal__title{margin-top:0}#tooltip{min-width:max-content;text-transform:none;z-index:100}#tooltip.top{bottom:calc(100% + 12px)}#tooltip.top .tooltip-arrow{border-bottom-right-radius:2px;bottom:-7px}#tooltip.top.align-right{right:-12px}#tooltip.top.align-right .tooltip-arrow{right:16px}#tooltip.top.align-left{left:-12px}#tooltip.top.align-left .tooltip-arrow{left:16px}#tooltip.top.align-center{left:50%;transform:translateX(-50%)}#tooltip.top.align-center .tooltip-arrow{left:50%;transform:translateX(-50%) rotate(45deg)}#tooltip.bottom{top:calc(100% + 12px)}#tooltip.bottom .tooltip-arrow{border-top-left-radius:2px;top:-7px}#tooltip.bottom.align-left{left:-12px}#tooltip.bottom.align-left .tooltip-arrow{left:16px}#tooltip.bottom.align-right{right:-12px}#tooltip.bottom.align-right .tooltip-arrow{right:16px}#tooltip.bottom.align-center{left:50%;transform:translateX(-50%)}#tooltip.bottom.align-center .tooltip-arrow{left:50%;transform:translateX(-50%) rotate(45deg)}#tooltip.left{right:calc(100% + 12px);top:50%;transform:translateY(-50%)}#tooltip.left .tooltip-arrow{border-top-right-radius:2px;right:-7px;top:50%;transform:translateY(-50%) rotate(45deg)}#tooltip.right{left:calc(100% + 12px);top:50%;transform:translateY(-50%)}#tooltip.right .tooltip-arrow{border-bottom-left-radius:2px;left:-7px;top:50%;transform:translateY(-50%) rotate(45deg)}#tooltip .tooltip-arrow{height:14px;position:absolute;transform:rotate(45deg);width:14px;z-index:-1}#tooltip .tooltip-inner{max-width:232px;min-width:64px}#tooltip .tooltip-inner a{color:var(--colorNeutralPrimary);cursor:pointer;text-decoration:underline}#tooltip .tooltip-inner-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-weight:600;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:normal}#global-header .overlay-header{z-index:auto}#global-header .header .account-link,#global-header .header .language-wrapper a{background:var(--colorWhite);text-decoration:none;text-transform:uppercase}#global-header .header .account-link:focus,#global-header .header .language-wrapper a:focus{outline:0}#global-header .header .company-name{display:inline-block}@media(max-width:959px){#global-header .header .company-name{display:none}}#global-header .header .account-link{border:0}#global-header .header .logo-header-link{cursor:pointer}#global-header .header .language-wrapper a.active{font-weight:700}#global-header .header .account-link:hover,#global-header .header .cart-icon:hover,#global-header .header .cart-icon:hover .products-count{background-color:var(--colorWhite)}#global-header .header .cart-icon:hover .products-count{background:none}#global-header .header .cart-icon button{align-items:center;display:flex;font-family:var(--bdsTypographyLabelSmallFontFamily);font-size:var(--bdsTypographyLabelSmallFontSize);font-weight:var(--bdsTypographyLabelSmallFontWeight);height:100%;justify-content:center;line-height:var(--bdsTypographyLabelSmallLineHeight)}@media(max-width:959px){#global-header .header .logo-wrapper.with-back-navigation{order:-1}}@media(max-width:374px){#global-header .header .logo-wrapper.with-back-navigation{order:-1;width:105px}}@media(max-width:959px){#global-header .header .logo-wrapper.with-back-navigation .logo{justify-content:flex-start}}@media(max-width:478px){#global-header .header .logo-wrapper.with-back-navigation .logo{justify-content:flex-start;padding-left:24px}}@media(max-width:374px){#global-header .header .logo-wrapper.with-back-navigation .logo{justify-content:flex-start;padding:0}}@media(max-width:959px){#global-header .header .logo-wrapper.with-back-navigation .svg-logo-wrapper{transform:scale(.8) translateX(-12px)}#global-header .header .user-wrapper.with-back-navigation{order:5}#global-header .header .user-wrapper.with-back-navigation .header-account-menu{left:-153px}}#global-header .header .back-navigation-wrapper{cursor:pointer;display:none;order:-1}#global-header .header .back-navigation-wrapper .back-navigation{height:64px;width:24px}@media(max-width:959px){#global-header .header .back-navigation-wrapper{display:block}}.header-account-menu{background-color:var(--colorWhite);box-shadow:0 .1rem .5rem rgba(0,0,0,.15);left:0;list-style:none;margin:0;min-width:273px;padding:8px 0;position:absolute;top:64px;z-index:100}@media(min-width:960px){.header-account-menu{left:auto;right:-1px}}.header-account-menu>li{min-height:50px}.header-account-menu__language-switcher{background:none;border:0;color:var(--colorInteractionPrimary);font-size:1.4rem;font-weight:700;height:50px;padding:0 16px;position:relative}@media(min-width:960px){.header-account-menu__language-switcher,.header-account-menu__language-switcher+.header-account-menu-divider{display:none}}.header-account-menu__language-switcher:first-of-type{margin-left:8px}.header-account-menu__language-switcher:not(:first-of-type):before{background-color:var(--colorInteractionPrimary);content:"";display:inline-block;height:16px;left:0;position:absolute;top:calc(50% - 8px);width:1px}.header-account-menu a.header-account-menu-link{color:var(--colorNeutralPrimary);display:block;font-family:var(--bdsTypographyParagraphSmallFontFamily);font-size:var(--bdsTypographyParagraphSmallFontSize);font-weight:var(--bdsTypographyParagraphSmallFontWeight);line-height:var(--bdsTypographyParagraphSmallLineHeight);line-height:50px;min-height:50px;padding:0 24px;text-decoration:none}.header-account-menu a.header-account-menu-link:hover{background-color:#fafafa;color:var(--colorInteractionPrimary);text-decoration:none}.header-account-menu a.header-account-menu-link.account-item{line-height:auto}.header-account-menu a.header-account-menu-link.account-item dl.account-item-dl{display:flex;flex-wrap:wrap;overflow:hidden;padding:16px 0;position:relative}.header-account-menu a.header-account-menu-link.account-item dl.account-item-dl dt.account-item-avatar{line-height:normal;white-space:nowrap;width:40px}.header-account-menu a.header-account-menu-link.account-item dl.account-item-dl dd.account-item-info{flex:1}.header-account-menu a.header-account-menu-link.account-item dl.account-item-dl dd.account-item-info span{display:block}.header-account-menu a.header-account-menu-link.account-item dl.account-item-dl dd.account-item-info span.title{font-family:var(--bdsTypographyParagraphSmallFontFamily);font-size:var(--bdsTypographyParagraphSmallFontSize);font-weight:var(--bdsTypographyParagraphSmallFontWeight);line-height:var(--bdsTypographyParagraphSmallLineHeight);line-height:18px;margin:0 0 4px}.header-account-menu a.header-account-menu-link.account-item dl.account-item-dl dd.account-item-info span.description{color:var(--colorNeutralSecondary);font-family:var(--bdsTypographyParagraphXsmallSecondaryFontFamily);font-size:var(--bdsTypographyParagraphXsmallSecondaryFontSize);font-weight:var(--bdsTypographyParagraphXsmallSecondaryFontWeight);line-height:var(--bdsTypographyParagraphXsmallSecondaryLineHeight);line-height:16px;text-transform:lowercase}.header-account-menu a.header-account-menu-link.account-item dl.account-item-dl dd.account-item-info.check-mark-wrapper{flex:0;padding:8px}.header-account-menu a.header-account-menu-link.account-item dl.account-item-dl dd.account-item-info.check-mark-wrapper span.checkMark-account{align-items:center;background-color:var(--colorInteractionPrimary);border-radius:50%;display:flex;height:16px;justify-content:center;width:16px}.header-account-menu a.header-account-menu-link.flex{display:flex}.header-account-menu a.header-account-menu-link.left-centered-logo{align-items:center;display:flex;justify-content:flex-start}.header-account-menu a.header-account-menu-link.left-centered-logo svg{height:20px;width:87px}.header-account-menu a.header-account-menu-link.left-centered-logo .calcul-animation{justify-content:flex-start;padding:0}.header-account-menu a.header-account-menu-link .suffix-icon{align-items:center;display:inline-flex;margin-left:8px}.header-account-menu hr.header-account-menu-divider{background-color:var(--colorNeutralDivider);border:none;height:1px;margin:8px 24px}.header-account-menu.header-account-menu-sm{min-width:200px}.header-account-menu.header-account-menu-sm a.header-account-menu-link{padding:0 16px}.header-account-menu.header-account-menu-sm button.header-account-menu-link:first-of-type{margin-left:0}.header-account-menu.header-account-menu-sm hr.header-account-menu-divider{margin:8px 16px}.logout-successful-message{position:absolute;right:4px;top:calc(100% + 8px);width:120px}@media(max-width:767px){.logout-successful-message{left:4px;right:unset}}#account-page-react-root .footer [class*=" icon-"]:before,#account-page-react-root .footer [class^=icon-]:before,#area-chain-listing-page-react-root .footer [class*=" icon-"]:before,#area-chain-listing-page-react-root .footer [class^=icon-]:before,#area-listing-page-react-root .footer [class*=" icon-"]:before,#area-listing-page-react-root .footer [class^=icon-]:before,#area-toprated-listing-page-react-root .footer [class*=" icon-"]:before,#area-toprated-listing-page-react-root .footer [class^=icon-]:before,#chain-listing-page-react-root .footer [class*=" icon-"]:before,#chain-listing-page-react-root .footer [class^=icon-]:before,#city-category-listing-page-react-root .footer [class*=" icon-"]:before,#city-category-listing-page-react-root .footer [class^=icon-]:before,#city-html-sitemap-root .footer [class*=" icon-"]:before,#city-html-sitemap-root .footer [class^=icon-]:before,#city-listing-page-react-root .footer [class*=" icon-"]:before,#city-listing-page-react-root .footer [class^=icon-]:before,#cms-react-root .footer [class*=" icon-"]:before,#cms-react-root .footer [class^=icon-]:before,#cuisine-listing-page-react-root .footer [class*=" icon-"]:before,#cuisine-listing-page-react-root .footer [class^=icon-]:before,#darkstore-pdp-landing-page-react-root .footer [class*=" icon-"]:before,#darkstore-pdp-landing-page-react-root .footer [class^=icon-]:before,#dine-in-app-root .footer [class*=" icon-"]:before,#dine-in-app-root .footer [class^=icon-]:before,#groceries-landing-react-root .footer [class*=" icon-"]:before,#groceries-landing-react-root .footer [class^=icon-]:before,#groceries-menu-react-root .footer [class*=" icon-"]:before,#groceries-menu-react-root .footer [class^=icon-]:before,#landing-page-root .footer [class*=" icon-"]:before,#landing-page-root .footer [class^=icon-]:before,#order-tracking-page-root .footer [class*=" icon-"]:before,#order-tracking-page-root .footer [class^=icon-]:before,#past-order-details-page-root .footer [class*=" icon-"]:before,#past-order-details-page-root .footer [class^=icon-]:before,#paymentsCardApplicationRoot .footer [class*=" icon-"]:before,#paymentsCardApplicationRoot .footer [class^=icon-]:before,#reorder-page-root .footer [class*=" icon-"]:before,#reorder-page-root .footer [class^=icon-]:before,#seo-area-listing-root .footer [class*=" icon-"]:before,#seo-area-listing-root .footer [class^=icon-]:before,#seo-chain-restaurants-root .footer [class*=" icon-"]:before,#seo-chain-restaurants-root .footer [class^=icon-]:before,#seo-city-page-root .footer [class*=" icon-"]:before,#seo-city-page-root .footer [class^=icon-]:before,#seo-cuisine-listing-root .footer [class*=" icon-"]:before,#seo-cuisine-listing-root .footer [class^=icon-]:before,#seo-cuisine-page-root .footer [class*=" icon-"]:before,#seo-cuisine-page-root .footer [class^=icon-]:before,#seo-toprated-restaurants-root .footer [class*=" icon-"]:before,#seo-toprated-restaurants-root .footer [class^=icon-]:before,#special-menus-root .footer [class*=" icon-"]:before,#special-menus-root .footer [class^=icon-]:before,#static-page-react-root .footer [class*=" icon-"]:before,#static-page-react-root .footer [class^=icon-]:before,#subscription-react-root .footer [class*=" icon-"]:before,#subscription-react-root .footer [class^=icon-]:before,#vendor-details-root .footer [class*=" icon-"]:before,#vendor-details-root .footer [class^=icon-]:before,#walletRenderRoot .footer [class*=" icon-"]:before,#walletRenderRoot .footer [class^=icon-]:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1em;text-transform:none}#account-page-react-root .footer [class*=" icon-"],#account-page-react-root .footer [class^=icon-],#area-chain-listing-page-react-root .footer [class*=" icon-"],#area-chain-listing-page-react-root .footer [class^=icon-],#area-listing-page-react-root .footer [class*=" icon-"],#area-listing-page-react-root .footer [class^=icon-],#area-toprated-listing-page-react-root .footer [class*=" icon-"],#area-toprated-listing-page-react-root .footer [class^=icon-],#chain-listing-page-react-root .footer [class*=" icon-"],#chain-listing-page-react-root .footer [class^=icon-],#city-category-listing-page-react-root .footer [class*=" icon-"],#city-category-listing-page-react-root .footer [class^=icon-],#city-html-sitemap-root .footer [class*=" icon-"],#city-html-sitemap-root .footer [class^=icon-],#city-listing-page-react-root .footer [class*=" icon-"],#city-listing-page-react-root .footer [class^=icon-],#cms-react-root .footer [class*=" icon-"],#cms-react-root .footer [class^=icon-],#cuisine-listing-page-react-root .footer [class*=" icon-"],#cuisine-listing-page-react-root .footer [class^=icon-],#darkstore-pdp-landing-page-react-root .footer [class*=" icon-"],#darkstore-pdp-landing-page-react-root .footer [class^=icon-],#dine-in-app-root .footer [class*=" icon-"],#dine-in-app-root .footer [class^=icon-],#groceries-landing-react-root .footer [class*=" icon-"],#groceries-landing-react-root .footer [class^=icon-],#groceries-menu-react-root .footer [class*=" icon-"],#groceries-menu-react-root .footer [class^=icon-],#landing-page-root .footer [class*=" icon-"],#landing-page-root .footer [class^=icon-],#order-tracking-page-root .footer [class*=" icon-"],#order-tracking-page-root .footer [class^=icon-],#past-order-details-page-root .footer [class*=" icon-"],#past-order-details-page-root .footer [class^=icon-],#paymentsCardApplicationRoot .footer [class*=" icon-"],#paymentsCardApplicationRoot .footer [class^=icon-],#reorder-page-root .footer [class*=" icon-"],#reorder-page-root .footer [class^=icon-],#seo-area-listing-root .footer [class*=" icon-"],#seo-area-listing-root .footer [class^=icon-],#seo-chain-restaurants-root .footer [class*=" icon-"],#seo-chain-restaurants-root .footer [class^=icon-],#seo-city-page-root .footer [class*=" icon-"],#seo-city-page-root .footer [class^=icon-],#seo-cuisine-listing-root .footer [class*=" icon-"],#seo-cuisine-listing-root .footer [class^=icon-],#seo-cuisine-page-root .footer [class*=" icon-"],#seo-cuisine-page-root .footer [class^=icon-],#seo-toprated-restaurants-root .footer [class*=" icon-"],#seo-toprated-restaurants-root .footer [class^=icon-],#special-menus-root .footer [class*=" icon-"],#special-menus-root .footer [class^=icon-],#static-page-react-root .footer [class*=" icon-"],#static-page-react-root .footer [class^=icon-],#subscription-react-root .footer [class*=" icon-"],#subscription-react-root .footer [class^=icon-],#vendor-details-root .footer [class*=" icon-"],#vendor-details-root .footer [class^=icon-],#walletRenderRoot .footer [class*=" icon-"],#walletRenderRoot .footer [class^=icon-]{line-height:1em}#account-page-react-root .footer .icon-ic_social_fb:before,#area-chain-listing-page-react-root .footer .icon-ic_social_fb:before,#area-listing-page-react-root .footer .icon-ic_social_fb:before,#area-toprated-listing-page-react-root .footer .icon-ic_social_fb:before,#chain-listing-page-react-root .footer .icon-ic_social_fb:before,#city-category-listing-page-react-root .footer .icon-ic_social_fb:before,#city-html-sitemap-root .footer .icon-ic_social_fb:before,#city-listing-page-react-root .footer .icon-ic_social_fb:before,#cms-react-root .footer .icon-ic_social_fb:before,#cuisine-listing-page-react-root .footer .icon-ic_social_fb:before,#darkstore-pdp-landing-page-react-root .footer .icon-ic_social_fb:before,#dine-in-app-root .footer .icon-ic_social_fb:before,#groceries-landing-react-root .footer .icon-ic_social_fb:before,#groceries-menu-react-root .footer .icon-ic_social_fb:before,#landing-page-root .footer .icon-ic_social_fb:before,#order-tracking-page-root .footer .icon-ic_social_fb:before,#past-order-details-page-root .footer .icon-ic_social_fb:before,#paymentsCardApplicationRoot .footer .icon-ic_social_fb:before,#reorder-page-root .footer .icon-ic_social_fb:before,#seo-area-listing-root .footer .icon-ic_social_fb:before,#seo-chain-restaurants-root .footer .icon-ic_social_fb:before,#seo-city-page-root .footer .icon-ic_social_fb:before,#seo-cuisine-listing-root .footer .icon-ic_social_fb:before,#seo-cuisine-page-root .footer .icon-ic_social_fb:before,#seo-toprated-restaurants-root .footer .icon-ic_social_fb:before,#special-menus-root .footer .icon-ic_social_fb:before,#static-page-react-root .footer .icon-ic_social_fb:before,#subscription-react-root .footer .icon-ic_social_fb:before,#vendor-details-root .footer .icon-ic_social_fb:before,#walletRenderRoot .footer .icon-ic_social_fb:before{content:"\E900"}#account-page-react-root .footer .icon-ic_social_instagram:before,#area-chain-listing-page-react-root .footer .icon-ic_social_instagram:before,#area-listing-page-react-root .footer .icon-ic_social_instagram:before,#area-toprated-listing-page-react-root .footer .icon-ic_social_instagram:before,#chain-listing-page-react-root .footer .icon-ic_social_instagram:before,#city-category-listing-page-react-root .footer .icon-ic_social_instagram:before,#city-html-sitemap-root .footer .icon-ic_social_instagram:before,#city-listing-page-react-root .footer .icon-ic_social_instagram:before,#cms-react-root .footer .icon-ic_social_instagram:before,#cuisine-listing-page-react-root .footer .icon-ic_social_instagram:before,#darkstore-pdp-landing-page-react-root .footer .icon-ic_social_instagram:before,#dine-in-app-root .footer .icon-ic_social_instagram:before,#groceries-landing-react-root .footer .icon-ic_social_instagram:before,#groceries-menu-react-root .footer .icon-ic_social_instagram:before,#landing-page-root .footer .icon-ic_social_instagram:before,#order-tracking-page-root .footer .icon-ic_social_instagram:before,#past-order-details-page-root .footer .icon-ic_social_instagram:before,#paymentsCardApplicationRoot .footer .icon-ic_social_instagram:before,#reorder-page-root .footer .icon-ic_social_instagram:before,#seo-area-listing-root .footer .icon-ic_social_instagram:before,#seo-chain-restaurants-root .footer .icon-ic_social_instagram:before,#seo-city-page-root .footer .icon-ic_social_instagram:before,#seo-cuisine-listing-root .footer .icon-ic_social_instagram:before,#seo-cuisine-page-root .footer .icon-ic_social_instagram:before,#seo-toprated-restaurants-root .footer .icon-ic_social_instagram:before,#special-menus-root .footer .icon-ic_social_instagram:before,#static-page-react-root .footer .icon-ic_social_instagram:before,#subscription-react-root .footer .icon-ic_social_instagram:before,#vendor-details-root .footer .icon-ic_social_instagram:before,#walletRenderRoot .footer .icon-ic_social_instagram:before{content:"\E901"}#account-page-react-root .footer .icon-ic_social_linkedin:before,#area-chain-listing-page-react-root .footer .icon-ic_social_linkedin:before,#area-listing-page-react-root .footer .icon-ic_social_linkedin:before,#area-toprated-listing-page-react-root .footer .icon-ic_social_linkedin:before,#chain-listing-page-react-root .footer .icon-ic_social_linkedin:before,#city-category-listing-page-react-root .footer .icon-ic_social_linkedin:before,#city-html-sitemap-root .footer .icon-ic_social_linkedin:before,#city-listing-page-react-root .footer .icon-ic_social_linkedin:before,#cms-react-root .footer .icon-ic_social_linkedin:before,#cuisine-listing-page-react-root .footer .icon-ic_social_linkedin:before,#darkstore-pdp-landing-page-react-root .footer .icon-ic_social_linkedin:before,#dine-in-app-root .footer .icon-ic_social_linkedin:before,#groceries-landing-react-root .footer .icon-ic_social_linkedin:before,#groceries-menu-react-root .footer .icon-ic_social_linkedin:before,#landing-page-root .footer .icon-ic_social_linkedin:before,#order-tracking-page-root .footer .icon-ic_social_linkedin:before,#past-order-details-page-root .footer .icon-ic_social_linkedin:before,#paymentsCardApplicationRoot .footer .icon-ic_social_linkedin:before,#reorder-page-root .footer .icon-ic_social_linkedin:before,#seo-area-listing-root .footer .icon-ic_social_linkedin:before,#seo-chain-restaurants-root .footer .icon-ic_social_linkedin:before,#seo-city-page-root .footer .icon-ic_social_linkedin:before,#seo-cuisine-listing-root .footer .icon-ic_social_linkedin:before,#seo-cuisine-page-root .footer .icon-ic_social_linkedin:before,#seo-toprated-restaurants-root .footer .icon-ic_social_linkedin:before,#special-menus-root .footer .icon-ic_social_linkedin:before,#static-page-react-root .footer .icon-ic_social_linkedin:before,#subscription-react-root .footer .icon-ic_social_linkedin:before,#vendor-details-root .footer .icon-ic_social_linkedin:before,#walletRenderRoot .footer .icon-ic_social_linkedin:before{content:"\E902"}#account-page-react-root .footer .icon-ic_social_pinterest:before,#area-chain-listing-page-react-root .footer .icon-ic_social_pinterest:before,#area-listing-page-react-root .footer .icon-ic_social_pinterest:before,#area-toprated-listing-page-react-root .footer .icon-ic_social_pinterest:before,#chain-listing-page-react-root .footer .icon-ic_social_pinterest:before,#city-category-listing-page-react-root .footer .icon-ic_social_pinterest:before,#city-html-sitemap-root .footer .icon-ic_social_pinterest:before,#city-listing-page-react-root .footer .icon-ic_social_pinterest:before,#cms-react-root .footer .icon-ic_social_pinterest:before,#cuisine-listing-page-react-root .footer .icon-ic_social_pinterest:before,#darkstore-pdp-landing-page-react-root .footer .icon-ic_social_pinterest:before,#dine-in-app-root .footer .icon-ic_social_pinterest:before,#groceries-landing-react-root .footer .icon-ic_social_pinterest:before,#groceries-menu-react-root .footer .icon-ic_social_pinterest:before,#landing-page-root .footer .icon-ic_social_pinterest:before,#order-tracking-page-root .footer .icon-ic_social_pinterest:before,#past-order-details-page-root .footer .icon-ic_social_pinterest:before,#paymentsCardApplicationRoot .footer .icon-ic_social_pinterest:before,#reorder-page-root .footer .icon-ic_social_pinterest:before,#seo-area-listing-root .footer .icon-ic_social_pinterest:before,#seo-chain-restaurants-root .footer .icon-ic_social_pinterest:before,#seo-city-page-root .footer .icon-ic_social_pinterest:before,#seo-cuisine-listing-root .footer .icon-ic_social_pinterest:before,#seo-cuisine-page-root .footer .icon-ic_social_pinterest:before,#seo-toprated-restaurants-root .footer .icon-ic_social_pinterest:before,#special-menus-root .footer .icon-ic_social_pinterest:before,#static-page-react-root .footer .icon-ic_social_pinterest:before,#subscription-react-root .footer .icon-ic_social_pinterest:before,#vendor-details-root .footer .icon-ic_social_pinterest:before,#walletRenderRoot .footer .icon-ic_social_pinterest:before{content:"\E903"}#account-page-react-root .footer .icon-ic_social_twitter:before,#area-chain-listing-page-react-root .footer .icon-ic_social_twitter:before,#area-listing-page-react-root .footer .icon-ic_social_twitter:before,#area-toprated-listing-page-react-root .footer .icon-ic_social_twitter:before,#chain-listing-page-react-root .footer .icon-ic_social_twitter:before,#city-category-listing-page-react-root .footer .icon-ic_social_twitter:before,#city-html-sitemap-root .footer .icon-ic_social_twitter:before,#city-listing-page-react-root .footer .icon-ic_social_twitter:before,#cms-react-root .footer .icon-ic_social_twitter:before,#cuisine-listing-page-react-root .footer .icon-ic_social_twitter:before,#darkstore-pdp-landing-page-react-root .footer .icon-ic_social_twitter:before,#dine-in-app-root .footer .icon-ic_social_twitter:before,#groceries-landing-react-root .footer .icon-ic_social_twitter:before,#groceries-menu-react-root .footer .icon-ic_social_twitter:before,#landing-page-root .footer .icon-ic_social_twitter:before,#order-tracking-page-root .footer .icon-ic_social_twitter:before,#past-order-details-page-root .footer .icon-ic_social_twitter:before,#paymentsCardApplicationRoot .footer .icon-ic_social_twitter:before,#reorder-page-root .footer .icon-ic_social_twitter:before,#seo-area-listing-root .footer .icon-ic_social_twitter:before,#seo-chain-restaurants-root .footer .icon-ic_social_twitter:before,#seo-city-page-root .footer .icon-ic_social_twitter:before,#seo-cuisine-listing-root .footer .icon-ic_social_twitter:before,#seo-cuisine-page-root .footer .icon-ic_social_twitter:before,#seo-toprated-restaurants-root .footer .icon-ic_social_twitter:before,#special-menus-root .footer .icon-ic_social_twitter:before,#static-page-react-root .footer .icon-ic_social_twitter:before,#subscription-react-root .footer .icon-ic_social_twitter:before,#vendor-details-root .footer .icon-ic_social_twitter:before,#walletRenderRoot .footer .icon-ic_social_twitter:before{content:"\E904"}#account-page-react-root .footer__wrapper__bottom,#area-chain-listing-page-react-root .footer__wrapper__bottom,#area-listing-page-react-root .footer__wrapper__bottom,#area-toprated-listing-page-react-root .footer__wrapper__bottom,#chain-listing-page-react-root .footer__wrapper__bottom,#city-category-listing-page-react-root .footer__wrapper__bottom,#city-html-sitemap-root .footer__wrapper__bottom,#city-listing-page-react-root .footer__wrapper__bottom,#cms-react-root .footer__wrapper__bottom,#cuisine-listing-page-react-root .footer__wrapper__bottom,#darkstore-pdp-landing-page-react-root .footer__wrapper__bottom,#dine-in-app-root .footer__wrapper__bottom,#groceries-landing-react-root .footer__wrapper__bottom,#groceries-menu-react-root .footer__wrapper__bottom,#landing-page-root .footer__wrapper__bottom,#order-tracking-page-root .footer__wrapper__bottom,#past-order-details-page-root .footer__wrapper__bottom,#paymentsCardApplicationRoot .footer__wrapper__bottom,#reorder-page-root .footer__wrapper__bottom,#seo-area-listing-root .footer__wrapper__bottom,#seo-chain-restaurants-root .footer__wrapper__bottom,#seo-city-page-root .footer__wrapper__bottom,#seo-cuisine-listing-root .footer__wrapper__bottom,#seo-cuisine-page-root .footer__wrapper__bottom,#seo-toprated-restaurants-root .footer__wrapper__bottom,#special-menus-root .footer__wrapper__bottom,#static-page-react-root .footer__wrapper__bottom,#subscription-react-root .footer__wrapper__bottom,#vendor-details-root .footer__wrapper__bottom,#walletRenderRoot .footer__wrapper__bottom{padding:32px 0}#account-page-react-root .PopularAreas,#account-page-react-root .PopularChains,#account-page-react-root .footer__popular,#account-page-react-root .home-cuisines,#account-page-react-root .othercountries,#area-chain-listing-page-react-root .PopularAreas,#area-chain-listing-page-react-root .PopularChains,#area-chain-listing-page-react-root .footer__popular,#area-chain-listing-page-react-root .home-cuisines,#area-chain-listing-page-react-root .othercountries,#area-listing-page-react-root .PopularAreas,#area-listing-page-react-root .PopularChains,#area-listing-page-react-root .footer__popular,#area-listing-page-react-root .home-cuisines,#area-listing-page-react-root .othercountries,#area-toprated-listing-page-react-root .PopularAreas,#area-toprated-listing-page-react-root .PopularChains,#area-toprated-listing-page-react-root .footer__popular,#area-toprated-listing-page-react-root .home-cuisines,#area-toprated-listing-page-react-root .othercountries,#chain-listing-page-react-root .PopularAreas,#chain-listing-page-react-root .PopularChains,#chain-listing-page-react-root .footer__popular,#chain-listing-page-react-root .home-cuisines,#chain-listing-page-react-root .othercountries,#city-category-listing-page-react-root .PopularAreas,#city-category-listing-page-react-root .PopularChains,#city-category-listing-page-react-root .footer__popular,#city-category-listing-page-react-root .home-cuisines,#city-category-listing-page-react-root .othercountries,#city-html-sitemap-root .PopularAreas,#city-html-sitemap-root .PopularChains,#city-html-sitemap-root .footer__popular,#city-html-sitemap-root .home-cuisines,#city-html-sitemap-root .othercountries,#city-listing-page-react-root .PopularAreas,#city-listing-page-react-root .PopularChains,#city-listing-page-react-root .footer__popular,#city-listing-page-react-root .home-cuisines,#city-listing-page-react-root .othercountries,#cms-react-root .PopularAreas,#cms-react-root .PopularChains,#cms-react-root .footer__popular,#cms-react-root .home-cuisines,#cms-react-root .othercountries,#cuisine-listing-page-react-root .PopularAreas,#cuisine-listing-page-react-root .PopularChains,#cuisine-listing-page-react-root .footer__popular,#cuisine-listing-page-react-root .home-cuisines,#cuisine-listing-page-react-root .othercountries,#darkstore-pdp-landing-page-react-root .PopularAreas,#darkstore-pdp-landing-page-react-root .PopularChains,#darkstore-pdp-landing-page-react-root .footer__popular,#darkstore-pdp-landing-page-react-root .home-cuisines,#darkstore-pdp-landing-page-react-root .othercountries,#dine-in-app-root .PopularAreas,#dine-in-app-root .PopularChains,#dine-in-app-root .footer__popular,#dine-in-app-root .home-cuisines,#dine-in-app-root .othercountries,#groceries-landing-react-root .PopularAreas,#groceries-landing-react-root .PopularChains,#groceries-landing-react-root .footer__popular,#groceries-landing-react-root .home-cuisines,#groceries-landing-react-root .othercountries,#groceries-menu-react-root .PopularAreas,#groceries-menu-react-root .PopularChains,#groceries-menu-react-root .footer__popular,#groceries-menu-react-root .home-cuisines,#groceries-menu-react-root .othercountries,#landing-page-root .PopularAreas,#landing-page-root .PopularChains,#landing-page-root .footer__popular,#landing-page-root .home-cuisines,#landing-page-root .othercountries,#order-tracking-page-root .PopularAreas,#order-tracking-page-root .PopularChains,#order-tracking-page-root .footer__popular,#order-tracking-page-root .home-cuisines,#order-tracking-page-root .othercountries,#past-order-details-page-root .PopularAreas,#past-order-details-page-root .PopularChains,#past-order-details-page-root .footer__popular,#past-order-details-page-root .home-cuisines,#past-order-details-page-root .othercountries,#paymentsCardApplicationRoot .PopularAreas,#paymentsCardApplicationRoot .PopularChains,#paymentsCardApplicationRoot .footer__popular,#paymentsCardApplicationRoot .home-cuisines,#paymentsCardApplicationRoot .othercountries,#reorder-page-root .PopularAreas,#reorder-page-root .PopularChains,#reorder-page-root .footer__popular,#reorder-page-root .home-cuisines,#reorder-page-root .othercountries,#seo-area-listing-root .PopularAreas,#seo-area-listing-root .PopularChains,#seo-area-listing-root .footer__popular,#seo-area-listing-root .home-cuisines,#seo-area-listing-root .othercountries,#seo-chain-restaurants-root .PopularAreas,#seo-chain-restaurants-root .PopularChains,#seo-chain-restaurants-root .footer__popular,#seo-chain-restaurants-root .home-cuisines,#seo-chain-restaurants-root .othercountries,#seo-city-page-root .PopularAreas,#seo-city-page-root .PopularChains,#seo-city-page-root .footer__popular,#seo-city-page-root .home-cuisines,#seo-city-page-root .othercountries,#seo-cuisine-listing-root .PopularAreas,#seo-cuisine-listing-root .PopularChains,#seo-cuisine-listing-root .footer__popular,#seo-cuisine-listing-root .home-cuisines,#seo-cuisine-listing-root .othercountries,#seo-cuisine-page-root .PopularAreas,#seo-cuisine-page-root .PopularChains,#seo-cuisine-page-root .footer__popular,#seo-cuisine-page-root .home-cuisines,#seo-cuisine-page-root .othercountries,#seo-toprated-restaurants-root .PopularAreas,#seo-toprated-restaurants-root .PopularChains,#seo-toprated-restaurants-root .footer__popular,#seo-toprated-restaurants-root .home-cuisines,#seo-toprated-restaurants-root .othercountries,#special-menus-root .PopularAreas,#special-menus-root .PopularChains,#special-menus-root .footer__popular,#special-menus-root .home-cuisines,#special-menus-root .othercountries,#static-page-react-root .PopularAreas,#static-page-react-root .PopularChains,#static-page-react-root .footer__popular,#static-page-react-root .home-cuisines,#static-page-react-root .othercountries,#subscription-react-root .PopularAreas,#subscription-react-root .PopularChains,#subscription-react-root .footer__popular,#subscription-react-root .home-cuisines,#subscription-react-root .othercountries,#vendor-details-root .PopularAreas,#vendor-details-root .PopularChains,#vendor-details-root .footer__popular,#vendor-details-root .home-cuisines,#vendor-details-root .othercountries,#walletRenderRoot .PopularAreas,#walletRenderRoot .PopularChains,#walletRenderRoot .footer__popular,#walletRenderRoot .home-cuisines,#walletRenderRoot .othercountries{font-size:1.6rem;text-align:left}#account-page-react-root .PopularAreas h4,#account-page-react-root .PopularChains h4,#account-page-react-root .footer__popular h4,#account-page-react-root .home-cuisines h4,#account-page-react-root .othercountries h4,#area-chain-listing-page-react-root .PopularAreas h4,#area-chain-listing-page-react-root .PopularChains h4,#area-chain-listing-page-react-root .footer__popular h4,#area-chain-listing-page-react-root .home-cuisines h4,#area-chain-listing-page-react-root .othercountries h4,#area-listing-page-react-root .PopularAreas h4,#area-listing-page-react-root .PopularChains h4,#area-listing-page-react-root .footer__popular h4,#area-listing-page-react-root .home-cuisines h4,#area-listing-page-react-root .othercountries h4,#area-toprated-listing-page-react-root .PopularAreas h4,#area-toprated-listing-page-react-root .PopularChains h4,#area-toprated-listing-page-react-root .footer__popular h4,#area-toprated-listing-page-react-root .home-cuisines h4,#area-toprated-listing-page-react-root .othercountries h4,#chain-listing-page-react-root .PopularAreas h4,#chain-listing-page-react-root .PopularChains h4,#chain-listing-page-react-root .footer__popular h4,#chain-listing-page-react-root .home-cuisines h4,#chain-listing-page-react-root .othercountries h4,#city-category-listing-page-react-root .PopularAreas h4,#city-category-listing-page-react-root .PopularChains h4,#city-category-listing-page-react-root .footer__popular h4,#city-category-listing-page-react-root .home-cuisines h4,#city-category-listing-page-react-root .othercountries h4,#city-html-sitemap-root .PopularAreas h4,#city-html-sitemap-root .PopularChains h4,#city-html-sitemap-root .footer__popular h4,#city-html-sitemap-root .home-cuisines h4,#city-html-sitemap-root .othercountries h4,#city-listing-page-react-root .PopularAreas h4,#city-listing-page-react-root .PopularChains h4,#city-listing-page-react-root .footer__popular h4,#city-listing-page-react-root .home-cuisines h4,#city-listing-page-react-root .othercountries h4,#cms-react-root .PopularAreas h4,#cms-react-root .PopularChains h4,#cms-react-root .footer__popular h4,#cms-react-root .home-cuisines h4,#cms-react-root .othercountries h4,#cuisine-listing-page-react-root .PopularAreas h4,#cuisine-listing-page-react-root .PopularChains h4,#cuisine-listing-page-react-root .footer__popular h4,#cuisine-listing-page-react-root .home-cuisines h4,#cuisine-listing-page-react-root .othercountries h4,#darkstore-pdp-landing-page-react-root .PopularAreas h4,#darkstore-pdp-landing-page-react-root .PopularChains h4,#darkstore-pdp-landing-page-react-root .footer__popular h4,#darkstore-pdp-landing-page-react-root .home-cuisines h4,#darkstore-pdp-landing-page-react-root .othercountries h4,#dine-in-app-root .PopularAreas h4,#dine-in-app-root .PopularChains h4,#dine-in-app-root .footer__popular h4,#dine-in-app-root .home-cuisines h4,#dine-in-app-root .othercountries h4,#groceries-landing-react-root .PopularAreas h4,#groceries-landing-react-root .PopularChains h4,#groceries-landing-react-root .footer__popular h4,#groceries-landing-react-root .home-cuisines h4,#groceries-landing-react-root .othercountries h4,#groceries-menu-react-root .PopularAreas h4,#groceries-menu-react-root .PopularChains h4,#groceries-menu-react-root .footer__popular h4,#groceries-menu-react-root .home-cuisines h4,#groceries-menu-react-root .othercountries h4,#landing-page-root .PopularAreas h4,#landing-page-root .PopularChains h4,#landing-page-root .footer__popular h4,#landing-page-root .home-cuisines h4,#landing-page-root .othercountries h4,#order-tracking-page-root .PopularAreas h4,#order-tracking-page-root .PopularChains h4,#order-tracking-page-root .footer__popular h4,#order-tracking-page-root .home-cuisines h4,#order-tracking-page-root .othercountries h4,#past-order-details-page-root .PopularAreas h4,#past-order-details-page-root .PopularChains h4,#past-order-details-page-root .footer__popular h4,#past-order-details-page-root .home-cuisines h4,#past-order-details-page-root .othercountries h4,#paymentsCardApplicationRoot .PopularAreas h4,#paymentsCardApplicationRoot .PopularChains h4,#paymentsCardApplicationRoot .footer__popular h4,#paymentsCardApplicationRoot .home-cuisines h4,#paymentsCardApplicationRoot .othercountries h4,#reorder-page-root .PopularAreas h4,#reorder-page-root .PopularChains h4,#reorder-page-root .footer__popular h4,#reorder-page-root .home-cuisines h4,#reorder-page-root .othercountries h4,#seo-area-listing-root .PopularAreas h4,#seo-area-listing-root .PopularChains h4,#seo-area-listing-root .footer__popular h4,#seo-area-listing-root .home-cuisines h4,#seo-area-listing-root .othercountries h4,#seo-chain-restaurants-root .PopularAreas h4,#seo-chain-restaurants-root .PopularChains h4,#seo-chain-restaurants-root .footer__popular h4,#seo-chain-restaurants-root .home-cuisines h4,#seo-chain-restaurants-root .othercountries h4,#seo-city-page-root .PopularAreas h4,#seo-city-page-root .PopularChains h4,#seo-city-page-root .footer__popular h4,#seo-city-page-root .home-cuisines h4,#seo-city-page-root .othercountries h4,#seo-cuisine-listing-root .PopularAreas h4,#seo-cuisine-listing-root .PopularChains h4,#seo-cuisine-listing-root .footer__popular h4,#seo-cuisine-listing-root .home-cuisines h4,#seo-cuisine-listing-root .othercountries h4,#seo-cuisine-page-root .PopularAreas h4,#seo-cuisine-page-root .PopularChains h4,#seo-cuisine-page-root .footer__popular h4,#seo-cuisine-page-root .home-cuisines h4,#seo-cuisine-page-root .othercountries h4,#seo-toprated-restaurants-root .PopularAreas h4,#seo-toprated-restaurants-root .PopularChains h4,#seo-toprated-restaurants-root .footer__popular h4,#seo-toprated-restaurants-root .home-cuisines h4,#seo-toprated-restaurants-root .othercountries h4,#special-menus-root .PopularAreas h4,#special-menus-root .PopularChains h4,#special-menus-root .footer__popular h4,#special-menus-root .home-cuisines h4,#special-menus-root .othercountries h4,#static-page-react-root .PopularAreas h4,#static-page-react-root .PopularChains h4,#static-page-react-root .footer__popular h4,#static-page-react-root .home-cuisines h4,#static-page-react-root .othercountries h4,#subscription-react-root .PopularAreas h4,#subscription-react-root .PopularChains h4,#subscription-react-root .footer__popular h4,#subscription-react-root .home-cuisines h4,#subscription-react-root .othercountries h4,#vendor-details-root .PopularAreas h4,#vendor-details-root .PopularChains h4,#vendor-details-root .footer__popular h4,#vendor-details-root .home-cuisines h4,#vendor-details-root .othercountries h4,#walletRenderRoot .PopularAreas h4,#walletRenderRoot .PopularChains h4,#walletRenderRoot .footer__popular h4,#walletRenderRoot .home-cuisines h4,#walletRenderRoot .othercountries h4{font-size:1.8rem;font-weight:700;margin:0 0 24px;text-transform:none}#account-page-react-root .PopularAreas h4 a,#account-page-react-root .PopularChains h4 a,#account-page-react-root .footer__popular h4 a,#account-page-react-root .home-cuisines h4 a,#account-page-react-root .othercountries h4 a,#area-chain-listing-page-react-root .PopularAreas h4 a,#area-chain-listing-page-react-root .PopularChains h4 a,#area-chain-listing-page-react-root .footer__popular h4 a,#area-chain-listing-page-react-root .home-cuisines h4 a,#area-chain-listing-page-react-root .othercountries h4 a,#area-listing-page-react-root .PopularAreas h4 a,#area-listing-page-react-root .PopularChains h4 a,#area-listing-page-react-root .footer__popular h4 a,#area-listing-page-react-root .home-cuisines h4 a,#area-listing-page-react-root .othercountries h4 a,#area-toprated-listing-page-react-root .PopularAreas h4 a,#area-toprated-listing-page-react-root .PopularChains h4 a,#area-toprated-listing-page-react-root .footer__popular h4 a,#area-toprated-listing-page-react-root .home-cuisines h4 a,#area-toprated-listing-page-react-root .othercountries h4 a,#chain-listing-page-react-root .PopularAreas h4 a,#chain-listing-page-react-root .PopularChains h4 a,#chain-listing-page-react-root .footer__popular h4 a,#chain-listing-page-react-root .home-cuisines h4 a,#chain-listing-page-react-root .othercountries h4 a,#city-category-listing-page-react-root .PopularAreas h4 a,#city-category-listing-page-react-root .PopularChains h4 a,#city-category-listing-page-react-root .footer__popular h4 a,#city-category-listing-page-react-root .home-cuisines h4 a,#city-category-listing-page-react-root .othercountries h4 a,#city-html-sitemap-root .PopularAreas h4 a,#city-html-sitemap-root .PopularChains h4 a,#city-html-sitemap-root .footer__popular h4 a,#city-html-sitemap-root .home-cuisines h4 a,#city-html-sitemap-root .othercountries h4 a,#city-listing-page-react-root .PopularAreas h4 a,#city-listing-page-react-root .PopularChains h4 a,#city-listing-page-react-root .footer__popular h4 a,#city-listing-page-react-root .home-cuisines h4 a,#city-listing-page-react-root .othercountries h4 a,#cms-react-root .PopularAreas h4 a,#cms-react-root .PopularChains h4 a,#cms-react-root .footer__popular h4 a,#cms-react-root .home-cuisines h4 a,#cms-react-root .othercountries h4 a,#cuisine-listing-page-react-root .PopularAreas h4 a,#cuisine-listing-page-react-root .PopularChains h4 a,#cuisine-listing-page-react-root .footer__popular h4 a,#cuisine-listing-page-react-root .home-cuisines h4 a,#cuisine-listing-page-react-root .othercountries h4 a,#darkstore-pdp-landing-page-react-root .PopularAreas h4 a,#darkstore-pdp-landing-page-react-root .PopularChains h4 a,#darkstore-pdp-landing-page-react-root .footer__popular h4 a,#darkstore-pdp-landing-page-react-root .home-cuisines h4 a,#darkstore-pdp-landing-page-react-root .othercountries h4 a,#dine-in-app-root .PopularAreas h4 a,#dine-in-app-root .PopularChains h4 a,#dine-in-app-root .footer__popular h4 a,#dine-in-app-root .home-cuisines h4 a,#dine-in-app-root .othercountries h4 a,#groceries-landing-react-root .PopularAreas h4 a,#groceries-landing-react-root .PopularChains h4 a,#groceries-landing-react-root .footer__popular h4 a,#groceries-landing-react-root .home-cuisines h4 a,#groceries-landing-react-root .othercountries h4 a,#groceries-menu-react-root .PopularAreas h4 a,#groceries-menu-react-root .PopularChains h4 a,#groceries-menu-react-root .footer__popular h4 a,#groceries-menu-react-root .home-cuisines h4 a,#groceries-menu-react-root .othercountries h4 a,#landing-page-root .PopularAreas h4 a,#landing-page-root .PopularChains h4 a,#landing-page-root .footer__popular h4 a,#landing-page-root .home-cuisines h4 a,#landing-page-root .othercountries h4 a,#order-tracking-page-root .PopularAreas h4 a,#order-tracking-page-root .PopularChains h4 a,#order-tracking-page-root .footer__popular h4 a,#order-tracking-page-root .home-cuisines h4 a,#order-tracking-page-root .othercountries h4 a,#past-order-details-page-root .PopularAreas h4 a,#past-order-details-page-root .PopularChains h4 a,#past-order-details-page-root .footer__popular h4 a,#past-order-details-page-root .home-cuisines h4 a,#past-order-details-page-root .othercountries h4 a,#paymentsCardApplicationRoot .PopularAreas h4 a,#paymentsCardApplicationRoot .PopularChains h4 a,#paymentsCardApplicationRoot .footer__popular h4 a,#paymentsCardApplicationRoot .home-cuisines h4 a,#paymentsCardApplicationRoot .othercountries h4 a,#reorder-page-root .PopularAreas h4 a,#reorder-page-root .PopularChains h4 a,#reorder-page-root .footer__popular h4 a,#reorder-page-root .home-cuisines h4 a,#reorder-page-root .othercountries h4 a,#seo-area-listing-root .PopularAreas h4 a,#seo-area-listing-root .PopularChains h4 a,#seo-area-listing-root .footer__popular h4 a,#seo-area-listing-root .home-cuisines h4 a,#seo-area-listing-root .othercountries h4 a,#seo-chain-restaurants-root .PopularAreas h4 a,#seo-chain-restaurants-root .PopularChains h4 a,#seo-chain-restaurants-root .footer__popular h4 a,#seo-chain-restaurants-root .home-cuisines h4 a,#seo-chain-restaurants-root .othercountries h4 a,#seo-city-page-root .PopularAreas h4 a,#seo-city-page-root .PopularChains h4 a,#seo-city-page-root .footer__popular h4 a,#seo-city-page-root .home-cuisines h4 a,#seo-city-page-root .othercountries h4 a,#seo-cuisine-listing-root .PopularAreas h4 a,#seo-cuisine-listing-root .PopularChains h4 a,#seo-cuisine-listing-root .footer__popular h4 a,#seo-cuisine-listing-root .home-cuisines h4 a,#seo-cuisine-listing-root .othercountries h4 a,#seo-cuisine-page-root .PopularAreas h4 a,#seo-cuisine-page-root .PopularChains h4 a,#seo-cuisine-page-root .footer__popular h4 a,#seo-cuisine-page-root .home-cuisines h4 a,#seo-cuisine-page-root .othercountries h4 a,#seo-toprated-restaurants-root .PopularAreas h4 a,#seo-toprated-restaurants-root .PopularChains h4 a,#seo-toprated-restaurants-root .footer__popular h4 a,#seo-toprated-restaurants-root .home-cuisines h4 a,#seo-toprated-restaurants-root .othercountries h4 a,#special-menus-root .PopularAreas h4 a,#special-menus-root .PopularChains h4 a,#special-menus-root .footer__popular h4 a,#special-menus-root .home-cuisines h4 a,#special-menus-root .othercountries h4 a,#static-page-react-root .PopularAreas h4 a,#static-page-react-root .PopularChains h4 a,#static-page-react-root .footer__popular h4 a,#static-page-react-root .home-cuisines h4 a,#static-page-react-root .othercountries h4 a,#subscription-react-root .PopularAreas h4 a,#subscription-react-root .PopularChains h4 a,#subscription-react-root .footer__popular h4 a,#subscription-react-root .home-cuisines h4 a,#subscription-react-root .othercountries h4 a,#vendor-details-root .PopularAreas h4 a,#vendor-details-root .PopularChains h4 a,#vendor-details-root .footer__popular h4 a,#vendor-details-root .home-cuisines h4 a,#vendor-details-root .othercountries h4 a,#walletRenderRoot .PopularAreas h4 a,#walletRenderRoot .PopularChains h4 a,#walletRenderRoot .footer__popular h4 a,#walletRenderRoot .home-cuisines h4 a,#walletRenderRoot .othercountries h4 a{color:var(--colorNeutralPrimary)}#account-page-react-root .PopularAreas a,#account-page-react-root .PopularAreas p,#account-page-react-root .PopularChains a,#account-page-react-root .PopularChains p,#account-page-react-root .footer__popular a,#account-page-react-root .footer__popular p,#account-page-react-root .home-cuisines a,#account-page-react-root .home-cuisines p,#account-page-react-root .othercountries a,#account-page-react-root .othercountries p,#area-chain-listing-page-react-root .PopularAreas a,#area-chain-listing-page-react-root .PopularAreas p,#area-chain-listing-page-react-root .PopularChains a,#area-chain-listing-page-react-root .PopularChains p,#area-chain-listing-page-react-root .footer__popular a,#area-chain-listing-page-react-root .footer__popular p,#area-chain-listing-page-react-root .home-cuisines a,#area-chain-listing-page-react-root .home-cuisines p,#area-chain-listing-page-react-root .othercountries a,#area-chain-listing-page-react-root .othercountries p,#area-listing-page-react-root .PopularAreas a,#area-listing-page-react-root .PopularAreas p,#area-listing-page-react-root .PopularChains a,#area-listing-page-react-root .PopularChains p,#area-listing-page-react-root .footer__popular a,#area-listing-page-react-root .footer__popular p,#area-listing-page-react-root .home-cuisines a,#area-listing-page-react-root .home-cuisines p,#area-listing-page-react-root .othercountries a,#area-listing-page-react-root .othercountries p,#area-toprated-listing-page-react-root .PopularAreas a,#area-toprated-listing-page-react-root .PopularAreas p,#area-toprated-listing-page-react-root .PopularChains a,#area-toprated-listing-page-react-root .PopularChains p,#area-toprated-listing-page-react-root .footer__popular a,#area-toprated-listing-page-react-root .footer__popular p,#area-toprated-listing-page-react-root .home-cuisines a,#area-toprated-listing-page-react-root .home-cuisines p,#area-toprated-listing-page-react-root .othercountries a,#area-toprated-listing-page-react-root .othercountries p,#chain-listing-page-react-root .PopularAreas a,#chain-listing-page-react-root .PopularAreas p,#chain-listing-page-react-root .PopularChains a,#chain-listing-page-react-root .PopularChains p,#chain-listing-page-react-root .footer__popular a,#chain-listing-page-react-root .footer__popular p,#chain-listing-page-react-root .home-cuisines a,#chain-listing-page-react-root .home-cuisines p,#chain-listing-page-react-root .othercountries a,#chain-listing-page-react-root .othercountries p,#city-category-listing-page-react-root .PopularAreas a,#city-category-listing-page-react-root .PopularAreas p,#city-category-listing-page-react-root .PopularChains a,#city-category-listing-page-react-root .PopularChains p,#city-category-listing-page-react-root .footer__popular a,#city-category-listing-page-react-root .footer__popular p,#city-category-listing-page-react-root .home-cuisines a,#city-category-listing-page-react-root .home-cuisines p,#city-category-listing-page-react-root .othercountries a,#city-category-listing-page-react-root .othercountries p,#city-html-sitemap-root .PopularAreas a,#city-html-sitemap-root .PopularAreas p,#city-html-sitemap-root .PopularChains a,#city-html-sitemap-root .PopularChains p,#city-html-sitemap-root .footer__popular a,#city-html-sitemap-root .footer__popular p,#city-html-sitemap-root .home-cuisines a,#city-html-sitemap-root .home-cuisines p,#city-html-sitemap-root .othercountries a,#city-html-sitemap-root .othercountries p,#city-listing-page-react-root .PopularAreas a,#city-listing-page-react-root .PopularAreas p,#city-listing-page-react-root .PopularChains a,#city-listing-page-react-root .PopularChains p,#city-listing-page-react-root .footer__popular a,#city-listing-page-react-root .footer__popular p,#city-listing-page-react-root .home-cuisines a,#city-listing-page-react-root .home-cuisines p,#city-listing-page-react-root .othercountries a,#city-listing-page-react-root .othercountries p,#cms-react-root .PopularAreas a,#cms-react-root .PopularAreas p,#cms-react-root .PopularChains a,#cms-react-root .PopularChains p,#cms-react-root .footer__popular a,#cms-react-root .footer__popular p,#cms-react-root .home-cuisines a,#cms-react-root .home-cuisines p,#cms-react-root .othercountries a,#cms-react-root .othercountries p,#cuisine-listing-page-react-root .PopularAreas a,#cuisine-listing-page-react-root .PopularAreas p,#cuisine-listing-page-react-root .PopularChains a,#cuisine-listing-page-react-root .PopularChains p,#cuisine-listing-page-react-root .footer__popular a,#cuisine-listing-page-react-root .footer__popular p,#cuisine-listing-page-react-root .home-cuisines a,#cuisine-listing-page-react-root .home-cuisines p,#cuisine-listing-page-react-root .othercountries a,#cuisine-listing-page-react-root .othercountries p,#darkstore-pdp-landing-page-react-root .PopularAreas a,#darkstore-pdp-landing-page-react-root .PopularAreas p,#darkstore-pdp-landing-page-react-root .PopularChains a,#darkstore-pdp-landing-page-react-root .PopularChains p,#darkstore-pdp-landing-page-react-root .footer__popular a,#darkstore-pdp-landing-page-react-root .footer__popular p,#darkstore-pdp-landing-page-react-root .home-cuisines a,#darkstore-pdp-landing-page-react-root .home-cuisines p,#darkstore-pdp-landing-page-react-root .othercountries a,#darkstore-pdp-landing-page-react-root .othercountries p,#dine-in-app-root .PopularAreas a,#dine-in-app-root .PopularAreas p,#dine-in-app-root .PopularChains a,#dine-in-app-root .PopularChains p,#dine-in-app-root .footer__popular a,#dine-in-app-root .footer__popular p,#dine-in-app-root .home-cuisines a,#dine-in-app-root .home-cuisines p,#dine-in-app-root .othercountries a,#dine-in-app-root .othercountries p,#groceries-landing-react-root .PopularAreas a,#groceries-landing-react-root .PopularAreas p,#groceries-landing-react-root .PopularChains a,#groceries-landing-react-root .PopularChains p,#groceries-landing-react-root .footer__popular a,#groceries-landing-react-root .footer__popular p,#groceries-landing-react-root .home-cuisines a,#groceries-landing-react-root .home-cuisines p,#groceries-landing-react-root .othercountries a,#groceries-landing-react-root .othercountries p,#groceries-menu-react-root .PopularAreas a,#groceries-menu-react-root .PopularAreas p,#groceries-menu-react-root .PopularChains a,#groceries-menu-react-root .PopularChains p,#groceries-menu-react-root .footer__popular a,#groceries-menu-react-root .footer__popular p,#groceries-menu-react-root .home-cuisines a,#groceries-menu-react-root .home-cuisines p,#groceries-menu-react-root .othercountries a,#groceries-menu-react-root .othercountries p,#landing-page-root .PopularAreas a,#landing-page-root .PopularAreas p,#landing-page-root .PopularChains a,#landing-page-root .PopularChains p,#landing-page-root .footer__popular a,#landing-page-root .footer__popular p,#landing-page-root .home-cuisines a,#landing-page-root .home-cuisines p,#landing-page-root .othercountries a,#landing-page-root .othercountries p,#order-tracking-page-root .PopularAreas a,#order-tracking-page-root .PopularAreas p,#order-tracking-page-root .PopularChains a,#order-tracking-page-root .PopularChains p,#order-tracking-page-root .footer__popular a,#order-tracking-page-root .footer__popular p,#order-tracking-page-root .home-cuisines a,#order-tracking-page-root .home-cuisines p,#order-tracking-page-root .othercountries a,#order-tracking-page-root .othercountries p,#past-order-details-page-root .PopularAreas a,#past-order-details-page-root .PopularAreas p,#past-order-details-page-root .PopularChains a,#past-order-details-page-root .PopularChains p,#past-order-details-page-root .footer__popular a,#past-order-details-page-root .footer__popular p,#past-order-details-page-root .home-cuisines a,#past-order-details-page-root .home-cuisines p,#past-order-details-page-root .othercountries a,#past-order-details-page-root .othercountries p,#paymentsCardApplicationRoot .PopularAreas a,#paymentsCardApplicationRoot .PopularAreas p,#paymentsCardApplicationRoot .PopularChains a,#paymentsCardApplicationRoot .PopularChains p,#paymentsCardApplicationRoot .footer__popular a,#paymentsCardApplicationRoot .footer__popular p,#paymentsCardApplicationRoot .home-cuisines a,#paymentsCardApplicationRoot .home-cuisines p,#paymentsCardApplicationRoot .othercountries a,#paymentsCardApplicationRoot .othercountries p,#reorder-page-root .PopularAreas a,#reorder-page-root .PopularAreas p,#reorder-page-root .PopularChains a,#reorder-page-root .PopularChains p,#reorder-page-root .footer__popular a,#reorder-page-root .footer__popular p,#reorder-page-root .home-cuisines a,#reorder-page-root .home-cuisines p,#reorder-page-root .othercountries a,#reorder-page-root .othercountries p,#seo-area-listing-root .PopularAreas a,#seo-area-listing-root .PopularAreas p,#seo-area-listing-root .PopularChains a,#seo-area-listing-root .PopularChains p,#seo-area-listing-root .footer__popular a,#seo-area-listing-root .footer__popular p,#seo-area-listing-root .home-cuisines a,#seo-area-listing-root .home-cuisines p,#seo-area-listing-root .othercountries a,#seo-area-listing-root .othercountries p,#seo-chain-restaurants-root .PopularAreas a,#seo-chain-restaurants-root .PopularAreas p,#seo-chain-restaurants-root .PopularChains a,#seo-chain-restaurants-root .PopularChains p,#seo-chain-restaurants-root .footer__popular a,#seo-chain-restaurants-root .footer__popular p,#seo-chain-restaurants-root .home-cuisines a,#seo-chain-restaurants-root .home-cuisines p,#seo-chain-restaurants-root .othercountries a,#seo-chain-restaurants-root .othercountries p,#seo-city-page-root .PopularAreas a,#seo-city-page-root .PopularAreas p,#seo-city-page-root .PopularChains a,#seo-city-page-root .PopularChains p,#seo-city-page-root .footer__popular a,#seo-city-page-root .footer__popular p,#seo-city-page-root .home-cuisines a,#seo-city-page-root .home-cuisines p,#seo-city-page-root .othercountries a,#seo-city-page-root .othercountries p,#seo-cuisine-listing-root .PopularAreas a,#seo-cuisine-listing-root .PopularAreas p,#seo-cuisine-listing-root .PopularChains a,#seo-cuisine-listing-root .PopularChains p,#seo-cuisine-listing-root .footer__popular a,#seo-cuisine-listing-root .footer__popular p,#seo-cuisine-listing-root .home-cuisines a,#seo-cuisine-listing-root .home-cuisines p,#seo-cuisine-listing-root .othercountries a,#seo-cuisine-listing-root .othercountries p,#seo-cuisine-page-root .PopularAreas a,#seo-cuisine-page-root .PopularAreas p,#seo-cuisine-page-root .PopularChains a,#seo-cuisine-page-root .PopularChains p,#seo-cuisine-page-root .footer__popular a,#seo-cuisine-page-root .footer__popular p,#seo-cuisine-page-root .home-cuisines a,#seo-cuisine-page-root .home-cuisines p,#seo-cuisine-page-root .othercountries a,#seo-cuisine-page-root .othercountries p,#seo-toprated-restaurants-root .PopularAreas a,#seo-toprated-restaurants-root .PopularAreas p,#seo-toprated-restaurants-root .PopularChains a,#seo-toprated-restaurants-root .PopularChains p,#seo-toprated-restaurants-root .footer__popular a,#seo-toprated-restaurants-root .footer__popular p,#seo-toprated-restaurants-root .home-cuisines a,#seo-toprated-restaurants-root .home-cuisines p,#seo-toprated-restaurants-root .othercountries a,#seo-toprated-restaurants-root .othercountries p,#special-menus-root .PopularAreas a,#special-menus-root .PopularAreas p,#special-menus-root .PopularChains a,#special-menus-root .PopularChains p,#special-menus-root .footer__popular a,#special-menus-root .footer__popular p,#special-menus-root .home-cuisines a,#special-menus-root .home-cuisines p,#special-menus-root .othercountries a,#special-menus-root .othercountries p,#static-page-react-root .PopularAreas a,#static-page-react-root .PopularAreas p,#static-page-react-root .PopularChains a,#static-page-react-root .PopularChains p,#static-page-react-root .footer__popular a,#static-page-react-root .footer__popular p,#static-page-react-root .home-cuisines a,#static-page-react-root .home-cuisines p,#static-page-react-root .othercountries a,#static-page-react-root .othercountries p,#subscription-react-root .PopularAreas a,#subscription-react-root .PopularAreas p,#subscription-react-root .PopularChains a,#subscription-react-root .PopularChains p,#subscription-react-root .footer__popular a,#subscription-react-root .footer__popular p,#subscription-react-root .home-cuisines a,#subscription-react-root .home-cuisines p,#subscription-react-root .othercountries a,#subscription-react-root .othercountries p,#vendor-details-root .PopularAreas a,#vendor-details-root .PopularAreas p,#vendor-details-root .PopularChains a,#vendor-details-root .PopularChains p,#vendor-details-root .footer__popular a,#vendor-details-root .footer__popular p,#vendor-details-root .home-cuisines a,#vendor-details-root .home-cuisines p,#vendor-details-root .othercountries a,#vendor-details-root .othercountries p,#walletRenderRoot .PopularAreas a,#walletRenderRoot .PopularAreas p,#walletRenderRoot .PopularChains a,#walletRenderRoot .PopularChains p,#walletRenderRoot .footer__popular a,#walletRenderRoot .footer__popular p,#walletRenderRoot .home-cuisines a,#walletRenderRoot .home-cuisines p,#walletRenderRoot .othercountries a,#walletRenderRoot .othercountries p{color:var(--colorNeutralSecondary)}#account-page-react-root .PopularAreas a:hover,#account-page-react-root .PopularChains a:hover,#account-page-react-root .footer__popular a:hover,#account-page-react-root .home-cuisines a:hover,#account-page-react-root .othercountries a:hover,#area-chain-listing-page-react-root .PopularAreas a:hover,#area-chain-listing-page-react-root .PopularChains a:hover,#area-chain-listing-page-react-root .footer__popular a:hover,#area-chain-listing-page-react-root .home-cuisines a:hover,#area-chain-listing-page-react-root .othercountries a:hover,#area-listing-page-react-root .PopularAreas a:hover,#area-listing-page-react-root .PopularChains a:hover,#area-listing-page-react-root .footer__popular a:hover,#area-listing-page-react-root .home-cuisines a:hover,#area-listing-page-react-root .othercountries a:hover,#area-toprated-listing-page-react-root .PopularAreas a:hover,#area-toprated-listing-page-react-root .PopularChains a:hover,#area-toprated-listing-page-react-root .footer__popular a:hover,#area-toprated-listing-page-react-root .home-cuisines a:hover,#area-toprated-listing-page-react-root .othercountries a:hover,#chain-listing-page-react-root .PopularAreas a:hover,#chain-listing-page-react-root .PopularChains a:hover,#chain-listing-page-react-root .footer__popular a:hover,#chain-listing-page-react-root .home-cuisines a:hover,#chain-listing-page-react-root .othercountries a:hover,#city-category-listing-page-react-root .PopularAreas a:hover,#city-category-listing-page-react-root .PopularChains a:hover,#city-category-listing-page-react-root .footer__popular a:hover,#city-category-listing-page-react-root .home-cuisines a:hover,#city-category-listing-page-react-root .othercountries a:hover,#city-html-sitemap-root .PopularAreas a:hover,#city-html-sitemap-root .PopularChains a:hover,#city-html-sitemap-root .footer__popular a:hover,#city-html-sitemap-root .home-cuisines a:hover,#city-html-sitemap-root .othercountries a:hover,#city-listing-page-react-root .PopularAreas a:hover,#city-listing-page-react-root .PopularChains a:hover,#city-listing-page-react-root .footer__popular a:hover,#city-listing-page-react-root .home-cuisines a:hover,#city-listing-page-react-root .othercountries a:hover,#cms-react-root .PopularAreas a:hover,#cms-react-root .PopularChains a:hover,#cms-react-root .footer__popular a:hover,#cms-react-root .home-cuisines a:hover,#cms-react-root .othercountries a:hover,#cuisine-listing-page-react-root .PopularAreas a:hover,#cuisine-listing-page-react-root .PopularChains a:hover,#cuisine-listing-page-react-root .footer__popular a:hover,#cuisine-listing-page-react-root .home-cuisines a:hover,#cuisine-listing-page-react-root .othercountries a:hover,#darkstore-pdp-landing-page-react-root .PopularAreas a:hover,#darkstore-pdp-landing-page-react-root .PopularChains a:hover,#darkstore-pdp-landing-page-react-root .footer__popular a:hover,#darkstore-pdp-landing-page-react-root .home-cuisines a:hover,#darkstore-pdp-landing-page-react-root .othercountries a:hover,#dine-in-app-root .PopularAreas a:hover,#dine-in-app-root .PopularChains a:hover,#dine-in-app-root .footer__popular a:hover,#dine-in-app-root .home-cuisines a:hover,#dine-in-app-root .othercountries a:hover,#groceries-landing-react-root .PopularAreas a:hover,#groceries-landing-react-root .PopularChains a:hover,#groceries-landing-react-root .footer__popular a:hover,#groceries-landing-react-root .home-cuisines a:hover,#groceries-landing-react-root .othercountries a:hover,#groceries-menu-react-root .PopularAreas a:hover,#groceries-menu-react-root .PopularChains a:hover,#groceries-menu-react-root .footer__popular a:hover,#groceries-menu-react-root .home-cuisines a:hover,#groceries-menu-react-root .othercountries a:hover,#landing-page-root .PopularAreas a:hover,#landing-page-root .PopularChains a:hover,#landing-page-root .footer__popular a:hover,#landing-page-root .home-cuisines a:hover,#landing-page-root .othercountries a:hover,#order-tracking-page-root .PopularAreas a:hover,#order-tracking-page-root .PopularChains a:hover,#order-tracking-page-root .footer__popular a:hover,#order-tracking-page-root .home-cuisines a:hover,#order-tracking-page-root .othercountries a:hover,#past-order-details-page-root .PopularAreas a:hover,#past-order-details-page-root .PopularChains a:hover,#past-order-details-page-root .footer__popular a:hover,#past-order-details-page-root .home-cuisines a:hover,#past-order-details-page-root .othercountries a:hover,#paymentsCardApplicationRoot .PopularAreas a:hover,#paymentsCardApplicationRoot .PopularChains a:hover,#paymentsCardApplicationRoot .footer__popular a:hover,#paymentsCardApplicationRoot .home-cuisines a:hover,#paymentsCardApplicationRoot .othercountries a:hover,#reorder-page-root .PopularAreas a:hover,#reorder-page-root .PopularChains a:hover,#reorder-page-root .footer__popular a:hover,#reorder-page-root .home-cuisines a:hover,#reorder-page-root .othercountries a:hover,#seo-area-listing-root .PopularAreas a:hover,#seo-area-listing-root .PopularChains a:hover,#seo-area-listing-root .footer__popular a:hover,#seo-area-listing-root .home-cuisines a:hover,#seo-area-listing-root .othercountries a:hover,#seo-chain-restaurants-root .PopularAreas a:hover,#seo-chain-restaurants-root .PopularChains a:hover,#seo-chain-restaurants-root .footer__popular a:hover,#seo-chain-restaurants-root .home-cuisines a:hover,#seo-chain-restaurants-root .othercountries a:hover,#seo-city-page-root .PopularAreas a:hover,#seo-city-page-root .PopularChains a:hover,#seo-city-page-root .footer__popular a:hover,#seo-city-page-root .home-cuisines a:hover,#seo-city-page-root .othercountries a:hover,#seo-cuisine-listing-root .PopularAreas a:hover,#seo-cuisine-listing-root .PopularChains a:hover,#seo-cuisine-listing-root .footer__popular a:hover,#seo-cuisine-listing-root .home-cuisines a:hover,#seo-cuisine-listing-root .othercountries a:hover,#seo-cuisine-page-root .PopularAreas a:hover,#seo-cuisine-page-root .PopularChains a:hover,#seo-cuisine-page-root .footer__popular a:hover,#seo-cuisine-page-root .home-cuisines a:hover,#seo-cuisine-page-root .othercountries a:hover,#seo-toprated-restaurants-root .PopularAreas a:hover,#seo-toprated-restaurants-root .PopularChains a:hover,#seo-toprated-restaurants-root .footer__popular a:hover,#seo-toprated-restaurants-root .home-cuisines a:hover,#seo-toprated-restaurants-root .othercountries a:hover,#special-menus-root .PopularAreas a:hover,#special-menus-root .PopularChains a:hover,#special-menus-root .footer__popular a:hover,#special-menus-root .home-cuisines a:hover,#special-menus-root .othercountries a:hover,#static-page-react-root .PopularAreas a:hover,#static-page-react-root .PopularChains a:hover,#static-page-react-root .footer__popular a:hover,#static-page-react-root .home-cuisines a:hover,#static-page-react-root .othercountries a:hover,#subscription-react-root .PopularAreas a:hover,#subscription-react-root .PopularChains a:hover,#subscription-react-root .footer__popular a:hover,#subscription-react-root .home-cuisines a:hover,#subscription-react-root .othercountries a:hover,#vendor-details-root .PopularAreas a:hover,#vendor-details-root .PopularChains a:hover,#vendor-details-root .footer__popular a:hover,#vendor-details-root .home-cuisines a:hover,#vendor-details-root .othercountries a:hover,#walletRenderRoot .PopularAreas a:hover,#walletRenderRoot .PopularChains a:hover,#walletRenderRoot .footer__popular a:hover,#walletRenderRoot .home-cuisines a:hover,#walletRenderRoot .othercountries a:hover{color:var(--colorInteractionPrimary);text-decoration:none}#account-page-react-root .footer__popular,#area-chain-listing-page-react-root .footer__popular,#area-listing-page-react-root .footer__popular,#area-toprated-listing-page-react-root .footer__popular,#chain-listing-page-react-root .footer__popular,#city-category-listing-page-react-root .footer__popular,#city-html-sitemap-root .footer__popular,#city-listing-page-react-root .footer__popular,#cms-react-root .footer__popular,#cuisine-listing-page-react-root .footer__popular,#darkstore-pdp-landing-page-react-root .footer__popular,#dine-in-app-root .footer__popular,#groceries-landing-react-root .footer__popular,#groceries-menu-react-root .footer__popular,#landing-page-root .footer__popular,#order-tracking-page-root .footer__popular,#past-order-details-page-root .footer__popular,#paymentsCardApplicationRoot .footer__popular,#reorder-page-root .footer__popular,#seo-area-listing-root .footer__popular,#seo-chain-restaurants-root .footer__popular,#seo-city-page-root .footer__popular,#seo-cuisine-listing-root .footer__popular,#seo-cuisine-page-root .footer__popular,#seo-toprated-restaurants-root .footer__popular,#special-menus-root .footer__popular,#static-page-react-root .footer__popular,#subscription-react-root .footer__popular,#vendor-details-root .footer__popular,#walletRenderRoot .footer__popular{column-gap:16px;display:grid;float:none;grid-template-columns:repeat(1,1fr);padding:0;row-gap:24px;width:100%}#account-page-react-root .footer__popular h4,#area-chain-listing-page-react-root .footer__popular h4,#area-listing-page-react-root .footer__popular h4,#area-toprated-listing-page-react-root .footer__popular h4,#chain-listing-page-react-root .footer__popular h4,#city-category-listing-page-react-root .footer__popular h4,#city-html-sitemap-root .footer__popular h4,#city-listing-page-react-root .footer__popular h4,#cms-react-root .footer__popular h4,#cuisine-listing-page-react-root .footer__popular h4,#darkstore-pdp-landing-page-react-root .footer__popular h4,#dine-in-app-root .footer__popular h4,#groceries-landing-react-root .footer__popular h4,#groceries-menu-react-root .footer__popular h4,#landing-page-root .footer__popular h4,#order-tracking-page-root .footer__popular h4,#past-order-details-page-root .footer__popular h4,#paymentsCardApplicationRoot .footer__popular h4,#reorder-page-root .footer__popular h4,#seo-area-listing-root .footer__popular h4,#seo-chain-restaurants-root .footer__popular h4,#seo-city-page-root .footer__popular h4,#seo-cuisine-listing-root .footer__popular h4,#seo-cuisine-page-root .footer__popular h4,#seo-toprated-restaurants-root .footer__popular h4,#special-menus-root .footer__popular h4,#static-page-react-root .footer__popular h4,#subscription-react-root .footer__popular h4,#vendor-details-root .footer__popular h4,#walletRenderRoot .footer__popular h4{font-size:1.6rem;margin-bottom:8px}#account-page-react-root .footer__popular p,#area-chain-listing-page-react-root .footer__popular p,#area-listing-page-react-root .footer__popular p,#area-toprated-listing-page-react-root .footer__popular p,#chain-listing-page-react-root .footer__popular p,#city-category-listing-page-react-root .footer__popular p,#city-html-sitemap-root .footer__popular p,#city-listing-page-react-root .footer__popular p,#cms-react-root .footer__popular p,#cuisine-listing-page-react-root .footer__popular p,#darkstore-pdp-landing-page-react-root .footer__popular p,#dine-in-app-root .footer__popular p,#groceries-landing-react-root .footer__popular p,#groceries-menu-react-root .footer__popular p,#landing-page-root .footer__popular p,#order-tracking-page-root .footer__popular p,#past-order-details-page-root .footer__popular p,#paymentsCardApplicationRoot .footer__popular p,#reorder-page-root .footer__popular p,#seo-area-listing-root .footer__popular p,#seo-chain-restaurants-root .footer__popular p,#seo-city-page-root .footer__popular p,#seo-cuisine-listing-root .footer__popular p,#seo-cuisine-page-root .footer__popular p,#seo-toprated-restaurants-root .footer__popular p,#special-menus-root .footer__popular p,#static-page-react-root .footer__popular p,#subscription-react-root .footer__popular p,#vendor-details-root .footer__popular p,#walletRenderRoot .footer__popular p{margin:0}@media(min-width:768px){#account-page-react-root .footer__popular,#area-chain-listing-page-react-root .footer__popular,#area-listing-page-react-root .footer__popular,#area-toprated-listing-page-react-root .footer__popular,#chain-listing-page-react-root .footer__popular,#city-category-listing-page-react-root .footer__popular,#city-html-sitemap-root .footer__popular,#city-listing-page-react-root .footer__popular,#cms-react-root .footer__popular,#cuisine-listing-page-react-root .footer__popular,#darkstore-pdp-landing-page-react-root .footer__popular,#dine-in-app-root .footer__popular,#groceries-landing-react-root .footer__popular,#groceries-menu-react-root .footer__popular,#landing-page-root .footer__popular,#order-tracking-page-root .footer__popular,#past-order-details-page-root .footer__popular,#paymentsCardApplicationRoot .footer__popular,#reorder-page-root .footer__popular,#seo-area-listing-root .footer__popular,#seo-chain-restaurants-root .footer__popular,#seo-city-page-root .footer__popular,#seo-cuisine-listing-root .footer__popular,#seo-cuisine-page-root .footer__popular,#seo-toprated-restaurants-root .footer__popular,#special-menus-root .footer__popular,#static-page-react-root .footer__popular,#subscription-react-root .footer__popular,#vendor-details-root .footer__popular,#walletRenderRoot .footer__popular{grid-template-columns:repeat(4,1fr)}}#account-page-react-root .home-cuisines__list,#area-chain-listing-page-react-root .home-cuisines__list,#area-listing-page-react-root .home-cuisines__list,#area-toprated-listing-page-react-root .home-cuisines__list,#chain-listing-page-react-root .home-cuisines__list,#city-category-listing-page-react-root .home-cuisines__list,#city-html-sitemap-root .home-cuisines__list,#city-listing-page-react-root .home-cuisines__list,#cms-react-root .home-cuisines__list,#cuisine-listing-page-react-root .home-cuisines__list,#darkstore-pdp-landing-page-react-root .home-cuisines__list,#dine-in-app-root .home-cuisines__list,#groceries-landing-react-root .home-cuisines__list,#groceries-menu-react-root .home-cuisines__list,#landing-page-root .home-cuisines__list,#order-tracking-page-root .home-cuisines__list,#past-order-details-page-root .home-cuisines__list,#paymentsCardApplicationRoot .home-cuisines__list,#reorder-page-root .home-cuisines__list,#seo-area-listing-root .home-cuisines__list,#seo-chain-restaurants-root .home-cuisines__list,#seo-city-page-root .home-cuisines__list,#seo-cuisine-listing-root .home-cuisines__list,#seo-cuisine-page-root .home-cuisines__list,#seo-toprated-restaurants-root .home-cuisines__list,#special-menus-root .home-cuisines__list,#static-page-react-root .home-cuisines__list,#subscription-react-root .home-cuisines__list,#vendor-details-root .home-cuisines__list,#walletRenderRoot .home-cuisines__list{column-gap:16px;display:grid;grid-template-columns:repeat(2,1fr);row-gap:8px;width:100%}@media(min-width:768px){#account-page-react-root .home-cuisines__list,#area-chain-listing-page-react-root .home-cuisines__list,#area-listing-page-react-root .home-cuisines__list,#area-toprated-listing-page-react-root .home-cuisines__list,#chain-listing-page-react-root .home-cuisines__list,#city-category-listing-page-react-root .home-cuisines__list,#city-html-sitemap-root .home-cuisines__list,#city-listing-page-react-root .home-cuisines__list,#cms-react-root .home-cuisines__list,#cuisine-listing-page-react-root .home-cuisines__list,#darkstore-pdp-landing-page-react-root .home-cuisines__list,#dine-in-app-root .home-cuisines__list,#groceries-landing-react-root .home-cuisines__list,#groceries-menu-react-root .home-cuisines__list,#landing-page-root .home-cuisines__list,#order-tracking-page-root .home-cuisines__list,#past-order-details-page-root .home-cuisines__list,#paymentsCardApplicationRoot .home-cuisines__list,#reorder-page-root .home-cuisines__list,#seo-area-listing-root .home-cuisines__list,#seo-chain-restaurants-root .home-cuisines__list,#seo-city-page-root .home-cuisines__list,#seo-cuisine-listing-root .home-cuisines__list,#seo-cuisine-page-root .home-cuisines__list,#seo-toprated-restaurants-root .home-cuisines__list,#special-menus-root .home-cuisines__list,#static-page-react-root .home-cuisines__list,#subscription-react-root .home-cuisines__list,#vendor-details-root .home-cuisines__list,#walletRenderRoot .home-cuisines__list{grid-template-columns:repeat(4,1fr)}}#account-page-react-root .home-cuisines__list li,#account-page-react-root .home-cuisines__list strong,#area-chain-listing-page-react-root .home-cuisines__list li,#area-chain-listing-page-react-root .home-cuisines__list strong,#area-listing-page-react-root .home-cuisines__list li,#area-listing-page-react-root .home-cuisines__list strong,#area-toprated-listing-page-react-root .home-cuisines__list li,#area-toprated-listing-page-react-root .home-cuisines__list strong,#chain-listing-page-react-root .home-cuisines__list li,#chain-listing-page-react-root .home-cuisines__list strong,#city-category-listing-page-react-root .home-cuisines__list li,#city-category-listing-page-react-root .home-cuisines__list strong,#city-html-sitemap-root .home-cuisines__list li,#city-html-sitemap-root .home-cuisines__list strong,#city-listing-page-react-root .home-cuisines__list li,#city-listing-page-react-root .home-cuisines__list strong,#cms-react-root .home-cuisines__list li,#cms-react-root .home-cuisines__list strong,#cuisine-listing-page-react-root .home-cuisines__list li,#cuisine-listing-page-react-root .home-cuisines__list strong,#darkstore-pdp-landing-page-react-root .home-cuisines__list li,#darkstore-pdp-landing-page-react-root .home-cuisines__list strong,#dine-in-app-root .home-cuisines__list li,#dine-in-app-root .home-cuisines__list strong,#groceries-landing-react-root .home-cuisines__list li,#groceries-landing-react-root .home-cuisines__list strong,#groceries-menu-react-root .home-cuisines__list li,#groceries-menu-react-root .home-cuisines__list strong,#landing-page-root .home-cuisines__list li,#landing-page-root .home-cuisines__list strong,#order-tracking-page-root .home-cuisines__list li,#order-tracking-page-root .home-cuisines__list strong,#past-order-details-page-root .home-cuisines__list li,#past-order-details-page-root .home-cuisines__list strong,#paymentsCardApplicationRoot .home-cuisines__list li,#paymentsCardApplicationRoot .home-cuisines__list strong,#reorder-page-root .home-cuisines__list li,#reorder-page-root .home-cuisines__list strong,#seo-area-listing-root .home-cuisines__list li,#seo-area-listing-root .home-cuisines__list strong,#seo-chain-restaurants-root .home-cuisines__list li,#seo-chain-restaurants-root .home-cuisines__list strong,#seo-city-page-root .home-cuisines__list li,#seo-city-page-root .home-cuisines__list strong,#seo-cuisine-listing-root .home-cuisines__list li,#seo-cuisine-listing-root .home-cuisines__list strong,#seo-cuisine-page-root .home-cuisines__list li,#seo-cuisine-page-root .home-cuisines__list strong,#seo-toprated-restaurants-root .home-cuisines__list li,#seo-toprated-restaurants-root .home-cuisines__list strong,#special-menus-root .home-cuisines__list li,#special-menus-root .home-cuisines__list strong,#static-page-react-root .home-cuisines__list li,#static-page-react-root .home-cuisines__list strong,#subscription-react-root .home-cuisines__list li,#subscription-react-root .home-cuisines__list strong,#vendor-details-root .home-cuisines__list li,#vendor-details-root .home-cuisines__list strong,#walletRenderRoot .home-cuisines__list li,#walletRenderRoot .home-cuisines__list strong{height:max-content;margin:0}#account-page-react-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#area-chain-listing-page-react-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#area-listing-page-react-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#area-toprated-listing-page-react-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#chain-listing-page-react-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#city-category-listing-page-react-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#city-html-sitemap-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#city-listing-page-react-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#cms-react-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#cuisine-listing-page-react-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#darkstore-pdp-landing-page-react-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#dine-in-app-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#groceries-landing-react-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#groceries-menu-react-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#landing-page-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#order-tracking-page-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#past-order-details-page-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#paymentsCardApplicationRoot .home-cuisines__list.no-list-header .home-cuisines__sublist,#reorder-page-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#seo-area-listing-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#seo-chain-restaurants-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#seo-city-page-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#seo-cuisine-listing-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#seo-cuisine-page-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#seo-toprated-restaurants-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#special-menus-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#static-page-react-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#subscription-react-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#vendor-details-root .home-cuisines__list.no-list-header .home-cuisines__sublist,#walletRenderRoot .home-cuisines__list.no-list-header .home-cuisines__sublist{margin-bottom:0}#account-page-react-root .home-cuisines__sublist,#area-chain-listing-page-react-root .home-cuisines__sublist,#area-listing-page-react-root .home-cuisines__sublist,#area-toprated-listing-page-react-root .home-cuisines__sublist,#chain-listing-page-react-root .home-cuisines__sublist,#city-category-listing-page-react-root .home-cuisines__sublist,#city-html-sitemap-root .home-cuisines__sublist,#city-listing-page-react-root .home-cuisines__sublist,#cms-react-root .home-cuisines__sublist,#cuisine-listing-page-react-root .home-cuisines__sublist,#darkstore-pdp-landing-page-react-root .home-cuisines__sublist,#dine-in-app-root .home-cuisines__sublist,#groceries-landing-react-root .home-cuisines__sublist,#groceries-menu-react-root .home-cuisines__sublist,#landing-page-root .home-cuisines__sublist,#order-tracking-page-root .home-cuisines__sublist,#past-order-details-page-root .home-cuisines__sublist,#paymentsCardApplicationRoot .home-cuisines__sublist,#reorder-page-root .home-cuisines__sublist,#seo-area-listing-root .home-cuisines__sublist,#seo-chain-restaurants-root .home-cuisines__sublist,#seo-city-page-root .home-cuisines__sublist,#seo-cuisine-listing-root .home-cuisines__sublist,#seo-cuisine-page-root .home-cuisines__sublist,#seo-toprated-restaurants-root .home-cuisines__sublist,#special-menus-root .home-cuisines__sublist,#static-page-react-root .home-cuisines__sublist,#subscription-react-root .home-cuisines__sublist,#vendor-details-root .home-cuisines__sublist,#walletRenderRoot .home-cuisines__sublist{align-content:start;display:grid;gap:8px;margin-bottom:24px}@media(min-width:768px){#account-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#account-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#account-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#account-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#area-chain-listing-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#area-chain-listing-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#area-chain-listing-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#area-chain-listing-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#area-listing-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#area-listing-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#area-listing-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#area-listing-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#area-toprated-listing-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#area-toprated-listing-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#area-toprated-listing-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#area-toprated-listing-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#chain-listing-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#chain-listing-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#chain-listing-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#chain-listing-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#city-category-listing-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#city-category-listing-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#city-category-listing-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#city-category-listing-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#city-html-sitemap-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#city-html-sitemap-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#city-html-sitemap-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#city-html-sitemap-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#city-listing-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#city-listing-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#city-listing-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#city-listing-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#cms-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#cms-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#cms-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#cms-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#cuisine-listing-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#cuisine-listing-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#cuisine-listing-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#cuisine-listing-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#darkstore-pdp-landing-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#darkstore-pdp-landing-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#darkstore-pdp-landing-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#darkstore-pdp-landing-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#dine-in-app-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#dine-in-app-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#dine-in-app-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#dine-in-app-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#groceries-landing-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#groceries-landing-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#groceries-landing-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#groceries-landing-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#groceries-menu-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#groceries-menu-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#groceries-menu-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#groceries-menu-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#landing-page-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#landing-page-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#landing-page-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#landing-page-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#order-tracking-page-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#order-tracking-page-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#order-tracking-page-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#order-tracking-page-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#past-order-details-page-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#past-order-details-page-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#past-order-details-page-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#past-order-details-page-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#paymentsCardApplicationRoot .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#paymentsCardApplicationRoot .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#paymentsCardApplicationRoot .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#paymentsCardApplicationRoot .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#reorder-page-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#reorder-page-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#reorder-page-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#reorder-page-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#seo-area-listing-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#seo-area-listing-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#seo-area-listing-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#seo-area-listing-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#seo-chain-restaurants-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#seo-chain-restaurants-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#seo-chain-restaurants-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#seo-chain-restaurants-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#seo-city-page-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#seo-city-page-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#seo-city-page-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#seo-city-page-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#seo-cuisine-listing-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#seo-cuisine-listing-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#seo-cuisine-listing-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#seo-cuisine-listing-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#seo-cuisine-page-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#seo-cuisine-page-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#seo-cuisine-page-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#seo-cuisine-page-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#seo-toprated-restaurants-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#seo-toprated-restaurants-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#seo-toprated-restaurants-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#seo-toprated-restaurants-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#special-menus-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#special-menus-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#special-menus-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#special-menus-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#static-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#static-page-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#static-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#static-page-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#subscription-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#subscription-react-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#subscription-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#subscription-react-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#vendor-details-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#vendor-details-root .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#vendor-details-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#vendor-details-root .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist,#walletRenderRoot .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4),#walletRenderRoot .home-cuisines__sublist:nth-child(4n+1):nth-last-child(-n+4)~.home-cuisines__sublist,#walletRenderRoot .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2),#walletRenderRoot .home-cuisines__sublist:nth-child(odd):nth-last-child(-n+2)~.home-cuisines__sublist{margin-bottom:0}}#account-page-react-root .PopularAreas a,#account-page-react-root .PopularChains a,#account-page-react-root .othercountries a,#area-chain-listing-page-react-root .PopularAreas a,#area-chain-listing-page-react-root .PopularChains a,#area-chain-listing-page-react-root .othercountries a,#area-listing-page-react-root .PopularAreas a,#area-listing-page-react-root .PopularChains a,#area-listing-page-react-root .othercountries a,#area-toprated-listing-page-react-root .PopularAreas a,#area-toprated-listing-page-react-root .PopularChains a,#area-toprated-listing-page-react-root .othercountries a,#chain-listing-page-react-root .PopularAreas a,#chain-listing-page-react-root .PopularChains a,#chain-listing-page-react-root .othercountries a,#city-category-listing-page-react-root .PopularAreas a,#city-category-listing-page-react-root .PopularChains a,#city-category-listing-page-react-root .othercountries a,#city-html-sitemap-root .PopularAreas a,#city-html-sitemap-root .PopularChains a,#city-html-sitemap-root .othercountries a,#city-listing-page-react-root .PopularAreas a,#city-listing-page-react-root .PopularChains a,#city-listing-page-react-root .othercountries a,#cms-react-root .PopularAreas a,#cms-react-root .PopularChains a,#cms-react-root .othercountries a,#cuisine-listing-page-react-root .PopularAreas a,#cuisine-listing-page-react-root .PopularChains a,#cuisine-listing-page-react-root .othercountries a,#darkstore-pdp-landing-page-react-root .PopularAreas a,#darkstore-pdp-landing-page-react-root .PopularChains a,#darkstore-pdp-landing-page-react-root .othercountries a,#dine-in-app-root .PopularAreas a,#dine-in-app-root .PopularChains a,#dine-in-app-root .othercountries a,#groceries-landing-react-root .PopularAreas a,#groceries-landing-react-root .PopularChains a,#groceries-landing-react-root .othercountries a,#groceries-menu-react-root .PopularAreas a,#groceries-menu-react-root .PopularChains a,#groceries-menu-react-root .othercountries a,#landing-page-root .PopularAreas a,#landing-page-root .PopularChains a,#landing-page-root .othercountries a,#order-tracking-page-root .PopularAreas a,#order-tracking-page-root .PopularChains a,#order-tracking-page-root .othercountries a,#past-order-details-page-root .PopularAreas a,#past-order-details-page-root .PopularChains a,#past-order-details-page-root .othercountries a,#paymentsCardApplicationRoot .PopularAreas a,#paymentsCardApplicationRoot .PopularChains a,#paymentsCardApplicationRoot .othercountries a,#reorder-page-root .PopularAreas a,#reorder-page-root .PopularChains a,#reorder-page-root .othercountries a,#seo-area-listing-root .PopularAreas a,#seo-area-listing-root .PopularChains a,#seo-area-listing-root .othercountries a,#seo-chain-restaurants-root .PopularAreas a,#seo-chain-restaurants-root .PopularChains a,#seo-chain-restaurants-root .othercountries a,#seo-city-page-root .PopularAreas a,#seo-city-page-root .PopularChains a,#seo-city-page-root .othercountries a,#seo-cuisine-listing-root .PopularAreas a,#seo-cuisine-listing-root .PopularChains a,#seo-cuisine-listing-root .othercountries a,#seo-cuisine-page-root .PopularAreas a,#seo-cuisine-page-root .PopularChains a,#seo-cuisine-page-root .othercountries a,#seo-toprated-restaurants-root .PopularAreas a,#seo-toprated-restaurants-root .PopularChains a,#seo-toprated-restaurants-root .othercountries a,#special-menus-root .PopularAreas a,#special-menus-root .PopularChains a,#special-menus-root .othercountries a,#static-page-react-root .PopularAreas a,#static-page-react-root .PopularChains a,#static-page-react-root .othercountries a,#subscription-react-root .PopularAreas a,#subscription-react-root .PopularChains a,#subscription-react-root .othercountries a,#vendor-details-root .PopularAreas a,#vendor-details-root .PopularChains a,#vendor-details-root .othercountries a,#walletRenderRoot .PopularAreas a,#walletRenderRoot .PopularChains a,#walletRenderRoot .othercountries a{white-space:wrap}@media(min-width:768px){#account-page-react-root .PopularAreas a,#account-page-react-root .PopularChains a,#account-page-react-root .othercountries a,#area-chain-listing-page-react-root .PopularAreas a,#area-chain-listing-page-react-root .PopularChains a,#area-chain-listing-page-react-root .othercountries a,#area-listing-page-react-root .PopularAreas a,#area-listing-page-react-root .PopularChains a,#area-listing-page-react-root .othercountries a,#area-toprated-listing-page-react-root .PopularAreas a,#area-toprated-listing-page-react-root .PopularChains a,#area-toprated-listing-page-react-root .othercountries a,#chain-listing-page-react-root .PopularAreas a,#chain-listing-page-react-root .PopularChains a,#chain-listing-page-react-root .othercountries a,#city-category-listing-page-react-root .PopularAreas a,#city-category-listing-page-react-root .PopularChains a,#city-category-listing-page-react-root .othercountries a,#city-html-sitemap-root .PopularAreas a,#city-html-sitemap-root .PopularChains a,#city-html-sitemap-root .othercountries a,#city-listing-page-react-root .PopularAreas a,#city-listing-page-react-root .PopularChains a,#city-listing-page-react-root .othercountries a,#cms-react-root .PopularAreas a,#cms-react-root .PopularChains a,#cms-react-root .othercountries a,#cuisine-listing-page-react-root .PopularAreas a,#cuisine-listing-page-react-root .PopularChains a,#cuisine-listing-page-react-root .othercountries a,#darkstore-pdp-landing-page-react-root .PopularAreas a,#darkstore-pdp-landing-page-react-root .PopularChains a,#darkstore-pdp-landing-page-react-root .othercountries a,#dine-in-app-root .PopularAreas a,#dine-in-app-root .PopularChains a,#dine-in-app-root .othercountries a,#groceries-landing-react-root .PopularAreas a,#groceries-landing-react-root .PopularChains a,#groceries-landing-react-root .othercountries a,#groceries-menu-react-root .PopularAreas a,#groceries-menu-react-root .PopularChains a,#groceries-menu-react-root .othercountries a,#landing-page-root .PopularAreas a,#landing-page-root .PopularChains a,#landing-page-root .othercountries a,#order-tracking-page-root .PopularAreas a,#order-tracking-page-root .PopularChains a,#order-tracking-page-root .othercountries a,#past-order-details-page-root .PopularAreas a,#past-order-details-page-root .PopularChains a,#past-order-details-page-root .othercountries a,#paymentsCardApplicationRoot .PopularAreas a,#paymentsCardApplicationRoot .PopularChains a,#paymentsCardApplicationRoot .othercountries a,#reorder-page-root .PopularAreas a,#reorder-page-root .PopularChains a,#reorder-page-root .othercountries a,#seo-area-listing-root .PopularAreas a,#seo-area-listing-root .PopularChains a,#seo-area-listing-root .othercountries a,#seo-chain-restaurants-root .PopularAreas a,#seo-chain-restaurants-root .PopularChains a,#seo-chain-restaurants-root .othercountries a,#seo-city-page-root .PopularAreas a,#seo-city-page-root .PopularChains a,#seo-city-page-root .othercountries a,#seo-cuisine-listing-root .PopularAreas a,#seo-cuisine-listing-root .PopularChains a,#seo-cuisine-listing-root .othercountries a,#seo-cuisine-page-root .PopularAreas a,#seo-cuisine-page-root .PopularChains a,#seo-cuisine-page-root .othercountries a,#seo-toprated-restaurants-root .PopularAreas a,#seo-toprated-restaurants-root .PopularChains a,#seo-toprated-restaurants-root .othercountries a,#special-menus-root .PopularAreas a,#special-menus-root .PopularChains a,#special-menus-root .othercountries a,#static-page-react-root .PopularAreas a,#static-page-react-root .PopularChains a,#static-page-react-root .othercountries a,#subscription-react-root .PopularAreas a,#subscription-react-root .PopularChains a,#subscription-react-root .othercountries a,#vendor-details-root .PopularAreas a,#vendor-details-root .PopularChains a,#vendor-details-root .othercountries a,#walletRenderRoot .PopularAreas a,#walletRenderRoot .PopularChains a,#walletRenderRoot .othercountries a{white-space:nowrap}}.footer a{color:var(--colorNeutralPrimary);text-decoration:none}.footer hr{background-color:var(--colorNeutralDivider);border:0;height:1px!important;margin:32px 0}.PopularChains h4,.home-cuisines h4{margin:24px 0}.button-ghost.footer__language-switch{display:block;margin:0 auto 16px;width:66.67%}@media(min-width:480px){.button-ghost.footer__language-switch{width:50%}}@media(min-width:960px){.button-ghost.footer__language-switch{display:none}}.footer__nav-container:after{clear:both;content:"";display:table}.footer__nav{text-align:unset;width:75%}@media screen and (max-width:768px){.footer__nav{text-align:center;width:100%}}.footer__nav__list{column-gap:16px;display:grid;grid-auto-flow:row;grid-template-columns:repeat(3,1fr);grid-template-rows:subgrid;width:100%}@media screen and (max-width:768px){.footer__nav__list{grid-template-columns:repeat(1,1fr);row-gap:8px}}.footer__nav__sublist{display:grid;grid-auto-rows:minmax(min-content,max-content);grid-template-columns:1fr;row-gap:8px}.footer__logo svg#brand-logo-combined-root-fp{fill:var(--colorNeutralInactive)}.footer-branding__logos.with-dh-logo{align-items:center;max-height:32px}@media(max-width:768px){.footer-branding__logos.with-dh-logo{flex-direction:column;gap:0;justify-content:center}}.footer-branding__logos.with-dh-logo .vl{height:32px}.footer-branding__logos.with-dh-logo .dh-logo path{fill:#d61f26}.footer-branding__logos.with-dh-logo .dh-logo mask>path{fill:#fff}.footer-branding__logos.with-dh-logo .dh-logo.neutral-color path{fill:var(--colorNeutralInactive)}.footer-branding__logos.with-dh-logo .dh-logo.neutral-color mask>path{fill:#fff}.etbis_qr{align-items:center;display:flex;float:right;justify-content:right;padding:20px 0;width:100%}@media only screen and (max-width:768px){.etbis_qr{justify-content:center}}.home-cuisines__list{column-gap:16px;display:grid;grid-auto-flow:row;grid-template-columns:repeat(4,1fr);grid-template-rows:subgrid;width:100%}.home-cuisines__list li{text-overflow:ellipsis}.home-cuisines__list li,.home-cuisines__list strong{margin-bottom:8px;overflow:hidden;white-space:nowrap}.home-cuisines__list a{color:var(--colorNeutralPrimary);text-overflow:ellipsis}.home-cuisines__list li,.home-cuisines__list strong{font-size:1.6rem;grid-template-columns:1fr;row-gap:8px}@media screen and (max-width:768px){.home-cuisines__list{grid-template-columns:repeat(4,1fr)}}