@rei/cedar 15.0.1 → 15.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -39
- package/dist/cdr-fonts.css +12 -0
- package/dist/cdr-reset.css +1 -1
- package/dist/cdr-style.css +1 -1
- package/dist/cedar.umd.js +5 -5
- package/dist/component-docgen.json +2964 -2964
- package/dist/icon-component-docgen.json +642 -642
- package/dist/src/components/abstract/styles/CdrAbstract.module.scss.mjs +1 -1
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +2 -2
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -27
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
- package/dist/src/components/choreographer/styles/CdrChoreographer.module.scss.mjs +4 -4
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +1 -1
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +32 -32
- package/dist/src/components/kicker/styles/CdrKicker.module.scss.mjs +1 -1
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -25
- package/dist/src/components/landingLead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +4 -4
- package/dist/src/components/landingLead/styles/CdrLandingLead.module.scss.mjs +8 -8
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
- package/dist/src/components/picture/styles/CdrPicture.module.scss.mjs +2 -2
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +27 -27
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +44 -44
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
- package/dist/src/components/splitSurface/styles/CdrSplitSurface.module.scss.mjs +5 -5
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +28 -28
- package/dist/src/components/text/presets/styles/CdrBody.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrEyebrow.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrHeadingDisplay.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrHeadingSans.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrHeadingSerif.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrSubheadingSans.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrUtilitySans.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrUtilitySerif.module.scss.mjs +1 -1
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/title/styles/CdrTitle.module.scss.mjs +1 -1
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/style/cdr-abstract.css +1 -1
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-body.css +1 -1
- package/dist/style/cdr-breadcrumb.css +1 -1
- package/dist/style/cdr-button.css +1 -1
- package/dist/style/cdr-caption.css +1 -1
- package/dist/style/cdr-card.css +1 -1
- package/dist/style/cdr-checkbox.css +1 -1
- package/dist/style/cdr-chip-group.css +1 -1
- package/dist/style/cdr-chip.css +1 -1
- package/dist/style/cdr-choreographer.css +1 -1
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-eyebrow.css +1 -1
- package/dist/style/cdr-form-error.css +1 -1
- package/dist/style/cdr-form-group.css +1 -1
- package/dist/style/cdr-grid.css +1 -1
- package/dist/style/cdr-heading-display.css +1 -1
- package/dist/style/cdr-heading-sans.css +1 -1
- package/dist/style/cdr-heading-serif.css +1 -1
- package/dist/style/cdr-heading-subheading-block.css +1 -1
- package/dist/style/cdr-icon.css +1 -1
- package/dist/style/cdr-img.css +1 -1
- package/dist/style/cdr-input.css +1 -1
- package/dist/style/cdr-kicker.css +1 -1
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-landing-lead.css +1 -1
- package/dist/style/cdr-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-modal.css +1 -1
- package/dist/style/cdr-pagination.css +1 -1
- package/dist/style/cdr-picture.css +1 -1
- package/dist/style/cdr-popover.css +1 -1
- package/dist/style/cdr-popup.css +1 -1
- package/dist/style/cdr-quote.css +1 -1
- package/dist/style/cdr-radio.css +1 -1
- package/dist/style/cdr-rating.css +1 -1
- package/dist/style/cdr-select.css +1 -1
- package/dist/style/cdr-skeleton-bone.css +1 -1
- package/dist/style/cdr-skeleton.css +1 -1
- package/dist/style/cdr-split-surface.css +1 -1
- package/dist/style/cdr-subheading-sans.css +1 -1
- package/dist/style/cdr-switch.css +1 -1
- package/dist/style/cdr-tab-panel.css +1 -1
- package/dist/style/cdr-table.css +1 -1
- package/dist/style/cdr-tabs.css +1 -1
- package/dist/style/cdr-text.css +1 -1
- package/dist/style/cdr-title.css +1 -1
- package/dist/style/cdr-toast.css +1 -1
- package/dist/style/cdr-toggle-button.css +1 -1
- package/dist/style/cdr-toggle-group.css +1 -1
- package/dist/style/cdr-tooltip.css +1 -1
- package/dist/style/cdr-utility-sans.css +1 -1
- package/dist/style/cdr-utility-serif.css +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-label-standalone_15-0
|
|
1
|
+
.cdr-label-standalone_15-1-0{display:grid;grid-template-areas:"label label info" "input input input" "post post post"}.cdr-label-standalone__label-wrapper_15-1-0{grid-area:label}.cdr-label-standalone__label_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;color:var(--cdr-label-standalone-text-color, var(--cdr-color-text-input-label, rgba(12, 11, 8, .75)));margin:0}.cdr-label-standalone__label--sr-only_15-1-0{position:absolute;width:.1rem;height:.1rem;padding:0;margin:-.1rem;overflow:hidden;clip:rect(0,0,0,0);border:0}.cdr-label-standalone__label--disabled_15-1-0,.cdr-label-standalone__label--disabled_15-1-0 .cdr-label-standalone__optional_15-1-0{color:var(--cdr-label-standalone-disabled-text-color, var(--cdr-color-text-input-disabled, #d1cbbd))}.cdr-label-standalone__optional_15-1-0{color:var(--cdr-label-standalone-optional-text-color, var(--cdr-color-text-input-optional, rgba(66, 59, 47, .75)))}.cdr-label-standalone__helper_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;color:var(--cdr-label-standalone-helper-text-color, var(--cdr-color-text-input-help, rgba(66, 59, 47, .75)));margin-top:.2rem}.cdr-label-standalone__info_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;grid-area:info;order:2;align-self:end;justify-self:end}.cdr-label-standalone__post-content_15-1-0{grid-area:post}.cdr-label-standalone__info-action_15-1-0{display:flex;justify-content:center;align-items:center;width:4rem}.cdr-label-standalone__input-wrap_15-1-0{position:relative;display:flex;grid-area:input}.cdr-label-standalone__input-spacing_15-1-0{margin-top:.8rem}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-label-wrapper_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem 1.2rem .8rem 3.2rem;color:var(--cdr-label-wrapper-text-color, var(--cdr-color-text-input-label, rgba(12, 11, 8, .75)));background-color:var(--cdr-label-wrapper-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)));border-radius:.4rem;width:100%;display:inline-block;margin:0;display:flex;align-items:flex-start;flex-grow:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cdr-label-wrapper__container_15-0-1{font-size:0;line-height:1}.cdr-label-wrapper_15-0-1 input{position:absolute;opacity:0;z-index:-1}.cdr-label-wrapper--primary_15-0-1:hover{background-color:var(--cdr-label-wrapper-primary-background-color-hover, var(--cdr-color-background-label-default-hover, #f9f8f6));cursor:pointer}.cdr-label-wrapper--primary_15-0-1:focus-within{background-color:var(--cdr-label-wrapper-primary-background-color-focus, var(--cdr-color-background-label-default-focus, #f9f8f6));box-shadow:inset 0 0 0 .2rem var(--cdr-label-wrapper-primary-focus-box-shadow-color, var(--cdr-color-border-label-default-focus, #20201d))}.cdr-label-wrapper--primary_15-0-1:active{background-color:var(--cdr-label-wrapper-primary-background-color-active, var(--cdr-color-background-label-default-active, #edeae3))}.cdr-label-wrapper--secondary_15-0-1{background-color:var(--cdr-label-wrapper-secondary-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)))}.cdr-label-wrapper--secondary_15-0-1:hover{background-color:var(--cdr-label-wrapper-secondary-background-color-hover, var(--cdr-color-background-label-secondary-hover, rgba(255, 255, 255, .75)));cursor:pointer}.cdr-label-wrapper--secondary_15-0-1:focus-within{background-color:var(--cdr-label-wrapper-secondary-background-color-focus, var(--cdr-color-background-label-secondary-focus, rgba(255, 255, 255, .75)))}.cdr-label-wrapper--secondary_15-0-1:active{background-color:var(--cdr-label-wrapper-secondary-background-color-active, var(--cdr-color-background-label-secondary-active, #ffffff))}.cdr-label-wrapper--disabled_15-0-1{color:var(--cdr-label-wrapper-text-color-disabled, var(--cdr-color-text-input-disabled, #d1cbbd))!important;cursor:not-allowed!important}.cdr-label-wrapper--disabled_15-0-1:hover,.cdr-label-wrapper--disabled_15-0-1:focus-within,.cdr-label-wrapper--disabled_15-0-1:active{background-color:var(--cdr-label-wrapper-background-color-disabled, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)))!important}.cdr-label-wrapper--disabled_15-0-1 .cdr-label-wrapper__figure_15-0-1{cursor:not-allowed!important}.cdr-label-wrapper__figure_15-0-1{top:1.1rem;width:1.6rem;height:1.6rem;position:absolute;left:.8rem;border-radius:.4rem;background-color:var(--cdr-form-figure-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)));box-shadow:0 0 0 .1rem var(--cdr-form-figure-box-shadow-color, var(--cdr-color-border-input-default, #928b80));transition:box-shadow .2s cubic-bezier(.15,0,.15,0)}.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper__content_15-0-1{-webkit-user-select:text;-moz-user-select:text;user-select:text}.cdr-label-wrapper--hide-figure_15-0-1{padding-left:0}.cdr-label-wrapper--hide-figure_15-0-1>.cdr-label-wrapper__figure_15-0-1{display:none}.cdr-label-wrapper--hide-figure_15-0-1>.cdr-checkbox__svg-box_15-0-1 svg{fill:transparent!important}.cdr-label-wrapper--small_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large_15-0-1>.cdr-label-wrapper__figure_15-0-1:after,.cdr-label-wrapper--large_15-0-1>.cdr-label-wrapper__figure_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:.5rem;height:.5rem}.cdr-label-wrapper--large_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large_15-0-1 .cdr-checkbox__svg-box_15-0-1 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}@media (min-width: 0) and (max-width: 767px){.cdr-label-wrapper--small\@xs_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@xs_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@xs_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@xs_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@xs_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@xs_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@xs_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@xs_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large\@xs_15-0-1>.cdr-label-wrapper__figure_15-0-1:after,.cdr-label-wrapper--large\@xs_15-0-1>.cdr-label-wrapper__figure_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:.5rem;height:.5rem}.cdr-label-wrapper--large\@xs_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large\@xs_15-0-1 .cdr-checkbox__svg-box_15-0-1 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-label-wrapper--small\@sm_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@sm_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@sm_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@sm_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@sm_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@sm_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@sm_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@sm_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large\@sm_15-0-1>.cdr-label-wrapper__figure_15-0-1:after,.cdr-label-wrapper--large\@sm_15-0-1>.cdr-label-wrapper__figure_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:.5rem;height:.5rem}.cdr-label-wrapper--large\@sm_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large\@sm_15-0-1 .cdr-checkbox__svg-box_15-0-1 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-label-wrapper--small\@md_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@md_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@md_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@md_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@md_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@md_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@md_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@md_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large\@md_15-0-1>.cdr-label-wrapper__figure_15-0-1:after,.cdr-label-wrapper--large\@md_15-0-1>.cdr-label-wrapper__figure_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:.5rem;height:.5rem}.cdr-label-wrapper--large\@md_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large\@md_15-0-1 .cdr-checkbox__svg-box_15-0-1 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}@media (min-width: 1232px){.cdr-label-wrapper--small\@lg_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@lg_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@lg_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@lg_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@lg_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@lg_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@lg_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@lg_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large\@lg_15-0-1>.cdr-label-wrapper__figure_15-0-1:after,.cdr-label-wrapper--large\@lg_15-0-1>.cdr-label-wrapper__figure_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:.5rem;height:.5rem}.cdr-label-wrapper--large\@lg_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large\@lg_15-0-1 .cdr-checkbox__svg-box_15-0-1 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}
|
|
1
|
+
.cdr-label-wrapper_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem 1.2rem .8rem 3.2rem;color:var(--cdr-label-wrapper-text-color, var(--cdr-color-text-input-label, rgba(12, 11, 8, .75)));background-color:var(--cdr-label-wrapper-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)));border-radius:.4rem;width:100%;display:inline-block;margin:0;display:flex;align-items:flex-start;flex-grow:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cdr-label-wrapper__container_15-1-0{font-size:0;line-height:1}.cdr-label-wrapper_15-1-0 input{position:absolute;opacity:0;z-index:-1}.cdr-label-wrapper--primary_15-1-0:hover{background-color:var(--cdr-label-wrapper-primary-background-color-hover, var(--cdr-color-background-label-default-hover, #f9f8f6));cursor:pointer}.cdr-label-wrapper--primary_15-1-0:focus-within{background-color:var(--cdr-label-wrapper-primary-background-color-focus, var(--cdr-color-background-label-default-focus, #f9f8f6));box-shadow:inset 0 0 0 .2rem var(--cdr-label-wrapper-primary-focus-box-shadow-color, var(--cdr-color-border-label-default-focus, #20201d))}.cdr-label-wrapper--primary_15-1-0:active{background-color:var(--cdr-label-wrapper-primary-background-color-active, var(--cdr-color-background-label-default-active, #edeae3))}.cdr-label-wrapper--secondary_15-1-0{background-color:var(--cdr-label-wrapper-secondary-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)))}.cdr-label-wrapper--secondary_15-1-0:hover{background-color:var(--cdr-label-wrapper-secondary-background-color-hover, var(--cdr-color-background-label-secondary-hover, rgba(255, 255, 255, .75)));cursor:pointer}.cdr-label-wrapper--secondary_15-1-0:focus-within{background-color:var(--cdr-label-wrapper-secondary-background-color-focus, var(--cdr-color-background-label-secondary-focus, rgba(255, 255, 255, .75)))}.cdr-label-wrapper--secondary_15-1-0:active{background-color:var(--cdr-label-wrapper-secondary-background-color-active, var(--cdr-color-background-label-secondary-active, #ffffff))}.cdr-label-wrapper--disabled_15-1-0{color:var(--cdr-label-wrapper-text-color-disabled, var(--cdr-color-text-input-disabled, #d1cbbd))!important;cursor:not-allowed!important}.cdr-label-wrapper--disabled_15-1-0:hover,.cdr-label-wrapper--disabled_15-1-0:focus-within,.cdr-label-wrapper--disabled_15-1-0:active{background-color:var(--cdr-label-wrapper-background-color-disabled, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)))!important}.cdr-label-wrapper--disabled_15-1-0 .cdr-label-wrapper__figure_15-1-0{cursor:not-allowed!important}.cdr-label-wrapper__figure_15-1-0{top:1.1rem;width:1.6rem;height:1.6rem;position:absolute;left:.8rem;border-radius:.4rem;background-color:var(--cdr-form-figure-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)));box-shadow:0 0 0 .1rem var(--cdr-form-figure-box-shadow-color, var(--cdr-color-border-input-default, #928b80));transition:box-shadow .2s cubic-bezier(.15,0,.15,0)}.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper__content_15-1-0{-webkit-user-select:text;-moz-user-select:text;user-select:text}.cdr-label-wrapper--hide-figure_15-1-0{padding-left:0}.cdr-label-wrapper--hide-figure_15-1-0>.cdr-label-wrapper__figure_15-1-0{display:none}.cdr-label-wrapper--hide-figure_15-1-0>.cdr-checkbox__svg-box_15-1-0 svg{fill:transparent!important}.cdr-label-wrapper--small_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large_15-1-0>.cdr-label-wrapper__figure_15-1-0:after,.cdr-label-wrapper--large_15-1-0>.cdr-label-wrapper__figure_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:.5rem;height:.5rem}.cdr-label-wrapper--large_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large_15-1-0 .cdr-checkbox__svg-box_15-1-0 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}@media (min-width: 0) and (max-width: 767px){.cdr-label-wrapper--small\@xs_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@xs_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@xs_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@xs_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@xs_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@xs_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@xs_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@xs_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@xs_15-1-0>.cdr-label-wrapper__figure_15-1-0:after,.cdr-label-wrapper--large\@xs_15-1-0>.cdr-label-wrapper__figure_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:.5rem;height:.5rem}.cdr-label-wrapper--large\@xs_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@xs_15-1-0 .cdr-checkbox__svg-box_15-1-0 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-label-wrapper--small\@sm_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@sm_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@sm_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@sm_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@sm_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@sm_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@sm_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@sm_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@sm_15-1-0>.cdr-label-wrapper__figure_15-1-0:after,.cdr-label-wrapper--large\@sm_15-1-0>.cdr-label-wrapper__figure_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:.5rem;height:.5rem}.cdr-label-wrapper--large\@sm_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@sm_15-1-0 .cdr-checkbox__svg-box_15-1-0 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-label-wrapper--small\@md_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@md_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@md_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@md_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@md_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@md_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@md_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@md_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@md_15-1-0>.cdr-label-wrapper__figure_15-1-0:after,.cdr-label-wrapper--large\@md_15-1-0>.cdr-label-wrapper__figure_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:.5rem;height:.5rem}.cdr-label-wrapper--large\@md_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@md_15-1-0 .cdr-checkbox__svg-box_15-1-0 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}@media (min-width: 1232px){.cdr-label-wrapper--small\@lg_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@lg_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@lg_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@lg_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@lg_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@lg_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@lg_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@lg_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@lg_15-1-0>.cdr-label-wrapper__figure_15-1-0:after,.cdr-label-wrapper--large\@lg_15-1-0>.cdr-label-wrapper__figure_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:.5rem;height:.5rem}.cdr-label-wrapper--large\@lg_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@lg_15-1-0 .cdr-checkbox__svg-box_15-1-0 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-image_15-0
|
|
1
|
+
.cdr-image_15-1-0{max-inline-size:100%;block-size:auto;aspect-ratio:var(--cdr-img-aspect-ratio);-o-object-fit:var(--cdr-img-object-fit);object-fit:var(--cdr-img-object-fit);-o-object-position:var(--cdr-img-object-position);object-position:var(--cdr-img-object-position);border-radius:var(--cdr-img-border-radius)}.cdr-heading-display_15-1-0{color:var(--cdr-text-color, var(--cdr-color-text-primary, rgba(12, 11, 8, .75)));margin:0;font-family:Stuart,Stuart fallback,Georgia,serif;font-style:normal;font-weight:400;letter-spacing:0;font-size:8.6rem;line-height:9.2rem;font-size:var(--cdr-heading-display-font-size);line-height:var(--cdr-heading-display-line-height)}:root{--cdr-heading-display-line-height-ratio: 1.07;--cdr-heading-serif-line-height-ratio: 1.25;--cdr-heading-sans-line-height-ratio: 1.25;--cdr-subheading-sans-line-height-ratio: 1.333;--cdr-utility-sans-line-height-ratio: 1.3;--cdr-utility-serif-line-height-ratio: 1.3;--cdr-eyebrow-line-height-ratio: 1.5;--cdr-body-line-height-ratio: 1.8}@supports (container-type: inline-size){:root{--cdr-type-scale--1: clamp(1.33rem, .29cqw + 1.24rem, 1.6rem);--cdr-type-scale-0: clamp(1.6rem, .44cqw + 1.46rem, 2rem);--cdr-type-scale-1: clamp(1.92rem, .64cqw + 1.72rem, 2.5rem);--cdr-type-scale-2: clamp(2.3rem, .9cqw + 2.02rem, 3.13rem);--cdr-type-scale-3: clamp(2.76rem, 1.25cqw + 2.36rem, 3.91rem);--cdr-type-scale-4: clamp(3.32rem, 1.72cqw + 2.77rem, 4.88rem);--cdr-type-scale-5: clamp(3.98rem, 2.33cqw + 3.24rem, 6.1rem);--cdr-type-scale-6: clamp(4.78rem, 3.13cqw + 3.78rem, 7.63rem);--cdr-type-scale-7: clamp(5.73rem, 4.17cqw + 4.4rem, 9.54rem);--cdr-space-scale-0: clamp(.2rem, .2rem + .11cqi, .3rem);--cdr-space-scale-1: clamp(.3rem, .3rem + .11cqi, .4rem);--cdr-space-scale-2: clamp(.4rem, .4rem + .11cqi, .5rem);--cdr-space-scale-3: clamp(.8rem, .7rem + .22cqi, 1rem);--cdr-space-scale-4: clamp(1.2rem, 1.1rem + .33cqi, 1.5rem);--cdr-space-scale-5: clamp(1.6rem, 1.5rem + .44cqi, 2rem);--cdr-space-scale-6: clamp(2.4rem, 2.2rem + .66cqi, 3rem);--cdr-space-scale-7: clamp(3.2rem, 2.9rem + .88cqi, 4rem);--cdr-space-scale-8: clamp(4.8rem, 4.4rem + 1.31cqi, 6rem);--cdr-space-scale-0--1: clamp(.2rem, .1rem + .223cqi, .4rem);--cdr-space-scale-3--4: clamp(.4rem, .2rem + .66cqi, 1rem);--cdr-space-scale-3--5: clamp(.8rem, .01404rem + 1.21cqi, 1.6rem)}@supports not (container-type: inline-size){:root{--cdr-type-scale--1: clamp(1.33rem, .29vw + 1.24rem, 1.6rem);--cdr-type-scale-0: clamp(1.6rem, .44vw + 1.46rem, 2rem);--cdr-type-scale-1: clamp(1.92rem, .64vw + 1.72rem, 2.5rem);--cdr-type-scale-2: clamp(2.3rem, .9vw + 2.02rem, 3.2rem);--cdr-type-scale-3: clamp(2.76rem, 1.25vw + 2.36rem, 3.91rem);--cdr-type-scale-4: clamp(3.32rem, 1.72vw + 2.77rem, 4.88rem);--cdr-type-scale-5: clamp(3.98rem, 2.33vw + 3.24rem, 6.1rem);--cdr-type-scale-6: clamp(4.78rem, 3.13vw + 3.78rem, 7.63rem);--cdr-type-scale-7: clamp(5.73rem, 4.17vw + 4.4rem, 9.54rem);--cdr-space-scale-0: clamp(.2rem, .2rem + .11vw, .3rem);--cdr-space-scale-1: clamp(.3rem, .3rem + .11vw, .4rem);--cdr-space-scale-2: clamp(.4rem, .4rem + .11vw, .5rem);--cdr-space-scale-3: clamp(.8rem, .7rem + .22vw, 1rem);--cdr-space-scale-4: clamp(1.2rem, 1.1rem + .33vw, 1.5rem);--cdr-space-scale-5: clamp(1.6rem, 1.5rem + .44vw, 2rem);--cdr-space-scale-6: clamp(2.4rem, 2.2rem + .66vw, 3rem);--cdr-space-scale-7: clamp(3.2rem, 2.9rem + .88vw, 4rem);--cdr-space-scale-8: clamp(4.8rem, 4.4rem + 1.31vw, 6rem);--cdr-space-scale-0--1: clamp(.2rem, .1rem + .223vw, .4rem);--cdr-space-scale-3--4: clamp(.4rem, .2rem + .66vw, 1rem);--cdr-space-scale-3--5: clamp(.8rem, .01404rem + 1.21vw, 1.6rem)}}}.cdr-subheading-sans_15-1-0{color:var(--cdr-text-color, var(--cdr-color-text-primary, rgba(12, 11, 8, .75)));margin:0;font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:0;font-size:2.4rem;line-height:3rem;font-size:var(--cdr-subheading-sans-font-size);line-height:var(--cdr-subheading-sans-line-height)}.cdr-heading-subheading-block__heading_15-1-0{display:block;margin:0 0 1.6rem;max-width:40ch}.cdr-heading-subheading-block__subheading_15-1-0{display:block;margin-top:1.2rem!important;max-width:60ch}.cdr-landing-lead_15-1-0{--cdr-split-surface-surface-color: var(--cdr-landing-lead-surface-color, var(--cdr-color-surface-primary, #ffffff))}.cdr-landing-lead__image_15-1-0{--cdr-img-aspect-ratio: 4 / 1;--cdr-img-object-fit: cover;width:100%}@media (max-width: 767px){.cdr-landing-lead__image_15-1-0{--cdr-img-aspect-ratio: 4 / 3}}.cdr-landing-lead__copy-block_15-1-0{padding:3.2rem}@media (max-width: 991px){.cdr-landing-lead__copy-block_15-1-0{padding:3.2rem}}
|
package/dist/style/cdr-link.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-link_15-0
|
|
1
|
+
.cdr-link_15-1-0{font-family:inherit;font-size:inherit;line-height:inherit;align-items:center;background-color:transparent;border:0;margin:0;color:var(--cdr-link-text-color, var(--cdr-color-text-link-rest, #406eb5));fill:var(--cdr-link-fill-color, var(--cdr-color-text-link-rest, #406eb5));cursor:pointer;display:inline-flex;outline:none;padding:0;text-decoration:underline;vertical-align:top}.cdr-link_15-1-0:active,.cdr-link_15-1-0:focus{color:var(--cdr-link-active-text-color-active, var(--cdr-color-text-link-active, #0b2d60))}.cdr-link_15-1-0:hover{color:var(--cdr-link-text-color-hover, var(--cdr-color-text-link-hover, #406eb5));text-decoration:none}.cdr-link_15-1-0:focus{outline:.2rem solid Highlight;outline-color:-webkit-focus-ring-color;outline-offset:0}.cdr-link--standalone_15-1-0{text-decoration:none}.cdr-link--standalone_15-1-0:hover,.cdr-link--standalone_15-1-0:active,.cdr-link--standalone_15-1-0:focus,.cdr-link--standalone_15-1-0:visited{text-decoration:underline}.cdr-link--inherit-color_15-1-0{fill:inherit;color:inherit}.cdr-link--inherit-color_15-1-0:active,.cdr-link--inherit-color_15-1-0:hover,.cdr-link--inherit-color_15-1-0:focus{color:inherit;fill:inherit}
|
package/dist/style/cdr-list.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.cdr-list_15-0
|
|
1
|
+
@charset "UTF-8";.cdr-list_15-1-0{list-style-type:none;padding:0;margin:0}.cdr-list_15-1-0>li+li{margin-top:.8rem}.cdr-list_15-1-0 li>.cdr-list_15-1-0{margin-top:.8rem;padding-left:1em;list-style-type:none}.cdr-list--compact_15-1-0>li+li{margin-top:.4rem}.cdr-list--compact_15-1-0 li>.cdr-list_15-1-0{margin-top:.4rem}.cdr-list--ordered_15-1-0{list-style-type:decimal;padding-left:1.5em;list-style-position:outside}.cdr-list--ordered_15-1-0 li{padding:0 0 0 .4rem}.cdr-list--ordered_15-1-0 li>.cdr-list_15-1-0{position:relative;padding-left:1em}.cdr-list--ordered_15-1-0 li>.cdr-list_15-1-0>li{padding-left:0}.cdr-list--ordered_15-1-0 li>.cdr-list_15-1-0>li:before{content:"–";position:absolute;color:var(--cdr-list-ordered-nested-prefix-color, var(--cdr-color-text-secondary, rgba(66, 59, 47, .75)));left:0}.cdr-list--unordered_15-1-0{position:relative;padding-left:1em}.cdr-list--unordered_15-1-0>li:before{content:"•";position:relative;margin-left:-1em;padding-right:.8rem;color:var(--cdr-list-unordered-prefix-color, var(--cdr-color-text-secondary, rgba(66, 59, 47, .75)))}.cdr-list--unordered_15-1-0 li>.cdr-list_15-1-0{position:relative;padding-left:1em}.cdr-list--unordered_15-1-0 li>.cdr-list_15-1-0>li:before{content:"–";position:relative;margin-left:-1em;padding-right:.8rem;color:var(--cdr-list-unordered-nested-prefix-color, var(--cdr-color-text-secondary, rgba(66, 59, 47, .75)))}.cdr-list--inline_15-1-0{display:flex;flex-wrap:wrap;list-style-type:none;padding-left:0}.cdr-list--inline_15-1-0>li{display:block}.cdr-list--inline_15-1-0>li+li{margin-top:0;padding-left:1em}.cdr-list--inline_15-1-0.cdr-list--compact_15-1-0>li+li{padding-left:.5em}.cdr-list--inline_15-1-0.cdr-list--unordered_15-1-0{left:0}.cdr-list--inline_15-1-0.cdr-list--unordered_15-1-0>li{position:relative}.cdr-list--inline_15-1-0.cdr-list--unordered_15-1-0>li+li{padding-left:1.5em}.cdr-list--inline_15-1-0.cdr-list--unordered_15-1-0>li:first-of-type:before{display:none}.cdr-list--inline_15-1-0.cdr-list--unordered_15-1-0>li:before{content:"•";color:var(--cdr-list-inline-text-color, var(--cdr-color-text-secondary, rgba(66, 59, 47, .75)));display:block;position:absolute;top:50%;transform:translate(150%,-50%);height:.6rem;width:.6rem;line-height:.6rem;left:0;padding:0;margin:0}.cdr-list--inline_15-1-0.cdr-list--unordered_15-1-0.cdr-list--compact_15-1-0>li+li{padding-left:1em}.cdr-list--inline_15-1-0.cdr-list--unordered_15-1-0.cdr-list--compact_15-1-0>li+li:before{transform:translate(100%,-50%)}
|
package/dist/style/cdr-modal.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-modal_15-0
|
|
1
|
+
.cdr-modal_15-1-0{bottom:0;height:100%;left:0;overflow-y:scroll;position:fixed;right:0;top:0;visibility:visible;z-index:9999}@supports (-webkit-touch-callout: none){.cdr-modal_15-1-0 *{will-change:transform}}.cdr-modal__overlay_15-1-0{background-color:var(--cdr-modal-overlay-background-color, var(--cdr-color-background-modal-overlay, rgba(244, 242, 237, .85)));-webkit-backdrop-filter:blur(1.6rem);backdrop-filter:blur(1.6rem);bottom:0;left:0;opacity:1;position:fixed;right:0;top:0;transition:opacity .15s;z-index:0}.cdr-modal__outerWrap_15-1-0{display:flex;box-sizing:border-box;min-height:100%;position:static;z-index:-1}.cdr-modal__contentWrap_15-1-0{align-items:flex-start;background-color:var(--cdr-modal-content-wrap-background-color, var(--cdr-color-background-primary, #ffffff));display:flex;flex-direction:column;margin:auto;min-height:100%;opacity:1;position:absolute;top:0;left:0;right:0;transition:opacity .15s .15s;width:100%;z-index:0}.cdr-modal__contentWrap_15-1-0:focus{outline:0}.cdr-modal__innerWrap_15-1-0{width:100%;padding:1.6rem}.cdr-modal__dialog_15-1-0{width:100%}.cdr-modal__content_15-1-0{position:relative}.cdr-modal__header_15-1-0{display:flex;padding-bottom:1.6rem;justify-content:space-between}.cdr-modal__title_15-1-0{flex:auto;font-family:Stuart,Stuart fallback,Georgia,serif;font-style:normal;font-weight:500;letter-spacing:0;font-size:2.4rem;line-height:3rem}.cdr-modal__close-button_15-1-0{flex:none;align-self:center;margin-left:.8rem;padding:.7rem;position:relative;top:-.2rem;right:-.4rem}.cdr-modal__text-content_15-1-0{padding:0;overflow:auto;position:relative}@media (min-width: 768px){.cdr-modal__outerWrap_15-1-0{padding:1.6rem}.cdr-modal__innerWrap_15-1-0{padding:2.4rem}.cdr-modal__contentWrap_15-1-0{border-radius:.4rem;box-shadow:0 1.6rem 1.6rem #0c0b0833;min-height:auto;position:relative;top:auto;left:auto;right:auto}.cdr-modal__dialog_15-1-0{max-width:64rem}.cdr-modal__close-button_15-1-0{margin-left:1.2rem;right:-.8rem;top:-.5rem}}.cdr-modal--closed_15-1-0{transition:z-index 0s .3s,visibility 0s .3s;visibility:hidden;z-index:-1}.cdr-modal--closed_15-1-0 .cdr-modal__overlay_15-1-0{opacity:0;transition:opacity .15s .15s}.cdr-modal--closed_15-1-0 .cdr-modal__contentWrap_15-1-0{opacity:0;transition:opacity .15s}.cdr-modal__noscroll{overflow:hidden!important;position:fixed!important;width:100%}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-icon_15-0-1{display:inline-block;vertical-align:middle;flex:0 0 auto;width:2.4rem;height:2.4rem;fill:var(--cdr-icon-fill-default, var(--cdr-color-icon-default, #928b80))}.cdr-icon--small_15-0-1{width:1.6rem;height:1.6rem}.cdr-icon--large_15-0-1{width:3.2rem;height:3.2rem}@media (min-width: 0) and (max-width: 767px){.cdr-icon--small\@xs_15-0-1{width:1.6rem;height:1.6rem}.cdr-icon--large\@xs_15-0-1{width:3.2rem;height:3.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-icon--small\@sm_15-0-1{width:1.6rem;height:1.6rem}.cdr-icon--large\@sm_15-0-1{width:3.2rem;height:3.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-icon--small\@md_15-0-1{width:1.6rem;height:1.6rem}.cdr-icon--large\@md_15-0-1{width:3.2rem;height:3.2rem}}@media (min-width: 1232px){.cdr-icon--small\@lg_15-0-1{width:1.6rem;height:1.6rem}.cdr-icon--large\@lg_15-0-1{width:3.2rem;height:3.2rem}}.cdr-icon--inherit-color_15-0-1{fill:inherit}.cdr-label-standalone_15-0-1{display:grid;grid-template-areas:"label label info" "input input input" "post post post"}.cdr-label-standalone__label-wrapper_15-0-1{grid-area:label}.cdr-label-standalone__label_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;color:var(--cdr-label-standalone-text-color, var(--cdr-color-text-input-label, rgba(12, 11, 8, .75)));margin:0}.cdr-label-standalone__label--sr-only_15-0-1{position:absolute;width:.1rem;height:.1rem;padding:0;margin:-.1rem;overflow:hidden;clip:rect(0,0,0,0);border:0}.cdr-label-standalone__label--disabled_15-0-1,.cdr-label-standalone__label--disabled_15-0-1 .cdr-label-standalone__optional_15-0-1{color:var(--cdr-label-standalone-disabled-text-color, var(--cdr-color-text-input-disabled, #d1cbbd))}.cdr-label-standalone__optional_15-0-1{color:var(--cdr-label-standalone-optional-text-color, var(--cdr-color-text-input-optional, rgba(66, 59, 47, .75)))}.cdr-label-standalone__helper_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;color:var(--cdr-label-standalone-helper-text-color, var(--cdr-color-text-input-help, rgba(66, 59, 47, .75)));margin-top:.2rem}.cdr-label-standalone__info_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;grid-area:info;order:2;align-self:end;justify-self:end}.cdr-label-standalone__post-content_15-0-1{grid-area:post}.cdr-label-standalone__info-action_15-0-1{display:flex;justify-content:center;align-items:center;width:4rem}.cdr-label-standalone__input-wrap_15-0-1{position:relative;display:flex;grid-area:input}.cdr-label-standalone__input-spacing_15-0-1{margin-top:.8rem}.cdr-form-error_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;color:var(--cdr-form-error-text-color, var(--cdr-color-text-input-error, #b33322));fill:var(--cdr-form-error-fill-color, var(--cdr-color-text-input-error, #b33322));margin-top:.4rem}.cdr-form-error__icon_15-0-1{margin-right:.4rem}.cdr-select_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;font-weight:500;background:var(--cdr-select-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)));color:var(--cdr-select-text-color, var(--cdr-color-text-input-default, #20201d));box-shadow:inset 0 0 0 .1rem var(--cdr-select-box-shadow-color, var(--cdr-color-border-input-default, #928b80));border:0;border-radius:.4rem;padding-left:.8rem;padding-right:3.2rem;height:4rem;display:block;width:100%;overflow:auto;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cdr-select_15-0-1[disabled]{background-color:var(--cdr-select-background-color-disabled, var(--cdr-color-background-input-default-disabled, #f9f8f6));color:var(--cdr-select-text-color-disabled, var(--cdr-color-text-input-disabled, #d1cbbd));box-shadow:inset 0 0 0 .1rem var(--cdr-select-box-shadow-color-disabled, var(--cdr-color-border-input-default-disabled, #d1cbbd))}.cdr-select_15-0-1[disabled]:hover{box-shadow:inset 0 0 0 .1rem var(--cdr-select-hover-box-shadow-color-disabled, var(--cdr-color-border-input-default-disabled, #d1cbbd));cursor:not-allowed}.cdr-select_15-0-1:active,.cdr-select_15-0-1:focus{box-shadow:inset 0 0 0 .2rem var(--cdr-select-box-shadow-color-focus, var(--cdr-color-border-input-default-focus, #20201d));outline:none}.cdr-select_15-0-1::-ms-expand{display:none}.cdr-select--primary_15-0-1{background-color:var(--cdr-select-primary-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)))}.cdr-select--primary_15-0-1:active,.cdr-select--primary_15-0-1:focus{background-color:var(--cdr-select-primary-background-color-active, var(--cdr-color-background-input-default-active, #f9f8f6))}.cdr-select--secondary_15-0-1{background-color:var(--cdr-select-secondary-background-color, var(--cdr-color-background-input-secondary, rgba(255, 255, 255, .85)))}.cdr-select--secondary_15-0-1:active,.cdr-select--secondary_15-0-1:focus{background-color:var(--cdr-select-secondary-background-color-active, var(--cdr-color-background-input-secondary-active, #ffffff))}.cdr-select--error_15-0-1{background-color:var(--cdr-select-background-color-error, var(--cdr-color-background-input-error, rgba(255, 242, 242, .75)));box-shadow:inset 0 0 0 .1rem var(--cdr-select-box-shadow-color-error, var(--cdr-color-border-input-error, #b33322))}.cdr-select--preicon_15-0-1{padding-left:3.7rem}.cdr-select__prompt_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;font-style:normal;color:var(--cdr-select-prompt-text-color, var(--cdr-color-text-primary, rgba(12, 11, 8, .75)))}.cdr-select__prompt_15-0-1[disabled]{color:var(--cdr-select-prompt-text-color-disabled, var(--cdr-color-text-input-disabled, #d1cbbd))}.cdr-select__caret_15-0-1{fill:var(--cdr-select-caret-fill, var(--cdr-color-text-primary, rgba(12, 11, 8, .75)));position:absolute;top:50%;right:.8rem;transform:translateY(-50%);pointer-events:none}.cdr-select__caret--disabled_15-0-1{fill:var(--cdr-select-caret-fill-disabled, var(--cdr-color-icon-disabled, #dcd6cb))}.cdr-select__pre-icon_15-0-1{position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.cdr-select--multiple_15-0-1{height:auto;padding:.8rem}.cdr-select--multiple_15-0-1+.cdr-select__caret_15-0-1{display:none}@media (min-width: 0) and (max-width: 767px){.cdr-select--large\@xs_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}.cdr-select--large_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}@media (min-width: 768px) and (max-width: 991px){.cdr-select--large\@sm_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-select--large\@md_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}@media (min-width: 1232px){.cdr-select--large\@lg_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}.cdr-select-wrap_15-0-1{position:relative;flex:1}.cdr-pagination_15-0-1{display:flex;justify-content:center;align-items:center;list-style:none;padding:0}.cdr-pagination__li--links_15-0-1{display:none}.cdr-pagination__li--links_15-0-1+.cdr-pagination__li--links_15-0-1{margin-left:.4rem}.cdr-pagination__li--select_15-0-1{display:block}.cdr-pagination__link_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;background-color:transparent;border:none;padding:0;color:var(--cdr-pagination-link-text-color, var(--cdr-color-text-primary, rgba(12, 11, 8, .75)));fill:var(--cdr-pagination-link-fill-color, var(--cdr-color-text-primary, rgba(12, 11, 8, .75)));display:block;padding:.6rem 1.2rem;text-decoration:none;border-radius:.4rem}.cdr-pagination__link_15-0-1:hover,.cdr-pagination__link_15-0-1:focus,.cdr-pagination__link_15-0-1:active{background-color:var(--cdr-pagination-link-background-color-interaction, var(--cdr-color-background-pagination-hover, #f9f8f6));cursor:pointer}.cdr-pagination__link--current_15-0-1{position:relative}.cdr-pagination__link--current_15-0-1:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);height:.2rem;width:80%;background-color:var(--cdr-pagination-link-current-background-color-keyline, var(--cdr-color-background-pagination-keyline, #406eb5))}.cdr-pagination__link--current_15-0-1:hover,.cdr-pagination__link--current_15-0-1:focus,.cdr-pagination__link--current_15-0-1:active{text-decoration:none}.cdr-pagination__link_15-0-1.cdr-pagination__link--disabled_15-0-1{color:var(--cdr-pagination-link-text-color-disabled, var(--cdr-color-text-disabled, #d1cbbd));fill:var(--cdr-pagination-link-fill-color-disabled, var(--cdr-color-text-disabled, #d1cbbd));cursor:not-allowed}.cdr-pagination__link_15-0-1.cdr-pagination__link--disabled_15-0-1:hover,.cdr-pagination__link_15-0-1.cdr-pagination__link--disabled_15-0-1:focus,.cdr-pagination__link_15-0-1.cdr-pagination__link--disabled_15-0-1:active{color:var(--cdr-pagination-link-text-color-interactive-disabled, var(--cdr-color-text-disabled, #d1cbbd));background-color:transparent}.cdr-pagination__ellipse_15-0-1{display:block;padding:.6rem 1.2rem}.cdr-pagination__prev_15-0-1{display:flex;align-items:center;margin-right:1.6rem}.cdr-pagination__next_15-0-1{display:flex;align-items:center;margin-left:1.6rem}.cdr-pagination__caret--prev_15-0-1{margin-right:.2rem}.cdr-pagination__caret--next_15-0-1{margin-left:.2rem}@media (min-width: 768px){.cdr-pagination__li--links_15-0-1{display:block}.cdr-pagination__li--select_15-0-1{display:none}}
|
|
1
|
+
.cdr-icon_15-1-0{display:inline-block;vertical-align:middle;flex:0 0 auto;width:2.4rem;height:2.4rem;fill:var(--cdr-icon-fill-default, var(--cdr-color-icon-default, #928b80))}.cdr-icon--small_15-1-0{width:1.6rem;height:1.6rem}.cdr-icon--large_15-1-0{width:3.2rem;height:3.2rem}@media (min-width: 0) and (max-width: 767px){.cdr-icon--small\@xs_15-1-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@xs_15-1-0{width:3.2rem;height:3.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-icon--small\@sm_15-1-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@sm_15-1-0{width:3.2rem;height:3.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-icon--small\@md_15-1-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@md_15-1-0{width:3.2rem;height:3.2rem}}@media (min-width: 1232px){.cdr-icon--small\@lg_15-1-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@lg_15-1-0{width:3.2rem;height:3.2rem}}.cdr-icon--inherit-color_15-1-0{fill:inherit}.cdr-label-standalone_15-1-0{display:grid;grid-template-areas:"label label info" "input input input" "post post post"}.cdr-label-standalone__label-wrapper_15-1-0{grid-area:label}.cdr-label-standalone__label_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;color:var(--cdr-label-standalone-text-color, var(--cdr-color-text-input-label, rgba(12, 11, 8, .75)));margin:0}.cdr-label-standalone__label--sr-only_15-1-0{position:absolute;width:.1rem;height:.1rem;padding:0;margin:-.1rem;overflow:hidden;clip:rect(0,0,0,0);border:0}.cdr-label-standalone__label--disabled_15-1-0,.cdr-label-standalone__label--disabled_15-1-0 .cdr-label-standalone__optional_15-1-0{color:var(--cdr-label-standalone-disabled-text-color, var(--cdr-color-text-input-disabled, #d1cbbd))}.cdr-label-standalone__optional_15-1-0{color:var(--cdr-label-standalone-optional-text-color, var(--cdr-color-text-input-optional, rgba(66, 59, 47, .75)))}.cdr-label-standalone__helper_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;color:var(--cdr-label-standalone-helper-text-color, var(--cdr-color-text-input-help, rgba(66, 59, 47, .75)));margin-top:.2rem}.cdr-label-standalone__info_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;grid-area:info;order:2;align-self:end;justify-self:end}.cdr-label-standalone__post-content_15-1-0{grid-area:post}.cdr-label-standalone__info-action_15-1-0{display:flex;justify-content:center;align-items:center;width:4rem}.cdr-label-standalone__input-wrap_15-1-0{position:relative;display:flex;grid-area:input}.cdr-label-standalone__input-spacing_15-1-0{margin-top:.8rem}.cdr-form-error_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;color:var(--cdr-form-error-text-color, var(--cdr-color-text-input-error, #b33322));fill:var(--cdr-form-error-fill-color, var(--cdr-color-text-input-error, #b33322));margin-top:.4rem}.cdr-form-error__icon_15-1-0{margin-right:.4rem}.cdr-select_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;font-weight:500;background:var(--cdr-select-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)));color:var(--cdr-select-text-color, var(--cdr-color-text-input-default, #20201d));box-shadow:inset 0 0 0 .1rem var(--cdr-select-box-shadow-color, var(--cdr-color-border-input-default, #928b80));border:0;border-radius:.4rem;padding-left:.8rem;padding-right:3.2rem;height:4rem;display:block;width:100%;overflow:auto;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cdr-select_15-1-0[disabled]{background-color:var(--cdr-select-background-color-disabled, var(--cdr-color-background-input-default-disabled, #f9f8f6));color:var(--cdr-select-text-color-disabled, var(--cdr-color-text-input-disabled, #d1cbbd));box-shadow:inset 0 0 0 .1rem var(--cdr-select-box-shadow-color-disabled, var(--cdr-color-border-input-default-disabled, #d1cbbd))}.cdr-select_15-1-0[disabled]:hover{box-shadow:inset 0 0 0 .1rem var(--cdr-select-hover-box-shadow-color-disabled, var(--cdr-color-border-input-default-disabled, #d1cbbd));cursor:not-allowed}.cdr-select_15-1-0:active,.cdr-select_15-1-0:focus{box-shadow:inset 0 0 0 .2rem var(--cdr-select-box-shadow-color-focus, var(--cdr-color-border-input-default-focus, #20201d));outline:none}.cdr-select_15-1-0::-ms-expand{display:none}.cdr-select--primary_15-1-0{background-color:var(--cdr-select-primary-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)))}.cdr-select--primary_15-1-0:active,.cdr-select--primary_15-1-0:focus{background-color:var(--cdr-select-primary-background-color-active, var(--cdr-color-background-input-default-active, #f9f8f6))}.cdr-select--secondary_15-1-0{background-color:var(--cdr-select-secondary-background-color, var(--cdr-color-background-input-secondary, rgba(255, 255, 255, .85)))}.cdr-select--secondary_15-1-0:active,.cdr-select--secondary_15-1-0:focus{background-color:var(--cdr-select-secondary-background-color-active, var(--cdr-color-background-input-secondary-active, #ffffff))}.cdr-select--error_15-1-0{background-color:var(--cdr-select-background-color-error, var(--cdr-color-background-input-error, rgba(255, 242, 242, .75)));box-shadow:inset 0 0 0 .1rem var(--cdr-select-box-shadow-color-error, var(--cdr-color-border-input-error, #b33322))}.cdr-select--preicon_15-1-0{padding-left:3.7rem}.cdr-select__prompt_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;font-style:normal;color:var(--cdr-select-prompt-text-color, var(--cdr-color-text-primary, rgba(12, 11, 8, .75)))}.cdr-select__prompt_15-1-0[disabled]{color:var(--cdr-select-prompt-text-color-disabled, var(--cdr-color-text-input-disabled, #d1cbbd))}.cdr-select__caret_15-1-0{fill:var(--cdr-select-caret-fill, var(--cdr-color-text-primary, rgba(12, 11, 8, .75)));position:absolute;top:50%;right:.8rem;transform:translateY(-50%);pointer-events:none}.cdr-select__caret--disabled_15-1-0{fill:var(--cdr-select-caret-fill-disabled, var(--cdr-color-icon-disabled, #dcd6cb))}.cdr-select__pre-icon_15-1-0{position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.cdr-select--multiple_15-1-0{height:auto;padding:.8rem}.cdr-select--multiple_15-1-0+.cdr-select__caret_15-1-0{display:none}@media (min-width: 0) and (max-width: 767px){.cdr-select--large\@xs_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}.cdr-select--large_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}@media (min-width: 768px) and (max-width: 991px){.cdr-select--large\@sm_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-select--large\@md_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}@media (min-width: 1232px){.cdr-select--large\@lg_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}.cdr-select-wrap_15-1-0{position:relative;flex:1}.cdr-pagination_15-1-0{display:flex;justify-content:center;align-items:center;list-style:none;padding:0}.cdr-pagination__li--links_15-1-0{display:none}.cdr-pagination__li--links_15-1-0+.cdr-pagination__li--links_15-1-0{margin-left:.4rem}.cdr-pagination__li--select_15-1-0{display:block}.cdr-pagination__link_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;background-color:transparent;border:none;padding:0;color:var(--cdr-pagination-link-text-color, var(--cdr-color-text-primary, rgba(12, 11, 8, .75)));fill:var(--cdr-pagination-link-fill-color, var(--cdr-color-text-primary, rgba(12, 11, 8, .75)));display:block;padding:.6rem 1.2rem;text-decoration:none;border-radius:.4rem}.cdr-pagination__link_15-1-0:hover,.cdr-pagination__link_15-1-0:focus,.cdr-pagination__link_15-1-0:active{background-color:var(--cdr-pagination-link-background-color-interaction, var(--cdr-color-background-pagination-hover, #f9f8f6));cursor:pointer}.cdr-pagination__link--current_15-1-0{position:relative}.cdr-pagination__link--current_15-1-0:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);height:.2rem;width:80%;background-color:var(--cdr-pagination-link-current-background-color-keyline, var(--cdr-color-background-pagination-keyline, #406eb5))}.cdr-pagination__link--current_15-1-0:hover,.cdr-pagination__link--current_15-1-0:focus,.cdr-pagination__link--current_15-1-0:active{text-decoration:none}.cdr-pagination__link_15-1-0.cdr-pagination__link--disabled_15-1-0{color:var(--cdr-pagination-link-text-color-disabled, var(--cdr-color-text-disabled, #d1cbbd));fill:var(--cdr-pagination-link-fill-color-disabled, var(--cdr-color-text-disabled, #d1cbbd));cursor:not-allowed}.cdr-pagination__link_15-1-0.cdr-pagination__link--disabled_15-1-0:hover,.cdr-pagination__link_15-1-0.cdr-pagination__link--disabled_15-1-0:focus,.cdr-pagination__link_15-1-0.cdr-pagination__link--disabled_15-1-0:active{color:var(--cdr-pagination-link-text-color-interactive-disabled, var(--cdr-color-text-disabled, #d1cbbd));background-color:transparent}.cdr-pagination__ellipse_15-1-0{display:block;padding:.6rem 1.2rem}.cdr-pagination__prev_15-1-0{display:flex;align-items:center;margin-right:1.6rem}.cdr-pagination__next_15-1-0{display:flex;align-items:center;margin-left:1.6rem}.cdr-pagination__caret--prev_15-1-0{margin-right:.2rem}.cdr-pagination__caret--next_15-1-0{margin-left:.2rem}@media (min-width: 768px){.cdr-pagination__li--links_15-1-0{display:block}.cdr-pagination__li--select_15-1-0{display:none}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-image_15-0
|
|
1
|
+
.cdr-image_15-1-0{max-inline-size:100%;block-size:auto;aspect-ratio:var(--cdr-img-aspect-ratio);-o-object-fit:var(--cdr-img-object-fit);object-fit:var(--cdr-img-object-fit);-o-object-position:var(--cdr-img-object-position);object-position:var(--cdr-img-object-position);border-radius:var(--cdr-img-border-radius)}.cdr-picture_15-1-0{max-inline-size:100%}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@keyframes popup-exit-down{0%{top:calc(100% + 1.4rem)}to{top:100%}}@keyframes popup-enter-down{0%{top:100%}to{top:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-down{0%{bottom:-1.5rem}to{bottom:0}}@keyframes popup-arrow-enter-down{0%{bottom:0}to{bottom:-1.5rem}}@keyframes popup-exit-up{0%{bottom:calc(100% + 1.4rem)}to{bottom:100%}}@keyframes popup-enter-up{0%{bottom:100%}to{bottom:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-up{0%{top:-1.5rem}to{top:0}}@keyframes popup-arrow-enter-up{0%{top:0}to{top:-1.5rem}}@keyframes popup-exit-left{0%{right:calc(100% + 1.4rem)}to{right:100%}}@keyframes popup-enter-left{0%{right:100%}to{right:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-left{0%{left:-1.5rem}to{left:0}}@keyframes popup-arrow-enter-left{0%{left:0}to{left:-1.5rem}}@keyframes popup-exit-right{0%{left:calc(100% + 1.4rem)}to{left:100%}}@keyframes popup-enter-right{0%{left:100%}to{left:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-right{0%{right:-1.5rem}to{right:0}}@keyframes popup-arrow-enter-right{0%{right:0}to{right:-1.5rem}}.cdr-popup_15-0-1{opacity:0;transition:opacity .2s cubic-bezier(.32,.94,.6,1)}.cdr-popup--open_15-0-1{opacity:1}.cdr-popup--closed_15-0-1{opacity:0}.cdr-popup__content_15-0-1{animation-duration:.2s;animation-timing-function:cubic-bezier(.32,.94,.6,1);animation-fill-mode:forwards;background:var(--cdr-popup-content-background, var(--cdr-color-background-primary, #ffffff));border:.1rem solid var(--cdr-popup-content-border-color, var(--cdr-color-border-secondary, #928b80));border-radius:.4rem;box-shadow:0 .4rem .4rem #0c0b0833;max-width:28.6rem;width:-moz-max-content;width:max-content;position:absolute;z-index:100}.cdr-popup__arrow_15-0-1:before,.cdr-popup__arrow_15-0-1:after{content:"";position:absolute;margin:auto;width:0;height:0;border-style:solid;border-color:transparent;animation-duration:.2s;animation-timing-function:cubic-bezier(.32,.94,.6,1);animation-fill-mode:forwards;z-index:100}.cdr-popup__arrow_15-0-1:before{border-width:1rem}.cdr-popup__arrow_15-0-1:after{border-width:.9rem}.cdr-popup--top_15-0-1 .cdr-popup__content_15-0-1,.cdr-popup--top_15-0-1 .cdr-popup__arrow_15-0-1:before,.cdr-popup--top_15-0-1 .cdr-popup__arrow_15-0-1:after,.cdr-popup--bottom_15-0-1 .cdr-popup__content_15-0-1,.cdr-popup--bottom_15-0-1 .cdr-popup__arrow_15-0-1:before,.cdr-popup--bottom_15-0-1 .cdr-popup__arrow_15-0-1:after{left:50%;transform:translate(-50%)}.cdr-popup--bottom_15-0-1.cdr-popup--open_15-0-1 .cdr-popup__content_15-0-1{animation-name:popup-enter-down}.cdr-popup--bottom_15-0-1.cdr-popup--open_15-0-1 .cdr-popup__arrow_15-0-1:before,.cdr-popup--bottom_15-0-1.cdr-popup--open_15-0-1 .cdr-popup__arrow_15-0-1:after{animation-name:popup-arrow-enter-down}.cdr-popup--bottom_15-0-1.cdr-popup--exit_15-0-1 .cdr-popup__content_15-0-1{animation-name:popup-exit-down}.cdr-popup--bottom_15-0-1.cdr-popup--exit_15-0-1 .cdr-popup__arrow_15-0-1:before,.cdr-popup--bottom_15-0-1.cdr-popup--exit_15-0-1 .cdr-popup__arrow_15-0-1:after{animation-name:popup-arrow-exit-down}.cdr-popup--bottom_15-0-1 .cdr-popup__content_15-0-1{top:calc(100% + 1.4rem)}.cdr-popup--bottom_15-0-1 .cdr-popup__arrow_15-0-1:before{border-bottom-color:#928b80}.cdr-popup--bottom_15-0-1 .cdr-popup__arrow_15-0-1:after{border-bottom-color:#fff}.cdr-popup--top_15-0-1.cdr-popup--open_15-0-1 .cdr-popup__content_15-0-1{animation-name:popup-enter-up}.cdr-popup--top_15-0-1.cdr-popup--open_15-0-1 .cdr-popup__arrow_15-0-1:before,.cdr-popup--top_15-0-1.cdr-popup--open_15-0-1 .cdr-popup__arrow_15-0-1:after{animation-name:popup-arrow-enter-up}.cdr-popup--top_15-0-1.cdr-popup--exit_15-0-1 .cdr-popup__content_15-0-1{animation-name:popup-exit-up}.cdr-popup--top_15-0-1.cdr-popup--exit_15-0-1 .cdr-popup__arrow_15-0-1:before,.cdr-popup--top_15-0-1.cdr-popup--exit_15-0-1 .cdr-popup__arrow_15-0-1:after{animation-name:popup-arrow-exit-up}.cdr-popup--top_15-0-1 .cdr-popup__content_15-0-1{bottom:calc(100% + 1.4rem)}.cdr-popup--top_15-0-1 .cdr-popup__arrow_15-0-1:before{border-top-color:#928b80}.cdr-popup--top_15-0-1 .cdr-popup__arrow_15-0-1:after{border-top-color:#fff}.cdr-popup--corner-left_15-0-1 .cdr-popup__content_15-0-1{left:0;transform:unset}.cdr-popup--corner-right_15-0-1 .cdr-popup__content_15-0-1{left:unset;right:0;transform:unset}.cdr-popup--left_15-0-1 .cdr-popup__content_15-0-1,.cdr-popup--left_15-0-1 .cdr-popup__arrow_15-0-1:before,.cdr-popup--left_15-0-1 .cdr-popup__arrow_15-0-1:after,.cdr-popup--right_15-0-1 .cdr-popup__content_15-0-1,.cdr-popup--right_15-0-1 .cdr-popup__arrow_15-0-1:before,.cdr-popup--right_15-0-1 .cdr-popup__arrow_15-0-1:after{top:50%;transform:translateY(-50%)}.cdr-popup--left_15-0-1.cdr-popup--open_15-0-1 .cdr-popup__content_15-0-1{animation-name:popup-enter-left}.cdr-popup--left_15-0-1.cdr-popup--open_15-0-1 .cdr-popup__arrow_15-0-1:before,.cdr-popup--left_15-0-1.cdr-popup--open_15-0-1 .cdr-popup__arrow_15-0-1:after{animation-name:popup-arrow-enter-left}.cdr-popup--left_15-0-1.cdr-popup--exit_15-0-1 .cdr-popup__content_15-0-1{animation-name:popup-exit-left}.cdr-popup--left_15-0-1.cdr-popup--exit_15-0-1 .cdr-popup__arrow_15-0-1:before,.cdr-popup--left_15-0-1.cdr-popup--exit_15-0-1 .cdr-popup__arrow_15-0-1:after{animation-name:popup-arrow-exit-left}.cdr-popup--left_15-0-1 .cdr-popup__content_15-0-1{right:calc(100% + 1.4rem)}.cdr-popup--left_15-0-1 .cdr-popup__arrow_15-0-1:before{border-left-color:#928b80}.cdr-popup--left_15-0-1 .cdr-popup__arrow_15-0-1:after{border-left-color:#fff}.cdr-popup--right_15-0-1.cdr-popup--open_15-0-1 .cdr-popup__content_15-0-1{animation-name:popup-enter-right}.cdr-popup--right_15-0-1.cdr-popup--open_15-0-1 .cdr-popup__arrow_15-0-1:before,.cdr-popup--right_15-0-1.cdr-popup--open_15-0-1 .cdr-popup__arrow_15-0-1:after{animation-name:popup-arrow-enter-right}.cdr-popup--right_15-0-1.cdr-popup--exit_15-0-1 .cdr-popup__content_15-0-1{animation-name:popup-exit-right}.cdr-popup--right_15-0-1.cdr-popup--exit_15-0-1 .cdr-popup__arrow_15-0-1:before,.cdr-popup--right_15-0-1.cdr-popup--exit_15-0-1 .cdr-popup__arrow_15-0-1:after{animation-name:popup-arrow-exit-right}.cdr-popup--right_15-0-1 .cdr-popup__content_15-0-1{left:calc(100% + 1.4rem)}.cdr-popup--right_15-0-1 .cdr-popup__arrow_15-0-1:before{border-right-color:#928b80}.cdr-popup--right_15-0-1 .cdr-popup__arrow_15-0-1:after{border-right-color:#fff}.cdr-popup--corner-top_15-0-1 .cdr-popup__content_15-0-1{top:0;transform:unset}.cdr-popup--corner-bottom_15-0-1 .cdr-popup__content_15-0-1{top:unset;bottom:0;transform:unset}.cdr-button_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;border:none;border-radius:.4rem;cursor:pointer;display:inline-flex;outline:none;overflow:visible;margin:0;padding:.8rem 1.6rem;text-align:left;text-decoration:none;text-transform:none;vertical-align:middle;transition:box-shadow .2s cubic-bezier(.15,0,.15,0),background-color .2s cubic-bezier(.15,0,.15,0),color .2s cubic-bezier(.15,0,.15,0),fill .2s cubic-bezier(.15,0,.15,0)}.cdr-button_15-0-1:hover,.cdr-button_15-0-1:active,.cdr-button_15-0-1:focus{outline:none;outline-offset:0;text-decoration:none}.cdr-button_15-0-1[disabled]{cursor:not-allowed}.cdr-button_15-0-1 svg{align-self:center;fill:inherit}.cdr-button_15-0-1.cdr-button--has-icon-left_15-0-1 svg{margin-right:.4rem}.cdr-button_15-0-1.cdr-button--has-icon-right_15-0-1 svg{margin-left:.4rem}.cdr-button--primary_15-0-1{background-color:var(--cdr-button-primary-background-color-rest, var(--cdr-color-background-button-primary-rest, #1f513f));box-shadow:inset 0 0 0 .1rem var(--cdr-button-primary-box-shadow-color-rest, var(--cdr-color-border-button-primary-rest, #1f513f));color:var(--cdr-button-primary-text-color, var(--cdr-color-text-button-primary, #f9f8f6));fill:var(--cdr-button-primary-fill-color, var(--cdr-color-text-button-primary, #f9f8f6))}.cdr-button--primary_15-0-1:hover,.cdr-button--primary_15-0-1:focus{color:var(--cdr-button-primary-text-color-interaction, var(--cdr-color-text-button-primary-hover, #1f513f));fill:var(--cdr-button-primary-fill-color-interaction, var(--cdr-color-text-button-primary-hover, #1f513f));background-color:var(--cdr-button-primary-background-color-interaction, var(--cdr-color-background-button-primary-hover, #f4f2ed));box-shadow:inset 0 0 0 .3rem var(--cdr-button-primary-box-shadow-color-interaction, var(--cdr-color-border-button-primary-hover, #1f513f)),0 .2rem .2rem #0c0b0833}.cdr-button--primary_15-0-1:active{color:var(--cdr-button-primary-text-color-active, var(--cdr-color-text-button-primary-active, #f9f8f6));fill:var(--cdr-button-primary-fill-color-active, var(--cdr-color-text-button-primary-active, #f9f8f6));background-color:var(--cdr-button-primary-background-color-active, var(--cdr-color-background-button-primary-active, #1f513f));box-shadow:inset 0 0 0 .3rem var(--cdr-button-primary-box-shadow-color-active, var(--cdr-color-border-button-primary-active, #1f513f)),inset 0 0 0 .5rem var(--cdr-button-primary-box-shadow-color-active-inset, var(--cdr-color-border-button-primary-active-inset, #f4f2ed))}.cdr-button--primary_15-0-1[disabled]{background-color:var(--cdr-button-primary-background-color-disabled, var(--cdr-color-background-button-default-disabled, #dcd6cb));box-shadow:inset 0 0 0 .1rem var(--cdr-button-primary-box-shadow-color-disabled, var(--cdr-color-border-button-default-disabled, #dcd6cb));color:var(--cdr-button-primary-text-color-disabled, var(--cdr-color-text-button-primary-disabled, #ffffff));fill:var(--cdr-button-primary-fill-color-disabled, var(--cdr-color-text-button-primary-disabled, #ffffff))}.cdr-button--secondary_15-0-1{background-color:var(--cdr-button-secondary-background-color-rest, var(--cdr-color-background-button-secondary-rest, #f9f8f6));box-shadow:inset 0 0 0 .1rem var(--cdr-button-secondary-box-shadow-color-rest, var(--cdr-color-border-button-secondary-rest, #928b80));color:var(--cdr-button-secondary-text-color, var(--cdr-color-text-button-secondary, #4e4d49));fill:var(--cdr-button-secondary-fill-color, var(--cdr-color-icon-default, #928b80))}.cdr-button--secondary_15-0-1:hover,.cdr-button--secondary_15-0-1:focus{color:var(--cdr-button-secondary-text-color-interaction, var(--cdr-color-text-button-secondary-hover, #4e4d49));fill:var(--cdr-button-secondary-fill-color-interaction, var(--cdr-color-text-button-secondary-hover, #4e4d49));background-color:var(--cdr-button-secondary-background-color-interaction, var(--cdr-color-background-button-secondary-hover, #f4f2ed));box-shadow:inset 0 0 0 .3rem var(--cdr-button-secondary-box-shadow-color-interaction, var(--cdr-color-border-button-secondary-hover, #4e4d49)),0 .2rem .2rem #0c0b0833}.cdr-button--secondary_15-0-1:active{color:var(--cdr-button-secondary-text-color-active, var(--cdr-color-text-button-secondary-active, #f9f8f6));fill:var(--cdr-button-secondary-fill-color-active, var(--cdr-color-text-button-secondary-active, #f9f8f6));background-color:var(--cdr-button-secondary-background-color-active, var(--cdr-color-background-button-secondary-active, #928b80));box-shadow:inset 0 0 0 .3rem var(--cdr-button-secondary-box-shadow-color-active, var(--cdr-color-border-button-secondary-active, #928b80)),inset 0 0 0 .5rem var(--cdr-button-secondary-border-color-active-inset, var(--cdr-color-border-button-secondary-active-inset, #f4f2ed))}.cdr-button--secondary_15-0-1[disabled]{background-color:var(--cdr-button-secondary-background-color-disabled, var(--cdr-color-background-button-secondary-disabled, #f9f8f6));box-shadow:inset 0 0 0 .1rem var(--cdr-button-secondary-box-shadow-color-disabled, var(--cdr-color-border-button-default-disabled, #dcd6cb));color:var(--cdr-button-secondary-text-color-disabled, var(--cdr-color-text-button-secondary-disabled, #d1cbbd));fill:var(--cdr-button-secondary-fill-color-disabled, var(--cdr-color-text-button-secondary-disabled, #d1cbbd))}.cdr-button--dark_15-0-1{background-color:var(--cdr-button-dark-background-color-rest, var(--cdr-color-background-button-dark-rest, #4e4d49));box-shadow:inset 0 0 0 .1rem var(--cdr-button-dark-box-shadow-color-rest, var(--cdr-color-border-button-dark-rest, #4e4d49));color:var(--cdr-button-dark-text-color, var(--cdr-color-text-button-dark, #f9f8f6));fill:var(--cdr-button-dark-fill-color, var(--cdr-color-text-button-dark, #f9f8f6))}.cdr-button--dark_15-0-1:hover,.cdr-button--dark_15-0-1:focus{color:var(--cdr-button-dark-text-color-interaction, var(--cdr-color-text-button-dark-hover, #4e4d49));fill:var(--cdr-button-dark-fill-color-interaction, var(--cdr-color-text-button-dark-hover, #4e4d49));background-color:var(--cdr-button-dark-background-color-interaction, var(--cdr-color-background-button-dark-hover, #edeae3));box-shadow:inset 0 0 0 .3rem var(--cdr-button-dark-box-shadow-color-interaction, var(--cdr-color-border-button-dark-hover, #4e4d49)),0 .2rem .2rem #0c0b0833}.cdr-button--dark_15-0-1:active{color:var(--cdr-button-dark-text-color-active, var(--cdr-color-text-button-dark-active, #f9f8f6));fill:var(--cdr-button-dark-fill-color-active, var(--cdr-color-text-button-dark-active, #f9f8f6));background-color:var(--cdr-button-dark-background-color-active, var(--cdr-color-background-button-dark-active, #4e4d49));box-shadow:inset 0 0 0 .3rem var(--cdr-button-dark-box-shadow-color-active, var(--cdr-color-border-button-dark-active, #4e4d49)),inset 0 0 0 .5rem var(--cdr-button-dark-box-shadow-color-active-inset, var(--cdr-color-border-button-dark-active-inset, #edeae3))}.cdr-button--dark_15-0-1[disabled]{background-color:var(--cdr-button-dark-background-color-disabled, var(--cdr-color-background-button-default-disabled, #dcd6cb));box-shadow:inset 0 0 0 .1rem var(--cdr-button-dark-box-shadow-color-disabled, var(--cdr-color-border-button-default-disabled, #dcd6cb));color:var(--cdr-button-dark-text-color-disabled, var(--cdr-color-text-button-dark-disabled, #ffffff));fill:var(--cdr-button-dark-fill-color-disabled, var(--cdr-color-text-button-dark-disabled, #ffffff))}.cdr-button--sale_15-0-1{background-color:var(--cdr-button-sale-background-color-rest, var(--cdr-color-background-button-sale-rest, #c7370f));box-shadow:inset 0 0 0 .1rem var(--cdr-button-sale-box-shadow-color-rest, var(--cdr-color-border-button-sale-rest, #c7370f));color:var(--cdr-button-sale-text-color, var(--cdr-color-text-button-sale, #ffffff));fill:var(--cdr-button-sale-fill-color, var(--cdr-color-text-button-sale, #ffffff))}.cdr-button--sale_15-0-1:hover,.cdr-button--sale_15-0-1:focus{color:var(--cdr-button-sale-text-color-interaction, var(--cdr-color-text-button-sale-hover, #c7370f));fill:var(--cdr-button-sale-fill-color-interaction, var(--cdr-color-text-button-sale-hover, #c7370f));background-color:var(--cdr-button-sale-background-color-interaction, var(--cdr-color-background-button-sale-hover, #f4f2ed));box-shadow:inset 0 0 0 .3rem var(--cdr-button-sale-box-shadow-color-interaction, var(--cdr-color-border-button-sale-hover, #c7370f)),0 .2rem .2rem #0c0b0833}.cdr-button--sale_15-0-1:active{color:var(--cdr-button-sale-text-color-active, var(--cdr-color-text-button-sale-active, #ffffff));fill:var(--cdr-button-sale-fill-color-active, var(--cdr-color-text-button-sale-active, #ffffff));background-color:var(--cdr-button-sale-background-color-active, var(--cdr-color-background-button-sale-active, #c7370f));box-shadow:inset 0 0 0 .3rem var(--cdr-button-sale-box-shadow-color-active, var(--cdr-color-border-button-sale-active, #c7370f)),inset 0 0 0 .5rem var(--cdr-button-sale-box-shadow-color-active-inset, var(--cdr-color-border-button-sale-active-inset, #f4f2ed))}.cdr-button--sale_15-0-1[disabled]{background-color:var(--cdr-button-sale-background-color-disabled, var(--cdr-color-background-button-default-disabled, #dcd6cb));box-shadow:inset 0 0 0 .1rem var(--cdr-button-sale-box-shadow-color-disabled, var(--cdr-color-border-button-default-disabled, #dcd6cb));color:var(--cdr-button-sale-text-color-disabled, var(--cdr-color-text-button-sale-disabled, #ffffff));fill:var(--cdr-button-sale-fill-color-disabled, var(--cdr-color-text-button-sale-disabled, #ffffff))}.cdr-button--link_15-0-1{color:var(--cdr-button-link-text-color, var(--cdr-color-text-link-rest, #406eb5));fill:var(--cdr-button-link-fill-color, var(--cdr-color-text-link-rest, #406eb5));background-color:transparent;text-decoration:underline}.cdr-button--link_15-0-1:active,.cdr-button--link_15-0-1:focus{color:var(--cdr-button-link-text-color-active, var(--cdr-color-text-link-active, #0b2d60))}.cdr-button--link_15-0-1:hover{color:var(--cdr-button-link-text-color-hover, var(--cdr-color-text-link-hover, #406eb5));text-decoration:none}.cdr-button--link_15-0-1:focus{outline:var(--cdr-button-link-outline, var(--default-outline, .2rem solid Highlight));outline-color:-webkit-focus-ring-color;outline-offset:0}.cdr-button--large_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large_15-0-1.cdr-button--has-icon-left_15-0-1{padding-left:2rem}.cdr-button--large_15-0-1.cdr-button--has-icon-right_15-0-1{padding-right:2rem}.cdr-button--large_15-0-1 svg{width:2.4rem;height:2.4rem}.cdr-button--medium_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem 1.6rem;width:auto}.cdr-button--medium_15-0-1.cdr-button--has-icon-left_15-0-1{padding-left:1.2rem}.cdr-button--medium_15-0-1.cdr-button--has-icon-right_15-0-1{padding-right:1.2rem}.cdr-button--medium_15-0-1 svg{width:2.4rem;height:2.4rem}.cdr-button--small_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.4rem;line-height:1.8rem;padding:.6rem 1.2rem;width:auto}.cdr-button--small_15-0-1.cdr-button--has-icon-left_15-0-1{padding-left:.8rem}.cdr-button--small_15-0-1.cdr-button--has-icon-right_15-0-1{padding-right:.8rem}.cdr-button--small_15-0-1 svg{width:2rem;height:2rem}.cdr-button--icon-only_15-0-1{background:none;border:none;border-radius:.2rem;box-shadow:none;display:inline-block;line-height:normal;padding:.8rem;fill:var(--cdr-button-icon-only-icon-fill, var(--cdr-color-icon-default, #928b80))}.cdr-button--icon-only_15-0-1:hover{background:none;box-shadow:none;border:none;fill:var(--cdr-button-icon-only-icon-fill-hover, var(--cdr-color-icon-default, #928b80))}.cdr-button--icon-only_15-0-1:active,.cdr-button--icon-only_15-0-1:focus{background:none;outline:none;border:none;box-shadow:none;fill:var(--cdr-button-icon-only-icon-fill-active, var(--cdr-color-icon-default, #928b80))}.cdr-button--icon-only_15-0-1:active svg,.cdr-button--icon-only_15-0-1:focus svg{box-shadow:inset 0 0 0 .1rem var(--cdr-button-icon-only-icon-svg-box-shadow, var(--cdr-color-border-button-secondary-active, #928b80))}.cdr-button--icon-only_15-0-1[disabled]{background:transparent;box-shadow:none;border:none;fill:var(--cdr-button-icon-only-disabled-icon-fill, var(--cdr-color-icon-disabled, #dcd6cb))}.cdr-button--icon-only_15-0-1>svg{margin:0}.cdr-button--icon-only-large_15-0-1{padding:1.2rem}.cdr-button--with-background_15-0-1{border-radius:50%;fill:var(--cdr-button-with-background-icon-fill, var(--cdr-color-icon-default, #928b80));background-color:var(--cdr-button-with-background-background-color, var(--cdr-color-background-button-secondary-rest, #f9f8f6));box-shadow:inset 0 0 0 .1rem var(--cdr-button-with-background-box-shadow, var(--cdr-color-border-button-secondary-rest, #928b80))}.cdr-button--with-background_15-0-1:hover,.cdr-button--with-background_15-0-1:focus{fill:var(--cdr-button-with-background-icon-fill-interaction, var(--cdr-color-icon-default, #928b80));background-color:var(--cdr-button-with-background-background-color-interaction, var(--cdr-color-background-button-secondary-hover, #f4f2ed));box-shadow:inset 0 0 0 .3rem var(--cdr-button-with-background-box-shadow-interaction, var(--cdr-color-border-button-secondary-hover, #4e4d49)),0 .2rem .2rem #0c0b0833}.cdr-button--with-background_15-0-1:hover svg,.cdr-button--with-background_15-0-1:focus svg{box-shadow:none}.cdr-button--with-background_15-0-1:active{color:var(--cdr-button-with-background-color-active, var(--cdr-color-text-button-secondary-active, #f9f8f6));fill:var(--cdr-button-with-background-fill-active, var(--cdr-color-text-button-secondary-active, #f9f8f6));background-color:var(--cdr-button-with-background-background-color-active, var(--cdr-color-background-button-secondary-active, #928b80));box-shadow:inset 0 0 0 .3rem var(--cdr-button-with-background-box-shadow-active, var(--cdr-color-border-button-secondary-active, #928b80)),inset 0 0 0 .5rem var(--cdr-button-with-background-box-shadow-inset-active, var(--cdr-color-border-button-secondary-active-inset, #f4f2ed))}.cdr-button--with-background_15-0-1:active svg{box-shadow:none}.cdr-button--with-background_15-0-1[disabled]{background-color:var(--cdr-button-with-background-background-color-disabled, var(--cdr-color-background-button-secondary-disabled, #f9f8f6));box-shadow:inset 0 0 0 .1rem var(--cdr-button-with-background-box-shadow-disabled, var(--cdr-color-border-button-default-disabled, #dcd6cb));fill:var(--cdr-button-with-background-fill-disabled, var(--cdr-color-text-button-secondary-disabled, #d1cbbd))}.cdr-button--full-width_15-0-1{width:100%!important;justify-content:center}@media (min-width: 0) and (max-width: 767px){.cdr-button--small\@xs_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.4rem;line-height:1.8rem;padding:.6rem 1.2rem;width:auto}.cdr-button--small\@xs_15-0-1.cdr-button--has-icon-left_15-0-1{padding-left:.8rem}.cdr-button--small\@xs_15-0-1.cdr-button--has-icon-right_15-0-1{padding-right:.8rem}.cdr-button--small\@xs_15-0-1 svg{width:2rem;height:2rem}.cdr-button--medium\@xs_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem 1.6rem;width:auto}.cdr-button--medium\@xs_15-0-1.cdr-button--has-icon-left_15-0-1{padding-left:1.2rem}.cdr-button--medium\@xs_15-0-1.cdr-button--has-icon-right_15-0-1{padding-right:1.2rem}.cdr-button--medium\@xs_15-0-1 svg{width:2.4rem;height:2.4rem}.cdr-button--large\@xs_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large\@xs_15-0-1.cdr-button--has-icon-left_15-0-1{padding-left:2rem}.cdr-button--large\@xs_15-0-1.cdr-button--has-icon-right_15-0-1{padding-right:2rem}.cdr-button--large\@xs_15-0-1 svg{width:2.4rem;height:2.4rem}.cdr-button--full-width\@xs_15-0-1{width:100%!important;justify-content:center}}@media (min-width: 768px) and (max-width: 991px){.cdr-button--small\@sm_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.4rem;line-height:1.8rem;padding:.6rem 1.2rem;width:auto}.cdr-button--small\@sm_15-0-1.cdr-button--has-icon-left_15-0-1{padding-left:.8rem}.cdr-button--small\@sm_15-0-1.cdr-button--has-icon-right_15-0-1{padding-right:.8rem}.cdr-button--small\@sm_15-0-1 svg{width:2rem;height:2rem}.cdr-button--medium\@sm_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem 1.6rem;width:auto}.cdr-button--medium\@sm_15-0-1.cdr-button--has-icon-left_15-0-1{padding-left:1.2rem}.cdr-button--medium\@sm_15-0-1.cdr-button--has-icon-right_15-0-1{padding-right:1.2rem}.cdr-button--medium\@sm_15-0-1 svg{width:2.4rem;height:2.4rem}.cdr-button--large\@sm_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large\@sm_15-0-1.cdr-button--has-icon-left_15-0-1{padding-left:2rem}.cdr-button--large\@sm_15-0-1.cdr-button--has-icon-right_15-0-1{padding-right:2rem}.cdr-button--large\@sm_15-0-1 svg{width:2.4rem;height:2.4rem}.cdr-button--full-width\@sm_15-0-1{width:100%!important;justify-content:center}}@media (min-width: 992px) and (max-width: 1231px){.cdr-button--small\@md_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.4rem;line-height:1.8rem;padding:.6rem 1.2rem;width:auto}.cdr-button--small\@md_15-0-1.cdr-button--has-icon-left_15-0-1{padding-left:.8rem}.cdr-button--small\@md_15-0-1.cdr-button--has-icon-right_15-0-1{padding-right:.8rem}.cdr-button--small\@md_15-0-1 svg{width:2rem;height:2rem}.cdr-button--medium\@md_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem 1.6rem;width:auto}.cdr-button--medium\@md_15-0-1.cdr-button--has-icon-left_15-0-1{padding-left:1.2rem}.cdr-button--medium\@md_15-0-1.cdr-button--has-icon-right_15-0-1{padding-right:1.2rem}.cdr-button--medium\@md_15-0-1 svg{width:2.4rem;height:2.4rem}.cdr-button--large\@md_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large\@md_15-0-1.cdr-button--has-icon-left_15-0-1{padding-left:2rem}.cdr-button--large\@md_15-0-1.cdr-button--has-icon-right_15-0-1{padding-right:2rem}.cdr-button--large\@md_15-0-1 svg{width:2.4rem;height:2.4rem}.cdr-button--full-width\@md_15-0-1{width:100%!important;justify-content:center}}@media (min-width: 1232px){.cdr-button--small\@lg_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.4rem;line-height:1.8rem;padding:.6rem 1.2rem;width:auto}.cdr-button--small\@lg_15-0-1.cdr-button--has-icon-left_15-0-1{padding-left:.8rem}.cdr-button--small\@lg_15-0-1.cdr-button--has-icon-right_15-0-1{padding-right:.8rem}.cdr-button--small\@lg_15-0-1 svg{width:2rem;height:2rem}.cdr-button--medium\@lg_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem 1.6rem;width:auto}.cdr-button--medium\@lg_15-0-1.cdr-button--has-icon-left_15-0-1{padding-left:1.2rem}.cdr-button--medium\@lg_15-0-1.cdr-button--has-icon-right_15-0-1{padding-right:1.2rem}.cdr-button--medium\@lg_15-0-1 svg{width:2.4rem;height:2.4rem}.cdr-button--large\@lg_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large\@lg_15-0-1.cdr-button--has-icon-left_15-0-1{padding-left:2rem}.cdr-button--large\@lg_15-0-1.cdr-button--has-icon-right_15-0-1{padding-right:2rem}.cdr-button--large\@lg_15-0-1 svg{width:2.4rem;height:2.4rem}.cdr-button--full-width\@lg_15-0-1{width:100%!important;justify-content:center}}.cdr-icon_15-0-1{display:inline-block;vertical-align:middle;flex:0 0 auto;width:2.4rem;height:2.4rem;fill:var(--cdr-icon-fill-default, var(--cdr-color-icon-default, #928b80))}.cdr-icon--small_15-0-1{width:1.6rem;height:1.6rem}.cdr-icon--large_15-0-1{width:3.2rem;height:3.2rem}@media (min-width: 0) and (max-width: 767px){.cdr-icon--small\@xs_15-0-1{width:1.6rem;height:1.6rem}.cdr-icon--large\@xs_15-0-1{width:3.2rem;height:3.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-icon--small\@sm_15-0-1{width:1.6rem;height:1.6rem}.cdr-icon--large\@sm_15-0-1{width:3.2rem;height:3.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-icon--small\@md_15-0-1{width:1.6rem;height:1.6rem}.cdr-icon--large\@md_15-0-1{width:3.2rem;height:3.2rem}}@media (min-width: 1232px){.cdr-icon--small\@lg_15-0-1{width:1.6rem;height:1.6rem}.cdr-icon--large\@lg_15-0-1{width:3.2rem;height:3.2rem}}.cdr-icon--inherit-color_15-0-1{fill:inherit}.cdr-popover--position_15-0-1{position:relative}.cdr-popover--wrapper_15-0-1{width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content}.cdr-popover--wrapper_15-0-1 .cdr-popup--closed_15-0-1{display:none}.cdr-popover__title_15-0-1{font-family:Stuart,Georgia,serif;font-style:normal;font-weight:500;letter-spacing:0;font-size:1.8rem;line-height:2.4rem;margin-bottom:.8rem;margin-right:.8rem}.cdr-popover__container_15-0-1{padding:.8rem .8rem .8rem 1.6rem;display:flex}.cdr-popover__content_15-0-1{flex:auto}.cdr-popover__close-button_15-0-1{align-self:flex-start;flex:none;padding:0}
|
|
1
|
+
@keyframes popup-exit-down{0%{top:calc(100% + 1.4rem)}to{top:100%}}@keyframes popup-enter-down{0%{top:100%}to{top:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-down{0%{bottom:-1.5rem}to{bottom:0}}@keyframes popup-arrow-enter-down{0%{bottom:0}to{bottom:-1.5rem}}@keyframes popup-exit-up{0%{bottom:calc(100% + 1.4rem)}to{bottom:100%}}@keyframes popup-enter-up{0%{bottom:100%}to{bottom:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-up{0%{top:-1.5rem}to{top:0}}@keyframes popup-arrow-enter-up{0%{top:0}to{top:-1.5rem}}@keyframes popup-exit-left{0%{right:calc(100% + 1.4rem)}to{right:100%}}@keyframes popup-enter-left{0%{right:100%}to{right:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-left{0%{left:-1.5rem}to{left:0}}@keyframes popup-arrow-enter-left{0%{left:0}to{left:-1.5rem}}@keyframes popup-exit-right{0%{left:calc(100% + 1.4rem)}to{left:100%}}@keyframes popup-enter-right{0%{left:100%}to{left:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-right{0%{right:-1.5rem}to{right:0}}@keyframes popup-arrow-enter-right{0%{right:0}to{right:-1.5rem}}.cdr-popup_15-1-0{opacity:0;transition:opacity .2s cubic-bezier(.32,.94,.6,1)}.cdr-popup--open_15-1-0{opacity:1}.cdr-popup--closed_15-1-0{opacity:0}.cdr-popup__content_15-1-0{animation-duration:.2s;animation-timing-function:cubic-bezier(.32,.94,.6,1);animation-fill-mode:forwards;background:var(--cdr-popup-content-background, var(--cdr-color-background-primary, #ffffff));border:.1rem solid var(--cdr-popup-content-border-color, var(--cdr-color-border-secondary, #928b80));border-radius:.4rem;box-shadow:0 .4rem .4rem #0c0b0833;max-width:28.6rem;width:-moz-max-content;width:max-content;position:absolute;z-index:100}.cdr-popup__arrow_15-1-0:before,.cdr-popup__arrow_15-1-0:after{content:"";position:absolute;margin:auto;width:0;height:0;border-style:solid;border-color:transparent;animation-duration:.2s;animation-timing-function:cubic-bezier(.32,.94,.6,1);animation-fill-mode:forwards;z-index:100}.cdr-popup__arrow_15-1-0:before{border-width:1rem}.cdr-popup__arrow_15-1-0:after{border-width:.9rem}.cdr-popup--top_15-1-0 .cdr-popup__content_15-1-0,.cdr-popup--top_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--top_15-1-0 .cdr-popup__arrow_15-1-0:after,.cdr-popup--bottom_15-1-0 .cdr-popup__content_15-1-0,.cdr-popup--bottom_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--bottom_15-1-0 .cdr-popup__arrow_15-1-0:after{left:50%;transform:translate(-50%)}.cdr-popup--bottom_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__content_15-1-0{animation-name:popup-enter-down}.cdr-popup--bottom_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--bottom_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__arrow_15-1-0:after{animation-name:popup-arrow-enter-down}.cdr-popup--bottom_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__content_15-1-0{animation-name:popup-exit-down}.cdr-popup--bottom_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--bottom_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__arrow_15-1-0:after{animation-name:popup-arrow-exit-down}.cdr-popup--bottom_15-1-0 .cdr-popup__content_15-1-0{top:calc(100% + 1.4rem)}.cdr-popup--bottom_15-1-0 .cdr-popup__arrow_15-1-0:before{border-bottom-color:#928b80}.cdr-popup--bottom_15-1-0 .cdr-popup__arrow_15-1-0:after{border-bottom-color:#fff}.cdr-popup--top_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__content_15-1-0{animation-name:popup-enter-up}.cdr-popup--top_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--top_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__arrow_15-1-0:after{animation-name:popup-arrow-enter-up}.cdr-popup--top_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__content_15-1-0{animation-name:popup-exit-up}.cdr-popup--top_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--top_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__arrow_15-1-0:after{animation-name:popup-arrow-exit-up}.cdr-popup--top_15-1-0 .cdr-popup__content_15-1-0{bottom:calc(100% + 1.4rem)}.cdr-popup--top_15-1-0 .cdr-popup__arrow_15-1-0:before{border-top-color:#928b80}.cdr-popup--top_15-1-0 .cdr-popup__arrow_15-1-0:after{border-top-color:#fff}.cdr-popup--corner-left_15-1-0 .cdr-popup__content_15-1-0{left:0;transform:unset}.cdr-popup--corner-right_15-1-0 .cdr-popup__content_15-1-0{left:unset;right:0;transform:unset}.cdr-popup--left_15-1-0 .cdr-popup__content_15-1-0,.cdr-popup--left_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--left_15-1-0 .cdr-popup__arrow_15-1-0:after,.cdr-popup--right_15-1-0 .cdr-popup__content_15-1-0,.cdr-popup--right_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--right_15-1-0 .cdr-popup__arrow_15-1-0:after{top:50%;transform:translateY(-50%)}.cdr-popup--left_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__content_15-1-0{animation-name:popup-enter-left}.cdr-popup--left_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--left_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__arrow_15-1-0:after{animation-name:popup-arrow-enter-left}.cdr-popup--left_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__content_15-1-0{animation-name:popup-exit-left}.cdr-popup--left_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--left_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__arrow_15-1-0:after{animation-name:popup-arrow-exit-left}.cdr-popup--left_15-1-0 .cdr-popup__content_15-1-0{right:calc(100% + 1.4rem)}.cdr-popup--left_15-1-0 .cdr-popup__arrow_15-1-0:before{border-left-color:#928b80}.cdr-popup--left_15-1-0 .cdr-popup__arrow_15-1-0:after{border-left-color:#fff}.cdr-popup--right_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__content_15-1-0{animation-name:popup-enter-right}.cdr-popup--right_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--right_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__arrow_15-1-0:after{animation-name:popup-arrow-enter-right}.cdr-popup--right_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__content_15-1-0{animation-name:popup-exit-right}.cdr-popup--right_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--right_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__arrow_15-1-0:after{animation-name:popup-arrow-exit-right}.cdr-popup--right_15-1-0 .cdr-popup__content_15-1-0{left:calc(100% + 1.4rem)}.cdr-popup--right_15-1-0 .cdr-popup__arrow_15-1-0:before{border-right-color:#928b80}.cdr-popup--right_15-1-0 .cdr-popup__arrow_15-1-0:after{border-right-color:#fff}.cdr-popup--corner-top_15-1-0 .cdr-popup__content_15-1-0{top:0;transform:unset}.cdr-popup--corner-bottom_15-1-0 .cdr-popup__content_15-1-0{top:unset;bottom:0;transform:unset}.cdr-button_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;border:none;border-radius:.4rem;cursor:pointer;display:inline-flex;outline:none;overflow:visible;margin:0;padding:.8rem 1.6rem;text-align:left;text-decoration:none;text-transform:none;vertical-align:middle;transition:box-shadow .2s cubic-bezier(.15,0,.15,0),background-color .2s cubic-bezier(.15,0,.15,0),color .2s cubic-bezier(.15,0,.15,0),fill .2s cubic-bezier(.15,0,.15,0)}.cdr-button_15-1-0:hover,.cdr-button_15-1-0:active,.cdr-button_15-1-0:focus{outline:none;outline-offset:0;text-decoration:none}.cdr-button_15-1-0[disabled]{cursor:not-allowed}.cdr-button_15-1-0 svg{align-self:center;fill:inherit}.cdr-button_15-1-0.cdr-button--has-icon-left_15-1-0 svg{margin-right:.4rem}.cdr-button_15-1-0.cdr-button--has-icon-right_15-1-0 svg{margin-left:.4rem}.cdr-button--primary_15-1-0{background-color:var(--cdr-button-primary-background-color-rest, var(--cdr-color-background-button-primary-rest, #1f513f));box-shadow:inset 0 0 0 .1rem var(--cdr-button-primary-box-shadow-color-rest, var(--cdr-color-border-button-primary-rest, #1f513f));color:var(--cdr-button-primary-text-color, var(--cdr-color-text-button-primary, #f9f8f6));fill:var(--cdr-button-primary-fill-color, var(--cdr-color-text-button-primary, #f9f8f6))}.cdr-button--primary_15-1-0:hover,.cdr-button--primary_15-1-0:focus{color:var(--cdr-button-primary-text-color-interaction, var(--cdr-color-text-button-primary-hover, #1f513f));fill:var(--cdr-button-primary-fill-color-interaction, var(--cdr-color-text-button-primary-hover, #1f513f));background-color:var(--cdr-button-primary-background-color-interaction, var(--cdr-color-background-button-primary-hover, #f4f2ed));box-shadow:inset 0 0 0 .3rem var(--cdr-button-primary-box-shadow-color-interaction, var(--cdr-color-border-button-primary-hover, #1f513f)),0 .2rem .2rem #0c0b0833}.cdr-button--primary_15-1-0:active{color:var(--cdr-button-primary-text-color-active, var(--cdr-color-text-button-primary-active, #f9f8f6));fill:var(--cdr-button-primary-fill-color-active, var(--cdr-color-text-button-primary-active, #f9f8f6));background-color:var(--cdr-button-primary-background-color-active, var(--cdr-color-background-button-primary-active, #1f513f));box-shadow:inset 0 0 0 .3rem var(--cdr-button-primary-box-shadow-color-active, var(--cdr-color-border-button-primary-active, #1f513f)),inset 0 0 0 .5rem var(--cdr-button-primary-box-shadow-color-active-inset, var(--cdr-color-border-button-primary-active-inset, #f4f2ed))}.cdr-button--primary_15-1-0[disabled]{background-color:var(--cdr-button-primary-background-color-disabled, var(--cdr-color-background-button-default-disabled, #dcd6cb));box-shadow:inset 0 0 0 .1rem var(--cdr-button-primary-box-shadow-color-disabled, var(--cdr-color-border-button-default-disabled, #dcd6cb));color:var(--cdr-button-primary-text-color-disabled, var(--cdr-color-text-button-primary-disabled, #ffffff));fill:var(--cdr-button-primary-fill-color-disabled, var(--cdr-color-text-button-primary-disabled, #ffffff))}.cdr-button--secondary_15-1-0{background-color:var(--cdr-button-secondary-background-color-rest, var(--cdr-color-background-button-secondary-rest, #f9f8f6));box-shadow:inset 0 0 0 .1rem var(--cdr-button-secondary-box-shadow-color-rest, var(--cdr-color-border-button-secondary-rest, #928b80));color:var(--cdr-button-secondary-text-color, var(--cdr-color-text-button-secondary, #4e4d49));fill:var(--cdr-button-secondary-fill-color, var(--cdr-color-icon-default, #928b80))}.cdr-button--secondary_15-1-0:hover,.cdr-button--secondary_15-1-0:focus{color:var(--cdr-button-secondary-text-color-interaction, var(--cdr-color-text-button-secondary-hover, #4e4d49));fill:var(--cdr-button-secondary-fill-color-interaction, var(--cdr-color-text-button-secondary-hover, #4e4d49));background-color:var(--cdr-button-secondary-background-color-interaction, var(--cdr-color-background-button-secondary-hover, #f4f2ed));box-shadow:inset 0 0 0 .3rem var(--cdr-button-secondary-box-shadow-color-interaction, var(--cdr-color-border-button-secondary-hover, #4e4d49)),0 .2rem .2rem #0c0b0833}.cdr-button--secondary_15-1-0:active{color:var(--cdr-button-secondary-text-color-active, var(--cdr-color-text-button-secondary-active, #f9f8f6));fill:var(--cdr-button-secondary-fill-color-active, var(--cdr-color-text-button-secondary-active, #f9f8f6));background-color:var(--cdr-button-secondary-background-color-active, var(--cdr-color-background-button-secondary-active, #928b80));box-shadow:inset 0 0 0 .3rem var(--cdr-button-secondary-box-shadow-color-active, var(--cdr-color-border-button-secondary-active, #928b80)),inset 0 0 0 .5rem var(--cdr-button-secondary-border-color-active-inset, var(--cdr-color-border-button-secondary-active-inset, #f4f2ed))}.cdr-button--secondary_15-1-0[disabled]{background-color:var(--cdr-button-secondary-background-color-disabled, var(--cdr-color-background-button-secondary-disabled, #f9f8f6));box-shadow:inset 0 0 0 .1rem var(--cdr-button-secondary-box-shadow-color-disabled, var(--cdr-color-border-button-default-disabled, #dcd6cb));color:var(--cdr-button-secondary-text-color-disabled, var(--cdr-color-text-button-secondary-disabled, #d1cbbd));fill:var(--cdr-button-secondary-fill-color-disabled, var(--cdr-color-text-button-secondary-disabled, #d1cbbd))}.cdr-button--dark_15-1-0{background-color:var(--cdr-button-dark-background-color-rest, var(--cdr-color-background-button-dark-rest, #4e4d49));box-shadow:inset 0 0 0 .1rem var(--cdr-button-dark-box-shadow-color-rest, var(--cdr-color-border-button-dark-rest, #4e4d49));color:var(--cdr-button-dark-text-color, var(--cdr-color-text-button-dark, #f9f8f6));fill:var(--cdr-button-dark-fill-color, var(--cdr-color-text-button-dark, #f9f8f6))}.cdr-button--dark_15-1-0:hover,.cdr-button--dark_15-1-0:focus{color:var(--cdr-button-dark-text-color-interaction, var(--cdr-color-text-button-dark-hover, #4e4d49));fill:var(--cdr-button-dark-fill-color-interaction, var(--cdr-color-text-button-dark-hover, #4e4d49));background-color:var(--cdr-button-dark-background-color-interaction, var(--cdr-color-background-button-dark-hover, #edeae3));box-shadow:inset 0 0 0 .3rem var(--cdr-button-dark-box-shadow-color-interaction, var(--cdr-color-border-button-dark-hover, #4e4d49)),0 .2rem .2rem #0c0b0833}.cdr-button--dark_15-1-0:active{color:var(--cdr-button-dark-text-color-active, var(--cdr-color-text-button-dark-active, #f9f8f6));fill:var(--cdr-button-dark-fill-color-active, var(--cdr-color-text-button-dark-active, #f9f8f6));background-color:var(--cdr-button-dark-background-color-active, var(--cdr-color-background-button-dark-active, #4e4d49));box-shadow:inset 0 0 0 .3rem var(--cdr-button-dark-box-shadow-color-active, var(--cdr-color-border-button-dark-active, #4e4d49)),inset 0 0 0 .5rem var(--cdr-button-dark-box-shadow-color-active-inset, var(--cdr-color-border-button-dark-active-inset, #edeae3))}.cdr-button--dark_15-1-0[disabled]{background-color:var(--cdr-button-dark-background-color-disabled, var(--cdr-color-background-button-default-disabled, #dcd6cb));box-shadow:inset 0 0 0 .1rem var(--cdr-button-dark-box-shadow-color-disabled, var(--cdr-color-border-button-default-disabled, #dcd6cb));color:var(--cdr-button-dark-text-color-disabled, var(--cdr-color-text-button-dark-disabled, #ffffff));fill:var(--cdr-button-dark-fill-color-disabled, var(--cdr-color-text-button-dark-disabled, #ffffff))}.cdr-button--sale_15-1-0{background-color:var(--cdr-button-sale-background-color-rest, var(--cdr-color-background-button-sale-rest, #c7370f));box-shadow:inset 0 0 0 .1rem var(--cdr-button-sale-box-shadow-color-rest, var(--cdr-color-border-button-sale-rest, #c7370f));color:var(--cdr-button-sale-text-color, var(--cdr-color-text-button-sale, #ffffff));fill:var(--cdr-button-sale-fill-color, var(--cdr-color-text-button-sale, #ffffff))}.cdr-button--sale_15-1-0:hover,.cdr-button--sale_15-1-0:focus{color:var(--cdr-button-sale-text-color-interaction, var(--cdr-color-text-button-sale-hover, #c7370f));fill:var(--cdr-button-sale-fill-color-interaction, var(--cdr-color-text-button-sale-hover, #c7370f));background-color:var(--cdr-button-sale-background-color-interaction, var(--cdr-color-background-button-sale-hover, #f4f2ed));box-shadow:inset 0 0 0 .3rem var(--cdr-button-sale-box-shadow-color-interaction, var(--cdr-color-border-button-sale-hover, #c7370f)),0 .2rem .2rem #0c0b0833}.cdr-button--sale_15-1-0:active{color:var(--cdr-button-sale-text-color-active, var(--cdr-color-text-button-sale-active, #ffffff));fill:var(--cdr-button-sale-fill-color-active, var(--cdr-color-text-button-sale-active, #ffffff));background-color:var(--cdr-button-sale-background-color-active, var(--cdr-color-background-button-sale-active, #c7370f));box-shadow:inset 0 0 0 .3rem var(--cdr-button-sale-box-shadow-color-active, var(--cdr-color-border-button-sale-active, #c7370f)),inset 0 0 0 .5rem var(--cdr-button-sale-box-shadow-color-active-inset, var(--cdr-color-border-button-sale-active-inset, #f4f2ed))}.cdr-button--sale_15-1-0[disabled]{background-color:var(--cdr-button-sale-background-color-disabled, var(--cdr-color-background-button-default-disabled, #dcd6cb));box-shadow:inset 0 0 0 .1rem var(--cdr-button-sale-box-shadow-color-disabled, var(--cdr-color-border-button-default-disabled, #dcd6cb));color:var(--cdr-button-sale-text-color-disabled, var(--cdr-color-text-button-sale-disabled, #ffffff));fill:var(--cdr-button-sale-fill-color-disabled, var(--cdr-color-text-button-sale-disabled, #ffffff))}.cdr-button--link_15-1-0{color:var(--cdr-button-link-text-color, var(--cdr-color-text-link-rest, #406eb5));fill:var(--cdr-button-link-fill-color, var(--cdr-color-text-link-rest, #406eb5));background-color:transparent;text-decoration:underline}.cdr-button--link_15-1-0:active,.cdr-button--link_15-1-0:focus{color:var(--cdr-button-link-text-color-active, var(--cdr-color-text-link-active, #0b2d60))}.cdr-button--link_15-1-0:hover{color:var(--cdr-button-link-text-color-hover, var(--cdr-color-text-link-hover, #406eb5));text-decoration:none}.cdr-button--link_15-1-0:focus{outline:var(--cdr-button-link-outline, var(--default-outline, .2rem solid Highlight));outline-color:-webkit-focus-ring-color;outline-offset:0}.cdr-button--large_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large_15-1-0.cdr-button--has-icon-left_15-1-0{padding-left:2rem}.cdr-button--large_15-1-0.cdr-button--has-icon-right_15-1-0{padding-right:2rem}.cdr-button--large_15-1-0 svg{width:2.4rem;height:2.4rem}.cdr-button--medium_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem 1.6rem;width:auto}.cdr-button--medium_15-1-0.cdr-button--has-icon-left_15-1-0{padding-left:1.2rem}.cdr-button--medium_15-1-0.cdr-button--has-icon-right_15-1-0{padding-right:1.2rem}.cdr-button--medium_15-1-0 svg{width:2.4rem;height:2.4rem}.cdr-button--small_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.4rem;line-height:1.8rem;padding:.6rem 1.2rem;width:auto}.cdr-button--small_15-1-0.cdr-button--has-icon-left_15-1-0{padding-left:.8rem}.cdr-button--small_15-1-0.cdr-button--has-icon-right_15-1-0{padding-right:.8rem}.cdr-button--small_15-1-0 svg{width:2rem;height:2rem}.cdr-button--icon-only_15-1-0{background:none;border:none;border-radius:.2rem;box-shadow:none;display:inline-block;line-height:normal;padding:.8rem;fill:var(--cdr-button-icon-only-icon-fill, var(--cdr-color-icon-default, #928b80))}.cdr-button--icon-only_15-1-0:hover{background:none;box-shadow:none;border:none;fill:var(--cdr-button-icon-only-icon-fill-hover, var(--cdr-color-icon-default, #928b80))}.cdr-button--icon-only_15-1-0:active,.cdr-button--icon-only_15-1-0:focus{background:none;outline:none;border:none;box-shadow:none;fill:var(--cdr-button-icon-only-icon-fill-active, var(--cdr-color-icon-default, #928b80))}.cdr-button--icon-only_15-1-0:active svg,.cdr-button--icon-only_15-1-0:focus svg{box-shadow:inset 0 0 0 .1rem var(--cdr-button-icon-only-icon-svg-box-shadow, var(--cdr-color-border-button-secondary-active, #928b80))}.cdr-button--icon-only_15-1-0[disabled]{background:transparent;box-shadow:none;border:none;fill:var(--cdr-button-icon-only-disabled-icon-fill, var(--cdr-color-icon-disabled, #dcd6cb))}.cdr-button--icon-only_15-1-0>svg{margin:0}.cdr-button--icon-only-large_15-1-0{padding:1.2rem}.cdr-button--with-background_15-1-0{border-radius:50%;fill:var(--cdr-button-with-background-icon-fill, var(--cdr-color-icon-default, #928b80));background-color:var(--cdr-button-with-background-background-color, var(--cdr-color-background-button-secondary-rest, #f9f8f6));box-shadow:inset 0 0 0 .1rem var(--cdr-button-with-background-box-shadow, var(--cdr-color-border-button-secondary-rest, #928b80))}.cdr-button--with-background_15-1-0:hover,.cdr-button--with-background_15-1-0:focus{fill:var(--cdr-button-with-background-icon-fill-interaction, var(--cdr-color-icon-default, #928b80));background-color:var(--cdr-button-with-background-background-color-interaction, var(--cdr-color-background-button-secondary-hover, #f4f2ed));box-shadow:inset 0 0 0 .3rem var(--cdr-button-with-background-box-shadow-interaction, var(--cdr-color-border-button-secondary-hover, #4e4d49)),0 .2rem .2rem #0c0b0833}.cdr-button--with-background_15-1-0:hover svg,.cdr-button--with-background_15-1-0:focus svg{box-shadow:none}.cdr-button--with-background_15-1-0:active{color:var(--cdr-button-with-background-color-active, var(--cdr-color-text-button-secondary-active, #f9f8f6));fill:var(--cdr-button-with-background-fill-active, var(--cdr-color-text-button-secondary-active, #f9f8f6));background-color:var(--cdr-button-with-background-background-color-active, var(--cdr-color-background-button-secondary-active, #928b80));box-shadow:inset 0 0 0 .3rem var(--cdr-button-with-background-box-shadow-active, var(--cdr-color-border-button-secondary-active, #928b80)),inset 0 0 0 .5rem var(--cdr-button-with-background-box-shadow-inset-active, var(--cdr-color-border-button-secondary-active-inset, #f4f2ed))}.cdr-button--with-background_15-1-0:active svg{box-shadow:none}.cdr-button--with-background_15-1-0[disabled]{background-color:var(--cdr-button-with-background-background-color-disabled, var(--cdr-color-background-button-secondary-disabled, #f9f8f6));box-shadow:inset 0 0 0 .1rem var(--cdr-button-with-background-box-shadow-disabled, var(--cdr-color-border-button-default-disabled, #dcd6cb));fill:var(--cdr-button-with-background-fill-disabled, var(--cdr-color-text-button-secondary-disabled, #d1cbbd))}.cdr-button--full-width_15-1-0{width:100%!important;justify-content:center}@media (min-width: 0) and (max-width: 767px){.cdr-button--small\@xs_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.4rem;line-height:1.8rem;padding:.6rem 1.2rem;width:auto}.cdr-button--small\@xs_15-1-0.cdr-button--has-icon-left_15-1-0{padding-left:.8rem}.cdr-button--small\@xs_15-1-0.cdr-button--has-icon-right_15-1-0{padding-right:.8rem}.cdr-button--small\@xs_15-1-0 svg{width:2rem;height:2rem}.cdr-button--medium\@xs_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem 1.6rem;width:auto}.cdr-button--medium\@xs_15-1-0.cdr-button--has-icon-left_15-1-0{padding-left:1.2rem}.cdr-button--medium\@xs_15-1-0.cdr-button--has-icon-right_15-1-0{padding-right:1.2rem}.cdr-button--medium\@xs_15-1-0 svg{width:2.4rem;height:2.4rem}.cdr-button--large\@xs_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large\@xs_15-1-0.cdr-button--has-icon-left_15-1-0{padding-left:2rem}.cdr-button--large\@xs_15-1-0.cdr-button--has-icon-right_15-1-0{padding-right:2rem}.cdr-button--large\@xs_15-1-0 svg{width:2.4rem;height:2.4rem}.cdr-button--full-width\@xs_15-1-0{width:100%!important;justify-content:center}}@media (min-width: 768px) and (max-width: 991px){.cdr-button--small\@sm_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.4rem;line-height:1.8rem;padding:.6rem 1.2rem;width:auto}.cdr-button--small\@sm_15-1-0.cdr-button--has-icon-left_15-1-0{padding-left:.8rem}.cdr-button--small\@sm_15-1-0.cdr-button--has-icon-right_15-1-0{padding-right:.8rem}.cdr-button--small\@sm_15-1-0 svg{width:2rem;height:2rem}.cdr-button--medium\@sm_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem 1.6rem;width:auto}.cdr-button--medium\@sm_15-1-0.cdr-button--has-icon-left_15-1-0{padding-left:1.2rem}.cdr-button--medium\@sm_15-1-0.cdr-button--has-icon-right_15-1-0{padding-right:1.2rem}.cdr-button--medium\@sm_15-1-0 svg{width:2.4rem;height:2.4rem}.cdr-button--large\@sm_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large\@sm_15-1-0.cdr-button--has-icon-left_15-1-0{padding-left:2rem}.cdr-button--large\@sm_15-1-0.cdr-button--has-icon-right_15-1-0{padding-right:2rem}.cdr-button--large\@sm_15-1-0 svg{width:2.4rem;height:2.4rem}.cdr-button--full-width\@sm_15-1-0{width:100%!important;justify-content:center}}@media (min-width: 992px) and (max-width: 1231px){.cdr-button--small\@md_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.4rem;line-height:1.8rem;padding:.6rem 1.2rem;width:auto}.cdr-button--small\@md_15-1-0.cdr-button--has-icon-left_15-1-0{padding-left:.8rem}.cdr-button--small\@md_15-1-0.cdr-button--has-icon-right_15-1-0{padding-right:.8rem}.cdr-button--small\@md_15-1-0 svg{width:2rem;height:2rem}.cdr-button--medium\@md_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem 1.6rem;width:auto}.cdr-button--medium\@md_15-1-0.cdr-button--has-icon-left_15-1-0{padding-left:1.2rem}.cdr-button--medium\@md_15-1-0.cdr-button--has-icon-right_15-1-0{padding-right:1.2rem}.cdr-button--medium\@md_15-1-0 svg{width:2.4rem;height:2.4rem}.cdr-button--large\@md_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large\@md_15-1-0.cdr-button--has-icon-left_15-1-0{padding-left:2rem}.cdr-button--large\@md_15-1-0.cdr-button--has-icon-right_15-1-0{padding-right:2rem}.cdr-button--large\@md_15-1-0 svg{width:2.4rem;height:2.4rem}.cdr-button--full-width\@md_15-1-0{width:100%!important;justify-content:center}}@media (min-width: 1232px){.cdr-button--small\@lg_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.4rem;line-height:1.8rem;padding:.6rem 1.2rem;width:auto}.cdr-button--small\@lg_15-1-0.cdr-button--has-icon-left_15-1-0{padding-left:.8rem}.cdr-button--small\@lg_15-1-0.cdr-button--has-icon-right_15-1-0{padding-right:.8rem}.cdr-button--small\@lg_15-1-0 svg{width:2rem;height:2rem}.cdr-button--medium\@lg_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem 1.6rem;width:auto}.cdr-button--medium\@lg_15-1-0.cdr-button--has-icon-left_15-1-0{padding-left:1.2rem}.cdr-button--medium\@lg_15-1-0.cdr-button--has-icon-right_15-1-0{padding-right:1.2rem}.cdr-button--medium\@lg_15-1-0 svg{width:2.4rem;height:2.4rem}.cdr-button--large\@lg_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large\@lg_15-1-0.cdr-button--has-icon-left_15-1-0{padding-left:2rem}.cdr-button--large\@lg_15-1-0.cdr-button--has-icon-right_15-1-0{padding-right:2rem}.cdr-button--large\@lg_15-1-0 svg{width:2.4rem;height:2.4rem}.cdr-button--full-width\@lg_15-1-0{width:100%!important;justify-content:center}}.cdr-icon_15-1-0{display:inline-block;vertical-align:middle;flex:0 0 auto;width:2.4rem;height:2.4rem;fill:var(--cdr-icon-fill-default, var(--cdr-color-icon-default, #928b80))}.cdr-icon--small_15-1-0{width:1.6rem;height:1.6rem}.cdr-icon--large_15-1-0{width:3.2rem;height:3.2rem}@media (min-width: 0) and (max-width: 767px){.cdr-icon--small\@xs_15-1-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@xs_15-1-0{width:3.2rem;height:3.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-icon--small\@sm_15-1-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@sm_15-1-0{width:3.2rem;height:3.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-icon--small\@md_15-1-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@md_15-1-0{width:3.2rem;height:3.2rem}}@media (min-width: 1232px){.cdr-icon--small\@lg_15-1-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@lg_15-1-0{width:3.2rem;height:3.2rem}}.cdr-icon--inherit-color_15-1-0{fill:inherit}.cdr-popover--position_15-1-0{position:relative}.cdr-popover--wrapper_15-1-0{width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content}.cdr-popover--wrapper_15-1-0 .cdr-popup--closed_15-1-0{display:none}.cdr-popover__title_15-1-0{font-family:Stuart,Stuart fallback,Georgia,serif;font-style:normal;font-weight:500;letter-spacing:0;font-size:1.8rem;line-height:2.4rem;margin-bottom:.8rem;margin-right:.8rem}.cdr-popover__container_15-1-0{padding:.8rem .8rem .8rem 1.6rem;display:flex}.cdr-popover__content_15-1-0{flex:auto}.cdr-popover__close-button_15-1-0{align-self:flex-start;flex:none;padding:0}
|
package/dist/style/cdr-popup.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@keyframes popup-exit-down{0%{top:calc(100% + 1.4rem)}to{top:100%}}@keyframes popup-enter-down{0%{top:100%}to{top:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-down{0%{bottom:-1.5rem}to{bottom:0}}@keyframes popup-arrow-enter-down{0%{bottom:0}to{bottom:-1.5rem}}@keyframes popup-exit-up{0%{bottom:calc(100% + 1.4rem)}to{bottom:100%}}@keyframes popup-enter-up{0%{bottom:100%}to{bottom:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-up{0%{top:-1.5rem}to{top:0}}@keyframes popup-arrow-enter-up{0%{top:0}to{top:-1.5rem}}@keyframes popup-exit-left{0%{right:calc(100% + 1.4rem)}to{right:100%}}@keyframes popup-enter-left{0%{right:100%}to{right:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-left{0%{left:-1.5rem}to{left:0}}@keyframes popup-arrow-enter-left{0%{left:0}to{left:-1.5rem}}@keyframes popup-exit-right{0%{left:calc(100% + 1.4rem)}to{left:100%}}@keyframes popup-enter-right{0%{left:100%}to{left:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-right{0%{right:-1.5rem}to{right:0}}@keyframes popup-arrow-enter-right{0%{right:0}to{right:-1.5rem}}.cdr-popup_15-0
|
|
1
|
+
@keyframes popup-exit-down{0%{top:calc(100% + 1.4rem)}to{top:100%}}@keyframes popup-enter-down{0%{top:100%}to{top:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-down{0%{bottom:-1.5rem}to{bottom:0}}@keyframes popup-arrow-enter-down{0%{bottom:0}to{bottom:-1.5rem}}@keyframes popup-exit-up{0%{bottom:calc(100% + 1.4rem)}to{bottom:100%}}@keyframes popup-enter-up{0%{bottom:100%}to{bottom:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-up{0%{top:-1.5rem}to{top:0}}@keyframes popup-arrow-enter-up{0%{top:0}to{top:-1.5rem}}@keyframes popup-exit-left{0%{right:calc(100% + 1.4rem)}to{right:100%}}@keyframes popup-enter-left{0%{right:100%}to{right:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-left{0%{left:-1.5rem}to{left:0}}@keyframes popup-arrow-enter-left{0%{left:0}to{left:-1.5rem}}@keyframes popup-exit-right{0%{left:calc(100% + 1.4rem)}to{left:100%}}@keyframes popup-enter-right{0%{left:100%}to{left:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-right{0%{right:-1.5rem}to{right:0}}@keyframes popup-arrow-enter-right{0%{right:0}to{right:-1.5rem}}.cdr-popup_15-1-0{opacity:0;transition:opacity .2s cubic-bezier(.32,.94,.6,1)}.cdr-popup--open_15-1-0{opacity:1}.cdr-popup--closed_15-1-0{opacity:0}.cdr-popup__content_15-1-0{animation-duration:.2s;animation-timing-function:cubic-bezier(.32,.94,.6,1);animation-fill-mode:forwards;background:var(--cdr-popup-content-background, var(--cdr-color-background-primary, #ffffff));border:.1rem solid var(--cdr-popup-content-border-color, var(--cdr-color-border-secondary, #928b80));border-radius:.4rem;box-shadow:0 .4rem .4rem #0c0b0833;max-width:28.6rem;width:-moz-max-content;width:max-content;position:absolute;z-index:100}.cdr-popup__arrow_15-1-0:before,.cdr-popup__arrow_15-1-0:after{content:"";position:absolute;margin:auto;width:0;height:0;border-style:solid;border-color:transparent;animation-duration:.2s;animation-timing-function:cubic-bezier(.32,.94,.6,1);animation-fill-mode:forwards;z-index:100}.cdr-popup__arrow_15-1-0:before{border-width:1rem}.cdr-popup__arrow_15-1-0:after{border-width:.9rem}.cdr-popup--top_15-1-0 .cdr-popup__content_15-1-0,.cdr-popup--top_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--top_15-1-0 .cdr-popup__arrow_15-1-0:after,.cdr-popup--bottom_15-1-0 .cdr-popup__content_15-1-0,.cdr-popup--bottom_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--bottom_15-1-0 .cdr-popup__arrow_15-1-0:after{left:50%;transform:translate(-50%)}.cdr-popup--bottom_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__content_15-1-0{animation-name:popup-enter-down}.cdr-popup--bottom_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--bottom_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__arrow_15-1-0:after{animation-name:popup-arrow-enter-down}.cdr-popup--bottom_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__content_15-1-0{animation-name:popup-exit-down}.cdr-popup--bottom_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--bottom_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__arrow_15-1-0:after{animation-name:popup-arrow-exit-down}.cdr-popup--bottom_15-1-0 .cdr-popup__content_15-1-0{top:calc(100% + 1.4rem)}.cdr-popup--bottom_15-1-0 .cdr-popup__arrow_15-1-0:before{border-bottom-color:#928b80}.cdr-popup--bottom_15-1-0 .cdr-popup__arrow_15-1-0:after{border-bottom-color:#fff}.cdr-popup--top_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__content_15-1-0{animation-name:popup-enter-up}.cdr-popup--top_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--top_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__arrow_15-1-0:after{animation-name:popup-arrow-enter-up}.cdr-popup--top_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__content_15-1-0{animation-name:popup-exit-up}.cdr-popup--top_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--top_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__arrow_15-1-0:after{animation-name:popup-arrow-exit-up}.cdr-popup--top_15-1-0 .cdr-popup__content_15-1-0{bottom:calc(100% + 1.4rem)}.cdr-popup--top_15-1-0 .cdr-popup__arrow_15-1-0:before{border-top-color:#928b80}.cdr-popup--top_15-1-0 .cdr-popup__arrow_15-1-0:after{border-top-color:#fff}.cdr-popup--corner-left_15-1-0 .cdr-popup__content_15-1-0{left:0;transform:unset}.cdr-popup--corner-right_15-1-0 .cdr-popup__content_15-1-0{left:unset;right:0;transform:unset}.cdr-popup--left_15-1-0 .cdr-popup__content_15-1-0,.cdr-popup--left_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--left_15-1-0 .cdr-popup__arrow_15-1-0:after,.cdr-popup--right_15-1-0 .cdr-popup__content_15-1-0,.cdr-popup--right_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--right_15-1-0 .cdr-popup__arrow_15-1-0:after{top:50%;transform:translateY(-50%)}.cdr-popup--left_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__content_15-1-0{animation-name:popup-enter-left}.cdr-popup--left_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--left_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__arrow_15-1-0:after{animation-name:popup-arrow-enter-left}.cdr-popup--left_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__content_15-1-0{animation-name:popup-exit-left}.cdr-popup--left_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--left_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__arrow_15-1-0:after{animation-name:popup-arrow-exit-left}.cdr-popup--left_15-1-0 .cdr-popup__content_15-1-0{right:calc(100% + 1.4rem)}.cdr-popup--left_15-1-0 .cdr-popup__arrow_15-1-0:before{border-left-color:#928b80}.cdr-popup--left_15-1-0 .cdr-popup__arrow_15-1-0:after{border-left-color:#fff}.cdr-popup--right_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__content_15-1-0{animation-name:popup-enter-right}.cdr-popup--right_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--right_15-1-0.cdr-popup--open_15-1-0 .cdr-popup__arrow_15-1-0:after{animation-name:popup-arrow-enter-right}.cdr-popup--right_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__content_15-1-0{animation-name:popup-exit-right}.cdr-popup--right_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__arrow_15-1-0:before,.cdr-popup--right_15-1-0.cdr-popup--exit_15-1-0 .cdr-popup__arrow_15-1-0:after{animation-name:popup-arrow-exit-right}.cdr-popup--right_15-1-0 .cdr-popup__content_15-1-0{left:calc(100% + 1.4rem)}.cdr-popup--right_15-1-0 .cdr-popup__arrow_15-1-0:before{border-right-color:#928b80}.cdr-popup--right_15-1-0 .cdr-popup__arrow_15-1-0:after{border-right-color:#fff}.cdr-popup--corner-top_15-1-0 .cdr-popup__content_15-1-0{top:0;transform:unset}.cdr-popup--corner-bottom_15-1-0 .cdr-popup__content_15-1-0{top:unset;bottom:0;transform:unset}
|
package/dist/style/cdr-quote.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-text_15-0
|
|
1
|
+
.cdr-text_15-1-0{color:var(--cdr-text-color, var(--cdr-color-text-primary, rgba(12, 11, 8, .75)));margin:0}.cdr-quote_15-1-0{margin:0;padding:2.4rem 1.6rem;line-height:1}.cdr-quote_15-1-0 cite{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.008rem;font-size:1.2rem;line-height:1.6rem;color:var(--cdr-quote-cite-text-color, var(--cdr-color-text-secondary, rgba(66, 59, 47, .75)));display:block}.cdr-quote__summary_15-1-0{font-family:Stuart,Stuart fallback,Georgia,serif;font-weight:400;font-size:2.4rem;line-height:3.6rem;letter-spacing:-.08rem;color:var(--cdr-quote-content-text-color, var(--cdr-color-text-primary, rgba(12, 11, 8, .75)));margin:0}@media (min-width: 0) and (max-width: 767px){.cdr-quote__summary_15-1-0{font-size:1.8rem;line-height:2.8rem}}.cdr-quote__summary_15-1-0+cite{padding-top:1.6rem}.cdr-quote--pull_15-1-0{border-style:solid;border-color:var(--cdr-quote-pull-container-border-color, var(--cdr-color-border-primary, #dcd6cb))}@media (min-width: 0){.cdr-quote--pull_15-1-0{border-width:0 0 .1rem 0;padding:2.4rem 1.6rem;margin:0 0 1.6rem}}@media (min-width: 768px){.cdr-quote--pull_15-1-0{border-width:0 0 0 .1rem;padding:.8rem 1.6rem .8rem 3.2rem;margin:1.6rem 0}}.cdr-quote--pull_15-1-0 .cdr-quote__summary_15-1-0{font-weight:600}
|
package/dist/style/cdr-radio.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-label-wrapper_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem 1.2rem .8rem 3.2rem;color:var(--cdr-label-wrapper-text-color, var(--cdr-color-text-input-label, rgba(12, 11, 8, .75)));background-color:var(--cdr-label-wrapper-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)));border-radius:.4rem;width:100%;display:inline-block;margin:0;display:flex;align-items:flex-start;flex-grow:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cdr-label-wrapper__container_15-0-1{font-size:0;line-height:1}.cdr-label-wrapper_15-0-1 input{position:absolute;opacity:0;z-index:-1}.cdr-label-wrapper--primary_15-0-1:hover{background-color:var(--cdr-label-wrapper-primary-background-color-hover, var(--cdr-color-background-label-default-hover, #f9f8f6));cursor:pointer}.cdr-label-wrapper--primary_15-0-1:focus-within{background-color:var(--cdr-label-wrapper-primary-background-color-focus, var(--cdr-color-background-label-default-focus, #f9f8f6));box-shadow:inset 0 0 0 .2rem var(--cdr-label-wrapper-primary-focus-box-shadow-color, var(--cdr-color-border-label-default-focus, #20201d))}.cdr-label-wrapper--primary_15-0-1:active{background-color:var(--cdr-label-wrapper-primary-background-color-active, var(--cdr-color-background-label-default-active, #edeae3))}.cdr-label-wrapper--secondary_15-0-1{background-color:var(--cdr-label-wrapper-secondary-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)))}.cdr-label-wrapper--secondary_15-0-1:hover{background-color:var(--cdr-label-wrapper-secondary-background-color-hover, var(--cdr-color-background-label-secondary-hover, rgba(255, 255, 255, .75)));cursor:pointer}.cdr-label-wrapper--secondary_15-0-1:focus-within{background-color:var(--cdr-label-wrapper-secondary-background-color-focus, var(--cdr-color-background-label-secondary-focus, rgba(255, 255, 255, .75)))}.cdr-label-wrapper--secondary_15-0-1:active{background-color:var(--cdr-label-wrapper-secondary-background-color-active, var(--cdr-color-background-label-secondary-active, #ffffff))}.cdr-label-wrapper--disabled_15-0-1{color:var(--cdr-label-wrapper-text-color-disabled, var(--cdr-color-text-input-disabled, #d1cbbd))!important;cursor:not-allowed!important}.cdr-label-wrapper--disabled_15-0-1:hover,.cdr-label-wrapper--disabled_15-0-1:focus-within,.cdr-label-wrapper--disabled_15-0-1:active{background-color:var(--cdr-label-wrapper-background-color-disabled, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)))!important}.cdr-label-wrapper--disabled_15-0-1 .cdr-label-wrapper__figure_15-0-1{cursor:not-allowed!important}.cdr-label-wrapper__figure_15-0-1{top:1.1rem;width:1.6rem;height:1.6rem;position:absolute;left:.8rem;border-radius:.4rem;background-color:var(--cdr-form-figure-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)));box-shadow:0 0 0 .1rem var(--cdr-form-figure-box-shadow-color, var(--cdr-color-border-input-default, #928b80));transition:box-shadow .2s cubic-bezier(.15,0,.15,0)}.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper__content_15-0-1{-webkit-user-select:text;-moz-user-select:text;user-select:text}.cdr-label-wrapper--hide-figure_15-0-1{padding-left:0}.cdr-label-wrapper--hide-figure_15-0-1>.cdr-label-wrapper__figure_15-0-1{display:none}.cdr-label-wrapper--hide-figure_15-0-1>.cdr-checkbox__svg-box_15-0-1 svg{fill:transparent!important}.cdr-label-wrapper--small_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large_15-0-1>.cdr-label-wrapper__figure_15-0-1:after,.cdr-label-wrapper--large_15-0-1>.cdr-label-wrapper__figure_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:.5rem;height:.5rem}.cdr-label-wrapper--large_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large_15-0-1 .cdr-checkbox__svg-box_15-0-1 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}@media (min-width: 0) and (max-width: 767px){.cdr-label-wrapper--small\@xs_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@xs_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@xs_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@xs_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@xs_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@xs_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@xs_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@xs_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large\@xs_15-0-1>.cdr-label-wrapper__figure_15-0-1:after,.cdr-label-wrapper--large\@xs_15-0-1>.cdr-label-wrapper__figure_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:.5rem;height:.5rem}.cdr-label-wrapper--large\@xs_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large\@xs_15-0-1 .cdr-checkbox__svg-box_15-0-1 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-label-wrapper--small\@sm_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@sm_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@sm_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@sm_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@sm_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@sm_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@sm_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@sm_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large\@sm_15-0-1>.cdr-label-wrapper__figure_15-0-1:after,.cdr-label-wrapper--large\@sm_15-0-1>.cdr-label-wrapper__figure_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:.5rem;height:.5rem}.cdr-label-wrapper--large\@sm_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large\@sm_15-0-1 .cdr-checkbox__svg-box_15-0-1 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-label-wrapper--small\@md_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@md_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@md_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@md_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@md_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@md_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@md_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@md_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large\@md_15-0-1>.cdr-label-wrapper__figure_15-0-1:after,.cdr-label-wrapper--large\@md_15-0-1>.cdr-label-wrapper__figure_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:.5rem;height:.5rem}.cdr-label-wrapper--large\@md_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large\@md_15-0-1 .cdr-checkbox__svg-box_15-0-1 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}@media (min-width: 1232px){.cdr-label-wrapper--small\@lg_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@lg_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@lg_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@lg_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@lg_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@lg_15-0-1>.cdr-label-wrapper__figure_15-0-1:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@lg_15-0-1{font-family:Graphik,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@lg_15-0-1>.cdr-label-wrapper__figure_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large\@lg_15-0-1>.cdr-label-wrapper__figure_15-0-1:after,.cdr-label-wrapper--large\@lg_15-0-1>.cdr-label-wrapper__figure_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:.5rem;height:.5rem}.cdr-label-wrapper--large\@lg_15-0-1 .cdr-checkbox__checkbox-box_15-0-1{width:2rem;height:2rem}.cdr-label-wrapper--large\@lg_15-0-1 .cdr-checkbox__svg-box_15-0-1 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}.cdr-radio_15-0-1 .cdr-label-wrapper__figure_15-0-1{border-radius:100%}.cdr-radio_15-0-1 .cdr-label-wrapper__figure_15-0-1:after{content:"";position:absolute;width:.4rem;height:.4rem;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:999.9rem}.cdr-radio__input_15-0-1:checked~.cdr-label-wrapper__figure_15-0-1{box-shadow:inset 0 0 0 .1rem var(--cdr-radio-box-shadow-color-selected, var(--cdr-color-border-input-default-selected, #4e4d49));background-color:var(--cdr-radio-background-color-selected, var(--cdr-color-background-input-default-selected, #4e4d49))}.cdr-radio__input_15-0-1:checked~.cdr-label-wrapper__figure_15-0-1:after{background-color:var(--cdr-radio-inner-circle-background-color-selected, var(--cdr-color-icon-checkbox-default-selected, #ffffff))}.cdr-radio_15-0-1:hover .cdr-label-wrapper__figure_15-0-1{cursor:pointer;box-shadow:inset 0 0 0 .1rem var(--cdr-radio-box-shadow-color-hover, var(--cdr-color-border-input-default-hover, #20201d)),0 0 0 .1rem var(--cdr-radio-box-shadow-color-hover, var(--cdr-color-border-input-default-hover, #20201d));background-color:var(--cdr-radio-background-color-hover, var(--cdr-color-background-input-default-hover, #f9f8f6))}.cdr-radio_15-0-1:hover .cdr-radio__input_15-0-1:checked~.cdr-label-wrapper__figure_15-0-1{box-shadow:inset 0 0 0 .1rem var(--cdr-radio-box-shadow-color-selected-hover, var(--cdr-color-border-input-default-selected-hover, #4e4d49)),0 0 0 .1rem var(--cdr-radio-box-shadow-color-selected-hover, var(--cdr-color-border-input-default-selected-hover, #4e4d49));background-color:var(--cdr-radio-background-color-selected-hover, var(--cdr-color-background-input-default-selected-hover, #928b80))}.cdr-radio__input_15-0-1:disabled~.cdr-label-wrapper__figure_15-0-1{cursor:not-allowed!important;box-shadow:inset 0 0 0 .1rem var(--cdr-radio-box-shadow-color-disabled, var(--cdr-color-border-input-default-disabled, #d1cbbd))!important;background-color:var(--cdr-radio-background-color-disabled, var(--cdr-color-background-input-default-disabled, #f9f8f6))!important}.cdr-radio__input_15-0-1:disabled~.cdr-label-wrapper__figure_15-0-1:after{background-color:var(--cdr-radio-inner-circle-background-color-disabled, var(--cdr-color-background-input-default-disabled, #f9f8f6))!important}.cdr-radio__input_15-0-1:disabled:checked~.cdr-label-wrapper__figure_15-0-1:after{background-color:var(--cdr-radio-inner-circle-background-color-selected-disabled, var(--cdr-color-background-input-default-disabled, #f9f8f6))!important}.cdr-radio__input_15-0-1:focus~.cdr-label-wrapper__figure_15-0-1{box-shadow:inset 0 0 0 .1rem var(--cdr-radio-box-shadow-color-focus, var(--cdr-color-border-input-default-active, #4e4d49)),0 0 0 .1rem var(--cdr-radio-box-shadow-color-focus, var(--cdr-color-border-input-default-active, #4e4d49));background-color:var(--cdr-radio-background-color-focus, var(--cdr-color-background-input-default-focus, #f9f8f6))}.cdr-radio__input_15-0-1:focus:checked~.cdr-label-wrapper__figure_15-0-1{background-color:var(--cdr-radio-background-color-selected-focus, var(--cdr-color-background-input-default-selected-focus, #928b80))}.cdr-radio_15-0-1:active .cdr-label-wrapper__figure_15-0-1,.cdr-radio_15-0-1:active .cdr-radio__input_15-0-1:checked~.cdr-label-wrapper__figure_15-0-1{box-shadow:inset 0 0 0 .1rem var(--cdr-radio-box-shadow-color-active, var(--cdr-color-border-input-default-active, #4e4d49)),0 0 0 .1rem var(--cdr-radio-box-shadow-color-active, var(--cdr-color-border-input-default-active, #4e4d49));background-color:var(--cdr-radio-background-color-active, var(--cdr-color-background-input-default-active, #f9f8f6))}.cdr-radio_15-0-1:active .cdr-label-wrapper__figure_15-0-1:after,.cdr-radio_15-0-1:active .cdr-radio__input_15-0-1:checked~.cdr-label-wrapper__figure_15-0-1:after{background-color:var(--cdr-radio-inner-circle-background-color-selected-active, var(--cdr-color-icon-checkbox-default-selected-active, #4e4d49))}
|
|
1
|
+
.cdr-label-wrapper_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem 1.2rem .8rem 3.2rem;color:var(--cdr-label-wrapper-text-color, var(--cdr-color-text-input-label, rgba(12, 11, 8, .75)));background-color:var(--cdr-label-wrapper-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)));border-radius:.4rem;width:100%;display:inline-block;margin:0;display:flex;align-items:flex-start;flex-grow:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cdr-label-wrapper__container_15-1-0{font-size:0;line-height:1}.cdr-label-wrapper_15-1-0 input{position:absolute;opacity:0;z-index:-1}.cdr-label-wrapper--primary_15-1-0:hover{background-color:var(--cdr-label-wrapper-primary-background-color-hover, var(--cdr-color-background-label-default-hover, #f9f8f6));cursor:pointer}.cdr-label-wrapper--primary_15-1-0:focus-within{background-color:var(--cdr-label-wrapper-primary-background-color-focus, var(--cdr-color-background-label-default-focus, #f9f8f6));box-shadow:inset 0 0 0 .2rem var(--cdr-label-wrapper-primary-focus-box-shadow-color, var(--cdr-color-border-label-default-focus, #20201d))}.cdr-label-wrapper--primary_15-1-0:active{background-color:var(--cdr-label-wrapper-primary-background-color-active, var(--cdr-color-background-label-default-active, #edeae3))}.cdr-label-wrapper--secondary_15-1-0{background-color:var(--cdr-label-wrapper-secondary-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)))}.cdr-label-wrapper--secondary_15-1-0:hover{background-color:var(--cdr-label-wrapper-secondary-background-color-hover, var(--cdr-color-background-label-secondary-hover, rgba(255, 255, 255, .75)));cursor:pointer}.cdr-label-wrapper--secondary_15-1-0:focus-within{background-color:var(--cdr-label-wrapper-secondary-background-color-focus, var(--cdr-color-background-label-secondary-focus, rgba(255, 255, 255, .75)))}.cdr-label-wrapper--secondary_15-1-0:active{background-color:var(--cdr-label-wrapper-secondary-background-color-active, var(--cdr-color-background-label-secondary-active, #ffffff))}.cdr-label-wrapper--disabled_15-1-0{color:var(--cdr-label-wrapper-text-color-disabled, var(--cdr-color-text-input-disabled, #d1cbbd))!important;cursor:not-allowed!important}.cdr-label-wrapper--disabled_15-1-0:hover,.cdr-label-wrapper--disabled_15-1-0:focus-within,.cdr-label-wrapper--disabled_15-1-0:active{background-color:var(--cdr-label-wrapper-background-color-disabled, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)))!important}.cdr-label-wrapper--disabled_15-1-0 .cdr-label-wrapper__figure_15-1-0{cursor:not-allowed!important}.cdr-label-wrapper__figure_15-1-0{top:1.1rem;width:1.6rem;height:1.6rem;position:absolute;left:.8rem;border-radius:.4rem;background-color:var(--cdr-form-figure-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)));box-shadow:0 0 0 .1rem var(--cdr-form-figure-box-shadow-color, var(--cdr-color-border-input-default, #928b80));transition:box-shadow .2s cubic-bezier(.15,0,.15,0)}.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper__content_15-1-0{-webkit-user-select:text;-moz-user-select:text;user-select:text}.cdr-label-wrapper--hide-figure_15-1-0{padding-left:0}.cdr-label-wrapper--hide-figure_15-1-0>.cdr-label-wrapper__figure_15-1-0{display:none}.cdr-label-wrapper--hide-figure_15-1-0>.cdr-checkbox__svg-box_15-1-0 svg{fill:transparent!important}.cdr-label-wrapper--small_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large_15-1-0>.cdr-label-wrapper__figure_15-1-0:after,.cdr-label-wrapper--large_15-1-0>.cdr-label-wrapper__figure_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:.5rem;height:.5rem}.cdr-label-wrapper--large_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large_15-1-0 .cdr-checkbox__svg-box_15-1-0 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}@media (min-width: 0) and (max-width: 767px){.cdr-label-wrapper--small\@xs_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@xs_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@xs_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@xs_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@xs_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@xs_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@xs_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@xs_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@xs_15-1-0>.cdr-label-wrapper__figure_15-1-0:after,.cdr-label-wrapper--large\@xs_15-1-0>.cdr-label-wrapper__figure_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:.5rem;height:.5rem}.cdr-label-wrapper--large\@xs_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@xs_15-1-0 .cdr-checkbox__svg-box_15-1-0 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-label-wrapper--small\@sm_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@sm_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@sm_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@sm_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@sm_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@sm_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@sm_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@sm_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@sm_15-1-0>.cdr-label-wrapper__figure_15-1-0:after,.cdr-label-wrapper--large\@sm_15-1-0>.cdr-label-wrapper__figure_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:.5rem;height:.5rem}.cdr-label-wrapper--large\@sm_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@sm_15-1-0 .cdr-checkbox__svg-box_15-1-0 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-label-wrapper--small\@md_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@md_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@md_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@md_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@md_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@md_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@md_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@md_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@md_15-1-0>.cdr-label-wrapper__figure_15-1-0:after,.cdr-label-wrapper--large\@md_15-1-0>.cdr-label-wrapper__figure_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:.5rem;height:.5rem}.cdr-label-wrapper--large\@md_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@md_15-1-0 .cdr-checkbox__svg-box_15-1-0 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}@media (min-width: 1232px){.cdr-label-wrapper--small\@lg_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@lg_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@lg_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--medium\@lg_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@lg_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@lg_15-1-0>.cdr-label-wrapper__figure_15-1-0:after{width:.4rem;height:.4rem}.cdr-label-wrapper--large\@lg_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@lg_15-1-0>.cdr-label-wrapper__figure_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@lg_15-1-0>.cdr-label-wrapper__figure_15-1-0:after,.cdr-label-wrapper--large\@lg_15-1-0>.cdr-label-wrapper__figure_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:.5rem;height:.5rem}.cdr-label-wrapper--large\@lg_15-1-0 .cdr-checkbox__checkbox-box_15-1-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@lg_15-1-0 .cdr-checkbox__svg-box_15-1-0 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}.cdr-radio_15-1-0 .cdr-label-wrapper__figure_15-1-0{border-radius:100%}.cdr-radio_15-1-0 .cdr-label-wrapper__figure_15-1-0:after{content:"";position:absolute;width:.4rem;height:.4rem;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:999.9rem}.cdr-radio__input_15-1-0:checked~.cdr-label-wrapper__figure_15-1-0{box-shadow:inset 0 0 0 .1rem var(--cdr-radio-box-shadow-color-selected, var(--cdr-color-border-input-default-selected, #4e4d49));background-color:var(--cdr-radio-background-color-selected, var(--cdr-color-background-input-default-selected, #4e4d49))}.cdr-radio__input_15-1-0:checked~.cdr-label-wrapper__figure_15-1-0:after{background-color:var(--cdr-radio-inner-circle-background-color-selected, var(--cdr-color-icon-checkbox-default-selected, #ffffff))}.cdr-radio_15-1-0:hover .cdr-label-wrapper__figure_15-1-0{cursor:pointer;box-shadow:inset 0 0 0 .1rem var(--cdr-radio-box-shadow-color-hover, var(--cdr-color-border-input-default-hover, #20201d)),0 0 0 .1rem var(--cdr-radio-box-shadow-color-hover, var(--cdr-color-border-input-default-hover, #20201d));background-color:var(--cdr-radio-background-color-hover, var(--cdr-color-background-input-default-hover, #f9f8f6))}.cdr-radio_15-1-0:hover .cdr-radio__input_15-1-0:checked~.cdr-label-wrapper__figure_15-1-0{box-shadow:inset 0 0 0 .1rem var(--cdr-radio-box-shadow-color-selected-hover, var(--cdr-color-border-input-default-selected-hover, #4e4d49)),0 0 0 .1rem var(--cdr-radio-box-shadow-color-selected-hover, var(--cdr-color-border-input-default-selected-hover, #4e4d49));background-color:var(--cdr-radio-background-color-selected-hover, var(--cdr-color-background-input-default-selected-hover, #928b80))}.cdr-radio__input_15-1-0:disabled~.cdr-label-wrapper__figure_15-1-0{cursor:not-allowed!important;box-shadow:inset 0 0 0 .1rem var(--cdr-radio-box-shadow-color-disabled, var(--cdr-color-border-input-default-disabled, #d1cbbd))!important;background-color:var(--cdr-radio-background-color-disabled, var(--cdr-color-background-input-default-disabled, #f9f8f6))!important}.cdr-radio__input_15-1-0:disabled~.cdr-label-wrapper__figure_15-1-0:after{background-color:var(--cdr-radio-inner-circle-background-color-disabled, var(--cdr-color-background-input-default-disabled, #f9f8f6))!important}.cdr-radio__input_15-1-0:disabled:checked~.cdr-label-wrapper__figure_15-1-0:after{background-color:var(--cdr-radio-inner-circle-background-color-selected-disabled, var(--cdr-color-background-input-default-disabled, #f9f8f6))!important}.cdr-radio__input_15-1-0:focus~.cdr-label-wrapper__figure_15-1-0{box-shadow:inset 0 0 0 .1rem var(--cdr-radio-box-shadow-color-focus, var(--cdr-color-border-input-default-active, #4e4d49)),0 0 0 .1rem var(--cdr-radio-box-shadow-color-focus, var(--cdr-color-border-input-default-active, #4e4d49));background-color:var(--cdr-radio-background-color-focus, var(--cdr-color-background-input-default-focus, #f9f8f6))}.cdr-radio__input_15-1-0:focus:checked~.cdr-label-wrapper__figure_15-1-0{background-color:var(--cdr-radio-background-color-selected-focus, var(--cdr-color-background-input-default-selected-focus, #928b80))}.cdr-radio_15-1-0:active .cdr-label-wrapper__figure_15-1-0,.cdr-radio_15-1-0:active .cdr-radio__input_15-1-0:checked~.cdr-label-wrapper__figure_15-1-0{box-shadow:inset 0 0 0 .1rem var(--cdr-radio-box-shadow-color-active, var(--cdr-color-border-input-default-active, #4e4d49)),0 0 0 .1rem var(--cdr-radio-box-shadow-color-active, var(--cdr-color-border-input-default-active, #4e4d49));background-color:var(--cdr-radio-background-color-active, var(--cdr-color-background-input-default-active, #f9f8f6))}.cdr-radio_15-1-0:active .cdr-label-wrapper__figure_15-1-0:after,.cdr-radio_15-1-0:active .cdr-radio__input_15-1-0:checked~.cdr-label-wrapper__figure_15-1-0:after{background-color:var(--cdr-radio-inner-circle-background-color-selected-active, var(--cdr-color-icon-checkbox-default-selected-active, #4e4d49))}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-rating__icon_15-0
|
|
1
|
+
.cdr-rating__icon_15-1-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating__count_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating_15-1-0{display:flex;align-items:center;position:relative;line-height:1;color:#0c0b08bf}.cdr-rating__number_15-1-0{font-weight:600}.cdr-rating__ratings_15-1-0{display:flex}.cdr-rating__icon_15-1-0{position:relative;z-index:1}.cdr-rating__caption-sr_15-1-0{position:absolute;width:.1rem;height:.1rem;padding:0;margin:-.1rem;overflow:hidden;clip:rect(0,0,0,0);border:0}.cdr-rating--linked_15-1-0{display:inline-flex;text-decoration:none}.cdr-rating--linked_15-1-0 .cdr-rating__count_15-1-0:hover,.cdr-rating--linked_15-1-0 .cdr-rating__count_15-1-0:active,.cdr-rating--linked_15-1-0 .cdr-rating__count_15-1-0:focus{color:var(--cdr-rating-count-hover-color, var(--cdr-color-text-rating-hover, #406eb5));text-decoration:underline}.cdr-rating--linked_15-1-0 .cdr-rating__count_15-1-0>.cdr-rating__number_15-1-0{border-right:.1rem solid var(--cdr-rating-text-rating-separator, var(--cdr-color-text-rating-separator, #b2ab9f));padding:0 .6rem;margin-right:.6rem}.cdr-rating__star_15-1-0{width:2.4rem;height:2.4rem}.cdr-rating__star--null-fill_15-1-0{fill:var(--cdr-rating-star-null-fill-color, #F9F8F6)}.cdr-rating__star--null-outline_15-1-0{fill:var(--cdr-rating-star-null-outline-color, #928B80)}.cdr-rating__star--partial-fill_15-1-0{fill:var(--cdr-rating-star-partial-fill-color, #FFD280)}.cdr-rating__star--partial-stroke_15-1-0{stroke:var(--cdr-rating-star-partial-stroke-color, #BD7B2D)}.cdr-rating__star--filled_15-1-0{fill:var(--cdr-rating-star-filled-fill-color, #FFD280);stroke:var(--cdr-rating-star-filled-stroke-color, #BD7B2D)}.cdr-rating__star--empty_15-1-0{fill:var(--cdr-rating-star-empty-fill-color, #F9F8F6);stroke:var(--cdr-rating-star-empty-stroke-color, #BD7B2D)}.cdr-rating__star--small_15-1-0{width:1.6rem;height:1.6rem}.cdr-rating__star--medium_15-1-0{width:2.4rem;height:2.4rem}.cdr-rating__star--large_15-1-0{width:3.2rem;height:3.2rem}@media (min-width: 0) and (max-width: 767px){.cdr-rating__star--small\@xs_15-1-0{width:1.6rem;height:1.6rem}.cdr-rating__star--medium\@xs_15-1-0{width:2.4rem;height:2.4rem}.cdr-rating__star--large\@xs_15-1-0{width:3.2rem;height:3.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-rating__star--small\@sm_15-1-0{width:1.6rem;height:1.6rem}.cdr-rating__star--medium\@sm_15-1-0{width:2.4rem;height:2.4rem}.cdr-rating__star--large\@sm_15-1-0{width:3.2rem;height:3.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-rating__star--small\@md_15-1-0{width:1.6rem;height:1.6rem}.cdr-rating__star--medium\@md_15-1-0{width:2.4rem;height:2.4rem}.cdr-rating__star--large\@md_15-1-0{width:3.2rem;height:3.2rem}}@media (min-width: 1232px){.cdr-rating__star--small\@lg_15-1-0{width:1.6rem;height:1.6rem}.cdr-rating__star--medium\@lg_15-1-0{width:2.4rem;height:2.4rem}.cdr-rating__star--large\@lg_15-1-0{width:3.2rem;height:3.2rem}}.cdr-rating--large_15-1-0 .cdr-rating__icon_15-1-0{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large_15-1-0 .cdr-rating__count_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem}.cdr-rating--medium_15-1-0 .cdr-rating__icon_15-1-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium_15-1-0 .cdr-rating__count_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--small_15-1-0 .cdr-rating__icon_15-1-0{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small_15-1-0 .cdr-rating__count_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}@media (min-width: 0) and (max-width: 767px){.cdr-rating--small\@xs_15-1-0 .cdr-rating__icon_15-1-0{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@xs_15-1-0 .cdr-rating__count_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@xs_15-1-0 .cdr-rating__icon_15-1-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@xs_15-1-0 .cdr-rating__count_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@xs_15-1-0 .cdr-rating__icon_15-1-0{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@xs_15-1-0 .cdr-rating__count_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-rating--small\@sm_15-1-0 .cdr-rating__icon_15-1-0{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@sm_15-1-0 .cdr-rating__count_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@sm_15-1-0 .cdr-rating__icon_15-1-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@sm_15-1-0 .cdr-rating__count_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@sm_15-1-0 .cdr-rating__icon_15-1-0{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@sm_15-1-0 .cdr-rating__count_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-rating--small\@md_15-1-0 .cdr-rating__icon_15-1-0{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@md_15-1-0 .cdr-rating__count_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@md_15-1-0 .cdr-rating__icon_15-1-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@md_15-1-0 .cdr-rating__count_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@md_15-1-0 .cdr-rating__icon_15-1-0{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@md_15-1-0 .cdr-rating__count_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem}}@media (min-width: 1232px){.cdr-rating--small\@lg_15-1-0 .cdr-rating__icon_15-1-0{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@lg_15-1-0 .cdr-rating__count_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@lg_15-1-0 .cdr-rating__icon_15-1-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@lg_15-1-0 .cdr-rating__count_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@lg_15-1-0 .cdr-rating__icon_15-1-0{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@lg_15-1-0 .cdr-rating__count_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-icon_15-0
|
|
1
|
+
.cdr-icon_15-1-0{display:inline-block;vertical-align:middle;flex:0 0 auto;width:2.4rem;height:2.4rem;fill:var(--cdr-icon-fill-default, var(--cdr-color-icon-default, #928b80))}.cdr-icon--small_15-1-0{width:1.6rem;height:1.6rem}.cdr-icon--large_15-1-0{width:3.2rem;height:3.2rem}@media (min-width: 0) and (max-width: 767px){.cdr-icon--small\@xs_15-1-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@xs_15-1-0{width:3.2rem;height:3.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-icon--small\@sm_15-1-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@sm_15-1-0{width:3.2rem;height:3.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-icon--small\@md_15-1-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@md_15-1-0{width:3.2rem;height:3.2rem}}@media (min-width: 1232px){.cdr-icon--small\@lg_15-1-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@lg_15-1-0{width:3.2rem;height:3.2rem}}.cdr-icon--inherit-color_15-1-0{fill:inherit}.cdr-label-standalone_15-1-0{display:grid;grid-template-areas:"label label info" "input input input" "post post post"}.cdr-label-standalone__label-wrapper_15-1-0{grid-area:label}.cdr-label-standalone__label_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;color:var(--cdr-label-standalone-text-color, var(--cdr-color-text-input-label, rgba(12, 11, 8, .75)));margin:0}.cdr-label-standalone__label--sr-only_15-1-0{position:absolute;width:.1rem;height:.1rem;padding:0;margin:-.1rem;overflow:hidden;clip:rect(0,0,0,0);border:0}.cdr-label-standalone__label--disabled_15-1-0,.cdr-label-standalone__label--disabled_15-1-0 .cdr-label-standalone__optional_15-1-0{color:var(--cdr-label-standalone-disabled-text-color, var(--cdr-color-text-input-disabled, #d1cbbd))}.cdr-label-standalone__optional_15-1-0{color:var(--cdr-label-standalone-optional-text-color, var(--cdr-color-text-input-optional, rgba(66, 59, 47, .75)))}.cdr-label-standalone__helper_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;color:var(--cdr-label-standalone-helper-text-color, var(--cdr-color-text-input-help, rgba(66, 59, 47, .75)));margin-top:.2rem}.cdr-label-standalone__info_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.4rem;line-height:1.8rem;grid-area:info;order:2;align-self:end;justify-self:end}.cdr-label-standalone__post-content_15-1-0{grid-area:post}.cdr-label-standalone__info-action_15-1-0{display:flex;justify-content:center;align-items:center;width:4rem}.cdr-label-standalone__input-wrap_15-1-0{position:relative;display:flex;grid-area:input}.cdr-label-standalone__input-spacing_15-1-0{margin-top:.8rem}.cdr-form-error_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;color:var(--cdr-form-error-text-color, var(--cdr-color-text-input-error, #b33322));fill:var(--cdr-form-error-fill-color, var(--cdr-color-text-input-error, #b33322));margin-top:.4rem}.cdr-form-error__icon_15-1-0{margin-right:.4rem}.cdr-select_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;font-weight:500;background:var(--cdr-select-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)));color:var(--cdr-select-text-color, var(--cdr-color-text-input-default, #20201d));box-shadow:inset 0 0 0 .1rem var(--cdr-select-box-shadow-color, var(--cdr-color-border-input-default, #928b80));border:0;border-radius:.4rem;padding-left:.8rem;padding-right:3.2rem;height:4rem;display:block;width:100%;overflow:auto;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cdr-select_15-1-0[disabled]{background-color:var(--cdr-select-background-color-disabled, var(--cdr-color-background-input-default-disabled, #f9f8f6));color:var(--cdr-select-text-color-disabled, var(--cdr-color-text-input-disabled, #d1cbbd));box-shadow:inset 0 0 0 .1rem var(--cdr-select-box-shadow-color-disabled, var(--cdr-color-border-input-default-disabled, #d1cbbd))}.cdr-select_15-1-0[disabled]:hover{box-shadow:inset 0 0 0 .1rem var(--cdr-select-hover-box-shadow-color-disabled, var(--cdr-color-border-input-default-disabled, #d1cbbd));cursor:not-allowed}.cdr-select_15-1-0:active,.cdr-select_15-1-0:focus{box-shadow:inset 0 0 0 .2rem var(--cdr-select-box-shadow-color-focus, var(--cdr-color-border-input-default-focus, #20201d));outline:none}.cdr-select_15-1-0::-ms-expand{display:none}.cdr-select--primary_15-1-0{background-color:var(--cdr-select-primary-background-color, var(--cdr-color-background-input-default, rgba(244, 242, 237, .15)))}.cdr-select--primary_15-1-0:active,.cdr-select--primary_15-1-0:focus{background-color:var(--cdr-select-primary-background-color-active, var(--cdr-color-background-input-default-active, #f9f8f6))}.cdr-select--secondary_15-1-0{background-color:var(--cdr-select-secondary-background-color, var(--cdr-color-background-input-secondary, rgba(255, 255, 255, .85)))}.cdr-select--secondary_15-1-0:active,.cdr-select--secondary_15-1-0:focus{background-color:var(--cdr-select-secondary-background-color-active, var(--cdr-color-background-input-secondary-active, #ffffff))}.cdr-select--error_15-1-0{background-color:var(--cdr-select-background-color-error, var(--cdr-color-background-input-error, rgba(255, 242, 242, .75)));box-shadow:inset 0 0 0 .1rem var(--cdr-select-box-shadow-color-error, var(--cdr-color-border-input-error, #b33322))}.cdr-select--preicon_15-1-0{padding-left:3.7rem}.cdr-select__prompt_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:2.2rem;font-style:normal;color:var(--cdr-select-prompt-text-color, var(--cdr-color-text-primary, rgba(12, 11, 8, .75)))}.cdr-select__prompt_15-1-0[disabled]{color:var(--cdr-select-prompt-text-color-disabled, var(--cdr-color-text-input-disabled, #d1cbbd))}.cdr-select__caret_15-1-0{fill:var(--cdr-select-caret-fill, var(--cdr-color-text-primary, rgba(12, 11, 8, .75)));position:absolute;top:50%;right:.8rem;transform:translateY(-50%);pointer-events:none}.cdr-select__caret--disabled_15-1-0{fill:var(--cdr-select-caret-fill-disabled, var(--cdr-color-icon-disabled, #dcd6cb))}.cdr-select__pre-icon_15-1-0{position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.cdr-select--multiple_15-1-0{height:auto;padding:.8rem}.cdr-select--multiple_15-1-0+.cdr-select__caret_15-1-0{display:none}@media (min-width: 0) and (max-width: 767px){.cdr-select--large\@xs_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}.cdr-select--large_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}@media (min-width: 768px) and (max-width: 991px){.cdr-select--large\@sm_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-select--large\@md_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}@media (min-width: 1232px){.cdr-select--large\@lg_15-1-0{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}.cdr-select-wrap_15-1-0{position:relative;flex:1}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-skeleton-bone_15-0
|
|
1
|
+
.cdr-skeleton-bone_15-1-0{flex:1 1 auto;border-radius:.2rem;background:var(--cdr-skeleton-bone-background-color, #edeae3);background-size:120rem 100%}@media (prefers-reduced-motion: no-preference){.cdr-skeleton-bone__shimmer_15-1-0{background-image:linear-gradient(90deg,var(--cdr-skeleton-gradient-1, rgb(237, 234, 227)) 0%,var(--cdr-skeleton-gradient-2, rgb(249, 248, 240)) 15%,var(--cdr-skeleton-gradient-3, rgb(237, 234, 227)) 30%);animation:shimmer_15-1-0 3s cubic-bezier(0,0,1,1);animation-iteration-count:infinite}}@keyframes shimmer_15-1-0{0%{background-position:-120rem 0}to{background-position:120rem 0}}.cdr-skeleton-bone--line_15-1-0{block-size:1.6rem;margin:.4rem 0;flex:none}.cdr-skeleton-bone--line_15-1-0:nth-child(1){width:100%}.cdr-skeleton-bone--line_15-1-0:nth-child(2){width:55%}.cdr-skeleton-bone--line_15-1-0:nth-child(3){width:85%}.cdr-skeleton-bone--line_15-1-0:nth-child(4){width:65%}.cdr-skeleton-bone--line_15-1-0:nth-child(5){width:35%}.cdr-skeleton-bone--heading_15-1-0{block-size:3.2rem;flex:none}.cdr-skeleton-bone--rectangle_15-1-0{overflow:hidden;padding-top:75%}.cdr-skeleton-bone--square_15-1-0{overflow:hidden;padding-top:100%}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-skeleton_15-0
|
|
1
|
+
.cdr-skeleton_15-1-0{display:flex;inline-size:100%;block-size:100%;min-block-size:1rem;flex-direction:column}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.cdr-split-surface_15-0
|
|
1
|
+
.cdr-split-surface_15-1-0{width:100%;line-height:0}.cdr-split-surface--top_15-1-0{background:linear-gradient(var(--cdr-split-surface-surface-color, var(--cdr-color-surface-primary, #ffffff)) 0 50%,transparent 50% 100%)}.cdr-split-surface--bottom_15-1-0{background:linear-gradient(transparent 0 50%,var(--cdr-split-surface-surface-color, var(--cdr-color-surface-primary, #ffffff)) 50% 100%)}.cdr-split-surface__top_15-1-0{padding:0 6.4rem}@media (max-width: 1231px){.cdr-split-surface__top_15-1-0{padding:0 4.8rem}}@media (max-width: 991px){.cdr-split-surface__top_15-1-0{padding:0 3.2rem}}@media (max-width: 767px){.cdr-split-surface__top_15-1-0{padding:0 1.6rem}}.cdr-split-surface__bottom_15-1-0{padding:0 6.4rem}@media (max-width: 1231px){.cdr-split-surface__bottom_15-1-0{padding:0 4.8rem}}@media (max-width: 991px){.cdr-split-surface__bottom_15-1-0{padding:0 3.2rem}}@media (max-width: 767px){.cdr-split-surface__bottom_15-1-0{padding:0 1.6rem}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--cdr-heading-display-line-height-ratio: 1.07;--cdr-heading-serif-line-height-ratio: 1.25;--cdr-heading-sans-line-height-ratio: 1.25;--cdr-subheading-sans-line-height-ratio: 1.333;--cdr-utility-sans-line-height-ratio: 1.3;--cdr-utility-serif-line-height-ratio: 1.3;--cdr-eyebrow-line-height-ratio: 1.5;--cdr-body-line-height-ratio: 1.8}@supports (container-type: inline-size){:root{--cdr-type-scale--1: clamp(1.33rem, .29cqw + 1.24rem, 1.6rem);--cdr-type-scale-0: clamp(1.6rem, .44cqw + 1.46rem, 2rem);--cdr-type-scale-1: clamp(1.92rem, .64cqw + 1.72rem, 2.5rem);--cdr-type-scale-2: clamp(2.3rem, .9cqw + 2.02rem, 3.13rem);--cdr-type-scale-3: clamp(2.76rem, 1.25cqw + 2.36rem, 3.91rem);--cdr-type-scale-4: clamp(3.32rem, 1.72cqw + 2.77rem, 4.88rem);--cdr-type-scale-5: clamp(3.98rem, 2.33cqw + 3.24rem, 6.1rem);--cdr-type-scale-6: clamp(4.78rem, 3.13cqw + 3.78rem, 7.63rem);--cdr-type-scale-7: clamp(5.73rem, 4.17cqw + 4.4rem, 9.54rem)}
|
|
1
|
+
:root{--cdr-heading-display-line-height-ratio: 1.07;--cdr-heading-serif-line-height-ratio: 1.25;--cdr-heading-sans-line-height-ratio: 1.25;--cdr-subheading-sans-line-height-ratio: 1.333;--cdr-utility-sans-line-height-ratio: 1.3;--cdr-utility-serif-line-height-ratio: 1.3;--cdr-eyebrow-line-height-ratio: 1.5;--cdr-body-line-height-ratio: 1.8}@supports (container-type: inline-size){:root{--cdr-type-scale--1: clamp(1.33rem, .29cqw + 1.24rem, 1.6rem);--cdr-type-scale-0: clamp(1.6rem, .44cqw + 1.46rem, 2rem);--cdr-type-scale-1: clamp(1.92rem, .64cqw + 1.72rem, 2.5rem);--cdr-type-scale-2: clamp(2.3rem, .9cqw + 2.02rem, 3.13rem);--cdr-type-scale-3: clamp(2.76rem, 1.25cqw + 2.36rem, 3.91rem);--cdr-type-scale-4: clamp(3.32rem, 1.72cqw + 2.77rem, 4.88rem);--cdr-type-scale-5: clamp(3.98rem, 2.33cqw + 3.24rem, 6.1rem);--cdr-type-scale-6: clamp(4.78rem, 3.13cqw + 3.78rem, 7.63rem);--cdr-type-scale-7: clamp(5.73rem, 4.17cqw + 4.4rem, 9.54rem);--cdr-space-scale-0: clamp(.2rem, .2rem + .11cqi, .3rem);--cdr-space-scale-1: clamp(.3rem, .3rem + .11cqi, .4rem);--cdr-space-scale-2: clamp(.4rem, .4rem + .11cqi, .5rem);--cdr-space-scale-3: clamp(.8rem, .7rem + .22cqi, 1rem);--cdr-space-scale-4: clamp(1.2rem, 1.1rem + .33cqi, 1.5rem);--cdr-space-scale-5: clamp(1.6rem, 1.5rem + .44cqi, 2rem);--cdr-space-scale-6: clamp(2.4rem, 2.2rem + .66cqi, 3rem);--cdr-space-scale-7: clamp(3.2rem, 2.9rem + .88cqi, 4rem);--cdr-space-scale-8: clamp(4.8rem, 4.4rem + 1.31cqi, 6rem);--cdr-space-scale-0--1: clamp(.2rem, .1rem + .223cqi, .4rem);--cdr-space-scale-3--4: clamp(.4rem, .2rem + .66cqi, 1rem);--cdr-space-scale-3--5: clamp(.8rem, .01404rem + 1.21cqi, 1.6rem)}@supports not (container-type: inline-size){:root{--cdr-type-scale--1: clamp(1.33rem, .29vw + 1.24rem, 1.6rem);--cdr-type-scale-0: clamp(1.6rem, .44vw + 1.46rem, 2rem);--cdr-type-scale-1: clamp(1.92rem, .64vw + 1.72rem, 2.5rem);--cdr-type-scale-2: clamp(2.3rem, .9vw + 2.02rem, 3.2rem);--cdr-type-scale-3: clamp(2.76rem, 1.25vw + 2.36rem, 3.91rem);--cdr-type-scale-4: clamp(3.32rem, 1.72vw + 2.77rem, 4.88rem);--cdr-type-scale-5: clamp(3.98rem, 2.33vw + 3.24rem, 6.1rem);--cdr-type-scale-6: clamp(4.78rem, 3.13vw + 3.78rem, 7.63rem);--cdr-type-scale-7: clamp(5.73rem, 4.17vw + 4.4rem, 9.54rem);--cdr-space-scale-0: clamp(.2rem, .2rem + .11vw, .3rem);--cdr-space-scale-1: clamp(.3rem, .3rem + .11vw, .4rem);--cdr-space-scale-2: clamp(.4rem, .4rem + .11vw, .5rem);--cdr-space-scale-3: clamp(.8rem, .7rem + .22vw, 1rem);--cdr-space-scale-4: clamp(1.2rem, 1.1rem + .33vw, 1.5rem);--cdr-space-scale-5: clamp(1.6rem, 1.5rem + .44vw, 2rem);--cdr-space-scale-6: clamp(2.4rem, 2.2rem + .66vw, 3rem);--cdr-space-scale-7: clamp(3.2rem, 2.9rem + .88vw, 4rem);--cdr-space-scale-8: clamp(4.8rem, 4.4rem + 1.31vw, 6rem);--cdr-space-scale-0--1: clamp(.2rem, .1rem + .223vw, .4rem);--cdr-space-scale-3--4: clamp(.4rem, .2rem + .66vw, 1rem);--cdr-space-scale-3--5: clamp(.8rem, .01404rem + 1.21vw, 1.6rem)}}}.cdr-subheading-sans_15-1-0{color:var(--cdr-text-color, var(--cdr-color-text-primary, rgba(12, 11, 8, .75)));margin:0;font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:500;letter-spacing:0;font-size:2.4rem;line-height:3rem;font-size:var(--cdr-subheading-sans-font-size);line-height:var(--cdr-subheading-sans-line-height)}
|