@layer bcc-design-layer{.bcc-typography-title{color:var(--b-color-neutral-default-900);font-family:var(--g-text-body-font-family);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;width:100%;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.bcc-typography-title_title{margin:0!important;padding:0}.bcc-typography-title_title_h1{font-size:var(--b-text-heading-1-font-size);line-height:var(--b-text-heading-1-line-height)}.bcc-typography-title_title_h1,.bcc-typography-title_title_h2{font-family:var(--b-font-family-heading);font-weight:var(--b-text-heading-2-font-weight);margin:0!important}.bcc-typography-title_title_h2{font-size:var(--b-text-heading-2-font-size);line-height:var(--b-text-heading-2-line-height)}.bcc-typography-title_title_h3{font-family:var(--b-font-family-heading);font-size:var(--b-text-heading-3-font-size);line-height:var(--b-text-heading-3-line-height);font-weight:var(--b-text-heading-3-font-weight);margin:0!important}.bcc-typography-title_title_h4{font-size:var(--b-text-heading-4-font-size);line-height:var(--b-text-heading-4-line-height)}.bcc-typography-title_title_h4,.bcc-typography-title_title_h5{font-family:var(--b-font-family-heading);font-weight:var(--b-text-heading-2-font-weight);margin:0!important}.bcc-typography-title_title_h5{font-size:var(--b-text-heading-5-font-size);line-height:var(--b-text-heading-5-line-height)}.bcc-typography-title_title_h6{font-family:var(--b-font-family-heading);font-size:var(--b-text-heading-6-font-size);line-height:var(--b-text-heading-6-line-height);font-weight:var(--b-text-heading-2-font-weight);margin:0!important}.bcc-typography-title_title_h1_mobile{font-size:32px;line-height:40px;font-weight:700;margin:0!important}.bcc-typography-title_title_h2_mobile{font-size:28px;line-height:36px;font-weight:700;margin:0!important}.bcc-typography-title_title_h3_mobile{font-size:24px;line-height:30px;font-weight:700;margin:0!important}.bcc-typography-title_title_h4_mobile{font-size:20px;line-height:24px;font-weight:700;margin:0!important}.bcc-typography-title_title_h5_mobile{font-size:18px;line-height:22px;font-weight:700;margin:0!important}.bcc-typography-title_title_h6_mobile{font-size:16px;line-height:20px;font-weight:700;margin:0!important}.bcc-typography-title_title_bold{font-weight:700}.bcc-typography-title_title_medium{font-weight:var(--b-text-caption-medium-font-weight)}.bcc-typography-title_title_regular{font-weight:400}.bcc-typography-title_decoration_underline{text-decoration:underline}.bcc-typography-title_decoration_line-through{text-decoration:line-through}.bcc-typography-title_monospace{font-variant-numeric:tabular-nums}.bcc-typography-title_rowLimit_none{-webkit-line-clamp:none}.bcc-typography-title_rowLimit_1{-webkit-line-clamp:1}.bcc-typography-title_rowLimit_1,.bcc-typography-title_rowLimit_2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bcc-typography-title_rowLimit_2{-webkit-line-clamp:2}.bcc-typography-title_rowLimit_3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}:root{--skeleton-display:block;--skeleton-border-radius:4px;--skeleton-backdrop-filter:none;--skeleton-gradient-animation-display:block;--skeleton-bg-animation-display:none;--skeleton-bg-animation-color:transparent}.bcc-skeleton{position:relative;display:var(--skeleton-display);vertical-align:middle;color:transparent;border-radius:var(--skeleton-border-radius);overflow:hidden;-webkit-backdrop-filter:var(--skeleton-backdrop-filter);backdrop-filter:var(--skeleton-backdrop-filter);background:#ebedf2}.bcc-skeleton>*{visibility:hidden}.bcc-skeleton:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--skeleton-bg-animation-color)}.bcc-skeleton_animate:before{display:var(--skeleton-bg-animation-display);-webkit-animation-name:background;animation-name:background;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-play-state:running;animation-play-state:running;opacity:.5}.bcc-skeleton_animate:after{display:var(--skeleton-gradient-animation-display);content:"";position:absolute;top:0;left:0;width:500%;height:100%;-webkit-transform:translateX(-80%);transform:translateX(-80%);-webkit-animation-name:gradient;animation-name:gradient;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0)),color-stop(40%,rgba(0,0,0,0)),color-stop(50%,rgba(0,0,0,.05)),color-stop(60%,rgba(0,0,0,0)),to(rgba(0,0,0,0)));background-image:linear-gradient(270deg,rgba(0,0,0,0),rgba(0,0,0,0) 40%,rgba(0,0,0,.05) 50%,rgba(0,0,0,0) 60%,rgba(0,0,0,0))}}@layer bcc-design-layer{@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.bcc-skeleton_animate:before{opacity:.4}}@-webkit-keyframes gradient{0%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}67%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes gradient{0%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}67%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes background{0%{background:rgb(182,188,195)}to{background:rgb(198,205,214)}}@keyframes background{0%{background:rgb(182,188,195)}to{background:rgb(198,205,214)}}}@layer bcc-design-layer{.bcc-use-skeleton{border-radius:var(--b-border-radius-cof-4)}.bcc-use-skeleton__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bcc-typography-paragraph{color:var(--b-color-neutral-default-900);font-family:var(--g-text-body-font-family);width:100%}.bcc-typography-paragraph_paragraph,.bcc-typography-paragraph_paragraphWithMargins{margin:0;padding:0}.bcc-typography-paragraph_view_small{font-size:var(--b-text-body-2-font-size);line-height:var(--b-text-body-2-line-height)}.bcc-typography-paragraph_view_medium{font-size:var(--b-text-body-1-font-size);line-height:var(--b-text-body-1-line-height)}.bcc-typography-paragraph_view_large{font-size:var(--b-text-subtitle-2-font-size);line-height:var(--b-text-subtitle-2-line-height)}.bcc-typography-paragraph_view_xlarge{font-size:var(--b-text-subtitle-1-font-size);line-height:var(--b-text-subtitle-1-line-height)}.bcc-typography-paragraph_weight_light{font-weight:var(--b-text-paragraph-light-font-weight)}.bcc-typography-paragraph_weight_regular{font-weight:var(--b-text-paragraph-regular-font-weight)}.bcc-typography-paragraph_weight_medium{font-weight:var(--b-text-paragraph-medium-font-weight)}.bcc-typography-paragraph_weight_semibold{font-weight:var(--b-text-paragraph-semibold-font-weight)}.bcc-typography-paragraph_weight_bold{font-weight:var(--b-text-paragraph-bold-font-weight)}.bcc-typography-paragraph_decoration_underline{text-decoration:underline}.bcc-typography-paragraph_decoration_line-through{text-decoration:line-through}.bcc-typography-paragraph_monospace{font-variant-numeric:tabular-nums}.bcc-typography-paragraph_rowLimitP_none{-webkit-line-clamp:none;line-clamp:none}.bcc-typography-paragraph_color_primary{color:var(--b-color-neutral-default-900)}.bcc-typography-paragraph_color_secondary{color:var(--b-color-neutral-default-700)}.bcc-typography-paragraph_rowLimit_1{-webkit-line-clamp:1}.bcc-typography-paragraph_rowLimit_1,.bcc-typography-paragraph_rowLimit_2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bcc-typography-paragraph_rowLimit_2{-webkit-line-clamp:2}.bcc-typography-paragraph_rowLimit_3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bcc-typography-caption{color:var(--b-color-neutral-default-900);font-family:var(--g-text-body-font-family);width:100%}.bcc-typography-caption_paragraph{margin:0;padding:0}.bcc-typography-caption_paragraphWithMargins{padding:0;margin:0 0 var(--g-spacing-1)}.bcc-typography-caption_weight_regular{font-weight:var(--b-text-caption-regular-font-weight)}.bcc-typography-caption_weight_medium{font-weight:var(--b-text-caption-medium-font-weight)}.bcc-typography-caption_weight_semibold{font-weight:var(--b-text-caption-semibold-font-weight)}.bcc-typography-caption_view_small{font-size:var(--b-text-caption-3-font-size);line-height:var(--b-text-caption-3-line-height)}.bcc-typography-caption_view_medium{font-size:var(--b-text-caption-2-font-size);line-height:var(--b-text-caption-2-line-height)}.bcc-typography-caption_view_large{font-size:var(--b-text-caption-1-font-size);line-height:var(--b-text-caption-1-line-height)}.bcc-typography-caption_decoration_none{text-decoration:none}.bcc-typography-caption_decoration_underline{text-decoration:underline}.bcc-typography-caption_decoration_line-through{text-decoration:line-through}.bcc-typography-caption_monospace{font-variant-numeric:tabular-nums}.bcc-typography-caption_rowLimit_none{-webkit-line-clamp:none}.bcc-typography-caption_color_primary{color:var(--b-color-neutral-default-900)}.bcc-typography-caption_color_secondary{color:var(--b-color-neutral-default-700)}.bcc-typography-caption_rowLimit_1{-webkit-line-clamp:1}.bcc-typography-caption_rowLimit_1,.bcc-typography-caption_rowLimit_2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bcc-typography-caption_rowLimit_2{-webkit-line-clamp:2}.bcc-typography-caption_rowLimit_3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}@layer bcc-design-layer{}@layer bcc-design-layer{}